/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef __com_sun_star_sheet_DataPilotSource_idl__ #define __com_sun_star_sheet_DataPilotSource_idl__ #include #include #include #include module com { module sun { module star { module sheet { /** represents a data pilot source.

A component that implements this service can be used as data source for a data pilot table in a spreadsheet document.

*/ published service DataPilotSource { /** provides access to the collection of the dimensions of the data pilot source. */ interface com::sun::star::sheet::XDimensionsSupplier; /** gives access to the results of the data pilot table. */ interface com::sun::star::sheet::XDataPilotResults; /** provides methods to refresh the data pilot table, that means to read the data again from the data pilot source. */ interface com::sun::star::util::XRefreshable; //!published service PropertySet /** provides access to the properties. */ interface com::sun::star::beans::XPropertySet; /** specifies if grand totals for the columns are inserted. */ [property] boolean ColumnGrand; /** specifies if grand totals for the rows are inserted. */ [property] boolean RowGrand; /** specifies the number of row fields. @since OOo 3.0 */ [readonly, property, optional] long RowFieldCount; /** specifies the number of column fields. @since OOo 3.0 */ [readonly, property, optional] long ColumnFieldCount; /** specifies the number of data fields. @since OOo 3.0 */ [readonly, property, optional] long DataFieldCount; }; }; }; }; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ibreoffice-4-1-6+backports'>distro/lhm/libreoffice-4-1-6+backports LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 13:16:17 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:22:44 -0500
commit2a531c1cdded4ca03e7ca5b96fb356883edfa370 (patch)
treeadc1e32d89b8a6835144ce352945ee7321539350
parent90b5d08e5f9e727693085c56684b6009ad945392 (diff)
move translations structure one directory up
-rw-r--r--CustomTarget_translate.mk (renamed from translations/CustomTarget_translate.mk)0
-rw-r--r--Makefile (renamed from translations/Makefile)0
-rw-r--r--Module_translations.mk (renamed from translations/Module_translations.mk)0
-rw-r--r--localization_present.mk (renamed from translations/localization_present.mk)0
-rw-r--r--prj/build.lst (renamed from translations/prj/build.lst)0
-rw-r--r--prj/d.lst (renamed from translations/prj/d.lst)0
-rw-r--r--prj/makefile.mk1
-rw-r--r--source/af/accessibility/source/helper.po (renamed from translations/source/af/accessibility/source/helper.po)0
-rw-r--r--source/af/avmedia/source/framework.po (renamed from translations/source/af/avmedia/source/framework.po)0
-rw-r--r--source/af/avmedia/source/viewer.po (renamed from translations/source/af/avmedia/source/viewer.po)0
-rw-r--r--source/af/basctl/source/basicide.po (renamed from translations/source/af/basctl/source/basicide.po)0
-rw-r--r--source/af/basctl/source/dlged.po (renamed from translations/source/af/basctl/source/dlged.po)0
-rw-r--r--source/af/basic/source/classes.po (renamed from translations/source/af/basic/source/classes.po)0
-rw-r--r--source/af/basic/source/sbx.po (renamed from translations/source/af/basic/source/sbx.po)0
-rw-r--r--source/af/chart2/source/controller/dialogs.po (renamed from translations/source/af/chart2/source/controller/dialogs.po)0
-rw-r--r--source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/af/connectivity/source/resource.po (renamed from translations/source/af/connectivity/source/resource.po)0
-rw-r--r--source/af/cui/source/customize.po (renamed from translations/source/af/cui/source/customize.po)0
-rw-r--r--source/af/cui/source/dialogs.po (renamed from translations/source/af/cui/source/dialogs.po)0
-rw-r--r--source/af/cui/source/options.po (renamed from translations/source/af/cui/source/options.po)0
-rw-r--r--source/af/cui/source/tabpages.po (renamed from translations/source/af/cui/source/tabpages.po)0
-rw-r--r--source/af/dbaccess/source/core/resource.po (renamed from translations/source/af/dbaccess/source/core/resource.po)0
-rw-r--r--source/af/dbaccess/source/ext/macromigration.po (renamed from translations/source/af/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/af/dbaccess/source/sdbtools/resource.po (renamed from translations/source/af/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/af/dbaccess/source/ui/app.po (renamed from translations/source/af/dbaccess/source/ui/app.po)0
-rw-r--r--source/af/dbaccess/source/ui/browser.po (renamed from translations/source/af/dbaccess/source/ui/browser.po)0
-rw-r--r--source/af/dbaccess/source/ui/control.po (renamed from translations/source/af/dbaccess/source/ui/control.po)0
-rw-r--r--source/af/dbaccess/source/ui/dlg.po (renamed from translations/source/af/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/af/dbaccess/source/ui/inc.po (renamed from translations/source/af/dbaccess/source/ui/inc.po)0
-rw-r--r--source/af/dbaccess/source/ui/misc.po (renamed from translations/source/af/dbaccess/source/ui/misc.po)0
-rw-r--r--source/af/dbaccess/source/ui/querydesign.po (renamed from translations/source/af/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/af/dbaccess/source/ui/relationdesign.po (renamed from translations/source/af/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/af/dbaccess/source/ui/tabledesign.po (renamed from translations/source/af/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/af/dbaccess/source/ui/uno.po (renamed from translations/source/af/dbaccess/source/ui/uno.po)0
-rw-r--r--source/af/desktop/source/app.po (renamed from translations/source/af/desktop/source/app.po)0
-rw-r--r--source/af/desktop/source/deployment/gui.po (renamed from translations/source/af/desktop/source/deployment/gui.po)0
-rw-r--r--source/af/desktop/source/deployment/manager.po (renamed from translations/source/af/desktop/source/deployment/manager.po)0
-rw-r--r--source/af/desktop/source/deployment/misc.po (renamed from translations/source/af/desktop/source/deployment/misc.po)0
-rw-r--r--source/af/desktop/source/deployment/registry.po (renamed from translations/source/af/desktop/source/deployment/registry.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/component.po (renamed from translations/source/af/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/configuration.po (renamed from translations/source/af/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/help.po (renamed from translations/source/af/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/package.po (renamed from translations/source/af/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/script.po (renamed from translations/source/af/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/af/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/af/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/af/desktop/source/deployment/unopkg.po (renamed from translations/source/af/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/af/dictionaries/af_ZA.po (renamed from translations/source/af/dictionaries/af_ZA.po)0
-rw-r--r--source/af/dictionaries/an_ES.po (renamed from translations/source/af/dictionaries/an_ES.po)0
-rw-r--r--source/af/dictionaries/ar.po (renamed from translations/source/af/dictionaries/ar.po)0
-rw-r--r--source/af/dictionaries/be_BY.po (renamed from translations/source/af/dictionaries/be_BY.po)0
-rw-r--r--source/af/dictionaries/bg_BG.po (renamed from translations/source/af/dictionaries/bg_BG.po)0
-rw-r--r--source/af/dictionaries/bn_BD.po (renamed from translations/source/af/dictionaries/bn_BD.po)0
-rw-r--r--source/af/dictionaries/br_FR.po (renamed from translations/source/af/dictionaries/br_FR.po)0
-rw-r--r--source/af/dictionaries/ca.po (renamed from translations/source/af/dictionaries/ca.po)0
-rw-r--r--source/af/dictionaries/cs_CZ.po (renamed from translations/source/af/dictionaries/cs_CZ.po)0
-rw-r--r--source/af/dictionaries/da_DK.po (renamed from translations/source/af/dictionaries/da_DK.po)0
-rw-r--r--source/af/dictionaries/de.po (renamed from translations/source/af/dictionaries/de.po)0
-rw-r--r--source/af/dictionaries/el_GR.po (renamed from translations/source/af/dictionaries/el_GR.po)0
-rw-r--r--source/af/dictionaries/en.po (renamed from translations/source/af/dictionaries/en.po)0
-rw-r--r--source/af/dictionaries/en/dialog.po (renamed from translations/source/af/dictionaries/en/dialog.po)0
-rw-r--r--source/af/dictionaries/es_ES.po (renamed from translations/source/af/dictionaries/es_ES.po)0
-rw-r--r--source/af/dictionaries/et_EE.po (renamed from translations/source/af/dictionaries/et_EE.po)0
-rw-r--r--source/af/dictionaries/fr_FR.po (renamed from translations/source/af/dictionaries/fr_FR.po)0
-rw-r--r--source/af/dictionaries/gd_GB.po (renamed from translations/source/af/dictionaries/gd_GB.po)0
-rw-r--r--source/af/dictionaries/gl.po (renamed from translations/source/af/dictionaries/gl.po)0
-rw-r--r--source/af/dictionaries/gu_IN.po (renamed from translations/source/af/dictionaries/gu_IN.po)0
-rw-r--r--source/af/dictionaries/he_IL.po (renamed from translations/source/af/dictionaries/he_IL.po)0
-rw-r--r--source/af/dictionaries/hi_IN.po (renamed from translations/source/af/dictionaries/hi_IN.po)0
-rw-r--r--source/af/dictionaries/hr_HR.po (renamed from translations/source/af/dictionaries/hr_HR.po)0
-rw-r--r--source/af/dictionaries/hu_HU.po (renamed from translations/source/af/dictionaries/hu_HU.po)0
-rw-r--r--source/af/dictionaries/hu_HU/dialog.po (renamed from translations/source/af/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/af/dictionaries/it_IT.po (renamed from translations/source/af/dictionaries/it_IT.po)0
-rw-r--r--source/af/dictionaries/ku_TR.po (renamed from translations/source/af/dictionaries/ku_TR.po)0
-rw-r--r--source/af/dictionaries/lt_LT.po (renamed from translations/source/af/dictionaries/lt_LT.po)0
-rw-r--r--source/af/dictionaries/lv_LV.po (renamed from translations/source/af/dictionaries/lv_LV.po)0
-rw-r--r--source/af/dictionaries/ne_NP.po (renamed from translations/source/af/dictionaries/ne_NP.po)0
-rw-r--r--source/af/dictionaries/nl_NL.po (renamed from translations/source/af/dictionaries/nl_NL.po)0
-rw-r--r--source/af/dictionaries/no.po (renamed from translations/source/af/dictionaries/no.po)0
-rw-r--r--source/af/dictionaries/oc_FR.po (renamed from translations/source/af/dictionaries/oc_FR.po)0
-rw-r--r--source/af/dictionaries/pl_PL.po (renamed from translations/source/af/dictionaries/pl_PL.po)0
-rw-r--r--source/af/dictionaries/pt_BR.po (renamed from translations/source/af/dictionaries/pt_BR.po)0
-rw-r--r--source/af/dictionaries/pt_PT.po (renamed from translations/source/af/dictionaries/pt_PT.po)0
-rw-r--r--source/af/dictionaries/ro.po (renamed from translations/source/af/dictionaries/ro.po)0
-rw-r--r--source/af/dictionaries/ru_RU.po (renamed from translations/source/af/dictionaries/ru_RU.po)0
-rw-r--r--source/af/dictionaries/ru_RU/dialog.po (renamed from translations/source/af/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/af/dictionaries/si_LK.po (renamed from translations/source/af/dictionaries/si_LK.po)0
-rw-r--r--source/af/dictionaries/sk_SK.po (renamed from translations/source/af/dictionaries/sk_SK.po)0
-rw-r--r--source/af/dictionaries/sl_SI.po (renamed from translations/source/af/dictionaries/sl_SI.po)0
-rw-r--r--source/af/dictionaries/sr.po (renamed from translations/source/af/dictionaries/sr.po)0
-rw-r--r--source/af/dictionaries/sv_SE.po (renamed from translations/source/af/dictionaries/sv_SE.po)0
-rw-r--r--source/af/dictionaries/sw_TZ.po (renamed from translations/source/af/dictionaries/sw_TZ.po)0
-rw-r--r--source/af/dictionaries/te_IN.po (renamed from translations/source/af/dictionaries/te_IN.po)0
-rw-r--r--source/af/dictionaries/th_TH.po (renamed from translations/source/af/dictionaries/th_TH.po)0
-rw-r--r--source/af/dictionaries/uk_UA.po (renamed from translations/source/af/dictionaries/uk_UA.po)0
-rw-r--r--source/af/dictionaries/vi.po (renamed from translations/source/af/dictionaries/vi.po)0
-rw-r--r--source/af/dictionaries/zu_ZA.po (renamed from translations/source/af/dictionaries/zu_ZA.po)0
-rw-r--r--source/af/editeng/source/accessibility.po (renamed from translations/source/af/editeng/source/accessibility.po)0
-rw-r--r--source/af/editeng/source/editeng.po (renamed from translations/source/af/editeng/source/editeng.po)0
-rw-r--r--source/af/editeng/source/items.po (renamed from translations/source/af/editeng/source/items.po)0
-rw-r--r--source/af/editeng/source/misc.po (renamed from translations/source/af/editeng/source/misc.po)0
-rw-r--r--source/af/editeng/source/outliner.po (renamed from translations/source/af/editeng/source/outliner.po)0
-rw-r--r--source/af/extensions/source/abpilot.po (renamed from translations/source/af/extensions/source/abpilot.po)0
-rw-r--r--source/af/extensions/source/bibliography.po (renamed from translations/source/af/extensions/source/bibliography.po)0
-rw-r--r--source/af/extensions/source/dbpilots.po (renamed from translations/source/af/extensions/source/dbpilots.po)0
-rw-r--r--source/af/extensions/source/propctrlr.po (renamed from translations/source/af/extensions/source/propctrlr.po)0
-rw-r--r--source/af/extensions/source/scanner.po (renamed from translations/source/af/extensions/source/scanner.po)0
-rw-r--r--source/af/extensions/source/update/check.po (renamed from translations/source/af/extensions/source/update/check.po)0
-rw-r--r--source/af/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/af/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/af/filter/source/config/fragments/filters.po (renamed from translations/source/af/filter/source/config/fragments/filters.po)0
-rw-r--r--source/af/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/af/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/af/filter/source/config/fragments/types.po (renamed from translations/source/af/filter/source/config/fragments/types.po)0
-rw-r--r--source/af/filter/source/flash.po (renamed from translations/source/af/filter/source/flash.po)0
-rw-r--r--source/af/filter/source/graphicfilter/eps.po (renamed from translations/source/af/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/af/filter/source/pdf.po (renamed from translations/source/af/filter/source/pdf.po)0
-rw-r--r--source/af/filter/source/t602.po (renamed from translations/source/af/filter/source/t602.po)0
-rw-r--r--source/af/filter/source/xsltdialog.po (renamed from translations/source/af/filter/source/xsltdialog.po)0
-rw-r--r--source/af/forms/source/resource.po (renamed from translations/source/af/forms/source/resource.po)0
-rw-r--r--source/af/formula/source/core/resource.po (renamed from translations/source/af/formula/source/core/resource.po)0
-rw-r--r--source/af/formula/source/ui/dlg.po (renamed from translations/source/af/formula/source/ui/dlg.po)0
-rw-r--r--source/af/fpicker/source/office.po (renamed from translations/source/af/fpicker/source/office.po)0
-rw-r--r--source/af/framework/source/classes.po (renamed from translations/source/af/framework/source/classes.po)0
-rw-r--r--source/af/framework/source/services.po (renamed from translations/source/af/framework/source/services.po)0
-rw-r--r--source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/af/mysqlc/source.po (renamed from translations/source/af/mysqlc/source.po)0
-rw-r--r--source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/af/nlpsolver/src/locale.po (renamed from translations/source/af/nlpsolver/src/locale.po)0
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/af/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/af/padmin/source.po (renamed from translations/source/af/padmin/source.po)0
-rw-r--r--source/af/readlicense_oo/docs/readme.po (renamed from translations/source/af/readlicense_oo/docs/readme.po)0
-rw-r--r--source/af/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/af/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/af/reportbuilder/util.po (renamed from translations/source/af/reportbuilder/util.po)0
-rw-r--r--source/af/reportdesign/source/core/resource.po (renamed from translations/source/af/reportdesign/source/core/resource.po)0
-rw-r--r--source/af/reportdesign/source/ui/dlg.po (renamed from translations/source/af/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/af/reportdesign/source/ui/inspection.po (renamed from translations/source/af/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/af/reportdesign/source/ui/report.po (renamed from translations/source/af/reportdesign/source/ui/report.po)0
-rw-r--r--source/af/sc/source/core/src.po (renamed from translations/source/af/sc/source/core/src.po)0
-rw-r--r--source/af/sc/source/ui/cctrl.po (renamed from translations/source/af/sc/source/ui/cctrl.po)0
-rw-r--r--source/af/sc/source/ui/dbgui.po (renamed from translations/source/af/sc/source/ui/dbgui.po)0
-rw-r--r--source/af/sc/source/ui/docshell.po (renamed from translations/source/af/sc/source/ui/docshell.po)0
-rw-r--r--source/af/sc/source/ui/drawfunc.po (renamed from translations/source/af/sc/source/ui/drawfunc.po)0
-rw-r--r--source/af/sc/source/ui/formdlg.po (renamed from translations/source/af/sc/source/ui/formdlg.po)0
-rw-r--r--source/af/sc/source/ui/miscdlgs.po (renamed from translations/source/af/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/af/sc/source/ui/navipi.po (renamed from translations/source/af/sc/source/ui/navipi.po)0
-rw-r--r--source/af/sc/source/ui/optdlg.po (renamed from translations/source/af/sc/source/ui/optdlg.po)0
-rw-r--r--source/af/sc/source/ui/pagedlg.po (renamed from translations/source/af/sc/source/ui/pagedlg.po)0
-rw-r--r--source/af/sc/source/ui/src.po (renamed from translations/source/af/sc/source/ui/src.po)0
-rw-r--r--source/af/sc/source/ui/styleui.po (renamed from translations/source/af/sc/source/ui/styleui.po)0
-rw-r--r--source/af/scaddins/source/analysis.po (renamed from translations/source/af/scaddins/source/analysis.po)0
-rw-r--r--source/af/scaddins/source/datefunc.po (renamed from translations/source/af/scaddins/source/datefunc.po)0
-rw-r--r--source/af/sccomp/source/solver.po (renamed from translations/source/af/sccomp/source/solver.po)0
-rw-r--r--source/af/scp2/source/accessories.po (renamed from translations/source/af/scp2/source/accessories.po)0
-rw-r--r--source/af/scp2/source/activex.po (renamed from translations/source/af/scp2/source/activex.po)0
-rw-r--r--source/af/scp2/source/base.po (renamed from translations/source/af/scp2/source/base.po)0
-rw-r--r--source/af/scp2/source/binfilter.po (renamed from translations/source/af/scp2/source/binfilter.po)0
-rw-r--r--source/af/scp2/source/calc.po (renamed from translations/source/af/scp2/source/calc.po)0
-rw-r--r--source/af/scp2/source/draw.po (renamed from translations/source/af/scp2/source/draw.po)0
-rw-r--r--source/af/scp2/source/extensions.po (renamed from translations/source/af/scp2/source/extensions.po)0
-rw-r--r--source/af/scp2/source/gnome.po (renamed from translations/source/af/scp2/source/gnome.po)0
-rw-r--r--source/af/scp2/source/graphicfilter.po (renamed from translations/source/af/scp2/source/graphicfilter.po)0
-rw-r--r--source/af/scp2/source/impress.po (renamed from translations/source/af/scp2/source/impress.po)0
-rw-r--r--source/af/scp2/source/javafilter.po (renamed from translations/source/af/scp2/source/javafilter.po)0
-rw-r--r--source/af/scp2/source/kde.po (renamed from translations/source/af/scp2/source/kde.po)0
-rw-r--r--source/af/scp2/source/math.po (renamed from translations/source/af/scp2/source/math.po)0
-rw-r--r--source/af/scp2/source/onlineupdate.po (renamed from translations/source/af/scp2/source/onlineupdate.po)0
-rw-r--r--source/af/scp2/source/ooo.po (renamed from translations/source/af/scp2/source/ooo.po)0
-rw-r--r--source/af/scp2/source/python.po (renamed from translations/source/af/scp2/source/python.po)0
-rw-r--r--source/af/scp2/source/quickstart.po (renamed from translations/source/af/scp2/source/quickstart.po)0
-rw-r--r--source/af/scp2/source/sdkoo.po (renamed from translations/source/af/scp2/source/sdkoo.po)0
-rw-r--r--source/af/scp2/source/smoketest.po (renamed from translations/source/af/scp2/source/smoketest.po)0
-rw-r--r--source/af/scp2/source/stdlibs.po (renamed from translations/source/af/scp2/source/stdlibs.po)0
-rw-r--r--source/af/scp2/source/tde.po (renamed from translations/source/af/scp2/source/tde.po)0
-rw-r--r--source/af/scp2/source/winexplorerext.po (renamed from translations/source/af/scp2/source/winexplorerext.po)0
-rw-r--r--source/af/scp2/source/writer.po (renamed from translations/source/af/scp2/source/writer.po)0
-rw-r--r--source/af/scp2/source/xsltfilter.po (renamed from translations/source/af/scp2/source/xsltfilter.po)0
-rw-r--r--source/af/scripting/source/pyprov.po (renamed from translations/source/af/scripting/source/pyprov.po)0
-rw-r--r--source/af/sd/source/core.po (renamed from translations/source/af/sd/source/core.po)0
-rw-r--r--source/af/sd/source/filter/html.po (renamed from translations/source/af/sd/source/filter/html.po)0
-rw-r--r--source/af/sd/source/ui/accessibility.po (renamed from translations/source/af/sd/source/ui/accessibility.po)0
-rw-r--r--source/af/sd/source/ui/animations.po (renamed from translations/source/af/sd/source/ui/animations.po)0
-rw-r--r--source/af/sd/source/ui/annotations.po (renamed from translations/source/af/sd/source/ui/annotations.po)0
-rw-r--r--source/af/sd/source/ui/app.po (renamed from translations/source/af/sd/source/ui/app.po)0
-rw-r--r--source/af/sd/source/ui/dlg.po (renamed from translations/source/af/sd/source/ui/dlg.po)0
-rw-r--r--source/af/sd/source/ui/slideshow.po (renamed from translations/source/af/sd/source/ui/slideshow.po)0
-rw-r--r--source/af/sd/source/ui/table.po (renamed from translations/source/af/sd/source/ui/table.po)0
-rw-r--r--source/af/sd/source/ui/view.po (renamed from translations/source/af/sd/source/ui/view.po)0
-rw-r--r--source/af/sdext/source/minimizer.po (renamed from translations/source/af/sdext/source/minimizer.po)0
-rw-r--r--source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/af/sdext/source/pdfimport.po (renamed from translations/source/af/sdext/source/pdfimport.po)0
-rw-r--r--source/af/sdext/source/presenter.po (renamed from translations/source/af/sdext/source/presenter.po)0
-rw-r--r--source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/af/setup_native/source/mac.po (renamed from translations/source/af/setup_native/source/mac.po)0
-rw-r--r--source/af/sfx2/source/appl.po (renamed from translations/source/af/sfx2/source/appl.po)0
-rw-r--r--source/af/sfx2/source/bastyp.po (renamed from translations/source/af/sfx2/source/bastyp.po)0
-rw-r--r--source/af/sfx2/source/dialog.po (renamed from translations/source/af/sfx2/source/dialog.po)0
-rw-r--r--source/af/sfx2/source/doc.po (renamed from translations/source/af/sfx2/source/doc.po)0
-rw-r--r--source/af/sfx2/source/menu.po (renamed from translations/source/af/sfx2/source/menu.po)0
-rw-r--r--source/af/sfx2/source/view.po (renamed from translations/source/af/sfx2/source/view.po)0
-rw-r--r--source/af/shell/source/win32/shlxthandler/res.po (renamed from translations/source/af/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/af/starmath/source.po (renamed from translations/source/af/starmath/source.po)0
-rw-r--r--source/af/svl/source/items.po (renamed from translations/source/af/svl/source/items.po)0
-rw-r--r--source/af/svl/source/misc.po (renamed from translations/source/af/svl/source/misc.po)0
-rw-r--r--source/af/svtools/source/contnr.po (renamed from translations/source/af/svtools/source/contnr.po)0
-rw-r--r--source/af/svtools/source/control.po (renamed from translations/source/af/svtools/source/control.po)0
-rw-r--r--source/af/svtools/source/dialogs.po (renamed from translations/source/af/svtools/source/dialogs.po)0
-rw-r--r--source/af/svtools/source/filter.po (renamed from translations/source/af/svtools/source/filter.po)0
-rw-r--r--source/af/svtools/source/java.po (renamed from translations/source/af/svtools/source/java.po)0
-rw-r--r--source/af/svtools/source/misc.po (renamed from translations/source/af/svtools/source/misc.po)0
-rw-r--r--source/af/svtools/source/toolpanel.po (renamed from translations/source/af/svtools/source/toolpanel.po)0
-rw-r--r--source/af/svtools/workben/unodialog.po (renamed from translations/source/af/svtools/workben/unodialog.po)0
-rw-r--r--source/af/svx/inc.po (renamed from translations/source/af/svx/inc.po)0
-rw-r--r--source/af/svx/source/accessibility.po (renamed from translations/source/af/svx/source/accessibility.po)0
-rw-r--r--source/af/svx/source/dialog.po (renamed from translations/source/af/svx/source/dialog.po)0
-rw-r--r--source/af/svx/source/engine3d.po (renamed from translations/source/af/svx/source/engine3d.po)0
-rw-r--r--source/af/svx/source/fmcomp.po (renamed from translations/source/af/svx/source/fmcomp.po)0
-rw-r--r--source/af/svx/source/form.po (renamed from translations/source/af/svx/source/form.po)0
-rw-r--r--source/af/svx/source/gallery2.po (renamed from translations/source/af/svx/source/gallery2.po)0
-rw-r--r--source/af/svx/source/items.po (renamed from translations/source/af/svx/source/items.po)0
-rw-r--r--source/af/svx/source/src.po (renamed from translations/source/af/svx/source/src.po)0
-rw-r--r--source/af/svx/source/stbctrls.po (renamed from translations/source/af/svx/source/stbctrls.po)0
-rw-r--r--source/af/svx/source/svdraw.po (renamed from translations/source/af/svx/source/svdraw.po)0
-rw-r--r--source/af/svx/source/table.po (renamed from translations/source/af/svx/source/table.po)0
-rw-r--r--source/af/svx/source/tbxctrls.po (renamed from translations/source/af/svx/source/tbxctrls.po)0
-rw-r--r--source/af/svx/source/toolbars.po (renamed from translations/source/af/svx/source/toolbars.po)0
-rw-r--r--source/af/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/af/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/af/sw/source/core/layout.po (renamed from translations/source/af/sw/source/core/layout.po)0
-rw-r--r--source/af/sw/source/core/undo.po (renamed from translations/source/af/sw/source/core/undo.po)0
-rw-r--r--source/af/sw/source/core/unocore.po (renamed from translations/source/af/sw/source/core/unocore.po)0
-rw-r--r--source/af/sw/source/ui/app.po (renamed from translations/source/af/sw/source/ui/app.po)0
-rw-r--r--source/af/sw/source/ui/chrdlg.po (renamed from translations/source/af/sw/source/ui/chrdlg.po)0
-rw-r--r--source/af/sw/source/ui/config.po (renamed from translations/source/af/sw/source/ui/config.po)0
-rw-r--r--source/af/sw/source/ui/dbui.po (renamed from translations/source/af/sw/source/ui/dbui.po)0
-rw-r--r--source/af/sw/source/ui/dialog.po (renamed from translations/source/af/sw/source/ui/dialog.po)0
-rw-r--r--source/af/sw/source/ui/dochdl.po (renamed from translations/source/af/sw/source/ui/dochdl.po)0
-rw-r--r--source/af/sw/source/ui/docvw.po (renamed from translations/source/af/sw/source/ui/docvw.po)0
-rw-r--r--source/af/sw/source/ui/envelp.po (renamed from translations/source/af/sw/source/ui/envelp.po)0
-rw-r--r--source/af/sw/source/ui/fldui.po (renamed from translations/source/af/sw/source/ui/fldui.po)0
-rw-r--r--source/af/sw/source/ui/fmtui.po (renamed from translations/source/af/sw/source/ui/fmtui.po)0
-rw-r--r--source/af/sw/source/ui/frmdlg.po (renamed from translations/source/af/sw/source/ui/frmdlg.po)0
-rw-r--r--source/af/sw/source/ui/globdoc.po (renamed from translations/source/af/sw/source/ui/globdoc.po)0
-rw-r--r--source/af/sw/source/ui/index.po (renamed from translations/source/af/sw/source/ui/index.po)0
-rw-r--r--source/af/sw/source/ui/lingu.po (renamed from translations/source/af/sw/source/ui/lingu.po)0
-rw-r--r--source/af/sw/source/ui/misc.po (renamed from translations/source/af/sw/source/ui/misc.po)0
-rw-r--r--source/af/sw/source/ui/ribbar.po (renamed from translations/source/af/sw/source/ui/ribbar.po)0
-rw-r--r--source/af/sw/source/ui/shells.po (renamed from translations/source/af/sw/source/ui/shells.po)0
-rw-r--r--source/af/sw/source/ui/smartmenu.po (renamed from translations/source/af/sw/source/ui/smartmenu.po)0
-rw-r--r--source/af/sw/source/ui/table.po (renamed from translations/source/af/sw/source/ui/table.po)0
-rw-r--r--source/af/sw/source/ui/uiview.po (renamed from translations/source/af/sw/source/ui/uiview.po)0
-rw-r--r--source/af/sw/source/ui/utlui.po (renamed from translations/source/af/sw/source/ui/utlui.po)0
-rw-r--r--source/af/sw/source/ui/web.po (renamed from translations/source/af/sw/source/ui/web.po)0
-rw-r--r--source/af/sw/source/ui/wrtsh.po (renamed from translations/source/af/sw/source/ui/wrtsh.po)0
-rw-r--r--source/af/swext/mediawiki/help.po (renamed from translations/source/af/swext/mediawiki/help.po)0
-rw-r--r--source/af/swext/mediawiki/src.po (renamed from translations/source/af/swext/mediawiki/src.po)0
-rw-r--r--source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/af/sysui/desktop/share.po (renamed from translations/source/af/sysui/desktop/share.po)0
-rw-r--r--source/af/uui/source.po (renamed from translations/source/af/uui/source.po)0
-rw-r--r--source/af/vcl/source/src.po (renamed from translations/source/af/vcl/source/src.po)0
-rw-r--r--source/af/wizards/source/euro.po (renamed from translations/source/af/wizards/source/euro.po)0
-rw-r--r--source/af/wizards/source/formwizard.po (renamed from translations/source/af/wizards/source/formwizard.po)0
-rw-r--r--source/af/wizards/source/importwizard.po (renamed from translations/source/af/wizards/source/importwizard.po)0
-rw-r--r--source/af/wizards/source/schedule.po (renamed from translations/source/af/wizards/source/schedule.po)0
-rw-r--r--source/af/wizards/source/template.po (renamed from translations/source/af/wizards/source/template.po)0
-rw-r--r--source/af/xmlsecurity/source/component.po (renamed from translations/source/af/xmlsecurity/source/component.po)0
-rw-r--r--source/af/xmlsecurity/source/dialogs.po (renamed from translations/source/af/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/am/accessibility/source/helper.po (renamed from translations/source/am/accessibility/source/helper.po)0
-rw-r--r--source/am/avmedia/source/framework.po (renamed from translations/source/am/avmedia/source/framework.po)0
-rw-r--r--source/am/avmedia/source/viewer.po (renamed from translations/source/am/avmedia/source/viewer.po)0
-rw-r--r--source/am/basctl/source/basicide.po (renamed from translations/source/am/basctl/source/basicide.po)0
-rw-r--r--source/am/basctl/source/dlged.po (renamed from translations/source/am/basctl/source/dlged.po)0
-rw-r--r--source/am/basic/source/classes.po (renamed from translations/source/am/basic/source/classes.po)0
-rw-r--r--source/am/basic/source/sbx.po (renamed from translations/source/am/basic/source/sbx.po)0
-rw-r--r--source/am/chart2/source/controller/dialogs.po (renamed from translations/source/am/chart2/source/controller/dialogs.po)0
-rw-r--r--source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/am/connectivity/source/resource.po (renamed from translations/source/am/connectivity/source/resource.po)0
-rw-r--r--source/am/cui/source/customize.po (renamed from translations/source/am/cui/source/customize.po)0
-rw-r--r--source/am/cui/source/dialogs.po (renamed from translations/source/am/cui/source/dialogs.po)0
-rw-r--r--source/am/cui/source/options.po (renamed from translations/source/am/cui/source/options.po)0
-rw-r--r--source/am/cui/source/tabpages.po (renamed from translations/source/am/cui/source/tabpages.po)0
-rw-r--r--source/am/dbaccess/source/core/resource.po (renamed from translations/source/am/dbaccess/source/core/resource.po)0
-rw-r--r--source/am/dbaccess/source/ext/macromigration.po (renamed from translations/source/am/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/am/dbaccess/source/sdbtools/resource.po (renamed from translations/source/am/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/am/dbaccess/source/ui/app.po (renamed from translations/source/am/dbaccess/source/ui/app.po)0
-rw-r--r--source/am/dbaccess/source/ui/browser.po (renamed from translations/source/am/dbaccess/source/ui/browser.po)0
-rw-r--r--source/am/dbaccess/source/ui/control.po (renamed from translations/source/am/dbaccess/source/ui/control.po)0
-rw-r--r--source/am/dbaccess/source/ui/dlg.po (renamed from translations/source/am/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/am/dbaccess/source/ui/inc.po (renamed from translations/source/am/dbaccess/source/ui/inc.po)0
-rw-r--r--source/am/dbaccess/source/ui/misc.po (renamed from translations/source/am/dbaccess/source/ui/misc.po)0
-rw-r--r--source/am/dbaccess/source/ui/querydesign.po (renamed from translations/source/am/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/am/dbaccess/source/ui/relationdesign.po (renamed from translations/source/am/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/am/dbaccess/source/ui/tabledesign.po (renamed from translations/source/am/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/am/dbaccess/source/ui/uno.po (renamed from translations/source/am/dbaccess/source/ui/uno.po)0
-rw-r--r--source/am/desktop/source/app.po (renamed from translations/source/am/desktop/source/app.po)0
-rw-r--r--source/am/desktop/source/deployment/gui.po (renamed from translations/source/am/desktop/source/deployment/gui.po)0
-rw-r--r--source/am/desktop/source/deployment/manager.po (renamed from translations/source/am/desktop/source/deployment/manager.po)0
-rw-r--r--source/am/desktop/source/deployment/misc.po (renamed from translations/source/am/desktop/source/deployment/misc.po)0
-rw-r--r--source/am/desktop/source/deployment/registry.po (renamed from translations/source/am/desktop/source/deployment/registry.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/component.po (renamed from translations/source/am/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/configuration.po (renamed from translations/source/am/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/help.po (renamed from translations/source/am/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/package.po (renamed from translations/source/am/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/script.po (renamed from translations/source/am/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/am/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/am/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/am/desktop/source/deployment/unopkg.po (renamed from translations/source/am/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/am/dictionaries/af_ZA.po (renamed from translations/source/am/dictionaries/af_ZA.po)0
-rw-r--r--source/am/dictionaries/an_ES.po (renamed from translations/source/am/dictionaries/an_ES.po)0
-rw-r--r--source/am/dictionaries/ar.po (renamed from translations/source/am/dictionaries/ar.po)0
-rw-r--r--source/am/dictionaries/be_BY.po (renamed from translations/source/am/dictionaries/be_BY.po)0
-rw-r--r--source/am/dictionaries/bg_BG.po (renamed from translations/source/am/dictionaries/bg_BG.po)0
-rw-r--r--source/am/dictionaries/bn_BD.po (renamed from translations/source/am/dictionaries/bn_BD.po)0
-rw-r--r--source/am/dictionaries/br_FR.po (renamed from translations/source/am/dictionaries/br_FR.po)0
-rw-r--r--source/am/dictionaries/ca.po (renamed from translations/source/am/dictionaries/ca.po)0
-rw-r--r--source/am/dictionaries/cs_CZ.po (renamed from translations/source/am/dictionaries/cs_CZ.po)0
-rw-r--r--source/am/dictionaries/da_DK.po (renamed from translations/source/am/dictionaries/da_DK.po)0
-rw-r--r--source/am/dictionaries/de.po (renamed from translations/source/am/dictionaries/de.po)0
-rw-r--r--source/am/dictionaries/el_GR.po (renamed from translations/source/am/dictionaries/el_GR.po)0
-rw-r--r--source/am/dictionaries/en.po (renamed from translations/source/am/dictionaries/en.po)0
-rw-r--r--source/am/dictionaries/en/dialog.po (renamed from translations/source/am/dictionaries/en/dialog.po)0
-rw-r--r--source/am/dictionaries/es_ES.po (renamed from translations/source/am/dictionaries/es_ES.po)0
-rw-r--r--source/am/dictionaries/et_EE.po (renamed from translations/source/am/dictionaries/et_EE.po)0
-rw-r--r--source/am/dictionaries/fr_FR.po (renamed from translations/source/am/dictionaries/fr_FR.po)0
-rw-r--r--source/am/dictionaries/gd_GB.po (renamed from translations/source/am/dictionaries/gd_GB.po)0
-rw-r--r--source/am/dictionaries/gl.po (renamed from translations/source/am/dictionaries/gl.po)0
-rw-r--r--source/am/dictionaries/gu_IN.po (renamed from translations/source/am/dictionaries/gu_IN.po)0
-rw-r--r--source/am/dictionaries/he_IL.po (renamed from translations/source/am/dictionaries/he_IL.po)0
-rw-r--r--source/am/dictionaries/hi_IN.po (renamed from translations/source/am/dictionaries/hi_IN.po)0
-rw-r--r--source/am/dictionaries/hr_HR.po (renamed from translations/source/am/dictionaries/hr_HR.po)0
-rw-r--r--source/am/dictionaries/hu_HU.po (renamed from translations/source/am/dictionaries/hu_HU.po)0
-rw-r--r--source/am/dictionaries/hu_HU/dialog.po (renamed from translations/source/am/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/am/dictionaries/it_IT.po (renamed from translations/source/am/dictionaries/it_IT.po)0
-rw-r--r--source/am/dictionaries/ku_TR.po (renamed from translations/source/am/dictionaries/ku_TR.po)0
-rw-r--r--source/am/dictionaries/lt_LT.po (renamed from translations/source/am/dictionaries/lt_LT.po)0
-rw-r--r--source/am/dictionaries/lv_LV.po (renamed from translations/source/am/dictionaries/lv_LV.po)0
-rw-r--r--source/am/dictionaries/ne_NP.po (renamed from translations/source/am/dictionaries/ne_NP.po)0
-rw-r--r--source/am/dictionaries/nl_NL.po (renamed from translations/source/am/dictionaries/nl_NL.po)0
-rw-r--r--source/am/dictionaries/no.po (renamed from translations/source/am/dictionaries/no.po)0
-rw-r--r--source/am/dictionaries/oc_FR.po (renamed from translations/source/am/dictionaries/oc_FR.po)0
-rw-r--r--source/am/dictionaries/pl_PL.po (renamed from translations/source/am/dictionaries/pl_PL.po)0
-rw-r--r--source/am/dictionaries/pt_BR.po (renamed from translations/source/am/dictionaries/pt_BR.po)0
-rw-r--r--source/am/dictionaries/pt_PT.po (renamed from translations/source/am/dictionaries/pt_PT.po)0
-rw-r--r--source/am/dictionaries/ro.po (renamed from translations/source/am/dictionaries/ro.po)0
-rw-r--r--source/am/dictionaries/ru_RU.po (renamed from translations/source/am/dictionaries/ru_RU.po)0
-rw-r--r--source/am/dictionaries/ru_RU/dialog.po (renamed from translations/source/am/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/am/dictionaries/si_LK.po (renamed from translations/source/am/dictionaries/si_LK.po)0
-rw-r--r--source/am/dictionaries/sk_SK.po (renamed from translations/source/am/dictionaries/sk_SK.po)0
-rw-r--r--source/am/dictionaries/sl_SI.po (renamed from translations/source/am/dictionaries/sl_SI.po)0
-rw-r--r--source/am/dictionaries/sr.po (renamed from translations/source/am/dictionaries/sr.po)0
-rw-r--r--source/am/dictionaries/sv_SE.po (renamed from translations/source/am/dictionaries/sv_SE.po)0
-rw-r--r--source/am/dictionaries/sw_TZ.po (renamed from translations/source/am/dictionaries/sw_TZ.po)0
-rw-r--r--source/am/dictionaries/te_IN.po (renamed from translations/source/am/dictionaries/te_IN.po)0
-rw-r--r--source/am/dictionaries/th_TH.po (renamed from translations/source/am/dictionaries/th_TH.po)0
-rw-r--r--source/am/dictionaries/uk_UA.po (renamed from translations/source/am/dictionaries/uk_UA.po)0
-rw-r--r--source/am/dictionaries/vi.po (renamed from translations/source/am/dictionaries/vi.po)0
-rw-r--r--source/am/dictionaries/zu_ZA.po (renamed from translations/source/am/dictionaries/zu_ZA.po)0
-rw-r--r--source/am/editeng/source/accessibility.po (renamed from translations/source/am/editeng/source/accessibility.po)0
-rw-r--r--source/am/editeng/source/editeng.po (renamed from translations/source/am/editeng/source/editeng.po)0
-rw-r--r--source/am/editeng/source/items.po (renamed from translations/source/am/editeng/source/items.po)0
-rw-r--r--source/am/editeng/source/misc.po (renamed from translations/source/am/editeng/source/misc.po)0
-rw-r--r--source/am/editeng/source/outliner.po (renamed from translations/source/am/editeng/source/outliner.po)0
-rw-r--r--source/am/extensions/source/abpilot.po (renamed from translations/source/am/extensions/source/abpilot.po)0
-rw-r--r--source/am/extensions/source/bibliography.po (renamed from translations/source/am/extensions/source/bibliography.po)0
-rw-r--r--source/am/extensions/source/dbpilots.po (renamed from translations/source/am/extensions/source/dbpilots.po)0
-rw-r--r--source/am/extensions/source/propctrlr.po (renamed from translations/source/am/extensions/source/propctrlr.po)0
-rw-r--r--source/am/extensions/source/scanner.po (renamed from translations/source/am/extensions/source/scanner.po)0
-rw-r--r--source/am/extensions/source/update/check.po (renamed from translations/source/am/extensions/source/update/check.po)0
-rw-r--r--source/am/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/am/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/am/filter/source/config/fragments/filters.po (renamed from translations/source/am/filter/source/config/fragments/filters.po)0
-rw-r--r--source/am/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/am/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/am/filter/source/config/fragments/types.po (renamed from translations/source/am/filter/source/config/fragments/types.po)0
-rw-r--r--source/am/filter/source/flash.po (renamed from translations/source/am/filter/source/flash.po)0
-rw-r--r--source/am/filter/source/graphicfilter/eps.po (renamed from translations/source/am/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/am/filter/source/pdf.po (renamed from translations/source/am/filter/source/pdf.po)0
-rw-r--r--source/am/filter/source/t602.po (renamed from translations/source/am/filter/source/t602.po)0
-rw-r--r--source/am/filter/source/xsltdialog.po (renamed from translations/source/am/filter/source/xsltdialog.po)0
-rw-r--r--source/am/forms/source/resource.po (renamed from translations/source/am/forms/source/resource.po)0
-rw-r--r--source/am/formula/source/core/resource.po (renamed from translations/source/am/formula/source/core/resource.po)0
-rw-r--r--source/am/formula/source/ui/dlg.po (renamed from translations/source/am/formula/source/ui/dlg.po)0
-rw-r--r--source/am/fpicker/source/office.po (renamed from translations/source/am/fpicker/source/office.po)0
-rw-r--r--source/am/framework/source/classes.po (renamed from translations/source/am/framework/source/classes.po)0
-rw-r--r--source/am/framework/source/services.po (renamed from translations/source/am/framework/source/services.po)0
-rw-r--r--source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/am/mysqlc/source.po (renamed from translations/source/am/mysqlc/source.po)0
-rw-r--r--source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/am/nlpsolver/src/locale.po (renamed from translations/source/am/nlpsolver/src/locale.po)0
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/am/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/am/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/am/padmin/source.po (renamed from translations/source/am/padmin/source.po)0
-rw-r--r--source/am/readlicense_oo/docs/readme.po (renamed from translations/source/am/readlicense_oo/docs/readme.po)0
-rw-r--r--source/am/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/am/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/am/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/am/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/am/reportbuilder/util.po (renamed from translations/source/am/reportbuilder/util.po)0
-rw-r--r--source/am/reportdesign/source/core/resource.po (renamed from translations/source/am/reportdesign/source/core/resource.po)0
-rw-r--r--source/am/reportdesign/source/ui/dlg.po (renamed from translations/source/am/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/am/reportdesign/source/ui/inspection.po (renamed from translations/source/am/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/am/reportdesign/source/ui/report.po (renamed from translations/source/am/reportdesign/source/ui/report.po)0
-rw-r--r--source/am/sc/source/core/src.po (renamed from translations/source/am/sc/source/core/src.po)0
-rw-r--r--source/am/sc/source/ui/cctrl.po (renamed from translations/source/am/sc/source/ui/cctrl.po)0
-rw-r--r--source/am/sc/source/ui/dbgui.po (renamed from translations/source/am/sc/source/ui/dbgui.po)0
-rw-r--r--source/am/sc/source/ui/docshell.po (renamed from translations/source/am/sc/source/ui/docshell.po)0
-rw-r--r--source/am/sc/source/ui/drawfunc.po (renamed from translations/source/am/sc/source/ui/drawfunc.po)0
-rw-r--r--source/am/sc/source/ui/formdlg.po (renamed from translations/source/am/sc/source/ui/formdlg.po)0
-rw-r--r--source/am/sc/source/ui/miscdlgs.po (renamed from translations/source/am/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/am/sc/source/ui/navipi.po (renamed from translations/source/am/sc/source/ui/navipi.po)0
-rw-r--r--source/am/sc/source/ui/optdlg.po (renamed from translations/source/am/sc/source/ui/optdlg.po)0
-rw-r--r--source/am/sc/source/ui/pagedlg.po (renamed from translations/source/am/sc/source/ui/pagedlg.po)0
-rw-r--r--source/am/sc/source/ui/src.po (renamed from translations/source/am/sc/source/ui/src.po)0
-rw-r--r--source/am/sc/source/ui/styleui.po (renamed from translations/source/am/sc/source/ui/styleui.po)0
-rw-r--r--source/am/scaddins/source/analysis.po (renamed from translations/source/am/scaddins/source/analysis.po)0
-rw-r--r--source/am/scaddins/source/datefunc.po (renamed from translations/source/am/scaddins/source/datefunc.po)0
-rw-r--r--source/am/sccomp/source/solver.po (renamed from translations/source/am/sccomp/source/solver.po)0
-rw-r--r--source/am/scp2/source/accessories.po (renamed from translations/source/am/scp2/source/accessories.po)0
-rw-r--r--source/am/scp2/source/activex.po (renamed from translations/source/am/scp2/source/activex.po)0
-rw-r--r--source/am/scp2/source/base.po (renamed from translations/source/am/scp2/source/base.po)0
-rw-r--r--source/am/scp2/source/binfilter.po (renamed from translations/source/am/scp2/source/binfilter.po)0
-rw-r--r--source/am/scp2/source/calc.po (renamed from translations/source/am/scp2/source/calc.po)0
-rw-r--r--source/am/scp2/source/draw.po (renamed from translations/source/am/scp2/source/draw.po)0
-rw-r--r--source/am/scp2/source/extensions.po (renamed from translations/source/am/scp2/source/extensions.po)0
-rw-r--r--source/am/scp2/source/gnome.po (renamed from translations/source/am/scp2/source/gnome.po)0
-rw-r--r--source/am/scp2/source/graphicfilter.po (renamed from translations/source/am/scp2/source/graphicfilter.po)0
-rw-r--r--source/am/scp2/source/impress.po (renamed from translations/source/am/scp2/source/impress.po)0
-rw-r--r--source/am/scp2/source/javafilter.po (renamed from translations/source/am/scp2/source/javafilter.po)0
-rw-r--r--source/am/scp2/source/kde.po (renamed from translations/source/am/scp2/source/kde.po)0
-rw-r--r--source/am/scp2/source/math.po (renamed from translations/source/am/scp2/source/math.po)0
-rw-r--r--source/am/scp2/source/onlineupdate.po (renamed from translations/source/am/scp2/source/onlineupdate.po)0
-rw-r--r--source/am/scp2/source/ooo.po (renamed from translations/source/am/scp2/source/ooo.po)0
-rw-r--r--source/am/scp2/source/python.po (renamed from translations/source/am/scp2/source/python.po)0
-rw-r--r--source/am/scp2/source/quickstart.po (renamed from translations/source/am/scp2/source/quickstart.po)0
-rw-r--r--source/am/scp2/source/sdkoo.po (renamed from translations/source/am/scp2/source/sdkoo.po)0
-rw-r--r--source/am/scp2/source/smoketest.po (renamed from translations/source/am/scp2/source/smoketest.po)0
-rw-r--r--source/am/scp2/source/stdlibs.po (renamed from translations/source/am/scp2/source/stdlibs.po)0
-rw-r--r--source/am/scp2/source/tde.po (renamed from translations/source/am/scp2/source/tde.po)0
-rw-r--r--source/am/scp2/source/winexplorerext.po (renamed from translations/source/am/scp2/source/winexplorerext.po)0
-rw-r--r--source/am/scp2/source/writer.po (renamed from translations/source/am/scp2/source/writer.po)0
-rw-r--r--source/am/scp2/source/xsltfilter.po (renamed from translations/source/am/scp2/source/xsltfilter.po)0
-rw-r--r--source/am/scripting/source/pyprov.po (renamed from translations/source/am/scripting/source/pyprov.po)0
-rw-r--r--source/am/sd/source/core.po (renamed from translations/source/am/sd/source/core.po)0
-rw-r--r--source/am/sd/source/filter/html.po (renamed from translations/source/am/sd/source/filter/html.po)0
-rw-r--r--source/am/sd/source/ui/accessibility.po (renamed from translations/source/am/sd/source/ui/accessibility.po)0
-rw-r--r--source/am/sd/source/ui/animations.po (renamed from translations/source/am/sd/source/ui/animations.po)0
-rw-r--r--source/am/sd/source/ui/annotations.po (renamed from translations/source/am/sd/source/ui/annotations.po)0
-rw-r--r--source/am/sd/source/ui/app.po (renamed from translations/source/am/sd/source/ui/app.po)0
-rw-r--r--source/am/sd/source/ui/dlg.po (renamed from translations/source/am/sd/source/ui/dlg.po)0
-rw-r--r--source/am/sd/source/ui/slideshow.po (renamed from translations/source/am/sd/source/ui/slideshow.po)0
-rw-r--r--source/am/sd/source/ui/table.po (renamed from translations/source/am/sd/source/ui/table.po)0
-rw-r--r--source/am/sd/source/ui/view.po (renamed from translations/source/am/sd/source/ui/view.po)0
-rw-r--r--source/am/sdext/source/minimizer.po (renamed from translations/source/am/sdext/source/minimizer.po)0
-rw-r--r--source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/am/sdext/source/pdfimport.po (renamed from translations/source/am/sdext/source/pdfimport.po)0
-rw-r--r--source/am/sdext/source/presenter.po (renamed from translations/source/am/sdext/source/presenter.po)0
-rw-r--r--source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/am/setup_native/source/mac.po (renamed from translations/source/am/setup_native/source/mac.po)0
-rw-r--r--source/am/sfx2/source/appl.po (renamed from translations/source/am/sfx2/source/appl.po)0
-rw-r--r--source/am/sfx2/source/bastyp.po (renamed from translations/source/am/sfx2/source/bastyp.po)0
-rw-r--r--source/am/sfx2/source/dialog.po (renamed from translations/source/am/sfx2/source/dialog.po)0
-rw-r--r--source/am/sfx2/source/doc.po (renamed from translations/source/am/sfx2/source/doc.po)0
-rw-r--r--source/am/sfx2/source/menu.po (renamed from translations/source/am/sfx2/source/menu.po)0
-rw-r--r--source/am/sfx2/source/view.po (renamed from translations/source/am/sfx2/source/view.po)0
-rw-r--r--source/am/shell/source/win32/shlxthandler/res.po (renamed from translations/source/am/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/am/starmath/source.po (renamed from translations/source/am/starmath/source.po)0
-rw-r--r--source/am/svl/source/items.po (renamed from translations/source/am/svl/source/items.po)0
-rw-r--r--source/am/svl/source/misc.po (renamed from translations/source/am/svl/source/misc.po)0
-rw-r--r--source/am/svtools/source/contnr.po (renamed from translations/source/am/svtools/source/contnr.po)0
-rw-r--r--source/am/svtools/source/control.po (renamed from translations/source/am/svtools/source/control.po)0
-rw-r--r--source/am/svtools/source/dialogs.po (renamed from translations/source/am/svtools/source/dialogs.po)0
-rw-r--r--source/am/svtools/source/filter.po (renamed from translations/source/am/svtools/source/filter.po)0
-rw-r--r--source/am/svtools/source/java.po (renamed from translations/source/am/svtools/source/java.po)0
-rw-r--r--source/am/svtools/source/misc.po (renamed from translations/source/am/svtools/source/misc.po)0
-rw-r--r--source/am/svtools/source/toolpanel.po (renamed from translations/source/am/svtools/source/toolpanel.po)0
-rw-r--r--source/am/svtools/workben/unodialog.po (renamed from translations/source/am/svtools/workben/unodialog.po)0
-rw-r--r--source/am/svx/inc.po (renamed from translations/source/am/svx/inc.po)0
-rw-r--r--source/am/svx/source/accessibility.po (renamed from translations/source/am/svx/source/accessibility.po)0
-rw-r--r--source/am/svx/source/dialog.po (renamed from translations/source/am/svx/source/dialog.po)0
-rw-r--r--source/am/svx/source/engine3d.po (renamed from translations/source/am/svx/source/engine3d.po)0
-rw-r--r--source/am/svx/source/fmcomp.po (renamed from translations/source/am/svx/source/fmcomp.po)0
-rw-r--r--source/am/svx/source/form.po (renamed from translations/source/am/svx/source/form.po)0
-rw-r--r--source/am/svx/source/gallery2.po (renamed from translations/source/am/svx/source/gallery2.po)0
-rw-r--r--source/am/svx/source/items.po (renamed from translations/source/am/svx/source/items.po)0
-rw-r--r--source/am/svx/source/src.po (renamed from translations/source/am/svx/source/src.po)0
-rw-r--r--source/am/svx/source/stbctrls.po (renamed from translations/source/am/svx/source/stbctrls.po)0
-rw-r--r--source/am/svx/source/svdraw.po (renamed from translations/source/am/svx/source/svdraw.po)0
-rw-r--r--source/am/svx/source/table.po (renamed from translations/source/am/svx/source/table.po)0
-rw-r--r--source/am/svx/source/tbxctrls.po (renamed from translations/source/am/svx/source/tbxctrls.po)0
-rw-r--r--source/am/svx/source/toolbars.po (renamed from translations/source/am/svx/source/toolbars.po)0
-rw-r--r--source/am/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/am/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/am/sw/source/core/layout.po (renamed from translations/source/am/sw/source/core/layout.po)0
-rw-r--r--source/am/sw/source/core/undo.po (renamed from translations/source/am/sw/source/core/undo.po)0
-rw-r--r--source/am/sw/source/core/unocore.po (renamed from translations/source/am/sw/source/core/unocore.po)0
-rw-r--r--source/am/sw/source/ui/app.po (renamed from translations/source/am/sw/source/ui/app.po)0
-rw-r--r--source/am/sw/source/ui/chrdlg.po (renamed from translations/source/am/sw/source/ui/chrdlg.po)0
-rw-r--r--source/am/sw/source/ui/config.po (renamed from translations/source/am/sw/source/ui/config.po)0
-rw-r--r--source/am/sw/source/ui/dbui.po (renamed from translations/source/am/sw/source/ui/dbui.po)0
-rw-r--r--source/am/sw/source/ui/dialog.po (renamed from translations/source/am/sw/source/ui/dialog.po)0
-rw-r--r--source/am/sw/source/ui/dochdl.po (renamed from translations/source/am/sw/source/ui/dochdl.po)0
-rw-r--r--source/am/sw/source/ui/docvw.po (renamed from translations/source/am/sw/source/ui/docvw.po)0
-rw-r--r--source/am/sw/source/ui/envelp.po (renamed from translations/source/am/sw/source/ui/envelp.po)0
-rw-r--r--source/am/sw/source/ui/fldui.po (renamed from translations/source/am/sw/source/ui/fldui.po)0
-rw-r--r--source/am/sw/source/ui/fmtui.po (renamed from translations/source/am/sw/source/ui/fmtui.po)0
-rw-r--r--source/am/sw/source/ui/frmdlg.po (renamed from translations/source/am/sw/source/ui/frmdlg.po)0
-rw-r--r--source/am/sw/source/ui/globdoc.po (renamed from translations/source/am/sw/source/ui/globdoc.po)0
-rw-r--r--source/am/sw/source/ui/index.po (renamed from translations/source/am/sw/source/ui/index.po)0
-rw-r--r--source/am/sw/source/ui/lingu.po (renamed from translations/source/am/sw/source/ui/lingu.po)0
-rw-r--r--source/am/sw/source/ui/misc.po (renamed from translations/source/am/sw/source/ui/misc.po)0
-rw-r--r--source/am/sw/source/ui/ribbar.po (renamed from translations/source/am/sw/source/ui/ribbar.po)0
-rw-r--r--source/am/sw/source/ui/shells.po (renamed from translations/source/am/sw/source/ui/shells.po)0
-rw-r--r--source/am/sw/source/ui/smartmenu.po (renamed from translations/source/am/sw/source/ui/smartmenu.po)0
-rw-r--r--source/am/sw/source/ui/table.po (renamed from translations/source/am/sw/source/ui/table.po)0
-rw-r--r--source/am/sw/source/ui/uiview.po (renamed from translations/source/am/sw/source/ui/uiview.po)0
-rw-r--r--source/am/sw/source/ui/utlui.po (renamed from translations/source/am/sw/source/ui/utlui.po)0
-rw-r--r--source/am/sw/source/ui/web.po (renamed from translations/source/am/sw/source/ui/web.po)0
-rw-r--r--source/am/sw/source/ui/wrtsh.po (renamed from translations/source/am/sw/source/ui/wrtsh.po)0
-rw-r--r--source/am/swext/mediawiki/help.po (renamed from translations/source/am/swext/mediawiki/help.po)0
-rw-r--r--source/am/swext/mediawiki/src.po (renamed from translations/source/am/swext/mediawiki/src.po)0
-rw-r--r--source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/am/sysui/desktop/share.po (renamed from translations/source/am/sysui/desktop/share.po)0
-rw-r--r--source/am/uui/source.po (renamed from translations/source/am/uui/source.po)0
-rw-r--r--source/am/vcl/source/src.po (renamed from translations/source/am/vcl/source/src.po)0
-rw-r--r--source/am/wizards/source/euro.po (renamed from translations/source/am/wizards/source/euro.po)0
-rw-r--r--source/am/wizards/source/formwizard.po (renamed from translations/source/am/wizards/source/formwizard.po)0
-rw-r--r--source/am/wizards/source/importwizard.po (renamed from translations/source/am/wizards/source/importwizard.po)0
-rw-r--r--source/am/wizards/source/schedule.po (renamed from translations/source/am/wizards/source/schedule.po)0
-rw-r--r--source/am/wizards/source/template.po (renamed from translations/source/am/wizards/source/template.po)0
-rw-r--r--source/am/xmlsecurity/source/component.po (renamed from translations/source/am/xmlsecurity/source/component.po)0
-rw-r--r--source/am/xmlsecurity/source/dialogs.po (renamed from translations/source/am/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ar/accessibility/source/helper.po (renamed from translations/source/ar/accessibility/source/helper.po)0
-rw-r--r--source/ar/avmedia/source/framework.po (renamed from translations/source/ar/avmedia/source/framework.po)0
-rw-r--r--source/ar/avmedia/source/viewer.po (renamed from translations/source/ar/avmedia/source/viewer.po)0
-rw-r--r--source/ar/basctl/source/basicide.po (renamed from translations/source/ar/basctl/source/basicide.po)0
-rw-r--r--source/ar/basctl/source/dlged.po (renamed from translations/source/ar/basctl/source/dlged.po)0
-rw-r--r--source/ar/basic/source/classes.po (renamed from translations/source/ar/basic/source/classes.po)0
-rw-r--r--source/ar/basic/source/sbx.po (renamed from translations/source/ar/basic/source/sbx.po)0
-rw-r--r--source/ar/chart2/source/controller/dialogs.po (renamed from translations/source/ar/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ar/connectivity/source/resource.po (renamed from translations/source/ar/connectivity/source/resource.po)0
-rw-r--r--source/ar/cui/source/customize.po (renamed from translations/source/ar/cui/source/customize.po)0
-rw-r--r--source/ar/cui/source/dialogs.po (renamed from translations/source/ar/cui/source/dialogs.po)0
-rw-r--r--source/ar/cui/source/options.po (renamed from translations/source/ar/cui/source/options.po)0
-rw-r--r--source/ar/cui/source/tabpages.po (renamed from translations/source/ar/cui/source/tabpages.po)0
-rw-r--r--source/ar/dbaccess/source/core/resource.po (renamed from translations/source/ar/dbaccess/source/core/resource.po)0
-rw-r--r--source/ar/dbaccess/source/ext/macromigration.po (renamed from translations/source/ar/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ar/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ar/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ar/dbaccess/source/ui/app.po (renamed from translations/source/ar/dbaccess/source/ui/app.po)0
-rw-r--r--source/ar/dbaccess/source/ui/browser.po (renamed from translations/source/ar/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ar/dbaccess/source/ui/control.po (renamed from translations/source/ar/dbaccess/source/ui/control.po)0
-rw-r--r--source/ar/dbaccess/source/ui/dlg.po (renamed from translations/source/ar/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ar/dbaccess/source/ui/inc.po (renamed from translations/source/ar/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ar/dbaccess/source/ui/misc.po (renamed from translations/source/ar/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ar/dbaccess/source/ui/querydesign.po (renamed from translations/source/ar/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ar/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ar/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ar/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ar/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ar/dbaccess/source/ui/uno.po (renamed from translations/source/ar/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ar/desktop/source/app.po (renamed from translations/source/ar/desktop/source/app.po)0
-rw-r--r--source/ar/desktop/source/deployment/gui.po (renamed from translations/source/ar/desktop/source/deployment/gui.po)0
-rw-r--r--source/ar/desktop/source/deployment/manager.po (renamed from translations/source/ar/desktop/source/deployment/manager.po)0
-rw-r--r--source/ar/desktop/source/deployment/misc.po (renamed from translations/source/ar/desktop/source/deployment/misc.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry.po (renamed from translations/source/ar/desktop/source/deployment/registry.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/component.po (renamed from translations/source/ar/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ar/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/help.po (renamed from translations/source/ar/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/package.po (renamed from translations/source/ar/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/script.po (renamed from translations/source/ar/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ar/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ar/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ar/desktop/source/deployment/unopkg.po (renamed from translations/source/ar/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ar/dictionaries/af_ZA.po (renamed from translations/source/ar/dictionaries/af_ZA.po)0
-rw-r--r--source/ar/dictionaries/an_ES.po (renamed from translations/source/ar/dictionaries/an_ES.po)0
-rw-r--r--source/ar/dictionaries/ar.po (renamed from translations/source/ar/dictionaries/ar.po)0
-rw-r--r--source/ar/dictionaries/be_BY.po (renamed from translations/source/ar/dictionaries/be_BY.po)0
-rw-r--r--source/ar/dictionaries/bg_BG.po (renamed from translations/source/ar/dictionaries/bg_BG.po)0
-rw-r--r--source/ar/dictionaries/bn_BD.po (renamed from translations/source/ar/dictionaries/bn_BD.po)0
-rw-r--r--source/ar/dictionaries/br_FR.po (renamed from translations/source/ar/dictionaries/br_FR.po)0
-rw-r--r--source/ar/dictionaries/ca.po (renamed from translations/source/ar/dictionaries/ca.po)0
-rw-r--r--source/ar/dictionaries/cs_CZ.po (renamed from translations/source/ar/dictionaries/cs_CZ.po)0
-rw-r--r--source/ar/dictionaries/da_DK.po (renamed from translations/source/ar/dictionaries/da_DK.po)0
-rw-r--r--source/ar/dictionaries/de.po (renamed from translations/source/ar/dictionaries/de.po)0
-rw-r--r--source/ar/dictionaries/el_GR.po (renamed from translations/source/ar/dictionaries/el_GR.po)0
-rw-r--r--source/ar/dictionaries/en.po (renamed from translations/source/ar/dictionaries/en.po)0
-rw-r--r--source/ar/dictionaries/en/dialog.po (renamed from translations/source/ar/dictionaries/en/dialog.po)0
-rw-r--r--source/ar/dictionaries/es_ES.po (renamed from translations/source/ar/dictionaries/es_ES.po)0
-rw-r--r--source/ar/dictionaries/et_EE.po (renamed from translations/source/ar/dictionaries/et_EE.po)0
-rw-r--r--source/ar/dictionaries/fr_FR.po (renamed from translations/source/ar/dictionaries/fr_FR.po)0
-rw-r--r--source/ar/dictionaries/gd_GB.po (renamed from translations/source/ar/dictionaries/gd_GB.po)0
-rw-r--r--source/ar/dictionaries/gl.po (renamed from translations/source/ar/dictionaries/gl.po)0
-rw-r--r--source/ar/dictionaries/gu_IN.po (renamed from translations/source/ar/dictionaries/gu_IN.po)0
-rw-r--r--source/ar/dictionaries/he_IL.po (renamed from translations/source/ar/dictionaries/he_IL.po)0
-rw-r--r--source/ar/dictionaries/hi_IN.po (renamed from translations/source/ar/dictionaries/hi_IN.po)0
-rw-r--r--source/ar/dictionaries/hr_HR.po (renamed from translations/source/ar/dictionaries/hr_HR.po)0
-rw-r--r--source/ar/dictionaries/hu_HU.po (renamed from translations/source/ar/dictionaries/hu_HU.po)0
-rw-r--r--source/ar/dictionaries/hu_HU/dialog.po (renamed from translations/source/ar/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ar/dictionaries/it_IT.po (renamed from translations/source/ar/dictionaries/it_IT.po)0
-rw-r--r--source/ar/dictionaries/ku_TR.po (renamed from translations/source/ar/dictionaries/ku_TR.po)0
-rw-r--r--source/ar/dictionaries/lt_LT.po (renamed from translations/source/ar/dictionaries/lt_LT.po)0
-rw-r--r--source/ar/dictionaries/lv_LV.po (renamed from translations/source/ar/dictionaries/lv_LV.po)0
-rw-r--r--source/ar/dictionaries/ne_NP.po (renamed from translations/source/ar/dictionaries/ne_NP.po)0
-rw-r--r--source/ar/dictionaries/nl_NL.po (renamed from translations/source/ar/dictionaries/nl_NL.po)0
-rw-r--r--source/ar/dictionaries/no.po (renamed from translations/source/ar/dictionaries/no.po)0
-rw-r--r--source/ar/dictionaries/oc_FR.po (renamed from translations/source/ar/dictionaries/oc_FR.po)0
-rw-r--r--source/ar/dictionaries/pl_PL.po (renamed from translations/source/ar/dictionaries/pl_PL.po)0
-rw-r--r--source/ar/dictionaries/pt_BR.po (renamed from translations/source/ar/dictionaries/pt_BR.po)0
-rw-r--r--source/ar/dictionaries/pt_PT.po (renamed from translations/source/ar/dictionaries/pt_PT.po)0
-rw-r--r--source/ar/dictionaries/ro.po (renamed from translations/source/ar/dictionaries/ro.po)0
-rw-r--r--source/ar/dictionaries/ru_RU.po (renamed from translations/source/ar/dictionaries/ru_RU.po)0
-rw-r--r--source/ar/dictionaries/ru_RU/dialog.po (renamed from translations/source/ar/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ar/dictionaries/si_LK.po (renamed from translations/source/ar/dictionaries/si_LK.po)0
-rw-r--r--source/ar/dictionaries/sk_SK.po (renamed from translations/source/ar/dictionaries/sk_SK.po)0
-rw-r--r--source/ar/dictionaries/sl_SI.po (renamed from translations/source/ar/dictionaries/sl_SI.po)0
-rw-r--r--source/ar/dictionaries/sr.po (renamed from translations/source/ar/dictionaries/sr.po)0
-rw-r--r--source/ar/dictionaries/sv_SE.po (renamed from translations/source/ar/dictionaries/sv_SE.po)0
-rw-r--r--source/ar/dictionaries/sw_TZ.po (renamed from translations/source/ar/dictionaries/sw_TZ.po)0
-rw-r--r--source/ar/dictionaries/te_IN.po (renamed from translations/source/ar/dictionaries/te_IN.po)0
-rw-r--r--source/ar/dictionaries/th_TH.po (renamed from translations/source/ar/dictionaries/th_TH.po)0
-rw-r--r--source/ar/dictionaries/uk_UA.po (renamed from translations/source/ar/dictionaries/uk_UA.po)0
-rw-r--r--source/ar/dictionaries/vi.po (renamed from translations/source/ar/dictionaries/vi.po)0
-rw-r--r--source/ar/dictionaries/zu_ZA.po (renamed from translations/source/ar/dictionaries/zu_ZA.po)0
-rw-r--r--source/ar/editeng/source/accessibility.po (renamed from translations/source/ar/editeng/source/accessibility.po)0
-rw-r--r--source/ar/editeng/source/editeng.po (renamed from translations/source/ar/editeng/source/editeng.po)0
-rw-r--r--source/ar/editeng/source/items.po (renamed from translations/source/ar/editeng/source/items.po)0
-rw-r--r--source/ar/editeng/source/misc.po (renamed from translations/source/ar/editeng/source/misc.po)0
-rw-r--r--source/ar/editeng/source/outliner.po (renamed from translations/source/ar/editeng/source/outliner.po)0
-rw-r--r--source/ar/extensions/source/abpilot.po (renamed from translations/source/ar/extensions/source/abpilot.po)0
-rw-r--r--source/ar/extensions/source/bibliography.po (renamed from translations/source/ar/extensions/source/bibliography.po)0
-rw-r--r--source/ar/extensions/source/dbpilots.po (renamed from translations/source/ar/extensions/source/dbpilots.po)0
-rw-r--r--source/ar/extensions/source/propctrlr.po (renamed from translations/source/ar/extensions/source/propctrlr.po)0
-rw-r--r--source/ar/extensions/source/scanner.po (renamed from translations/source/ar/extensions/source/scanner.po)0
-rw-r--r--source/ar/extensions/source/update/check.po (renamed from translations/source/ar/extensions/source/update/check.po)0
-rw-r--r--source/ar/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ar/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ar/filter/source/config/fragments/filters.po (renamed from translations/source/ar/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ar/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ar/filter/source/config/fragments/types.po (renamed from translations/source/ar/filter/source/config/fragments/types.po)0
-rw-r--r--source/ar/filter/source/flash.po (renamed from translations/source/ar/filter/source/flash.po)0
-rw-r--r--source/ar/filter/source/graphicfilter/eps.po (renamed from translations/source/ar/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ar/filter/source/pdf.po (renamed from translations/source/ar/filter/source/pdf.po)0
-rw-r--r--source/ar/filter/source/t602.po (renamed from translations/source/ar/filter/source/t602.po)0
-rw-r--r--source/ar/filter/source/xsltdialog.po (renamed from translations/source/ar/filter/source/xsltdialog.po)0
-rw-r--r--source/ar/forms/source/resource.po (renamed from translations/source/ar/forms/source/resource.po)0
-rw-r--r--source/ar/formula/source/core/resource.po (renamed from translations/source/ar/formula/source/core/resource.po)0
-rw-r--r--source/ar/formula/source/ui/dlg.po (renamed from translations/source/ar/formula/source/ui/dlg.po)0
-rw-r--r--source/ar/fpicker/source/office.po (renamed from translations/source/ar/fpicker/source/office.po)0
-rw-r--r--source/ar/framework/source/classes.po (renamed from translations/source/ar/framework/source/classes.po)0
-rw-r--r--source/ar/framework/source/services.po (renamed from translations/source/ar/framework/source/services.po)0
-rw-r--r--source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ar/mysqlc/source.po (renamed from translations/source/ar/mysqlc/source.po)0
-rw-r--r--source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ar/nlpsolver/src/locale.po (renamed from translations/source/ar/nlpsolver/src/locale.po)0
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ar/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ar/padmin/source.po (renamed from translations/source/ar/padmin/source.po)0
-rw-r--r--source/ar/readlicense_oo/docs/readme.po (renamed from translations/source/ar/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ar/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ar/reportbuilder/util.po (renamed from translations/source/ar/reportbuilder/util.po)0
-rw-r--r--source/ar/reportdesign/source/core/resource.po (renamed from translations/source/ar/reportdesign/source/core/resource.po)0
-rw-r--r--source/ar/reportdesign/source/ui/dlg.po (renamed from translations/source/ar/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ar/reportdesign/source/ui/inspection.po (renamed from translations/source/ar/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ar/reportdesign/source/ui/report.po (renamed from translations/source/ar/reportdesign/source/ui/report.po)0
-rw-r--r--source/ar/sc/source/core/src.po (renamed from translations/source/ar/sc/source/core/src.po)0
-rw-r--r--source/ar/sc/source/ui/cctrl.po (renamed from translations/source/ar/sc/source/ui/cctrl.po)0
-rw-r--r--source/ar/sc/source/ui/dbgui.po (renamed from translations/source/ar/sc/source/ui/dbgui.po)0
-rw-r--r--source/ar/sc/source/ui/docshell.po (renamed from translations/source/ar/sc/source/ui/docshell.po)0
-rw-r--r--source/ar/sc/source/ui/drawfunc.po (renamed from translations/source/ar/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ar/sc/source/ui/formdlg.po (renamed from translations/source/ar/sc/source/ui/formdlg.po)0
-rw-r--r--source/ar/sc/source/ui/miscdlgs.po (renamed from translations/source/ar/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ar/sc/source/ui/navipi.po (renamed from translations/source/ar/sc/source/ui/navipi.po)0
-rw-r--r--source/ar/sc/source/ui/optdlg.po (renamed from translations/source/ar/sc/source/ui/optdlg.po)0
-rw-r--r--source/ar/sc/source/ui/pagedlg.po (renamed from translations/source/ar/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ar/sc/source/ui/src.po (renamed from translations/source/ar/sc/source/ui/src.po)0
-rw-r--r--source/ar/sc/source/ui/styleui.po (renamed from translations/source/ar/sc/source/ui/styleui.po)0
-rw-r--r--source/ar/scaddins/source/analysis.po (renamed from translations/source/ar/scaddins/source/analysis.po)0
-rw-r--r--source/ar/scaddins/source/datefunc.po (renamed from translations/source/ar/scaddins/source/datefunc.po)0
-rw-r--r--source/ar/sccomp/source/solver.po (renamed from translations/source/ar/sccomp/source/solver.po)0
-rw-r--r--source/ar/scp2/source/accessories.po (renamed from translations/source/ar/scp2/source/accessories.po)0
-rw-r--r--source/ar/scp2/source/activex.po (renamed from translations/source/ar/scp2/source/activex.po)0
-rw-r--r--source/ar/scp2/source/base.po (renamed from translations/source/ar/scp2/source/base.po)0
-rw-r--r--source/ar/scp2/source/binfilter.po (renamed from translations/source/ar/scp2/source/binfilter.po)0
-rw-r--r--source/ar/scp2/source/calc.po (renamed from translations/source/ar/scp2/source/calc.po)0
-rw-r--r--source/ar/scp2/source/draw.po (renamed from translations/source/ar/scp2/source/draw.po)0
-rw-r--r--source/ar/scp2/source/extensions.po (renamed from translations/source/ar/scp2/source/extensions.po)0
-rw-r--r--source/ar/scp2/source/gnome.po (renamed from translations/source/ar/scp2/source/gnome.po)0
-rw-r--r--source/ar/scp2/source/graphicfilter.po (renamed from translations/source/ar/scp2/source/graphicfilter.po)0
-rw-r--r--source/ar/scp2/source/impress.po (renamed from translations/source/ar/scp2/source/impress.po)0
-rw-r--r--source/ar/scp2/source/javafilter.po (renamed from translations/source/ar/scp2/source/javafilter.po)0
-rw-r--r--source/ar/scp2/source/kde.po (renamed from translations/source/ar/scp2/source/kde.po)0
-rw-r--r--source/ar/scp2/source/math.po (renamed from translations/source/ar/scp2/source/math.po)0
-rw-r--r--source/ar/scp2/source/onlineupdate.po (renamed from translations/source/ar/scp2/source/onlineupdate.po)0
-rw-r--r--source/ar/scp2/source/ooo.po (renamed from translations/source/ar/scp2/source/ooo.po)0
-rw-r--r--source/ar/scp2/source/python.po (renamed from translations/source/ar/scp2/source/python.po)0
-rw-r--r--source/ar/scp2/source/quickstart.po (renamed from translations/source/ar/scp2/source/quickstart.po)0
-rw-r--r--source/ar/scp2/source/sdkoo.po (renamed from translations/source/ar/scp2/source/sdkoo.po)0
-rw-r--r--source/ar/scp2/source/smoketest.po (renamed from translations/source/ar/scp2/source/smoketest.po)0
-rw-r--r--source/ar/scp2/source/stdlibs.po (renamed from translations/source/ar/scp2/source/stdlibs.po)0
-rw-r--r--source/ar/scp2/source/tde.po (renamed from translations/source/ar/scp2/source/tde.po)0
-rw-r--r--source/ar/scp2/source/winexplorerext.po (renamed from translations/source/ar/scp2/source/winexplorerext.po)0
-rw-r--r--source/ar/scp2/source/writer.po (renamed from translations/source/ar/scp2/source/writer.po)0
-rw-r--r--source/ar/scp2/source/xsltfilter.po (renamed from translations/source/ar/scp2/source/xsltfilter.po)0
-rw-r--r--source/ar/scripting/source/pyprov.po (renamed from translations/source/ar/scripting/source/pyprov.po)0
-rw-r--r--source/ar/sd/source/core.po (renamed from translations/source/ar/sd/source/core.po)0
-rw-r--r--source/ar/sd/source/filter/html.po (renamed from translations/source/ar/sd/source/filter/html.po)0
-rw-r--r--source/ar/sd/source/ui/accessibility.po (renamed from translations/source/ar/sd/source/ui/accessibility.po)0
-rw-r--r--source/ar/sd/source/ui/animations.po (renamed from translations/source/ar/sd/source/ui/animations.po)0
-rw-r--r--source/ar/sd/source/ui/annotations.po (renamed from translations/source/ar/sd/source/ui/annotations.po)0
-rw-r--r--source/ar/sd/source/ui/app.po (renamed from translations/source/ar/sd/source/ui/app.po)0
-rw-r--r--source/ar/sd/source/ui/dlg.po (renamed from translations/source/ar/sd/source/ui/dlg.po)0
-rw-r--r--source/ar/sd/source/ui/slideshow.po (renamed from translations/source/ar/sd/source/ui/slideshow.po)0
-rw-r--r--source/ar/sd/source/ui/table.po (renamed from translations/source/ar/sd/source/ui/table.po)0
-rw-r--r--source/ar/sd/source/ui/view.po (renamed from translations/source/ar/sd/source/ui/view.po)0
-rw-r--r--source/ar/sdext/source/minimizer.po (renamed from translations/source/ar/sdext/source/minimizer.po)0
-rw-r--r--source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ar/sdext/source/pdfimport.po (renamed from translations/source/ar/sdext/source/pdfimport.po)0
-rw-r--r--source/ar/sdext/source/presenter.po (renamed from translations/source/ar/sdext/source/presenter.po)0
-rw-r--r--source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ar/setup_native/source/mac.po (renamed from translations/source/ar/setup_native/source/mac.po)0
-rw-r--r--source/ar/sfx2/source/appl.po (renamed from translations/source/ar/sfx2/source/appl.po)0
-rw-r--r--source/ar/sfx2/source/bastyp.po (renamed from translations/source/ar/sfx2/source/bastyp.po)0
-rw-r--r--source/ar/sfx2/source/dialog.po (renamed from translations/source/ar/sfx2/source/dialog.po)0
-rw-r--r--source/ar/sfx2/source/doc.po (renamed from translations/source/ar/sfx2/source/doc.po)0
-rw-r--r--source/ar/sfx2/source/menu.po (renamed from translations/source/ar/sfx2/source/menu.po)0
-rw-r--r--source/ar/sfx2/source/view.po (renamed from translations/source/ar/sfx2/source/view.po)0
-rw-r--r--source/ar/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ar/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ar/starmath/source.po (renamed from translations/source/ar/starmath/source.po)0
-rw-r--r--source/ar/svl/source/items.po (renamed from translations/source/ar/svl/source/items.po)0
-rw-r--r--source/ar/svl/source/misc.po (renamed from translations/source/ar/svl/source/misc.po)0
-rw-r--r--source/ar/svtools/source/contnr.po (renamed from translations/source/ar/svtools/source/contnr.po)0
-rw-r--r--source/ar/svtools/source/control.po (renamed from translations/source/ar/svtools/source/control.po)0
-rw-r--r--source/ar/svtools/source/dialogs.po (renamed from translations/source/ar/svtools/source/dialogs.po)0
-rw-r--r--source/ar/svtools/source/filter.po (renamed from translations/source/ar/svtools/source/filter.po)0
-rw-r--r--source/ar/svtools/source/java.po (renamed from translations/source/ar/svtools/source/java.po)0
-rw-r--r--source/ar/svtools/source/misc.po (renamed from translations/source/ar/svtools/source/misc.po)0
-rw-r--r--source/ar/svtools/source/toolpanel.po (renamed from translations/source/ar/svtools/source/toolpanel.po)0
-rw-r--r--source/ar/svtools/workben/unodialog.po (renamed from translations/source/ar/svtools/workben/unodialog.po)0
-rw-r--r--source/ar/svx/inc.po (renamed from translations/source/ar/svx/inc.po)0
-rw-r--r--source/ar/svx/source/accessibility.po (renamed from translations/source/ar/svx/source/accessibility.po)0
-rw-r--r--source/ar/svx/source/dialog.po (renamed from translations/source/ar/svx/source/dialog.po)0
-rw-r--r--source/ar/svx/source/engine3d.po (renamed from translations/source/ar/svx/source/engine3d.po)0
-rw-r--r--source/ar/svx/source/fmcomp.po (renamed from translations/source/ar/svx/source/fmcomp.po)0
-rw-r--r--source/ar/svx/source/form.po (renamed from translations/source/ar/svx/source/form.po)0
-rw-r--r--source/ar/svx/source/gallery2.po (renamed from translations/source/ar/svx/source/gallery2.po)0
-rw-r--r--source/ar/svx/source/items.po (renamed from translations/source/ar/svx/source/items.po)0
-rw-r--r--source/ar/svx/source/src.po (renamed from translations/source/ar/svx/source/src.po)0
-rw-r--r--source/ar/svx/source/stbctrls.po (renamed from translations/source/ar/svx/source/stbctrls.po)0
-rw-r--r--source/ar/svx/source/svdraw.po (renamed from translations/source/ar/svx/source/svdraw.po)0
-rw-r--r--source/ar/svx/source/table.po (renamed from translations/source/ar/svx/source/table.po)0
-rw-r--r--source/ar/svx/source/tbxctrls.po (renamed from translations/source/ar/svx/source/tbxctrls.po)0
-rw-r--r--source/ar/svx/source/toolbars.po (renamed from translations/source/ar/svx/source/toolbars.po)0
-rw-r--r--source/ar/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ar/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ar/sw/source/core/layout.po (renamed from translations/source/ar/sw/source/core/layout.po)0
-rw-r--r--source/ar/sw/source/core/undo.po (renamed from translations/source/ar/sw/source/core/undo.po)0
-rw-r--r--source/ar/sw/source/core/unocore.po (renamed from translations/source/ar/sw/source/core/unocore.po)0
-rw-r--r--source/ar/sw/source/ui/app.po (renamed from translations/source/ar/sw/source/ui/app.po)0
-rw-r--r--source/ar/sw/source/ui/chrdlg.po (renamed from translations/source/ar/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ar/sw/source/ui/config.po (renamed from translations/source/ar/sw/source/ui/config.po)0
-rw-r--r--source/ar/sw/source/ui/dbui.po (renamed from translations/source/ar/sw/source/ui/dbui.po)0
-rw-r--r--source/ar/sw/source/ui/dialog.po (renamed from translations/source/ar/sw/source/ui/dialog.po)0
-rw-r--r--source/ar/sw/source/ui/dochdl.po (renamed from translations/source/ar/sw/source/ui/dochdl.po)0
-rw-r--r--source/ar/sw/source/ui/docvw.po (renamed from translations/source/ar/sw/source/ui/docvw.po)0
-rw-r--r--source/ar/sw/source/ui/envelp.po (renamed from translations/source/ar/sw/source/ui/envelp.po)0
-rw-r--r--source/ar/sw/source/ui/fldui.po (renamed from translations/source/ar/sw/source/ui/fldui.po)0
-rw-r--r--source/ar/sw/source/ui/fmtui.po (renamed from translations/source/ar/sw/source/ui/fmtui.po)0
-rw-r--r--source/ar/sw/source/ui/frmdlg.po (renamed from translations/source/ar/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ar/sw/source/ui/globdoc.po (renamed from translations/source/ar/sw/source/ui/globdoc.po)0
-rw-r--r--source/ar/sw/source/ui/index.po (renamed from translations/source/ar/sw/source/ui/index.po)0
-rw-r--r--source/ar/sw/source/ui/lingu.po (renamed from translations/source/ar/sw/source/ui/lingu.po)0
-rw-r--r--source/ar/sw/source/ui/misc.po (renamed from translations/source/ar/sw/source/ui/misc.po)0
-rw-r--r--source/ar/sw/source/ui/ribbar.po (renamed from translations/source/ar/sw/source/ui/ribbar.po)0
-rw-r--r--source/ar/sw/source/ui/shells.po (renamed from translations/source/ar/sw/source/ui/shells.po)0
-rw-r--r--source/ar/sw/source/ui/smartmenu.po (renamed from translations/source/ar/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ar/sw/source/ui/table.po (renamed from translations/source/ar/sw/source/ui/table.po)0
-rw-r--r--source/ar/sw/source/ui/uiview.po (renamed from translations/source/ar/sw/source/ui/uiview.po)0
-rw-r--r--source/ar/sw/source/ui/utlui.po (renamed from translations/source/ar/sw/source/ui/utlui.po)0
-rw-r--r--source/ar/sw/source/ui/web.po (renamed from translations/source/ar/sw/source/ui/web.po)0
-rw-r--r--source/ar/sw/source/ui/wrtsh.po (renamed from translations/source/ar/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ar/swext/mediawiki/help.po (renamed from translations/source/ar/swext/mediawiki/help.po)0
-rw-r--r--source/ar/swext/mediawiki/src.po (renamed from translations/source/ar/swext/mediawiki/src.po)0
-rw-r--r--source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ar/sysui/desktop/share.po (renamed from translations/source/ar/sysui/desktop/share.po)0
-rw-r--r--source/ar/uui/source.po (renamed from translations/source/ar/uui/source.po)0
-rw-r--r--source/ar/vcl/source/src.po (renamed from translations/source/ar/vcl/source/src.po)0
-rw-r--r--source/ar/wizards/source/euro.po (renamed from translations/source/ar/wizards/source/euro.po)0
-rw-r--r--source/ar/wizards/source/formwizard.po (renamed from translations/source/ar/wizards/source/formwizard.po)0
-rw-r--r--source/ar/wizards/source/importwizard.po (renamed from translations/source/ar/wizards/source/importwizard.po)0
-rw-r--r--source/ar/wizards/source/schedule.po (renamed from translations/source/ar/wizards/source/schedule.po)0
-rw-r--r--source/ar/wizards/source/template.po (renamed from translations/source/ar/wizards/source/template.po)0
-rw-r--r--source/ar/xmlsecurity/source/component.po (renamed from translations/source/ar/xmlsecurity/source/component.po)0
-rw-r--r--source/ar/xmlsecurity/source/dialogs.po (renamed from translations/source/ar/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/as/accessibility/source/helper.po (renamed from translations/source/as/accessibility/source/helper.po)0
-rw-r--r--source/as/avmedia/source/framework.po (renamed from translations/source/as/avmedia/source/framework.po)0
-rw-r--r--source/as/avmedia/source/viewer.po (renamed from translations/source/as/avmedia/source/viewer.po)0
-rw-r--r--source/as/basctl/source/basicide.po (renamed from translations/source/as/basctl/source/basicide.po)0
-rw-r--r--source/as/basctl/source/dlged.po (renamed from translations/source/as/basctl/source/dlged.po)0
-rw-r--r--source/as/basic/source/classes.po (renamed from translations/source/as/basic/source/classes.po)0
-rw-r--r--source/as/basic/source/sbx.po (renamed from translations/source/as/basic/source/sbx.po)0
-rw-r--r--source/as/chart2/source/controller/dialogs.po (renamed from translations/source/as/chart2/source/controller/dialogs.po)0
-rw-r--r--source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/as/connectivity/source/resource.po (renamed from translations/source/as/connectivity/source/resource.po)0
-rw-r--r--source/as/cui/source/customize.po (renamed from translations/source/as/cui/source/customize.po)0
-rw-r--r--source/as/cui/source/dialogs.po (renamed from translations/source/as/cui/source/dialogs.po)0
-rw-r--r--source/as/cui/source/options.po (renamed from translations/source/as/cui/source/options.po)0
-rw-r--r--source/as/cui/source/tabpages.po (renamed from translations/source/as/cui/source/tabpages.po)0
-rw-r--r--source/as/dbaccess/source/core/resource.po (renamed from translations/source/as/dbaccess/source/core/resource.po)0
-rw-r--r--source/as/dbaccess/source/ext/macromigration.po (renamed from translations/source/as/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/as/dbaccess/source/sdbtools/resource.po (renamed from translations/source/as/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/as/dbaccess/source/ui/app.po (renamed from translations/source/as/dbaccess/source/ui/app.po)0
-rw-r--r--source/as/dbaccess/source/ui/browser.po (renamed from translations/source/as/dbaccess/source/ui/browser.po)0
-rw-r--r--source/as/dbaccess/source/ui/control.po (renamed from translations/source/as/dbaccess/source/ui/control.po)0
-rw-r--r--source/as/dbaccess/source/ui/dlg.po (renamed from translations/source/as/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/as/dbaccess/source/ui/inc.po (renamed from translations/source/as/dbaccess/source/ui/inc.po)0
-rw-r--r--source/as/dbaccess/source/ui/misc.po (renamed from translations/source/as/dbaccess/source/ui/misc.po)0
-rw-r--r--source/as/dbaccess/source/ui/querydesign.po (renamed from translations/source/as/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/as/dbaccess/source/ui/relationdesign.po (renamed from translations/source/as/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/as/dbaccess/source/ui/tabledesign.po (renamed from translations/source/as/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/as/dbaccess/source/ui/uno.po (renamed from translations/source/as/dbaccess/source/ui/uno.po)0
-rw-r--r--source/as/desktop/source/app.po (renamed from translations/source/as/desktop/source/app.po)0
-rw-r--r--source/as/desktop/source/deployment/gui.po (renamed from translations/source/as/desktop/source/deployment/gui.po)0
-rw-r--r--source/as/desktop/source/deployment/manager.po (renamed from translations/source/as/desktop/source/deployment/manager.po)0
-rw-r--r--source/as/desktop/source/deployment/misc.po (renamed from translations/source/as/desktop/source/deployment/misc.po)0
-rw-r--r--source/as/desktop/source/deployment/registry.po (renamed from translations/source/as/desktop/source/deployment/registry.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/component.po (renamed from translations/source/as/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/configuration.po (renamed from translations/source/as/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/help.po (renamed from translations/source/as/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/package.po (renamed from translations/source/as/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/script.po (renamed from translations/source/as/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/as/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/as/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/as/desktop/source/deployment/unopkg.po (renamed from translations/source/as/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/as/dictionaries/af_ZA.po (renamed from translations/source/as/dictionaries/af_ZA.po)0
-rw-r--r--source/as/dictionaries/an_ES.po (renamed from translations/source/as/dictionaries/an_ES.po)0
-rw-r--r--source/as/dictionaries/ar.po (renamed from translations/source/as/dictionaries/ar.po)0
-rw-r--r--source/as/dictionaries/be_BY.po (renamed from translations/source/as/dictionaries/be_BY.po)0
-rw-r--r--source/as/dictionaries/bg_BG.po (renamed from translations/source/as/dictionaries/bg_BG.po)0
-rw-r--r--source/as/dictionaries/bn_BD.po (renamed from translations/source/as/dictionaries/bn_BD.po)0
-rw-r--r--source/as/dictionaries/br_FR.po (renamed from translations/source/as/dictionaries/br_FR.po)0
-rw-r--r--source/as/dictionaries/ca.po (renamed from translations/source/as/dictionaries/ca.po)0
-rw-r--r--source/as/dictionaries/cs_CZ.po (renamed from translations/source/as/dictionaries/cs_CZ.po)0
-rw-r--r--source/as/dictionaries/da_DK.po (renamed from translations/source/as/dictionaries/da_DK.po)0
-rw-r--r--source/as/dictionaries/de.po (renamed from translations/source/as/dictionaries/de.po)0
-rw-r--r--source/as/dictionaries/el_GR.po (renamed from translations/source/as/dictionaries/el_GR.po)0
-rw-r--r--source/as/dictionaries/en.po (renamed from translations/source/as/dictionaries/en.po)0
-rw-r--r--source/as/dictionaries/en/dialog.po (renamed from translations/source/as/dictionaries/en/dialog.po)0
-rw-r--r--source/as/dictionaries/es_ES.po (renamed from translations/source/as/dictionaries/es_ES.po)0
-rw-r--r--source/as/dictionaries/et_EE.po (renamed from translations/source/as/dictionaries/et_EE.po)0
-rw-r--r--source/as/dictionaries/fr_FR.po (renamed from translations/source/as/dictionaries/fr_FR.po)0
-rw-r--r--source/as/dictionaries/gd_GB.po (renamed from translations/source/as/dictionaries/gd_GB.po)0
-rw-r--r--source/as/dictionaries/gl.po (renamed from translations/source/as/dictionaries/gl.po)0
-rw-r--r--source/as/dictionaries/gu_IN.po (renamed from translations/source/as/dictionaries/gu_IN.po)0
-rw-r--r--source/as/dictionaries/he_IL.po (renamed from translations/source/as/dictionaries/he_IL.po)0
-rw-r--r--source/as/dictionaries/hi_IN.po (renamed from translations/source/as/dictionaries/hi_IN.po)0
-rw-r--r--source/as/dictionaries/hr_HR.po (renamed from translations/source/as/dictionaries/hr_HR.po)0
-rw-r--r--source/as/dictionaries/hu_HU.po (renamed from translations/source/as/dictionaries/hu_HU.po)0
-rw-r--r--source/as/dictionaries/hu_HU/dialog.po (renamed from translations/source/as/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/as/dictionaries/it_IT.po (renamed from translations/source/as/dictionaries/it_IT.po)0
-rw-r--r--source/as/dictionaries/ku_TR.po (renamed from translations/source/as/dictionaries/ku_TR.po)0
-rw-r--r--source/as/dictionaries/lt_LT.po (renamed from translations/source/as/dictionaries/lt_LT.po)0
-rw-r--r--source/as/dictionaries/lv_LV.po (renamed from translations/source/as/dictionaries/lv_LV.po)0
-rw-r--r--source/as/dictionaries/ne_NP.po (renamed from translations/source/as/dictionaries/ne_NP.po)0
-rw-r--r--source/as/dictionaries/nl_NL.po (renamed from translations/source/as/dictionaries/nl_NL.po)0
-rw-r--r--source/as/dictionaries/no.po (renamed from translations/source/as/dictionaries/no.po)0
-rw-r--r--source/as/dictionaries/oc_FR.po (renamed from translations/source/as/dictionaries/oc_FR.po)0
-rw-r--r--source/as/dictionaries/pl_PL.po (renamed from translations/source/as/dictionaries/pl_PL.po)0
-rw-r--r--source/as/dictionaries/pt_BR.po (renamed from translations/source/as/dictionaries/pt_BR.po)0
-rw-r--r--source/as/dictionaries/pt_PT.po (renamed from translations/source/as/dictionaries/pt_PT.po)0
-rw-r--r--source/as/dictionaries/ro.po (renamed from translations/source/as/dictionaries/ro.po)0
-rw-r--r--source/as/dictionaries/ru_RU.po (renamed from translations/source/as/dictionaries/ru_RU.po)0
-rw-r--r--source/as/dictionaries/ru_RU/dialog.po (renamed from translations/source/as/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/as/dictionaries/si_LK.po (renamed from translations/source/as/dictionaries/si_LK.po)0
-rw-r--r--source/as/dictionaries/sk_SK.po (renamed from translations/source/as/dictionaries/sk_SK.po)0
-rw-r--r--source/as/dictionaries/sl_SI.po (renamed from translations/source/as/dictionaries/sl_SI.po)0
-rw-r--r--source/as/dictionaries/sr.po (renamed from translations/source/as/dictionaries/sr.po)0
-rw-r--r--source/as/dictionaries/sv_SE.po (renamed from translations/source/as/dictionaries/sv_SE.po)0
-rw-r--r--source/as/dictionaries/sw_TZ.po (renamed from translations/source/as/dictionaries/sw_TZ.po)0
-rw-r--r--source/as/dictionaries/te_IN.po (renamed from translations/source/as/dictionaries/te_IN.po)0
-rw-r--r--source/as/dictionaries/th_TH.po (renamed from translations/source/as/dictionaries/th_TH.po)0
-rw-r--r--source/as/dictionaries/uk_UA.po (renamed from translations/source/as/dictionaries/uk_UA.po)0
-rw-r--r--source/as/dictionaries/vi.po (renamed from translations/source/as/dictionaries/vi.po)0
-rw-r--r--source/as/dictionaries/zu_ZA.po (renamed from translations/source/as/dictionaries/zu_ZA.po)0
-rw-r--r--source/as/editeng/source/accessibility.po (renamed from translations/source/as/editeng/source/accessibility.po)0
-rw-r--r--source/as/editeng/source/editeng.po (renamed from translations/source/as/editeng/source/editeng.po)0
-rw-r--r--source/as/editeng/source/items.po (renamed from translations/source/as/editeng/source/items.po)0
-rw-r--r--source/as/editeng/source/misc.po (renamed from translations/source/as/editeng/source/misc.po)0
-rw-r--r--source/as/editeng/source/outliner.po (renamed from translations/source/as/editeng/source/outliner.po)0
-rw-r--r--source/as/extensions/source/abpilot.po (renamed from translations/source/as/extensions/source/abpilot.po)0
-rw-r--r--source/as/extensions/source/bibliography.po (renamed from translations/source/as/extensions/source/bibliography.po)0
-rw-r--r--source/as/extensions/source/dbpilots.po (renamed from translations/source/as/extensions/source/dbpilots.po)0
-rw-r--r--source/as/extensions/source/propctrlr.po (renamed from translations/source/as/extensions/source/propctrlr.po)0
-rw-r--r--source/as/extensions/source/scanner.po (renamed from translations/source/as/extensions/source/scanner.po)0
-rw-r--r--source/as/extensions/source/update/check.po (renamed from translations/source/as/extensions/source/update/check.po)0
-rw-r--r--source/as/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/as/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/as/filter/source/config/fragments/filters.po (renamed from translations/source/as/filter/source/config/fragments/filters.po)0
-rw-r--r--source/as/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/as/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/as/filter/source/config/fragments/types.po (renamed from translations/source/as/filter/source/config/fragments/types.po)0
-rw-r--r--source/as/filter/source/flash.po (renamed from translations/source/as/filter/source/flash.po)0
-rw-r--r--source/as/filter/source/graphicfilter/eps.po (renamed from translations/source/as/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/as/filter/source/pdf.po (renamed from translations/source/as/filter/source/pdf.po)0
-rw-r--r--source/as/filter/source/t602.po (renamed from translations/source/as/filter/source/t602.po)0
-rw-r--r--source/as/filter/source/xsltdialog.po (renamed from translations/source/as/filter/source/xsltdialog.po)0
-rw-r--r--source/as/forms/source/resource.po (renamed from translations/source/as/forms/source/resource.po)0
-rw-r--r--source/as/formula/source/core/resource.po (renamed from translations/source/as/formula/source/core/resource.po)0
-rw-r--r--source/as/formula/source/ui/dlg.po (renamed from translations/source/as/formula/source/ui/dlg.po)0
-rw-r--r--source/as/fpicker/source/office.po (renamed from translations/source/as/fpicker/source/office.po)0
-rw-r--r--source/as/framework/source/classes.po (renamed from translations/source/as/framework/source/classes.po)0
-rw-r--r--source/as/framework/source/services.po (renamed from translations/source/as/framework/source/services.po)0
-rw-r--r--source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/as/mysqlc/source.po (renamed from translations/source/as/mysqlc/source.po)0
-rw-r--r--source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/as/nlpsolver/src/locale.po (renamed from translations/source/as/nlpsolver/src/locale.po)0
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/as/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/as/padmin/source.po (renamed from translations/source/as/padmin/source.po)0
-rw-r--r--source/as/readlicense_oo/docs/readme.po (renamed from translations/source/as/readlicense_oo/docs/readme.po)0
-rw-r--r--source/as/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/as/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/as/reportbuilder/util.po (renamed from translations/source/as/reportbuilder/util.po)0
-rw-r--r--source/as/reportdesign/source/core/resource.po (renamed from translations/source/as/reportdesign/source/core/resource.po)0
-rw-r--r--source/as/reportdesign/source/ui/dlg.po (renamed from translations/source/as/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/as/reportdesign/source/ui/inspection.po (renamed from translations/source/as/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/as/reportdesign/source/ui/report.po (renamed from translations/source/as/reportdesign/source/ui/report.po)0
-rw-r--r--source/as/sc/source/core/src.po (renamed from translations/source/as/sc/source/core/src.po)0
-rw-r--r--source/as/sc/source/ui/cctrl.po (renamed from translations/source/as/sc/source/ui/cctrl.po)0
-rw-r--r--source/as/sc/source/ui/dbgui.po (renamed from translations/source/as/sc/source/ui/dbgui.po)0
-rw-r--r--source/as/sc/source/ui/docshell.po (renamed from translations/source/as/sc/source/ui/docshell.po)0
-rw-r--r--source/as/sc/source/ui/drawfunc.po (renamed from translations/source/as/sc/source/ui/drawfunc.po)0
-rw-r--r--source/as/sc/source/ui/formdlg.po (renamed from translations/source/as/sc/source/ui/formdlg.po)0
-rw-r--r--source/as/sc/source/ui/miscdlgs.po (renamed from translations/source/as/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/as/sc/source/ui/navipi.po (renamed from translations/source/as/sc/source/ui/navipi.po)0
-rw-r--r--source/as/sc/source/ui/optdlg.po (renamed from translations/source/as/sc/source/ui/optdlg.po)0
-rw-r--r--source/as/sc/source/ui/pagedlg.po (renamed from translations/source/as/sc/source/ui/pagedlg.po)0
-rw-r--r--source/as/sc/source/ui/src.po (renamed from translations/source/as/sc/source/ui/src.po)0
-rw-r--r--source/as/sc/source/ui/styleui.po (renamed from translations/source/as/sc/source/ui/styleui.po)0
-rw-r--r--source/as/scaddins/source/analysis.po (renamed from translations/source/as/scaddins/source/analysis.po)0
-rw-r--r--source/as/scaddins/source/datefunc.po (renamed from translations/source/as/scaddins/source/datefunc.po)0
-rw-r--r--source/as/sccomp/source/solver.po (renamed from translations/source/as/sccomp/source/solver.po)0
-rw-r--r--source/as/scp2/source/accessories.po (renamed from translations/source/as/scp2/source/accessories.po)0
-rw-r--r--source/as/scp2/source/activex.po (renamed from translations/source/as/scp2/source/activex.po)0
-rw-r--r--source/as/scp2/source/base.po (renamed from translations/source/as/scp2/source/base.po)0
-rw-r--r--source/as/scp2/source/binfilter.po (renamed from translations/source/as/scp2/source/binfilter.po)0
-rw-r--r--source/as/scp2/source/calc.po (renamed from translations/source/as/scp2/source/calc.po)0
-rw-r--r--source/as/scp2/source/draw.po (renamed from translations/source/as/scp2/source/draw.po)0
-rw-r--r--source/as/scp2/source/extensions.po (renamed from translations/source/as/scp2/source/extensions.po)0
-rw-r--r--source/as/scp2/source/gnome.po (renamed from translations/source/as/scp2/source/gnome.po)0
-rw-r--r--source/as/scp2/source/graphicfilter.po (renamed from translations/source/as/scp2/source/graphicfilter.po)0
-rw-r--r--source/as/scp2/source/impress.po (renamed from translations/source/as/scp2/source/impress.po)0
-rw-r--r--source/as/scp2/source/javafilter.po (renamed from translations/source/as/scp2/source/javafilter.po)0
-rw-r--r--source/as/scp2/source/kde.po (renamed from translations/source/as/scp2/source/kde.po)0
-rw-r--r--source/as/scp2/source/math.po (renamed from translations/source/as/scp2/source/math.po)0
-rw-r--r--source/as/scp2/source/onlineupdate.po (renamed from translations/source/as/scp2/source/onlineupdate.po)0
-rw-r--r--source/as/scp2/source/ooo.po (renamed from translations/source/as/scp2/source/ooo.po)0
-rw-r--r--source/as/scp2/source/python.po (renamed from translations/source/as/scp2/source/python.po)0
-rw-r--r--source/as/scp2/source/quickstart.po (renamed from translations/source/as/scp2/source/quickstart.po)0
-rw-r--r--source/as/scp2/source/sdkoo.po (renamed from translations/source/as/scp2/source/sdkoo.po)0
-rw-r--r--source/as/scp2/source/smoketest.po (renamed from translations/source/as/scp2/source/smoketest.po)0
-rw-r--r--source/as/scp2/source/stdlibs.po (renamed from translations/source/as/scp2/source/stdlibs.po)0
-rw-r--r--source/as/scp2/source/tde.po (renamed from translations/source/as/scp2/source/tde.po)0
-rw-r--r--source/as/scp2/source/winexplorerext.po (renamed from translations/source/as/scp2/source/winexplorerext.po)0
-rw-r--r--source/as/scp2/source/writer.po (renamed from translations/source/as/scp2/source/writer.po)0
-rw-r--r--source/as/scp2/source/xsltfilter.po (renamed from translations/source/as/scp2/source/xsltfilter.po)0
-rw-r--r--source/as/scripting/source/pyprov.po (renamed from translations/source/as/scripting/source/pyprov.po)0
-rw-r--r--source/as/sd/source/core.po (renamed from translations/source/as/sd/source/core.po)0
-rw-r--r--source/as/sd/source/filter/html.po (renamed from translations/source/as/sd/source/filter/html.po)0
-rw-r--r--source/as/sd/source/ui/accessibility.po (renamed from translations/source/as/sd/source/ui/accessibility.po)0
-rw-r--r--source/as/sd/source/ui/animations.po (renamed from translations/source/as/sd/source/ui/animations.po)0
-rw-r--r--source/as/sd/source/ui/annotations.po (renamed from translations/source/as/sd/source/ui/annotations.po)0
-rw-r--r--source/as/sd/source/ui/app.po (renamed from translations/source/as/sd/source/ui/app.po)0
-rw-r--r--source/as/sd/source/ui/dlg.po (renamed from translations/source/as/sd/source/ui/dlg.po)0
-rw-r--r--source/as/sd/source/ui/slideshow.po (renamed from translations/source/as/sd/source/ui/slideshow.po)0
-rw-r--r--source/as/sd/source/ui/table.po (renamed from translations/source/as/sd/source/ui/table.po)0
-rw-r--r--source/as/sd/source/ui/view.po (renamed from translations/source/as/sd/source/ui/view.po)0
-rw-r--r--source/as/sdext/source/minimizer.po (renamed from translations/source/as/sdext/source/minimizer.po)0
-rw-r--r--source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/as/sdext/source/pdfimport.po (renamed from translations/source/as/sdext/source/pdfimport.po)0
-rw-r--r--source/as/sdext/source/presenter.po (renamed from translations/source/as/sdext/source/presenter.po)0
-rw-r--r--source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/as/setup_native/source/mac.po (renamed from translations/source/as/setup_native/source/mac.po)0
-rw-r--r--source/as/sfx2/source/appl.po (renamed from translations/source/as/sfx2/source/appl.po)0
-rw-r--r--source/as/sfx2/source/bastyp.po (renamed from translations/source/as/sfx2/source/bastyp.po)0
-rw-r--r--source/as/sfx2/source/dialog.po (renamed from translations/source/as/sfx2/source/dialog.po)0
-rw-r--r--source/as/sfx2/source/doc.po (renamed from translations/source/as/sfx2/source/doc.po)0
-rw-r--r--source/as/sfx2/source/menu.po (renamed from translations/source/as/sfx2/source/menu.po)0
-rw-r--r--source/as/sfx2/source/view.po (renamed from translations/source/as/sfx2/source/view.po)0
-rw-r--r--source/as/shell/source/win32/shlxthandler/res.po (renamed from translations/source/as/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/as/starmath/source.po (renamed from translations/source/as/starmath/source.po)0
-rw-r--r--source/as/svl/source/items.po (renamed from translations/source/as/svl/source/items.po)0
-rw-r--r--source/as/svl/source/misc.po (renamed from translations/source/as/svl/source/misc.po)0
-rw-r--r--source/as/svtools/source/contnr.po (renamed from translations/source/as/svtools/source/contnr.po)0
-rw-r--r--source/as/svtools/source/control.po (renamed from translations/source/as/svtools/source/control.po)0
-rw-r--r--source/as/svtools/source/dialogs.po (renamed from translations/source/as/svtools/source/dialogs.po)0
-rw-r--r--source/as/svtools/source/filter.po (renamed from translations/source/as/svtools/source/filter.po)0
-rw-r--r--source/as/svtools/source/java.po (renamed from translations/source/as/svtools/source/java.po)0
-rw-r--r--source/as/svtools/source/misc.po (renamed from translations/source/as/svtools/source/misc.po)0
-rw-r--r--source/as/svtools/source/toolpanel.po (renamed from translations/source/as/svtools/source/toolpanel.po)0
-rw-r--r--source/as/svtools/workben/unodialog.po (renamed from translations/source/as/svtools/workben/unodialog.po)0
-rw-r--r--source/as/svx/inc.po (renamed from translations/source/as/svx/inc.po)0
-rw-r--r--source/as/svx/source/accessibility.po (renamed from translations/source/as/svx/source/accessibility.po)0
-rw-r--r--source/as/svx/source/dialog.po (renamed from translations/source/as/svx/source/dialog.po)0
-rw-r--r--source/as/svx/source/engine3d.po (renamed from translations/source/as/svx/source/engine3d.po)0
-rw-r--r--source/as/svx/source/fmcomp.po (renamed from translations/source/as/svx/source/fmcomp.po)0
-rw-r--r--source/as/svx/source/form.po (renamed from translations/source/as/svx/source/form.po)0
-rw-r--r--source/as/svx/source/gallery2.po (renamed from translations/source/as/svx/source/gallery2.po)0
-rw-r--r--source/as/svx/source/items.po (renamed from translations/source/as/svx/source/items.po)0
-rw-r--r--source/as/svx/source/src.po (renamed from translations/source/as/svx/source/src.po)0
-rw-r--r--source/as/svx/source/stbctrls.po (renamed from translations/source/as/svx/source/stbctrls.po)0
-rw-r--r--source/as/svx/source/svdraw.po (renamed from translations/source/as/svx/source/svdraw.po)0
-rw-r--r--source/as/svx/source/table.po (renamed from translations/source/as/svx/source/table.po)0
-rw-r--r--source/as/svx/source/tbxctrls.po (renamed from translations/source/as/svx/source/tbxctrls.po)0
-rw-r--r--source/as/svx/source/toolbars.po (renamed from translations/source/as/svx/source/toolbars.po)0
-rw-r--r--source/as/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/as/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/as/sw/source/core/layout.po (renamed from translations/source/as/sw/source/core/layout.po)0
-rw-r--r--source/as/sw/source/core/undo.po (renamed from translations/source/as/sw/source/core/undo.po)0
-rw-r--r--source/as/sw/source/core/unocore.po (renamed from translations/source/as/sw/source/core/unocore.po)0
-rw-r--r--source/as/sw/source/ui/app.po (renamed from translations/source/as/sw/source/ui/app.po)0
-rw-r--r--source/as/sw/source/ui/chrdlg.po (renamed from translations/source/as/sw/source/ui/chrdlg.po)0
-rw-r--r--source/as/sw/source/ui/config.po (renamed from translations/source/as/sw/source/ui/config.po)0
-rw-r--r--source/as/sw/source/ui/dbui.po (renamed from translations/source/as/sw/source/ui/dbui.po)0
-rw-r--r--source/as/sw/source/ui/dialog.po (renamed from translations/source/as/sw/source/ui/dialog.po)0
-rw-r--r--source/as/sw/source/ui/dochdl.po (renamed from translations/source/as/sw/source/ui/dochdl.po)0
-rw-r--r--source/as/sw/source/ui/docvw.po (renamed from translations/source/as/sw/source/ui/docvw.po)0
-rw-r--r--source/as/sw/source/ui/envelp.po (renamed from translations/source/as/sw/source/ui/envelp.po)0
-rw-r--r--source/as/sw/source/ui/fldui.po (renamed from translations/source/as/sw/source/ui/fldui.po)0
-rw-r--r--source/as/sw/source/ui/fmtui.po (renamed from translations/source/as/sw/source/ui/fmtui.po)0
-rw-r--r--source/as/sw/source/ui/frmdlg.po (renamed from translations/source/as/sw/source/ui/frmdlg.po)0
-rw-r--r--source/as/sw/source/ui/globdoc.po (renamed from translations/source/as/sw/source/ui/globdoc.po)0
-rw-r--r--source/as/sw/source/ui/index.po (renamed from translations/source/as/sw/source/ui/index.po)0
-rw-r--r--source/as/sw/source/ui/lingu.po (renamed from translations/source/as/sw/source/ui/lingu.po)0
-rw-r--r--source/as/sw/source/ui/misc.po (renamed from translations/source/as/sw/source/ui/misc.po)0
-rw-r--r--source/as/sw/source/ui/ribbar.po (renamed from translations/source/as/sw/source/ui/ribbar.po)0
-rw-r--r--source/as/sw/source/ui/shells.po (renamed from translations/source/as/sw/source/ui/shells.po)0
-rw-r--r--source/as/sw/source/ui/smartmenu.po (renamed from translations/source/as/sw/source/ui/smartmenu.po)0
-rw-r--r--source/as/sw/source/ui/table.po (renamed from translations/source/as/sw/source/ui/table.po)0
-rw-r--r--source/as/sw/source/ui/uiview.po (renamed from translations/source/as/sw/source/ui/uiview.po)0
-rw-r--r--source/as/sw/source/ui/utlui.po (renamed from translations/source/as/sw/source/ui/utlui.po)0
-rw-r--r--source/as/sw/source/ui/web.po (renamed from translations/source/as/sw/source/ui/web.po)0
-rw-r--r--source/as/sw/source/ui/wrtsh.po (renamed from translations/source/as/sw/source/ui/wrtsh.po)0
-rw-r--r--source/as/swext/mediawiki/help.po (renamed from translations/source/as/swext/mediawiki/help.po)0
-rw-r--r--source/as/swext/mediawiki/src.po (renamed from translations/source/as/swext/mediawiki/src.po)0
-rw-r--r--source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/as/sysui/desktop/share.po (renamed from translations/source/as/sysui/desktop/share.po)0
-rw-r--r--source/as/uui/source.po (renamed from translations/source/as/uui/source.po)0
-rw-r--r--source/as/vcl/source/src.po (renamed from translations/source/as/vcl/source/src.po)0
-rw-r--r--source/as/wizards/source/euro.po (renamed from translations/source/as/wizards/source/euro.po)0
-rw-r--r--source/as/wizards/source/formwizard.po (renamed from translations/source/as/wizards/source/formwizard.po)0
-rw-r--r--source/as/wizards/source/importwizard.po (renamed from translations/source/as/wizards/source/importwizard.po)0
-rw-r--r--source/as/wizards/source/schedule.po (renamed from translations/source/as/wizards/source/schedule.po)0
-rw-r--r--source/as/wizards/source/template.po (renamed from translations/source/as/wizards/source/template.po)0
-rw-r--r--source/as/xmlsecurity/source/component.po (renamed from translations/source/as/xmlsecurity/source/component.po)0
-rw-r--r--source/as/xmlsecurity/source/dialogs.po (renamed from translations/source/as/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ast/accessibility/source/helper.po (renamed from translations/source/ast/accessibility/source/helper.po)0
-rw-r--r--source/ast/avmedia/source/framework.po (renamed from translations/source/ast/avmedia/source/framework.po)0
-rw-r--r--source/ast/avmedia/source/viewer.po (renamed from translations/source/ast/avmedia/source/viewer.po)0
-rw-r--r--source/ast/basctl/source/basicide.po (renamed from translations/source/ast/basctl/source/basicide.po)0
-rw-r--r--source/ast/basctl/source/dlged.po (renamed from translations/source/ast/basctl/source/dlged.po)0
-rw-r--r--source/ast/basic/source/classes.po (renamed from translations/source/ast/basic/source/classes.po)0
-rw-r--r--source/ast/basic/source/sbx.po (renamed from translations/source/ast/basic/source/sbx.po)0
-rw-r--r--source/ast/chart2/source/controller/dialogs.po (renamed from translations/source/ast/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ast/connectivity/source/resource.po (renamed from translations/source/ast/connectivity/source/resource.po)0
-rw-r--r--source/ast/cui/source/customize.po (renamed from translations/source/ast/cui/source/customize.po)0
-rw-r--r--source/ast/cui/source/dialogs.po (renamed from translations/source/ast/cui/source/dialogs.po)0
-rw-r--r--source/ast/cui/source/options.po (renamed from translations/source/ast/cui/source/options.po)0
-rw-r--r--source/ast/cui/source/tabpages.po (renamed from translations/source/ast/cui/source/tabpages.po)0
-rw-r--r--source/ast/dbaccess/source/core/resource.po (renamed from translations/source/ast/dbaccess/source/core/resource.po)0
-rw-r--r--source/ast/dbaccess/source/ext/macromigration.po (renamed from translations/source/ast/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ast/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ast/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ast/dbaccess/source/ui/app.po (renamed from translations/source/ast/dbaccess/source/ui/app.po)0
-rw-r--r--source/ast/dbaccess/source/ui/browser.po (renamed from translations/source/ast/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ast/dbaccess/source/ui/control.po (renamed from translations/source/ast/dbaccess/source/ui/control.po)0
-rw-r--r--source/ast/dbaccess/source/ui/dlg.po (renamed from translations/source/ast/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ast/dbaccess/source/ui/inc.po (renamed from translations/source/ast/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ast/dbaccess/source/ui/misc.po (renamed from translations/source/ast/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ast/dbaccess/source/ui/querydesign.po (renamed from translations/source/ast/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ast/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ast/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ast/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ast/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ast/dbaccess/source/ui/uno.po (renamed from translations/source/ast/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ast/desktop/source/app.po (renamed from translations/source/ast/desktop/source/app.po)0
-rw-r--r--source/ast/desktop/source/deployment/gui.po (renamed from translations/source/ast/desktop/source/deployment/gui.po)0
-rw-r--r--source/ast/desktop/source/deployment/manager.po (renamed from translations/source/ast/desktop/source/deployment/manager.po)0
-rw-r--r--source/ast/desktop/source/deployment/misc.po (renamed from translations/source/ast/desktop/source/deployment/misc.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry.po (renamed from translations/source/ast/desktop/source/deployment/registry.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/component.po (renamed from translations/source/ast/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ast/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/help.po (renamed from translations/source/ast/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/package.po (renamed from translations/source/ast/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/script.po (renamed from translations/source/ast/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ast/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ast/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ast/desktop/source/deployment/unopkg.po (renamed from translations/source/ast/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ast/dictionaries/af_ZA.po (renamed from translations/source/ast/dictionaries/af_ZA.po)0
-rw-r--r--source/ast/dictionaries/an_ES.po (renamed from translations/source/ast/dictionaries/an_ES.po)0
-rw-r--r--source/ast/dictionaries/ar.po (renamed from translations/source/ast/dictionaries/ar.po)0
-rw-r--r--source/ast/dictionaries/be_BY.po (renamed from translations/source/ast/dictionaries/be_BY.po)0
-rw-r--r--source/ast/dictionaries/bg_BG.po (renamed from translations/source/ast/dictionaries/bg_BG.po)0
-rw-r--r--source/ast/dictionaries/bn_BD.po (renamed from translations/source/ast/dictionaries/bn_BD.po)0
-rw-r--r--source/ast/dictionaries/br_FR.po (renamed from translations/source/ast/dictionaries/br_FR.po)0
-rw-r--r--source/ast/dictionaries/ca.po (renamed from translations/source/ast/dictionaries/ca.po)0
-rw-r--r--source/ast/dictionaries/cs_CZ.po (renamed from translations/source/ast/dictionaries/cs_CZ.po)0
-rw-r--r--source/ast/dictionaries/da_DK.po (renamed from translations/source/ast/dictionaries/da_DK.po)0
-rw-r--r--source/ast/dictionaries/de.po (renamed from translations/source/ast/dictionaries/de.po)0
-rw-r--r--source/ast/dictionaries/el_GR.po (renamed from translations/source/ast/dictionaries/el_GR.po)0
-rw-r--r--source/ast/dictionaries/en.po (renamed from translations/source/ast/dictionaries/en.po)0
-rw-r--r--source/ast/dictionaries/en/dialog.po (renamed from translations/source/ast/dictionaries/en/dialog.po)0
-rw-r--r--source/ast/dictionaries/es_ES.po (renamed from translations/source/ast/dictionaries/es_ES.po)0
-rw-r--r--source/ast/dictionaries/et_EE.po (renamed from translations/source/ast/dictionaries/et_EE.po)0
-rw-r--r--source/ast/dictionaries/fr_FR.po (renamed from translations/source/ast/dictionaries/fr_FR.po)0
-rw-r--r--source/ast/dictionaries/gd_GB.po (renamed from translations/source/ast/dictionaries/gd_GB.po)0
-rw-r--r--source/ast/dictionaries/gl.po (renamed from translations/source/ast/dictionaries/gl.po)0
-rw-r--r--source/ast/dictionaries/gu_IN.po (renamed from translations/source/ast/dictionaries/gu_IN.po)0
-rw-r--r--source/ast/dictionaries/he_IL.po (renamed from translations/source/ast/dictionaries/he_IL.po)0
-rw-r--r--source/ast/dictionaries/hi_IN.po (renamed from translations/source/ast/dictionaries/hi_IN.po)0
-rw-r--r--source/ast/dictionaries/hr_HR.po (renamed from translations/source/ast/dictionaries/hr_HR.po)0
-rw-r--r--source/ast/dictionaries/hu_HU.po (renamed from translations/source/ast/dictionaries/hu_HU.po)0
-rw-r--r--source/ast/dictionaries/hu_HU/dialog.po (renamed from translations/source/ast/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ast/dictionaries/it_IT.po (renamed from translations/source/ast/dictionaries/it_IT.po)0
-rw-r--r--source/ast/dictionaries/ku_TR.po (renamed from translations/source/ast/dictionaries/ku_TR.po)0
-rw-r--r--source/ast/dictionaries/lt_LT.po (renamed from translations/source/ast/dictionaries/lt_LT.po)0
-rw-r--r--source/ast/dictionaries/lv_LV.po (renamed from translations/source/ast/dictionaries/lv_LV.po)0
-rw-r--r--source/ast/dictionaries/ne_NP.po (renamed from translations/source/ast/dictionaries/ne_NP.po)0
-rw-r--r--source/ast/dictionaries/nl_NL.po (renamed from translations/source/ast/dictionaries/nl_NL.po)0
-rw-r--r--source/ast/dictionaries/no.po (renamed from translations/source/ast/dictionaries/no.po)0
-rw-r--r--source/ast/dictionaries/oc_FR.po (renamed from translations/source/ast/dictionaries/oc_FR.po)0
-rw-r--r--source/ast/dictionaries/pl_PL.po (renamed from translations/source/ast/dictionaries/pl_PL.po)0
-rw-r--r--source/ast/dictionaries/pt_BR.po (renamed from translations/source/ast/dictionaries/pt_BR.po)0
-rw-r--r--source/ast/dictionaries/pt_PT.po (renamed from translations/source/ast/dictionaries/pt_PT.po)0
-rw-r--r--source/ast/dictionaries/ro.po (renamed from translations/source/ast/dictionaries/ro.po)0
-rw-r--r--source/ast/dictionaries/ru_RU.po (renamed from translations/source/ast/dictionaries/ru_RU.po)0
-rw-r--r--source/ast/dictionaries/ru_RU/dialog.po (renamed from translations/source/ast/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ast/dictionaries/si_LK.po (renamed from translations/source/ast/dictionaries/si_LK.po)0
-rw-r--r--source/ast/dictionaries/sk_SK.po (renamed from translations/source/ast/dictionaries/sk_SK.po)0
-rw-r--r--source/ast/dictionaries/sl_SI.po (renamed from translations/source/ast/dictionaries/sl_SI.po)0
-rw-r--r--source/ast/dictionaries/sr.po (renamed from translations/source/ast/dictionaries/sr.po)0
-rw-r--r--source/ast/dictionaries/sv_SE.po (renamed from translations/source/ast/dictionaries/sv_SE.po)0
-rw-r--r--source/ast/dictionaries/sw_TZ.po (renamed from translations/source/ast/dictionaries/sw_TZ.po)0
-rw-r--r--source/ast/dictionaries/te_IN.po (renamed from translations/source/ast/dictionaries/te_IN.po)0
-rw-r--r--source/ast/dictionaries/th_TH.po (renamed from translations/source/ast/dictionaries/th_TH.po)0
-rw-r--r--source/ast/dictionaries/uk_UA.po (renamed from translations/source/ast/dictionaries/uk_UA.po)0
-rw-r--r--source/ast/dictionaries/vi.po (renamed from translations/source/ast/dictionaries/vi.po)0
-rw-r--r--source/ast/dictionaries/zu_ZA.po (renamed from translations/source/ast/dictionaries/zu_ZA.po)0
-rw-r--r--source/ast/editeng/source/accessibility.po (renamed from translations/source/ast/editeng/source/accessibility.po)0
-rw-r--r--source/ast/editeng/source/editeng.po (renamed from translations/source/ast/editeng/source/editeng.po)0
-rw-r--r--source/ast/editeng/source/items.po (renamed from translations/source/ast/editeng/source/items.po)0
-rw-r--r--source/ast/editeng/source/misc.po (renamed from translations/source/ast/editeng/source/misc.po)0
-rw-r--r--source/ast/editeng/source/outliner.po (renamed from translations/source/ast/editeng/source/outliner.po)0
-rw-r--r--source/ast/extensions/source/abpilot.po (renamed from translations/source/ast/extensions/source/abpilot.po)0
-rw-r--r--source/ast/extensions/source/bibliography.po (renamed from translations/source/ast/extensions/source/bibliography.po)0
-rw-r--r--source/ast/extensions/source/dbpilots.po (renamed from translations/source/ast/extensions/source/dbpilots.po)0
-rw-r--r--source/ast/extensions/source/propctrlr.po (renamed from translations/source/ast/extensions/source/propctrlr.po)0
-rw-r--r--source/ast/extensions/source/scanner.po (renamed from translations/source/ast/extensions/source/scanner.po)0
-rw-r--r--source/ast/extensions/source/update/check.po (renamed from translations/source/ast/extensions/source/update/check.po)0
-rw-r--r--source/ast/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ast/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ast/filter/source/config/fragments/filters.po (renamed from translations/source/ast/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ast/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ast/filter/source/config/fragments/types.po (renamed from translations/source/ast/filter/source/config/fragments/types.po)0
-rw-r--r--source/ast/filter/source/flash.po (renamed from translations/source/ast/filter/source/flash.po)0
-rw-r--r--source/ast/filter/source/graphicfilter/eps.po (renamed from translations/source/ast/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ast/filter/source/pdf.po (renamed from translations/source/ast/filter/source/pdf.po)0
-rw-r--r--source/ast/filter/source/t602.po (renamed from translations/source/ast/filter/source/t602.po)0
-rw-r--r--source/ast/filter/source/xsltdialog.po (renamed from translations/source/ast/filter/source/xsltdialog.po)0
-rw-r--r--source/ast/forms/source/resource.po (renamed from translations/source/ast/forms/source/resource.po)0
-rw-r--r--source/ast/formula/source/core/resource.po (renamed from translations/source/ast/formula/source/core/resource.po)0
-rw-r--r--source/ast/formula/source/ui/dlg.po (renamed from translations/source/ast/formula/source/ui/dlg.po)0
-rw-r--r--source/ast/fpicker/source/office.po (renamed from translations/source/ast/fpicker/source/office.po)0
-rw-r--r--source/ast/framework/source/classes.po (renamed from translations/source/ast/framework/source/classes.po)0
-rw-r--r--source/ast/framework/source/services.po (renamed from translations/source/ast/framework/source/services.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ast/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ast/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc.po (renamed from translations/source/ast/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ast/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/schart.po (renamed from translations/source/ast/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ast/helpcontent2/source/text/schart/00.po (renamed from translations/source/ast/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/schart/01.po (renamed from translations/source/ast/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/schart/02.po (renamed from translations/source/ast/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/schart/04.po (renamed from translations/source/ast/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sdraw.po (renamed from translations/source/ast/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ast/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ast/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ast/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ast/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared.po (renamed from translations/source/ast/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po (renamed from translations/source/ast/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po (renamed from translations/source/ast/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/02.po (renamed from translations/source/ast/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/04.po (renamed from translations/source/ast/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/05.po (renamed from translations/source/ast/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/07.po (renamed from translations/source/ast/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ast/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ast/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ast/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ast/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ast/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress.po (renamed from translations/source/ast/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ast/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ast/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ast/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ast/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ast/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath.po (renamed from translations/source/ast/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath/00.po (renamed from translations/source/ast/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po (renamed from translations/source/ast/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath/02.po (renamed from translations/source/ast/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath/04.po (renamed from translations/source/ast/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ast/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter.po (renamed from translations/source/ast/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ast/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ast/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ast/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ast/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ast/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ast/mysqlc/source.po (renamed from translations/source/ast/mysqlc/source.po)0
-rw-r--r--source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ast/nlpsolver/src/locale.po (renamed from translations/source/ast/nlpsolver/src/locale.po)0
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ast/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ast/padmin/source.po (renamed from translations/source/ast/padmin/source.po)0
-rw-r--r--source/ast/readlicense_oo/docs/readme.po (renamed from translations/source/ast/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ast/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ast/reportbuilder/util.po (renamed from translations/source/ast/reportbuilder/util.po)0
-rw-r--r--source/ast/reportdesign/source/core/resource.po (renamed from translations/source/ast/reportdesign/source/core/resource.po)0
-rw-r--r--source/ast/reportdesign/source/ui/dlg.po (renamed from translations/source/ast/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ast/reportdesign/source/ui/inspection.po (renamed from translations/source/ast/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ast/reportdesign/source/ui/report.po (renamed from translations/source/ast/reportdesign/source/ui/report.po)0
-rw-r--r--source/ast/sc/source/core/src.po (renamed from translations/source/ast/sc/source/core/src.po)0
-rw-r--r--source/ast/sc/source/ui/cctrl.po (renamed from translations/source/ast/sc/source/ui/cctrl.po)0
-rw-r--r--source/ast/sc/source/ui/dbgui.po (renamed from translations/source/ast/sc/source/ui/dbgui.po)0
-rw-r--r--source/ast/sc/source/ui/docshell.po (renamed from translations/source/ast/sc/source/ui/docshell.po)0
-rw-r--r--source/ast/sc/source/ui/drawfunc.po (renamed from translations/source/ast/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ast/sc/source/ui/formdlg.po (renamed from translations/source/ast/sc/source/ui/formdlg.po)0
-rw-r--r--source/ast/sc/source/ui/miscdlgs.po (renamed from translations/source/ast/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ast/sc/source/ui/navipi.po (renamed from translations/source/ast/sc/source/ui/navipi.po)0
-rw-r--r--source/ast/sc/source/ui/optdlg.po (renamed from translations/source/ast/sc/source/ui/optdlg.po)0
-rw-r--r--source/ast/sc/source/ui/pagedlg.po (renamed from translations/source/ast/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ast/sc/source/ui/src.po (renamed from translations/source/ast/sc/source/ui/src.po)0
-rw-r--r--source/ast/sc/source/ui/styleui.po (renamed from translations/source/ast/sc/source/ui/styleui.po)0
-rw-r--r--source/ast/scaddins/source/analysis.po (renamed from translations/source/ast/scaddins/source/analysis.po)0
-rw-r--r--source/ast/scaddins/source/datefunc.po (renamed from translations/source/ast/scaddins/source/datefunc.po)0
-rw-r--r--source/ast/sccomp/source/solver.po (renamed from translations/source/ast/sccomp/source/solver.po)0
-rw-r--r--source/ast/scp2/source/accessories.po (renamed from translations/source/ast/scp2/source/accessories.po)0
-rw-r--r--source/ast/scp2/source/activex.po (renamed from translations/source/ast/scp2/source/activex.po)0
-rw-r--r--source/ast/scp2/source/base.po (renamed from translations/source/ast/scp2/source/base.po)0
-rw-r--r--source/ast/scp2/source/binfilter.po (renamed from translations/source/ast/scp2/source/binfilter.po)0
-rw-r--r--source/ast/scp2/source/calc.po (renamed from translations/source/ast/scp2/source/calc.po)0
-rw-r--r--source/ast/scp2/source/draw.po (renamed from translations/source/ast/scp2/source/draw.po)0
-rw-r--r--source/ast/scp2/source/extensions.po (renamed from translations/source/ast/scp2/source/extensions.po)0
-rw-r--r--source/ast/scp2/source/gnome.po (renamed from translations/source/ast/scp2/source/gnome.po)0
-rw-r--r--source/ast/scp2/source/graphicfilter.po (renamed from translations/source/ast/scp2/source/graphicfilter.po)0
-rw-r--r--source/ast/scp2/source/impress.po (renamed from translations/source/ast/scp2/source/impress.po)0
-rw-r--r--source/ast/scp2/source/javafilter.po (renamed from translations/source/ast/scp2/source/javafilter.po)0
-rw-r--r--source/ast/scp2/source/kde.po (renamed from translations/source/ast/scp2/source/kde.po)0
-rw-r--r--source/ast/scp2/source/math.po (renamed from translations/source/ast/scp2/source/math.po)0
-rw-r--r--source/ast/scp2/source/onlineupdate.po (renamed from translations/source/ast/scp2/source/onlineupdate.po)0
-rw-r--r--source/ast/scp2/source/ooo.po (renamed from translations/source/ast/scp2/source/ooo.po)0
-rw-r--r--source/ast/scp2/source/python.po (renamed from translations/source/ast/scp2/source/python.po)0
-rw-r--r--source/ast/scp2/source/quickstart.po (renamed from translations/source/ast/scp2/source/quickstart.po)0
-rw-r--r--source/ast/scp2/source/sdkoo.po (renamed from translations/source/ast/scp2/source/sdkoo.po)0
-rw-r--r--source/ast/scp2/source/smoketest.po (renamed from translations/source/ast/scp2/source/smoketest.po)0
-rw-r--r--source/ast/scp2/source/stdlibs.po (renamed from translations/source/ast/scp2/source/stdlibs.po)0
-rw-r--r--source/ast/scp2/source/tde.po (renamed from translations/source/ast/scp2/source/tde.po)0
-rw-r--r--source/ast/scp2/source/winexplorerext.po (renamed from translations/source/ast/scp2/source/winexplorerext.po)0
-rw-r--r--source/ast/scp2/source/writer.po (renamed from translations/source/ast/scp2/source/writer.po)0
-rw-r--r--source/ast/scp2/source/xsltfilter.po (renamed from translations/source/ast/scp2/source/xsltfilter.po)0
-rw-r--r--source/ast/scripting/source/pyprov.po (renamed from translations/source/ast/scripting/source/pyprov.po)0
-rw-r--r--source/ast/sd/source/core.po (renamed from translations/source/ast/sd/source/core.po)0
-rw-r--r--source/ast/sd/source/filter/html.po (renamed from translations/source/ast/sd/source/filter/html.po)0
-rw-r--r--source/ast/sd/source/ui/accessibility.po (renamed from translations/source/ast/sd/source/ui/accessibility.po)0
-rw-r--r--source/ast/sd/source/ui/animations.po (renamed from translations/source/ast/sd/source/ui/animations.po)0
-rw-r--r--source/ast/sd/source/ui/annotations.po (renamed from translations/source/ast/sd/source/ui/annotations.po)0
-rw-r--r--source/ast/sd/source/ui/app.po (renamed from translations/source/ast/sd/source/ui/app.po)0
-rw-r--r--source/ast/sd/source/ui/dlg.po (renamed from translations/source/ast/sd/source/ui/dlg.po)0
-rw-r--r--source/ast/sd/source/ui/slideshow.po (renamed from translations/source/ast/sd/source/ui/slideshow.po)0
-rw-r--r--source/ast/sd/source/ui/table.po (renamed from translations/source/ast/sd/source/ui/table.po)0
-rw-r--r--source/ast/sd/source/ui/view.po (renamed from translations/source/ast/sd/source/ui/view.po)0
-rw-r--r--source/ast/sdext/source/minimizer.po (renamed from translations/source/ast/sdext/source/minimizer.po)0
-rw-r--r--source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ast/sdext/source/pdfimport.po (renamed from translations/source/ast/sdext/source/pdfimport.po)0
-rw-r--r--source/ast/sdext/source/presenter.po (renamed from translations/source/ast/sdext/source/presenter.po)0
-rw-r--r--source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ast/setup_native/source/mac.po (renamed from translations/source/ast/setup_native/source/mac.po)0
-rw-r--r--source/ast/sfx2/source/appl.po (renamed from translations/source/ast/sfx2/source/appl.po)0
-rw-r--r--source/ast/sfx2/source/bastyp.po (renamed from translations/source/ast/sfx2/source/bastyp.po)0
-rw-r--r--source/ast/sfx2/source/dialog.po (renamed from translations/source/ast/sfx2/source/dialog.po)0
-rw-r--r--source/ast/sfx2/source/doc.po (renamed from translations/source/ast/sfx2/source/doc.po)0
-rw-r--r--source/ast/sfx2/source/menu.po (renamed from translations/source/ast/sfx2/source/menu.po)0
-rw-r--r--source/ast/sfx2/source/view.po (renamed from translations/source/ast/sfx2/source/view.po)0
-rw-r--r--source/ast/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ast/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ast/starmath/source.po (renamed from translations/source/ast/starmath/source.po)0
-rw-r--r--source/ast/svl/source/items.po (renamed from translations/source/ast/svl/source/items.po)0
-rw-r--r--source/ast/svl/source/misc.po (renamed from translations/source/ast/svl/source/misc.po)0
-rw-r--r--source/ast/svtools/source/contnr.po (renamed from translations/source/ast/svtools/source/contnr.po)0
-rw-r--r--source/ast/svtools/source/control.po (renamed from translations/source/ast/svtools/source/control.po)0
-rw-r--r--source/ast/svtools/source/dialogs.po (renamed from translations/source/ast/svtools/source/dialogs.po)0
-rw-r--r--source/ast/svtools/source/filter.po (renamed from translations/source/ast/svtools/source/filter.po)0
-rw-r--r--source/ast/svtools/source/java.po (renamed from translations/source/ast/svtools/source/java.po)0
-rw-r--r--source/ast/svtools/source/misc.po (renamed from translations/source/ast/svtools/source/misc.po)0
-rw-r--r--source/ast/svtools/source/toolpanel.po (renamed from translations/source/ast/svtools/source/toolpanel.po)0
-rw-r--r--source/ast/svtools/workben/unodialog.po (renamed from translations/source/ast/svtools/workben/unodialog.po)0
-rw-r--r--source/ast/svx/inc.po (renamed from translations/source/ast/svx/inc.po)0
-rw-r--r--source/ast/svx/source/accessibility.po (renamed from translations/source/ast/svx/source/accessibility.po)0
-rw-r--r--source/ast/svx/source/dialog.po (renamed from translations/source/ast/svx/source/dialog.po)0
-rw-r--r--source/ast/svx/source/engine3d.po (renamed from translations/source/ast/svx/source/engine3d.po)0
-rw-r--r--source/ast/svx/source/fmcomp.po (renamed from translations/source/ast/svx/source/fmcomp.po)0
-rw-r--r--source/ast/svx/source/form.po (renamed from translations/source/ast/svx/source/form.po)0
-rw-r--r--source/ast/svx/source/gallery2.po (renamed from translations/source/ast/svx/source/gallery2.po)0
-rw-r--r--source/ast/svx/source/items.po (renamed from translations/source/ast/svx/source/items.po)0
-rw-r--r--source/ast/svx/source/src.po (renamed from translations/source/ast/svx/source/src.po)0
-rw-r--r--source/ast/svx/source/stbctrls.po (renamed from translations/source/ast/svx/source/stbctrls.po)0
-rw-r--r--source/ast/svx/source/svdraw.po (renamed from translations/source/ast/svx/source/svdraw.po)0
-rw-r--r--source/ast/svx/source/table.po (renamed from translations/source/ast/svx/source/table.po)0
-rw-r--r--source/ast/svx/source/tbxctrls.po (renamed from translations/source/ast/svx/source/tbxctrls.po)0
-rw-r--r--source/ast/svx/source/toolbars.po (renamed from translations/source/ast/svx/source/toolbars.po)0
-rw-r--r--source/ast/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ast/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ast/sw/source/core/layout.po (renamed from translations/source/ast/sw/source/core/layout.po)0
-rw-r--r--source/ast/sw/source/core/undo.po (renamed from translations/source/ast/sw/source/core/undo.po)0
-rw-r--r--source/ast/sw/source/core/unocore.po (renamed from translations/source/ast/sw/source/core/unocore.po)0
-rw-r--r--source/ast/sw/source/ui/app.po (renamed from translations/source/ast/sw/source/ui/app.po)0
-rw-r--r--source/ast/sw/source/ui/chrdlg.po (renamed from translations/source/ast/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ast/sw/source/ui/config.po (renamed from translations/source/ast/sw/source/ui/config.po)0
-rw-r--r--source/ast/sw/source/ui/dbui.po (renamed from translations/source/ast/sw/source/ui/dbui.po)0
-rw-r--r--source/ast/sw/source/ui/dialog.po (renamed from translations/source/ast/sw/source/ui/dialog.po)0
-rw-r--r--source/ast/sw/source/ui/dochdl.po (renamed from translations/source/ast/sw/source/ui/dochdl.po)0
-rw-r--r--source/ast/sw/source/ui/docvw.po (renamed from translations/source/ast/sw/source/ui/docvw.po)0
-rw-r--r--source/ast/sw/source/ui/envelp.po (renamed from translations/source/ast/sw/source/ui/envelp.po)0
-rw-r--r--source/ast/sw/source/ui/fldui.po (renamed from translations/source/ast/sw/source/ui/fldui.po)0
-rw-r--r--source/ast/sw/source/ui/fmtui.po (renamed from translations/source/ast/sw/source/ui/fmtui.po)0
-rw-r--r--source/ast/sw/source/ui/frmdlg.po (renamed from translations/source/ast/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ast/sw/source/ui/globdoc.po (renamed from translations/source/ast/sw/source/ui/globdoc.po)0
-rw-r--r--source/ast/sw/source/ui/index.po (renamed from translations/source/ast/sw/source/ui/index.po)0
-rw-r--r--source/ast/sw/source/ui/lingu.po (renamed from translations/source/ast/sw/source/ui/lingu.po)0
-rw-r--r--source/ast/sw/source/ui/misc.po (renamed from translations/source/ast/sw/source/ui/misc.po)0
-rw-r--r--source/ast/sw/source/ui/ribbar.po (renamed from translations/source/ast/sw/source/ui/ribbar.po)0
-rw-r--r--source/ast/sw/source/ui/shells.po (renamed from translations/source/ast/sw/source/ui/shells.po)0
-rw-r--r--source/ast/sw/source/ui/smartmenu.po (renamed from translations/source/ast/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ast/sw/source/ui/table.po (renamed from translations/source/ast/sw/source/ui/table.po)0
-rw-r--r--source/ast/sw/source/ui/uiview.po (renamed from translations/source/ast/sw/source/ui/uiview.po)0
-rw-r--r--source/ast/sw/source/ui/utlui.po (renamed from translations/source/ast/sw/source/ui/utlui.po)0
-rw-r--r--source/ast/sw/source/ui/web.po (renamed from translations/source/ast/sw/source/ui/web.po)0
-rw-r--r--source/ast/sw/source/ui/wrtsh.po (renamed from translations/source/ast/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ast/swext/mediawiki/help.po (renamed from translations/source/ast/swext/mediawiki/help.po)0
-rw-r--r--source/ast/swext/mediawiki/src.po (renamed from translations/source/ast/swext/mediawiki/src.po)0
-rw-r--r--source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ast/sysui/desktop/share.po (renamed from translations/source/ast/sysui/desktop/share.po)0
-rw-r--r--source/ast/uui/source.po (renamed from translations/source/ast/uui/source.po)0
-rw-r--r--source/ast/vcl/source/src.po (renamed from translations/source/ast/vcl/source/src.po)0
-rw-r--r--source/ast/wizards/source/euro.po (renamed from translations/source/ast/wizards/source/euro.po)0
-rw-r--r--source/ast/wizards/source/formwizard.po (renamed from translations/source/ast/wizards/source/formwizard.po)0
-rw-r--r--source/ast/wizards/source/importwizard.po (renamed from translations/source/ast/wizards/source/importwizard.po)0
-rw-r--r--source/ast/wizards/source/schedule.po (renamed from translations/source/ast/wizards/source/schedule.po)0
-rw-r--r--source/ast/wizards/source/template.po (renamed from translations/source/ast/wizards/source/template.po)0
-rw-r--r--source/ast/xmlsecurity/source/component.po (renamed from translations/source/ast/xmlsecurity/source/component.po)0
-rw-r--r--source/ast/xmlsecurity/source/dialogs.po (renamed from translations/source/ast/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/be/accessibility/source/helper.po (renamed from translations/source/be/accessibility/source/helper.po)0
-rw-r--r--source/be/avmedia/source/framework.po (renamed from translations/source/be/avmedia/source/framework.po)0
-rw-r--r--source/be/avmedia/source/viewer.po (renamed from translations/source/be/avmedia/source/viewer.po)0
-rw-r--r--source/be/basctl/source/basicide.po (renamed from translations/source/be/basctl/source/basicide.po)0
-rw-r--r--source/be/basctl/source/dlged.po (renamed from translations/source/be/basctl/source/dlged.po)0
-rw-r--r--source/be/basic/source/classes.po (renamed from translations/source/be/basic/source/classes.po)0
-rw-r--r--source/be/basic/source/sbx.po (renamed from translations/source/be/basic/source/sbx.po)0
-rw-r--r--source/be/chart2/source/controller/dialogs.po (renamed from translations/source/be/chart2/source/controller/dialogs.po)0
-rw-r--r--source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/be/connectivity/source/resource.po (renamed from translations/source/be/connectivity/source/resource.po)0
-rw-r--r--source/be/cui/source/customize.po (renamed from translations/source/be/cui/source/customize.po)0
-rw-r--r--source/be/cui/source/dialogs.po (renamed from translations/source/be/cui/source/dialogs.po)0
-rw-r--r--source/be/cui/source/options.po (renamed from translations/source/be/cui/source/options.po)0
-rw-r--r--source/be/cui/source/tabpages.po (renamed from translations/source/be/cui/source/tabpages.po)0
-rw-r--r--source/be/dbaccess/source/core/resource.po (renamed from translations/source/be/dbaccess/source/core/resource.po)0
-rw-r--r--source/be/dbaccess/source/ext/macromigration.po (renamed from translations/source/be/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/be/dbaccess/source/sdbtools/resource.po (renamed from translations/source/be/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/be/dbaccess/source/ui/app.po (renamed from translations/source/be/dbaccess/source/ui/app.po)0
-rw-r--r--source/be/dbaccess/source/ui/browser.po (renamed from translations/source/be/dbaccess/source/ui/browser.po)0
-rw-r--r--source/be/dbaccess/source/ui/control.po (renamed from translations/source/be/dbaccess/source/ui/control.po)0
-rw-r--r--source/be/dbaccess/source/ui/dlg.po (renamed from translations/source/be/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/be/dbaccess/source/ui/inc.po (renamed from translations/source/be/dbaccess/source/ui/inc.po)0
-rw-r--r--source/be/dbaccess/source/ui/misc.po (renamed from translations/source/be/dbaccess/source/ui/misc.po)0
-rw-r--r--source/be/dbaccess/source/ui/querydesign.po (renamed from translations/source/be/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/be/dbaccess/source/ui/relationdesign.po (renamed from translations/source/be/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/be/dbaccess/source/ui/tabledesign.po (renamed from translations/source/be/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/be/dbaccess/source/ui/uno.po (renamed from translations/source/be/dbaccess/source/ui/uno.po)0
-rw-r--r--source/be/desktop/source/app.po (renamed from translations/source/be/desktop/source/app.po)0
-rw-r--r--source/be/desktop/source/deployment/gui.po (renamed from translations/source/be/desktop/source/deployment/gui.po)0
-rw-r--r--source/be/desktop/source/deployment/manager.po (renamed from translations/source/be/desktop/source/deployment/manager.po)0
-rw-r--r--source/be/desktop/source/deployment/misc.po (renamed from translations/source/be/desktop/source/deployment/misc.po)0
-rw-r--r--source/be/desktop/source/deployment/registry.po (renamed from translations/source/be/desktop/source/deployment/registry.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/component.po (renamed from translations/source/be/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/configuration.po (renamed from translations/source/be/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/help.po (renamed from translations/source/be/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/package.po (renamed from translations/source/be/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/script.po (renamed from translations/source/be/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/be/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/be/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/be/desktop/source/deployment/unopkg.po (renamed from translations/source/be/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/be/dictionaries/af_ZA.po (renamed from translations/source/be/dictionaries/af_ZA.po)0
-rw-r--r--source/be/dictionaries/an_ES.po (renamed from translations/source/be/dictionaries/an_ES.po)0
-rw-r--r--source/be/dictionaries/ar.po (renamed from translations/source/be/dictionaries/ar.po)0
-rw-r--r--source/be/dictionaries/be_BY.po (renamed from translations/source/be/dictionaries/be_BY.po)0
-rw-r--r--source/be/dictionaries/bg_BG.po (renamed from translations/source/be/dictionaries/bg_BG.po)0
-rw-r--r--source/be/dictionaries/bn_BD.po (renamed from translations/source/be/dictionaries/bn_BD.po)0
-rw-r--r--source/be/dictionaries/br_FR.po (renamed from translations/source/be/dictionaries/br_FR.po)0
-rw-r--r--source/be/dictionaries/ca.po (renamed from translations/source/be/dictionaries/ca.po)0
-rw-r--r--source/be/dictionaries/cs_CZ.po (renamed from translations/source/be/dictionaries/cs_CZ.po)0
-rw-r--r--source/be/dictionaries/da_DK.po (renamed from translations/source/be/dictionaries/da_DK.po)0
-rw-r--r--source/be/dictionaries/de.po (renamed from translations/source/be/dictionaries/de.po)0
-rw-r--r--source/be/dictionaries/el_GR.po (renamed from translations/source/be/dictionaries/el_GR.po)0
-rw-r--r--source/be/dictionaries/en.po (renamed from translations/source/be/dictionaries/en.po)0
-rw-r--r--source/be/dictionaries/en/dialog.po (renamed from translations/source/be/dictionaries/en/dialog.po)0
-rw-r--r--source/be/dictionaries/es_ES.po (renamed from translations/source/be/dictionaries/es_ES.po)0
-rw-r--r--source/be/dictionaries/et_EE.po (renamed from translations/source/be/dictionaries/et_EE.po)0
-rw-r--r--source/be/dictionaries/fr_FR.po (renamed from translations/source/be/dictionaries/fr_FR.po)0
-rw-r--r--source/be/dictionaries/gd_GB.po (renamed from translations/source/be/dictionaries/gd_GB.po)0
-rw-r--r--source/be/dictionaries/gl.po (renamed from translations/source/be/dictionaries/gl.po)0
-rw-r--r--source/be/dictionaries/gu_IN.po (renamed from translations/source/be/dictionaries/gu_IN.po)0
-rw-r--r--source/be/dictionaries/he_IL.po (renamed from translations/source/be/dictionaries/he_IL.po)0
-rw-r--r--source/be/dictionaries/hi_IN.po (renamed from translations/source/be/dictionaries/hi_IN.po)0
-rw-r--r--source/be/dictionaries/hr_HR.po (renamed from translations/source/be/dictionaries/hr_HR.po)0
-rw-r--r--source/be/dictionaries/hu_HU.po (renamed from translations/source/be/dictionaries/hu_HU.po)0
-rw-r--r--source/be/dictionaries/hu_HU/dialog.po (renamed from translations/source/be/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/be/dictionaries/it_IT.po (renamed from translations/source/be/dictionaries/it_IT.po)0
-rw-r--r--source/be/dictionaries/ku_TR.po (renamed from translations/source/be/dictionaries/ku_TR.po)0
-rw-r--r--source/be/dictionaries/lt_LT.po (renamed from translations/source/be/dictionaries/lt_LT.po)0
-rw-r--r--source/be/dictionaries/lv_LV.po (renamed from translations/source/be/dictionaries/lv_LV.po)0
-rw-r--r--source/be/dictionaries/ne_NP.po (renamed from translations/source/be/dictionaries/ne_NP.po)0
-rw-r--r--source/be/dictionaries/nl_NL.po (renamed from translations/source/be/dictionaries/nl_NL.po)0
-rw-r--r--source/be/dictionaries/no.po (renamed from translations/source/be/dictionaries/no.po)0
-rw-r--r--source/be/dictionaries/oc_FR.po (renamed from translations/source/be/dictionaries/oc_FR.po)0
-rw-r--r--source/be/dictionaries/pl_PL.po (renamed from translations/source/be/dictionaries/pl_PL.po)0
-rw-r--r--source/be/dictionaries/pt_BR.po (renamed from translations/source/be/dictionaries/pt_BR.po)0
-rw-r--r--source/be/dictionaries/pt_PT.po (renamed from translations/source/be/dictionaries/pt_PT.po)0
-rw-r--r--source/be/dictionaries/ro.po (renamed from translations/source/be/dictionaries/ro.po)0
-rw-r--r--source/be/dictionaries/ru_RU.po (renamed from translations/source/be/dictionaries/ru_RU.po)0
-rw-r--r--source/be/dictionaries/ru_RU/dialog.po (renamed from translations/source/be/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/be/dictionaries/si_LK.po (renamed from translations/source/be/dictionaries/si_LK.po)0
-rw-r--r--source/be/dictionaries/sk_SK.po (renamed from translations/source/be/dictionaries/sk_SK.po)0
-rw-r--r--source/be/dictionaries/sl_SI.po (renamed from translations/source/be/dictionaries/sl_SI.po)0
-rw-r--r--source/be/dictionaries/sr.po (renamed from translations/source/be/dictionaries/sr.po)0
-rw-r--r--source/be/dictionaries/sv_SE.po (renamed from translations/source/be/dictionaries/sv_SE.po)0
-rw-r--r--source/be/dictionaries/sw_TZ.po (renamed from translations/source/be/dictionaries/sw_TZ.po)0
-rw-r--r--source/be/dictionaries/te_IN.po (renamed from translations/source/be/dictionaries/te_IN.po)0
-rw-r--r--source/be/dictionaries/th_TH.po (renamed from translations/source/be/dictionaries/th_TH.po)0
-rw-r--r--source/be/dictionaries/uk_UA.po (renamed from translations/source/be/dictionaries/uk_UA.po)0
-rw-r--r--source/be/dictionaries/vi.po (renamed from translations/source/be/dictionaries/vi.po)0
-rw-r--r--source/be/dictionaries/zu_ZA.po (renamed from translations/source/be/dictionaries/zu_ZA.po)0
-rw-r--r--source/be/editeng/source/accessibility.po (renamed from translations/source/be/editeng/source/accessibility.po)0
-rw-r--r--source/be/editeng/source/editeng.po (renamed from translations/source/be/editeng/source/editeng.po)0
-rw-r--r--source/be/editeng/source/items.po (renamed from translations/source/be/editeng/source/items.po)0
-rw-r--r--source/be/editeng/source/misc.po (renamed from translations/source/be/editeng/source/misc.po)0
-rw-r--r--source/be/editeng/source/outliner.po (renamed from translations/source/be/editeng/source/outliner.po)0
-rw-r--r--source/be/extensions/source/abpilot.po (renamed from translations/source/be/extensions/source/abpilot.po)0
-rw-r--r--source/be/extensions/source/bibliography.po (renamed from translations/source/be/extensions/source/bibliography.po)0
-rw-r--r--source/be/extensions/source/dbpilots.po (renamed from translations/source/be/extensions/source/dbpilots.po)0
-rw-r--r--source/be/extensions/source/propctrlr.po (renamed from translations/source/be/extensions/source/propctrlr.po)0
-rw-r--r--source/be/extensions/source/scanner.po (renamed from translations/source/be/extensions/source/scanner.po)0
-rw-r--r--source/be/extensions/source/update/check.po (renamed from translations/source/be/extensions/source/update/check.po)0
-rw-r--r--source/be/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/be/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/be/filter/source/config/fragments/filters.po (renamed from translations/source/be/filter/source/config/fragments/filters.po)0
-rw-r--r--source/be/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/be/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/be/filter/source/config/fragments/types.po (renamed from translations/source/be/filter/source/config/fragments/types.po)0
-rw-r--r--source/be/filter/source/flash.po (renamed from translations/source/be/filter/source/flash.po)0
-rw-r--r--source/be/filter/source/graphicfilter/eps.po (renamed from translations/source/be/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/be/filter/source/pdf.po (renamed from translations/source/be/filter/source/pdf.po)0
-rw-r--r--source/be/filter/source/t602.po (renamed from translations/source/be/filter/source/t602.po)0
-rw-r--r--source/be/filter/source/xsltdialog.po (renamed from translations/source/be/filter/source/xsltdialog.po)0
-rw-r--r--source/be/forms/source/resource.po (renamed from translations/source/be/forms/source/resource.po)0
-rw-r--r--source/be/formula/source/core/resource.po (renamed from translations/source/be/formula/source/core/resource.po)0
-rw-r--r--source/be/formula/source/ui/dlg.po (renamed from translations/source/be/formula/source/ui/dlg.po)0
-rw-r--r--source/be/fpicker/source/office.po (renamed from translations/source/be/fpicker/source/office.po)0
-rw-r--r--source/be/framework/source/classes.po (renamed from translations/source/be/framework/source/classes.po)0
-rw-r--r--source/be/framework/source/services.po (renamed from translations/source/be/framework/source/services.po)0
-rw-r--r--source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/be/mysqlc/source.po (renamed from translations/source/be/mysqlc/source.po)0
-rw-r--r--source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/be/nlpsolver/src/locale.po (renamed from translations/source/be/nlpsolver/src/locale.po)0
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/be/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/be/padmin/source.po (renamed from translations/source/be/padmin/source.po)0
-rw-r--r--source/be/readlicense_oo/docs/readme.po (renamed from translations/source/be/readlicense_oo/docs/readme.po)0
-rw-r--r--source/be/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/be/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/be/reportbuilder/util.po (renamed from translations/source/be/reportbuilder/util.po)0
-rw-r--r--source/be/reportdesign/source/core/resource.po (renamed from translations/source/be/reportdesign/source/core/resource.po)0
-rw-r--r--source/be/reportdesign/source/ui/dlg.po (renamed from translations/source/be/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/be/reportdesign/source/ui/inspection.po (renamed from translations/source/be/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/be/reportdesign/source/ui/report.po (renamed from translations/source/be/reportdesign/source/ui/report.po)0
-rw-r--r--source/be/sc/source/core/src.po (renamed from translations/source/be/sc/source/core/src.po)0
-rw-r--r--source/be/sc/source/ui/cctrl.po (renamed from translations/source/be/sc/source/ui/cctrl.po)0
-rw-r--r--source/be/sc/source/ui/dbgui.po (renamed from translations/source/be/sc/source/ui/dbgui.po)0
-rw-r--r--source/be/sc/source/ui/docshell.po (renamed from translations/source/be/sc/source/ui/docshell.po)0
-rw-r--r--source/be/sc/source/ui/drawfunc.po (renamed from translations/source/be/sc/source/ui/drawfunc.po)0
-rw-r--r--source/be/sc/source/ui/formdlg.po (renamed from translations/source/be/sc/source/ui/formdlg.po)0
-rw-r--r--source/be/sc/source/ui/miscdlgs.po (renamed from translations/source/be/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/be/sc/source/ui/navipi.po (renamed from translations/source/be/sc/source/ui/navipi.po)0
-rw-r--r--source/be/sc/source/ui/optdlg.po (renamed from translations/source/be/sc/source/ui/optdlg.po)0
-rw-r--r--source/be/sc/source/ui/pagedlg.po (renamed from translations/source/be/sc/source/ui/pagedlg.po)0
-rw-r--r--source/be/sc/source/ui/src.po (renamed from translations/source/be/sc/source/ui/src.po)0
-rw-r--r--source/be/sc/source/ui/styleui.po (renamed from translations/source/be/sc/source/ui/styleui.po)0
-rw-r--r--source/be/scaddins/source/analysis.po (renamed from translations/source/be/scaddins/source/analysis.po)0
-rw-r--r--source/be/scaddins/source/datefunc.po (renamed from translations/source/be/scaddins/source/datefunc.po)0
-rw-r--r--source/be/sccomp/source/solver.po (renamed from translations/source/be/sccomp/source/solver.po)0
-rw-r--r--source/be/scp2/source/accessories.po (renamed from translations/source/be/scp2/source/accessories.po)0
-rw-r--r--source/be/scp2/source/activex.po (renamed from translations/source/be/scp2/source/activex.po)0
-rw-r--r--source/be/scp2/source/base.po (renamed from translations/source/be/scp2/source/base.po)0
-rw-r--r--source/be/scp2/source/binfilter.po (renamed from translations/source/be/scp2/source/binfilter.po)0
-rw-r--r--source/be/scp2/source/calc.po (renamed from translations/source/be/scp2/source/calc.po)0
-rw-r--r--source/be/scp2/source/draw.po (renamed from translations/source/be/scp2/source/draw.po)0
-rw-r--r--source/be/scp2/source/extensions.po (renamed from translations/source/be/scp2/source/extensions.po)0
-rw-r--r--source/be/scp2/source/gnome.po (renamed from translations/source/be/scp2/source/gnome.po)0
-rw-r--r--source/be/scp2/source/graphicfilter.po (renamed from translations/source/be/scp2/source/graphicfilter.po)0
-rw-r--r--source/be/scp2/source/impress.po (renamed from translations/source/be/scp2/source/impress.po)0
-rw-r--r--source/be/scp2/source/javafilter.po (renamed from translations/source/be/scp2/source/javafilter.po)0
-rw-r--r--source/be/scp2/source/kde.po (renamed from translations/source/be/scp2/source/kde.po)0
-rw-r--r--source/be/scp2/source/math.po (renamed from translations/source/be/scp2/source/math.po)0
-rw-r--r--source/be/scp2/source/onlineupdate.po (renamed from translations/source/be/scp2/source/onlineupdate.po)0
-rw-r--r--source/be/scp2/source/ooo.po (renamed from translations/source/be/scp2/source/ooo.po)0
-rw-r--r--source/be/scp2/source/python.po (renamed from translations/source/be/scp2/source/python.po)0
-rw-r--r--source/be/scp2/source/quickstart.po (renamed from translations/source/be/scp2/source/quickstart.po)0
-rw-r--r--source/be/scp2/source/sdkoo.po (renamed from translations/source/be/scp2/source/sdkoo.po)0
-rw-r--r--source/be/scp2/source/smoketest.po (renamed from translations/source/be/scp2/source/smoketest.po)0
-rw-r--r--source/be/scp2/source/stdlibs.po (renamed from translations/source/be/scp2/source/stdlibs.po)0
-rw-r--r--source/be/scp2/source/tde.po (renamed from translations/source/be/scp2/source/tde.po)0
-rw-r--r--source/be/scp2/source/winexplorerext.po (renamed from translations/source/be/scp2/source/winexplorerext.po)0
-rw-r--r--source/be/scp2/source/writer.po (renamed from translations/source/be/scp2/source/writer.po)0
-rw-r--r--source/be/scp2/source/xsltfilter.po (renamed from translations/source/be/scp2/source/xsltfilter.po)0
-rw-r--r--source/be/scripting/source/pyprov.po (renamed from translations/source/be/scripting/source/pyprov.po)0
-rw-r--r--source/be/sd/source/core.po (renamed from translations/source/be/sd/source/core.po)0
-rw-r--r--source/be/sd/source/filter/html.po (renamed from translations/source/be/sd/source/filter/html.po)0
-rw-r--r--source/be/sd/source/ui/accessibility.po (renamed from translations/source/be/sd/source/ui/accessibility.po)0
-rw-r--r--source/be/sd/source/ui/animations.po (renamed from translations/source/be/sd/source/ui/animations.po)0
-rw-r--r--source/be/sd/source/ui/annotations.po (renamed from translations/source/be/sd/source/ui/annotations.po)0
-rw-r--r--source/be/sd/source/ui/app.po (renamed from translations/source/be/sd/source/ui/app.po)0
-rw-r--r--source/be/sd/source/ui/dlg.po (renamed from translations/source/be/sd/source/ui/dlg.po)0
-rw-r--r--source/be/sd/source/ui/slideshow.po (renamed from translations/source/be/sd/source/ui/slideshow.po)0
-rw-r--r--source/be/sd/source/ui/table.po (renamed from translations/source/be/sd/source/ui/table.po)0
-rw-r--r--source/be/sd/source/ui/view.po (renamed from translations/source/be/sd/source/ui/view.po)0
-rw-r--r--source/be/sdext/source/minimizer.po (renamed from translations/source/be/sdext/source/minimizer.po)0
-rw-r--r--source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/be/sdext/source/pdfimport.po (renamed from translations/source/be/sdext/source/pdfimport.po)0
-rw-r--r--source/be/sdext/source/presenter.po (renamed from translations/source/be/sdext/source/presenter.po)0
-rw-r--r--source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/be/setup_native/source/mac.po (renamed from translations/source/be/setup_native/source/mac.po)0
-rw-r--r--source/be/sfx2/source/appl.po (renamed from translations/source/be/sfx2/source/appl.po)0
-rw-r--r--source/be/sfx2/source/bastyp.po (renamed from translations/source/be/sfx2/source/bastyp.po)0
-rw-r--r--source/be/sfx2/source/dialog.po (renamed from translations/source/be/sfx2/source/dialog.po)0
-rw-r--r--source/be/sfx2/source/doc.po (renamed from translations/source/be/sfx2/source/doc.po)0
-rw-r--r--source/be/sfx2/source/menu.po (renamed from translations/source/be/sfx2/source/menu.po)0
-rw-r--r--source/be/sfx2/source/view.po (renamed from translations/source/be/sfx2/source/view.po)0
-rw-r--r--source/be/shell/source/win32/shlxthandler/res.po (renamed from translations/source/be/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/be/starmath/source.po (renamed from translations/source/be/starmath/source.po)0
-rw-r--r--source/be/svl/source/items.po (renamed from translations/source/be/svl/source/items.po)0
-rw-r--r--source/be/svl/source/misc.po (renamed from translations/source/be/svl/source/misc.po)0
-rw-r--r--source/be/svtools/source/contnr.po (renamed from translations/source/be/svtools/source/contnr.po)0
-rw-r--r--source/be/svtools/source/control.po (renamed from translations/source/be/svtools/source/control.po)0
-rw-r--r--source/be/svtools/source/dialogs.po (renamed from translations/source/be/svtools/source/dialogs.po)0
-rw-r--r--source/be/svtools/source/filter.po (renamed from translations/source/be/svtools/source/filter.po)0
-rw-r--r--source/be/svtools/source/java.po (renamed from translations/source/be/svtools/source/java.po)0
-rw-r--r--source/be/svtools/source/misc.po (renamed from translations/source/be/svtools/source/misc.po)0
-rw-r--r--source/be/svtools/source/toolpanel.po (renamed from translations/source/be/svtools/source/toolpanel.po)0
-rw-r--r--source/be/svtools/workben/unodialog.po (renamed from translations/source/be/svtools/workben/unodialog.po)0
-rw-r--r--source/be/svx/inc.po (renamed from translations/source/be/svx/inc.po)0
-rw-r--r--source/be/svx/source/accessibility.po (renamed from translations/source/be/svx/source/accessibility.po)0
-rw-r--r--source/be/svx/source/dialog.po (renamed from translations/source/be/svx/source/dialog.po)0
-rw-r--r--source/be/svx/source/engine3d.po (renamed from translations/source/be/svx/source/engine3d.po)0
-rw-r--r--source/be/svx/source/fmcomp.po (renamed from translations/source/be/svx/source/fmcomp.po)0
-rw-r--r--source/be/svx/source/form.po (renamed from translations/source/be/svx/source/form.po)0
-rw-r--r--source/be/svx/source/gallery2.po (renamed from translations/source/be/svx/source/gallery2.po)0
-rw-r--r--source/be/svx/source/items.po (renamed from translations/source/be/svx/source/items.po)0
-rw-r--r--source/be/svx/source/src.po (renamed from translations/source/be/svx/source/src.po)0
-rw-r--r--source/be/svx/source/stbctrls.po (renamed from translations/source/be/svx/source/stbctrls.po)0
-rw-r--r--source/be/svx/source/svdraw.po (renamed from translations/source/be/svx/source/svdraw.po)0
-rw-r--r--source/be/svx/source/table.po (renamed from translations/source/be/svx/source/table.po)0
-rw-r--r--source/be/svx/source/tbxctrls.po (renamed from translations/source/be/svx/source/tbxctrls.po)0
-rw-r--r--source/be/svx/source/toolbars.po (renamed from translations/source/be/svx/source/toolbars.po)0
-rw-r--r--source/be/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/be/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/be/sw/source/core/layout.po (renamed from translations/source/be/sw/source/core/layout.po)0
-rw-r--r--source/be/sw/source/core/undo.po (renamed from translations/source/be/sw/source/core/undo.po)0
-rw-r--r--source/be/sw/source/core/unocore.po (renamed from translations/source/be/sw/source/core/unocore.po)0
-rw-r--r--source/be/sw/source/ui/app.po (renamed from translations/source/be/sw/source/ui/app.po)0
-rw-r--r--source/be/sw/source/ui/chrdlg.po (renamed from translations/source/be/sw/source/ui/chrdlg.po)0
-rw-r--r--source/be/sw/source/ui/config.po (renamed from translations/source/be/sw/source/ui/config.po)0
-rw-r--r--source/be/sw/source/ui/dbui.po (renamed from translations/source/be/sw/source/ui/dbui.po)0
-rw-r--r--source/be/sw/source/ui/dialog.po (renamed from translations/source/be/sw/source/ui/dialog.po)0
-rw-r--r--source/be/sw/source/ui/dochdl.po (renamed from translations/source/be/sw/source/ui/dochdl.po)0
-rw-r--r--source/be/sw/source/ui/docvw.po (renamed from translations/source/be/sw/source/ui/docvw.po)0
-rw-r--r--source/be/sw/source/ui/envelp.po (renamed from translations/source/be/sw/source/ui/envelp.po)0
-rw-r--r--source/be/sw/source/ui/fldui.po (renamed from translations/source/be/sw/source/ui/fldui.po)0
-rw-r--r--source/be/sw/source/ui/fmtui.po (renamed from translations/source/be/sw/source/ui/fmtui.po)0
-rw-r--r--source/be/sw/source/ui/frmdlg.po (renamed from translations/source/be/sw/source/ui/frmdlg.po)0
-rw-r--r--source/be/sw/source/ui/globdoc.po (renamed from translations/source/be/sw/source/ui/globdoc.po)0
-rw-r--r--source/be/sw/source/ui/index.po (renamed from translations/source/be/sw/source/ui/index.po)0
-rw-r--r--source/be/sw/source/ui/lingu.po (renamed from translations/source/be/sw/source/ui/lingu.po)0
-rw-r--r--source/be/sw/source/ui/misc.po (renamed from translations/source/be/sw/source/ui/misc.po)0
-rw-r--r--source/be/sw/source/ui/ribbar.po (renamed from translations/source/be/sw/source/ui/ribbar.po)0
-rw-r--r--source/be/sw/source/ui/shells.po (renamed from translations/source/be/sw/source/ui/shells.po)0
-rw-r--r--source/be/sw/source/ui/smartmenu.po (renamed from translations/source/be/sw/source/ui/smartmenu.po)0
-rw-r--r--source/be/sw/source/ui/table.po (renamed from translations/source/be/sw/source/ui/table.po)0
-rw-r--r--source/be/sw/source/ui/uiview.po (renamed from translations/source/be/sw/source/ui/uiview.po)0
-rw-r--r--source/be/sw/source/ui/utlui.po (renamed from translations/source/be/sw/source/ui/utlui.po)0
-rw-r--r--source/be/sw/source/ui/web.po (renamed from translations/source/be/sw/source/ui/web.po)0
-rw-r--r--source/be/sw/source/ui/wrtsh.po (renamed from translations/source/be/sw/source/ui/wrtsh.po)0
-rw-r--r--source/be/swext/mediawiki/help.po (renamed from translations/source/be/swext/mediawiki/help.po)0
-rw-r--r--source/be/swext/mediawiki/src.po (renamed from translations/source/be/swext/mediawiki/src.po)0
-rw-r--r--source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/be/sysui/desktop/share.po (renamed from translations/source/be/sysui/desktop/share.po)0
-rw-r--r--source/be/uui/source.po (renamed from translations/source/be/uui/source.po)0
-rw-r--r--source/be/vcl/source/src.po (renamed from translations/source/be/vcl/source/src.po)0
-rw-r--r--source/be/wizards/source/euro.po (renamed from translations/source/be/wizards/source/euro.po)0
-rw-r--r--source/be/wizards/source/formwizard.po (renamed from translations/source/be/wizards/source/formwizard.po)0
-rw-r--r--source/be/wizards/source/importwizard.po (renamed from translations/source/be/wizards/source/importwizard.po)0
-rw-r--r--source/be/wizards/source/schedule.po (renamed from translations/source/be/wizards/source/schedule.po)0
-rw-r--r--source/be/wizards/source/template.po (renamed from translations/source/be/wizards/source/template.po)0
-rw-r--r--source/be/xmlsecurity/source/component.po (renamed from translations/source/be/xmlsecurity/source/component.po)0
-rw-r--r--source/be/xmlsecurity/source/dialogs.po (renamed from translations/source/be/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/bg/accessibility/source/helper.po (renamed from translations/source/bg/accessibility/source/helper.po)0
-rw-r--r--source/bg/avmedia/source/framework.po (renamed from translations/source/bg/avmedia/source/framework.po)0
-rw-r--r--source/bg/avmedia/source/viewer.po (renamed from translations/source/bg/avmedia/source/viewer.po)0
-rw-r--r--source/bg/basctl/source/basicide.po (renamed from translations/source/bg/basctl/source/basicide.po)0
-rw-r--r--source/bg/basctl/source/dlged.po (renamed from translations/source/bg/basctl/source/dlged.po)0
-rw-r--r--source/bg/basic/source/classes.po (renamed from translations/source/bg/basic/source/classes.po)0
-rw-r--r--source/bg/basic/source/sbx.po (renamed from translations/source/bg/basic/source/sbx.po)0
-rw-r--r--source/bg/chart2/source/controller/dialogs.po (renamed from translations/source/bg/chart2/source/controller/dialogs.po)0
-rw-r--r--source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/bg/connectivity/source/resource.po (renamed from translations/source/bg/connectivity/source/resource.po)0
-rw-r--r--source/bg/cui/source/customize.po (renamed from translations/source/bg/cui/source/customize.po)0
-rw-r--r--source/bg/cui/source/dialogs.po (renamed from translations/source/bg/cui/source/dialogs.po)0
-rw-r--r--source/bg/cui/source/options.po (renamed from translations/source/bg/cui/source/options.po)0
-rw-r--r--source/bg/cui/source/tabpages.po (renamed from translations/source/bg/cui/source/tabpages.po)0
-rw-r--r--source/bg/dbaccess/source/core/resource.po (renamed from translations/source/bg/dbaccess/source/core/resource.po)0
-rw-r--r--source/bg/dbaccess/source/ext/macromigration.po (renamed from translations/source/bg/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/bg/dbaccess/source/sdbtools/resource.po (renamed from translations/source/bg/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/bg/dbaccess/source/ui/app.po (renamed from translations/source/bg/dbaccess/source/ui/app.po)0
-rw-r--r--source/bg/dbaccess/source/ui/browser.po (renamed from translations/source/bg/dbaccess/source/ui/browser.po)0
-rw-r--r--source/bg/dbaccess/source/ui/control.po (renamed from translations/source/bg/dbaccess/source/ui/control.po)0
-rw-r--r--source/bg/dbaccess/source/ui/dlg.po (renamed from translations/source/bg/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/bg/dbaccess/source/ui/inc.po (renamed from translations/source/bg/dbaccess/source/ui/inc.po)0
-rw-r--r--source/bg/dbaccess/source/ui/misc.po (renamed from translations/source/bg/dbaccess/source/ui/misc.po)0
-rw-r--r--source/bg/dbaccess/source/ui/querydesign.po (renamed from translations/source/bg/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/bg/dbaccess/source/ui/relationdesign.po (renamed from translations/source/bg/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/bg/dbaccess/source/ui/tabledesign.po (renamed from translations/source/bg/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/bg/dbaccess/source/ui/uno.po (renamed from translations/source/bg/dbaccess/source/ui/uno.po)0
-rw-r--r--source/bg/desktop/source/app.po (renamed from translations/source/bg/desktop/source/app.po)0
-rw-r--r--source/bg/desktop/source/deployment/gui.po (renamed from translations/source/bg/desktop/source/deployment/gui.po)0
-rw-r--r--source/bg/desktop/source/deployment/manager.po (renamed from translations/source/bg/desktop/source/deployment/manager.po)0
-rw-r--r--source/bg/desktop/source/deployment/misc.po (renamed from translations/source/bg/desktop/source/deployment/misc.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry.po (renamed from translations/source/bg/desktop/source/deployment/registry.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/component.po (renamed from translations/source/bg/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/configuration.po (renamed from translations/source/bg/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/help.po (renamed from translations/source/bg/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/package.po (renamed from translations/source/bg/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/script.po (renamed from translations/source/bg/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/bg/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/bg/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/bg/desktop/source/deployment/unopkg.po (renamed from translations/source/bg/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/bg/dictionaries/af_ZA.po (renamed from translations/source/bg/dictionaries/af_ZA.po)0
-rw-r--r--source/bg/dictionaries/an_ES.po (renamed from translations/source/bg/dictionaries/an_ES.po)0
-rw-r--r--source/bg/dictionaries/ar.po (renamed from translations/source/bg/dictionaries/ar.po)0
-rw-r--r--source/bg/dictionaries/be_BY.po (renamed from translations/source/bg/dictionaries/be_BY.po)0
-rw-r--r--source/bg/dictionaries/bg_BG.po (renamed from translations/source/bg/dictionaries/bg_BG.po)0
-rw-r--r--source/bg/dictionaries/bn_BD.po (renamed from translations/source/bg/dictionaries/bn_BD.po)0
-rw-r--r--source/bg/dictionaries/br_FR.po (renamed from translations/source/bg/dictionaries/br_FR.po)0
-rw-r--r--source/bg/dictionaries/ca.po (renamed from translations/source/bg/dictionaries/ca.po)0
-rw-r--r--source/bg/dictionaries/cs_CZ.po (renamed from translations/source/bg/dictionaries/cs_CZ.po)0
-rw-r--r--source/bg/dictionaries/da_DK.po (renamed from translations/source/bg/dictionaries/da_DK.po)0
-rw-r--r--source/bg/dictionaries/de.po (renamed from translations/source/bg/dictionaries/de.po)0
-rw-r--r--source/bg/dictionaries/el_GR.po (renamed from translations/source/bg/dictionaries/el_GR.po)0
-rw-r--r--source/bg/dictionaries/en.po (renamed from translations/source/bg/dictionaries/en.po)0
-rw-r--r--source/bg/dictionaries/en/dialog.po (renamed from translations/source/bg/dictionaries/en/dialog.po)0
-rw-r--r--source/bg/dictionaries/es_ES.po (renamed from translations/source/bg/dictionaries/es_ES.po)0
-rw-r--r--source/bg/dictionaries/et_EE.po (renamed from translations/source/bg/dictionaries/et_EE.po)0
-rw-r--r--source/bg/dictionaries/fr_FR.po (renamed from translations/source/bg/dictionaries/fr_FR.po)0
-rw-r--r--source/bg/dictionaries/gd_GB.po (renamed from translations/source/bg/dictionaries/gd_GB.po)0
-rw-r--r--source/bg/dictionaries/gl.po (renamed from translations/source/bg/dictionaries/gl.po)0
-rw-r--r--source/bg/dictionaries/gu_IN.po (renamed from translations/source/bg/dictionaries/gu_IN.po)0
-rw-r--r--source/bg/dictionaries/he_IL.po (renamed from translations/source/bg/dictionaries/he_IL.po)0
-rw-r--r--source/bg/dictionaries/hi_IN.po (renamed from translations/source/bg/dictionaries/hi_IN.po)0
-rw-r--r--source/bg/dictionaries/hr_HR.po (renamed from translations/source/bg/dictionaries/hr_HR.po)0
-rw-r--r--source/bg/dictionaries/hu_HU.po (renamed from translations/source/bg/dictionaries/hu_HU.po)0
-rw-r--r--source/bg/dictionaries/hu_HU/dialog.po (renamed from translations/source/bg/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/bg/dictionaries/it_IT.po (renamed from translations/source/bg/dictionaries/it_IT.po)0
-rw-r--r--source/bg/dictionaries/ku_TR.po (renamed from translations/source/bg/dictionaries/ku_TR.po)0
-rw-r--r--source/bg/dictionaries/lt_LT.po (renamed from translations/source/bg/dictionaries/lt_LT.po)0
-rw-r--r--source/bg/dictionaries/lv_LV.po (renamed from translations/source/bg/dictionaries/lv_LV.po)0
-rw-r--r--source/bg/dictionaries/ne_NP.po (renamed from translations/source/bg/dictionaries/ne_NP.po)0
-rw-r--r--source/bg/dictionaries/nl_NL.po (renamed from translations/source/bg/dictionaries/nl_NL.po)0
-rw-r--r--source/bg/dictionaries/no.po (renamed from translations/source/bg/dictionaries/no.po)0
-rw-r--r--source/bg/dictionaries/oc_FR.po (renamed from translations/source/bg/dictionaries/oc_FR.po)0
-rw-r--r--source/bg/dictionaries/pl_PL.po (renamed from translations/source/bg/dictionaries/pl_PL.po)0
-rw-r--r--source/bg/dictionaries/pt_BR.po (renamed from translations/source/bg/dictionaries/pt_BR.po)0
-rw-r--r--source/bg/dictionaries/pt_PT.po (renamed from translations/source/bg/dictionaries/pt_PT.po)0
-rw-r--r--source/bg/dictionaries/ro.po (renamed from translations/source/bg/dictionaries/ro.po)0
-rw-r--r--source/bg/dictionaries/ru_RU.po (renamed from translations/source/bg/dictionaries/ru_RU.po)0
-rw-r--r--source/bg/dictionaries/ru_RU/dialog.po (renamed from translations/source/bg/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/bg/dictionaries/si_LK.po (renamed from translations/source/bg/dictionaries/si_LK.po)0
-rw-r--r--source/bg/dictionaries/sk_SK.po (renamed from translations/source/bg/dictionaries/sk_SK.po)0
-rw-r--r--source/bg/dictionaries/sl_SI.po (renamed from translations/source/bg/dictionaries/sl_SI.po)0
-rw-r--r--source/bg/dictionaries/sr.po (renamed from translations/source/bg/dictionaries/sr.po)0
-rw-r--r--source/bg/dictionaries/sv_SE.po (renamed from translations/source/bg/dictionaries/sv_SE.po)0
-rw-r--r--source/bg/dictionaries/sw_TZ.po (renamed from translations/source/bg/dictionaries/sw_TZ.po)0
-rw-r--r--source/bg/dictionaries/te_IN.po (renamed from translations/source/bg/dictionaries/te_IN.po)0
-rw-r--r--source/bg/dictionaries/th_TH.po (renamed from translations/source/bg/dictionaries/th_TH.po)0
-rw-r--r--source/bg/dictionaries/uk_UA.po (renamed from translations/source/bg/dictionaries/uk_UA.po)0
-rw-r--r--source/bg/dictionaries/vi.po (renamed from translations/source/bg/dictionaries/vi.po)0
-rw-r--r--source/bg/dictionaries/zu_ZA.po (renamed from translations/source/bg/dictionaries/zu_ZA.po)0
-rw-r--r--source/bg/editeng/source/accessibility.po (renamed from translations/source/bg/editeng/source/accessibility.po)0
-rw-r--r--source/bg/editeng/source/editeng.po (renamed from translations/source/bg/editeng/source/editeng.po)0
-rw-r--r--source/bg/editeng/source/items.po (renamed from translations/source/bg/editeng/source/items.po)0
-rw-r--r--source/bg/editeng/source/misc.po (renamed from translations/source/bg/editeng/source/misc.po)0
-rw-r--r--source/bg/editeng/source/outliner.po (renamed from translations/source/bg/editeng/source/outliner.po)0
-rw-r--r--source/bg/extensions/source/abpilot.po (renamed from translations/source/bg/extensions/source/abpilot.po)0
-rw-r--r--source/bg/extensions/source/bibliography.po (renamed from translations/source/bg/extensions/source/bibliography.po)0
-rw-r--r--source/bg/extensions/source/dbpilots.po (renamed from translations/source/bg/extensions/source/dbpilots.po)0
-rw-r--r--source/bg/extensions/source/propctrlr.po (renamed from translations/source/bg/extensions/source/propctrlr.po)0
-rw-r--r--source/bg/extensions/source/scanner.po (renamed from translations/source/bg/extensions/source/scanner.po)0
-rw-r--r--source/bg/extensions/source/update/check.po (renamed from translations/source/bg/extensions/source/update/check.po)0
-rw-r--r--source/bg/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/bg/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/bg/filter/source/config/fragments/filters.po (renamed from translations/source/bg/filter/source/config/fragments/filters.po)0
-rw-r--r--source/bg/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/bg/filter/source/config/fragments/types.po (renamed from translations/source/bg/filter/source/config/fragments/types.po)0
-rw-r--r--source/bg/filter/source/flash.po (renamed from translations/source/bg/filter/source/flash.po)0
-rw-r--r--source/bg/filter/source/graphicfilter/eps.po (renamed from translations/source/bg/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/bg/filter/source/pdf.po (renamed from translations/source/bg/filter/source/pdf.po)0
-rw-r--r--source/bg/filter/source/t602.po (renamed from translations/source/bg/filter/source/t602.po)0
-rw-r--r--source/bg/filter/source/xsltdialog.po (renamed from translations/source/bg/filter/source/xsltdialog.po)0
-rw-r--r--source/bg/forms/source/resource.po (renamed from translations/source/bg/forms/source/resource.po)0
-rw-r--r--source/bg/formula/source/core/resource.po (renamed from translations/source/bg/formula/source/core/resource.po)0
-rw-r--r--source/bg/formula/source/ui/dlg.po (renamed from translations/source/bg/formula/source/ui/dlg.po)0
-rw-r--r--source/bg/fpicker/source/office.po (renamed from translations/source/bg/fpicker/source/office.po)0
-rw-r--r--source/bg/framework/source/classes.po (renamed from translations/source/bg/framework/source/classes.po)0
-rw-r--r--source/bg/framework/source/services.po (renamed from translations/source/bg/framework/source/services.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/bg/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/bg/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po (renamed from translations/source/bg/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/00.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/02.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/04.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/05.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/bg/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/schart.po (renamed from translations/source/bg/helpcontent2/source/text/schart.po)0
-rw-r--r--source/bg/helpcontent2/source/text/schart/00.po (renamed from translations/source/bg/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/schart/01.po (renamed from translations/source/bg/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/schart/02.po (renamed from translations/source/bg/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/schart/04.po (renamed from translations/source/bg/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sdraw.po (renamed from translations/source/bg/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/bg/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/bg/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/bg/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/bg/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared.po (renamed from translations/source/bg/helpcontent2/source/text/shared.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po (renamed from translations/source/bg/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po (renamed from translations/source/bg/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po (renamed from translations/source/bg/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/04.po (renamed from translations/source/bg/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/05.po (renamed from translations/source/bg/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/07.po (renamed from translations/source/bg/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/bg/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/bg/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/bg/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po (renamed from translations/source/bg/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/bg/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress.po (renamed from translations/source/bg/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress/00.po (renamed from translations/source/bg/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress/01.po (renamed from translations/source/bg/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress/02.po (renamed from translations/source/bg/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress/04.po (renamed from translations/source/bg/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/bg/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath.po (renamed from translations/source/bg/helpcontent2/source/text/smath.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath/00.po (renamed from translations/source/bg/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath/01.po (renamed from translations/source/bg/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath/02.po (renamed from translations/source/bg/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath/04.po (renamed from translations/source/bg/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/smath/guide.po (renamed from translations/source/bg/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po (renamed from translations/source/bg/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po (renamed from translations/source/bg/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po (renamed from translations/source/bg/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po (renamed from translations/source/bg/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter/04.po (renamed from translations/source/bg/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/bg/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/bg/mysqlc/source.po (renamed from translations/source/bg/mysqlc/source.po)0
-rw-r--r--source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/bg/nlpsolver/src/locale.po (renamed from translations/source/bg/nlpsolver/src/locale.po)0
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/bg/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bg/padmin/source.po (renamed from translations/source/bg/padmin/source.po)0
-rw-r--r--source/bg/readlicense_oo/docs/readme.po (renamed from translations/source/bg/readlicense_oo/docs/readme.po)0
-rw-r--r--source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/bg/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/bg/reportbuilder/util.po (renamed from translations/source/bg/reportbuilder/util.po)0
-rw-r--r--source/bg/reportdesign/source/core/resource.po (renamed from translations/source/bg/reportdesign/source/core/resource.po)0
-rw-r--r--source/bg/reportdesign/source/ui/dlg.po (renamed from translations/source/bg/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/bg/reportdesign/source/ui/inspection.po (renamed from translations/source/bg/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/bg/reportdesign/source/ui/report.po (renamed from translations/source/bg/reportdesign/source/ui/report.po)0
-rw-r--r--source/bg/sc/source/core/src.po (renamed from translations/source/bg/sc/source/core/src.po)0
-rw-r--r--source/bg/sc/source/ui/cctrl.po (renamed from translations/source/bg/sc/source/ui/cctrl.po)0
-rw-r--r--source/bg/sc/source/ui/dbgui.po (renamed from translations/source/bg/sc/source/ui/dbgui.po)0
-rw-r--r--source/bg/sc/source/ui/docshell.po (renamed from translations/source/bg/sc/source/ui/docshell.po)0
-rw-r--r--source/bg/sc/source/ui/drawfunc.po (renamed from translations/source/bg/sc/source/ui/drawfunc.po)0
-rw-r--r--source/bg/sc/source/ui/formdlg.po (renamed from translations/source/bg/sc/source/ui/formdlg.po)0
-rw-r--r--source/bg/sc/source/ui/miscdlgs.po (renamed from translations/source/bg/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/bg/sc/source/ui/navipi.po (renamed from translations/source/bg/sc/source/ui/navipi.po)0
-rw-r--r--source/bg/sc/source/ui/optdlg.po (renamed from translations/source/bg/sc/source/ui/optdlg.po)0
-rw-r--r--source/bg/sc/source/ui/pagedlg.po (renamed from translations/source/bg/sc/source/ui/pagedlg.po)0
-rw-r--r--source/bg/sc/source/ui/src.po (renamed from translations/source/bg/sc/source/ui/src.po)0
-rw-r--r--source/bg/sc/source/ui/styleui.po (renamed from translations/source/bg/sc/source/ui/styleui.po)0
-rw-r--r--source/bg/scaddins/source/analysis.po (renamed from translations/source/bg/scaddins/source/analysis.po)0
-rw-r--r--source/bg/scaddins/source/datefunc.po (renamed from translations/source/bg/scaddins/source/datefunc.po)0
-rw-r--r--source/bg/sccomp/source/solver.po (renamed from translations/source/bg/sccomp/source/solver.po)0
-rw-r--r--source/bg/scp2/source/accessories.po (renamed from translations/source/bg/scp2/source/accessories.po)0
-rw-r--r--source/bg/scp2/source/activex.po (renamed from translations/source/bg/scp2/source/activex.po)0
-rw-r--r--source/bg/scp2/source/base.po (renamed from translations/source/bg/scp2/source/base.po)0
-rw-r--r--source/bg/scp2/source/binfilter.po (renamed from translations/source/bg/scp2/source/binfilter.po)0
-rw-r--r--source/bg/scp2/source/calc.po (renamed from translations/source/bg/scp2/source/calc.po)0
-rw-r--r--source/bg/scp2/source/draw.po (renamed from translations/source/bg/scp2/source/draw.po)0
-rw-r--r--source/bg/scp2/source/extensions.po (renamed from translations/source/bg/scp2/source/extensions.po)0
-rw-r--r--source/bg/scp2/source/gnome.po (renamed from translations/source/bg/scp2/source/gnome.po)0
-rw-r--r--source/bg/scp2/source/graphicfilter.po (renamed from translations/source/bg/scp2/source/graphicfilter.po)0
-rw-r--r--source/bg/scp2/source/impress.po (renamed from translations/source/bg/scp2/source/impress.po)0
-rw-r--r--source/bg/scp2/source/javafilter.po (renamed from translations/source/bg/scp2/source/javafilter.po)0
-rw-r--r--source/bg/scp2/source/kde.po (renamed from translations/source/bg/scp2/source/kde.po)0
-rw-r--r--source/bg/scp2/source/math.po (renamed from translations/source/bg/scp2/source/math.po)0
-rw-r--r--source/bg/scp2/source/onlineupdate.po (renamed from translations/source/bg/scp2/source/onlineupdate.po)0
-rw-r--r--source/bg/scp2/source/ooo.po (renamed from translations/source/bg/scp2/source/ooo.po)0
-rw-r--r--source/bg/scp2/source/python.po (renamed from translations/source/bg/scp2/source/python.po)0
-rw-r--r--source/bg/scp2/source/quickstart.po (renamed from translations/source/bg/scp2/source/quickstart.po)0
-rw-r--r--source/bg/scp2/source/sdkoo.po (renamed from translations/source/bg/scp2/source/sdkoo.po)0
-rw-r--r--source/bg/scp2/source/smoketest.po (renamed from translations/source/bg/scp2/source/smoketest.po)0
-rw-r--r--source/bg/scp2/source/stdlibs.po (renamed from translations/source/bg/scp2/source/stdlibs.po)0
-rw-r--r--source/bg/scp2/source/tde.po (renamed from translations/source/bg/scp2/source/tde.po)0
-rw-r--r--source/bg/scp2/source/winexplorerext.po (renamed from translations/source/bg/scp2/source/winexplorerext.po)0
-rw-r--r--source/bg/scp2/source/writer.po (renamed from translations/source/bg/scp2/source/writer.po)0
-rw-r--r--source/bg/scp2/source/xsltfilter.po (renamed from translations/source/bg/scp2/source/xsltfilter.po)0
-rw-r--r--source/bg/scripting/source/pyprov.po (renamed from translations/source/bg/scripting/source/pyprov.po)0
-rw-r--r--source/bg/sd/source/core.po (renamed from translations/source/bg/sd/source/core.po)0
-rw-r--r--source/bg/sd/source/filter/html.po (renamed from translations/source/bg/sd/source/filter/html.po)0
-rw-r--r--source/bg/sd/source/ui/accessibility.po (renamed from translations/source/bg/sd/source/ui/accessibility.po)0
-rw-r--r--source/bg/sd/source/ui/animations.po (renamed from translations/source/bg/sd/source/ui/animations.po)0
-rw-r--r--source/bg/sd/source/ui/annotations.po (renamed from translations/source/bg/sd/source/ui/annotations.po)0
-rw-r--r--source/bg/sd/source/ui/app.po (renamed from translations/source/bg/sd/source/ui/app.po)0
-rw-r--r--source/bg/sd/source/ui/dlg.po (renamed from translations/source/bg/sd/source/ui/dlg.po)0
-rw-r--r--source/bg/sd/source/ui/slideshow.po (renamed from translations/source/bg/sd/source/ui/slideshow.po)0
-rw-r--r--source/bg/sd/source/ui/table.po (renamed from translations/source/bg/sd/source/ui/table.po)0
-rw-r--r--source/bg/sd/source/ui/view.po (renamed from translations/source/bg/sd/source/ui/view.po)0
-rw-r--r--source/bg/sdext/source/minimizer.po (renamed from translations/source/bg/sdext/source/minimizer.po)0
-rw-r--r--source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bg/sdext/source/pdfimport.po (renamed from translations/source/bg/sdext/source/pdfimport.po)0
-rw-r--r--source/bg/sdext/source/presenter.po (renamed from translations/source/bg/sdext/source/presenter.po)0
-rw-r--r--source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bg/setup_native/source/mac.po (renamed from translations/source/bg/setup_native/source/mac.po)0
-rw-r--r--source/bg/sfx2/source/appl.po (renamed from translations/source/bg/sfx2/source/appl.po)0
-rw-r--r--source/bg/sfx2/source/bastyp.po (renamed from translations/source/bg/sfx2/source/bastyp.po)0
-rw-r--r--source/bg/sfx2/source/dialog.po (renamed from translations/source/bg/sfx2/source/dialog.po)0
-rw-r--r--source/bg/sfx2/source/doc.po (renamed from translations/source/bg/sfx2/source/doc.po)0
-rw-r--r--source/bg/sfx2/source/menu.po (renamed from translations/source/bg/sfx2/source/menu.po)0
-rw-r--r--source/bg/sfx2/source/view.po (renamed from translations/source/bg/sfx2/source/view.po)0
-rw-r--r--source/bg/shell/source/win32/shlxthandler/res.po (renamed from translations/source/bg/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/bg/starmath/source.po (renamed from translations/source/bg/starmath/source.po)0
-rw-r--r--source/bg/svl/source/items.po (renamed from translations/source/bg/svl/source/items.po)0
-rw-r--r--source/bg/svl/source/misc.po (renamed from translations/source/bg/svl/source/misc.po)0
-rw-r--r--source/bg/svtools/source/contnr.po (renamed from translations/source/bg/svtools/source/contnr.po)0
-rw-r--r--source/bg/svtools/source/control.po (renamed from translations/source/bg/svtools/source/control.po)0
-rw-r--r--source/bg/svtools/source/dialogs.po (renamed from translations/source/bg/svtools/source/dialogs.po)0
-rw-r--r--source/bg/svtools/source/filter.po (renamed from translations/source/bg/svtools/source/filter.po)0
-rw-r--r--source/bg/svtools/source/java.po (renamed from translations/source/bg/svtools/source/java.po)0
-rw-r--r--source/bg/svtools/source/misc.po (renamed from translations/source/bg/svtools/source/misc.po)0
-rw-r--r--source/bg/svtools/source/toolpanel.po (renamed from translations/source/bg/svtools/source/toolpanel.po)0
-rw-r--r--source/bg/svtools/workben/unodialog.po (renamed from translations/source/bg/svtools/workben/unodialog.po)0
-rw-r--r--source/bg/svx/inc.po (renamed from translations/source/bg/svx/inc.po)0
-rw-r--r--source/bg/svx/source/accessibility.po (renamed from translations/source/bg/svx/source/accessibility.po)0
-rw-r--r--source/bg/svx/source/dialog.po (renamed from translations/source/bg/svx/source/dialog.po)0
-rw-r--r--source/bg/svx/source/engine3d.po (renamed from translations/source/bg/svx/source/engine3d.po)0
-rw-r--r--source/bg/svx/source/fmcomp.po (renamed from translations/source/bg/svx/source/fmcomp.po)0
-rw-r--r--source/bg/svx/source/form.po (renamed from translations/source/bg/svx/source/form.po)0
-rw-r--r--source/bg/svx/source/gallery2.po (renamed from translations/source/bg/svx/source/gallery2.po)0
-rw-r--r--source/bg/svx/source/items.po (renamed from translations/source/bg/svx/source/items.po)0
-rw-r--r--source/bg/svx/source/src.po (renamed from translations/source/bg/svx/source/src.po)0
-rw-r--r--source/bg/svx/source/stbctrls.po (renamed from translations/source/bg/svx/source/stbctrls.po)0
-rw-r--r--source/bg/svx/source/svdraw.po (renamed from translations/source/bg/svx/source/svdraw.po)0
-rw-r--r--source/bg/svx/source/table.po (renamed from translations/source/bg/svx/source/table.po)0
-rw-r--r--source/bg/svx/source/tbxctrls.po (renamed from translations/source/bg/svx/source/tbxctrls.po)0
-rw-r--r--source/bg/svx/source/toolbars.po (renamed from translations/source/bg/svx/source/toolbars.po)0
-rw-r--r--source/bg/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/bg/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/bg/sw/source/core/layout.po (renamed from translations/source/bg/sw/source/core/layout.po)0
-rw-r--r--source/bg/sw/source/core/undo.po (renamed from translations/source/bg/sw/source/core/undo.po)0
-rw-r--r--source/bg/sw/source/core/unocore.po (renamed from translations/source/bg/sw/source/core/unocore.po)0
-rw-r--r--source/bg/sw/source/ui/app.po (renamed from translations/source/bg/sw/source/ui/app.po)0
-rw-r--r--source/bg/sw/source/ui/chrdlg.po (renamed from translations/source/bg/sw/source/ui/chrdlg.po)0
-rw-r--r--source/bg/sw/source/ui/config.po (renamed from translations/source/bg/sw/source/ui/config.po)0
-rw-r--r--source/bg/sw/source/ui/dbui.po (renamed from translations/source/bg/sw/source/ui/dbui.po)0
-rw-r--r--source/bg/sw/source/ui/dialog.po (renamed from translations/source/bg/sw/source/ui/dialog.po)0
-rw-r--r--source/bg/sw/source/ui/dochdl.po (renamed from translations/source/bg/sw/source/ui/dochdl.po)0
-rw-r--r--source/bg/sw/source/ui/docvw.po (renamed from translations/source/bg/sw/source/ui/docvw.po)0
-rw-r--r--source/bg/sw/source/ui/envelp.po (renamed from translations/source/bg/sw/source/ui/envelp.po)0
-rw-r--r--source/bg/sw/source/ui/fldui.po (renamed from translations/source/bg/sw/source/ui/fldui.po)0
-rw-r--r--source/bg/sw/source/ui/fmtui.po (renamed from translations/source/bg/sw/source/ui/fmtui.po)0
-rw-r--r--source/bg/sw/source/ui/frmdlg.po (renamed from translations/source/bg/sw/source/ui/frmdlg.po)0
-rw-r--r--source/bg/sw/source/ui/globdoc.po (renamed from translations/source/bg/sw/source/ui/globdoc.po)0
-rw-r--r--source/bg/sw/source/ui/index.po (renamed from translations/source/bg/sw/source/ui/index.po)0
-rw-r--r--source/bg/sw/source/ui/lingu.po (renamed from translations/source/bg/sw/source/ui/lingu.po)0
-rw-r--r--source/bg/sw/source/ui/misc.po (renamed from translations/source/bg/sw/source/ui/misc.po)0
-rw-r--r--source/bg/sw/source/ui/ribbar.po (renamed from translations/source/bg/sw/source/ui/ribbar.po)0
-rw-r--r--source/bg/sw/source/ui/shells.po (renamed from translations/source/bg/sw/source/ui/shells.po)0
-rw-r--r--source/bg/sw/source/ui/smartmenu.po (renamed from translations/source/bg/sw/source/ui/smartmenu.po)0
-rw-r--r--source/bg/sw/source/ui/table.po (renamed from translations/source/bg/sw/source/ui/table.po)0
-rw-r--r--source/bg/sw/source/ui/uiview.po (renamed from translations/source/bg/sw/source/ui/uiview.po)0
-rw-r--r--source/bg/sw/source/ui/utlui.po (renamed from translations/source/bg/sw/source/ui/utlui.po)0
-rw-r--r--source/bg/sw/source/ui/web.po (renamed from translations/source/bg/sw/source/ui/web.po)0
-rw-r--r--source/bg/sw/source/ui/wrtsh.po (renamed from translations/source/bg/sw/source/ui/wrtsh.po)0
-rw-r--r--source/bg/swext/mediawiki/help.po (renamed from translations/source/bg/swext/mediawiki/help.po)0
-rw-r--r--source/bg/swext/mediawiki/src.po (renamed from translations/source/bg/swext/mediawiki/src.po)0
-rw-r--r--source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/bg/sysui/desktop/share.po (renamed from translations/source/bg/sysui/desktop/share.po)0
-rw-r--r--source/bg/uui/source.po (renamed from translations/source/bg/uui/source.po)0
-rw-r--r--source/bg/vcl/source/src.po (renamed from translations/source/bg/vcl/source/src.po)0
-rw-r--r--source/bg/wizards/source/euro.po (renamed from translations/source/bg/wizards/source/euro.po)0
-rw-r--r--source/bg/wizards/source/formwizard.po (renamed from translations/source/bg/wizards/source/formwizard.po)0
-rw-r--r--source/bg/wizards/source/importwizard.po (renamed from translations/source/bg/wizards/source/importwizard.po)0
-rw-r--r--source/bg/wizards/source/schedule.po (renamed from translations/source/bg/wizards/source/schedule.po)0
-rw-r--r--source/bg/wizards/source/template.po (renamed from translations/source/bg/wizards/source/template.po)0
-rw-r--r--source/bg/xmlsecurity/source/component.po (renamed from translations/source/bg/xmlsecurity/source/component.po)0
-rw-r--r--source/bg/xmlsecurity/source/dialogs.po (renamed from translations/source/bg/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/bn-IN/accessibility/source/helper.po (renamed from translations/source/bn-IN/accessibility/source/helper.po)0
-rw-r--r--source/bn-IN/avmedia/source/framework.po (renamed from translations/source/bn-IN/avmedia/source/framework.po)0
-rw-r--r--source/bn-IN/avmedia/source/viewer.po (renamed from translations/source/bn-IN/avmedia/source/viewer.po)0
-rw-r--r--source/bn-IN/basctl/source/basicide.po (renamed from translations/source/bn-IN/basctl/source/basicide.po)0
-rw-r--r--source/bn-IN/basctl/source/dlged.po (renamed from translations/source/bn-IN/basctl/source/dlged.po)0
-rw-r--r--source/bn-IN/basic/source/classes.po (renamed from translations/source/bn-IN/basic/source/classes.po)0
-rw-r--r--source/bn-IN/basic/source/sbx.po (renamed from translations/source/bn-IN/basic/source/sbx.po)0
-rw-r--r--source/bn-IN/chart2/source/controller/dialogs.po (renamed from translations/source/bn-IN/chart2/source/controller/dialogs.po)0
-rw-r--r--source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/connectivity/source/resource.po (renamed from translations/source/bn-IN/connectivity/source/resource.po)0
-rw-r--r--source/bn-IN/cui/source/customize.po (renamed from translations/source/bn-IN/cui/source/customize.po)0
-rw-r--r--source/bn-IN/cui/source/dialogs.po (renamed from translations/source/bn-IN/cui/source/dialogs.po)0
-rw-r--r--source/bn-IN/cui/source/options.po (renamed from translations/source/bn-IN/cui/source/options.po)0
-rw-r--r--source/bn-IN/cui/source/tabpages.po (renamed from translations/source/bn-IN/cui/source/tabpages.po)0
-rw-r--r--source/bn-IN/dbaccess/source/core/resource.po (renamed from translations/source/bn-IN/dbaccess/source/core/resource.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ext/macromigration.po (renamed from translations/source/bn-IN/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/bn-IN/dbaccess/source/sdbtools/resource.po (renamed from translations/source/bn-IN/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/app.po (renamed from translations/source/bn-IN/dbaccess/source/ui/app.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/browser.po (renamed from translations/source/bn-IN/dbaccess/source/ui/browser.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/control.po (renamed from translations/source/bn-IN/dbaccess/source/ui/control.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/dlg.po (renamed from translations/source/bn-IN/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/inc.po (renamed from translations/source/bn-IN/dbaccess/source/ui/inc.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/misc.po (renamed from translations/source/bn-IN/dbaccess/source/ui/misc.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/querydesign.po (renamed from translations/source/bn-IN/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/relationdesign.po (renamed from translations/source/bn-IN/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/tabledesign.po (renamed from translations/source/bn-IN/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/bn-IN/dbaccess/source/ui/uno.po (renamed from translations/source/bn-IN/dbaccess/source/ui/uno.po)0
-rw-r--r--source/bn-IN/desktop/source/app.po (renamed from translations/source/bn-IN/desktop/source/app.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/gui.po (renamed from translations/source/bn-IN/desktop/source/deployment/gui.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/manager.po (renamed from translations/source/bn-IN/desktop/source/deployment/manager.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/misc.po (renamed from translations/source/bn-IN/desktop/source/deployment/misc.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/component.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/configuration.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/help.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/package.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/script.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/bn-IN/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/bn-IN/desktop/source/deployment/unopkg.po (renamed from translations/source/bn-IN/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/bn-IN/dictionaries/af_ZA.po (renamed from translations/source/bn-IN/dictionaries/af_ZA.po)0
-rw-r--r--source/bn-IN/dictionaries/an_ES.po (renamed from translations/source/bn-IN/dictionaries/an_ES.po)0
-rw-r--r--source/bn-IN/dictionaries/ar.po (renamed from translations/source/bn-IN/dictionaries/ar.po)0
-rw-r--r--source/bn-IN/dictionaries/be_BY.po (renamed from translations/source/bn-IN/dictionaries/be_BY.po)0
-rw-r--r--source/bn-IN/dictionaries/bg_BG.po (renamed from translations/source/bn-IN/dictionaries/bg_BG.po)0
-rw-r--r--source/bn-IN/dictionaries/bn_BD.po (renamed from translations/source/bn-IN/dictionaries/bn_BD.po)0
-rw-r--r--source/bn-IN/dictionaries/br_FR.po (renamed from translations/source/bn-IN/dictionaries/br_FR.po)0
-rw-r--r--source/bn-IN/dictionaries/ca.po (renamed from translations/source/bn-IN/dictionaries/ca.po)0
-rw-r--r--source/bn-IN/dictionaries/cs_CZ.po (renamed from translations/source/bn-IN/dictionaries/cs_CZ.po)0
-rw-r--r--source/bn-IN/dictionaries/da_DK.po (renamed from translations/source/bn-IN/dictionaries/da_DK.po)0
-rw-r--r--source/bn-IN/dictionaries/de.po (renamed from translations/source/bn-IN/dictionaries/de.po)0
-rw-r--r--source/bn-IN/dictionaries/el_GR.po (renamed from translations/source/bn-IN/dictionaries/el_GR.po)0
-rw-r--r--source/bn-IN/dictionaries/en.po (renamed from translations/source/bn-IN/dictionaries/en.po)0
-rw-r--r--source/bn-IN/dictionaries/en/dialog.po (renamed from translations/source/bn-IN/dictionaries/en/dialog.po)0
-rw-r--r--source/bn-IN/dictionaries/es_ES.po (renamed from translations/source/bn-IN/dictionaries/es_ES.po)0
-rw-r--r--source/bn-IN/dictionaries/et_EE.po (renamed from translations/source/bn-IN/dictionaries/et_EE.po)0
-rw-r--r--source/bn-IN/dictionaries/fr_FR.po (renamed from translations/source/bn-IN/dictionaries/fr_FR.po)0
-rw-r--r--source/bn-IN/dictionaries/gd_GB.po (renamed from translations/source/bn-IN/dictionaries/gd_GB.po)0
-rw-r--r--source/bn-IN/dictionaries/gl.po (renamed from translations/source/bn-IN/dictionaries/gl.po)0
-rw-r--r--source/bn-IN/dictionaries/gu_IN.po (renamed from translations/source/bn-IN/dictionaries/gu_IN.po)0
-rw-r--r--source/bn-IN/dictionaries/he_IL.po (renamed from translations/source/bn-IN/dictionaries/he_IL.po)0
-rw-r--r--source/bn-IN/dictionaries/hi_IN.po (renamed from translations/source/bn-IN/dictionaries/hi_IN.po)0
-rw-r--r--source/bn-IN/dictionaries/hr_HR.po (renamed from translations/source/bn-IN/dictionaries/hr_HR.po)0
-rw-r--r--source/bn-IN/dictionaries/hu_HU.po (renamed from translations/source/bn-IN/dictionaries/hu_HU.po)0
-rw-r--r--source/bn-IN/dictionaries/hu_HU/dialog.po (renamed from translations/source/bn-IN/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/bn-IN/dictionaries/it_IT.po (renamed from translations/source/bn-IN/dictionaries/it_IT.po)0
-rw-r--r--source/bn-IN/dictionaries/ku_TR.po (renamed from translations/source/bn-IN/dictionaries/ku_TR.po)0
-rw-r--r--source/bn-IN/dictionaries/lt_LT.po (renamed from translations/source/bn-IN/dictionaries/lt_LT.po)0
-rw-r--r--source/bn-IN/dictionaries/lv_LV.po (renamed from translations/source/bn-IN/dictionaries/lv_LV.po)0
-rw-r--r--source/bn-IN/dictionaries/ne_NP.po (renamed from translations/source/bn-IN/dictionaries/ne_NP.po)0
-rw-r--r--source/bn-IN/dictionaries/nl_NL.po (renamed from translations/source/bn-IN/dictionaries/nl_NL.po)0
-rw-r--r--source/bn-IN/dictionaries/no.po (renamed from translations/source/bn-IN/dictionaries/no.po)0
-rw-r--r--source/bn-IN/dictionaries/oc_FR.po (renamed from translations/source/bn-IN/dictionaries/oc_FR.po)0
-rw-r--r--source/bn-IN/dictionaries/pl_PL.po (renamed from translations/source/bn-IN/dictionaries/pl_PL.po)0
-rw-r--r--source/bn-IN/dictionaries/pt_BR.po (renamed from translations/source/bn-IN/dictionaries/pt_BR.po)0
-rw-r--r--source/bn-IN/dictionaries/pt_PT.po (renamed from translations/source/bn-IN/dictionaries/pt_PT.po)0
-rw-r--r--source/bn-IN/dictionaries/ro.po (renamed from translations/source/bn-IN/dictionaries/ro.po)0
-rw-r--r--source/bn-IN/dictionaries/ru_RU.po (renamed from translations/source/bn-IN/dictionaries/ru_RU.po)0
-rw-r--r--source/bn-IN/dictionaries/ru_RU/dialog.po (renamed from translations/source/bn-IN/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/bn-IN/dictionaries/si_LK.po (renamed from translations/source/bn-IN/dictionaries/si_LK.po)0
-rw-r--r--source/bn-IN/dictionaries/sk_SK.po (renamed from translations/source/bn-IN/dictionaries/sk_SK.po)0
-rw-r--r--source/bn-IN/dictionaries/sl_SI.po (renamed from translations/source/bn-IN/dictionaries/sl_SI.po)0
-rw-r--r--source/bn-IN/dictionaries/sr.po (renamed from translations/source/bn-IN/dictionaries/sr.po)0
-rw-r--r--source/bn-IN/dictionaries/sv_SE.po (renamed from translations/source/bn-IN/dictionaries/sv_SE.po)0
-rw-r--r--source/bn-IN/dictionaries/sw_TZ.po (renamed from translations/source/bn-IN/dictionaries/sw_TZ.po)0
-rw-r--r--source/bn-IN/dictionaries/te_IN.po (renamed from translations/source/bn-IN/dictionaries/te_IN.po)0
-rw-r--r--source/bn-IN/dictionaries/th_TH.po (renamed from translations/source/bn-IN/dictionaries/th_TH.po)0
-rw-r--r--source/bn-IN/dictionaries/uk_UA.po (renamed from translations/source/bn-IN/dictionaries/uk_UA.po)0
-rw-r--r--source/bn-IN/dictionaries/vi.po (renamed from translations/source/bn-IN/dictionaries/vi.po)0
-rw-r--r--source/bn-IN/dictionaries/zu_ZA.po (renamed from translations/source/bn-IN/dictionaries/zu_ZA.po)0
-rw-r--r--source/bn-IN/editeng/source/accessibility.po (renamed from translations/source/bn-IN/editeng/source/accessibility.po)0
-rw-r--r--source/bn-IN/editeng/source/editeng.po (renamed from translations/source/bn-IN/editeng/source/editeng.po)0
-rw-r--r--source/bn-IN/editeng/source/items.po (renamed from translations/source/bn-IN/editeng/source/items.po)0
-rw-r--r--source/bn-IN/editeng/source/misc.po (renamed from translations/source/bn-IN/editeng/source/misc.po)0
-rw-r--r--source/bn-IN/editeng/source/outliner.po (renamed from translations/source/bn-IN/editeng/source/outliner.po)0
-rw-r--r--source/bn-IN/extensions/source/abpilot.po (renamed from translations/source/bn-IN/extensions/source/abpilot.po)0
-rw-r--r--source/bn-IN/extensions/source/bibliography.po (renamed from translations/source/bn-IN/extensions/source/bibliography.po)0
-rw-r--r--source/bn-IN/extensions/source/dbpilots.po (renamed from translations/source/bn-IN/extensions/source/dbpilots.po)0
-rw-r--r--source/bn-IN/extensions/source/propctrlr.po (renamed from translations/source/bn-IN/extensions/source/propctrlr.po)0
-rw-r--r--source/bn-IN/extensions/source/scanner.po (renamed from translations/source/bn-IN/extensions/source/scanner.po)0
-rw-r--r--source/bn-IN/extensions/source/update/check.po (renamed from translations/source/bn-IN/extensions/source/update/check.po)0
-rw-r--r--source/bn-IN/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/bn-IN/filter/source/config/fragments/filters.po (renamed from translations/source/bn-IN/filter/source/config/fragments/filters.po)0
-rw-r--r--source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/bn-IN/filter/source/config/fragments/types.po (renamed from translations/source/bn-IN/filter/source/config/fragments/types.po)0
-rw-r--r--source/bn-IN/filter/source/flash.po (renamed from translations/source/bn-IN/filter/source/flash.po)0
-rw-r--r--source/bn-IN/filter/source/graphicfilter/eps.po (renamed from translations/source/bn-IN/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/bn-IN/filter/source/pdf.po (renamed from translations/source/bn-IN/filter/source/pdf.po)0
-rw-r--r--source/bn-IN/filter/source/t602.po (renamed from translations/source/bn-IN/filter/source/t602.po)0
-rw-r--r--source/bn-IN/filter/source/xsltdialog.po (renamed from translations/source/bn-IN/filter/source/xsltdialog.po)0
-rw-r--r--source/bn-IN/forms/source/resource.po (renamed from translations/source/bn-IN/forms/source/resource.po)0
-rw-r--r--source/bn-IN/formula/source/core/resource.po (renamed from translations/source/bn-IN/formula/source/core/resource.po)0
-rw-r--r--source/bn-IN/formula/source/ui/dlg.po (renamed from translations/source/bn-IN/formula/source/ui/dlg.po)0
-rw-r--r--source/bn-IN/fpicker/source/office.po (renamed from translations/source/bn-IN/fpicker/source/office.po)0
-rw-r--r--source/bn-IN/framework/source/classes.po (renamed from translations/source/bn-IN/framework/source/classes.po)0
-rw-r--r--source/bn-IN/framework/source/services.po (renamed from translations/source/bn-IN/framework/source/services.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/05.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart.po (renamed from translations/source/bn-IN/helpcontent2/source/text/schart.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/05.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/07.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/bn-IN/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/02.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/04.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/bn-IN/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/bn-IN/mysqlc/source.po (renamed from translations/source/bn-IN/mysqlc/source.po)0
-rw-r--r--source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/bn-IN/nlpsolver/src/locale.po (renamed from translations/source/bn-IN/nlpsolver/src/locale.po)0
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bn-IN/padmin/source.po (renamed from translations/source/bn-IN/padmin/source.po)0
-rw-r--r--source/bn-IN/readlicense_oo/docs/readme.po (renamed from translations/source/bn-IN/readlicense_oo/docs/readme.po)0
-rw-r--r--source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/bn-IN/reportbuilder/util.po (renamed from translations/source/bn-IN/reportbuilder/util.po)0
-rw-r--r--source/bn-IN/reportdesign/source/core/resource.po (renamed from translations/source/bn-IN/reportdesign/source/core/resource.po)0
-rw-r--r--source/bn-IN/reportdesign/source/ui/dlg.po (renamed from translations/source/bn-IN/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/bn-IN/reportdesign/source/ui/inspection.po (renamed from translations/source/bn-IN/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/bn-IN/reportdesign/source/ui/report.po (renamed from translations/source/bn-IN/reportdesign/source/ui/report.po)0
-rw-r--r--source/bn-IN/sc/source/core/src.po (renamed from translations/source/bn-IN/sc/source/core/src.po)0
-rw-r--r--source/bn-IN/sc/source/ui/cctrl.po (renamed from translations/source/bn-IN/sc/source/ui/cctrl.po)0
-rw-r--r--source/bn-IN/sc/source/ui/dbgui.po (renamed from translations/source/bn-IN/sc/source/ui/dbgui.po)0
-rw-r--r--source/bn-IN/sc/source/ui/docshell.po (renamed from translations/source/bn-IN/sc/source/ui/docshell.po)0
-rw-r--r--source/bn-IN/sc/source/ui/drawfunc.po (renamed from translations/source/bn-IN/sc/source/ui/drawfunc.po)0
-rw-r--r--source/bn-IN/sc/source/ui/formdlg.po (renamed from translations/source/bn-IN/sc/source/ui/formdlg.po)0
-rw-r--r--source/bn-IN/sc/source/ui/miscdlgs.po (renamed from translations/source/bn-IN/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/bn-IN/sc/source/ui/navipi.po (renamed from translations/source/bn-IN/sc/source/ui/navipi.po)0
-rw-r--r--source/bn-IN/sc/source/ui/optdlg.po (renamed from translations/source/bn-IN/sc/source/ui/optdlg.po)0
-rw-r--r--source/bn-IN/sc/source/ui/pagedlg.po (renamed from translations/source/bn-IN/sc/source/ui/pagedlg.po)0
-rw-r--r--source/bn-IN/sc/source/ui/src.po (renamed from translations/source/bn-IN/sc/source/ui/src.po)0
-rw-r--r--source/bn-IN/sc/source/ui/styleui.po (renamed from translations/source/bn-IN/sc/source/ui/styleui.po)0
-rw-r--r--source/bn-IN/scaddins/source/analysis.po (renamed from translations/source/bn-IN/scaddins/source/analysis.po)0
-rw-r--r--source/bn-IN/scaddins/source/datefunc.po (renamed from translations/source/bn-IN/scaddins/source/datefunc.po)0
-rw-r--r--source/bn-IN/sccomp/source/solver.po (renamed from translations/source/bn-IN/sccomp/source/solver.po)0
-rw-r--r--source/bn-IN/scp2/source/accessories.po (renamed from translations/source/bn-IN/scp2/source/accessories.po)0
-rw-r--r--source/bn-IN/scp2/source/activex.po (renamed from translations/source/bn-IN/scp2/source/activex.po)0
-rw-r--r--source/bn-IN/scp2/source/base.po (renamed from translations/source/bn-IN/scp2/source/base.po)0
-rw-r--r--source/bn-IN/scp2/source/binfilter.po (renamed from translations/source/bn-IN/scp2/source/binfilter.po)0
-rw-r--r--source/bn-IN/scp2/source/calc.po (renamed from translations/source/bn-IN/scp2/source/calc.po)0
-rw-r--r--source/bn-IN/scp2/source/draw.po (renamed from translations/source/bn-IN/scp2/source/draw.po)0
-rw-r--r--source/bn-IN/scp2/source/extensions.po (renamed from translations/source/bn-IN/scp2/source/extensions.po)0
-rw-r--r--source/bn-IN/scp2/source/gnome.po (renamed from translations/source/bn-IN/scp2/source/gnome.po)0
-rw-r--r--source/bn-IN/scp2/source/graphicfilter.po (renamed from translations/source/bn-IN/scp2/source/graphicfilter.po)0
-rw-r--r--source/bn-IN/scp2/source/impress.po (renamed from translations/source/bn-IN/scp2/source/impress.po)0
-rw-r--r--source/bn-IN/scp2/source/javafilter.po (renamed from translations/source/bn-IN/scp2/source/javafilter.po)0
-rw-r--r--source/bn-IN/scp2/source/kde.po (renamed from translations/source/bn-IN/scp2/source/kde.po)0
-rw-r--r--source/bn-IN/scp2/source/math.po (renamed from translations/source/bn-IN/scp2/source/math.po)0
-rw-r--r--source/bn-IN/scp2/source/onlineupdate.po (renamed from translations/source/bn-IN/scp2/source/onlineupdate.po)0
-rw-r--r--source/bn-IN/scp2/source/ooo.po (renamed from translations/source/bn-IN/scp2/source/ooo.po)0
-rw-r--r--source/bn-IN/scp2/source/python.po (renamed from translations/source/bn-IN/scp2/source/python.po)0
-rw-r--r--source/bn-IN/scp2/source/quickstart.po (renamed from translations/source/bn-IN/scp2/source/quickstart.po)0
-rw-r--r--source/bn-IN/scp2/source/sdkoo.po (renamed from translations/source/bn-IN/scp2/source/sdkoo.po)0
-rw-r--r--source/bn-IN/scp2/source/smoketest.po (renamed from translations/source/bn-IN/scp2/source/smoketest.po)0
-rw-r--r--source/bn-IN/scp2/source/stdlibs.po (renamed from translations/source/bn-IN/scp2/source/stdlibs.po)0
-rw-r--r--source/bn-IN/scp2/source/tde.po (renamed from translations/source/bn-IN/scp2/source/tde.po)0
-rw-r--r--source/bn-IN/scp2/source/winexplorerext.po (renamed from translations/source/bn-IN/scp2/source/winexplorerext.po)0
-rw-r--r--source/bn-IN/scp2/source/writer.po (renamed from translations/source/bn-IN/scp2/source/writer.po)0
-rw-r--r--source/bn-IN/scp2/source/xsltfilter.po (renamed from translations/source/bn-IN/scp2/source/xsltfilter.po)0
-rw-r--r--source/bn-IN/scripting/source/pyprov.po (renamed from translations/source/bn-IN/scripting/source/pyprov.po)0
-rw-r--r--source/bn-IN/sd/source/core.po (renamed from translations/source/bn-IN/sd/source/core.po)0
-rw-r--r--source/bn-IN/sd/source/filter/html.po (renamed from translations/source/bn-IN/sd/source/filter/html.po)0
-rw-r--r--source/bn-IN/sd/source/ui/accessibility.po (renamed from translations/source/bn-IN/sd/source/ui/accessibility.po)0
-rw-r--r--source/bn-IN/sd/source/ui/animations.po (renamed from translations/source/bn-IN/sd/source/ui/animations.po)0
-rw-r--r--source/bn-IN/sd/source/ui/annotations.po (renamed from translations/source/bn-IN/sd/source/ui/annotations.po)0
-rw-r--r--source/bn-IN/sd/source/ui/app.po (renamed from translations/source/bn-IN/sd/source/ui/app.po)0
-rw-r--r--source/bn-IN/sd/source/ui/dlg.po (renamed from translations/source/bn-IN/sd/source/ui/dlg.po)0
-rw-r--r--source/bn-IN/sd/source/ui/slideshow.po (renamed from translations/source/bn-IN/sd/source/ui/slideshow.po)0
-rw-r--r--source/bn-IN/sd/source/ui/table.po (renamed from translations/source/bn-IN/sd/source/ui/table.po)0
-rw-r--r--source/bn-IN/sd/source/ui/view.po (renamed from translations/source/bn-IN/sd/source/ui/view.po)0
-rw-r--r--source/bn-IN/sdext/source/minimizer.po (renamed from translations/source/bn-IN/sdext/source/minimizer.po)0
-rw-r--r--source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bn-IN/sdext/source/pdfimport.po (renamed from translations/source/bn-IN/sdext/source/pdfimport.po)0
-rw-r--r--source/bn-IN/sdext/source/presenter.po (renamed from translations/source/bn-IN/sdext/source/presenter.po)0
-rw-r--r--source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bn-IN/setup_native/source/mac.po (renamed from translations/source/bn-IN/setup_native/source/mac.po)0
-rw-r--r--source/bn-IN/sfx2/source/appl.po (renamed from translations/source/bn-IN/sfx2/source/appl.po)0
-rw-r--r--source/bn-IN/sfx2/source/bastyp.po (renamed from translations/source/bn-IN/sfx2/source/bastyp.po)0
-rw-r--r--source/bn-IN/sfx2/source/dialog.po (renamed from translations/source/bn-IN/sfx2/source/dialog.po)0
-rw-r--r--source/bn-IN/sfx2/source/doc.po (renamed from translations/source/bn-IN/sfx2/source/doc.po)0
-rw-r--r--source/bn-IN/sfx2/source/menu.po (renamed from translations/source/bn-IN/sfx2/source/menu.po)0
-rw-r--r--source/bn-IN/sfx2/source/view.po (renamed from translations/source/bn-IN/sfx2/source/view.po)0
-rw-r--r--source/bn-IN/shell/source/win32/shlxthandler/res.po (renamed from translations/source/bn-IN/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/bn-IN/starmath/source.po (renamed from translations/source/bn-IN/starmath/source.po)0
-rw-r--r--source/bn-IN/svl/source/items.po (renamed from translations/source/bn-IN/svl/source/items.po)0
-rw-r--r--source/bn-IN/svl/source/misc.po (renamed from translations/source/bn-IN/svl/source/misc.po)0
-rw-r--r--source/bn-IN/svtools/source/contnr.po (renamed from translations/source/bn-IN/svtools/source/contnr.po)0
-rw-r--r--source/bn-IN/svtools/source/control.po (renamed from translations/source/bn-IN/svtools/source/control.po)0
-rw-r--r--source/bn-IN/svtools/source/dialogs.po (renamed from translations/source/bn-IN/svtools/source/dialogs.po)0
-rw-r--r--source/bn-IN/svtools/source/filter.po (renamed from translations/source/bn-IN/svtools/source/filter.po)0
-rw-r--r--source/bn-IN/svtools/source/java.po (renamed from translations/source/bn-IN/svtools/source/java.po)0
-rw-r--r--source/bn-IN/svtools/source/misc.po (renamed from translations/source/bn-IN/svtools/source/misc.po)0
-rw-r--r--source/bn-IN/svtools/source/toolpanel.po (renamed from translations/source/bn-IN/svtools/source/toolpanel.po)0
-rw-r--r--source/bn-IN/svtools/workben/unodialog.po (renamed from translations/source/bn-IN/svtools/workben/unodialog.po)0
-rw-r--r--source/bn-IN/svx/inc.po (renamed from translations/source/bn-IN/svx/inc.po)0
-rw-r--r--source/bn-IN/svx/source/accessibility.po (renamed from translations/source/bn-IN/svx/source/accessibility.po)0
-rw-r--r--source/bn-IN/svx/source/dialog.po (renamed from translations/source/bn-IN/svx/source/dialog.po)0
-rw-r--r--source/bn-IN/svx/source/engine3d.po (renamed from translations/source/bn-IN/svx/source/engine3d.po)0
-rw-r--r--source/bn-IN/svx/source/fmcomp.po (renamed from translations/source/bn-IN/svx/source/fmcomp.po)0
-rw-r--r--source/bn-IN/svx/source/form.po (renamed from translations/source/bn-IN/svx/source/form.po)0
-rw-r--r--source/bn-IN/svx/source/gallery2.po (renamed from translations/source/bn-IN/svx/source/gallery2.po)0
-rw-r--r--source/bn-IN/svx/source/items.po (renamed from translations/source/bn-IN/svx/source/items.po)0
-rw-r--r--source/bn-IN/svx/source/src.po (renamed from translations/source/bn-IN/svx/source/src.po)0
-rw-r--r--source/bn-IN/svx/source/stbctrls.po (renamed from translations/source/bn-IN/svx/source/stbctrls.po)0
-rw-r--r--source/bn-IN/svx/source/svdraw.po (renamed from translations/source/bn-IN/svx/source/svdraw.po)0
-rw-r--r--source/bn-IN/svx/source/table.po (renamed from translations/source/bn-IN/svx/source/table.po)0
-rw-r--r--source/bn-IN/svx/source/tbxctrls.po (renamed from translations/source/bn-IN/svx/source/tbxctrls.po)0
-rw-r--r--source/bn-IN/svx/source/toolbars.po (renamed from translations/source/bn-IN/svx/source/toolbars.po)0
-rw-r--r--source/bn-IN/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/bn-IN/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/bn-IN/sw/source/core/layout.po (renamed from translations/source/bn-IN/sw/source/core/layout.po)0
-rw-r--r--source/bn-IN/sw/source/core/undo.po (renamed from translations/source/bn-IN/sw/source/core/undo.po)0
-rw-r--r--source/bn-IN/sw/source/core/unocore.po (renamed from translations/source/bn-IN/sw/source/core/unocore.po)0
-rw-r--r--source/bn-IN/sw/source/ui/app.po (renamed from translations/source/bn-IN/sw/source/ui/app.po)0
-rw-r--r--source/bn-IN/sw/source/ui/chrdlg.po (renamed from translations/source/bn-IN/sw/source/ui/chrdlg.po)0
-rw-r--r--source/bn-IN/sw/source/ui/config.po (renamed from translations/source/bn-IN/sw/source/ui/config.po)0
-rw-r--r--source/bn-IN/sw/source/ui/dbui.po (renamed from translations/source/bn-IN/sw/source/ui/dbui.po)0
-rw-r--r--source/bn-IN/sw/source/ui/dialog.po (renamed from translations/source/bn-IN/sw/source/ui/dialog.po)0
-rw-r--r--source/bn-IN/sw/source/ui/dochdl.po (renamed from translations/source/bn-IN/sw/source/ui/dochdl.po)0
-rw-r--r--source/bn-IN/sw/source/ui/docvw.po (renamed from translations/source/bn-IN/sw/source/ui/docvw.po)0
-rw-r--r--source/bn-IN/sw/source/ui/envelp.po (renamed from translations/source/bn-IN/sw/source/ui/envelp.po)0
-rw-r--r--source/bn-IN/sw/source/ui/fldui.po (renamed from translations/source/bn-IN/sw/source/ui/fldui.po)0
-rw-r--r--source/bn-IN/sw/source/ui/fmtui.po (renamed from translations/source/bn-IN/sw/source/ui/fmtui.po)0
-rw-r--r--source/bn-IN/sw/source/ui/frmdlg.po (renamed from translations/source/bn-IN/sw/source/ui/frmdlg.po)0
-rw-r--r--source/bn-IN/sw/source/ui/globdoc.po (renamed from translations/source/bn-IN/sw/source/ui/globdoc.po)0
-rw-r--r--source/bn-IN/sw/source/ui/index.po (renamed from translations/source/bn-IN/sw/source/ui/index.po)0
-rw-r--r--source/bn-IN/sw/source/ui/lingu.po (renamed from translations/source/bn-IN/sw/source/ui/lingu.po)0
-rw-r--r--source/bn-IN/sw/source/ui/misc.po (renamed from translations/source/bn-IN/sw/source/ui/misc.po)0
-rw-r--r--source/bn-IN/sw/source/ui/ribbar.po (renamed from translations/source/bn-IN/sw/source/ui/ribbar.po)0
-rw-r--r--source/bn-IN/sw/source/ui/shells.po (renamed from translations/source/bn-IN/sw/source/ui/shells.po)0
-rw-r--r--source/bn-IN/sw/source/ui/smartmenu.po (renamed from translations/source/bn-IN/sw/source/ui/smartmenu.po)0
-rw-r--r--source/bn-IN/sw/source/ui/table.po (renamed from translations/source/bn-IN/sw/source/ui/table.po)0
-rw-r--r--source/bn-IN/sw/source/ui/uiview.po (renamed from translations/source/bn-IN/sw/source/ui/uiview.po)0
-rw-r--r--source/bn-IN/sw/source/ui/utlui.po (renamed from translations/source/bn-IN/sw/source/ui/utlui.po)0
-rw-r--r--source/bn-IN/sw/source/ui/web.po (renamed from translations/source/bn-IN/sw/source/ui/web.po)0
-rw-r--r--source/bn-IN/sw/source/ui/wrtsh.po (renamed from translations/source/bn-IN/sw/source/ui/wrtsh.po)0
-rw-r--r--source/bn-IN/swext/mediawiki/help.po (renamed from translations/source/bn-IN/swext/mediawiki/help.po)0
-rw-r--r--source/bn-IN/swext/mediawiki/src.po (renamed from translations/source/bn-IN/swext/mediawiki/src.po)0
-rw-r--r--source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/bn-IN/sysui/desktop/share.po (renamed from translations/source/bn-IN/sysui/desktop/share.po)0
-rw-r--r--source/bn-IN/uui/source.po (renamed from translations/source/bn-IN/uui/source.po)0
-rw-r--r--source/bn-IN/vcl/source/src.po (renamed from translations/source/bn-IN/vcl/source/src.po)0
-rw-r--r--source/bn-IN/wizards/source/euro.po (renamed from translations/source/bn-IN/wizards/source/euro.po)0
-rw-r--r--source/bn-IN/wizards/source/formwizard.po (renamed from translations/source/bn-IN/wizards/source/formwizard.po)0
-rw-r--r--source/bn-IN/wizards/source/importwizard.po (renamed from translations/source/bn-IN/wizards/source/importwizard.po)0
-rw-r--r--source/bn-IN/wizards/source/schedule.po (renamed from translations/source/bn-IN/wizards/source/schedule.po)0
-rw-r--r--source/bn-IN/wizards/source/template.po (renamed from translations/source/bn-IN/wizards/source/template.po)0
-rw-r--r--source/bn-IN/xmlsecurity/source/component.po (renamed from translations/source/bn-IN/xmlsecurity/source/component.po)0
-rw-r--r--source/bn-IN/xmlsecurity/source/dialogs.po (renamed from translations/source/bn-IN/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/bn/accessibility/source/helper.po (renamed from translations/source/bn/accessibility/source/helper.po)0
-rw-r--r--source/bn/avmedia/source/framework.po (renamed from translations/source/bn/avmedia/source/framework.po)0
-rw-r--r--source/bn/avmedia/source/viewer.po (renamed from translations/source/bn/avmedia/source/viewer.po)0
-rw-r--r--source/bn/basctl/source/basicide.po (renamed from translations/source/bn/basctl/source/basicide.po)0
-rw-r--r--source/bn/basctl/source/dlged.po (renamed from translations/source/bn/basctl/source/dlged.po)0
-rw-r--r--source/bn/basic/source/classes.po (renamed from translations/source/bn/basic/source/classes.po)0
-rw-r--r--source/bn/basic/source/sbx.po (renamed from translations/source/bn/basic/source/sbx.po)0
-rw-r--r--source/bn/chart2/source/controller/dialogs.po (renamed from translations/source/bn/chart2/source/controller/dialogs.po)0
-rw-r--r--source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/bn/connectivity/source/resource.po (renamed from translations/source/bn/connectivity/source/resource.po)0
-rw-r--r--source/bn/cui/source/customize.po (renamed from translations/source/bn/cui/source/customize.po)0
-rw-r--r--source/bn/cui/source/dialogs.po (renamed from translations/source/bn/cui/source/dialogs.po)0
-rw-r--r--source/bn/cui/source/options.po (renamed from translations/source/bn/cui/source/options.po)0
-rw-r--r--source/bn/cui/source/tabpages.po (renamed from translations/source/bn/cui/source/tabpages.po)0
-rw-r--r--source/bn/dbaccess/source/core/resource.po (renamed from translations/source/bn/dbaccess/source/core/resource.po)0
-rw-r--r--source/bn/dbaccess/source/ext/macromigration.po (renamed from translations/source/bn/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/bn/dbaccess/source/sdbtools/resource.po (renamed from translations/source/bn/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/bn/dbaccess/source/ui/app.po (renamed from translations/source/bn/dbaccess/source/ui/app.po)0
-rw-r--r--source/bn/dbaccess/source/ui/browser.po (renamed from translations/source/bn/dbaccess/source/ui/browser.po)0
-rw-r--r--source/bn/dbaccess/source/ui/control.po (renamed from translations/source/bn/dbaccess/source/ui/control.po)0
-rw-r--r--source/bn/dbaccess/source/ui/dlg.po (renamed from translations/source/bn/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/bn/dbaccess/source/ui/inc.po (renamed from translations/source/bn/dbaccess/source/ui/inc.po)0
-rw-r--r--source/bn/dbaccess/source/ui/misc.po (renamed from translations/source/bn/dbaccess/source/ui/misc.po)0
-rw-r--r--source/bn/dbaccess/source/ui/querydesign.po (renamed from translations/source/bn/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/bn/dbaccess/source/ui/relationdesign.po (renamed from translations/source/bn/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/bn/dbaccess/source/ui/tabledesign.po (renamed from translations/source/bn/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/bn/dbaccess/source/ui/uno.po (renamed from translations/source/bn/dbaccess/source/ui/uno.po)0
-rw-r--r--source/bn/desktop/source/app.po (renamed from translations/source/bn/desktop/source/app.po)0
-rw-r--r--source/bn/desktop/source/deployment/gui.po (renamed from translations/source/bn/desktop/source/deployment/gui.po)0
-rw-r--r--source/bn/desktop/source/deployment/manager.po (renamed from translations/source/bn/desktop/source/deployment/manager.po)0
-rw-r--r--source/bn/desktop/source/deployment/misc.po (renamed from translations/source/bn/desktop/source/deployment/misc.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry.po (renamed from translations/source/bn/desktop/source/deployment/registry.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/component.po (renamed from translations/source/bn/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/configuration.po (renamed from translations/source/bn/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/help.po (renamed from translations/source/bn/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/package.po (renamed from translations/source/bn/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/script.po (renamed from translations/source/bn/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/bn/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/bn/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/bn/desktop/source/deployment/unopkg.po (renamed from translations/source/bn/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/bn/dictionaries/af_ZA.po (renamed from translations/source/bn/dictionaries/af_ZA.po)0
-rw-r--r--source/bn/dictionaries/an_ES.po (renamed from translations/source/bn/dictionaries/an_ES.po)0
-rw-r--r--source/bn/dictionaries/ar.po (renamed from translations/source/bn/dictionaries/ar.po)0
-rw-r--r--source/bn/dictionaries/be_BY.po (renamed from translations/source/bn/dictionaries/be_BY.po)0
-rw-r--r--source/bn/dictionaries/bg_BG.po (renamed from translations/source/bn/dictionaries/bg_BG.po)0
-rw-r--r--source/bn/dictionaries/bn_BD.po (renamed from translations/source/bn/dictionaries/bn_BD.po)0
-rw-r--r--source/bn/dictionaries/br_FR.po (renamed from translations/source/bn/dictionaries/br_FR.po)0
-rw-r--r--source/bn/dictionaries/ca.po (renamed from translations/source/bn/dictionaries/ca.po)0
-rw-r--r--source/bn/dictionaries/cs_CZ.po (renamed from translations/source/bn/dictionaries/cs_CZ.po)0
-rw-r--r--source/bn/dictionaries/da_DK.po (renamed from translations/source/bn/dictionaries/da_DK.po)0
-rw-r--r--source/bn/dictionaries/de.po (renamed from translations/source/bn/dictionaries/de.po)0
-rw-r--r--source/bn/dictionaries/el_GR.po (renamed from translations/source/bn/dictionaries/el_GR.po)0
-rw-r--r--source/bn/dictionaries/en.po (renamed from translations/source/bn/dictionaries/en.po)0
-rw-r--r--source/bn/dictionaries/en/dialog.po (renamed from translations/source/bn/dictionaries/en/dialog.po)0
-rw-r--r--source/bn/dictionaries/es_ES.po (renamed from translations/source/bn/dictionaries/es_ES.po)0
-rw-r--r--source/bn/dictionaries/et_EE.po (renamed from translations/source/bn/dictionaries/et_EE.po)0
-rw-r--r--source/bn/dictionaries/fr_FR.po (renamed from translations/source/bn/dictionaries/fr_FR.po)0
-rw-r--r--source/bn/dictionaries/gd_GB.po (renamed from translations/source/bn/dictionaries/gd_GB.po)0
-rw-r--r--source/bn/dictionaries/gl.po (renamed from translations/source/bn/dictionaries/gl.po)0
-rw-r--r--source/bn/dictionaries/gu_IN.po (renamed from translations/source/bn/dictionaries/gu_IN.po)0
-rw-r--r--source/bn/dictionaries/he_IL.po (renamed from translations/source/bn/dictionaries/he_IL.po)0
-rw-r--r--source/bn/dictionaries/hi_IN.po (renamed from translations/source/bn/dictionaries/hi_IN.po)0
-rw-r--r--source/bn/dictionaries/hr_HR.po (renamed from translations/source/bn/dictionaries/hr_HR.po)0
-rw-r--r--source/bn/dictionaries/hu_HU.po (renamed from translations/source/bn/dictionaries/hu_HU.po)0
-rw-r--r--source/bn/dictionaries/hu_HU/dialog.po (renamed from translations/source/bn/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/bn/dictionaries/it_IT.po (renamed from translations/source/bn/dictionaries/it_IT.po)0
-rw-r--r--source/bn/dictionaries/ku_TR.po (renamed from translations/source/bn/dictionaries/ku_TR.po)0
-rw-r--r--source/bn/dictionaries/lt_LT.po (renamed from translations/source/bn/dictionaries/lt_LT.po)0
-rw-r--r--source/bn/dictionaries/lv_LV.po (renamed from translations/source/bn/dictionaries/lv_LV.po)0
-rw-r--r--source/bn/dictionaries/ne_NP.po (renamed from translations/source/bn/dictionaries/ne_NP.po)0
-rw-r--r--source/bn/dictionaries/nl_NL.po (renamed from translations/source/bn/dictionaries/nl_NL.po)0
-rw-r--r--source/bn/dictionaries/no.po (renamed from translations/source/bn/dictionaries/no.po)0
-rw-r--r--source/bn/dictionaries/oc_FR.po (renamed from translations/source/bn/dictionaries/oc_FR.po)0
-rw-r--r--source/bn/dictionaries/pl_PL.po (renamed from translations/source/bn/dictionaries/pl_PL.po)0
-rw-r--r--source/bn/dictionaries/pt_BR.po (renamed from translations/source/bn/dictionaries/pt_BR.po)0
-rw-r--r--source/bn/dictionaries/pt_PT.po (renamed from translations/source/bn/dictionaries/pt_PT.po)0
-rw-r--r--source/bn/dictionaries/ro.po (renamed from translations/source/bn/dictionaries/ro.po)0
-rw-r--r--source/bn/dictionaries/ru_RU.po (renamed from translations/source/bn/dictionaries/ru_RU.po)0
-rw-r--r--source/bn/dictionaries/ru_RU/dialog.po (renamed from translations/source/bn/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/bn/dictionaries/si_LK.po (renamed from translations/source/bn/dictionaries/si_LK.po)0
-rw-r--r--source/bn/dictionaries/sk_SK.po (renamed from translations/source/bn/dictionaries/sk_SK.po)0
-rw-r--r--source/bn/dictionaries/sl_SI.po (renamed from translations/source/bn/dictionaries/sl_SI.po)0
-rw-r--r--source/bn/dictionaries/sr.po (renamed from translations/source/bn/dictionaries/sr.po)0
-rw-r--r--source/bn/dictionaries/sv_SE.po (renamed from translations/source/bn/dictionaries/sv_SE.po)0
-rw-r--r--source/bn/dictionaries/sw_TZ.po (renamed from translations/source/bn/dictionaries/sw_TZ.po)0
-rw-r--r--source/bn/dictionaries/te_IN.po (renamed from translations/source/bn/dictionaries/te_IN.po)0
-rw-r--r--source/bn/dictionaries/th_TH.po (renamed from translations/source/bn/dictionaries/th_TH.po)0
-rw-r--r--source/bn/dictionaries/uk_UA.po (renamed from translations/source/bn/dictionaries/uk_UA.po)0
-rw-r--r--source/bn/dictionaries/vi.po (renamed from translations/source/bn/dictionaries/vi.po)0
-rw-r--r--source/bn/dictionaries/zu_ZA.po (renamed from translations/source/bn/dictionaries/zu_ZA.po)0
-rw-r--r--source/bn/editeng/source/accessibility.po (renamed from translations/source/bn/editeng/source/accessibility.po)0
-rw-r--r--source/bn/editeng/source/editeng.po (renamed from translations/source/bn/editeng/source/editeng.po)0
-rw-r--r--source/bn/editeng/source/items.po (renamed from translations/source/bn/editeng/source/items.po)0
-rw-r--r--source/bn/editeng/source/misc.po (renamed from translations/source/bn/editeng/source/misc.po)0
-rw-r--r--source/bn/editeng/source/outliner.po (renamed from translations/source/bn/editeng/source/outliner.po)0
-rw-r--r--source/bn/extensions/source/abpilot.po (renamed from translations/source/bn/extensions/source/abpilot.po)0
-rw-r--r--source/bn/extensions/source/bibliography.po (renamed from translations/source/bn/extensions/source/bibliography.po)0
-rw-r--r--source/bn/extensions/source/dbpilots.po (renamed from translations/source/bn/extensions/source/dbpilots.po)0
-rw-r--r--source/bn/extensions/source/propctrlr.po (renamed from translations/source/bn/extensions/source/propctrlr.po)0
-rw-r--r--source/bn/extensions/source/scanner.po (renamed from translations/source/bn/extensions/source/scanner.po)0
-rw-r--r--source/bn/extensions/source/update/check.po (renamed from translations/source/bn/extensions/source/update/check.po)0
-rw-r--r--source/bn/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/bn/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/bn/filter/source/config/fragments/filters.po (renamed from translations/source/bn/filter/source/config/fragments/filters.po)0
-rw-r--r--source/bn/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/bn/filter/source/config/fragments/types.po (renamed from translations/source/bn/filter/source/config/fragments/types.po)0
-rw-r--r--source/bn/filter/source/flash.po (renamed from translations/source/bn/filter/source/flash.po)0
-rw-r--r--source/bn/filter/source/graphicfilter/eps.po (renamed from translations/source/bn/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/bn/filter/source/pdf.po (renamed from translations/source/bn/filter/source/pdf.po)0
-rw-r--r--source/bn/filter/source/t602.po (renamed from translations/source/bn/filter/source/t602.po)0
-rw-r--r--source/bn/filter/source/xsltdialog.po (renamed from translations/source/bn/filter/source/xsltdialog.po)0
-rw-r--r--source/bn/forms/source/resource.po (renamed from translations/source/bn/forms/source/resource.po)0
-rw-r--r--source/bn/formula/source/core/resource.po (renamed from translations/source/bn/formula/source/core/resource.po)0
-rw-r--r--source/bn/formula/source/ui/dlg.po (renamed from translations/source/bn/formula/source/ui/dlg.po)0
-rw-r--r--source/bn/fpicker/source/office.po (renamed from translations/source/bn/fpicker/source/office.po)0
-rw-r--r--source/bn/framework/source/classes.po (renamed from translations/source/bn/framework/source/classes.po)0
-rw-r--r--source/bn/framework/source/services.po (renamed from translations/source/bn/framework/source/services.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/bn/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/bn/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc.po (renamed from translations/source/bn/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/00.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/02.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/04.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/05.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/bn/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/schart.po (renamed from translations/source/bn/helpcontent2/source/text/schart.po)0
-rw-r--r--source/bn/helpcontent2/source/text/schart/00.po (renamed from translations/source/bn/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/schart/01.po (renamed from translations/source/bn/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/schart/02.po (renamed from translations/source/bn/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/schart/04.po (renamed from translations/source/bn/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sdraw.po (renamed from translations/source/bn/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/bn/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/bn/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/bn/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/bn/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared.po (renamed from translations/source/bn/helpcontent2/source/text/shared.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po (renamed from translations/source/bn/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po (renamed from translations/source/bn/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po (renamed from translations/source/bn/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/04.po (renamed from translations/source/bn/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/05.po (renamed from translations/source/bn/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/07.po (renamed from translations/source/bn/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/bn/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/bn/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/bn/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po (renamed from translations/source/bn/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/bn/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress.po (renamed from translations/source/bn/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress/00.po (renamed from translations/source/bn/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress/01.po (renamed from translations/source/bn/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress/02.po (renamed from translations/source/bn/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress/04.po (renamed from translations/source/bn/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/bn/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath.po (renamed from translations/source/bn/helpcontent2/source/text/smath.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath/00.po (renamed from translations/source/bn/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath/01.po (renamed from translations/source/bn/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath/02.po (renamed from translations/source/bn/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath/04.po (renamed from translations/source/bn/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/smath/guide.po (renamed from translations/source/bn/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po (renamed from translations/source/bn/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po (renamed from translations/source/bn/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po (renamed from translations/source/bn/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po (renamed from translations/source/bn/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter/04.po (renamed from translations/source/bn/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/bn/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/bn/mysqlc/source.po (renamed from translations/source/bn/mysqlc/source.po)0
-rw-r--r--source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/bn/nlpsolver/src/locale.po (renamed from translations/source/bn/nlpsolver/src/locale.po)0
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/bn/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bn/padmin/source.po (renamed from translations/source/bn/padmin/source.po)0
-rw-r--r--source/bn/readlicense_oo/docs/readme.po (renamed from translations/source/bn/readlicense_oo/docs/readme.po)0
-rw-r--r--source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/bn/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/bn/reportbuilder/util.po (renamed from translations/source/bn/reportbuilder/util.po)0
-rw-r--r--source/bn/reportdesign/source/core/resource.po (renamed from translations/source/bn/reportdesign/source/core/resource.po)0
-rw-r--r--source/bn/reportdesign/source/ui/dlg.po (renamed from translations/source/bn/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/bn/reportdesign/source/ui/inspection.po (renamed from translations/source/bn/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/bn/reportdesign/source/ui/report.po (renamed from translations/source/bn/reportdesign/source/ui/report.po)0
-rw-r--r--source/bn/sc/source/core/src.po (renamed from translations/source/bn/sc/source/core/src.po)0
-rw-r--r--source/bn/sc/source/ui/cctrl.po (renamed from translations/source/bn/sc/source/ui/cctrl.po)0
-rw-r--r--source/bn/sc/source/ui/dbgui.po (renamed from translations/source/bn/sc/source/ui/dbgui.po)0
-rw-r--r--source/bn/sc/source/ui/docshell.po (renamed from translations/source/bn/sc/source/ui/docshell.po)0
-rw-r--r--source/bn/sc/source/ui/drawfunc.po (renamed from translations/source/bn/sc/source/ui/drawfunc.po)0
-rw-r--r--source/bn/sc/source/ui/formdlg.po (renamed from translations/source/bn/sc/source/ui/formdlg.po)0
-rw-r--r--source/bn/sc/source/ui/miscdlgs.po (renamed from translations/source/bn/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/bn/sc/source/ui/navipi.po (renamed from translations/source/bn/sc/source/ui/navipi.po)0
-rw-r--r--source/bn/sc/source/ui/optdlg.po (renamed from translations/source/bn/sc/source/ui/optdlg.po)0
-rw-r--r--source/bn/sc/source/ui/pagedlg.po (renamed from translations/source/bn/sc/source/ui/pagedlg.po)0
-rw-r--r--source/bn/sc/source/ui/src.po (renamed from translations/source/bn/sc/source/ui/src.po)0
-rw-r--r--source/bn/sc/source/ui/styleui.po (renamed from translations/source/bn/sc/source/ui/styleui.po)0
-rw-r--r--source/bn/scaddins/source/analysis.po (renamed from translations/source/bn/scaddins/source/analysis.po)0
-rw-r--r--source/bn/scaddins/source/datefunc.po (renamed from translations/source/bn/scaddins/source/datefunc.po)0
-rw-r--r--source/bn/sccomp/source/solver.po (renamed from translations/source/bn/sccomp/source/solver.po)0
-rw-r--r--source/bn/scp2/source/accessories.po (renamed from translations/source/bn/scp2/source/accessories.po)0
-rw-r--r--source/bn/scp2/source/activex.po (renamed from translations/source/bn/scp2/source/activex.po)0
-rw-r--r--source/bn/scp2/source/base.po (renamed from translations/source/bn/scp2/source/base.po)0
-rw-r--r--source/bn/scp2/source/binfilter.po (renamed from translations/source/bn/scp2/source/binfilter.po)0
-rw-r--r--source/bn/scp2/source/calc.po (renamed from translations/source/bn/scp2/source/calc.po)0
-rw-r--r--source/bn/scp2/source/draw.po (renamed from translations/source/bn/scp2/source/draw.po)0
-rw-r--r--source/bn/scp2/source/extensions.po (renamed from translations/source/bn/scp2/source/extensions.po)0
-rw-r--r--source/bn/scp2/source/gnome.po (renamed from translations/source/bn/scp2/source/gnome.po)0
-rw-r--r--source/bn/scp2/source/graphicfilter.po (renamed from translations/source/bn/scp2/source/graphicfilter.po)0
-rw-r--r--source/bn/scp2/source/impress.po (renamed from translations/source/bn/scp2/source/impress.po)0
-rw-r--r--source/bn/scp2/source/javafilter.po (renamed from translations/source/bn/scp2/source/javafilter.po)0
-rw-r--r--source/bn/scp2/source/kde.po (renamed from translations/source/bn/scp2/source/kde.po)0
-rw-r--r--source/bn/scp2/source/math.po (renamed from translations/source/bn/scp2/source/math.po)0
-rw-r--r--source/bn/scp2/source/onlineupdate.po (renamed from translations/source/bn/scp2/source/onlineupdate.po)0
-rw-r--r--source/bn/scp2/source/ooo.po (renamed from translations/source/bn/scp2/source/ooo.po)0
-rw-r--r--source/bn/scp2/source/python.po (renamed from translations/source/bn/scp2/source/python.po)0
-rw-r--r--source/bn/scp2/source/quickstart.po (renamed from translations/source/bn/scp2/source/quickstart.po)0
-rw-r--r--source/bn/scp2/source/sdkoo.po (renamed from translations/source/bn/scp2/source/sdkoo.po)0
-rw-r--r--source/bn/scp2/source/smoketest.po (renamed from translations/source/bn/scp2/source/smoketest.po)0
-rw-r--r--source/bn/scp2/source/stdlibs.po (renamed from translations/source/bn/scp2/source/stdlibs.po)0
-rw-r--r--source/bn/scp2/source/tde.po (renamed from translations/source/bn/scp2/source/tde.po)0
-rw-r--r--source/bn/scp2/source/winexplorerext.po (renamed from translations/source/bn/scp2/source/winexplorerext.po)0
-rw-r--r--source/bn/scp2/source/writer.po (renamed from translations/source/bn/scp2/source/writer.po)0
-rw-r--r--source/bn/scp2/source/xsltfilter.po (renamed from translations/source/bn/scp2/source/xsltfilter.po)0
-rw-r--r--source/bn/scripting/source/pyprov.po (renamed from translations/source/bn/scripting/source/pyprov.po)0
-rw-r--r--source/bn/sd/source/core.po (renamed from translations/source/bn/sd/source/core.po)0
-rw-r--r--source/bn/sd/source/filter/html.po (renamed from translations/source/bn/sd/source/filter/html.po)0
-rw-r--r--source/bn/sd/source/ui/accessibility.po (renamed from translations/source/bn/sd/source/ui/accessibility.po)0
-rw-r--r--source/bn/sd/source/ui/animations.po (renamed from translations/source/bn/sd/source/ui/animations.po)0
-rw-r--r--source/bn/sd/source/ui/annotations.po (renamed from translations/source/bn/sd/source/ui/annotations.po)0
-rw-r--r--source/bn/sd/source/ui/app.po (renamed from translations/source/bn/sd/source/ui/app.po)0
-rw-r--r--source/bn/sd/source/ui/dlg.po (renamed from translations/source/bn/sd/source/ui/dlg.po)0
-rw-r--r--source/bn/sd/source/ui/slideshow.po (renamed from translations/source/bn/sd/source/ui/slideshow.po)0
-rw-r--r--source/bn/sd/source/ui/table.po (renamed from translations/source/bn/sd/source/ui/table.po)0
-rw-r--r--source/bn/sd/source/ui/view.po (renamed from translations/source/bn/sd/source/ui/view.po)0
-rw-r--r--source/bn/sdext/source/minimizer.po (renamed from translations/source/bn/sdext/source/minimizer.po)0
-rw-r--r--source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bn/sdext/source/pdfimport.po (renamed from translations/source/bn/sdext/source/pdfimport.po)0
-rw-r--r--source/bn/sdext/source/presenter.po (renamed from translations/source/bn/sdext/source/presenter.po)0
-rw-r--r--source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bn/setup_native/source/mac.po (renamed from translations/source/bn/setup_native/source/mac.po)0
-rw-r--r--source/bn/sfx2/source/appl.po (renamed from translations/source/bn/sfx2/source/appl.po)0
-rw-r--r--source/bn/sfx2/source/bastyp.po (renamed from translations/source/bn/sfx2/source/bastyp.po)0
-rw-r--r--source/bn/sfx2/source/dialog.po (renamed from translations/source/bn/sfx2/source/dialog.po)0
-rw-r--r--source/bn/sfx2/source/doc.po (renamed from translations/source/bn/sfx2/source/doc.po)0
-rw-r--r--source/bn/sfx2/source/menu.po (renamed from translations/source/bn/sfx2/source/menu.po)0
-rw-r--r--source/bn/sfx2/source/view.po (renamed from translations/source/bn/sfx2/source/view.po)0
-rw-r--r--source/bn/shell/source/win32/shlxthandler/res.po (renamed from translations/source/bn/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/bn/starmath/source.po (renamed from translations/source/bn/starmath/source.po)0
-rw-r--r--source/bn/svl/source/items.po (renamed from translations/source/bn/svl/source/items.po)0
-rw-r--r--source/bn/svl/source/misc.po (renamed from translations/source/bn/svl/source/misc.po)0
-rw-r--r--source/bn/svtools/source/contnr.po (renamed from translations/source/bn/svtools/source/contnr.po)0
-rw-r--r--source/bn/svtools/source/control.po (renamed from translations/source/bn/svtools/source/control.po)0
-rw-r--r--source/bn/svtools/source/dialogs.po (renamed from translations/source/bn/svtools/source/dialogs.po)0
-rw-r--r--source/bn/svtools/source/filter.po (renamed from translations/source/bn/svtools/source/filter.po)0
-rw-r--r--source/bn/svtools/source/java.po (renamed from translations/source/bn/svtools/source/java.po)0
-rw-r--r--source/bn/svtools/source/misc.po (renamed from translations/source/bn/svtools/source/misc.po)0
-rw-r--r--source/bn/svtools/source/toolpanel.po (renamed from translations/source/bn/svtools/source/toolpanel.po)0
-rw-r--r--source/bn/svtools/workben/unodialog.po (renamed from translations/source/bn/svtools/workben/unodialog.po)0
-rw-r--r--source/bn/svx/inc.po (renamed from translations/source/bn/svx/inc.po)0
-rw-r--r--source/bn/svx/source/accessibility.po (renamed from translations/source/bn/svx/source/accessibility.po)0
-rw-r--r--source/bn/svx/source/dialog.po (renamed from translations/source/bn/svx/source/dialog.po)0
-rw-r--r--source/bn/svx/source/engine3d.po (renamed from translations/source/bn/svx/source/engine3d.po)0
-rw-r--r--source/bn/svx/source/fmcomp.po (renamed from translations/source/bn/svx/source/fmcomp.po)0
-rw-r--r--source/bn/svx/source/form.po (renamed from translations/source/bn/svx/source/form.po)0
-rw-r--r--source/bn/svx/source/gallery2.po (renamed from translations/source/bn/svx/source/gallery2.po)0
-rw-r--r--source/bn/svx/source/items.po (renamed from translations/source/bn/svx/source/items.po)0
-rw-r--r--source/bn/svx/source/src.po (renamed from translations/source/bn/svx/source/src.po)0
-rw-r--r--source/bn/svx/source/stbctrls.po (renamed from translations/source/bn/svx/source/stbctrls.po)0
-rw-r--r--source/bn/svx/source/svdraw.po (renamed from translations/source/bn/svx/source/svdraw.po)0
-rw-r--r--source/bn/svx/source/table.po (renamed from translations/source/bn/svx/source/table.po)0
-rw-r--r--source/bn/svx/source/tbxctrls.po (renamed from translations/source/bn/svx/source/tbxctrls.po)0
-rw-r--r--source/bn/svx/source/toolbars.po (renamed from translations/source/bn/svx/source/toolbars.po)0
-rw-r--r--source/bn/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/bn/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/bn/sw/source/core/layout.po (renamed from translations/source/bn/sw/source/core/layout.po)0
-rw-r--r--source/bn/sw/source/core/undo.po (renamed from translations/source/bn/sw/source/core/undo.po)0
-rw-r--r--source/bn/sw/source/core/unocore.po (renamed from translations/source/bn/sw/source/core/unocore.po)0
-rw-r--r--source/bn/sw/source/ui/app.po (renamed from translations/source/bn/sw/source/ui/app.po)0
-rw-r--r--source/bn/sw/source/ui/chrdlg.po (renamed from translations/source/bn/sw/source/ui/chrdlg.po)0
-rw-r--r--source/bn/sw/source/ui/config.po (renamed from translations/source/bn/sw/source/ui/config.po)0
-rw-r--r--source/bn/sw/source/ui/dbui.po (renamed from translations/source/bn/sw/source/ui/dbui.po)0
-rw-r--r--source/bn/sw/source/ui/dialog.po (renamed from translations/source/bn/sw/source/ui/dialog.po)0
-rw-r--r--source/bn/sw/source/ui/dochdl.po (renamed from translations/source/bn/sw/source/ui/dochdl.po)0
-rw-r--r--source/bn/sw/source/ui/docvw.po (renamed from translations/source/bn/sw/source/ui/docvw.po)0
-rw-r--r--source/bn/sw/source/ui/envelp.po (renamed from translations/source/bn/sw/source/ui/envelp.po)0
-rw-r--r--source/bn/sw/source/ui/fldui.po (renamed from translations/source/bn/sw/source/ui/fldui.po)0
-rw-r--r--source/bn/sw/source/ui/fmtui.po (renamed from translations/source/bn/sw/source/ui/fmtui.po)0
-rw-r--r--source/bn/sw/source/ui/frmdlg.po (renamed from translations/source/bn/sw/source/ui/frmdlg.po)0
-rw-r--r--source/bn/sw/source/ui/globdoc.po (renamed from translations/source/bn/sw/source/ui/globdoc.po)0
-rw-r--r--source/bn/sw/source/ui/index.po (renamed from translations/source/bn/sw/source/ui/index.po)0
-rw-r--r--source/bn/sw/source/ui/lingu.po (renamed from translations/source/bn/sw/source/ui/lingu.po)0
-rw-r--r--source/bn/sw/source/ui/misc.po (renamed from translations/source/bn/sw/source/ui/misc.po)0
-rw-r--r--source/bn/sw/source/ui/ribbar.po (renamed from translations/source/bn/sw/source/ui/ribbar.po)0
-rw-r--r--source/bn/sw/source/ui/shells.po (renamed from translations/source/bn/sw/source/ui/shells.po)0
-rw-r--r--source/bn/sw/source/ui/smartmenu.po (renamed from translations/source/bn/sw/source/ui/smartmenu.po)0
-rw-r--r--source/bn/sw/source/ui/table.po (renamed from translations/source/bn/sw/source/ui/table.po)0
-rw-r--r--source/bn/sw/source/ui/uiview.po (renamed from translations/source/bn/sw/source/ui/uiview.po)0
-rw-r--r--source/bn/sw/source/ui/utlui.po (renamed from translations/source/bn/sw/source/ui/utlui.po)0
-rw-r--r--source/bn/sw/source/ui/web.po (renamed from translations/source/bn/sw/source/ui/web.po)0
-rw-r--r--source/bn/sw/source/ui/wrtsh.po (renamed from translations/source/bn/sw/source/ui/wrtsh.po)0
-rw-r--r--source/bn/swext/mediawiki/help.po (renamed from translations/source/bn/swext/mediawiki/help.po)0
-rw-r--r--source/bn/swext/mediawiki/src.po (renamed from translations/source/bn/swext/mediawiki/src.po)0
-rw-r--r--source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/bn/sysui/desktop/share.po (renamed from translations/source/bn/sysui/desktop/share.po)0
-rw-r--r--source/bn/uui/source.po (renamed from translations/source/bn/uui/source.po)0
-rw-r--r--source/bn/vcl/source/src.po (renamed from translations/source/bn/vcl/source/src.po)0
-rw-r--r--source/bn/wizards/source/euro.po (renamed from translations/source/bn/wizards/source/euro.po)0
-rw-r--r--source/bn/wizards/source/formwizard.po (renamed from translations/source/bn/wizards/source/formwizard.po)0
-rw-r--r--source/bn/wizards/source/importwizard.po (renamed from translations/source/bn/wizards/source/importwizard.po)0
-rw-r--r--source/bn/wizards/source/schedule.po (renamed from translations/source/bn/wizards/source/schedule.po)0
-rw-r--r--source/bn/wizards/source/template.po (renamed from translations/source/bn/wizards/source/template.po)0
-rw-r--r--source/bn/xmlsecurity/source/component.po (renamed from translations/source/bn/xmlsecurity/source/component.po)0
-rw-r--r--source/bn/xmlsecurity/source/dialogs.po (renamed from translations/source/bn/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/bo/accessibility/source/helper.po (renamed from translations/source/bo/accessibility/source/helper.po)0
-rw-r--r--source/bo/avmedia/source/framework.po (renamed from translations/source/bo/avmedia/source/framework.po)0
-rw-r--r--source/bo/avmedia/source/viewer.po (renamed from translations/source/bo/avmedia/source/viewer.po)0
-rw-r--r--source/bo/basctl/source/basicide.po (renamed from translations/source/bo/basctl/source/basicide.po)0
-rw-r--r--source/bo/basctl/source/dlged.po (renamed from translations/source/bo/basctl/source/dlged.po)0
-rw-r--r--source/bo/basic/source/classes.po (renamed from translations/source/bo/basic/source/classes.po)0
-rw-r--r--source/bo/basic/source/sbx.po (renamed from translations/source/bo/basic/source/sbx.po)0
-rw-r--r--source/bo/chart2/source/controller/dialogs.po (renamed from translations/source/bo/chart2/source/controller/dialogs.po)0
-rw-r--r--source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/bo/connectivity/source/resource.po (renamed from translations/source/bo/connectivity/source/resource.po)0
-rw-r--r--source/bo/cui/source/customize.po (renamed from translations/source/bo/cui/source/customize.po)0
-rw-r--r--source/bo/cui/source/dialogs.po (renamed from translations/source/bo/cui/source/dialogs.po)0
-rw-r--r--source/bo/cui/source/options.po (renamed from translations/source/bo/cui/source/options.po)0
-rw-r--r--source/bo/cui/source/tabpages.po (renamed from translations/source/bo/cui/source/tabpages.po)0
-rw-r--r--source/bo/dbaccess/source/core/resource.po (renamed from translations/source/bo/dbaccess/source/core/resource.po)0
-rw-r--r--source/bo/dbaccess/source/ext/macromigration.po (renamed from translations/source/bo/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/bo/dbaccess/source/sdbtools/resource.po (renamed from translations/source/bo/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/bo/dbaccess/source/ui/app.po (renamed from translations/source/bo/dbaccess/source/ui/app.po)0
-rw-r--r--source/bo/dbaccess/source/ui/browser.po (renamed from translations/source/bo/dbaccess/source/ui/browser.po)0
-rw-r--r--source/bo/dbaccess/source/ui/control.po (renamed from translations/source/bo/dbaccess/source/ui/control.po)0
-rw-r--r--source/bo/dbaccess/source/ui/dlg.po (renamed from translations/source/bo/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/bo/dbaccess/source/ui/inc.po (renamed from translations/source/bo/dbaccess/source/ui/inc.po)0
-rw-r--r--source/bo/dbaccess/source/ui/misc.po (renamed from translations/source/bo/dbaccess/source/ui/misc.po)0
-rw-r--r--source/bo/dbaccess/source/ui/querydesign.po (renamed from translations/source/bo/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/bo/dbaccess/source/ui/relationdesign.po (renamed from translations/source/bo/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/bo/dbaccess/source/ui/tabledesign.po (renamed from translations/source/bo/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/bo/dbaccess/source/ui/uno.po (renamed from translations/source/bo/dbaccess/source/ui/uno.po)0
-rw-r--r--source/bo/desktop/source/app.po (renamed from translations/source/bo/desktop/source/app.po)0
-rw-r--r--source/bo/desktop/source/deployment/gui.po (renamed from translations/source/bo/desktop/source/deployment/gui.po)0
-rw-r--r--source/bo/desktop/source/deployment/manager.po (renamed from translations/source/bo/desktop/source/deployment/manager.po)0
-rw-r--r--source/bo/desktop/source/deployment/misc.po (renamed from translations/source/bo/desktop/source/deployment/misc.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry.po (renamed from translations/source/bo/desktop/source/deployment/registry.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/component.po (renamed from translations/source/bo/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/configuration.po (renamed from translations/source/bo/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/help.po (renamed from translations/source/bo/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/package.po (renamed from translations/source/bo/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/script.po (renamed from translations/source/bo/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/bo/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/bo/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/bo/desktop/source/deployment/unopkg.po (renamed from translations/source/bo/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/bo/dictionaries/af_ZA.po (renamed from translations/source/bo/dictionaries/af_ZA.po)0
-rw-r--r--source/bo/dictionaries/an_ES.po (renamed from translations/source/bo/dictionaries/an_ES.po)0
-rw-r--r--source/bo/dictionaries/ar.po (renamed from translations/source/bo/dictionaries/ar.po)0
-rw-r--r--source/bo/dictionaries/be_BY.po (renamed from translations/source/bo/dictionaries/be_BY.po)0
-rw-r--r--source/bo/dictionaries/bg_BG.po (renamed from translations/source/bo/dictionaries/bg_BG.po)0
-rw-r--r--source/bo/dictionaries/bn_BD.po (renamed from translations/source/bo/dictionaries/bn_BD.po)0
-rw-r--r--source/bo/dictionaries/br_FR.po (renamed from translations/source/bo/dictionaries/br_FR.po)0
-rw-r--r--source/bo/dictionaries/ca.po (renamed from translations/source/bo/dictionaries/ca.po)0
-rw-r--r--source/bo/dictionaries/cs_CZ.po (renamed from translations/source/bo/dictionaries/cs_CZ.po)0
-rw-r--r--source/bo/dictionaries/da_DK.po (renamed from translations/source/bo/dictionaries/da_DK.po)0
-rw-r--r--source/bo/dictionaries/de.po (renamed from translations/source/bo/dictionaries/de.po)0
-rw-r--r--source/bo/dictionaries/el_GR.po (renamed from translations/source/bo/dictionaries/el_GR.po)0
-rw-r--r--source/bo/dictionaries/en.po (renamed from translations/source/bo/dictionaries/en.po)0
-rw-r--r--source/bo/dictionaries/en/dialog.po (renamed from translations/source/bo/dictionaries/en/dialog.po)0
-rw-r--r--source/bo/dictionaries/es_ES.po (renamed from translations/source/bo/dictionaries/es_ES.po)0
-rw-r--r--source/bo/dictionaries/et_EE.po (renamed from translations/source/bo/dictionaries/et_EE.po)0
-rw-r--r--source/bo/dictionaries/fr_FR.po (renamed from translations/source/bo/dictionaries/fr_FR.po)0
-rw-r--r--source/bo/dictionaries/gd_GB.po (renamed from translations/source/bo/dictionaries/gd_GB.po)0
-rw-r--r--source/bo/dictionaries/gl.po (renamed from translations/source/bo/dictionaries/gl.po)0
-rw-r--r--source/bo/dictionaries/gu_IN.po (renamed from translations/source/bo/dictionaries/gu_IN.po)0
-rw-r--r--source/bo/dictionaries/he_IL.po (renamed from translations/source/bo/dictionaries/he_IL.po)0
-rw-r--r--source/bo/dictionaries/hi_IN.po (renamed from translations/source/bo/dictionaries/hi_IN.po)0
-rw-r--r--source/bo/dictionaries/hr_HR.po (renamed from translations/source/bo/dictionaries/hr_HR.po)0
-rw-r--r--source/bo/dictionaries/hu_HU.po (renamed from translations/source/bo/dictionaries/hu_HU.po)0
-rw-r--r--source/bo/dictionaries/hu_HU/dialog.po (renamed from translations/source/bo/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/bo/dictionaries/it_IT.po (renamed from translations/source/bo/dictionaries/it_IT.po)0
-rw-r--r--source/bo/dictionaries/ku_TR.po (renamed from translations/source/bo/dictionaries/ku_TR.po)0
-rw-r--r--source/bo/dictionaries/lt_LT.po (renamed from translations/source/bo/dictionaries/lt_LT.po)0
-rw-r--r--source/bo/dictionaries/lv_LV.po (renamed from translations/source/bo/dictionaries/lv_LV.po)0
-rw-r--r--source/bo/dictionaries/ne_NP.po (renamed from translations/source/bo/dictionaries/ne_NP.po)0
-rw-r--r--source/bo/dictionaries/nl_NL.po (renamed from translations/source/bo/dictionaries/nl_NL.po)0
-rw-r--r--source/bo/dictionaries/no.po (renamed from translations/source/bo/dictionaries/no.po)0
-rw-r--r--source/bo/dictionaries/oc_FR.po (renamed from translations/source/bo/dictionaries/oc_FR.po)0
-rw-r--r--source/bo/dictionaries/pl_PL.po (renamed from translations/source/bo/dictionaries/pl_PL.po)0
-rw-r--r--source/bo/dictionaries/pt_BR.po (renamed from translations/source/bo/dictionaries/pt_BR.po)0
-rw-r--r--source/bo/dictionaries/pt_PT.po (renamed from translations/source/bo/dictionaries/pt_PT.po)0
-rw-r--r--source/bo/dictionaries/ro.po (renamed from translations/source/bo/dictionaries/ro.po)0
-rw-r--r--source/bo/dictionaries/ru_RU.po (renamed from translations/source/bo/dictionaries/ru_RU.po)0
-rw-r--r--source/bo/dictionaries/ru_RU/dialog.po (renamed from translations/source/bo/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/bo/dictionaries/si_LK.po (renamed from translations/source/bo/dictionaries/si_LK.po)0
-rw-r--r--source/bo/dictionaries/sk_SK.po (renamed from translations/source/bo/dictionaries/sk_SK.po)0
-rw-r--r--source/bo/dictionaries/sl_SI.po (renamed from translations/source/bo/dictionaries/sl_SI.po)0
-rw-r--r--source/bo/dictionaries/sr.po (renamed from translations/source/bo/dictionaries/sr.po)0
-rw-r--r--source/bo/dictionaries/sv_SE.po (renamed from translations/source/bo/dictionaries/sv_SE.po)0
-rw-r--r--source/bo/dictionaries/sw_TZ.po (renamed from translations/source/bo/dictionaries/sw_TZ.po)0
-rw-r--r--source/bo/dictionaries/te_IN.po (renamed from translations/source/bo/dictionaries/te_IN.po)0
-rw-r--r--source/bo/dictionaries/th_TH.po (renamed from translations/source/bo/dictionaries/th_TH.po)0
-rw-r--r--source/bo/dictionaries/uk_UA.po (renamed from translations/source/bo/dictionaries/uk_UA.po)0
-rw-r--r--source/bo/dictionaries/vi.po (renamed from translations/source/bo/dictionaries/vi.po)0
-rw-r--r--source/bo/dictionaries/zu_ZA.po (renamed from translations/source/bo/dictionaries/zu_ZA.po)0
-rw-r--r--source/bo/editeng/source/accessibility.po (renamed from translations/source/bo/editeng/source/accessibility.po)0
-rw-r--r--source/bo/editeng/source/editeng.po (renamed from translations/source/bo/editeng/source/editeng.po)0
-rw-r--r--source/bo/editeng/source/items.po (renamed from translations/source/bo/editeng/source/items.po)0
-rw-r--r--source/bo/editeng/source/misc.po (renamed from translations/source/bo/editeng/source/misc.po)0
-rw-r--r--source/bo/editeng/source/outliner.po (renamed from translations/source/bo/editeng/source/outliner.po)0
-rw-r--r--source/bo/extensions/source/abpilot.po (renamed from translations/source/bo/extensions/source/abpilot.po)0
-rw-r--r--source/bo/extensions/source/bibliography.po (renamed from translations/source/bo/extensions/source/bibliography.po)0
-rw-r--r--source/bo/extensions/source/dbpilots.po (renamed from translations/source/bo/extensions/source/dbpilots.po)0
-rw-r--r--source/bo/extensions/source/propctrlr.po (renamed from translations/source/bo/extensions/source/propctrlr.po)0
-rw-r--r--source/bo/extensions/source/scanner.po (renamed from translations/source/bo/extensions/source/scanner.po)0
-rw-r--r--source/bo/extensions/source/update/check.po (renamed from translations/source/bo/extensions/source/update/check.po)0
-rw-r--r--source/bo/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/bo/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/bo/filter/source/config/fragments/filters.po (renamed from translations/source/bo/filter/source/config/fragments/filters.po)0
-rw-r--r--source/bo/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/bo/filter/source/config/fragments/types.po (renamed from translations/source/bo/filter/source/config/fragments/types.po)0
-rw-r--r--source/bo/filter/source/flash.po (renamed from translations/source/bo/filter/source/flash.po)0
-rw-r--r--source/bo/filter/source/graphicfilter/eps.po (renamed from translations/source/bo/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/bo/filter/source/pdf.po (renamed from translations/source/bo/filter/source/pdf.po)0
-rw-r--r--source/bo/filter/source/t602.po (renamed from translations/source/bo/filter/source/t602.po)0
-rw-r--r--source/bo/filter/source/xsltdialog.po (renamed from translations/source/bo/filter/source/xsltdialog.po)0
-rw-r--r--source/bo/forms/source/resource.po (renamed from translations/source/bo/forms/source/resource.po)0
-rw-r--r--source/bo/formula/source/core/resource.po (renamed from translations/source/bo/formula/source/core/resource.po)0
-rw-r--r--source/bo/formula/source/ui/dlg.po (renamed from translations/source/bo/formula/source/ui/dlg.po)0
-rw-r--r--source/bo/fpicker/source/office.po (renamed from translations/source/bo/fpicker/source/office.po)0
-rw-r--r--source/bo/framework/source/classes.po (renamed from translations/source/bo/framework/source/classes.po)0
-rw-r--r--source/bo/framework/source/services.po (renamed from translations/source/bo/framework/source/services.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/bo/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/bo/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc.po (renamed from translations/source/bo/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/00.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/02.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/04.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/05.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/bo/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/schart.po (renamed from translations/source/bo/helpcontent2/source/text/schart.po)0
-rw-r--r--source/bo/helpcontent2/source/text/schart/00.po (renamed from translations/source/bo/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/schart/01.po (renamed from translations/source/bo/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/schart/02.po (renamed from translations/source/bo/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/schart/04.po (renamed from translations/source/bo/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sdraw.po (renamed from translations/source/bo/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/bo/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/bo/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/bo/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/bo/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared.po (renamed from translations/source/bo/helpcontent2/source/text/shared.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po (renamed from translations/source/bo/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po (renamed from translations/source/bo/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po (renamed from translations/source/bo/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/04.po (renamed from translations/source/bo/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/05.po (renamed from translations/source/bo/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/07.po (renamed from translations/source/bo/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/bo/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/bo/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/bo/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po (renamed from translations/source/bo/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/bo/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress.po (renamed from translations/source/bo/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress/00.po (renamed from translations/source/bo/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress/01.po (renamed from translations/source/bo/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress/02.po (renamed from translations/source/bo/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress/04.po (renamed from translations/source/bo/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/bo/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath.po (renamed from translations/source/bo/helpcontent2/source/text/smath.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath/00.po (renamed from translations/source/bo/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath/01.po (renamed from translations/source/bo/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath/02.po (renamed from translations/source/bo/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath/04.po (renamed from translations/source/bo/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/smath/guide.po (renamed from translations/source/bo/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po (renamed from translations/source/bo/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po (renamed from translations/source/bo/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po (renamed from translations/source/bo/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter/02.po (renamed from translations/source/bo/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter/04.po (renamed from translations/source/bo/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/bo/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/bo/mysqlc/source.po (renamed from translations/source/bo/mysqlc/source.po)0
-rw-r--r--source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/bo/nlpsolver/src/locale.po (renamed from translations/source/bo/nlpsolver/src/locale.po)0
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/bo/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bo/padmin/source.po (renamed from translations/source/bo/padmin/source.po)0
-rw-r--r--source/bo/readlicense_oo/docs/readme.po (renamed from translations/source/bo/readlicense_oo/docs/readme.po)0
-rw-r--r--source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/bo/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/bo/reportbuilder/util.po (renamed from translations/source/bo/reportbuilder/util.po)0
-rw-r--r--source/bo/reportdesign/source/core/resource.po (renamed from translations/source/bo/reportdesign/source/core/resource.po)0
-rw-r--r--source/bo/reportdesign/source/ui/dlg.po (renamed from translations/source/bo/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/bo/reportdesign/source/ui/inspection.po (renamed from translations/source/bo/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/bo/reportdesign/source/ui/report.po (renamed from translations/source/bo/reportdesign/source/ui/report.po)0
-rw-r--r--source/bo/sc/source/core/src.po (renamed from translations/source/bo/sc/source/core/src.po)0
-rw-r--r--source/bo/sc/source/ui/cctrl.po (renamed from translations/source/bo/sc/source/ui/cctrl.po)0
-rw-r--r--source/bo/sc/source/ui/dbgui.po (renamed from translations/source/bo/sc/source/ui/dbgui.po)0
-rw-r--r--source/bo/sc/source/ui/docshell.po (renamed from translations/source/bo/sc/source/ui/docshell.po)0
-rw-r--r--source/bo/sc/source/ui/drawfunc.po (renamed from translations/source/bo/sc/source/ui/drawfunc.po)0
-rw-r--r--source/bo/sc/source/ui/formdlg.po (renamed from translations/source/bo/sc/source/ui/formdlg.po)0
-rw-r--r--source/bo/sc/source/ui/miscdlgs.po (renamed from translations/source/bo/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/bo/sc/source/ui/navipi.po (renamed from translations/source/bo/sc/source/ui/navipi.po)0
-rw-r--r--source/bo/sc/source/ui/optdlg.po (renamed from translations/source/bo/sc/source/ui/optdlg.po)0
-rw-r--r--source/bo/sc/source/ui/pagedlg.po (renamed from translations/source/bo/sc/source/ui/pagedlg.po)0
-rw-r--r--source/bo/sc/source/ui/src.po (renamed from translations/source/bo/sc/source/ui/src.po)0
-rw-r--r--source/bo/sc/source/ui/styleui.po (renamed from translations/source/bo/sc/source/ui/styleui.po)0
-rw-r--r--source/bo/scaddins/source/analysis.po (renamed from translations/source/bo/scaddins/source/analysis.po)0
-rw-r--r--source/bo/scaddins/source/datefunc.po (renamed from translations/source/bo/scaddins/source/datefunc.po)0
-rw-r--r--source/bo/sccomp/source/solver.po (renamed from translations/source/bo/sccomp/source/solver.po)0
-rw-r--r--source/bo/scp2/source/accessories.po (renamed from translations/source/bo/scp2/source/accessories.po)0
-rw-r--r--source/bo/scp2/source/activex.po (renamed from translations/source/bo/scp2/source/activex.po)0
-rw-r--r--source/bo/scp2/source/base.po (renamed from translations/source/bo/scp2/source/base.po)0
-rw-r--r--source/bo/scp2/source/binfilter.po (renamed from translations/source/bo/scp2/source/binfilter.po)0
-rw-r--r--source/bo/scp2/source/calc.po (renamed from translations/source/bo/scp2/source/calc.po)0
-rw-r--r--source/bo/scp2/source/draw.po (renamed from translations/source/bo/scp2/source/draw.po)0
-rw-r--r--source/bo/scp2/source/extensions.po (renamed from translations/source/bo/scp2/source/extensions.po)0
-rw-r--r--source/bo/scp2/source/gnome.po (renamed from translations/source/bo/scp2/source/gnome.po)0
-rw-r--r--source/bo/scp2/source/graphicfilter.po (renamed from translations/source/bo/scp2/source/graphicfilter.po)0
-rw-r--r--source/bo/scp2/source/impress.po (renamed from translations/source/bo/scp2/source/impress.po)0
-rw-r--r--source/bo/scp2/source/javafilter.po (renamed from translations/source/bo/scp2/source/javafilter.po)0
-rw-r--r--source/bo/scp2/source/kde.po (renamed from translations/source/bo/scp2/source/kde.po)0
-rw-r--r--source/bo/scp2/source/math.po (renamed from translations/source/bo/scp2/source/math.po)0
-rw-r--r--source/bo/scp2/source/onlineupdate.po (renamed from translations/source/bo/scp2/source/onlineupdate.po)0
-rw-r--r--source/bo/scp2/source/ooo.po (renamed from translations/source/bo/scp2/source/ooo.po)0
-rw-r--r--source/bo/scp2/source/python.po (renamed from translations/source/bo/scp2/source/python.po)0
-rw-r--r--source/bo/scp2/source/quickstart.po (renamed from translations/source/bo/scp2/source/quickstart.po)0
-rw-r--r--source/bo/scp2/source/sdkoo.po (renamed from translations/source/bo/scp2/source/sdkoo.po)0
-rw-r--r--source/bo/scp2/source/smoketest.po (renamed from translations/source/bo/scp2/source/smoketest.po)0
-rw-r--r--source/bo/scp2/source/stdlibs.po (renamed from translations/source/bo/scp2/source/stdlibs.po)0
-rw-r--r--source/bo/scp2/source/tde.po (renamed from translations/source/bo/scp2/source/tde.po)0
-rw-r--r--source/bo/scp2/source/winexplorerext.po (renamed from translations/source/bo/scp2/source/winexplorerext.po)0
-rw-r--r--source/bo/scp2/source/writer.po (renamed from translations/source/bo/scp2/source/writer.po)0
-rw-r--r--source/bo/scp2/source/xsltfilter.po (renamed from translations/source/bo/scp2/source/xsltfilter.po)0
-rw-r--r--source/bo/scripting/source/pyprov.po (renamed from translations/source/bo/scripting/source/pyprov.po)0
-rw-r--r--source/bo/sd/source/core.po (renamed from translations/source/bo/sd/source/core.po)0
-rw-r--r--source/bo/sd/source/filter/html.po (renamed from translations/source/bo/sd/source/filter/html.po)0
-rw-r--r--source/bo/sd/source/ui/accessibility.po (renamed from translations/source/bo/sd/source/ui/accessibility.po)0
-rw-r--r--source/bo/sd/source/ui/animations.po (renamed from translations/source/bo/sd/source/ui/animations.po)0
-rw-r--r--source/bo/sd/source/ui/annotations.po (renamed from translations/source/bo/sd/source/ui/annotations.po)0
-rw-r--r--source/bo/sd/source/ui/app.po (renamed from translations/source/bo/sd/source/ui/app.po)0
-rw-r--r--source/bo/sd/source/ui/dlg.po (renamed from translations/source/bo/sd/source/ui/dlg.po)0
-rw-r--r--source/bo/sd/source/ui/slideshow.po (renamed from translations/source/bo/sd/source/ui/slideshow.po)0
-rw-r--r--source/bo/sd/source/ui/table.po (renamed from translations/source/bo/sd/source/ui/table.po)0
-rw-r--r--source/bo/sd/source/ui/view.po (renamed from translations/source/bo/sd/source/ui/view.po)0
-rw-r--r--source/bo/sdext/source/minimizer.po (renamed from translations/source/bo/sdext/source/minimizer.po)0
-rw-r--r--source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bo/sdext/source/pdfimport.po (renamed from translations/source/bo/sdext/source/pdfimport.po)0
-rw-r--r--source/bo/sdext/source/presenter.po (renamed from translations/source/bo/sdext/source/presenter.po)0
-rw-r--r--source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bo/setup_native/source/mac.po (renamed from translations/source/bo/setup_native/source/mac.po)0
-rw-r--r--source/bo/sfx2/source/appl.po (renamed from translations/source/bo/sfx2/source/appl.po)0
-rw-r--r--source/bo/sfx2/source/bastyp.po (renamed from translations/source/bo/sfx2/source/bastyp.po)0
-rw-r--r--source/bo/sfx2/source/dialog.po (renamed from translations/source/bo/sfx2/source/dialog.po)0
-rw-r--r--source/bo/sfx2/source/doc.po (renamed from translations/source/bo/sfx2/source/doc.po)0
-rw-r--r--source/bo/sfx2/source/menu.po (renamed from translations/source/bo/sfx2/source/menu.po)0
-rw-r--r--source/bo/sfx2/source/view.po (renamed from translations/source/bo/sfx2/source/view.po)0
-rw-r--r--source/bo/shell/source/win32/shlxthandler/res.po (renamed from translations/source/bo/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/bo/starmath/source.po (renamed from translations/source/bo/starmath/source.po)0
-rw-r--r--source/bo/svl/source/items.po (renamed from translations/source/bo/svl/source/items.po)0
-rw-r--r--source/bo/svl/source/misc.po (renamed from translations/source/bo/svl/source/misc.po)0
-rw-r--r--source/bo/svtools/source/contnr.po (renamed from translations/source/bo/svtools/source/contnr.po)0
-rw-r--r--source/bo/svtools/source/control.po (renamed from translations/source/bo/svtools/source/control.po)0
-rw-r--r--source/bo/svtools/source/dialogs.po (renamed from translations/source/bo/svtools/source/dialogs.po)0
-rw-r--r--source/bo/svtools/source/filter.po (renamed from translations/source/bo/svtools/source/filter.po)0
-rw-r--r--source/bo/svtools/source/java.po (renamed from translations/source/bo/svtools/source/java.po)0
-rw-r--r--source/bo/svtools/source/misc.po (renamed from translations/source/bo/svtools/source/misc.po)0
-rw-r--r--source/bo/svtools/source/toolpanel.po (renamed from translations/source/bo/svtools/source/toolpanel.po)0
-rw-r--r--source/bo/svtools/workben/unodialog.po (renamed from translations/source/bo/svtools/workben/unodialog.po)0
-rw-r--r--source/bo/svx/inc.po (renamed from translations/source/bo/svx/inc.po)0
-rw-r--r--source/bo/svx/source/accessibility.po (renamed from translations/source/bo/svx/source/accessibility.po)0
-rw-r--r--source/bo/svx/source/dialog.po (renamed from translations/source/bo/svx/source/dialog.po)0
-rw-r--r--source/bo/svx/source/engine3d.po (renamed from translations/source/bo/svx/source/engine3d.po)0
-rw-r--r--source/bo/svx/source/fmcomp.po (renamed from translations/source/bo/svx/source/fmcomp.po)0
-rw-r--r--source/bo/svx/source/form.po (renamed from translations/source/bo/svx/source/form.po)0
-rw-r--r--source/bo/svx/source/gallery2.po (renamed from translations/source/bo/svx/source/gallery2.po)0
-rw-r--r--source/bo/svx/source/items.po (renamed from translations/source/bo/svx/source/items.po)0
-rw-r--r--source/bo/svx/source/src.po (renamed from translations/source/bo/svx/source/src.po)0
-rw-r--r--source/bo/svx/source/stbctrls.po (renamed from translations/source/bo/svx/source/stbctrls.po)0
-rw-r--r--source/bo/svx/source/svdraw.po (renamed from translations/source/bo/svx/source/svdraw.po)0
-rw-r--r--source/bo/svx/source/table.po (renamed from translations/source/bo/svx/source/table.po)0
-rw-r--r--source/bo/svx/source/tbxctrls.po (renamed from translations/source/bo/svx/source/tbxctrls.po)0
-rw-r--r--source/bo/svx/source/toolbars.po (renamed from translations/source/bo/svx/source/toolbars.po)0
-rw-r--r--source/bo/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/bo/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/bo/sw/source/core/layout.po (renamed from translations/source/bo/sw/source/core/layout.po)0
-rw-r--r--source/bo/sw/source/core/undo.po (renamed from translations/source/bo/sw/source/core/undo.po)0
-rw-r--r--source/bo/sw/source/core/unocore.po (renamed from translations/source/bo/sw/source/core/unocore.po)0
-rw-r--r--source/bo/sw/source/ui/app.po (renamed from translations/source/bo/sw/source/ui/app.po)0
-rw-r--r--source/bo/sw/source/ui/chrdlg.po (renamed from translations/source/bo/sw/source/ui/chrdlg.po)0
-rw-r--r--source/bo/sw/source/ui/config.po (renamed from translations/source/bo/sw/source/ui/config.po)0
-rw-r--r--source/bo/sw/source/ui/dbui.po (renamed from translations/source/bo/sw/source/ui/dbui.po)0
-rw-r--r--source/bo/sw/source/ui/dialog.po (renamed from translations/source/bo/sw/source/ui/dialog.po)0
-rw-r--r--source/bo/sw/source/ui/dochdl.po (renamed from translations/source/bo/sw/source/ui/dochdl.po)0
-rw-r--r--source/bo/sw/source/ui/docvw.po (renamed from translations/source/bo/sw/source/ui/docvw.po)0
-rw-r--r--source/bo/sw/source/ui/envelp.po (renamed from translations/source/bo/sw/source/ui/envelp.po)0
-rw-r--r--source/bo/sw/source/ui/fldui.po (renamed from translations/source/bo/sw/source/ui/fldui.po)0
-rw-r--r--source/bo/sw/source/ui/fmtui.po (renamed from translations/source/bo/sw/source/ui/fmtui.po)0
-rw-r--r--source/bo/sw/source/ui/frmdlg.po (renamed from translations/source/bo/sw/source/ui/frmdlg.po)0
-rw-r--r--source/bo/sw/source/ui/globdoc.po (renamed from translations/source/bo/sw/source/ui/globdoc.po)0
-rw-r--r--source/bo/sw/source/ui/index.po (renamed from translations/source/bo/sw/source/ui/index.po)0
-rw-r--r--source/bo/sw/source/ui/lingu.po (renamed from translations/source/bo/sw/source/ui/lingu.po)0
-rw-r--r--source/bo/sw/source/ui/misc.po (renamed from translations/source/bo/sw/source/ui/misc.po)0
-rw-r--r--source/bo/sw/source/ui/ribbar.po (renamed from translations/source/bo/sw/source/ui/ribbar.po)0
-rw-r--r--source/bo/sw/source/ui/shells.po (renamed from translations/source/bo/sw/source/ui/shells.po)0
-rw-r--r--source/bo/sw/source/ui/smartmenu.po (renamed from translations/source/bo/sw/source/ui/smartmenu.po)0
-rw-r--r--source/bo/sw/source/ui/table.po (renamed from translations/source/bo/sw/source/ui/table.po)0
-rw-r--r--source/bo/sw/source/ui/uiview.po (renamed from translations/source/bo/sw/source/ui/uiview.po)0
-rw-r--r--source/bo/sw/source/ui/utlui.po (renamed from translations/source/bo/sw/source/ui/utlui.po)0
-rw-r--r--source/bo/sw/source/ui/web.po (renamed from translations/source/bo/sw/source/ui/web.po)0
-rw-r--r--source/bo/sw/source/ui/wrtsh.po (renamed from translations/source/bo/sw/source/ui/wrtsh.po)0
-rw-r--r--source/bo/swext/mediawiki/help.po (renamed from translations/source/bo/swext/mediawiki/help.po)0
-rw-r--r--source/bo/swext/mediawiki/src.po (renamed from translations/source/bo/swext/mediawiki/src.po)0
-rw-r--r--source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/bo/sysui/desktop/share.po (renamed from translations/source/bo/sysui/desktop/share.po)0
-rw-r--r--source/bo/uui/source.po (renamed from translations/source/bo/uui/source.po)0
-rw-r--r--source/bo/vcl/source/src.po (renamed from translations/source/bo/vcl/source/src.po)0
-rw-r--r--source/bo/wizards/source/euro.po (renamed from translations/source/bo/wizards/source/euro.po)0
-rw-r--r--source/bo/wizards/source/formwizard.po (renamed from translations/source/bo/wizards/source/formwizard.po)0
-rw-r--r--source/bo/wizards/source/importwizard.po (renamed from translations/source/bo/wizards/source/importwizard.po)0
-rw-r--r--source/bo/wizards/source/schedule.po (renamed from translations/source/bo/wizards/source/schedule.po)0
-rw-r--r--source/bo/wizards/source/template.po (renamed from translations/source/bo/wizards/source/template.po)0
-rw-r--r--source/bo/xmlsecurity/source/component.po (renamed from translations/source/bo/xmlsecurity/source/component.po)0
-rw-r--r--source/bo/xmlsecurity/source/dialogs.po (renamed from translations/source/bo/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/br/accessibility/source/helper.po (renamed from translations/source/br/accessibility/source/helper.po)0
-rw-r--r--source/br/avmedia/source/framework.po (renamed from translations/source/br/avmedia/source/framework.po)0
-rw-r--r--source/br/avmedia/source/viewer.po (renamed from translations/source/br/avmedia/source/viewer.po)0
-rw-r--r--source/br/basctl/source/basicide.po (renamed from translations/source/br/basctl/source/basicide.po)0
-rw-r--r--source/br/basctl/source/dlged.po (renamed from translations/source/br/basctl/source/dlged.po)0
-rw-r--r--source/br/basic/source/classes.po (renamed from translations/source/br/basic/source/classes.po)0
-rw-r--r--source/br/basic/source/sbx.po (renamed from translations/source/br/basic/source/sbx.po)0
-rw-r--r--source/br/chart2/source/controller/dialogs.po (renamed from translations/source/br/chart2/source/controller/dialogs.po)0
-rw-r--r--source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/br/connectivity/source/resource.po (renamed from translations/source/br/connectivity/source/resource.po)0
-rw-r--r--source/br/cui/source/customize.po (renamed from translations/source/br/cui/source/customize.po)0
-rw-r--r--source/br/cui/source/dialogs.po (renamed from translations/source/br/cui/source/dialogs.po)0
-rw-r--r--source/br/cui/source/options.po (renamed from translations/source/br/cui/source/options.po)0
-rw-r--r--source/br/cui/source/tabpages.po (renamed from translations/source/br/cui/source/tabpages.po)0
-rw-r--r--source/br/dbaccess/source/core/resource.po (renamed from translations/source/br/dbaccess/source/core/resource.po)0
-rw-r--r--source/br/dbaccess/source/ext/macromigration.po (renamed from translations/source/br/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/br/dbaccess/source/sdbtools/resource.po (renamed from translations/source/br/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/br/dbaccess/source/ui/app.po (renamed from translations/source/br/dbaccess/source/ui/app.po)0
-rw-r--r--source/br/dbaccess/source/ui/browser.po (renamed from translations/source/br/dbaccess/source/ui/browser.po)0
-rw-r--r--source/br/dbaccess/source/ui/control.po (renamed from translations/source/br/dbaccess/source/ui/control.po)0
-rw-r--r--source/br/dbaccess/source/ui/dlg.po (renamed from translations/source/br/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/br/dbaccess/source/ui/inc.po (renamed from translations/source/br/dbaccess/source/ui/inc.po)0
-rw-r--r--source/br/dbaccess/source/ui/misc.po (renamed from translations/source/br/dbaccess/source/ui/misc.po)0
-rw-r--r--source/br/dbaccess/source/ui/querydesign.po (renamed from translations/source/br/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/br/dbaccess/source/ui/relationdesign.po (renamed from translations/source/br/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/br/dbaccess/source/ui/tabledesign.po (renamed from translations/source/br/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/br/dbaccess/source/ui/uno.po (renamed from translations/source/br/dbaccess/source/ui/uno.po)0
-rw-r--r--source/br/desktop/source/app.po (renamed from translations/source/br/desktop/source/app.po)0
-rw-r--r--source/br/desktop/source/deployment/gui.po (renamed from translations/source/br/desktop/source/deployment/gui.po)0
-rw-r--r--source/br/desktop/source/deployment/manager.po (renamed from translations/source/br/desktop/source/deployment/manager.po)0
-rw-r--r--source/br/desktop/source/deployment/misc.po (renamed from translations/source/br/desktop/source/deployment/misc.po)0
-rw-r--r--source/br/desktop/source/deployment/registry.po (renamed from translations/source/br/desktop/source/deployment/registry.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/component.po (renamed from translations/source/br/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/configuration.po (renamed from translations/source/br/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/help.po (renamed from translations/source/br/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/package.po (renamed from translations/source/br/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/script.po (renamed from translations/source/br/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/br/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/br/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/br/desktop/source/deployment/unopkg.po (renamed from translations/source/br/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/br/dictionaries/af_ZA.po (renamed from translations/source/br/dictionaries/af_ZA.po)0
-rw-r--r--source/br/dictionaries/an_ES.po (renamed from translations/source/br/dictionaries/an_ES.po)0
-rw-r--r--source/br/dictionaries/ar.po (renamed from translations/source/br/dictionaries/ar.po)0
-rw-r--r--source/br/dictionaries/be_BY.po (renamed from translations/source/br/dictionaries/be_BY.po)0
-rw-r--r--source/br/dictionaries/bg_BG.po (renamed from translations/source/br/dictionaries/bg_BG.po)0
-rw-r--r--source/br/dictionaries/bn_BD.po (renamed from translations/source/br/dictionaries/bn_BD.po)0
-rw-r--r--source/br/dictionaries/br_FR.po (renamed from translations/source/br/dictionaries/br_FR.po)0
-rw-r--r--source/br/dictionaries/ca.po (renamed from translations/source/br/dictionaries/ca.po)0
-rw-r--r--source/br/dictionaries/cs_CZ.po (renamed from translations/source/br/dictionaries/cs_CZ.po)0
-rw-r--r--source/br/dictionaries/da_DK.po (renamed from translations/source/br/dictionaries/da_DK.po)0
-rw-r--r--source/br/dictionaries/de.po (renamed from translations/source/br/dictionaries/de.po)0
-rw-r--r--source/br/dictionaries/el_GR.po (renamed from translations/source/br/dictionaries/el_GR.po)0
-rw-r--r--source/br/dictionaries/en.po (renamed from translations/source/br/dictionaries/en.po)0
-rw-r--r--source/br/dictionaries/en/dialog.po (renamed from translations/source/br/dictionaries/en/dialog.po)0
-rw-r--r--source/br/dictionaries/es_ES.po (renamed from translations/source/br/dictionaries/es_ES.po)0
-rw-r--r--source/br/dictionaries/et_EE.po (renamed from translations/source/br/dictionaries/et_EE.po)0
-rw-r--r--source/br/dictionaries/fr_FR.po (renamed from translations/source/br/dictionaries/fr_FR.po)0
-rw-r--r--source/br/dictionaries/gd_GB.po (renamed from translations/source/br/dictionaries/gd_GB.po)0
-rw-r--r--source/br/dictionaries/gl.po (renamed from translations/source/br/dictionaries/gl.po)0
-rw-r--r--source/br/dictionaries/gu_IN.po (renamed from translations/source/br/dictionaries/gu_IN.po)0
-rw-r--r--source/br/dictionaries/he_IL.po (renamed from translations/source/br/dictionaries/he_IL.po)0
-rw-r--r--source/br/dictionaries/hi_IN.po (renamed from translations/source/br/dictionaries/hi_IN.po)0
-rw-r--r--source/br/dictionaries/hr_HR.po (renamed from translations/source/br/dictionaries/hr_HR.po)0
-rw-r--r--source/br/dictionaries/hu_HU.po (renamed from translations/source/br/dictionaries/hu_HU.po)0
-rw-r--r--source/br/dictionaries/hu_HU/dialog.po (renamed from translations/source/br/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/br/dictionaries/it_IT.po (renamed from translations/source/br/dictionaries/it_IT.po)0
-rw-r--r--source/br/dictionaries/ku_TR.po (renamed from translations/source/br/dictionaries/ku_TR.po)0
-rw-r--r--source/br/dictionaries/lt_LT.po (renamed from translations/source/br/dictionaries/lt_LT.po)0
-rw-r--r--source/br/dictionaries/lv_LV.po (renamed from translations/source/br/dictionaries/lv_LV.po)0
-rw-r--r--source/br/dictionaries/ne_NP.po (renamed from translations/source/br/dictionaries/ne_NP.po)0
-rw-r--r--source/br/dictionaries/nl_NL.po (renamed from translations/source/br/dictionaries/nl_NL.po)0
-rw-r--r--source/br/dictionaries/no.po (renamed from translations/source/br/dictionaries/no.po)0
-rw-r--r--source/br/dictionaries/oc_FR.po (renamed from translations/source/br/dictionaries/oc_FR.po)0
-rw-r--r--source/br/dictionaries/pl_PL.po (renamed from translations/source/br/dictionaries/pl_PL.po)0
-rw-r--r--source/br/dictionaries/pt_BR.po (renamed from translations/source/br/dictionaries/pt_BR.po)0
-rw-r--r--source/br/dictionaries/pt_PT.po (renamed from translations/source/br/dictionaries/pt_PT.po)0
-rw-r--r--source/br/dictionaries/ro.po (renamed from translations/source/br/dictionaries/ro.po)0
-rw-r--r--source/br/dictionaries/ru_RU.po (renamed from translations/source/br/dictionaries/ru_RU.po)0
-rw-r--r--source/br/dictionaries/ru_RU/dialog.po (renamed from translations/source/br/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/br/dictionaries/si_LK.po (renamed from translations/source/br/dictionaries/si_LK.po)0
-rw-r--r--source/br/dictionaries/sk_SK.po (renamed from translations/source/br/dictionaries/sk_SK.po)0
-rw-r--r--source/br/dictionaries/sl_SI.po (renamed from translations/source/br/dictionaries/sl_SI.po)0
-rw-r--r--source/br/dictionaries/sr.po (renamed from translations/source/br/dictionaries/sr.po)0
-rw-r--r--source/br/dictionaries/sv_SE.po (renamed from translations/source/br/dictionaries/sv_SE.po)0
-rw-r--r--source/br/dictionaries/sw_TZ.po (renamed from translations/source/br/dictionaries/sw_TZ.po)0
-rw-r--r--source/br/dictionaries/te_IN.po (renamed from translations/source/br/dictionaries/te_IN.po)0
-rw-r--r--source/br/dictionaries/th_TH.po (renamed from translations/source/br/dictionaries/th_TH.po)0
-rw-r--r--source/br/dictionaries/uk_UA.po (renamed from translations/source/br/dictionaries/uk_UA.po)0
-rw-r--r--source/br/dictionaries/vi.po (renamed from translations/source/br/dictionaries/vi.po)0
-rw-r--r--source/br/dictionaries/zu_ZA.po (renamed from translations/source/br/dictionaries/zu_ZA.po)0
-rw-r--r--source/br/editeng/source/accessibility.po (renamed from translations/source/br/editeng/source/accessibility.po)0
-rw-r--r--source/br/editeng/source/editeng.po (renamed from translations/source/br/editeng/source/editeng.po)0
-rw-r--r--source/br/editeng/source/items.po (renamed from translations/source/br/editeng/source/items.po)0
-rw-r--r--source/br/editeng/source/misc.po (renamed from translations/source/br/editeng/source/misc.po)0
-rw-r--r--source/br/editeng/source/outliner.po (renamed from translations/source/br/editeng/source/outliner.po)0
-rw-r--r--source/br/extensions/source/abpilot.po (renamed from translations/source/br/extensions/source/abpilot.po)0
-rw-r--r--source/br/extensions/source/bibliography.po (renamed from translations/source/br/extensions/source/bibliography.po)0
-rw-r--r--source/br/extensions/source/dbpilots.po (renamed from translations/source/br/extensions/source/dbpilots.po)0
-rw-r--r--source/br/extensions/source/propctrlr.po (renamed from translations/source/br/extensions/source/propctrlr.po)0
-rw-r--r--source/br/extensions/source/scanner.po (renamed from translations/source/br/extensions/source/scanner.po)0
-rw-r--r--source/br/extensions/source/update/check.po (renamed from translations/source/br/extensions/source/update/check.po)0
-rw-r--r--source/br/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/br/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/br/filter/source/config/fragments/filters.po (renamed from translations/source/br/filter/source/config/fragments/filters.po)0
-rw-r--r--source/br/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/br/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/br/filter/source/config/fragments/types.po (renamed from translations/source/br/filter/source/config/fragments/types.po)0
-rw-r--r--source/br/filter/source/flash.po (renamed from translations/source/br/filter/source/flash.po)0
-rw-r--r--source/br/filter/source/graphicfilter/eps.po (renamed from translations/source/br/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/br/filter/source/pdf.po (renamed from translations/source/br/filter/source/pdf.po)0
-rw-r--r--source/br/filter/source/t602.po (renamed from translations/source/br/filter/source/t602.po)0
-rw-r--r--source/br/filter/source/xsltdialog.po (renamed from translations/source/br/filter/source/xsltdialog.po)0
-rw-r--r--source/br/forms/source/resource.po (renamed from translations/source/br/forms/source/resource.po)0
-rw-r--r--source/br/formula/source/core/resource.po (renamed from translations/source/br/formula/source/core/resource.po)0
-rw-r--r--source/br/formula/source/ui/dlg.po (renamed from translations/source/br/formula/source/ui/dlg.po)0
-rw-r--r--source/br/fpicker/source/office.po (renamed from translations/source/br/fpicker/source/office.po)0
-rw-r--r--source/br/framework/source/classes.po (renamed from translations/source/br/framework/source/classes.po)0
-rw-r--r--source/br/framework/source/services.po (renamed from translations/source/br/framework/source/services.po)0
-rw-r--r--source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/br/mysqlc/source.po (renamed from translations/source/br/mysqlc/source.po)0
-rw-r--r--source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/br/nlpsolver/src/locale.po (renamed from translations/source/br/nlpsolver/src/locale.po)0
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/br/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/br/padmin/source.po (renamed from translations/source/br/padmin/source.po)0
-rw-r--r--source/br/readlicense_oo/docs/readme.po (renamed from translations/source/br/readlicense_oo/docs/readme.po)0
-rw-r--r--source/br/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/br/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/br/reportbuilder/util.po (renamed from translations/source/br/reportbuilder/util.po)0
-rw-r--r--source/br/reportdesign/source/core/resource.po (renamed from translations/source/br/reportdesign/source/core/resource.po)0
-rw-r--r--source/br/reportdesign/source/ui/dlg.po (renamed from translations/source/br/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/br/reportdesign/source/ui/inspection.po (renamed from translations/source/br/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/br/reportdesign/source/ui/report.po (renamed from translations/source/br/reportdesign/source/ui/report.po)0
-rw-r--r--source/br/sc/source/core/src.po (renamed from translations/source/br/sc/source/core/src.po)0
-rw-r--r--source/br/sc/source/ui/cctrl.po (renamed from translations/source/br/sc/source/ui/cctrl.po)0
-rw-r--r--source/br/sc/source/ui/dbgui.po (renamed from translations/source/br/sc/source/ui/dbgui.po)0
-rw-r--r--source/br/sc/source/ui/docshell.po (renamed from translations/source/br/sc/source/ui/docshell.po)0
-rw-r--r--source/br/sc/source/ui/drawfunc.po (renamed from translations/source/br/sc/source/ui/drawfunc.po)0
-rw-r--r--source/br/sc/source/ui/formdlg.po (renamed from translations/source/br/sc/source/ui/formdlg.po)0
-rw-r--r--source/br/sc/source/ui/miscdlgs.po (renamed from translations/source/br/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/br/sc/source/ui/navipi.po (renamed from translations/source/br/sc/source/ui/navipi.po)0
-rw-r--r--source/br/sc/source/ui/optdlg.po (renamed from translations/source/br/sc/source/ui/optdlg.po)0
-rw-r--r--source/br/sc/source/ui/pagedlg.po (renamed from translations/source/br/sc/source/ui/pagedlg.po)0
-rw-r--r--source/br/sc/source/ui/src.po (renamed from translations/source/br/sc/source/ui/src.po)0
-rw-r--r--source/br/sc/source/ui/styleui.po (renamed from translations/source/br/sc/source/ui/styleui.po)0
-rw-r--r--source/br/scaddins/source/analysis.po (renamed from translations/source/br/scaddins/source/analysis.po)0
-rw-r--r--source/br/scaddins/source/datefunc.po (renamed from translations/source/br/scaddins/source/datefunc.po)0
-rw-r--r--source/br/sccomp/source/solver.po (renamed from translations/source/br/sccomp/source/solver.po)0
-rw-r--r--source/br/scp2/source/accessories.po (renamed from translations/source/br/scp2/source/accessories.po)0
-rw-r--r--source/br/scp2/source/activex.po (renamed from translations/source/br/scp2/source/activex.po)0
-rw-r--r--source/br/scp2/source/base.po (renamed from translations/source/br/scp2/source/base.po)0
-rw-r--r--source/br/scp2/source/binfilter.po (renamed from translations/source/br/scp2/source/binfilter.po)0
-rw-r--r--source/br/scp2/source/calc.po (renamed from translations/source/br/scp2/source/calc.po)0
-rw-r--r--source/br/scp2/source/draw.po (renamed from translations/source/br/scp2/source/draw.po)0
-rw-r--r--source/br/scp2/source/extensions.po (renamed from translations/source/br/scp2/source/extensions.po)0
-rw-r--r--source/br/scp2/source/gnome.po (renamed from translations/source/br/scp2/source/gnome.po)0
-rw-r--r--source/br/scp2/source/graphicfilter.po (renamed from translations/source/br/scp2/source/graphicfilter.po)0
-rw-r--r--source/br/scp2/source/impress.po (renamed from translations/source/br/scp2/source/impress.po)0
-rw-r--r--source/br/scp2/source/javafilter.po (renamed from translations/source/br/scp2/source/javafilter.po)0
-rw-r--r--source/br/scp2/source/kde.po (renamed from translations/source/br/scp2/source/kde.po)0
-rw-r--r--source/br/scp2/source/math.po (renamed from translations/source/br/scp2/source/math.po)0
-rw-r--r--source/br/scp2/source/onlineupdate.po (renamed from translations/source/br/scp2/source/onlineupdate.po)0
-rw-r--r--source/br/scp2/source/ooo.po (renamed from translations/source/br/scp2/source/ooo.po)0
-rw-r--r--source/br/scp2/source/python.po (renamed from translations/source/br/scp2/source/python.po)0
-rw-r--r--source/br/scp2/source/quickstart.po (renamed from translations/source/br/scp2/source/quickstart.po)0
-rw-r--r--source/br/scp2/source/sdkoo.po (renamed from translations/source/br/scp2/source/sdkoo.po)0
-rw-r--r--source/br/scp2/source/smoketest.po (renamed from translations/source/br/scp2/source/smoketest.po)0
-rw-r--r--source/br/scp2/source/stdlibs.po (renamed from translations/source/br/scp2/source/stdlibs.po)0
-rw-r--r--source/br/scp2/source/tde.po (renamed from translations/source/br/scp2/source/tde.po)0
-rw-r--r--source/br/scp2/source/winexplorerext.po (renamed from translations/source/br/scp2/source/winexplorerext.po)0
-rw-r--r--source/br/scp2/source/writer.po (renamed from translations/source/br/scp2/source/writer.po)0
-rw-r--r--source/br/scp2/source/xsltfilter.po (renamed from translations/source/br/scp2/source/xsltfilter.po)0
-rw-r--r--source/br/scripting/source/pyprov.po (renamed from translations/source/br/scripting/source/pyprov.po)0
-rw-r--r--source/br/sd/source/core.po (renamed from translations/source/br/sd/source/core.po)0
-rw-r--r--source/br/sd/source/filter/html.po (renamed from translations/source/br/sd/source/filter/html.po)0
-rw-r--r--source/br/sd/source/ui/accessibility.po (renamed from translations/source/br/sd/source/ui/accessibility.po)0
-rw-r--r--source/br/sd/source/ui/animations.po (renamed from translations/source/br/sd/source/ui/animations.po)0
-rw-r--r--source/br/sd/source/ui/annotations.po (renamed from translations/source/br/sd/source/ui/annotations.po)0
-rw-r--r--source/br/sd/source/ui/app.po (renamed from translations/source/br/sd/source/ui/app.po)0
-rw-r--r--source/br/sd/source/ui/dlg.po (renamed from translations/source/br/sd/source/ui/dlg.po)0
-rw-r--r--source/br/sd/source/ui/slideshow.po (renamed from translations/source/br/sd/source/ui/slideshow.po)0
-rw-r--r--source/br/sd/source/ui/table.po (renamed from translations/source/br/sd/source/ui/table.po)0
-rw-r--r--source/br/sd/source/ui/view.po (renamed from translations/source/br/sd/source/ui/view.po)0
-rw-r--r--source/br/sdext/source/minimizer.po (renamed from translations/source/br/sdext/source/minimizer.po)0
-rw-r--r--source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/br/sdext/source/pdfimport.po (renamed from translations/source/br/sdext/source/pdfimport.po)0
-rw-r--r--source/br/sdext/source/presenter.po (renamed from translations/source/br/sdext/source/presenter.po)0
-rw-r--r--source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/br/setup_native/source/mac.po (renamed from translations/source/br/setup_native/source/mac.po)0
-rw-r--r--source/br/sfx2/source/appl.po (renamed from translations/source/br/sfx2/source/appl.po)0
-rw-r--r--source/br/sfx2/source/bastyp.po (renamed from translations/source/br/sfx2/source/bastyp.po)0
-rw-r--r--source/br/sfx2/source/dialog.po (renamed from translations/source/br/sfx2/source/dialog.po)0
-rw-r--r--source/br/sfx2/source/doc.po (renamed from translations/source/br/sfx2/source/doc.po)0
-rw-r--r--source/br/sfx2/source/menu.po (renamed from translations/source/br/sfx2/source/menu.po)0
-rw-r--r--source/br/sfx2/source/view.po (renamed from translations/source/br/sfx2/source/view.po)0
-rw-r--r--source/br/shell/source/win32/shlxthandler/res.po (renamed from translations/source/br/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/br/starmath/source.po (renamed from translations/source/br/starmath/source.po)0
-rw-r--r--source/br/svl/source/items.po (renamed from translations/source/br/svl/source/items.po)0
-rw-r--r--source/br/svl/source/misc.po (renamed from translations/source/br/svl/source/misc.po)0
-rw-r--r--source/br/svtools/source/contnr.po (renamed from translations/source/br/svtools/source/contnr.po)0
-rw-r--r--source/br/svtools/source/control.po (renamed from translations/source/br/svtools/source/control.po)0
-rw-r--r--source/br/svtools/source/dialogs.po (renamed from translations/source/br/svtools/source/dialogs.po)0
-rw-r--r--source/br/svtools/source/filter.po (renamed from translations/source/br/svtools/source/filter.po)0
-rw-r--r--source/br/svtools/source/java.po (renamed from translations/source/br/svtools/source/java.po)0
-rw-r--r--source/br/svtools/source/misc.po (renamed from translations/source/br/svtools/source/misc.po)0
-rw-r--r--source/br/svtools/source/toolpanel.po (renamed from translations/source/br/svtools/source/toolpanel.po)0
-rw-r--r--source/br/svtools/workben/unodialog.po (renamed from translations/source/br/svtools/workben/unodialog.po)0
-rw-r--r--source/br/svx/inc.po (renamed from translations/source/br/svx/inc.po)0
-rw-r--r--source/br/svx/source/accessibility.po (renamed from translations/source/br/svx/source/accessibility.po)0
-rw-r--r--source/br/svx/source/dialog.po (renamed from translations/source/br/svx/source/dialog.po)0
-rw-r--r--source/br/svx/source/engine3d.po (renamed from translations/source/br/svx/source/engine3d.po)0
-rw-r--r--source/br/svx/source/fmcomp.po (renamed from translations/source/br/svx/source/fmcomp.po)0
-rw-r--r--source/br/svx/source/form.po (renamed from translations/source/br/svx/source/form.po)0
-rw-r--r--source/br/svx/source/gallery2.po (renamed from translations/source/br/svx/source/gallery2.po)0
-rw-r--r--source/br/svx/source/items.po (renamed from translations/source/br/svx/source/items.po)0
-rw-r--r--source/br/svx/source/src.po (renamed from translations/source/br/svx/source/src.po)0
-rw-r--r--source/br/svx/source/stbctrls.po (renamed from translations/source/br/svx/source/stbctrls.po)0
-rw-r--r--source/br/svx/source/svdraw.po (renamed from translations/source/br/svx/source/svdraw.po)0
-rw-r--r--source/br/svx/source/table.po (renamed from translations/source/br/svx/source/table.po)0
-rw-r--r--source/br/svx/source/tbxctrls.po (renamed from translations/source/br/svx/source/tbxctrls.po)0
-rw-r--r--source/br/svx/source/toolbars.po (renamed from translations/source/br/svx/source/toolbars.po)0
-rw-r--r--source/br/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/br/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/br/sw/source/core/layout.po (renamed from translations/source/br/sw/source/core/layout.po)0
-rw-r--r--source/br/sw/source/core/undo.po (renamed from translations/source/br/sw/source/core/undo.po)0
-rw-r--r--source/br/sw/source/core/unocore.po (renamed from translations/source/br/sw/source/core/unocore.po)0
-rw-r--r--source/br/sw/source/ui/app.po (renamed from translations/source/br/sw/source/ui/app.po)0
-rw-r--r--source/br/sw/source/ui/chrdlg.po (renamed from translations/source/br/sw/source/ui/chrdlg.po)0
-rw-r--r--source/br/sw/source/ui/config.po (renamed from translations/source/br/sw/source/ui/config.po)0
-rw-r--r--source/br/sw/source/ui/dbui.po (renamed from translations/source/br/sw/source/ui/dbui.po)0
-rw-r--r--source/br/sw/source/ui/dialog.po (renamed from translations/source/br/sw/source/ui/dialog.po)0
-rw-r--r--source/br/sw/source/ui/dochdl.po (renamed from translations/source/br/sw/source/ui/dochdl.po)0
-rw-r--r--source/br/sw/source/ui/docvw.po (renamed from translations/source/br/sw/source/ui/docvw.po)0
-rw-r--r--source/br/sw/source/ui/envelp.po (renamed from translations/source/br/sw/source/ui/envelp.po)0
-rw-r--r--source/br/sw/source/ui/fldui.po (renamed from translations/source/br/sw/source/ui/fldui.po)0
-rw-r--r--source/br/sw/source/ui/fmtui.po (renamed from translations/source/br/sw/source/ui/fmtui.po)0
-rw-r--r--source/br/sw/source/ui/frmdlg.po (renamed from translations/source/br/sw/source/ui/frmdlg.po)0
-rw-r--r--source/br/sw/source/ui/globdoc.po (renamed from translations/source/br/sw/source/ui/globdoc.po)0
-rw-r--r--source/br/sw/source/ui/index.po (renamed from translations/source/br/sw/source/ui/index.po)0
-rw-r--r--source/br/sw/source/ui/lingu.po (renamed from translations/source/br/sw/source/ui/lingu.po)0
-rw-r--r--source/br/sw/source/ui/misc.po (renamed from translations/source/br/sw/source/ui/misc.po)0
-rw-r--r--source/br/sw/source/ui/ribbar.po (renamed from translations/source/br/sw/source/ui/ribbar.po)0
-rw-r--r--source/br/sw/source/ui/shells.po (renamed from translations/source/br/sw/source/ui/shells.po)0
-rw-r--r--source/br/sw/source/ui/smartmenu.po (renamed from translations/source/br/sw/source/ui/smartmenu.po)0
-rw-r--r--source/br/sw/source/ui/table.po (renamed from translations/source/br/sw/source/ui/table.po)0
-rw-r--r--source/br/sw/source/ui/uiview.po (renamed from translations/source/br/sw/source/ui/uiview.po)0
-rw-r--r--source/br/sw/source/ui/utlui.po (renamed from translations/source/br/sw/source/ui/utlui.po)0
-rw-r--r--source/br/sw/source/ui/web.po (renamed from translations/source/br/sw/source/ui/web.po)0
-rw-r--r--source/br/sw/source/ui/wrtsh.po (renamed from translations/source/br/sw/source/ui/wrtsh.po)0
-rw-r--r--source/br/swext/mediawiki/help.po (renamed from translations/source/br/swext/mediawiki/help.po)0
-rw-r--r--source/br/swext/mediawiki/src.po (renamed from translations/source/br/swext/mediawiki/src.po)0
-rw-r--r--source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/br/sysui/desktop/share.po (renamed from translations/source/br/sysui/desktop/share.po)0
-rw-r--r--source/br/uui/source.po (renamed from translations/source/br/uui/source.po)0
-rw-r--r--source/br/vcl/source/src.po (renamed from translations/source/br/vcl/source/src.po)0
-rw-r--r--source/br/wizards/source/euro.po (renamed from translations/source/br/wizards/source/euro.po)0
-rw-r--r--source/br/wizards/source/formwizard.po (renamed from translations/source/br/wizards/source/formwizard.po)0
-rw-r--r--source/br/wizards/source/importwizard.po (renamed from translations/source/br/wizards/source/importwizard.po)0
-rw-r--r--source/br/wizards/source/schedule.po (renamed from translations/source/br/wizards/source/schedule.po)0
-rw-r--r--source/br/wizards/source/template.po (renamed from translations/source/br/wizards/source/template.po)0
-rw-r--r--source/br/xmlsecurity/source/component.po (renamed from translations/source/br/xmlsecurity/source/component.po)0
-rw-r--r--source/br/xmlsecurity/source/dialogs.po (renamed from translations/source/br/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/brx/accessibility/source/helper.po (renamed from translations/source/brx/accessibility/source/helper.po)0
-rw-r--r--source/brx/avmedia/source/framework.po (renamed from translations/source/brx/avmedia/source/framework.po)0
-rw-r--r--source/brx/avmedia/source/viewer.po (renamed from translations/source/brx/avmedia/source/viewer.po)0
-rw-r--r--source/brx/basctl/source/basicide.po (renamed from translations/source/brx/basctl/source/basicide.po)0
-rw-r--r--source/brx/basctl/source/dlged.po (renamed from translations/source/brx/basctl/source/dlged.po)0
-rw-r--r--source/brx/basic/source/classes.po (renamed from translations/source/brx/basic/source/classes.po)0
-rw-r--r--source/brx/basic/source/sbx.po (renamed from translations/source/brx/basic/source/sbx.po)0
-rw-r--r--source/brx/chart2/source/controller/dialogs.po (renamed from translations/source/brx/chart2/source/controller/dialogs.po)0
-rw-r--r--source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/brx/connectivity/source/resource.po (renamed from translations/source/brx/connectivity/source/resource.po)0
-rw-r--r--source/brx/cui/source/customize.po (renamed from translations/source/brx/cui/source/customize.po)0
-rw-r--r--source/brx/cui/source/dialogs.po (renamed from translations/source/brx/cui/source/dialogs.po)0
-rw-r--r--source/brx/cui/source/options.po (renamed from translations/source/brx/cui/source/options.po)0
-rw-r--r--source/brx/cui/source/tabpages.po (renamed from translations/source/brx/cui/source/tabpages.po)0
-rw-r--r--source/brx/dbaccess/source/core/resource.po (renamed from translations/source/brx/dbaccess/source/core/resource.po)0
-rw-r--r--source/brx/dbaccess/source/ext/macromigration.po (renamed from translations/source/brx/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/brx/dbaccess/source/sdbtools/resource.po (renamed from translations/source/brx/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/brx/dbaccess/source/ui/app.po (renamed from translations/source/brx/dbaccess/source/ui/app.po)0
-rw-r--r--source/brx/dbaccess/source/ui/browser.po (renamed from translations/source/brx/dbaccess/source/ui/browser.po)0
-rw-r--r--source/brx/dbaccess/source/ui/control.po (renamed from translations/source/brx/dbaccess/source/ui/control.po)0
-rw-r--r--source/brx/dbaccess/source/ui/dlg.po (renamed from translations/source/brx/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/brx/dbaccess/source/ui/inc.po (renamed from translations/source/brx/dbaccess/source/ui/inc.po)0
-rw-r--r--source/brx/dbaccess/source/ui/misc.po (renamed from translations/source/brx/dbaccess/source/ui/misc.po)0
-rw-r--r--source/brx/dbaccess/source/ui/querydesign.po (renamed from translations/source/brx/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/brx/dbaccess/source/ui/relationdesign.po (renamed from translations/source/brx/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/brx/dbaccess/source/ui/tabledesign.po (renamed from translations/source/brx/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/brx/dbaccess/source/ui/uno.po (renamed from translations/source/brx/dbaccess/source/ui/uno.po)0
-rw-r--r--source/brx/desktop/source/app.po (renamed from translations/source/brx/desktop/source/app.po)0
-rw-r--r--source/brx/desktop/source/deployment/gui.po (renamed from translations/source/brx/desktop/source/deployment/gui.po)0
-rw-r--r--source/brx/desktop/source/deployment/manager.po (renamed from translations/source/brx/desktop/source/deployment/manager.po)0
-rw-r--r--source/brx/desktop/source/deployment/misc.po (renamed from translations/source/brx/desktop/source/deployment/misc.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry.po (renamed from translations/source/brx/desktop/source/deployment/registry.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/component.po (renamed from translations/source/brx/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/configuration.po (renamed from translations/source/brx/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/help.po (renamed from translations/source/brx/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/package.po (renamed from translations/source/brx/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/script.po (renamed from translations/source/brx/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/brx/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/brx/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/brx/desktop/source/deployment/unopkg.po (renamed from translations/source/brx/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/brx/dictionaries/af_ZA.po (renamed from translations/source/brx/dictionaries/af_ZA.po)0
-rw-r--r--source/brx/dictionaries/an_ES.po (renamed from translations/source/brx/dictionaries/an_ES.po)0
-rw-r--r--source/brx/dictionaries/ar.po (renamed from translations/source/brx/dictionaries/ar.po)0
-rw-r--r--source/brx/dictionaries/be_BY.po (renamed from translations/source/brx/dictionaries/be_BY.po)0
-rw-r--r--source/brx/dictionaries/bg_BG.po (renamed from translations/source/brx/dictionaries/bg_BG.po)0
-rw-r--r--source/brx/dictionaries/bn_BD.po (renamed from translations/source/brx/dictionaries/bn_BD.po)0
-rw-r--r--source/brx/dictionaries/br_FR.po (renamed from translations/source/brx/dictionaries/br_FR.po)0
-rw-r--r--source/brx/dictionaries/ca.po (renamed from translations/source/brx/dictionaries/ca.po)0
-rw-r--r--source/brx/dictionaries/cs_CZ.po (renamed from translations/source/brx/dictionaries/cs_CZ.po)0
-rw-r--r--source/brx/dictionaries/da_DK.po (renamed from translations/source/brx/dictionaries/da_DK.po)0
-rw-r--r--source/brx/dictionaries/de.po (renamed from translations/source/brx/dictionaries/de.po)0
-rw-r--r--source/brx/dictionaries/el_GR.po (renamed from translations/source/brx/dictionaries/el_GR.po)0
-rw-r--r--source/brx/dictionaries/en.po (renamed from translations/source/brx/dictionaries/en.po)0
-rw-r--r--source/brx/dictionaries/en/dialog.po (renamed from translations/source/brx/dictionaries/en/dialog.po)0
-rw-r--r--source/brx/dictionaries/es_ES.po (renamed from translations/source/brx/dictionaries/es_ES.po)0
-rw-r--r--source/brx/dictionaries/et_EE.po (renamed from translations/source/brx/dictionaries/et_EE.po)0
-rw-r--r--source/brx/dictionaries/fr_FR.po (renamed from translations/source/brx/dictionaries/fr_FR.po)0
-rw-r--r--source/brx/dictionaries/gd_GB.po (renamed from translations/source/brx/dictionaries/gd_GB.po)0
-rw-r--r--source/brx/dictionaries/gl.po (renamed from translations/source/brx/dictionaries/gl.po)0
-rw-r--r--source/brx/dictionaries/gu_IN.po (renamed from translations/source/brx/dictionaries/gu_IN.po)0
-rw-r--r--source/brx/dictionaries/he_IL.po (renamed from translations/source/brx/dictionaries/he_IL.po)0
-rw-r--r--source/brx/dictionaries/hi_IN.po (renamed from translations/source/brx/dictionaries/hi_IN.po)0
-rw-r--r--source/brx/dictionaries/hr_HR.po (renamed from translations/source/brx/dictionaries/hr_HR.po)0
-rw-r--r--source/brx/dictionaries/hu_HU.po (renamed from translations/source/brx/dictionaries/hu_HU.po)0
-rw-r--r--source/brx/dictionaries/hu_HU/dialog.po (renamed from translations/source/brx/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/brx/dictionaries/it_IT.po (renamed from translations/source/brx/dictionaries/it_IT.po)0
-rw-r--r--source/brx/dictionaries/ku_TR.po (renamed from translations/source/brx/dictionaries/ku_TR.po)0
-rw-r--r--source/brx/dictionaries/lt_LT.po (renamed from translations/source/brx/dictionaries/lt_LT.po)0
-rw-r--r--source/brx/dictionaries/lv_LV.po (renamed from translations/source/brx/dictionaries/lv_LV.po)0
-rw-r--r--source/brx/dictionaries/ne_NP.po (renamed from translations/source/brx/dictionaries/ne_NP.po)0
-rw-r--r--source/brx/dictionaries/nl_NL.po (renamed from translations/source/brx/dictionaries/nl_NL.po)0
-rw-r--r--source/brx/dictionaries/no.po (renamed from translations/source/brx/dictionaries/no.po)0
-rw-r--r--source/brx/dictionaries/oc_FR.po (renamed from translations/source/brx/dictionaries/oc_FR.po)0
-rw-r--r--source/brx/dictionaries/pl_PL.po (renamed from translations/source/brx/dictionaries/pl_PL.po)0
-rw-r--r--source/brx/dictionaries/pt_BR.po (renamed from translations/source/brx/dictionaries/pt_BR.po)0
-rw-r--r--source/brx/dictionaries/pt_PT.po (renamed from translations/source/brx/dictionaries/pt_PT.po)0
-rw-r--r--source/brx/dictionaries/ro.po (renamed from translations/source/brx/dictionaries/ro.po)0
-rw-r--r--source/brx/dictionaries/ru_RU.po (renamed from translations/source/brx/dictionaries/ru_RU.po)0
-rw-r--r--source/brx/dictionaries/ru_RU/dialog.po (renamed from translations/source/brx/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/brx/dictionaries/si_LK.po (renamed from translations/source/brx/dictionaries/si_LK.po)0
-rw-r--r--source/brx/dictionaries/sk_SK.po (renamed from translations/source/brx/dictionaries/sk_SK.po)0
-rw-r--r--source/brx/dictionaries/sl_SI.po (renamed from translations/source/brx/dictionaries/sl_SI.po)0
-rw-r--r--source/brx/dictionaries/sr.po (renamed from translations/source/brx/dictionaries/sr.po)0
-rw-r--r--source/brx/dictionaries/sv_SE.po (renamed from translations/source/brx/dictionaries/sv_SE.po)0
-rw-r--r--source/brx/dictionaries/sw_TZ.po (renamed from translations/source/brx/dictionaries/sw_TZ.po)0
-rw-r--r--source/brx/dictionaries/te_IN.po (renamed from translations/source/brx/dictionaries/te_IN.po)0
-rw-r--r--source/brx/dictionaries/th_TH.po (renamed from translations/source/brx/dictionaries/th_TH.po)0
-rw-r--r--source/brx/dictionaries/uk_UA.po (renamed from translations/source/brx/dictionaries/uk_UA.po)0
-rw-r--r--source/brx/dictionaries/vi.po (renamed from translations/source/brx/dictionaries/vi.po)0
-rw-r--r--source/brx/dictionaries/zu_ZA.po (renamed from translations/source/brx/dictionaries/zu_ZA.po)0
-rw-r--r--source/brx/editeng/source/accessibility.po (renamed from translations/source/brx/editeng/source/accessibility.po)0
-rw-r--r--source/brx/editeng/source/editeng.po (renamed from translations/source/brx/editeng/source/editeng.po)0
-rw-r--r--source/brx/editeng/source/items.po (renamed from translations/source/brx/editeng/source/items.po)0
-rw-r--r--source/brx/editeng/source/misc.po (renamed from translations/source/brx/editeng/source/misc.po)0
-rw-r--r--source/brx/editeng/source/outliner.po (renamed from translations/source/brx/editeng/source/outliner.po)0
-rw-r--r--source/brx/extensions/source/abpilot.po (renamed from translations/source/brx/extensions/source/abpilot.po)0
-rw-r--r--source/brx/extensions/source/bibliography.po (renamed from translations/source/brx/extensions/source/bibliography.po)0
-rw-r--r--source/brx/extensions/source/dbpilots.po (renamed from translations/source/brx/extensions/source/dbpilots.po)0
-rw-r--r--source/brx/extensions/source/propctrlr.po (renamed from translations/source/brx/extensions/source/propctrlr.po)0
-rw-r--r--source/brx/extensions/source/scanner.po (renamed from translations/source/brx/extensions/source/scanner.po)0
-rw-r--r--source/brx/extensions/source/update/check.po (renamed from translations/source/brx/extensions/source/update/check.po)0
-rw-r--r--source/brx/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/brx/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/brx/filter/source/config/fragments/filters.po (renamed from translations/source/brx/filter/source/config/fragments/filters.po)0
-rw-r--r--source/brx/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/brx/filter/source/config/fragments/types.po (renamed from translations/source/brx/filter/source/config/fragments/types.po)0
-rw-r--r--source/brx/filter/source/flash.po (renamed from translations/source/brx/filter/source/flash.po)0
-rw-r--r--source/brx/filter/source/graphicfilter/eps.po (renamed from translations/source/brx/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/brx/filter/source/pdf.po (renamed from translations/source/brx/filter/source/pdf.po)0
-rw-r--r--source/brx/filter/source/t602.po (renamed from translations/source/brx/filter/source/t602.po)0
-rw-r--r--source/brx/filter/source/xsltdialog.po (renamed from translations/source/brx/filter/source/xsltdialog.po)0
-rw-r--r--source/brx/forms/source/resource.po (renamed from translations/source/brx/forms/source/resource.po)0
-rw-r--r--source/brx/formula/source/core/resource.po (renamed from translations/source/brx/formula/source/core/resource.po)0
-rw-r--r--source/brx/formula/source/ui/dlg.po (renamed from translations/source/brx/formula/source/ui/dlg.po)0
-rw-r--r--source/brx/fpicker/source/office.po (renamed from translations/source/brx/fpicker/source/office.po)0
-rw-r--r--source/brx/framework/source/classes.po (renamed from translations/source/brx/framework/source/classes.po)0
-rw-r--r--source/brx/framework/source/services.po (renamed from translations/source/brx/framework/source/services.po)0
-rw-r--r--source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/brx/mysqlc/source.po (renamed from translations/source/brx/mysqlc/source.po)0
-rw-r--r--source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/brx/nlpsolver/src/locale.po (renamed from translations/source/brx/nlpsolver/src/locale.po)0
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/brx/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/brx/padmin/source.po (renamed from translations/source/brx/padmin/source.po)0
-rw-r--r--source/brx/readlicense_oo/docs/readme.po (renamed from translations/source/brx/readlicense_oo/docs/readme.po)0
-rw-r--r--source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/brx/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/brx/reportbuilder/util.po (renamed from translations/source/brx/reportbuilder/util.po)0
-rw-r--r--source/brx/reportdesign/source/core/resource.po (renamed from translations/source/brx/reportdesign/source/core/resource.po)0
-rw-r--r--source/brx/reportdesign/source/ui/dlg.po (renamed from translations/source/brx/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/brx/reportdesign/source/ui/inspection.po (renamed from translations/source/brx/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/brx/reportdesign/source/ui/report.po (renamed from translations/source/brx/reportdesign/source/ui/report.po)0
-rw-r--r--source/brx/sc/source/core/src.po (renamed from translations/source/brx/sc/source/core/src.po)0
-rw-r--r--source/brx/sc/source/ui/cctrl.po (renamed from translations/source/brx/sc/source/ui/cctrl.po)0
-rw-r--r--source/brx/sc/source/ui/dbgui.po (renamed from translations/source/brx/sc/source/ui/dbgui.po)0
-rw-r--r--source/brx/sc/source/ui/docshell.po (renamed from translations/source/brx/sc/source/ui/docshell.po)0
-rw-r--r--source/brx/sc/source/ui/drawfunc.po (renamed from translations/source/brx/sc/source/ui/drawfunc.po)0
-rw-r--r--source/brx/sc/source/ui/formdlg.po (renamed from translations/source/brx/sc/source/ui/formdlg.po)0
-rw-r--r--source/brx/sc/source/ui/miscdlgs.po (renamed from translations/source/brx/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/brx/sc/source/ui/navipi.po (renamed from translations/source/brx/sc/source/ui/navipi.po)0
-rw-r--r--source/brx/sc/source/ui/optdlg.po (renamed from translations/source/brx/sc/source/ui/optdlg.po)0
-rw-r--r--source/brx/sc/source/ui/pagedlg.po (renamed from translations/source/brx/sc/source/ui/pagedlg.po)0
-rw-r--r--source/brx/sc/source/ui/src.po (renamed from translations/source/brx/sc/source/ui/src.po)0
-rw-r--r--source/brx/sc/source/ui/styleui.po (renamed from translations/source/brx/sc/source/ui/styleui.po)0
-rw-r--r--source/brx/scaddins/source/analysis.po (renamed from translations/source/brx/scaddins/source/analysis.po)0
-rw-r--r--source/brx/scaddins/source/datefunc.po (renamed from translations/source/brx/scaddins/source/datefunc.po)0
-rw-r--r--source/brx/sccomp/source/solver.po (renamed from translations/source/brx/sccomp/source/solver.po)0
-rw-r--r--source/brx/scp2/source/accessories.po (renamed from translations/source/brx/scp2/source/accessories.po)0
-rw-r--r--source/brx/scp2/source/activex.po (renamed from translations/source/brx/scp2/source/activex.po)0
-rw-r--r--source/brx/scp2/source/base.po (renamed from translations/source/brx/scp2/source/base.po)0
-rw-r--r--source/brx/scp2/source/binfilter.po (renamed from translations/source/brx/scp2/source/binfilter.po)0
-rw-r--r--source/brx/scp2/source/calc.po (renamed from translations/source/brx/scp2/source/calc.po)0
-rw-r--r--source/brx/scp2/source/draw.po (renamed from translations/source/brx/scp2/source/draw.po)0
-rw-r--r--source/brx/scp2/source/extensions.po (renamed from translations/source/brx/scp2/source/extensions.po)0
-rw-r--r--source/brx/scp2/source/gnome.po (renamed from translations/source/brx/scp2/source/gnome.po)0
-rw-r--r--source/brx/scp2/source/graphicfilter.po (renamed from translations/source/brx/scp2/source/graphicfilter.po)0
-rw-r--r--source/brx/scp2/source/impress.po (renamed from translations/source/brx/scp2/source/impress.po)0
-rw-r--r--source/brx/scp2/source/javafilter.po (renamed from translations/source/brx/scp2/source/javafilter.po)0
-rw-r--r--source/brx/scp2/source/kde.po (renamed from translations/source/brx/scp2/source/kde.po)0
-rw-r--r--source/brx/scp2/source/math.po (renamed from translations/source/brx/scp2/source/math.po)0
-rw-r--r--source/brx/scp2/source/onlineupdate.po (renamed from translations/source/brx/scp2/source/onlineupdate.po)0
-rw-r--r--source/brx/scp2/source/ooo.po (renamed from translations/source/brx/scp2/source/ooo.po)0
-rw-r--r--source/brx/scp2/source/python.po (renamed from translations/source/brx/scp2/source/python.po)0
-rw-r--r--source/brx/scp2/source/quickstart.po (renamed from translations/source/brx/scp2/source/quickstart.po)0
-rw-r--r--source/brx/scp2/source/sdkoo.po (renamed from translations/source/brx/scp2/source/sdkoo.po)0
-rw-r--r--source/brx/scp2/source/smoketest.po (renamed from translations/source/brx/scp2/source/smoketest.po)0
-rw-r--r--source/brx/scp2/source/stdlibs.po (renamed from translations/source/brx/scp2/source/stdlibs.po)0
-rw-r--r--source/brx/scp2/source/tde.po (renamed from translations/source/brx/scp2/source/tde.po)0
-rw-r--r--source/brx/scp2/source/winexplorerext.po (renamed from translations/source/brx/scp2/source/winexplorerext.po)0
-rw-r--r--source/brx/scp2/source/writer.po (renamed from translations/source/brx/scp2/source/writer.po)0
-rw-r--r--source/brx/scp2/source/xsltfilter.po (renamed from translations/source/brx/scp2/source/xsltfilter.po)0
-rw-r--r--source/brx/scripting/source/pyprov.po (renamed from translations/source/brx/scripting/source/pyprov.po)0
-rw-r--r--source/brx/sd/source/core.po (renamed from translations/source/brx/sd/source/core.po)0
-rw-r--r--source/brx/sd/source/filter/html.po (renamed from translations/source/brx/sd/source/filter/html.po)0
-rw-r--r--source/brx/sd/source/ui/accessibility.po (renamed from translations/source/brx/sd/source/ui/accessibility.po)0
-rw-r--r--source/brx/sd/source/ui/animations.po (renamed from translations/source/brx/sd/source/ui/animations.po)0
-rw-r--r--source/brx/sd/source/ui/annotations.po (renamed from translations/source/brx/sd/source/ui/annotations.po)0
-rw-r--r--source/brx/sd/source/ui/app.po (renamed from translations/source/brx/sd/source/ui/app.po)0
-rw-r--r--source/brx/sd/source/ui/dlg.po (renamed from translations/source/brx/sd/source/ui/dlg.po)0
-rw-r--r--source/brx/sd/source/ui/slideshow.po (renamed from translations/source/brx/sd/source/ui/slideshow.po)0
-rw-r--r--source/brx/sd/source/ui/table.po (renamed from translations/source/brx/sd/source/ui/table.po)0
-rw-r--r--source/brx/sd/source/ui/view.po (renamed from translations/source/brx/sd/source/ui/view.po)0
-rw-r--r--source/brx/sdext/source/minimizer.po (renamed from translations/source/brx/sdext/source/minimizer.po)0
-rw-r--r--source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/brx/sdext/source/pdfimport.po (renamed from translations/source/brx/sdext/source/pdfimport.po)0
-rw-r--r--source/brx/sdext/source/presenter.po (renamed from translations/source/brx/sdext/source/presenter.po)0
-rw-r--r--source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/brx/setup_native/source/mac.po (renamed from translations/source/brx/setup_native/source/mac.po)0
-rw-r--r--source/brx/sfx2/source/appl.po (renamed from translations/source/brx/sfx2/source/appl.po)0
-rw-r--r--source/brx/sfx2/source/bastyp.po (renamed from translations/source/brx/sfx2/source/bastyp.po)0
-rw-r--r--source/brx/sfx2/source/dialog.po (renamed from translations/source/brx/sfx2/source/dialog.po)0
-rw-r--r--source/brx/sfx2/source/doc.po (renamed from translations/source/brx/sfx2/source/doc.po)0
-rw-r--r--source/brx/sfx2/source/menu.po (renamed from translations/source/brx/sfx2/source/menu.po)0
-rw-r--r--source/brx/sfx2/source/view.po (renamed from translations/source/brx/sfx2/source/view.po)0
-rw-r--r--source/brx/shell/source/win32/shlxthandler/res.po (renamed from translations/source/brx/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/brx/starmath/source.po (renamed from translations/source/brx/starmath/source.po)0
-rw-r--r--source/brx/svl/source/items.po (renamed from translations/source/brx/svl/source/items.po)0
-rw-r--r--source/brx/svl/source/misc.po (renamed from translations/source/brx/svl/source/misc.po)0
-rw-r--r--source/brx/svtools/source/contnr.po (renamed from translations/source/brx/svtools/source/contnr.po)0
-rw-r--r--source/brx/svtools/source/control.po (renamed from translations/source/brx/svtools/source/control.po)0
-rw-r--r--source/brx/svtools/source/dialogs.po (renamed from translations/source/brx/svtools/source/dialogs.po)0
-rw-r--r--source/brx/svtools/source/filter.po (renamed from translations/source/brx/svtools/source/filter.po)0
-rw-r--r--source/brx/svtools/source/java.po (renamed from translations/source/brx/svtools/source/java.po)0
-rw-r--r--source/brx/svtools/source/misc.po (renamed from translations/source/brx/svtools/source/misc.po)0
-rw-r--r--source/brx/svtools/source/toolpanel.po (renamed from translations/source/brx/svtools/source/toolpanel.po)0
-rw-r--r--source/brx/svtools/workben/unodialog.po (renamed from translations/source/brx/svtools/workben/unodialog.po)0
-rw-r--r--source/brx/svx/inc.po (renamed from translations/source/brx/svx/inc.po)0
-rw-r--r--source/brx/svx/source/accessibility.po (renamed from translations/source/brx/svx/source/accessibility.po)0
-rw-r--r--source/brx/svx/source/dialog.po (renamed from translations/source/brx/svx/source/dialog.po)0
-rw-r--r--source/brx/svx/source/engine3d.po (renamed from translations/source/brx/svx/source/engine3d.po)0
-rw-r--r--source/brx/svx/source/fmcomp.po (renamed from translations/source/brx/svx/source/fmcomp.po)0
-rw-r--r--source/brx/svx/source/form.po (renamed from translations/source/brx/svx/source/form.po)0
-rw-r--r--source/brx/svx/source/gallery2.po (renamed from translations/source/brx/svx/source/gallery2.po)0
-rw-r--r--source/brx/svx/source/items.po (renamed from translations/source/brx/svx/source/items.po)0
-rw-r--r--source/brx/svx/source/src.po (renamed from translations/source/brx/svx/source/src.po)0
-rw-r--r--source/brx/svx/source/stbctrls.po (renamed from translations/source/brx/svx/source/stbctrls.po)0
-rw-r--r--source/brx/svx/source/svdraw.po (renamed from translations/source/brx/svx/source/svdraw.po)0
-rw-r--r--source/brx/svx/source/table.po (renamed from translations/source/brx/svx/source/table.po)0
-rw-r--r--source/brx/svx/source/tbxctrls.po (renamed from translations/source/brx/svx/source/tbxctrls.po)0
-rw-r--r--source/brx/svx/source/toolbars.po (renamed from translations/source/brx/svx/source/toolbars.po)0
-rw-r--r--source/brx/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/brx/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/brx/sw/source/core/layout.po (renamed from translations/source/brx/sw/source/core/layout.po)0
-rw-r--r--source/brx/sw/source/core/undo.po (renamed from translations/source/brx/sw/source/core/undo.po)0
-rw-r--r--source/brx/sw/source/core/unocore.po (renamed from translations/source/brx/sw/source/core/unocore.po)0
-rw-r--r--source/brx/sw/source/ui/app.po (renamed from translations/source/brx/sw/source/ui/app.po)0
-rw-r--r--source/brx/sw/source/ui/chrdlg.po (renamed from translations/source/brx/sw/source/ui/chrdlg.po)0
-rw-r--r--source/brx/sw/source/ui/config.po (renamed from translations/source/brx/sw/source/ui/config.po)0
-rw-r--r--source/brx/sw/source/ui/dbui.po (renamed from translations/source/brx/sw/source/ui/dbui.po)0
-rw-r--r--source/brx/sw/source/ui/dialog.po (renamed from translations/source/brx/sw/source/ui/dialog.po)0
-rw-r--r--source/brx/sw/source/ui/dochdl.po (renamed from translations/source/brx/sw/source/ui/dochdl.po)0
-rw-r--r--source/brx/sw/source/ui/docvw.po (renamed from translations/source/brx/sw/source/ui/docvw.po)0
-rw-r--r--source/brx/sw/source/ui/envelp.po (renamed from translations/source/brx/sw/source/ui/envelp.po)0
-rw-r--r--source/brx/sw/source/ui/fldui.po (renamed from translations/source/brx/sw/source/ui/fldui.po)0
-rw-r--r--source/brx/sw/source/ui/fmtui.po (renamed from translations/source/brx/sw/source/ui/fmtui.po)0
-rw-r--r--source/brx/sw/source/ui/frmdlg.po (renamed from translations/source/brx/sw/source/ui/frmdlg.po)0
-rw-r--r--source/brx/sw/source/ui/globdoc.po (renamed from translations/source/brx/sw/source/ui/globdoc.po)0
-rw-r--r--source/brx/sw/source/ui/index.po (renamed from translations/source/brx/sw/source/ui/index.po)0
-rw-r--r--source/brx/sw/source/ui/lingu.po (renamed from translations/source/brx/sw/source/ui/lingu.po)0
-rw-r--r--source/brx/sw/source/ui/misc.po (renamed from translations/source/brx/sw/source/ui/misc.po)0
-rw-r--r--source/brx/sw/source/ui/ribbar.po (renamed from translations/source/brx/sw/source/ui/ribbar.po)0
-rw-r--r--source/brx/sw/source/ui/shells.po (renamed from translations/source/brx/sw/source/ui/shells.po)0
-rw-r--r--source/brx/sw/source/ui/smartmenu.po (renamed from translations/source/brx/sw/source/ui/smartmenu.po)0
-rw-r--r--source/brx/sw/source/ui/table.po (renamed from translations/source/brx/sw/source/ui/table.po)0
-rw-r--r--source/brx/sw/source/ui/uiview.po (renamed from translations/source/brx/sw/source/ui/uiview.po)0
-rw-r--r--source/brx/sw/source/ui/utlui.po (renamed from translations/source/brx/sw/source/ui/utlui.po)0
-rw-r--r--source/brx/sw/source/ui/web.po (renamed from translations/source/brx/sw/source/ui/web.po)0
-rw-r--r--source/brx/sw/source/ui/wrtsh.po (renamed from translations/source/brx/sw/source/ui/wrtsh.po)0
-rw-r--r--source/brx/swext/mediawiki/help.po (renamed from translations/source/brx/swext/mediawiki/help.po)0
-rw-r--r--source/brx/swext/mediawiki/src.po (renamed from translations/source/brx/swext/mediawiki/src.po)0
-rw-r--r--source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/brx/sysui/desktop/share.po (renamed from translations/source/brx/sysui/desktop/share.po)0
-rw-r--r--source/brx/uui/source.po (renamed from translations/source/brx/uui/source.po)0
-rw-r--r--source/brx/vcl/source/src.po (renamed from translations/source/brx/vcl/source/src.po)0
-rw-r--r--source/brx/wizards/source/euro.po (renamed from translations/source/brx/wizards/source/euro.po)0
-rw-r--r--source/brx/wizards/source/formwizard.po (renamed from translations/source/brx/wizards/source/formwizard.po)0
-rw-r--r--source/brx/wizards/source/importwizard.po (renamed from translations/source/brx/wizards/source/importwizard.po)0
-rw-r--r--source/brx/wizards/source/schedule.po (renamed from translations/source/brx/wizards/source/schedule.po)0
-rw-r--r--source/brx/wizards/source/template.po (renamed from translations/source/brx/wizards/source/template.po)0
-rw-r--r--source/brx/xmlsecurity/source/component.po (renamed from translations/source/brx/xmlsecurity/source/component.po)0
-rw-r--r--source/brx/xmlsecurity/source/dialogs.po (renamed from translations/source/brx/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/bs/accessibility/source/helper.po (renamed from translations/source/bs/accessibility/source/helper.po)0
-rw-r--r--source/bs/avmedia/source/framework.po (renamed from translations/source/bs/avmedia/source/framework.po)0
-rw-r--r--source/bs/avmedia/source/viewer.po (renamed from translations/source/bs/avmedia/source/viewer.po)0
-rw-r--r--source/bs/basctl/source/basicide.po (renamed from translations/source/bs/basctl/source/basicide.po)0
-rw-r--r--source/bs/basctl/source/dlged.po (renamed from translations/source/bs/basctl/source/dlged.po)0
-rw-r--r--source/bs/basic/source/classes.po (renamed from translations/source/bs/basic/source/classes.po)0
-rw-r--r--source/bs/basic/source/sbx.po (renamed from translations/source/bs/basic/source/sbx.po)0
-rw-r--r--source/bs/chart2/source/controller/dialogs.po (renamed from translations/source/bs/chart2/source/controller/dialogs.po)0
-rw-r--r--source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/bs/connectivity/source/resource.po (renamed from translations/source/bs/connectivity/source/resource.po)0
-rw-r--r--source/bs/cui/source/customize.po (renamed from translations/source/bs/cui/source/customize.po)0
-rw-r--r--source/bs/cui/source/dialogs.po (renamed from translations/source/bs/cui/source/dialogs.po)0
-rw-r--r--source/bs/cui/source/options.po (renamed from translations/source/bs/cui/source/options.po)0
-rw-r--r--source/bs/cui/source/tabpages.po (renamed from translations/source/bs/cui/source/tabpages.po)0
-rw-r--r--source/bs/dbaccess/source/core/resource.po (renamed from translations/source/bs/dbaccess/source/core/resource.po)0
-rw-r--r--source/bs/dbaccess/source/ext/macromigration.po (renamed from translations/source/bs/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/bs/dbaccess/source/sdbtools/resource.po (renamed from translations/source/bs/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/bs/dbaccess/source/ui/app.po (renamed from translations/source/bs/dbaccess/source/ui/app.po)0
-rw-r--r--source/bs/dbaccess/source/ui/browser.po (renamed from translations/source/bs/dbaccess/source/ui/browser.po)0
-rw-r--r--source/bs/dbaccess/source/ui/control.po (renamed from translations/source/bs/dbaccess/source/ui/control.po)0
-rw-r--r--source/bs/dbaccess/source/ui/dlg.po (renamed from translations/source/bs/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/bs/dbaccess/source/ui/inc.po (renamed from translations/source/bs/dbaccess/source/ui/inc.po)0
-rw-r--r--source/bs/dbaccess/source/ui/misc.po (renamed from translations/source/bs/dbaccess/source/ui/misc.po)0
-rw-r--r--source/bs/dbaccess/source/ui/querydesign.po (renamed from translations/source/bs/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/bs/dbaccess/source/ui/relationdesign.po (renamed from translations/source/bs/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/bs/dbaccess/source/ui/tabledesign.po (renamed from translations/source/bs/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/bs/dbaccess/source/ui/uno.po (renamed from translations/source/bs/dbaccess/source/ui/uno.po)0
-rw-r--r--source/bs/desktop/source/app.po (renamed from translations/source/bs/desktop/source/app.po)0
-rw-r--r--source/bs/desktop/source/deployment/gui.po (renamed from translations/source/bs/desktop/source/deployment/gui.po)0
-rw-r--r--source/bs/desktop/source/deployment/manager.po (renamed from translations/source/bs/desktop/source/deployment/manager.po)0
-rw-r--r--source/bs/desktop/source/deployment/misc.po (renamed from translations/source/bs/desktop/source/deployment/misc.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry.po (renamed from translations/source/bs/desktop/source/deployment/registry.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/component.po (renamed from translations/source/bs/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/configuration.po (renamed from translations/source/bs/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/help.po (renamed from translations/source/bs/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/package.po (renamed from translations/source/bs/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/script.po (renamed from translations/source/bs/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/bs/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/bs/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/bs/desktop/source/deployment/unopkg.po (renamed from translations/source/bs/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/bs/dictionaries/af_ZA.po (renamed from translations/source/bs/dictionaries/af_ZA.po)0
-rw-r--r--source/bs/dictionaries/an_ES.po (renamed from translations/source/bs/dictionaries/an_ES.po)0
-rw-r--r--source/bs/dictionaries/ar.po (renamed from translations/source/bs/dictionaries/ar.po)0
-rw-r--r--source/bs/dictionaries/be_BY.po (renamed from translations/source/bs/dictionaries/be_BY.po)0
-rw-r--r--source/bs/dictionaries/bg_BG.po (renamed from translations/source/bs/dictionaries/bg_BG.po)0
-rw-r--r--source/bs/dictionaries/bn_BD.po (renamed from translations/source/bs/dictionaries/bn_BD.po)0
-rw-r--r--source/bs/dictionaries/br_FR.po (renamed from translations/source/bs/dictionaries/br_FR.po)0
-rw-r--r--source/bs/dictionaries/ca.po (renamed from translations/source/bs/dictionaries/ca.po)0
-rw-r--r--source/bs/dictionaries/cs_CZ.po (renamed from translations/source/bs/dictionaries/cs_CZ.po)0
-rw-r--r--source/bs/dictionaries/da_DK.po (renamed from translations/source/bs/dictionaries/da_DK.po)0
-rw-r--r--source/bs/dictionaries/de.po (renamed from translations/source/bs/dictionaries/de.po)0
-rw-r--r--source/bs/dictionaries/el_GR.po (renamed from translations/source/bs/dictionaries/el_GR.po)0
-rw-r--r--source/bs/dictionaries/en.po (renamed from translations/source/bs/dictionaries/en.po)0
-rw-r--r--source/bs/dictionaries/en/dialog.po (renamed from translations/source/bs/dictionaries/en/dialog.po)0
-rw-r--r--source/bs/dictionaries/es_ES.po (renamed from translations/source/bs/dictionaries/es_ES.po)0
-rw-r--r--source/bs/dictionaries/et_EE.po (renamed from translations/source/bs/dictionaries/et_EE.po)0
-rw-r--r--source/bs/dictionaries/fr_FR.po (renamed from translations/source/bs/dictionaries/fr_FR.po)0
-rw-r--r--source/bs/dictionaries/gd_GB.po (renamed from translations/source/bs/dictionaries/gd_GB.po)0
-rw-r--r--source/bs/dictionaries/gl.po (renamed from translations/source/bs/dictionaries/gl.po)0
-rw-r--r--source/bs/dictionaries/gu_IN.po (renamed from translations/source/bs/dictionaries/gu_IN.po)0
-rw-r--r--source/bs/dictionaries/he_IL.po (renamed from translations/source/bs/dictionaries/he_IL.po)0
-rw-r--r--source/bs/dictionaries/hi_IN.po (renamed from translations/source/bs/dictionaries/hi_IN.po)0
-rw-r--r--source/bs/dictionaries/hr_HR.po (renamed from translations/source/bs/dictionaries/hr_HR.po)0
-rw-r--r--source/bs/dictionaries/hu_HU.po (renamed from translations/source/bs/dictionaries/hu_HU.po)0
-rw-r--r--source/bs/dictionaries/hu_HU/dialog.po (renamed from translations/source/bs/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/bs/dictionaries/it_IT.po (renamed from translations/source/bs/dictionaries/it_IT.po)0
-rw-r--r--source/bs/dictionaries/ku_TR.po (renamed from translations/source/bs/dictionaries/ku_TR.po)0
-rw-r--r--source/bs/dictionaries/lt_LT.po (renamed from translations/source/bs/dictionaries/lt_LT.po)0
-rw-r--r--source/bs/dictionaries/lv_LV.po (renamed from translations/source/bs/dictionaries/lv_LV.po)0
-rw-r--r--source/bs/dictionaries/ne_NP.po (renamed from translations/source/bs/dictionaries/ne_NP.po)0
-rw-r--r--source/bs/dictionaries/nl_NL.po (renamed from translations/source/bs/dictionaries/nl_NL.po)0
-rw-r--r--source/bs/dictionaries/no.po (renamed from translations/source/bs/dictionaries/no.po)0
-rw-r--r--source/bs/dictionaries/oc_FR.po (renamed from translations/source/bs/dictionaries/oc_FR.po)0
-rw-r--r--source/bs/dictionaries/pl_PL.po (renamed from translations/source/bs/dictionaries/pl_PL.po)0
-rw-r--r--source/bs/dictionaries/pt_BR.po (renamed from translations/source/bs/dictionaries/pt_BR.po)0
-rw-r--r--source/bs/dictionaries/pt_PT.po (renamed from translations/source/bs/dictionaries/pt_PT.po)0
-rw-r--r--source/bs/dictionaries/ro.po (renamed from translations/source/bs/dictionaries/ro.po)0
-rw-r--r--source/bs/dictionaries/ru_RU.po (renamed from translations/source/bs/dictionaries/ru_RU.po)0
-rw-r--r--source/bs/dictionaries/ru_RU/dialog.po (renamed from translations/source/bs/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/bs/dictionaries/si_LK.po (renamed from translations/source/bs/dictionaries/si_LK.po)0
-rw-r--r--source/bs/dictionaries/sk_SK.po (renamed from translations/source/bs/dictionaries/sk_SK.po)0
-rw-r--r--source/bs/dictionaries/sl_SI.po (renamed from translations/source/bs/dictionaries/sl_SI.po)0
-rw-r--r--source/bs/dictionaries/sr.po (renamed from translations/source/bs/dictionaries/sr.po)0
-rw-r--r--source/bs/dictionaries/sv_SE.po (renamed from translations/source/bs/dictionaries/sv_SE.po)0
-rw-r--r--source/bs/dictionaries/sw_TZ.po (renamed from translations/source/bs/dictionaries/sw_TZ.po)0
-rw-r--r--source/bs/dictionaries/te_IN.po (renamed from translations/source/bs/dictionaries/te_IN.po)0
-rw-r--r--source/bs/dictionaries/th_TH.po (renamed from translations/source/bs/dictionaries/th_TH.po)0
-rw-r--r--source/bs/dictionaries/uk_UA.po (renamed from translations/source/bs/dictionaries/uk_UA.po)0
-rw-r--r--source/bs/dictionaries/vi.po (renamed from translations/source/bs/dictionaries/vi.po)0
-rw-r--r--source/bs/dictionaries/zu_ZA.po (renamed from translations/source/bs/dictionaries/zu_ZA.po)0
-rw-r--r--source/bs/editeng/source/accessibility.po (renamed from translations/source/bs/editeng/source/accessibility.po)0
-rw-r--r--source/bs/editeng/source/editeng.po (renamed from translations/source/bs/editeng/source/editeng.po)0
-rw-r--r--source/bs/editeng/source/items.po (renamed from translations/source/bs/editeng/source/items.po)0
-rw-r--r--source/bs/editeng/source/misc.po (renamed from translations/source/bs/editeng/source/misc.po)0
-rw-r--r--source/bs/editeng/source/outliner.po (renamed from translations/source/bs/editeng/source/outliner.po)0
-rw-r--r--source/bs/extensions/source/abpilot.po (renamed from translations/source/bs/extensions/source/abpilot.po)0
-rw-r--r--source/bs/extensions/source/bibliography.po (renamed from translations/source/bs/extensions/source/bibliography.po)0
-rw-r--r--source/bs/extensions/source/dbpilots.po (renamed from translations/source/bs/extensions/source/dbpilots.po)0
-rw-r--r--source/bs/extensions/source/propctrlr.po (renamed from translations/source/bs/extensions/source/propctrlr.po)0
-rw-r--r--source/bs/extensions/source/scanner.po (renamed from translations/source/bs/extensions/source/scanner.po)0
-rw-r--r--source/bs/extensions/source/update/check.po (renamed from translations/source/bs/extensions/source/update/check.po)0
-rw-r--r--source/bs/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/bs/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/bs/filter/source/config/fragments/filters.po (renamed from translations/source/bs/filter/source/config/fragments/filters.po)0
-rw-r--r--source/bs/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/bs/filter/source/config/fragments/types.po (renamed from translations/source/bs/filter/source/config/fragments/types.po)0
-rw-r--r--source/bs/filter/source/flash.po (renamed from translations/source/bs/filter/source/flash.po)0
-rw-r--r--source/bs/filter/source/graphicfilter/eps.po (renamed from translations/source/bs/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/bs/filter/source/pdf.po (renamed from translations/source/bs/filter/source/pdf.po)0
-rw-r--r--source/bs/filter/source/t602.po (renamed from translations/source/bs/filter/source/t602.po)0
-rw-r--r--source/bs/filter/source/xsltdialog.po (renamed from translations/source/bs/filter/source/xsltdialog.po)0
-rw-r--r--source/bs/forms/source/resource.po (renamed from translations/source/bs/forms/source/resource.po)0
-rw-r--r--source/bs/formula/source/core/resource.po (renamed from translations/source/bs/formula/source/core/resource.po)0
-rw-r--r--source/bs/formula/source/ui/dlg.po (renamed from translations/source/bs/formula/source/ui/dlg.po)0
-rw-r--r--source/bs/fpicker/source/office.po (renamed from translations/source/bs/fpicker/source/office.po)0
-rw-r--r--source/bs/framework/source/classes.po (renamed from translations/source/bs/framework/source/classes.po)0
-rw-r--r--source/bs/framework/source/services.po (renamed from translations/source/bs/framework/source/services.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/bs/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/bs/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc.po (renamed from translations/source/bs/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/00.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/02.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/04.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/05.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/bs/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/schart.po (renamed from translations/source/bs/helpcontent2/source/text/schart.po)0
-rw-r--r--source/bs/helpcontent2/source/text/schart/00.po (renamed from translations/source/bs/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/schart/01.po (renamed from translations/source/bs/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/schart/02.po (renamed from translations/source/bs/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/schart/04.po (renamed from translations/source/bs/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sdraw.po (renamed from translations/source/bs/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/bs/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/bs/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/bs/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/bs/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared.po (renamed from translations/source/bs/helpcontent2/source/text/shared.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po (renamed from translations/source/bs/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po (renamed from translations/source/bs/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po (renamed from translations/source/bs/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/04.po (renamed from translations/source/bs/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/05.po (renamed from translations/source/bs/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/07.po (renamed from translations/source/bs/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/bs/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/bs/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/bs/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po (renamed from translations/source/bs/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/bs/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress.po (renamed from translations/source/bs/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress/00.po (renamed from translations/source/bs/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress/01.po (renamed from translations/source/bs/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress/02.po (renamed from translations/source/bs/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress/04.po (renamed from translations/source/bs/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/bs/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath.po (renamed from translations/source/bs/helpcontent2/source/text/smath.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath/00.po (renamed from translations/source/bs/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath/01.po (renamed from translations/source/bs/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath/02.po (renamed from translations/source/bs/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath/04.po (renamed from translations/source/bs/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/smath/guide.po (renamed from translations/source/bs/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po (renamed from translations/source/bs/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po (renamed from translations/source/bs/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po (renamed from translations/source/bs/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po (renamed from translations/source/bs/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter/04.po (renamed from translations/source/bs/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/bs/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/bs/mysqlc/source.po (renamed from translations/source/bs/mysqlc/source.po)0
-rw-r--r--source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/bs/nlpsolver/src/locale.po (renamed from translations/source/bs/nlpsolver/src/locale.po)0
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/bs/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bs/padmin/source.po (renamed from translations/source/bs/padmin/source.po)0
-rw-r--r--source/bs/readlicense_oo/docs/readme.po (renamed from translations/source/bs/readlicense_oo/docs/readme.po)0
-rw-r--r--source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/bs/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/bs/reportbuilder/util.po (renamed from translations/source/bs/reportbuilder/util.po)0
-rw-r--r--source/bs/reportdesign/source/core/resource.po (renamed from translations/source/bs/reportdesign/source/core/resource.po)0
-rw-r--r--source/bs/reportdesign/source/ui/dlg.po (renamed from translations/source/bs/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/bs/reportdesign/source/ui/inspection.po (renamed from translations/source/bs/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/bs/reportdesign/source/ui/report.po (renamed from translations/source/bs/reportdesign/source/ui/report.po)0
-rw-r--r--source/bs/sc/source/core/src.po (renamed from translations/source/bs/sc/source/core/src.po)0
-rw-r--r--source/bs/sc/source/ui/cctrl.po (renamed from translations/source/bs/sc/source/ui/cctrl.po)0
-rw-r--r--source/bs/sc/source/ui/dbgui.po (renamed from translations/source/bs/sc/source/ui/dbgui.po)0
-rw-r--r--source/bs/sc/source/ui/docshell.po (renamed from translations/source/bs/sc/source/ui/docshell.po)0
-rw-r--r--source/bs/sc/source/ui/drawfunc.po (renamed from translations/source/bs/sc/source/ui/drawfunc.po)0
-rw-r--r--source/bs/sc/source/ui/formdlg.po (renamed from translations/source/bs/sc/source/ui/formdlg.po)0
-rw-r--r--source/bs/sc/source/ui/miscdlgs.po (renamed from translations/source/bs/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/bs/sc/source/ui/navipi.po (renamed from translations/source/bs/sc/source/ui/navipi.po)0
-rw-r--r--source/bs/sc/source/ui/optdlg.po (renamed from translations/source/bs/sc/source/ui/optdlg.po)0
-rw-r--r--source/bs/sc/source/ui/pagedlg.po (renamed from translations/source/bs/sc/source/ui/pagedlg.po)0
-rw-r--r--source/bs/sc/source/ui/src.po (renamed from translations/source/bs/sc/source/ui/src.po)0
-rw-r--r--source/bs/sc/source/ui/styleui.po (renamed from translations/source/bs/sc/source/ui/styleui.po)0
-rw-r--r--source/bs/scaddins/source/analysis.po (renamed from translations/source/bs/scaddins/source/analysis.po)0
-rw-r--r--source/bs/scaddins/source/datefunc.po (renamed from translations/source/bs/scaddins/source/datefunc.po)0
-rw-r--r--source/bs/sccomp/source/solver.po (renamed from translations/source/bs/sccomp/source/solver.po)0
-rw-r--r--source/bs/scp2/source/accessories.po (renamed from translations/source/bs/scp2/source/accessories.po)0
-rw-r--r--source/bs/scp2/source/activex.po (renamed from translations/source/bs/scp2/source/activex.po)0
-rw-r--r--source/bs/scp2/source/base.po (renamed from translations/source/bs/scp2/source/base.po)0
-rw-r--r--source/bs/scp2/source/binfilter.po (renamed from translations/source/bs/scp2/source/binfilter.po)0
-rw-r--r--source/bs/scp2/source/calc.po (renamed from translations/source/bs/scp2/source/calc.po)0
-rw-r--r--source/bs/scp2/source/draw.po (renamed from translations/source/bs/scp2/source/draw.po)0
-rw-r--r--source/bs/scp2/source/extensions.po (renamed from translations/source/bs/scp2/source/extensions.po)0
-rw-r--r--source/bs/scp2/source/gnome.po (renamed from translations/source/bs/scp2/source/gnome.po)0
-rw-r--r--source/bs/scp2/source/graphicfilter.po (renamed from translations/source/bs/scp2/source/graphicfilter.po)0
-rw-r--r--source/bs/scp2/source/impress.po (renamed from translations/source/bs/scp2/source/impress.po)0
-rw-r--r--source/bs/scp2/source/javafilter.po (renamed from translations/source/bs/scp2/source/javafilter.po)0
-rw-r--r--source/bs/scp2/source/kde.po (renamed from translations/source/bs/scp2/source/kde.po)0
-rw-r--r--source/bs/scp2/source/math.po (renamed from translations/source/bs/scp2/source/math.po)0
-rw-r--r--source/bs/scp2/source/onlineupdate.po (renamed from translations/source/bs/scp2/source/onlineupdate.po)0
-rw-r--r--source/bs/scp2/source/ooo.po (renamed from translations/source/bs/scp2/source/ooo.po)0
-rw-r--r--source/bs/scp2/source/python.po (renamed from translations/source/bs/scp2/source/python.po)0
-rw-r--r--source/bs/scp2/source/quickstart.po (renamed from translations/source/bs/scp2/source/quickstart.po)0
-rw-r--r--source/bs/scp2/source/sdkoo.po (renamed from translations/source/bs/scp2/source/sdkoo.po)0
-rw-r--r--source/bs/scp2/source/smoketest.po (renamed from translations/source/bs/scp2/source/smoketest.po)0
-rw-r--r--source/bs/scp2/source/stdlibs.po (renamed from translations/source/bs/scp2/source/stdlibs.po)0
-rw-r--r--source/bs/scp2/source/tde.po (renamed from translations/source/bs/scp2/source/tde.po)0
-rw-r--r--source/bs/scp2/source/winexplorerext.po (renamed from translations/source/bs/scp2/source/winexplorerext.po)0
-rw-r--r--source/bs/scp2/source/writer.po (renamed from translations/source/bs/scp2/source/writer.po)0
-rw-r--r--source/bs/scp2/source/xsltfilter.po (renamed from translations/source/bs/scp2/source/xsltfilter.po)0
-rw-r--r--source/bs/scripting/source/pyprov.po (renamed from translations/source/bs/scripting/source/pyprov.po)0
-rw-r--r--source/bs/sd/source/core.po (renamed from translations/source/bs/sd/source/core.po)0
-rw-r--r--source/bs/sd/source/filter/html.po (renamed from translations/source/bs/sd/source/filter/html.po)0
-rw-r--r--source/bs/sd/source/ui/accessibility.po (renamed from translations/source/bs/sd/source/ui/accessibility.po)0
-rw-r--r--source/bs/sd/source/ui/animations.po (renamed from translations/source/bs/sd/source/ui/animations.po)0
-rw-r--r--source/bs/sd/source/ui/annotations.po (renamed from translations/source/bs/sd/source/ui/annotations.po)0
-rw-r--r--source/bs/sd/source/ui/app.po (renamed from translations/source/bs/sd/source/ui/app.po)0
-rw-r--r--source/bs/sd/source/ui/dlg.po (renamed from translations/source/bs/sd/source/ui/dlg.po)0
-rw-r--r--source/bs/sd/source/ui/slideshow.po (renamed from translations/source/bs/sd/source/ui/slideshow.po)0
-rw-r--r--source/bs/sd/source/ui/table.po (renamed from translations/source/bs/sd/source/ui/table.po)0
-rw-r--r--source/bs/sd/source/ui/view.po (renamed from translations/source/bs/sd/source/ui/view.po)0
-rw-r--r--source/bs/sdext/source/minimizer.po (renamed from translations/source/bs/sdext/source/minimizer.po)0
-rw-r--r--source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bs/sdext/source/pdfimport.po (renamed from translations/source/bs/sdext/source/pdfimport.po)0
-rw-r--r--source/bs/sdext/source/presenter.po (renamed from translations/source/bs/sdext/source/presenter.po)0
-rw-r--r--source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/bs/setup_native/source/mac.po (renamed from translations/source/bs/setup_native/source/mac.po)0
-rw-r--r--source/bs/sfx2/source/appl.po (renamed from translations/source/bs/sfx2/source/appl.po)0
-rw-r--r--source/bs/sfx2/source/bastyp.po (renamed from translations/source/bs/sfx2/source/bastyp.po)0
-rw-r--r--source/bs/sfx2/source/dialog.po (renamed from translations/source/bs/sfx2/source/dialog.po)0
-rw-r--r--source/bs/sfx2/source/doc.po (renamed from translations/source/bs/sfx2/source/doc.po)0
-rw-r--r--source/bs/sfx2/source/menu.po (renamed from translations/source/bs/sfx2/source/menu.po)0
-rw-r--r--source/bs/sfx2/source/view.po (renamed from translations/source/bs/sfx2/source/view.po)0
-rw-r--r--source/bs/shell/source/win32/shlxthandler/res.po (renamed from translations/source/bs/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/bs/starmath/source.po (renamed from translations/source/bs/starmath/source.po)0
-rw-r--r--source/bs/svl/source/items.po (renamed from translations/source/bs/svl/source/items.po)0
-rw-r--r--source/bs/svl/source/misc.po (renamed from translations/source/bs/svl/source/misc.po)0
-rw-r--r--source/bs/svtools/source/contnr.po (renamed from translations/source/bs/svtools/source/contnr.po)0
-rw-r--r--source/bs/svtools/source/control.po (renamed from translations/source/bs/svtools/source/control.po)0
-rw-r--r--source/bs/svtools/source/dialogs.po (renamed from translations/source/bs/svtools/source/dialogs.po)0
-rw-r--r--source/bs/svtools/source/filter.po (renamed from translations/source/bs/svtools/source/filter.po)0
-rw-r--r--source/bs/svtools/source/java.po (renamed from translations/source/bs/svtools/source/java.po)0
-rw-r--r--source/bs/svtools/source/misc.po (renamed from translations/source/bs/svtools/source/misc.po)0
-rw-r--r--source/bs/svtools/source/toolpanel.po (renamed from translations/source/bs/svtools/source/toolpanel.po)0
-rw-r--r--source/bs/svtools/workben/unodialog.po (renamed from translations/source/bs/svtools/workben/unodialog.po)0
-rw-r--r--source/bs/svx/inc.po (renamed from translations/source/bs/svx/inc.po)0
-rw-r--r--source/bs/svx/source/accessibility.po (renamed from translations/source/bs/svx/source/accessibility.po)0
-rw-r--r--source/bs/svx/source/dialog.po (renamed from translations/source/bs/svx/source/dialog.po)0
-rw-r--r--source/bs/svx/source/engine3d.po (renamed from translations/source/bs/svx/source/engine3d.po)0
-rw-r--r--source/bs/svx/source/fmcomp.po (renamed from translations/source/bs/svx/source/fmcomp.po)0
-rw-r--r--source/bs/svx/source/form.po (renamed from translations/source/bs/svx/source/form.po)0
-rw-r--r--source/bs/svx/source/gallery2.po (renamed from translations/source/bs/svx/source/gallery2.po)0
-rw-r--r--source/bs/svx/source/items.po (renamed from translations/source/bs/svx/source/items.po)0
-rw-r--r--source/bs/svx/source/src.po (renamed from translations/source/bs/svx/source/src.po)0
-rw-r--r--source/bs/svx/source/stbctrls.po (renamed from translations/source/bs/svx/source/stbctrls.po)0
-rw-r--r--source/bs/svx/source/svdraw.po (renamed from translations/source/bs/svx/source/svdraw.po)0
-rw-r--r--source/bs/svx/source/table.po (renamed from translations/source/bs/svx/source/table.po)0
-rw-r--r--source/bs/svx/source/tbxctrls.po (renamed from translations/source/bs/svx/source/tbxctrls.po)0
-rw-r--r--source/bs/svx/source/toolbars.po (renamed from translations/source/bs/svx/source/toolbars.po)0
-rw-r--r--source/bs/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/bs/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/bs/sw/source/core/layout.po (renamed from translations/source/bs/sw/source/core/layout.po)0
-rw-r--r--source/bs/sw/source/core/undo.po (renamed from translations/source/bs/sw/source/core/undo.po)0
-rw-r--r--source/bs/sw/source/core/unocore.po (renamed from translations/source/bs/sw/source/core/unocore.po)0
-rw-r--r--source/bs/sw/source/ui/app.po (renamed from translations/source/bs/sw/source/ui/app.po)0
-rw-r--r--source/bs/sw/source/ui/chrdlg.po (renamed from translations/source/bs/sw/source/ui/chrdlg.po)0
-rw-r--r--source/bs/sw/source/ui/config.po (renamed from translations/source/bs/sw/source/ui/config.po)0
-rw-r--r--source/bs/sw/source/ui/dbui.po (renamed from translations/source/bs/sw/source/ui/dbui.po)0
-rw-r--r--source/bs/sw/source/ui/dialog.po (renamed from translations/source/bs/sw/source/ui/dialog.po)0
-rw-r--r--source/bs/sw/source/ui/dochdl.po (renamed from translations/source/bs/sw/source/ui/dochdl.po)0
-rw-r--r--source/bs/sw/source/ui/docvw.po (renamed from translations/source/bs/sw/source/ui/docvw.po)0
-rw-r--r--source/bs/sw/source/ui/envelp.po (renamed from translations/source/bs/sw/source/ui/envelp.po)0
-rw-r--r--source/bs/sw/source/ui/fldui.po (renamed from translations/source/bs/sw/source/ui/fldui.po)0
-rw-r--r--source/bs/sw/source/ui/fmtui.po (renamed from translations/source/bs/sw/source/ui/fmtui.po)0
-rw-r--r--source/bs/sw/source/ui/frmdlg.po (renamed from translations/source/bs/sw/source/ui/frmdlg.po)0
-rw-r--r--source/bs/sw/source/ui/globdoc.po (renamed from translations/source/bs/sw/source/ui/globdoc.po)0
-rw-r--r--source/bs/sw/source/ui/index.po (renamed from translations/source/bs/sw/source/ui/index.po)0
-rw-r--r--source/bs/sw/source/ui/lingu.po (renamed from translations/source/bs/sw/source/ui/lingu.po)0
-rw-r--r--source/bs/sw/source/ui/misc.po (renamed from translations/source/bs/sw/source/ui/misc.po)0
-rw-r--r--source/bs/sw/source/ui/ribbar.po (renamed from translations/source/bs/sw/source/ui/ribbar.po)0
-rw-r--r--source/bs/sw/source/ui/shells.po (renamed from translations/source/bs/sw/source/ui/shells.po)0
-rw-r--r--source/bs/sw/source/ui/smartmenu.po (renamed from translations/source/bs/sw/source/ui/smartmenu.po)0
-rw-r--r--source/bs/sw/source/ui/table.po (renamed from translations/source/bs/sw/source/ui/table.po)0
-rw-r--r--source/bs/sw/source/ui/uiview.po (renamed from translations/source/bs/sw/source/ui/uiview.po)0
-rw-r--r--source/bs/sw/source/ui/utlui.po (renamed from translations/source/bs/sw/source/ui/utlui.po)0
-rw-r--r--source/bs/sw/source/ui/web.po (renamed from translations/source/bs/sw/source/ui/web.po)0
-rw-r--r--source/bs/sw/source/ui/wrtsh.po (renamed from translations/source/bs/sw/source/ui/wrtsh.po)0
-rw-r--r--source/bs/swext/mediawiki/help.po (renamed from translations/source/bs/swext/mediawiki/help.po)0
-rw-r--r--source/bs/swext/mediawiki/src.po (renamed from translations/source/bs/swext/mediawiki/src.po)0
-rw-r--r--source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/bs/sysui/desktop/share.po (renamed from translations/source/bs/sysui/desktop/share.po)0
-rw-r--r--source/bs/uui/source.po (renamed from translations/source/bs/uui/source.po)0
-rw-r--r--source/bs/vcl/source/src.po (renamed from translations/source/bs/vcl/source/src.po)0
-rw-r--r--source/bs/wizards/source/euro.po (renamed from translations/source/bs/wizards/source/euro.po)0
-rw-r--r--source/bs/wizards/source/formwizard.po (renamed from translations/source/bs/wizards/source/formwizard.po)0
-rw-r--r--source/bs/wizards/source/importwizard.po (renamed from translations/source/bs/wizards/source/importwizard.po)0
-rw-r--r--source/bs/wizards/source/schedule.po (renamed from translations/source/bs/wizards/source/schedule.po)0
-rw-r--r--source/bs/wizards/source/template.po (renamed from translations/source/bs/wizards/source/template.po)0
-rw-r--r--source/bs/xmlsecurity/source/component.po (renamed from translations/source/bs/xmlsecurity/source/component.po)0
-rw-r--r--source/bs/xmlsecurity/source/dialogs.po (renamed from translations/source/bs/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ca-XV/accessibility/source/helper.po (renamed from translations/source/ca-XV/accessibility/source/helper.po)0
-rw-r--r--source/ca-XV/avmedia/source/framework.po (renamed from translations/source/ca-XV/avmedia/source/framework.po)0
-rw-r--r--source/ca-XV/avmedia/source/viewer.po (renamed from translations/source/ca-XV/avmedia/source/viewer.po)0
-rw-r--r--source/ca-XV/basctl/source/basicide.po (renamed from translations/source/ca-XV/basctl/source/basicide.po)0
-rw-r--r--source/ca-XV/basctl/source/dlged.po (renamed from translations/source/ca-XV/basctl/source/dlged.po)0
-rw-r--r--source/ca-XV/basic/source/classes.po (renamed from translations/source/ca-XV/basic/source/classes.po)0
-rw-r--r--source/ca-XV/basic/source/sbx.po (renamed from translations/source/ca-XV/basic/source/sbx.po)0
-rw-r--r--source/ca-XV/chart2/source/controller/dialogs.po (renamed from translations/source/ca-XV/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ca-XV/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ca-XV/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/connectivity/source/resource.po (renamed from translations/source/ca-XV/connectivity/source/resource.po)0
-rw-r--r--source/ca-XV/cui/source/customize.po (renamed from translations/source/ca-XV/cui/source/customize.po)0
-rw-r--r--source/ca-XV/cui/source/dialogs.po (renamed from translations/source/ca-XV/cui/source/dialogs.po)0
-rw-r--r--source/ca-XV/cui/source/options.po (renamed from translations/source/ca-XV/cui/source/options.po)0
-rw-r--r--source/ca-XV/cui/source/tabpages.po (renamed from translations/source/ca-XV/cui/source/tabpages.po)0
-rw-r--r--source/ca-XV/dbaccess/source/core/resource.po (renamed from translations/source/ca-XV/dbaccess/source/core/resource.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ext/macromigration.po (renamed from translations/source/ca-XV/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ca-XV/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ca-XV/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/app.po (renamed from translations/source/ca-XV/dbaccess/source/ui/app.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/browser.po (renamed from translations/source/ca-XV/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/control.po (renamed from translations/source/ca-XV/dbaccess/source/ui/control.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/dlg.po (renamed from translations/source/ca-XV/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/inc.po (renamed from translations/source/ca-XV/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/misc.po (renamed from translations/source/ca-XV/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/querydesign.po (renamed from translations/source/ca-XV/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ca-XV/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ca-XV/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ca-XV/dbaccess/source/ui/uno.po (renamed from translations/source/ca-XV/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ca-XV/desktop/source/app.po (renamed from translations/source/ca-XV/desktop/source/app.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/gui.po (renamed from translations/source/ca-XV/desktop/source/deployment/gui.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/manager.po (renamed from translations/source/ca-XV/desktop/source/deployment/manager.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/misc.po (renamed from translations/source/ca-XV/desktop/source/deployment/misc.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/component.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/help.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/package.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/script.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ca-XV/desktop/source/deployment/unopkg.po (renamed from translations/source/ca-XV/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ca-XV/dictionaries/af_ZA.po (renamed from translations/source/ca-XV/dictionaries/af_ZA.po)0
-rw-r--r--source/ca-XV/dictionaries/an_ES.po (renamed from translations/source/ca-XV/dictionaries/an_ES.po)0
-rw-r--r--source/ca-XV/dictionaries/ar.po (renamed from translations/source/ca-XV/dictionaries/ar.po)0
-rw-r--r--source/ca-XV/dictionaries/be_BY.po (renamed from translations/source/ca-XV/dictionaries/be_BY.po)0
-rw-r--r--source/ca-XV/dictionaries/bg_BG.po (renamed from translations/source/ca-XV/dictionaries/bg_BG.po)0
-rw-r--r--source/ca-XV/dictionaries/bn_BD.po (renamed from translations/source/ca-XV/dictionaries/bn_BD.po)0
-rw-r--r--source/ca-XV/dictionaries/br_FR.po (renamed from translations/source/ca-XV/dictionaries/br_FR.po)0
-rw-r--r--source/ca-XV/dictionaries/ca.po (renamed from translations/source/ca-XV/dictionaries/ca.po)0
-rw-r--r--source/ca-XV/dictionaries/cs_CZ.po (renamed from translations/source/ca-XV/dictionaries/cs_CZ.po)0
-rw-r--r--source/ca-XV/dictionaries/da_DK.po (renamed from translations/source/ca-XV/dictionaries/da_DK.po)0
-rw-r--r--source/ca-XV/dictionaries/de.po (renamed from translations/source/ca-XV/dictionaries/de.po)0
-rw-r--r--source/ca-XV/dictionaries/el_GR.po (renamed from translations/source/ca-XV/dictionaries/el_GR.po)0
-rw-r--r--source/ca-XV/dictionaries/en.po (renamed from translations/source/ca-XV/dictionaries/en.po)0
-rw-r--r--source/ca-XV/dictionaries/en/dialog.po (renamed from translations/source/ca-XV/dictionaries/en/dialog.po)0
-rw-r--r--source/ca-XV/dictionaries/es_ES.po (renamed from translations/source/ca-XV/dictionaries/es_ES.po)0
-rw-r--r--source/ca-XV/dictionaries/et_EE.po (renamed from translations/source/ca-XV/dictionaries/et_EE.po)0
-rw-r--r--source/ca-XV/dictionaries/fr_FR.po (renamed from translations/source/ca-XV/dictionaries/fr_FR.po)0
-rw-r--r--source/ca-XV/dictionaries/gd_GB.po (renamed from translations/source/ca-XV/dictionaries/gd_GB.po)0
-rw-r--r--source/ca-XV/dictionaries/gl.po (renamed from translations/source/ca-XV/dictionaries/gl.po)0
-rw-r--r--source/ca-XV/dictionaries/gu_IN.po (renamed from translations/source/ca-XV/dictionaries/gu_IN.po)0
-rw-r--r--source/ca-XV/dictionaries/he_IL.po (renamed from translations/source/ca-XV/dictionaries/he_IL.po)0
-rw-r--r--source/ca-XV/dictionaries/hi_IN.po (renamed from translations/source/ca-XV/dictionaries/hi_IN.po)0
-rw-r--r--source/ca-XV/dictionaries/hr_HR.po (renamed from translations/source/ca-XV/dictionaries/hr_HR.po)0
-rw-r--r--source/ca-XV/dictionaries/hu_HU.po (renamed from translations/source/ca-XV/dictionaries/hu_HU.po)0
-rw-r--r--source/ca-XV/dictionaries/hu_HU/dialog.po (renamed from translations/source/ca-XV/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ca-XV/dictionaries/it_IT.po (renamed from translations/source/ca-XV/dictionaries/it_IT.po)0
-rw-r--r--source/ca-XV/dictionaries/ku_TR.po (renamed from translations/source/ca-XV/dictionaries/ku_TR.po)0
-rw-r--r--source/ca-XV/dictionaries/lt_LT.po (renamed from translations/source/ca-XV/dictionaries/lt_LT.po)0
-rw-r--r--source/ca-XV/dictionaries/lv_LV.po (renamed from translations/source/ca-XV/dictionaries/lv_LV.po)0
-rw-r--r--source/ca-XV/dictionaries/ne_NP.po (renamed from translations/source/ca-XV/dictionaries/ne_NP.po)0
-rw-r--r--source/ca-XV/dictionaries/nl_NL.po (renamed from translations/source/ca-XV/dictionaries/nl_NL.po)0
-rw-r--r--source/ca-XV/dictionaries/no.po (renamed from translations/source/ca-XV/dictionaries/no.po)0
-rw-r--r--source/ca-XV/dictionaries/oc_FR.po (renamed from translations/source/ca-XV/dictionaries/oc_FR.po)0
-rw-r--r--source/ca-XV/dictionaries/pl_PL.po (renamed from translations/source/ca-XV/dictionaries/pl_PL.po)0
-rw-r--r--source/ca-XV/dictionaries/pt_BR.po (renamed from translations/source/ca-XV/dictionaries/pt_BR.po)0
-rw-r--r--source/ca-XV/dictionaries/pt_PT.po (renamed from translations/source/ca-XV/dictionaries/pt_PT.po)0
-rw-r--r--source/ca-XV/dictionaries/ro.po (renamed from translations/source/ca-XV/dictionaries/ro.po)0
-rw-r--r--source/ca-XV/dictionaries/ru_RU.po (renamed from translations/source/ca-XV/dictionaries/ru_RU.po)0
-rw-r--r--source/ca-XV/dictionaries/ru_RU/dialog.po (renamed from translations/source/ca-XV/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ca-XV/dictionaries/si_LK.po (renamed from translations/source/ca-XV/dictionaries/si_LK.po)0
-rw-r--r--source/ca-XV/dictionaries/sk_SK.po (renamed from translations/source/ca-XV/dictionaries/sk_SK.po)0
-rw-r--r--source/ca-XV/dictionaries/sl_SI.po (renamed from translations/source/ca-XV/dictionaries/sl_SI.po)0
-rw-r--r--source/ca-XV/dictionaries/sr.po (renamed from translations/source/ca-XV/dictionaries/sr.po)0
-rw-r--r--source/ca-XV/dictionaries/sv_SE.po (renamed from translations/source/ca-XV/dictionaries/sv_SE.po)0
-rw-r--r--source/ca-XV/dictionaries/sw_TZ.po (renamed from translations/source/ca-XV/dictionaries/sw_TZ.po)0
-rw-r--r--source/ca-XV/dictionaries/te_IN.po (renamed from translations/source/ca-XV/dictionaries/te_IN.po)0
-rw-r--r--source/ca-XV/dictionaries/th_TH.po (renamed from translations/source/ca-XV/dictionaries/th_TH.po)0
-rw-r--r--source/ca-XV/dictionaries/uk_UA.po (renamed from translations/source/ca-XV/dictionaries/uk_UA.po)0
-rw-r--r--source/ca-XV/dictionaries/vi.po (renamed from translations/source/ca-XV/dictionaries/vi.po)0
-rw-r--r--source/ca-XV/dictionaries/zu_ZA.po (renamed from translations/source/ca-XV/dictionaries/zu_ZA.po)0
-rw-r--r--source/ca-XV/editeng/source/accessibility.po (renamed from translations/source/ca-XV/editeng/source/accessibility.po)0
-rw-r--r--source/ca-XV/editeng/source/editeng.po (renamed from translations/source/ca-XV/editeng/source/editeng.po)0
-rw-r--r--source/ca-XV/editeng/source/items.po (renamed from translations/source/ca-XV/editeng/source/items.po)0
-rw-r--r--source/ca-XV/editeng/source/misc.po (renamed from translations/source/ca-XV/editeng/source/misc.po)0
-rw-r--r--source/ca-XV/editeng/source/outliner.po (renamed from translations/source/ca-XV/editeng/source/outliner.po)0
-rw-r--r--source/ca-XV/extensions/source/abpilot.po (renamed from translations/source/ca-XV/extensions/source/abpilot.po)0
-rw-r--r--source/ca-XV/extensions/source/bibliography.po (renamed from translations/source/ca-XV/extensions/source/bibliography.po)0
-rw-r--r--source/ca-XV/extensions/source/dbpilots.po (renamed from translations/source/ca-XV/extensions/source/dbpilots.po)0
-rw-r--r--source/ca-XV/extensions/source/propctrlr.po (renamed from translations/source/ca-XV/extensions/source/propctrlr.po)0
-rw-r--r--source/ca-XV/extensions/source/scanner.po (renamed from translations/source/ca-XV/extensions/source/scanner.po)0
-rw-r--r--source/ca-XV/extensions/source/update/check.po (renamed from translations/source/ca-XV/extensions/source/update/check.po)0
-rw-r--r--source/ca-XV/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ca-XV/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ca-XV/filter/source/config/fragments/filters.po (renamed from translations/source/ca-XV/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ca-XV/filter/source/config/fragments/types.po (renamed from translations/source/ca-XV/filter/source/config/fragments/types.po)0
-rw-r--r--source/ca-XV/filter/source/flash.po (renamed from translations/source/ca-XV/filter/source/flash.po)0
-rw-r--r--source/ca-XV/filter/source/graphicfilter/eps.po (renamed from translations/source/ca-XV/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ca-XV/filter/source/pdf.po (renamed from translations/source/ca-XV/filter/source/pdf.po)0
-rw-r--r--source/ca-XV/filter/source/t602.po (renamed from translations/source/ca-XV/filter/source/t602.po)0
-rw-r--r--source/ca-XV/filter/source/xsltdialog.po (renamed from translations/source/ca-XV/filter/source/xsltdialog.po)0
-rw-r--r--source/ca-XV/forms/source/resource.po (renamed from translations/source/ca-XV/forms/source/resource.po)0
-rw-r--r--source/ca-XV/formula/source/core/resource.po (renamed from translations/source/ca-XV/formula/source/core/resource.po)0
-rw-r--r--source/ca-XV/formula/source/ui/dlg.po (renamed from translations/source/ca-XV/formula/source/ui/dlg.po)0
-rw-r--r--source/ca-XV/fpicker/source/office.po (renamed from translations/source/ca-XV/fpicker/source/office.po)0
-rw-r--r--source/ca-XV/framework/source/classes.po (renamed from translations/source/ca-XV/framework/source/classes.po)0
-rw-r--r--source/ca-XV/framework/source/services.po (renamed from translations/source/ca-XV/framework/source/services.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/schart.po (renamed from translations/source/ca-XV/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/schart/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/schart/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/schart/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/schart/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sdraw.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/05.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/07.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ca-XV/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ca-XV/mysqlc/source.po (renamed from translations/source/ca-XV/mysqlc/source.po)0
-rw-r--r--source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ca-XV/nlpsolver/src/locale.po (renamed from translations/source/ca-XV/nlpsolver/src/locale.po)0
-rw-r--r--source/ca-XV/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ca-XV/padmin/source.po (renamed from translations/source/ca-XV/padmin/source.po)0
-rw-r--r--source/ca-XV/readlicense_oo/docs/readme.po (renamed from translations/source/ca-XV/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ca-XV/reportbuilder/util.po (renamed from translations/source/ca-XV/reportbuilder/util.po)0
-rw-r--r--source/ca-XV/reportdesign/source/core/resource.po (renamed from translations/source/ca-XV/reportdesign/source/core/resource.po)0
-rw-r--r--source/ca-XV/reportdesign/source/ui/dlg.po (renamed from translations/source/ca-XV/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ca-XV/reportdesign/source/ui/inspection.po (renamed from translations/source/ca-XV/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ca-XV/reportdesign/source/ui/report.po (renamed from translations/source/ca-XV/reportdesign/source/ui/report.po)0
-rw-r--r--source/ca-XV/sc/source/core/src.po (renamed from translations/source/ca-XV/sc/source/core/src.po)0
-rw-r--r--source/ca-XV/sc/source/ui/cctrl.po (renamed from translations/source/ca-XV/sc/source/ui/cctrl.po)0
-rw-r--r--source/ca-XV/sc/source/ui/dbgui.po (renamed from translations/source/ca-XV/sc/source/ui/dbgui.po)0
-rw-r--r--source/ca-XV/sc/source/ui/docshell.po (renamed from translations/source/ca-XV/sc/source/ui/docshell.po)0
-rw-r--r--source/ca-XV/sc/source/ui/drawfunc.po (renamed from translations/source/ca-XV/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ca-XV/sc/source/ui/formdlg.po (renamed from translations/source/ca-XV/sc/source/ui/formdlg.po)0
-rw-r--r--source/ca-XV/sc/source/ui/miscdlgs.po (renamed from translations/source/ca-XV/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ca-XV/sc/source/ui/navipi.po (renamed from translations/source/ca-XV/sc/source/ui/navipi.po)0
-rw-r--r--source/ca-XV/sc/source/ui/optdlg.po (renamed from translations/source/ca-XV/sc/source/ui/optdlg.po)0
-rw-r--r--source/ca-XV/sc/source/ui/pagedlg.po (renamed from translations/source/ca-XV/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ca-XV/sc/source/ui/src.po (renamed from translations/source/ca-XV/sc/source/ui/src.po)0
-rw-r--r--source/ca-XV/sc/source/ui/styleui.po (renamed from translations/source/ca-XV/sc/source/ui/styleui.po)0
-rw-r--r--source/ca-XV/scaddins/source/analysis.po (renamed from translations/source/ca-XV/scaddins/source/analysis.po)0
-rw-r--r--source/ca-XV/scaddins/source/datefunc.po (renamed from translations/source/ca-XV/scaddins/source/datefunc.po)0
-rw-r--r--source/ca-XV/sccomp/source/solver.po (renamed from translations/source/ca-XV/sccomp/source/solver.po)0
-rw-r--r--source/ca-XV/scp2/source/accessories.po (renamed from translations/source/ca-XV/scp2/source/accessories.po)0
-rw-r--r--source/ca-XV/scp2/source/activex.po (renamed from translations/source/ca-XV/scp2/source/activex.po)0
-rw-r--r--source/ca-XV/scp2/source/base.po (renamed from translations/source/ca-XV/scp2/source/base.po)0
-rw-r--r--source/ca-XV/scp2/source/binfilter.po (renamed from translations/source/ca-XV/scp2/source/binfilter.po)0
-rw-r--r--source/ca-XV/scp2/source/calc.po (renamed from translations/source/ca-XV/scp2/source/calc.po)0
-rw-r--r--source/ca-XV/scp2/source/draw.po (renamed from translations/source/ca-XV/scp2/source/draw.po)0
-rw-r--r--source/ca-XV/scp2/source/extensions.po (renamed from translations/source/ca-XV/scp2/source/extensions.po)0
-rw-r--r--source/ca-XV/scp2/source/gnome.po (renamed from translations/source/ca-XV/scp2/source/gnome.po)0
-rw-r--r--source/ca-XV/scp2/source/graphicfilter.po (renamed from translations/source/ca-XV/scp2/source/graphicfilter.po)0
-rw-r--r--source/ca-XV/scp2/source/impress.po (renamed from translations/source/ca-XV/scp2/source/impress.po)0
-rw-r--r--source/ca-XV/scp2/source/javafilter.po (renamed from translations/source/ca-XV/scp2/source/javafilter.po)0
-rw-r--r--source/ca-XV/scp2/source/kde.po (renamed from translations/source/ca-XV/scp2/source/kde.po)0
-rw-r--r--source/ca-XV/scp2/source/math.po (renamed from translations/source/ca-XV/scp2/source/math.po)0
-rw-r--r--source/ca-XV/scp2/source/onlineupdate.po (renamed from translations/source/ca-XV/scp2/source/onlineupdate.po)0
-rw-r--r--source/ca-XV/scp2/source/ooo.po (renamed from translations/source/ca-XV/scp2/source/ooo.po)0
-rw-r--r--source/ca-XV/scp2/source/python.po (renamed from translations/source/ca-XV/scp2/source/python.po)0
-rw-r--r--source/ca-XV/scp2/source/quickstart.po (renamed from translations/source/ca-XV/scp2/source/quickstart.po)0
-rw-r--r--source/ca-XV/scp2/source/sdkoo.po (renamed from translations/source/ca-XV/scp2/source/sdkoo.po)0
-rw-r--r--source/ca-XV/scp2/source/smoketest.po (renamed from translations/source/ca-XV/scp2/source/smoketest.po)0
-rw-r--r--source/ca-XV/scp2/source/stdlibs.po (renamed from translations/source/ca-XV/scp2/source/stdlibs.po)0
-rw-r--r--source/ca-XV/scp2/source/tde.po (renamed from translations/source/ca-XV/scp2/source/tde.po)0
-rw-r--r--source/ca-XV/scp2/source/winexplorerext.po (renamed from translations/source/ca-XV/scp2/source/winexplorerext.po)0
-rw-r--r--source/ca-XV/scp2/source/writer.po (renamed from translations/source/ca-XV/scp2/source/writer.po)0
-rw-r--r--source/ca-XV/scp2/source/xsltfilter.po (renamed from translations/source/ca-XV/scp2/source/xsltfilter.po)0
-rw-r--r--source/ca-XV/scripting/source/pyprov.po (renamed from translations/source/ca-XV/scripting/source/pyprov.po)0
-rw-r--r--source/ca-XV/sd/source/core.po (renamed from translations/source/ca-XV/sd/source/core.po)0
-rw-r--r--source/ca-XV/sd/source/filter/html.po (renamed from translations/source/ca-XV/sd/source/filter/html.po)0
-rw-r--r--source/ca-XV/sd/source/ui/accessibility.po (renamed from translations/source/ca-XV/sd/source/ui/accessibility.po)0
-rw-r--r--source/ca-XV/sd/source/ui/animations.po (renamed from translations/source/ca-XV/sd/source/ui/animations.po)0
-rw-r--r--source/ca-XV/sd/source/ui/annotations.po (renamed from translations/source/ca-XV/sd/source/ui/annotations.po)0
-rw-r--r--source/ca-XV/sd/source/ui/app.po (renamed from translations/source/ca-XV/sd/source/ui/app.po)0
-rw-r--r--source/ca-XV/sd/source/ui/dlg.po (renamed from translations/source/ca-XV/sd/source/ui/dlg.po)0
-rw-r--r--source/ca-XV/sd/source/ui/slideshow.po (renamed from translations/source/ca-XV/sd/source/ui/slideshow.po)0
-rw-r--r--source/ca-XV/sd/source/ui/table.po (renamed from translations/source/ca-XV/sd/source/ui/table.po)0
-rw-r--r--source/ca-XV/sd/source/ui/view.po (renamed from translations/source/ca-XV/sd/source/ui/view.po)0
-rw-r--r--source/ca-XV/sdext/source/minimizer.po (renamed from translations/source/ca-XV/sdext/source/minimizer.po)0
-rw-r--r--source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ca-XV/sdext/source/pdfimport.po (renamed from translations/source/ca-XV/sdext/source/pdfimport.po)0
-rw-r--r--source/ca-XV/sdext/source/presenter.po (renamed from translations/source/ca-XV/sdext/source/presenter.po)0
-rw-r--r--source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ca-XV/setup_native/source/mac.po (renamed from translations/source/ca-XV/setup_native/source/mac.po)0
-rw-r--r--source/ca-XV/sfx2/source/appl.po (renamed from translations/source/ca-XV/sfx2/source/appl.po)0
-rw-r--r--source/ca-XV/sfx2/source/bastyp.po (renamed from translations/source/ca-XV/sfx2/source/bastyp.po)0
-rw-r--r--source/ca-XV/sfx2/source/dialog.po (renamed from translations/source/ca-XV/sfx2/source/dialog.po)0
-rw-r--r--source/ca-XV/sfx2/source/doc.po (renamed from translations/source/ca-XV/sfx2/source/doc.po)0
-rw-r--r--source/ca-XV/sfx2/source/menu.po (renamed from translations/source/ca-XV/sfx2/source/menu.po)0
-rw-r--r--source/ca-XV/sfx2/source/view.po (renamed from translations/source/ca-XV/sfx2/source/view.po)0
-rw-r--r--source/ca-XV/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ca-XV/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ca-XV/starmath/source.po (renamed from translations/source/ca-XV/starmath/source.po)0
-rw-r--r--source/ca-XV/svl/source/items.po (renamed from translations/source/ca-XV/svl/source/items.po)0
-rw-r--r--source/ca-XV/svl/source/misc.po (renamed from translations/source/ca-XV/svl/source/misc.po)0
-rw-r--r--source/ca-XV/svtools/source/contnr.po (renamed from translations/source/ca-XV/svtools/source/contnr.po)0
-rw-r--r--source/ca-XV/svtools/source/control.po (renamed from translations/source/ca-XV/svtools/source/control.po)0
-rw-r--r--source/ca-XV/svtools/source/dialogs.po (renamed from translations/source/ca-XV/svtools/source/dialogs.po)0
-rw-r--r--source/ca-XV/svtools/source/filter.po (renamed from translations/source/ca-XV/svtools/source/filter.po)0
-rw-r--r--source/ca-XV/svtools/source/java.po (renamed from translations/source/ca-XV/svtools/source/java.po)0
-rw-r--r--source/ca-XV/svtools/source/misc.po (renamed from translations/source/ca-XV/svtools/source/misc.po)0
-rw-r--r--source/ca-XV/svtools/source/toolpanel.po (renamed from translations/source/ca-XV/svtools/source/toolpanel.po)0
-rw-r--r--source/ca-XV/svtools/workben/unodialog.po (renamed from translations/source/ca-XV/svtools/workben/unodialog.po)0
-rw-r--r--source/ca-XV/svx/inc.po (renamed from translations/source/ca-XV/svx/inc.po)0
-rw-r--r--source/ca-XV/svx/source/accessibility.po (renamed from translations/source/ca-XV/svx/source/accessibility.po)0
-rw-r--r--source/ca-XV/svx/source/dialog.po (renamed from translations/source/ca-XV/svx/source/dialog.po)0
-rw-r--r--source/ca-XV/svx/source/engine3d.po (renamed from translations/source/ca-XV/svx/source/engine3d.po)0
-rw-r--r--source/ca-XV/svx/source/fmcomp.po (renamed from translations/source/ca-XV/svx/source/fmcomp.po)0
-rw-r--r--source/ca-XV/svx/source/form.po (renamed from translations/source/ca-XV/svx/source/form.po)0
-rw-r--r--source/ca-XV/svx/source/gallery2.po (renamed from translations/source/ca-XV/svx/source/gallery2.po)0
-rw-r--r--source/ca-XV/svx/source/items.po (renamed from translations/source/ca-XV/svx/source/items.po)0
-rw-r--r--source/ca-XV/svx/source/src.po (renamed from translations/source/ca-XV/svx/source/src.po)0
-rw-r--r--source/ca-XV/svx/source/stbctrls.po (renamed from translations/source/ca-XV/svx/source/stbctrls.po)0
-rw-r--r--source/ca-XV/svx/source/svdraw.po (renamed from translations/source/ca-XV/svx/source/svdraw.po)0
-rw-r--r--source/ca-XV/svx/source/table.po (renamed from translations/source/ca-XV/svx/source/table.po)0
-rw-r--r--source/ca-XV/svx/source/tbxctrls.po (renamed from translations/source/ca-XV/svx/source/tbxctrls.po)0
-rw-r--r--source/ca-XV/svx/source/toolbars.po (renamed from translations/source/ca-XV/svx/source/toolbars.po)0
-rw-r--r--source/ca-XV/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ca-XV/sw/source/core/layout.po (renamed from translations/source/ca-XV/sw/source/core/layout.po)0
-rw-r--r--source/ca-XV/sw/source/core/undo.po (renamed from translations/source/ca-XV/sw/source/core/undo.po)0
-rw-r--r--source/ca-XV/sw/source/core/unocore.po (renamed from translations/source/ca-XV/sw/source/core/unocore.po)0
-rw-r--r--source/ca-XV/sw/source/ui/app.po (renamed from translations/source/ca-XV/sw/source/ui/app.po)0
-rw-r--r--source/ca-XV/sw/source/ui/chrdlg.po (renamed from translations/source/ca-XV/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ca-XV/sw/source/ui/config.po (renamed from translations/source/ca-XV/sw/source/ui/config.po)0
-rw-r--r--source/ca-XV/sw/source/ui/dbui.po (renamed from translations/source/ca-XV/sw/source/ui/dbui.po)0
-rw-r--r--source/ca-XV/sw/source/ui/dialog.po (renamed from translations/source/ca-XV/sw/source/ui/dialog.po)0
-rw-r--r--source/ca-XV/sw/source/ui/dochdl.po (renamed from translations/source/ca-XV/sw/source/ui/dochdl.po)0
-rw-r--r--source/ca-XV/sw/source/ui/docvw.po (renamed from translations/source/ca-XV/sw/source/ui/docvw.po)0
-rw-r--r--source/ca-XV/sw/source/ui/envelp.po (renamed from translations/source/ca-XV/sw/source/ui/envelp.po)0
-rw-r--r--source/ca-XV/sw/source/ui/fldui.po (renamed from translations/source/ca-XV/sw/source/ui/fldui.po)0
-rw-r--r--source/ca-XV/sw/source/ui/fmtui.po (renamed from translations/source/ca-XV/sw/source/ui/fmtui.po)0
-rw-r--r--source/ca-XV/sw/source/ui/frmdlg.po (renamed from translations/source/ca-XV/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ca-XV/sw/source/ui/globdoc.po (renamed from translations/source/ca-XV/sw/source/ui/globdoc.po)0
-rw-r--r--source/ca-XV/sw/source/ui/index.po (renamed from translations/source/ca-XV/sw/source/ui/index.po)0
-rw-r--r--source/ca-XV/sw/source/ui/lingu.po (renamed from translations/source/ca-XV/sw/source/ui/lingu.po)0
-rw-r--r--source/ca-XV/sw/source/ui/misc.po (renamed from translations/source/ca-XV/sw/source/ui/misc.po)0
-rw-r--r--source/ca-XV/sw/source/ui/ribbar.po (renamed from translations/source/ca-XV/sw/source/ui/ribbar.po)0
-rw-r--r--source/ca-XV/sw/source/ui/shells.po (renamed from translations/source/ca-XV/sw/source/ui/shells.po)0
-rw-r--r--source/ca-XV/sw/source/ui/smartmenu.po (renamed from translations/source/ca-XV/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ca-XV/sw/source/ui/table.po (renamed from translations/source/ca-XV/sw/source/ui/table.po)0
-rw-r--r--source/ca-XV/sw/source/ui/uiview.po (renamed from translations/source/ca-XV/sw/source/ui/uiview.po)0
-rw-r--r--source/ca-XV/sw/source/ui/utlui.po (renamed from translations/source/ca-XV/sw/source/ui/utlui.po)0
-rw-r--r--source/ca-XV/sw/source/ui/web.po (renamed from translations/source/ca-XV/sw/source/ui/web.po)0
-rw-r--r--source/ca-XV/sw/source/ui/wrtsh.po (renamed from translations/source/ca-XV/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ca-XV/swext/mediawiki/help.po (renamed from translations/source/ca-XV/swext/mediawiki/help.po)0
-rw-r--r--source/ca-XV/swext/mediawiki/src.po (renamed from translations/source/ca-XV/swext/mediawiki/src.po)0
-rw-r--r--source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ca-XV/sysui/desktop/share.po (renamed from translations/source/ca-XV/sysui/desktop/share.po)0
-rw-r--r--source/ca-XV/uui/source.po (renamed from translations/source/ca-XV/uui/source.po)0
-rw-r--r--source/ca-XV/vcl/source/src.po (renamed from translations/source/ca-XV/vcl/source/src.po)0
-rw-r--r--source/ca-XV/wizards/source/euro.po (renamed from translations/source/ca-XV/wizards/source/euro.po)0
-rw-r--r--source/ca-XV/wizards/source/formwizard.po (renamed from translations/source/ca-XV/wizards/source/formwizard.po)0
-rw-r--r--source/ca-XV/wizards/source/importwizard.po (renamed from translations/source/ca-XV/wizards/source/importwizard.po)0
-rw-r--r--source/ca-XV/wizards/source/schedule.po (renamed from translations/source/ca-XV/wizards/source/schedule.po)0
-rw-r--r--source/ca-XV/wizards/source/template.po (renamed from translations/source/ca-XV/wizards/source/template.po)0
-rw-r--r--source/ca-XV/xmlsecurity/source/component.po (renamed from translations/source/ca-XV/xmlsecurity/source/component.po)0
-rw-r--r--source/ca-XV/xmlsecurity/source/dialogs.po (renamed from translations/source/ca-XV/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ca/accessibility/source/helper.po (renamed from translations/source/ca/accessibility/source/helper.po)0
-rw-r--r--source/ca/avmedia/source/framework.po (renamed from translations/source/ca/avmedia/source/framework.po)0
-rw-r--r--source/ca/avmedia/source/viewer.po (renamed from translations/source/ca/avmedia/source/viewer.po)0
-rw-r--r--source/ca/basctl/source/basicide.po (renamed from translations/source/ca/basctl/source/basicide.po)0
-rw-r--r--source/ca/basctl/source/dlged.po (renamed from translations/source/ca/basctl/source/dlged.po)0
-rw-r--r--source/ca/basic/source/classes.po (renamed from translations/source/ca/basic/source/classes.po)0
-rw-r--r--source/ca/basic/source/sbx.po (renamed from translations/source/ca/basic/source/sbx.po)0
-rw-r--r--source/ca/chart2/source/controller/dialogs.po (renamed from translations/source/ca/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ca/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ca/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ca/connectivity/source/resource.po (renamed from translations/source/ca/connectivity/source/resource.po)0
-rw-r--r--source/ca/cui/source/customize.po (renamed from translations/source/ca/cui/source/customize.po)0
-rw-r--r--source/ca/cui/source/dialogs.po (renamed from translations/source/ca/cui/source/dialogs.po)0
-rw-r--r--source/ca/cui/source/options.po (renamed from translations/source/ca/cui/source/options.po)0
-rw-r--r--source/ca/cui/source/tabpages.po (renamed from translations/source/ca/cui/source/tabpages.po)0
-rw-r--r--source/ca/dbaccess/source/core/resource.po (renamed from translations/source/ca/dbaccess/source/core/resource.po)0
-rw-r--r--source/ca/dbaccess/source/ext/macromigration.po (renamed from translations/source/ca/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ca/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ca/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ca/dbaccess/source/ui/app.po (renamed from translations/source/ca/dbaccess/source/ui/app.po)0
-rw-r--r--source/ca/dbaccess/source/ui/browser.po (renamed from translations/source/ca/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ca/dbaccess/source/ui/control.po (renamed from translations/source/ca/dbaccess/source/ui/control.po)0
-rw-r--r--source/ca/dbaccess/source/ui/dlg.po (renamed from translations/source/ca/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ca/dbaccess/source/ui/inc.po (renamed from translations/source/ca/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ca/dbaccess/source/ui/misc.po (renamed from translations/source/ca/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ca/dbaccess/source/ui/querydesign.po (renamed from translations/source/ca/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ca/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ca/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ca/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ca/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ca/dbaccess/source/ui/uno.po (renamed from translations/source/ca/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ca/desktop/source/app.po (renamed from translations/source/ca/desktop/source/app.po)0
-rw-r--r--source/ca/desktop/source/deployment/gui.po (renamed from translations/source/ca/desktop/source/deployment/gui.po)0
-rw-r--r--source/ca/desktop/source/deployment/manager.po (renamed from translations/source/ca/desktop/source/deployment/manager.po)0
-rw-r--r--source/ca/desktop/source/deployment/misc.po (renamed from translations/source/ca/desktop/source/deployment/misc.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry.po (renamed from translations/source/ca/desktop/source/deployment/registry.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/component.po (renamed from translations/source/ca/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ca/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/help.po (renamed from translations/source/ca/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/package.po (renamed from translations/source/ca/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/script.po (renamed from translations/source/ca/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ca/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ca/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ca/desktop/source/deployment/unopkg.po (renamed from translations/source/ca/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ca/dictionaries/af_ZA.po (renamed from translations/source/ca/dictionaries/af_ZA.po)0
-rw-r--r--source/ca/dictionaries/an_ES.po (renamed from translations/source/ca/dictionaries/an_ES.po)0
-rw-r--r--source/ca/dictionaries/ar.po (renamed from translations/source/ca/dictionaries/ar.po)0
-rw-r--r--source/ca/dictionaries/be_BY.po (renamed from translations/source/ca/dictionaries/be_BY.po)0
-rw-r--r--source/ca/dictionaries/bg_BG.po (renamed from translations/source/ca/dictionaries/bg_BG.po)0
-rw-r--r--source/ca/dictionaries/bn_BD.po (renamed from translations/source/ca/dictionaries/bn_BD.po)0
-rw-r--r--source/ca/dictionaries/br_FR.po (renamed from translations/source/ca/dictionaries/br_FR.po)0
-rw-r--r--source/ca/dictionaries/ca.po (renamed from translations/source/ca/dictionaries/ca.po)0
-rw-r--r--source/ca/dictionaries/cs_CZ.po (renamed from translations/source/ca/dictionaries/cs_CZ.po)0
-rw-r--r--source/ca/dictionaries/da_DK.po (renamed from translations/source/ca/dictionaries/da_DK.po)0
-rw-r--r--source/ca/dictionaries/de.po (renamed from translations/source/ca/dictionaries/de.po)0
-rw-r--r--source/ca/dictionaries/el_GR.po (renamed from translations/source/ca/dictionaries/el_GR.po)0
-rw-r--r--source/ca/dictionaries/en.po (renamed from translations/source/ca/dictionaries/en.po)0
-rw-r--r--source/ca/dictionaries/en/dialog.po (renamed from translations/source/ca/dictionaries/en/dialog.po)0
-rw-r--r--source/ca/dictionaries/es_ES.po (renamed from translations/source/ca/dictionaries/es_ES.po)0
-rw-r--r--source/ca/dictionaries/et_EE.po (renamed from translations/source/ca/dictionaries/et_EE.po)0
-rw-r--r--source/ca/dictionaries/fr_FR.po (renamed from translations/source/ca/dictionaries/fr_FR.po)0
-rw-r--r--source/ca/dictionaries/gd_GB.po (renamed from translations/source/ca/dictionaries/gd_GB.po)0
-rw-r--r--source/ca/dictionaries/gl.po (renamed from translations/source/ca/dictionaries/gl.po)0
-rw-r--r--source/ca/dictionaries/gu_IN.po (renamed from translations/source/ca/dictionaries/gu_IN.po)0
-rw-r--r--source/ca/dictionaries/he_IL.po (renamed from translations/source/ca/dictionaries/he_IL.po)0
-rw-r--r--source/ca/dictionaries/hi_IN.po (renamed from translations/source/ca/dictionaries/hi_IN.po)0
-rw-r--r--source/ca/dictionaries/hr_HR.po (renamed from translations/source/ca/dictionaries/hr_HR.po)0
-rw-r--r--source/ca/dictionaries/hu_HU.po (renamed from translations/source/ca/dictionaries/hu_HU.po)0
-rw-r--r--source/ca/dictionaries/hu_HU/dialog.po (renamed from translations/source/ca/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ca/dictionaries/it_IT.po (renamed from translations/source/ca/dictionaries/it_IT.po)0
-rw-r--r--source/ca/dictionaries/ku_TR.po (renamed from translations/source/ca/dictionaries/ku_TR.po)0
-rw-r--r--source/ca/dictionaries/lt_LT.po (renamed from translations/source/ca/dictionaries/lt_LT.po)0
-rw-r--r--source/ca/dictionaries/lv_LV.po (renamed from translations/source/ca/dictionaries/lv_LV.po)0
-rw-r--r--source/ca/dictionaries/ne_NP.po (renamed from translations/source/ca/dictionaries/ne_NP.po)0
-rw-r--r--source/ca/dictionaries/nl_NL.po (renamed from translations/source/ca/dictionaries/nl_NL.po)0
-rw-r--r--source/ca/dictionaries/no.po (renamed from translations/source/ca/dictionaries/no.po)0
-rw-r--r--source/ca/dictionaries/oc_FR.po (renamed from translations/source/ca/dictionaries/oc_FR.po)0
-rw-r--r--source/ca/dictionaries/pl_PL.po (renamed from translations/source/ca/dictionaries/pl_PL.po)0
-rw-r--r--source/ca/dictionaries/pt_BR.po (renamed from translations/source/ca/dictionaries/pt_BR.po)0
-rw-r--r--source/ca/dictionaries/pt_PT.po (renamed from translations/source/ca/dictionaries/pt_PT.po)0
-rw-r--r--source/ca/dictionaries/ro.po (renamed from translations/source/ca/dictionaries/ro.po)0
-rw-r--r--source/ca/dictionaries/ru_RU.po (renamed from translations/source/ca/dictionaries/ru_RU.po)0
-rw-r--r--source/ca/dictionaries/ru_RU/dialog.po (renamed from translations/source/ca/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ca/dictionaries/si_LK.po (renamed from translations/source/ca/dictionaries/si_LK.po)0
-rw-r--r--source/ca/dictionaries/sk_SK.po (renamed from translations/source/ca/dictionaries/sk_SK.po)0
-rw-r--r--source/ca/dictionaries/sl_SI.po (renamed from translations/source/ca/dictionaries/sl_SI.po)0
-rw-r--r--source/ca/dictionaries/sr.po (renamed from translations/source/ca/dictionaries/sr.po)0
-rw-r--r--source/ca/dictionaries/sv_SE.po (renamed from translations/source/ca/dictionaries/sv_SE.po)0
-rw-r--r--source/ca/dictionaries/sw_TZ.po (renamed from translations/source/ca/dictionaries/sw_TZ.po)0
-rw-r--r--source/ca/dictionaries/te_IN.po (renamed from translations/source/ca/dictionaries/te_IN.po)0
-rw-r--r--source/ca/dictionaries/th_TH.po (renamed from translations/source/ca/dictionaries/th_TH.po)0
-rw-r--r--source/ca/dictionaries/uk_UA.po (renamed from translations/source/ca/dictionaries/uk_UA.po)0
-rw-r--r--source/ca/dictionaries/vi.po (renamed from translations/source/ca/dictionaries/vi.po)0
-rw-r--r--source/ca/dictionaries/zu_ZA.po (renamed from translations/source/ca/dictionaries/zu_ZA.po)0
-rw-r--r--source/ca/editeng/source/accessibility.po (renamed from translations/source/ca/editeng/source/accessibility.po)0
-rw-r--r--source/ca/editeng/source/editeng.po (renamed from translations/source/ca/editeng/source/editeng.po)0
-rw-r--r--source/ca/editeng/source/items.po (renamed from translations/source/ca/editeng/source/items.po)0
-rw-r--r--source/ca/editeng/source/misc.po (renamed from translations/source/ca/editeng/source/misc.po)0
-rw-r--r--source/ca/editeng/source/outliner.po (renamed from translations/source/ca/editeng/source/outliner.po)0
-rw-r--r--source/ca/extensions/source/abpilot.po (renamed from translations/source/ca/extensions/source/abpilot.po)0
-rw-r--r--source/ca/extensions/source/bibliography.po (renamed from translations/source/ca/extensions/source/bibliography.po)0
-rw-r--r--source/ca/extensions/source/dbpilots.po (renamed from translations/source/ca/extensions/source/dbpilots.po)0
-rw-r--r--source/ca/extensions/source/propctrlr.po (renamed from translations/source/ca/extensions/source/propctrlr.po)0
-rw-r--r--source/ca/extensions/source/scanner.po (renamed from translations/source/ca/extensions/source/scanner.po)0
-rw-r--r--source/ca/extensions/source/update/check.po (renamed from translations/source/ca/extensions/source/update/check.po)0
-rw-r--r--source/ca/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ca/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ca/filter/source/config/fragments/filters.po (renamed from translations/source/ca/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ca/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ca/filter/source/config/fragments/types.po (renamed from translations/source/ca/filter/source/config/fragments/types.po)0
-rw-r--r--source/ca/filter/source/flash.po (renamed from translations/source/ca/filter/source/flash.po)0
-rw-r--r--source/ca/filter/source/graphicfilter/eps.po (renamed from translations/source/ca/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ca/filter/source/pdf.po (renamed from translations/source/ca/filter/source/pdf.po)0
-rw-r--r--source/ca/filter/source/t602.po (renamed from translations/source/ca/filter/source/t602.po)0
-rw-r--r--source/ca/filter/source/xsltdialog.po (renamed from translations/source/ca/filter/source/xsltdialog.po)0
-rw-r--r--source/ca/forms/source/resource.po (renamed from translations/source/ca/forms/source/resource.po)0
-rw-r--r--source/ca/formula/source/core/resource.po (renamed from translations/source/ca/formula/source/core/resource.po)0
-rw-r--r--source/ca/formula/source/ui/dlg.po (renamed from translations/source/ca/formula/source/ui/dlg.po)0
-rw-r--r--source/ca/fpicker/source/office.po (renamed from translations/source/ca/fpicker/source/office.po)0
-rw-r--r--source/ca/framework/source/classes.po (renamed from translations/source/ca/framework/source/classes.po)0
-rw-r--r--source/ca/framework/source/services.po (renamed from translations/source/ca/framework/source/services.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ca/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ca/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po (renamed from translations/source/ca/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ca/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/schart.po (renamed from translations/source/ca/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ca/helpcontent2/source/text/schart/00.po (renamed from translations/source/ca/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/schart/01.po (renamed from translations/source/ca/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/schart/02.po (renamed from translations/source/ca/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/schart/04.po (renamed from translations/source/ca/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po (renamed from translations/source/ca/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ca/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ca/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ca/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ca/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared.po (renamed from translations/source/ca/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po (renamed from translations/source/ca/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po (renamed from translations/source/ca/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po (renamed from translations/source/ca/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/04.po (renamed from translations/source/ca/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/05.po (renamed from translations/source/ca/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/07.po (renamed from translations/source/ca/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ca/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ca/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ca/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ca/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ca/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po (renamed from translations/source/ca/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ca/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ca/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ca/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ca/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ca/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath.po (renamed from translations/source/ca/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath/00.po (renamed from translations/source/ca/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po (renamed from translations/source/ca/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath/02.po (renamed from translations/source/ca/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath/04.po (renamed from translations/source/ca/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ca/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po (renamed from translations/source/ca/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ca/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ca/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ca/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ca/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ca/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ca/mysqlc/source.po (renamed from translations/source/ca/mysqlc/source.po)0
-rw-r--r--source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ca/nlpsolver/src/locale.po (renamed from translations/source/ca/nlpsolver/src/locale.po)0
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ca/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ca/padmin/source.po (renamed from translations/source/ca/padmin/source.po)0
-rw-r--r--source/ca/readlicense_oo/docs/readme.po (renamed from translations/source/ca/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ca/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ca/reportbuilder/util.po (renamed from translations/source/ca/reportbuilder/util.po)0
-rw-r--r--source/ca/reportdesign/source/core/resource.po (renamed from translations/source/ca/reportdesign/source/core/resource.po)0
-rw-r--r--source/ca/reportdesign/source/ui/dlg.po (renamed from translations/source/ca/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ca/reportdesign/source/ui/inspection.po (renamed from translations/source/ca/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ca/reportdesign/source/ui/report.po (renamed from translations/source/ca/reportdesign/source/ui/report.po)0
-rw-r--r--source/ca/sc/source/core/src.po (renamed from translations/source/ca/sc/source/core/src.po)0
-rw-r--r--source/ca/sc/source/ui/cctrl.po (renamed from translations/source/ca/sc/source/ui/cctrl.po)0
-rw-r--r--source/ca/sc/source/ui/dbgui.po (renamed from translations/source/ca/sc/source/ui/dbgui.po)0
-rw-r--r--source/ca/sc/source/ui/docshell.po (renamed from translations/source/ca/sc/source/ui/docshell.po)0
-rw-r--r--source/ca/sc/source/ui/drawfunc.po (renamed from translations/source/ca/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ca/sc/source/ui/formdlg.po (renamed from translations/source/ca/sc/source/ui/formdlg.po)0
-rw-r--r--source/ca/sc/source/ui/miscdlgs.po (renamed from translations/source/ca/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ca/sc/source/ui/navipi.po (renamed from translations/source/ca/sc/source/ui/navipi.po)0
-rw-r--r--source/ca/sc/source/ui/optdlg.po (renamed from translations/source/ca/sc/source/ui/optdlg.po)0
-rw-r--r--source/ca/sc/source/ui/pagedlg.po (renamed from translations/source/ca/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ca/sc/source/ui/src.po (renamed from translations/source/ca/sc/source/ui/src.po)0
-rw-r--r--source/ca/sc/source/ui/styleui.po (renamed from translations/source/ca/sc/source/ui/styleui.po)0
-rw-r--r--source/ca/scaddins/source/analysis.po (renamed from translations/source/ca/scaddins/source/analysis.po)0
-rw-r--r--source/ca/scaddins/source/datefunc.po (renamed from translations/source/ca/scaddins/source/datefunc.po)0
-rw-r--r--source/ca/sccomp/source/solver.po (renamed from translations/source/ca/sccomp/source/solver.po)0
-rw-r--r--source/ca/scp2/source/accessories.po (renamed from translations/source/ca/scp2/source/accessories.po)0
-rw-r--r--source/ca/scp2/source/activex.po (renamed from translations/source/ca/scp2/source/activex.po)0
-rw-r--r--source/ca/scp2/source/base.po (renamed from translations/source/ca/scp2/source/base.po)0
-rw-r--r--source/ca/scp2/source/binfilter.po (renamed from translations/source/ca/scp2/source/binfilter.po)0
-rw-r--r--source/ca/scp2/source/calc.po (renamed from translations/source/ca/scp2/source/calc.po)0
-rw-r--r--source/ca/scp2/source/draw.po (renamed from translations/source/ca/scp2/source/draw.po)0
-rw-r--r--source/ca/scp2/source/extensions.po (renamed from translations/source/ca/scp2/source/extensions.po)0
-rw-r--r--source/ca/scp2/source/gnome.po (renamed from translations/source/ca/scp2/source/gnome.po)0
-rw-r--r--source/ca/scp2/source/graphicfilter.po (renamed from translations/source/ca/scp2/source/graphicfilter.po)0
-rw-r--r--source/ca/scp2/source/impress.po (renamed from translations/source/ca/scp2/source/impress.po)0
-rw-r--r--source/ca/scp2/source/javafilter.po (renamed from translations/source/ca/scp2/source/javafilter.po)0
-rw-r--r--source/ca/scp2/source/kde.po (renamed from translations/source/ca/scp2/source/kde.po)0
-rw-r--r--source/ca/scp2/source/math.po (renamed from translations/source/ca/scp2/source/math.po)0
-rw-r--r--source/ca/scp2/source/onlineupdate.po (renamed from translations/source/ca/scp2/source/onlineupdate.po)0
-rw-r--r--source/ca/scp2/source/ooo.po (renamed from translations/source/ca/scp2/source/ooo.po)0
-rw-r--r--source/ca/scp2/source/python.po (renamed from translations/source/ca/scp2/source/python.po)0
-rw-r--r--source/ca/scp2/source/quickstart.po (renamed from translations/source/ca/scp2/source/quickstart.po)0
-rw-r--r--source/ca/scp2/source/sdkoo.po (renamed from translations/source/ca/scp2/source/sdkoo.po)0
-rw-r--r--source/ca/scp2/source/smoketest.po (renamed from translations/source/ca/scp2/source/smoketest.po)0
-rw-r--r--source/ca/scp2/source/stdlibs.po (renamed from translations/source/ca/scp2/source/stdlibs.po)0
-rw-r--r--source/ca/scp2/source/tde.po (renamed from translations/source/ca/scp2/source/tde.po)0
-rw-r--r--source/ca/scp2/source/winexplorerext.po (renamed from translations/source/ca/scp2/source/winexplorerext.po)0
-rw-r--r--source/ca/scp2/source/writer.po (renamed from translations/source/ca/scp2/source/writer.po)0
-rw-r--r--source/ca/scp2/source/xsltfilter.po (renamed from translations/source/ca/scp2/source/xsltfilter.po)0
-rw-r--r--source/ca/scripting/source/pyprov.po (renamed from translations/source/ca/scripting/source/pyprov.po)0
-rw-r--r--source/ca/sd/source/core.po (renamed from translations/source/ca/sd/source/core.po)0
-rw-r--r--source/ca/sd/source/filter/html.po (renamed from translations/source/ca/sd/source/filter/html.po)0
-rw-r--r--source/ca/sd/source/ui/accessibility.po (renamed from translations/source/ca/sd/source/ui/accessibility.po)0
-rw-r--r--source/ca/sd/source/ui/animations.po (renamed from translations/source/ca/sd/source/ui/animations.po)0
-rw-r--r--source/ca/sd/source/ui/annotations.po (renamed from translations/source/ca/sd/source/ui/annotations.po)0
-rw-r--r--source/ca/sd/source/ui/app.po (renamed from translations/source/ca/sd/source/ui/app.po)0
-rw-r--r--source/ca/sd/source/ui/dlg.po (renamed from translations/source/ca/sd/source/ui/dlg.po)0
-rw-r--r--source/ca/sd/source/ui/slideshow.po (renamed from translations/source/ca/sd/source/ui/slideshow.po)0
-rw-r--r--source/ca/sd/source/ui/table.po (renamed from translations/source/ca/sd/source/ui/table.po)0
-rw-r--r--source/ca/sd/source/ui/view.po (renamed from translations/source/ca/sd/source/ui/view.po)0
-rw-r--r--source/ca/sdext/source/minimizer.po (renamed from translations/source/ca/sdext/source/minimizer.po)0
-rw-r--r--source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ca/sdext/source/pdfimport.po (renamed from translations/source/ca/sdext/source/pdfimport.po)0
-rw-r--r--source/ca/sdext/source/presenter.po (renamed from translations/source/ca/sdext/source/presenter.po)0
-rw-r--r--source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ca/setup_native/source/mac.po (renamed from translations/source/ca/setup_native/source/mac.po)0
-rw-r--r--source/ca/sfx2/source/appl.po (renamed from translations/source/ca/sfx2/source/appl.po)0
-rw-r--r--source/ca/sfx2/source/bastyp.po (renamed from translations/source/ca/sfx2/source/bastyp.po)0
-rw-r--r--source/ca/sfx2/source/dialog.po (renamed from translations/source/ca/sfx2/source/dialog.po)0
-rw-r--r--source/ca/sfx2/source/doc.po (renamed from translations/source/ca/sfx2/source/doc.po)0
-rw-r--r--source/ca/sfx2/source/menu.po (renamed from translations/source/ca/sfx2/source/menu.po)0
-rw-r--r--source/ca/sfx2/source/view.po (renamed from translations/source/ca/sfx2/source/view.po)0
-rw-r--r--source/ca/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ca/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ca/starmath/source.po (renamed from translations/source/ca/starmath/source.po)0
-rw-r--r--source/ca/svl/source/items.po (renamed from translations/source/ca/svl/source/items.po)0
-rw-r--r--source/ca/svl/source/misc.po (renamed from translations/source/ca/svl/source/misc.po)0
-rw-r--r--source/ca/svtools/source/contnr.po (renamed from translations/source/ca/svtools/source/contnr.po)0
-rw-r--r--source/ca/svtools/source/control.po (renamed from translations/source/ca/svtools/source/control.po)0
-rw-r--r--source/ca/svtools/source/dialogs.po (renamed from translations/source/ca/svtools/source/dialogs.po)0
-rw-r--r--source/ca/svtools/source/filter.po (renamed from translations/source/ca/svtools/source/filter.po)0
-rw-r--r--source/ca/svtools/source/java.po (renamed from translations/source/ca/svtools/source/java.po)0
-rw-r--r--source/ca/svtools/source/misc.po (renamed from translations/source/ca/svtools/source/misc.po)0
-rw-r--r--source/ca/svtools/source/toolpanel.po (renamed from translations/source/ca/svtools/source/toolpanel.po)0
-rw-r--r--source/ca/svtools/workben/unodialog.po (renamed from translations/source/ca/svtools/workben/unodialog.po)0
-rw-r--r--source/ca/svx/inc.po (renamed from translations/source/ca/svx/inc.po)0
-rw-r--r--source/ca/svx/source/accessibility.po (renamed from translations/source/ca/svx/source/accessibility.po)0
-rw-r--r--source/ca/svx/source/dialog.po (renamed from translations/source/ca/svx/source/dialog.po)0
-rw-r--r--source/ca/svx/source/engine3d.po (renamed from translations/source/ca/svx/source/engine3d.po)0
-rw-r--r--source/ca/svx/source/fmcomp.po (renamed from translations/source/ca/svx/source/fmcomp.po)0
-rw-r--r--source/ca/svx/source/form.po (renamed from translations/source/ca/svx/source/form.po)0
-rw-r--r--source/ca/svx/source/gallery2.po (renamed from translations/source/ca/svx/source/gallery2.po)0
-rw-r--r--source/ca/svx/source/items.po (renamed from translations/source/ca/svx/source/items.po)0
-rw-r--r--source/ca/svx/source/src.po (renamed from translations/source/ca/svx/source/src.po)0
-rw-r--r--source/ca/svx/source/stbctrls.po (renamed from translations/source/ca/svx/source/stbctrls.po)0
-rw-r--r--source/ca/svx/source/svdraw.po (renamed from translations/source/ca/svx/source/svdraw.po)0
-rw-r--r--source/ca/svx/source/table.po (renamed from translations/source/ca/svx/source/table.po)0
-rw-r--r--source/ca/svx/source/tbxctrls.po (renamed from translations/source/ca/svx/source/tbxctrls.po)0
-rw-r--r--source/ca/svx/source/toolbars.po (renamed from translations/source/ca/svx/source/toolbars.po)0
-rw-r--r--source/ca/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ca/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ca/sw/source/core/layout.po (renamed from translations/source/ca/sw/source/core/layout.po)0
-rw-r--r--source/ca/sw/source/core/undo.po (renamed from translations/source/ca/sw/source/core/undo.po)0
-rw-r--r--source/ca/sw/source/core/unocore.po (renamed from translations/source/ca/sw/source/core/unocore.po)0
-rw-r--r--source/ca/sw/source/ui/app.po (renamed from translations/source/ca/sw/source/ui/app.po)0
-rw-r--r--source/ca/sw/source/ui/chrdlg.po (renamed from translations/source/ca/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ca/sw/source/ui/config.po (renamed from translations/source/ca/sw/source/ui/config.po)0
-rw-r--r--source/ca/sw/source/ui/dbui.po (renamed from translations/source/ca/sw/source/ui/dbui.po)0
-rw-r--r--source/ca/sw/source/ui/dialog.po (renamed from translations/source/ca/sw/source/ui/dialog.po)0
-rw-r--r--source/ca/sw/source/ui/dochdl.po (renamed from translations/source/ca/sw/source/ui/dochdl.po)0
-rw-r--r--source/ca/sw/source/ui/docvw.po (renamed from translations/source/ca/sw/source/ui/docvw.po)0
-rw-r--r--source/ca/sw/source/ui/envelp.po (renamed from translations/source/ca/sw/source/ui/envelp.po)0
-rw-r--r--source/ca/sw/source/ui/fldui.po (renamed from translations/source/ca/sw/source/ui/fldui.po)0
-rw-r--r--source/ca/sw/source/ui/fmtui.po (renamed from translations/source/ca/sw/source/ui/fmtui.po)0
-rw-r--r--source/ca/sw/source/ui/frmdlg.po (renamed from translations/source/ca/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ca/sw/source/ui/globdoc.po (renamed from translations/source/ca/sw/source/ui/globdoc.po)0
-rw-r--r--source/ca/sw/source/ui/index.po (renamed from translations/source/ca/sw/source/ui/index.po)0
-rw-r--r--source/ca/sw/source/ui/lingu.po (renamed from translations/source/ca/sw/source/ui/lingu.po)0
-rw-r--r--source/ca/sw/source/ui/misc.po (renamed from translations/source/ca/sw/source/ui/misc.po)0
-rw-r--r--source/ca/sw/source/ui/ribbar.po (renamed from translations/source/ca/sw/source/ui/ribbar.po)0
-rw-r--r--source/ca/sw/source/ui/shells.po (renamed from translations/source/ca/sw/source/ui/shells.po)0
-rw-r--r--source/ca/sw/source/ui/smartmenu.po (renamed from translations/source/ca/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ca/sw/source/ui/table.po (renamed from translations/source/ca/sw/source/ui/table.po)0
-rw-r--r--source/ca/sw/source/ui/uiview.po (renamed from translations/source/ca/sw/source/ui/uiview.po)0
-rw-r--r--source/ca/sw/source/ui/utlui.po (renamed from translations/source/ca/sw/source/ui/utlui.po)0
-rw-r--r--source/ca/sw/source/ui/web.po (renamed from translations/source/ca/sw/source/ui/web.po)0
-rw-r--r--source/ca/sw/source/ui/wrtsh.po (renamed from translations/source/ca/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ca/swext/mediawiki/help.po (renamed from translations/source/ca/swext/mediawiki/help.po)0
-rw-r--r--source/ca/swext/mediawiki/src.po (renamed from translations/source/ca/swext/mediawiki/src.po)0
-rw-r--r--source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ca/sysui/desktop/share.po (renamed from translations/source/ca/sysui/desktop/share.po)0
-rw-r--r--source/ca/uui/source.po (renamed from translations/source/ca/uui/source.po)0
-rw-r--r--source/ca/vcl/source/src.po (renamed from translations/source/ca/vcl/source/src.po)0
-rw-r--r--source/ca/wizards/source/euro.po (renamed from translations/source/ca/wizards/source/euro.po)0
-rw-r--r--source/ca/wizards/source/formwizard.po (renamed from translations/source/ca/wizards/source/formwizard.po)0
-rw-r--r--source/ca/wizards/source/importwizard.po (renamed from translations/source/ca/wizards/source/importwizard.po)0
-rw-r--r--source/ca/wizards/source/schedule.po (renamed from translations/source/ca/wizards/source/schedule.po)0
-rw-r--r--source/ca/wizards/source/template.po (renamed from translations/source/ca/wizards/source/template.po)0
-rw-r--r--source/ca/xmlsecurity/source/component.po (renamed from translations/source/ca/xmlsecurity/source/component.po)0
-rw-r--r--source/ca/xmlsecurity/source/dialogs.po (renamed from translations/source/ca/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/cs/accessibility/source/helper.po (renamed from translations/source/cs/accessibility/source/helper.po)0
-rw-r--r--source/cs/avmedia/source/framework.po (renamed from translations/source/cs/avmedia/source/framework.po)0
-rw-r--r--source/cs/avmedia/source/viewer.po (renamed from translations/source/cs/avmedia/source/viewer.po)0
-rw-r--r--source/cs/basctl/source/basicide.po (renamed from translations/source/cs/basctl/source/basicide.po)0
-rw-r--r--source/cs/basctl/source/dlged.po (renamed from translations/source/cs/basctl/source/dlged.po)0
-rw-r--r--source/cs/basic/source/classes.po (renamed from translations/source/cs/basic/source/classes.po)0
-rw-r--r--source/cs/basic/source/sbx.po (renamed from translations/source/cs/basic/source/sbx.po)0
-rw-r--r--source/cs/chart2/source/controller/dialogs.po (renamed from translations/source/cs/chart2/source/controller/dialogs.po)0
-rw-r--r--source/cs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/cs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/cs/connectivity/source/resource.po (renamed from translations/source/cs/connectivity/source/resource.po)0
-rw-r--r--source/cs/cui/source/customize.po (renamed from translations/source/cs/cui/source/customize.po)0
-rw-r--r--source/cs/cui/source/dialogs.po (renamed from translations/source/cs/cui/source/dialogs.po)0
-rw-r--r--source/cs/cui/source/options.po (renamed from translations/source/cs/cui/source/options.po)0
-rw-r--r--source/cs/cui/source/tabpages.po (renamed from translations/source/cs/cui/source/tabpages.po)0
-rw-r--r--source/cs/dbaccess/source/core/resource.po (renamed from translations/source/cs/dbaccess/source/core/resource.po)0
-rw-r--r--source/cs/dbaccess/source/ext/macromigration.po (renamed from translations/source/cs/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/cs/dbaccess/source/sdbtools/resource.po (renamed from translations/source/cs/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/cs/dbaccess/source/ui/app.po (renamed from translations/source/cs/dbaccess/source/ui/app.po)0
-rw-r--r--source/cs/dbaccess/source/ui/browser.po (renamed from translations/source/cs/dbaccess/source/ui/browser.po)0
-rw-r--r--source/cs/dbaccess/source/ui/control.po (renamed from translations/source/cs/dbaccess/source/ui/control.po)0
-rw-r--r--source/cs/dbaccess/source/ui/dlg.po (renamed from translations/source/cs/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/cs/dbaccess/source/ui/inc.po (renamed from translations/source/cs/dbaccess/source/ui/inc.po)0
-rw-r--r--source/cs/dbaccess/source/ui/misc.po (renamed from translations/source/cs/dbaccess/source/ui/misc.po)0
-rw-r--r--source/cs/dbaccess/source/ui/querydesign.po (renamed from translations/source/cs/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/cs/dbaccess/source/ui/relationdesign.po (renamed from translations/source/cs/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/cs/dbaccess/source/ui/tabledesign.po (renamed from translations/source/cs/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/cs/dbaccess/source/ui/uno.po (renamed from translations/source/cs/dbaccess/source/ui/uno.po)0
-rw-r--r--source/cs/desktop/source/app.po (renamed from translations/source/cs/desktop/source/app.po)0
-rw-r--r--source/cs/desktop/source/deployment/gui.po (renamed from translations/source/cs/desktop/source/deployment/gui.po)0
-rw-r--r--source/cs/desktop/source/deployment/manager.po (renamed from translations/source/cs/desktop/source/deployment/manager.po)0
-rw-r--r--source/cs/desktop/source/deployment/misc.po (renamed from translations/source/cs/desktop/source/deployment/misc.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry.po (renamed from translations/source/cs/desktop/source/deployment/registry.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/component.po (renamed from translations/source/cs/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/configuration.po (renamed from translations/source/cs/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/help.po (renamed from translations/source/cs/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/package.po (renamed from translations/source/cs/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/script.po (renamed from translations/source/cs/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/cs/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/cs/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/cs/desktop/source/deployment/unopkg.po (renamed from translations/source/cs/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/cs/dictionaries/af_ZA.po (renamed from translations/source/cs/dictionaries/af_ZA.po)0
-rw-r--r--source/cs/dictionaries/an_ES.po (renamed from translations/source/cs/dictionaries/an_ES.po)0
-rw-r--r--source/cs/dictionaries/ar.po (renamed from translations/source/cs/dictionaries/ar.po)0
-rw-r--r--source/cs/dictionaries/be_BY.po (renamed from translations/source/cs/dictionaries/be_BY.po)0
-rw-r--r--source/cs/dictionaries/bg_BG.po (renamed from translations/source/cs/dictionaries/bg_BG.po)0
-rw-r--r--source/cs/dictionaries/bn_BD.po (renamed from translations/source/cs/dictionaries/bn_BD.po)0
-rw-r--r--source/cs/dictionaries/br_FR.po (renamed from translations/source/cs/dictionaries/br_FR.po)0
-rw-r--r--source/cs/dictionaries/ca.po (renamed from translations/source/cs/dictionaries/ca.po)0
-rw-r--r--source/cs/dictionaries/cs_CZ.po (renamed from translations/source/cs/dictionaries/cs_CZ.po)0
-rw-r--r--source/cs/dictionaries/da_DK.po (renamed from translations/source/cs/dictionaries/da_DK.po)0
-rw-r--r--source/cs/dictionaries/de.po (renamed from translations/source/cs/dictionaries/de.po)0
-rw-r--r--source/cs/dictionaries/el_GR.po (renamed from translations/source/cs/dictionaries/el_GR.po)0
-rw-r--r--source/cs/dictionaries/en.po (renamed from translations/source/cs/dictionaries/en.po)0
-rw-r--r--source/cs/dictionaries/en/dialog.po (renamed from translations/source/cs/dictionaries/en/dialog.po)0
-rw-r--r--source/cs/dictionaries/es_ES.po (renamed from translations/source/cs/dictionaries/es_ES.po)0
-rw-r--r--source/cs/dictionaries/et_EE.po (renamed from translations/source/cs/dictionaries/et_EE.po)0
-rw-r--r--source/cs/dictionaries/fr_FR.po (renamed from translations/source/cs/dictionaries/fr_FR.po)0
-rw-r--r--source/cs/dictionaries/gd_GB.po (renamed from translations/source/cs/dictionaries/gd_GB.po)0
-rw-r--r--source/cs/dictionaries/gl.po (renamed from translations/source/cs/dictionaries/gl.po)0
-rw-r--r--source/cs/dictionaries/gu_IN.po (renamed from translations/source/cs/dictionaries/gu_IN.po)0
-rw-r--r--source/cs/dictionaries/he_IL.po (renamed from translations/source/cs/dictionaries/he_IL.po)0
-rw-r--r--source/cs/dictionaries/hi_IN.po (renamed from translations/source/cs/dictionaries/hi_IN.po)0
-rw-r--r--source/cs/dictionaries/hr_HR.po (renamed from translations/source/cs/dictionaries/hr_HR.po)0
-rw-r--r--source/cs/dictionaries/hu_HU.po (renamed from translations/source/cs/dictionaries/hu_HU.po)0
-rw-r--r--source/cs/dictionaries/hu_HU/dialog.po (renamed from translations/source/cs/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/cs/dictionaries/it_IT.po (renamed from translations/source/cs/dictionaries/it_IT.po)0
-rw-r--r--source/cs/dictionaries/ku_TR.po (renamed from translations/source/cs/dictionaries/ku_TR.po)0
-rw-r--r--source/cs/dictionaries/lt_LT.po (renamed from translations/source/cs/dictionaries/lt_LT.po)0
-rw-r--r--source/cs/dictionaries/lv_LV.po (renamed from translations/source/cs/dictionaries/lv_LV.po)0
-rw-r--r--source/cs/dictionaries/ne_NP.po (renamed from translations/source/cs/dictionaries/ne_NP.po)0
-rw-r--r--source/cs/dictionaries/nl_NL.po (renamed from translations/source/cs/dictionaries/nl_NL.po)0
-rw-r--r--source/cs/dictionaries/no.po (renamed from translations/source/cs/dictionaries/no.po)0
-rw-r--r--source/cs/dictionaries/oc_FR.po (renamed from translations/source/cs/dictionaries/oc_FR.po)0
-rw-r--r--source/cs/dictionaries/pl_PL.po (renamed from translations/source/cs/dictionaries/pl_PL.po)0
-rw-r--r--source/cs/dictionaries/pt_BR.po (renamed from translations/source/cs/dictionaries/pt_BR.po)0
-rw-r--r--source/cs/dictionaries/pt_PT.po (renamed from translations/source/cs/dictionaries/pt_PT.po)0
-rw-r--r--source/cs/dictionaries/ro.po (renamed from translations/source/cs/dictionaries/ro.po)0
-rw-r--r--source/cs/dictionaries/ru_RU.po (renamed from translations/source/cs/dictionaries/ru_RU.po)0
-rw-r--r--source/cs/dictionaries/ru_RU/dialog.po (renamed from translations/source/cs/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/cs/dictionaries/si_LK.po (renamed from translations/source/cs/dictionaries/si_LK.po)0
-rw-r--r--source/cs/dictionaries/sk_SK.po (renamed from translations/source/cs/dictionaries/sk_SK.po)0
-rw-r--r--source/cs/dictionaries/sl_SI.po (renamed from translations/source/cs/dictionaries/sl_SI.po)0
-rw-r--r--source/cs/dictionaries/sr.po (renamed from translations/source/cs/dictionaries/sr.po)0
-rw-r--r--source/cs/dictionaries/sv_SE.po (renamed from translations/source/cs/dictionaries/sv_SE.po)0
-rw-r--r--source/cs/dictionaries/sw_TZ.po (renamed from translations/source/cs/dictionaries/sw_TZ.po)0
-rw-r--r--source/cs/dictionaries/te_IN.po (renamed from translations/source/cs/dictionaries/te_IN.po)0
-rw-r--r--source/cs/dictionaries/th_TH.po (renamed from translations/source/cs/dictionaries/th_TH.po)0
-rw-r--r--source/cs/dictionaries/uk_UA.po (renamed from translations/source/cs/dictionaries/uk_UA.po)0
-rw-r--r--source/cs/dictionaries/vi.po (renamed from translations/source/cs/dictionaries/vi.po)0
-rw-r--r--source/cs/dictionaries/zu_ZA.po (renamed from translations/source/cs/dictionaries/zu_ZA.po)0
-rw-r--r--source/cs/editeng/source/accessibility.po (renamed from translations/source/cs/editeng/source/accessibility.po)0
-rw-r--r--source/cs/editeng/source/editeng.po (renamed from translations/source/cs/editeng/source/editeng.po)0
-rw-r--r--source/cs/editeng/source/items.po (renamed from translations/source/cs/editeng/source/items.po)0
-rw-r--r--source/cs/editeng/source/misc.po (renamed from translations/source/cs/editeng/source/misc.po)0
-rw-r--r--source/cs/editeng/source/outliner.po (renamed from translations/source/cs/editeng/source/outliner.po)0
-rw-r--r--source/cs/extensions/source/abpilot.po (renamed from translations/source/cs/extensions/source/abpilot.po)0
-rw-r--r--source/cs/extensions/source/bibliography.po (renamed from translations/source/cs/extensions/source/bibliography.po)0
-rw-r--r--source/cs/extensions/source/dbpilots.po (renamed from translations/source/cs/extensions/source/dbpilots.po)0
-rw-r--r--source/cs/extensions/source/propctrlr.po (renamed from translations/source/cs/extensions/source/propctrlr.po)0
-rw-r--r--source/cs/extensions/source/scanner.po (renamed from translations/source/cs/extensions/source/scanner.po)0
-rw-r--r--source/cs/extensions/source/update/check.po (renamed from translations/source/cs/extensions/source/update/check.po)0
-rw-r--r--source/cs/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/cs/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/cs/filter/source/config/fragments/filters.po (renamed from translations/source/cs/filter/source/config/fragments/filters.po)0
-rw-r--r--source/cs/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/cs/filter/source/config/fragments/types.po (renamed from translations/source/cs/filter/source/config/fragments/types.po)0
-rw-r--r--source/cs/filter/source/flash.po (renamed from translations/source/cs/filter/source/flash.po)0
-rw-r--r--source/cs/filter/source/graphicfilter/eps.po (renamed from translations/source/cs/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/cs/filter/source/pdf.po (renamed from translations/source/cs/filter/source/pdf.po)0
-rw-r--r--source/cs/filter/source/t602.po (renamed from translations/source/cs/filter/source/t602.po)0
-rw-r--r--source/cs/filter/source/xsltdialog.po (renamed from translations/source/cs/filter/source/xsltdialog.po)0
-rw-r--r--source/cs/forms/source/resource.po (renamed from translations/source/cs/forms/source/resource.po)0
-rw-r--r--source/cs/formula/source/core/resource.po (renamed from translations/source/cs/formula/source/core/resource.po)0
-rw-r--r--source/cs/formula/source/ui/dlg.po (renamed from translations/source/cs/formula/source/ui/dlg.po)0
-rw-r--r--source/cs/fpicker/source/office.po (renamed from translations/source/cs/fpicker/source/office.po)0
-rw-r--r--source/cs/framework/source/classes.po (renamed from translations/source/cs/framework/source/classes.po)0
-rw-r--r--source/cs/framework/source/services.po (renamed from translations/source/cs/framework/source/services.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/cs/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/cs/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po (renamed from translations/source/cs/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/02.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/04.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/05.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/cs/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/schart.po (renamed from translations/source/cs/helpcontent2/source/text/schart.po)0
-rw-r--r--source/cs/helpcontent2/source/text/schart/00.po (renamed from translations/source/cs/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/schart/01.po (renamed from translations/source/cs/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/schart/02.po (renamed from translations/source/cs/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/schart/04.po (renamed from translations/source/cs/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sdraw.po (renamed from translations/source/cs/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/cs/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/cs/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/cs/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/cs/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared.po (renamed from translations/source/cs/helpcontent2/source/text/shared.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po (renamed from translations/source/cs/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po (renamed from translations/source/cs/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po (renamed from translations/source/cs/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/04.po (renamed from translations/source/cs/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/05.po (renamed from translations/source/cs/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/07.po (renamed from translations/source/cs/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/cs/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/cs/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/cs/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po (renamed from translations/source/cs/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/cs/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po (renamed from translations/source/cs/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress/00.po (renamed from translations/source/cs/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po (renamed from translations/source/cs/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po (renamed from translations/source/cs/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress/04.po (renamed from translations/source/cs/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/cs/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath.po (renamed from translations/source/cs/helpcontent2/source/text/smath.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath/00.po (renamed from translations/source/cs/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath/01.po (renamed from translations/source/cs/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath/02.po (renamed from translations/source/cs/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath/04.po (renamed from translations/source/cs/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/smath/guide.po (renamed from translations/source/cs/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po (renamed from translations/source/cs/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po (renamed from translations/source/cs/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po (renamed from translations/source/cs/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po (renamed from translations/source/cs/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter/04.po (renamed from translations/source/cs/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/cs/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/cs/mysqlc/source.po (renamed from translations/source/cs/mysqlc/source.po)0
-rw-r--r--source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/cs/nlpsolver/src/locale.po (renamed from translations/source/cs/nlpsolver/src/locale.po)0
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/cs/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/cs/padmin/source.po (renamed from translations/source/cs/padmin/source.po)0
-rw-r--r--source/cs/readlicense_oo/docs/readme.po (renamed from translations/source/cs/readlicense_oo/docs/readme.po)0
-rw-r--r--source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/cs/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/cs/reportbuilder/util.po (renamed from translations/source/cs/reportbuilder/util.po)0
-rw-r--r--source/cs/reportdesign/source/core/resource.po (renamed from translations/source/cs/reportdesign/source/core/resource.po)0
-rw-r--r--source/cs/reportdesign/source/ui/dlg.po (renamed from translations/source/cs/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/cs/reportdesign/source/ui/inspection.po (renamed from translations/source/cs/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/cs/reportdesign/source/ui/report.po (renamed from translations/source/cs/reportdesign/source/ui/report.po)0
-rw-r--r--source/cs/sc/source/core/src.po (renamed from translations/source/cs/sc/source/core/src.po)0
-rw-r--r--source/cs/sc/source/ui/cctrl.po (renamed from translations/source/cs/sc/source/ui/cctrl.po)0
-rw-r--r--source/cs/sc/source/ui/dbgui.po (renamed from translations/source/cs/sc/source/ui/dbgui.po)0
-rw-r--r--source/cs/sc/source/ui/docshell.po (renamed from translations/source/cs/sc/source/ui/docshell.po)0
-rw-r--r--source/cs/sc/source/ui/drawfunc.po (renamed from translations/source/cs/sc/source/ui/drawfunc.po)0
-rw-r--r--source/cs/sc/source/ui/formdlg.po (renamed from translations/source/cs/sc/source/ui/formdlg.po)0
-rw-r--r--source/cs/sc/source/ui/miscdlgs.po (renamed from translations/source/cs/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/cs/sc/source/ui/navipi.po (renamed from translations/source/cs/sc/source/ui/navipi.po)0
-rw-r--r--source/cs/sc/source/ui/optdlg.po (renamed from translations/source/cs/sc/source/ui/optdlg.po)0
-rw-r--r--source/cs/sc/source/ui/pagedlg.po (renamed from translations/source/cs/sc/source/ui/pagedlg.po)0
-rw-r--r--source/cs/sc/source/ui/src.po (renamed from translations/source/cs/sc/source/ui/src.po)0
-rw-r--r--source/cs/sc/source/ui/styleui.po (renamed from translations/source/cs/sc/source/ui/styleui.po)0
-rw-r--r--source/cs/scaddins/source/analysis.po (renamed from translations/source/cs/scaddins/source/analysis.po)0
-rw-r--r--source/cs/scaddins/source/datefunc.po (renamed from translations/source/cs/scaddins/source/datefunc.po)0
-rw-r--r--source/cs/sccomp/source/solver.po (renamed from translations/source/cs/sccomp/source/solver.po)0
-rw-r--r--source/cs/scp2/source/accessories.po (renamed from translations/source/cs/scp2/source/accessories.po)0
-rw-r--r--source/cs/scp2/source/activex.po (renamed from translations/source/cs/scp2/source/activex.po)0
-rw-r--r--source/cs/scp2/source/base.po (renamed from translations/source/cs/scp2/source/base.po)0
-rw-r--r--source/cs/scp2/source/binfilter.po (renamed from translations/source/cs/scp2/source/binfilter.po)0
-rw-r--r--source/cs/scp2/source/calc.po (renamed from translations/source/cs/scp2/source/calc.po)0
-rw-r--r--source/cs/scp2/source/draw.po (renamed from translations/source/cs/scp2/source/draw.po)0
-rw-r--r--source/cs/scp2/source/extensions.po (renamed from translations/source/cs/scp2/source/extensions.po)0
-rw-r--r--source/cs/scp2/source/gnome.po (renamed from translations/source/cs/scp2/source/gnome.po)0
-rw-r--r--source/cs/scp2/source/graphicfilter.po (renamed from translations/source/cs/scp2/source/graphicfilter.po)0
-rw-r--r--source/cs/scp2/source/impress.po (renamed from translations/source/cs/scp2/source/impress.po)0
-rw-r--r--source/cs/scp2/source/javafilter.po (renamed from translations/source/cs/scp2/source/javafilter.po)0
-rw-r--r--source/cs/scp2/source/kde.po (renamed from translations/source/cs/scp2/source/kde.po)0
-rw-r--r--source/cs/scp2/source/math.po (renamed from translations/source/cs/scp2/source/math.po)0
-rw-r--r--source/cs/scp2/source/onlineupdate.po (renamed from translations/source/cs/scp2/source/onlineupdate.po)0
-rw-r--r--source/cs/scp2/source/ooo.po (renamed from translations/source/cs/scp2/source/ooo.po)0
-rw-r--r--source/cs/scp2/source/python.po (renamed from translations/source/cs/scp2/source/python.po)0
-rw-r--r--source/cs/scp2/source/quickstart.po (renamed from translations/source/cs/scp2/source/quickstart.po)0
-rw-r--r--source/cs/scp2/source/sdkoo.po (renamed from translations/source/cs/scp2/source/sdkoo.po)0
-rw-r--r--source/cs/scp2/source/smoketest.po (renamed from translations/source/cs/scp2/source/smoketest.po)0
-rw-r--r--source/cs/scp2/source/stdlibs.po (renamed from translations/source/cs/scp2/source/stdlibs.po)0
-rw-r--r--source/cs/scp2/source/tde.po (renamed from translations/source/cs/scp2/source/tde.po)0
-rw-r--r--source/cs/scp2/source/winexplorerext.po (renamed from translations/source/cs/scp2/source/winexplorerext.po)0
-rw-r--r--source/cs/scp2/source/writer.po (renamed from translations/source/cs/scp2/source/writer.po)0
-rw-r--r--source/cs/scp2/source/xsltfilter.po (renamed from translations/source/cs/scp2/source/xsltfilter.po)0
-rw-r--r--source/cs/scripting/source/pyprov.po (renamed from translations/source/cs/scripting/source/pyprov.po)0
-rw-r--r--source/cs/sd/source/core.po (renamed from translations/source/cs/sd/source/core.po)0
-rw-r--r--source/cs/sd/source/filter/html.po (renamed from translations/source/cs/sd/source/filter/html.po)0
-rw-r--r--source/cs/sd/source/ui/accessibility.po (renamed from translations/source/cs/sd/source/ui/accessibility.po)0
-rw-r--r--source/cs/sd/source/ui/animations.po (renamed from translations/source/cs/sd/source/ui/animations.po)0
-rw-r--r--source/cs/sd/source/ui/annotations.po (renamed from translations/source/cs/sd/source/ui/annotations.po)0
-rw-r--r--source/cs/sd/source/ui/app.po (renamed from translations/source/cs/sd/source/ui/app.po)0
-rw-r--r--source/cs/sd/source/ui/dlg.po (renamed from translations/source/cs/sd/source/ui/dlg.po)0
-rw-r--r--source/cs/sd/source/ui/slideshow.po (renamed from translations/source/cs/sd/source/ui/slideshow.po)0
-rw-r--r--source/cs/sd/source/ui/table.po (renamed from translations/source/cs/sd/source/ui/table.po)0
-rw-r--r--source/cs/sd/source/ui/view.po (renamed from translations/source/cs/sd/source/ui/view.po)0
-rw-r--r--source/cs/sdext/source/minimizer.po (renamed from translations/source/cs/sdext/source/minimizer.po)0
-rw-r--r--source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/cs/sdext/source/pdfimport.po (renamed from translations/source/cs/sdext/source/pdfimport.po)0
-rw-r--r--source/cs/sdext/source/presenter.po (renamed from translations/source/cs/sdext/source/presenter.po)0
-rw-r--r--source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/cs/setup_native/source/mac.po (renamed from translations/source/cs/setup_native/source/mac.po)0
-rw-r--r--source/cs/sfx2/source/appl.po (renamed from translations/source/cs/sfx2/source/appl.po)0
-rw-r--r--source/cs/sfx2/source/bastyp.po (renamed from translations/source/cs/sfx2/source/bastyp.po)0
-rw-r--r--source/cs/sfx2/source/dialog.po (renamed from translations/source/cs/sfx2/source/dialog.po)0
-rw-r--r--source/cs/sfx2/source/doc.po (renamed from translations/source/cs/sfx2/source/doc.po)0
-rw-r--r--source/cs/sfx2/source/menu.po (renamed from translations/source/cs/sfx2/source/menu.po)0
-rw-r--r--source/cs/sfx2/source/view.po (renamed from translations/source/cs/sfx2/source/view.po)0
-rw-r--r--source/cs/shell/source/win32/shlxthandler/res.po (renamed from translations/source/cs/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/cs/starmath/source.po (renamed from translations/source/cs/starmath/source.po)0
-rw-r--r--source/cs/svl/source/items.po (renamed from translations/source/cs/svl/source/items.po)0
-rw-r--r--source/cs/svl/source/misc.po (renamed from translations/source/cs/svl/source/misc.po)0
-rw-r--r--source/cs/svtools/source/contnr.po (renamed from translations/source/cs/svtools/source/contnr.po)0
-rw-r--r--source/cs/svtools/source/control.po (renamed from translations/source/cs/svtools/source/control.po)0
-rw-r--r--source/cs/svtools/source/dialogs.po (renamed from translations/source/cs/svtools/source/dialogs.po)0
-rw-r--r--source/cs/svtools/source/filter.po (renamed from translations/source/cs/svtools/source/filter.po)0
-rw-r--r--source/cs/svtools/source/java.po (renamed from translations/source/cs/svtools/source/java.po)0
-rw-r--r--source/cs/svtools/source/misc.po (renamed from translations/source/cs/svtools/source/misc.po)0
-rw-r--r--source/cs/svtools/source/toolpanel.po (renamed from translations/source/cs/svtools/source/toolpanel.po)0
-rw-r--r--source/cs/svtools/workben/unodialog.po (renamed from translations/source/cs/svtools/workben/unodialog.po)0
-rw-r--r--source/cs/svx/inc.po (renamed from translations/source/cs/svx/inc.po)0
-rw-r--r--source/cs/svx/source/accessibility.po (renamed from translations/source/cs/svx/source/accessibility.po)0
-rw-r--r--source/cs/svx/source/dialog.po (renamed from translations/source/cs/svx/source/dialog.po)0
-rw-r--r--source/cs/svx/source/engine3d.po (renamed from translations/source/cs/svx/source/engine3d.po)0
-rw-r--r--source/cs/svx/source/fmcomp.po (renamed from translations/source/cs/svx/source/fmcomp.po)0
-rw-r--r--source/cs/svx/source/form.po (renamed from translations/source/cs/svx/source/form.po)0
-rw-r--r--source/cs/svx/source/gallery2.po (renamed from translations/source/cs/svx/source/gallery2.po)0
-rw-r--r--source/cs/svx/source/items.po (renamed from translations/source/cs/svx/source/items.po)0
-rw-r--r--source/cs/svx/source/src.po (renamed from translations/source/cs/svx/source/src.po)0
-rw-r--r--source/cs/svx/source/stbctrls.po (renamed from translations/source/cs/svx/source/stbctrls.po)0
-rw-r--r--source/cs/svx/source/svdraw.po (renamed from translations/source/cs/svx/source/svdraw.po)0
-rw-r--r--source/cs/svx/source/table.po (renamed from translations/source/cs/svx/source/table.po)0
-rw-r--r--source/cs/svx/source/tbxctrls.po (renamed from translations/source/cs/svx/source/tbxctrls.po)0
-rw-r--r--source/cs/svx/source/toolbars.po (renamed from translations/source/cs/svx/source/toolbars.po)0
-rw-r--r--source/cs/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/cs/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/cs/sw/source/core/layout.po (renamed from translations/source/cs/sw/source/core/layout.po)0
-rw-r--r--source/cs/sw/source/core/undo.po (renamed from translations/source/cs/sw/source/core/undo.po)0
-rw-r--r--source/cs/sw/source/core/unocore.po (renamed from translations/source/cs/sw/source/core/unocore.po)0
-rw-r--r--source/cs/sw/source/ui/app.po (renamed from translations/source/cs/sw/source/ui/app.po)0
-rw-r--r--source/cs/sw/source/ui/chrdlg.po (renamed from translations/source/cs/sw/source/ui/chrdlg.po)0
-rw-r--r--source/cs/sw/source/ui/config.po (renamed from translations/source/cs/sw/source/ui/config.po)0
-rw-r--r--source/cs/sw/source/ui/dbui.po (renamed from translations/source/cs/sw/source/ui/dbui.po)0
-rw-r--r--source/cs/sw/source/ui/dialog.po (renamed from translations/source/cs/sw/source/ui/dialog.po)0
-rw-r--r--source/cs/sw/source/ui/dochdl.po (renamed from translations/source/cs/sw/source/ui/dochdl.po)0
-rw-r--r--source/cs/sw/source/ui/docvw.po (renamed from translations/source/cs/sw/source/ui/docvw.po)0
-rw-r--r--source/cs/sw/source/ui/envelp.po (renamed from translations/source/cs/sw/source/ui/envelp.po)0
-rw-r--r--source/cs/sw/source/ui/fldui.po (renamed from translations/source/cs/sw/source/ui/fldui.po)0
-rw-r--r--source/cs/sw/source/ui/fmtui.po (renamed from translations/source/cs/sw/source/ui/fmtui.po)0
-rw-r--r--source/cs/sw/source/ui/frmdlg.po (renamed from translations/source/cs/sw/source/ui/frmdlg.po)0
-rw-r--r--source/cs/sw/source/ui/globdoc.po (renamed from translations/source/cs/sw/source/ui/globdoc.po)0
-rw-r--r--source/cs/sw/source/ui/index.po (renamed from translations/source/cs/sw/source/ui/index.po)0
-rw-r--r--source/cs/sw/source/ui/lingu.po (renamed from translations/source/cs/sw/source/ui/lingu.po)0
-rw-r--r--source/cs/sw/source/ui/misc.po (renamed from translations/source/cs/sw/source/ui/misc.po)0
-rw-r--r--source/cs/sw/source/ui/ribbar.po (renamed from translations/source/cs/sw/source/ui/ribbar.po)0
-rw-r--r--source/cs/sw/source/ui/shells.po (renamed from translations/source/cs/sw/source/ui/shells.po)0
-rw-r--r--source/cs/sw/source/ui/smartmenu.po (renamed from translations/source/cs/sw/source/ui/smartmenu.po)0
-rw-r--r--source/cs/sw/source/ui/table.po (renamed from translations/source/cs/sw/source/ui/table.po)0
-rw-r--r--source/cs/sw/source/ui/uiview.po (renamed from translations/source/cs/sw/source/ui/uiview.po)0
-rw-r--r--source/cs/sw/source/ui/utlui.po (renamed from translations/source/cs/sw/source/ui/utlui.po)0
-rw-r--r--source/cs/sw/source/ui/web.po (renamed from translations/source/cs/sw/source/ui/web.po)0
-rw-r--r--source/cs/sw/source/ui/wrtsh.po (renamed from translations/source/cs/sw/source/ui/wrtsh.po)0
-rw-r--r--source/cs/swext/mediawiki/help.po (renamed from translations/source/cs/swext/mediawiki/help.po)0
-rw-r--r--source/cs/swext/mediawiki/src.po (renamed from translations/source/cs/swext/mediawiki/src.po)0
-rw-r--r--source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/cs/sysui/desktop/share.po (renamed from translations/source/cs/sysui/desktop/share.po)0
-rw-r--r--source/cs/uui/source.po (renamed from translations/source/cs/uui/source.po)0
-rw-r--r--source/cs/vcl/source/src.po (renamed from translations/source/cs/vcl/source/src.po)0
-rw-r--r--source/cs/wizards/source/euro.po (renamed from translations/source/cs/wizards/source/euro.po)0
-rw-r--r--source/cs/wizards/source/formwizard.po (renamed from translations/source/cs/wizards/source/formwizard.po)0
-rw-r--r--source/cs/wizards/source/importwizard.po (renamed from translations/source/cs/wizards/source/importwizard.po)0
-rw-r--r--source/cs/wizards/source/schedule.po (renamed from translations/source/cs/wizards/source/schedule.po)0
-rw-r--r--source/cs/wizards/source/template.po (renamed from translations/source/cs/wizards/source/template.po)0
-rw-r--r--source/cs/xmlsecurity/source/component.po (renamed from translations/source/cs/xmlsecurity/source/component.po)0
-rw-r--r--source/cs/xmlsecurity/source/dialogs.po (renamed from translations/source/cs/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/cy/accessibility/source/helper.po (renamed from translations/source/cy/accessibility/source/helper.po)0
-rw-r--r--source/cy/avmedia/source/framework.po (renamed from translations/source/cy/avmedia/source/framework.po)0
-rw-r--r--source/cy/avmedia/source/viewer.po (renamed from translations/source/cy/avmedia/source/viewer.po)0
-rw-r--r--source/cy/basctl/source/basicide.po (renamed from translations/source/cy/basctl/source/basicide.po)0
-rw-r--r--source/cy/basctl/source/dlged.po (renamed from translations/source/cy/basctl/source/dlged.po)0
-rw-r--r--source/cy/basic/source/classes.po (renamed from translations/source/cy/basic/source/classes.po)0
-rw-r--r--source/cy/basic/source/sbx.po (renamed from translations/source/cy/basic/source/sbx.po)0
-rw-r--r--source/cy/chart2/source/controller/dialogs.po (renamed from translations/source/cy/chart2/source/controller/dialogs.po)0
-rw-r--r--source/cy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/cy/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/cy/connectivity/source/resource.po (renamed from translations/source/cy/connectivity/source/resource.po)0
-rw-r--r--source/cy/cui/source/customize.po (renamed from translations/source/cy/cui/source/customize.po)0
-rw-r--r--source/cy/cui/source/dialogs.po (renamed from translations/source/cy/cui/source/dialogs.po)0
-rw-r--r--source/cy/cui/source/options.po (renamed from translations/source/cy/cui/source/options.po)0
-rw-r--r--source/cy/cui/source/tabpages.po (renamed from translations/source/cy/cui/source/tabpages.po)0
-rw-r--r--source/cy/dbaccess/source/core/resource.po (renamed from translations/source/cy/dbaccess/source/core/resource.po)0
-rw-r--r--source/cy/dbaccess/source/ext/macromigration.po (renamed from translations/source/cy/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/cy/dbaccess/source/sdbtools/resource.po (renamed from translations/source/cy/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/cy/dbaccess/source/ui/app.po (renamed from translations/source/cy/dbaccess/source/ui/app.po)0
-rw-r--r--source/cy/dbaccess/source/ui/browser.po (renamed from translations/source/cy/dbaccess/source/ui/browser.po)0
-rw-r--r--source/cy/dbaccess/source/ui/control.po (renamed from translations/source/cy/dbaccess/source/ui/control.po)0
-rw-r--r--source/cy/dbaccess/source/ui/dlg.po (renamed from translations/source/cy/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/cy/dbaccess/source/ui/inc.po (renamed from translations/source/cy/dbaccess/source/ui/inc.po)0
-rw-r--r--source/cy/dbaccess/source/ui/misc.po (renamed from translations/source/cy/dbaccess/source/ui/misc.po)0
-rw-r--r--source/cy/dbaccess/source/ui/querydesign.po (renamed from translations/source/cy/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/cy/dbaccess/source/ui/relationdesign.po (renamed from translations/source/cy/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/cy/dbaccess/source/ui/tabledesign.po (renamed from translations/source/cy/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/cy/dbaccess/source/ui/uno.po (renamed from translations/source/cy/dbaccess/source/ui/uno.po)0
-rw-r--r--source/cy/desktop/source/app.po (renamed from translations/source/cy/desktop/source/app.po)0
-rw-r--r--source/cy/desktop/source/deployment/gui.po (renamed from translations/source/cy/desktop/source/deployment/gui.po)0
-rw-r--r--source/cy/desktop/source/deployment/manager.po (renamed from translations/source/cy/desktop/source/deployment/manager.po)0
-rw-r--r--source/cy/desktop/source/deployment/misc.po (renamed from translations/source/cy/desktop/source/deployment/misc.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry.po (renamed from translations/source/cy/desktop/source/deployment/registry.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/component.po (renamed from translations/source/cy/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/configuration.po (renamed from translations/source/cy/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/help.po (renamed from translations/source/cy/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/package.po (renamed from translations/source/cy/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/script.po (renamed from translations/source/cy/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/cy/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/cy/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/cy/desktop/source/deployment/unopkg.po (renamed from translations/source/cy/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/cy/dictionaries/af_ZA.po (renamed from translations/source/cy/dictionaries/af_ZA.po)0
-rw-r--r--source/cy/dictionaries/an_ES.po (renamed from translations/source/cy/dictionaries/an_ES.po)0
-rw-r--r--source/cy/dictionaries/ar.po (renamed from translations/source/cy/dictionaries/ar.po)0
-rw-r--r--source/cy/dictionaries/be_BY.po (renamed from translations/source/cy/dictionaries/be_BY.po)0
-rw-r--r--source/cy/dictionaries/bg_BG.po (renamed from translations/source/cy/dictionaries/bg_BG.po)0
-rw-r--r--source/cy/dictionaries/bn_BD.po (renamed from translations/source/cy/dictionaries/bn_BD.po)0
-rw-r--r--source/cy/dictionaries/br_FR.po (renamed from translations/source/cy/dictionaries/br_FR.po)0
-rw-r--r--source/cy/dictionaries/ca.po (renamed from translations/source/cy/dictionaries/ca.po)0
-rw-r--r--source/cy/dictionaries/cs_CZ.po (renamed from translations/source/cy/dictionaries/cs_CZ.po)0
-rw-r--r--source/cy/dictionaries/da_DK.po (renamed from translations/source/cy/dictionaries/da_DK.po)0
-rw-r--r--source/cy/dictionaries/de.po (renamed from translations/source/cy/dictionaries/de.po)0
-rw-r--r--source/cy/dictionaries/el_GR.po (renamed from translations/source/cy/dictionaries/el_GR.po)0
-rw-r--r--source/cy/dictionaries/en.po (renamed from translations/source/cy/dictionaries/en.po)0
-rw-r--r--source/cy/dictionaries/en/dialog.po (renamed from translations/source/cy/dictionaries/en/dialog.po)0
-rw-r--r--source/cy/dictionaries/es_ES.po (renamed from translations/source/cy/dictionaries/es_ES.po)0
-rw-r--r--source/cy/dictionaries/et_EE.po (renamed from translations/source/cy/dictionaries/et_EE.po)0
-rw-r--r--source/cy/dictionaries/fr_FR.po (renamed from translations/source/cy/dictionaries/fr_FR.po)0
-rw-r--r--source/cy/dictionaries/gd_GB.po (renamed from translations/source/cy/dictionaries/gd_GB.po)0
-rw-r--r--source/cy/dictionaries/gl.po (renamed from translations/source/cy/dictionaries/gl.po)0
-rw-r--r--source/cy/dictionaries/gu_IN.po (renamed from translations/source/cy/dictionaries/gu_IN.po)0
-rw-r--r--source/cy/dictionaries/he_IL.po (renamed from translations/source/cy/dictionaries/he_IL.po)0
-rw-r--r--source/cy/dictionaries/hi_IN.po (renamed from translations/source/cy/dictionaries/hi_IN.po)0
-rw-r--r--source/cy/dictionaries/hr_HR.po (renamed from translations/source/cy/dictionaries/hr_HR.po)0
-rw-r--r--source/cy/dictionaries/hu_HU.po (renamed from translations/source/cy/dictionaries/hu_HU.po)0
-rw-r--r--source/cy/dictionaries/hu_HU/dialog.po (renamed from translations/source/cy/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/cy/dictionaries/it_IT.po (renamed from translations/source/cy/dictionaries/it_IT.po)0
-rw-r--r--source/cy/dictionaries/ku_TR.po (renamed from translations/source/cy/dictionaries/ku_TR.po)0
-rw-r--r--source/cy/dictionaries/lt_LT.po (renamed from translations/source/cy/dictionaries/lt_LT.po)0
-rw-r--r--source/cy/dictionaries/lv_LV.po (renamed from translations/source/cy/dictionaries/lv_LV.po)0
-rw-r--r--source/cy/dictionaries/ne_NP.po (renamed from translations/source/cy/dictionaries/ne_NP.po)0
-rw-r--r--source/cy/dictionaries/nl_NL.po (renamed from translations/source/cy/dictionaries/nl_NL.po)0
-rw-r--r--source/cy/dictionaries/no.po (renamed from translations/source/cy/dictionaries/no.po)0
-rw-r--r--source/cy/dictionaries/oc_FR.po (renamed from translations/source/cy/dictionaries/oc_FR.po)0
-rw-r--r--source/cy/dictionaries/pl_PL.po (renamed from translations/source/cy/dictionaries/pl_PL.po)0
-rw-r--r--source/cy/dictionaries/pt_BR.po (renamed from translations/source/cy/dictionaries/pt_BR.po)0
-rw-r--r--source/cy/dictionaries/pt_PT.po (renamed from translations/source/cy/dictionaries/pt_PT.po)0
-rw-r--r--source/cy/dictionaries/ro.po (renamed from translations/source/cy/dictionaries/ro.po)0
-rw-r--r--source/cy/dictionaries/ru_RU.po (renamed from translations/source/cy/dictionaries/ru_RU.po)0
-rw-r--r--source/cy/dictionaries/ru_RU/dialog.po (renamed from translations/source/cy/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/cy/dictionaries/si_LK.po (renamed from translations/source/cy/dictionaries/si_LK.po)0
-rw-r--r--source/cy/dictionaries/sk_SK.po (renamed from translations/source/cy/dictionaries/sk_SK.po)0
-rw-r--r--source/cy/dictionaries/sl_SI.po (renamed from translations/source/cy/dictionaries/sl_SI.po)0
-rw-r--r--source/cy/dictionaries/sr.po (renamed from translations/source/cy/dictionaries/sr.po)0
-rw-r--r--source/cy/dictionaries/sv_SE.po (renamed from translations/source/cy/dictionaries/sv_SE.po)0
-rw-r--r--source/cy/dictionaries/sw_TZ.po (renamed from translations/source/cy/dictionaries/sw_TZ.po)0
-rw-r--r--source/cy/dictionaries/te_IN.po (renamed from translations/source/cy/dictionaries/te_IN.po)0
-rw-r--r--source/cy/dictionaries/th_TH.po (renamed from translations/source/cy/dictionaries/th_TH.po)0
-rw-r--r--source/cy/dictionaries/uk_UA.po (renamed from translations/source/cy/dictionaries/uk_UA.po)0
-rw-r--r--source/cy/dictionaries/vi.po (renamed from translations/source/cy/dictionaries/vi.po)0
-rw-r--r--source/cy/dictionaries/zu_ZA.po (renamed from translations/source/cy/dictionaries/zu_ZA.po)0
-rw-r--r--source/cy/editeng/source/accessibility.po (renamed from translations/source/cy/editeng/source/accessibility.po)0
-rw-r--r--source/cy/editeng/source/editeng.po (renamed from translations/source/cy/editeng/source/editeng.po)0
-rw-r--r--source/cy/editeng/source/items.po (renamed from translations/source/cy/editeng/source/items.po)0
-rw-r--r--source/cy/editeng/source/misc.po (renamed from translations/source/cy/editeng/source/misc.po)0
-rw-r--r--source/cy/editeng/source/outliner.po (renamed from translations/source/cy/editeng/source/outliner.po)0
-rw-r--r--source/cy/extensions/source/abpilot.po (renamed from translations/source/cy/extensions/source/abpilot.po)0
-rw-r--r--source/cy/extensions/source/bibliography.po (renamed from translations/source/cy/extensions/source/bibliography.po)0
-rw-r--r--source/cy/extensions/source/dbpilots.po (renamed from translations/source/cy/extensions/source/dbpilots.po)0
-rw-r--r--source/cy/extensions/source/propctrlr.po (renamed from translations/source/cy/extensions/source/propctrlr.po)0
-rw-r--r--source/cy/extensions/source/scanner.po (renamed from translations/source/cy/extensions/source/scanner.po)0
-rw-r--r--source/cy/extensions/source/update/check.po (renamed from translations/source/cy/extensions/source/update/check.po)0
-rw-r--r--source/cy/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/cy/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/cy/filter/source/config/fragments/filters.po (renamed from translations/source/cy/filter/source/config/fragments/filters.po)0
-rw-r--r--source/cy/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/cy/filter/source/config/fragments/types.po (renamed from translations/source/cy/filter/source/config/fragments/types.po)0
-rw-r--r--source/cy/filter/source/flash.po (renamed from translations/source/cy/filter/source/flash.po)0
-rw-r--r--source/cy/filter/source/graphicfilter/eps.po (renamed from translations/source/cy/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/cy/filter/source/pdf.po (renamed from translations/source/cy/filter/source/pdf.po)0
-rw-r--r--source/cy/filter/source/t602.po (renamed from translations/source/cy/filter/source/t602.po)0
-rw-r--r--source/cy/filter/source/xsltdialog.po (renamed from translations/source/cy/filter/source/xsltdialog.po)0
-rw-r--r--source/cy/forms/source/resource.po (renamed from translations/source/cy/forms/source/resource.po)0
-rw-r--r--source/cy/formula/source/core/resource.po (renamed from translations/source/cy/formula/source/core/resource.po)0
-rw-r--r--source/cy/formula/source/ui/dlg.po (renamed from translations/source/cy/formula/source/ui/dlg.po)0
-rw-r--r--source/cy/fpicker/source/office.po (renamed from translations/source/cy/fpicker/source/office.po)0
-rw-r--r--source/cy/framework/source/classes.po (renamed from translations/source/cy/framework/source/classes.po)0
-rw-r--r--source/cy/framework/source/services.po (renamed from translations/source/cy/framework/source/services.po)0
-rw-r--r--source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/cy/mysqlc/source.po (renamed from translations/source/cy/mysqlc/source.po)0
-rw-r--r--source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/cy/nlpsolver/src/locale.po (renamed from translations/source/cy/nlpsolver/src/locale.po)0
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/cy/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/cy/padmin/source.po (renamed from translations/source/cy/padmin/source.po)0
-rw-r--r--source/cy/readlicense_oo/docs/readme.po (renamed from translations/source/cy/readlicense_oo/docs/readme.po)0
-rw-r--r--source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/cy/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/cy/reportbuilder/util.po (renamed from translations/source/cy/reportbuilder/util.po)0
-rw-r--r--source/cy/reportdesign/source/core/resource.po (renamed from translations/source/cy/reportdesign/source/core/resource.po)0
-rw-r--r--source/cy/reportdesign/source/ui/dlg.po (renamed from translations/source/cy/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/cy/reportdesign/source/ui/inspection.po (renamed from translations/source/cy/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/cy/reportdesign/source/ui/report.po (renamed from translations/source/cy/reportdesign/source/ui/report.po)0
-rw-r--r--source/cy/sc/source/core/src.po (renamed from translations/source/cy/sc/source/core/src.po)0
-rw-r--r--source/cy/sc/source/ui/cctrl.po (renamed from translations/source/cy/sc/source/ui/cctrl.po)0
-rw-r--r--source/cy/sc/source/ui/dbgui.po (renamed from translations/source/cy/sc/source/ui/dbgui.po)0
-rw-r--r--source/cy/sc/source/ui/docshell.po (renamed from translations/source/cy/sc/source/ui/docshell.po)0
-rw-r--r--source/cy/sc/source/ui/drawfunc.po (renamed from translations/source/cy/sc/source/ui/drawfunc.po)0
-rw-r--r--source/cy/sc/source/ui/formdlg.po (renamed from translations/source/cy/sc/source/ui/formdlg.po)0
-rw-r--r--source/cy/sc/source/ui/miscdlgs.po (renamed from translations/source/cy/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/cy/sc/source/ui/navipi.po (renamed from translations/source/cy/sc/source/ui/navipi.po)0
-rw-r--r--source/cy/sc/source/ui/optdlg.po (renamed from translations/source/cy/sc/source/ui/optdlg.po)0
-rw-r--r--source/cy/sc/source/ui/pagedlg.po (renamed from translations/source/cy/sc/source/ui/pagedlg.po)0
-rw-r--r--source/cy/sc/source/ui/src.po (renamed from translations/source/cy/sc/source/ui/src.po)0
-rw-r--r--source/cy/sc/source/ui/styleui.po (renamed from translations/source/cy/sc/source/ui/styleui.po)0
-rw-r--r--source/cy/scaddins/source/analysis.po (renamed from translations/source/cy/scaddins/source/analysis.po)0
-rw-r--r--source/cy/scaddins/source/datefunc.po (renamed from translations/source/cy/scaddins/source/datefunc.po)0
-rw-r--r--source/cy/sccomp/source/solver.po (renamed from translations/source/cy/sccomp/source/solver.po)0
-rw-r--r--source/cy/scp2/source/accessories.po (renamed from translations/source/cy/scp2/source/accessories.po)0
-rw-r--r--source/cy/scp2/source/activex.po (renamed from translations/source/cy/scp2/source/activex.po)0
-rw-r--r--source/cy/scp2/source/base.po (renamed from translations/source/cy/scp2/source/base.po)0
-rw-r--r--source/cy/scp2/source/binfilter.po (renamed from translations/source/cy/scp2/source/binfilter.po)0
-rw-r--r--source/cy/scp2/source/calc.po (renamed from translations/source/cy/scp2/source/calc.po)0
-rw-r--r--source/cy/scp2/source/draw.po (renamed from translations/source/cy/scp2/source/draw.po)0
-rw-r--r--source/cy/scp2/source/extensions.po (renamed from translations/source/cy/scp2/source/extensions.po)0
-rw-r--r--source/cy/scp2/source/gnome.po (renamed from translations/source/cy/scp2/source/gnome.po)0
-rw-r--r--source/cy/scp2/source/graphicfilter.po (renamed from translations/source/cy/scp2/source/graphicfilter.po)0
-rw-r--r--source/cy/scp2/source/impress.po (renamed from translations/source/cy/scp2/source/impress.po)0
-rw-r--r--source/cy/scp2/source/javafilter.po (renamed from translations/source/cy/scp2/source/javafilter.po)0
-rw-r--r--source/cy/scp2/source/kde.po (renamed from translations/source/cy/scp2/source/kde.po)0
-rw-r--r--source/cy/scp2/source/math.po (renamed from translations/source/cy/scp2/source/math.po)0
-rw-r--r--source/cy/scp2/source/onlineupdate.po (renamed from translations/source/cy/scp2/source/onlineupdate.po)0
-rw-r--r--source/cy/scp2/source/ooo.po (renamed from translations/source/cy/scp2/source/ooo.po)0
-rw-r--r--source/cy/scp2/source/python.po (renamed from translations/source/cy/scp2/source/python.po)0
-rw-r--r--source/cy/scp2/source/quickstart.po (renamed from translations/source/cy/scp2/source/quickstart.po)0
-rw-r--r--source/cy/scp2/source/sdkoo.po (renamed from translations/source/cy/scp2/source/sdkoo.po)0
-rw-r--r--source/cy/scp2/source/smoketest.po (renamed from translations/source/cy/scp2/source/smoketest.po)0
-rw-r--r--source/cy/scp2/source/stdlibs.po (renamed from translations/source/cy/scp2/source/stdlibs.po)0
-rw-r--r--source/cy/scp2/source/tde.po (renamed from translations/source/cy/scp2/source/tde.po)0
-rw-r--r--source/cy/scp2/source/winexplorerext.po (renamed from translations/source/cy/scp2/source/winexplorerext.po)0
-rw-r--r--source/cy/scp2/source/writer.po (renamed from translations/source/cy/scp2/source/writer.po)0
-rw-r--r--source/cy/scp2/source/xsltfilter.po (renamed from translations/source/cy/scp2/source/xsltfilter.po)0
-rw-r--r--source/cy/scripting/source/pyprov.po (renamed from translations/source/cy/scripting/source/pyprov.po)0
-rw-r--r--source/cy/sd/source/core.po (renamed from translations/source/cy/sd/source/core.po)0
-rw-r--r--source/cy/sd/source/filter/html.po (renamed from translations/source/cy/sd/source/filter/html.po)0
-rw-r--r--source/cy/sd/source/ui/accessibility.po (renamed from translations/source/cy/sd/source/ui/accessibility.po)0
-rw-r--r--source/cy/sd/source/ui/animations.po (renamed from translations/source/cy/sd/source/ui/animations.po)0
-rw-r--r--source/cy/sd/source/ui/annotations.po (renamed from translations/source/cy/sd/source/ui/annotations.po)0
-rw-r--r--source/cy/sd/source/ui/app.po (renamed from translations/source/cy/sd/source/ui/app.po)0
-rw-r--r--source/cy/sd/source/ui/dlg.po (renamed from translations/source/cy/sd/source/ui/dlg.po)0
-rw-r--r--source/cy/sd/source/ui/slideshow.po (renamed from translations/source/cy/sd/source/ui/slideshow.po)0
-rw-r--r--source/cy/sd/source/ui/table.po (renamed from translations/source/cy/sd/source/ui/table.po)0
-rw-r--r--source/cy/sd/source/ui/view.po (renamed from translations/source/cy/sd/source/ui/view.po)0
-rw-r--r--source/cy/sdext/source/minimizer.po (renamed from translations/source/cy/sdext/source/minimizer.po)0
-rw-r--r--source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/cy/sdext/source/pdfimport.po (renamed from translations/source/cy/sdext/source/pdfimport.po)0
-rw-r--r--source/cy/sdext/source/presenter.po (renamed from translations/source/cy/sdext/source/presenter.po)0
-rw-r--r--source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/cy/setup_native/source/mac.po (renamed from translations/source/cy/setup_native/source/mac.po)0
-rw-r--r--source/cy/sfx2/source/appl.po (renamed from translations/source/cy/sfx2/source/appl.po)0
-rw-r--r--source/cy/sfx2/source/bastyp.po (renamed from translations/source/cy/sfx2/source/bastyp.po)0
-rw-r--r--source/cy/sfx2/source/dialog.po (renamed from translations/source/cy/sfx2/source/dialog.po)0
-rw-r--r--source/cy/sfx2/source/doc.po (renamed from translations/source/cy/sfx2/source/doc.po)0
-rw-r--r--source/cy/sfx2/source/menu.po (renamed from translations/source/cy/sfx2/source/menu.po)0
-rw-r--r--source/cy/sfx2/source/view.po (renamed from translations/source/cy/sfx2/source/view.po)0
-rw-r--r--source/cy/shell/source/win32/shlxthandler/res.po (renamed from translations/source/cy/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/cy/starmath/source.po (renamed from translations/source/cy/starmath/source.po)0
-rw-r--r--source/cy/svl/source/items.po (renamed from translations/source/cy/svl/source/items.po)0
-rw-r--r--source/cy/svl/source/misc.po (renamed from translations/source/cy/svl/source/misc.po)0
-rw-r--r--source/cy/svtools/source/contnr.po (renamed from translations/source/cy/svtools/source/contnr.po)0
-rw-r--r--source/cy/svtools/source/control.po (renamed from translations/source/cy/svtools/source/control.po)0
-rw-r--r--source/cy/svtools/source/dialogs.po (renamed from translations/source/cy/svtools/source/dialogs.po)0
-rw-r--r--source/cy/svtools/source/filter.po (renamed from translations/source/cy/svtools/source/filter.po)0
-rw-r--r--source/cy/svtools/source/java.po (renamed from translations/source/cy/svtools/source/java.po)0
-rw-r--r--source/cy/svtools/source/misc.po (renamed from translations/source/cy/svtools/source/misc.po)0
-rw-r--r--source/cy/svtools/source/toolpanel.po (renamed from translations/source/cy/svtools/source/toolpanel.po)0
-rw-r--r--source/cy/svtools/workben/unodialog.po (renamed from translations/source/cy/svtools/workben/unodialog.po)0
-rw-r--r--source/cy/svx/inc.po (renamed from translations/source/cy/svx/inc.po)0
-rw-r--r--source/cy/svx/source/accessibility.po (renamed from translations/source/cy/svx/source/accessibility.po)0
-rw-r--r--source/cy/svx/source/dialog.po (renamed from translations/source/cy/svx/source/dialog.po)0
-rw-r--r--source/cy/svx/source/engine3d.po (renamed from translations/source/cy/svx/source/engine3d.po)0
-rw-r--r--source/cy/svx/source/fmcomp.po (renamed from translations/source/cy/svx/source/fmcomp.po)0
-rw-r--r--source/cy/svx/source/form.po (renamed from translations/source/cy/svx/source/form.po)0
-rw-r--r--source/cy/svx/source/gallery2.po (renamed from translations/source/cy/svx/source/gallery2.po)0
-rw-r--r--source/cy/svx/source/items.po (renamed from translations/source/cy/svx/source/items.po)0
-rw-r--r--source/cy/svx/source/src.po (renamed from translations/source/cy/svx/source/src.po)0
-rw-r--r--source/cy/svx/source/stbctrls.po (renamed from translations/source/cy/svx/source/stbctrls.po)0
-rw-r--r--source/cy/svx/source/svdraw.po (renamed from translations/source/cy/svx/source/svdraw.po)0
-rw-r--r--source/cy/svx/source/table.po (renamed from translations/source/cy/svx/source/table.po)0
-rw-r--r--source/cy/svx/source/tbxctrls.po (renamed from translations/source/cy/svx/source/tbxctrls.po)0
-rw-r--r--source/cy/svx/source/toolbars.po (renamed from translations/source/cy/svx/source/toolbars.po)0
-rw-r--r--source/cy/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/cy/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/cy/sw/source/core/layout.po (renamed from translations/source/cy/sw/source/core/layout.po)0
-rw-r--r--source/cy/sw/source/core/undo.po (renamed from translations/source/cy/sw/source/core/undo.po)0
-rw-r--r--source/cy/sw/source/core/unocore.po (renamed from translations/source/cy/sw/source/core/unocore.po)0
-rw-r--r--source/cy/sw/source/ui/app.po (renamed from translations/source/cy/sw/source/ui/app.po)0
-rw-r--r--source/cy/sw/source/ui/chrdlg.po (renamed from translations/source/cy/sw/source/ui/chrdlg.po)0
-rw-r--r--source/cy/sw/source/ui/config.po (renamed from translations/source/cy/sw/source/ui/config.po)0
-rw-r--r--source/cy/sw/source/ui/dbui.po (renamed from translations/source/cy/sw/source/ui/dbui.po)0
-rw-r--r--source/cy/sw/source/ui/dialog.po (renamed from translations/source/cy/sw/source/ui/dialog.po)0
-rw-r--r--source/cy/sw/source/ui/dochdl.po (renamed from translations/source/cy/sw/source/ui/dochdl.po)0
-rw-r--r--source/cy/sw/source/ui/docvw.po (renamed from translations/source/cy/sw/source/ui/docvw.po)0
-rw-r--r--source/cy/sw/source/ui/envelp.po (renamed from translations/source/cy/sw/source/ui/envelp.po)0
-rw-r--r--source/cy/sw/source/ui/fldui.po (renamed from translations/source/cy/sw/source/ui/fldui.po)0
-rw-r--r--source/cy/sw/source/ui/fmtui.po (renamed from translations/source/cy/sw/source/ui/fmtui.po)0
-rw-r--r--source/cy/sw/source/ui/frmdlg.po (renamed from translations/source/cy/sw/source/ui/frmdlg.po)0
-rw-r--r--source/cy/sw/source/ui/globdoc.po (renamed from translations/source/cy/sw/source/ui/globdoc.po)0
-rw-r--r--source/cy/sw/source/ui/index.po (renamed from translations/source/cy/sw/source/ui/index.po)0
-rw-r--r--source/cy/sw/source/ui/lingu.po (renamed from translations/source/cy/sw/source/ui/lingu.po)0
-rw-r--r--source/cy/sw/source/ui/misc.po (renamed from translations/source/cy/sw/source/ui/misc.po)0
-rw-r--r--source/cy/sw/source/ui/ribbar.po (renamed from translations/source/cy/sw/source/ui/ribbar.po)0
-rw-r--r--source/cy/sw/source/ui/shells.po (renamed from translations/source/cy/sw/source/ui/shells.po)0
-rw-r--r--source/cy/sw/source/ui/smartmenu.po (renamed from translations/source/cy/sw/source/ui/smartmenu.po)0
-rw-r--r--source/cy/sw/source/ui/table.po (renamed from translations/source/cy/sw/source/ui/table.po)0
-rw-r--r--source/cy/sw/source/ui/uiview.po (renamed from translations/source/cy/sw/source/ui/uiview.po)0
-rw-r--r--source/cy/sw/source/ui/utlui.po (renamed from translations/source/cy/sw/source/ui/utlui.po)0
-rw-r--r--source/cy/sw/source/ui/web.po (renamed from translations/source/cy/sw/source/ui/web.po)0
-rw-r--r--source/cy/sw/source/ui/wrtsh.po (renamed from translations/source/cy/sw/source/ui/wrtsh.po)0
-rw-r--r--source/cy/swext/mediawiki/help.po (renamed from translations/source/cy/swext/mediawiki/help.po)0
-rw-r--r--source/cy/swext/mediawiki/src.po (renamed from translations/source/cy/swext/mediawiki/src.po)0
-rw-r--r--source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/cy/sysui/desktop/share.po (renamed from translations/source/cy/sysui/desktop/share.po)0
-rw-r--r--source/cy/uui/source.po (renamed from translations/source/cy/uui/source.po)0
-rw-r--r--source/cy/vcl/source/src.po (renamed from translations/source/cy/vcl/source/src.po)0
-rw-r--r--source/cy/wizards/source/euro.po (renamed from translations/source/cy/wizards/source/euro.po)0
-rw-r--r--source/cy/wizards/source/formwizard.po (renamed from translations/source/cy/wizards/source/formwizard.po)0
-rw-r--r--source/cy/wizards/source/importwizard.po (renamed from translations/source/cy/wizards/source/importwizard.po)0
-rw-r--r--source/cy/wizards/source/schedule.po (renamed from translations/source/cy/wizards/source/schedule.po)0
-rw-r--r--source/cy/wizards/source/template.po (renamed from translations/source/cy/wizards/source/template.po)0
-rw-r--r--source/cy/xmlsecurity/source/component.po (renamed from translations/source/cy/xmlsecurity/source/component.po)0
-rw-r--r--source/cy/xmlsecurity/source/dialogs.po (renamed from translations/source/cy/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/da/accessibility/source/helper.po (renamed from translations/source/da/accessibility/source/helper.po)0
-rw-r--r--source/da/avmedia/source/framework.po (renamed from translations/source/da/avmedia/source/framework.po)0
-rw-r--r--source/da/avmedia/source/viewer.po (renamed from translations/source/da/avmedia/source/viewer.po)0
-rw-r--r--source/da/basctl/source/basicide.po (renamed from translations/source/da/basctl/source/basicide.po)0
-rw-r--r--source/da/basctl/source/dlged.po (renamed from translations/source/da/basctl/source/dlged.po)0
-rw-r--r--source/da/basic/source/classes.po (renamed from translations/source/da/basic/source/classes.po)0
-rw-r--r--source/da/basic/source/sbx.po (renamed from translations/source/da/basic/source/sbx.po)0
-rw-r--r--source/da/chart2/source/controller/dialogs.po (renamed from translations/source/da/chart2/source/controller/dialogs.po)0
-rw-r--r--source/da/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/da/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/da/connectivity/source/resource.po (renamed from translations/source/da/connectivity/source/resource.po)0
-rw-r--r--source/da/cui/source/customize.po (renamed from translations/source/da/cui/source/customize.po)0
-rw-r--r--source/da/cui/source/dialogs.po (renamed from translations/source/da/cui/source/dialogs.po)0
-rw-r--r--source/da/cui/source/options.po (renamed from translations/source/da/cui/source/options.po)0
-rw-r--r--source/da/cui/source/tabpages.po (renamed from translations/source/da/cui/source/tabpages.po)0
-rw-r--r--source/da/dbaccess/source/core/resource.po (renamed from translations/source/da/dbaccess/source/core/resource.po)0
-rw-r--r--source/da/dbaccess/source/ext/macromigration.po (renamed from translations/source/da/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/da/dbaccess/source/sdbtools/resource.po (renamed from translations/source/da/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/da/dbaccess/source/ui/app.po (renamed from translations/source/da/dbaccess/source/ui/app.po)0
-rw-r--r--source/da/dbaccess/source/ui/browser.po (renamed from translations/source/da/dbaccess/source/ui/browser.po)0
-rw-r--r--source/da/dbaccess/source/ui/control.po (renamed from translations/source/da/dbaccess/source/ui/control.po)0
-rw-r--r--source/da/dbaccess/source/ui/dlg.po (renamed from translations/source/da/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/da/dbaccess/source/ui/inc.po (renamed from translations/source/da/dbaccess/source/ui/inc.po)0
-rw-r--r--source/da/dbaccess/source/ui/misc.po (renamed from translations/source/da/dbaccess/source/ui/misc.po)0
-rw-r--r--source/da/dbaccess/source/ui/querydesign.po (renamed from translations/source/da/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/da/dbaccess/source/ui/relationdesign.po (renamed from translations/source/da/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/da/dbaccess/source/ui/tabledesign.po (renamed from translations/source/da/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/da/dbaccess/source/ui/uno.po (renamed from translations/source/da/dbaccess/source/ui/uno.po)0
-rw-r--r--source/da/desktop/source/app.po (renamed from translations/source/da/desktop/source/app.po)0
-rw-r--r--source/da/desktop/source/deployment/gui.po (renamed from translations/source/da/desktop/source/deployment/gui.po)0
-rw-r--r--source/da/desktop/source/deployment/manager.po (renamed from translations/source/da/desktop/source/deployment/manager.po)0
-rw-r--r--source/da/desktop/source/deployment/misc.po (renamed from translations/source/da/desktop/source/deployment/misc.po)0
-rw-r--r--source/da/desktop/source/deployment/registry.po (renamed from translations/source/da/desktop/source/deployment/registry.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/component.po (renamed from translations/source/da/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/configuration.po (renamed from translations/source/da/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/help.po (renamed from translations/source/da/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/package.po (renamed from translations/source/da/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/script.po (renamed from translations/source/da/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/da/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/da/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/da/desktop/source/deployment/unopkg.po (renamed from translations/source/da/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/da/dictionaries/af_ZA.po (renamed from translations/source/da/dictionaries/af_ZA.po)0
-rw-r--r--source/da/dictionaries/an_ES.po (renamed from translations/source/da/dictionaries/an_ES.po)0
-rw-r--r--source/da/dictionaries/ar.po (renamed from translations/source/da/dictionaries/ar.po)0
-rw-r--r--source/da/dictionaries/be_BY.po (renamed from translations/source/da/dictionaries/be_BY.po)0
-rw-r--r--source/da/dictionaries/bg_BG.po (renamed from translations/source/da/dictionaries/bg_BG.po)0
-rw-r--r--source/da/dictionaries/bn_BD.po (renamed from translations/source/da/dictionaries/bn_BD.po)0
-rw-r--r--source/da/dictionaries/br_FR.po (renamed from translations/source/da/dictionaries/br_FR.po)0
-rw-r--r--source/da/dictionaries/ca.po (renamed from translations/source/da/dictionaries/ca.po)0
-rw-r--r--source/da/dictionaries/cs_CZ.po (renamed from translations/source/da/dictionaries/cs_CZ.po)0
-rw-r--r--source/da/dictionaries/da_DK.po (renamed from translations/source/da/dictionaries/da_DK.po)0
-rw-r--r--source/da/dictionaries/de.po (renamed from translations/source/da/dictionaries/de.po)0
-rw-r--r--source/da/dictionaries/el_GR.po (renamed from translations/source/da/dictionaries/el_GR.po)0
-rw-r--r--source/da/dictionaries/en.po (renamed from translations/source/da/dictionaries/en.po)0
-rw-r--r--source/da/dictionaries/en/dialog.po (renamed from translations/source/da/dictionaries/en/dialog.po)0
-rw-r--r--source/da/dictionaries/es_ES.po (renamed from translations/source/da/dictionaries/es_ES.po)0
-rw-r--r--source/da/dictionaries/et_EE.po (renamed from translations/source/da/dictionaries/et_EE.po)0
-rw-r--r--source/da/dictionaries/fr_FR.po (renamed from translations/source/da/dictionaries/fr_FR.po)0
-rw-r--r--source/da/dictionaries/gd_GB.po (renamed from translations/source/da/dictionaries/gd_GB.po)0
-rw-r--r--source/da/dictionaries/gl.po (renamed from translations/source/da/dictionaries/gl.po)0
-rw-r--r--source/da/dictionaries/gu_IN.po (renamed from translations/source/da/dictionaries/gu_IN.po)0
-rw-r--r--source/da/dictionaries/he_IL.po (renamed from translations/source/da/dictionaries/he_IL.po)0
-rw-r--r--source/da/dictionaries/hi_IN.po (renamed from translations/source/da/dictionaries/hi_IN.po)0
-rw-r--r--source/da/dictionaries/hr_HR.po (renamed from translations/source/da/dictionaries/hr_HR.po)0
-rw-r--r--source/da/dictionaries/hu_HU.po (renamed from translations/source/da/dictionaries/hu_HU.po)0
-rw-r--r--source/da/dictionaries/hu_HU/dialog.po (renamed from translations/source/da/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/da/dictionaries/it_IT.po (renamed from translations/source/da/dictionaries/it_IT.po)0
-rw-r--r--source/da/dictionaries/ku_TR.po (renamed from translations/source/da/dictionaries/ku_TR.po)0
-rw-r--r--source/da/dictionaries/lt_LT.po (renamed from translations/source/da/dictionaries/lt_LT.po)0
-rw-r--r--source/da/dictionaries/lv_LV.po (renamed from translations/source/da/dictionaries/lv_LV.po)0
-rw-r--r--source/da/dictionaries/ne_NP.po (renamed from translations/source/da/dictionaries/ne_NP.po)0
-rw-r--r--source/da/dictionaries/nl_NL.po (renamed from translations/source/da/dictionaries/nl_NL.po)0
-rw-r--r--source/da/dictionaries/no.po (renamed from translations/source/da/dictionaries/no.po)0
-rw-r--r--source/da/dictionaries/oc_FR.po (renamed from translations/source/da/dictionaries/oc_FR.po)0
-rw-r--r--source/da/dictionaries/pl_PL.po (renamed from translations/source/da/dictionaries/pl_PL.po)0
-rw-r--r--source/da/dictionaries/pt_BR.po (renamed from translations/source/da/dictionaries/pt_BR.po)0
-rw-r--r--source/da/dictionaries/pt_PT.po (renamed from translations/source/da/dictionaries/pt_PT.po)0
-rw-r--r--source/da/dictionaries/ro.po (renamed from translations/source/da/dictionaries/ro.po)0
-rw-r--r--source/da/dictionaries/ru_RU.po (renamed from translations/source/da/dictionaries/ru_RU.po)0
-rw-r--r--source/da/dictionaries/ru_RU/dialog.po (renamed from translations/source/da/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/da/dictionaries/si_LK.po (renamed from translations/source/da/dictionaries/si_LK.po)0
-rw-r--r--source/da/dictionaries/sk_SK.po (renamed from translations/source/da/dictionaries/sk_SK.po)0
-rw-r--r--source/da/dictionaries/sl_SI.po (renamed from translations/source/da/dictionaries/sl_SI.po)0
-rw-r--r--source/da/dictionaries/sr.po (renamed from translations/source/da/dictionaries/sr.po)0
-rw-r--r--source/da/dictionaries/sv_SE.po (renamed from translations/source/da/dictionaries/sv_SE.po)0
-rw-r--r--source/da/dictionaries/sw_TZ.po (renamed from translations/source/da/dictionaries/sw_TZ.po)0
-rw-r--r--source/da/dictionaries/te_IN.po (renamed from translations/source/da/dictionaries/te_IN.po)0
-rw-r--r--source/da/dictionaries/th_TH.po (renamed from translations/source/da/dictionaries/th_TH.po)0
-rw-r--r--source/da/dictionaries/uk_UA.po (renamed from translations/source/da/dictionaries/uk_UA.po)0
-rw-r--r--source/da/dictionaries/vi.po (renamed from translations/source/da/dictionaries/vi.po)0
-rw-r--r--source/da/dictionaries/zu_ZA.po (renamed from translations/source/da/dictionaries/zu_ZA.po)0
-rw-r--r--source/da/editeng/source/accessibility.po (renamed from translations/source/da/editeng/source/accessibility.po)0
-rw-r--r--source/da/editeng/source/editeng.po (renamed from translations/source/da/editeng/source/editeng.po)0
-rw-r--r--source/da/editeng/source/items.po (renamed from translations/source/da/editeng/source/items.po)0
-rw-r--r--source/da/editeng/source/misc.po (renamed from translations/source/da/editeng/source/misc.po)0
-rw-r--r--source/da/editeng/source/outliner.po (renamed from translations/source/da/editeng/source/outliner.po)0
-rw-r--r--source/da/extensions/source/abpilot.po (renamed from translations/source/da/extensions/source/abpilot.po)0
-rw-r--r--source/da/extensions/source/bibliography.po (renamed from translations/source/da/extensions/source/bibliography.po)0
-rw-r--r--source/da/extensions/source/dbpilots.po (renamed from translations/source/da/extensions/source/dbpilots.po)0
-rw-r--r--source/da/extensions/source/propctrlr.po (renamed from translations/source/da/extensions/source/propctrlr.po)0
-rw-r--r--source/da/extensions/source/scanner.po (renamed from translations/source/da/extensions/source/scanner.po)0
-rw-r--r--source/da/extensions/source/update/check.po (renamed from translations/source/da/extensions/source/update/check.po)0
-rw-r--r--source/da/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/da/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/da/filter/source/config/fragments/filters.po (renamed from translations/source/da/filter/source/config/fragments/filters.po)0
-rw-r--r--source/da/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/da/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/da/filter/source/config/fragments/types.po (renamed from translations/source/da/filter/source/config/fragments/types.po)0
-rw-r--r--source/da/filter/source/flash.po (renamed from translations/source/da/filter/source/flash.po)0
-rw-r--r--source/da/filter/source/graphicfilter/eps.po (renamed from translations/source/da/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/da/filter/source/pdf.po (renamed from translations/source/da/filter/source/pdf.po)0
-rw-r--r--source/da/filter/source/t602.po (renamed from translations/source/da/filter/source/t602.po)0
-rw-r--r--source/da/filter/source/xsltdialog.po (renamed from translations/source/da/filter/source/xsltdialog.po)0
-rw-r--r--source/da/forms/source/resource.po (renamed from translations/source/da/forms/source/resource.po)0
-rw-r--r--source/da/formula/source/core/resource.po (renamed from translations/source/da/formula/source/core/resource.po)0
-rw-r--r--source/da/formula/source/ui/dlg.po (renamed from translations/source/da/formula/source/ui/dlg.po)0
-rw-r--r--source/da/fpicker/source/office.po (renamed from translations/source/da/fpicker/source/office.po)0
-rw-r--r--source/da/framework/source/classes.po (renamed from translations/source/da/framework/source/classes.po)0
-rw-r--r--source/da/framework/source/services.po (renamed from translations/source/da/framework/source/services.po)0
-rw-r--r--source/da/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/da/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/da/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/da/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/da/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc.po (renamed from translations/source/da/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po (renamed from translations/source/da/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po (renamed from translations/source/da/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/02.po (renamed from translations/source/da/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po (renamed from translations/source/da/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/05.po (renamed from translations/source/da/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/da/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/schart.po (renamed from translations/source/da/helpcontent2/source/text/schart.po)0
-rw-r--r--source/da/helpcontent2/source/text/schart/00.po (renamed from translations/source/da/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/schart/01.po (renamed from translations/source/da/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/schart/02.po (renamed from translations/source/da/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/schart/04.po (renamed from translations/source/da/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po (renamed from translations/source/da/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/da/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/da/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/da/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/da/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/da/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared.po (renamed from translations/source/da/helpcontent2/source/text/shared.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po (renamed from translations/source/da/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po (renamed from translations/source/da/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po (renamed from translations/source/da/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/04.po (renamed from translations/source/da/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/05.po (renamed from translations/source/da/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/07.po (renamed from translations/source/da/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/da/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/da/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/da/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po (renamed from translations/source/da/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/da/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress.po (renamed from translations/source/da/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress/00.po (renamed from translations/source/da/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress/01.po (renamed from translations/source/da/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po (renamed from translations/source/da/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress/04.po (renamed from translations/source/da/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/da/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath.po (renamed from translations/source/da/helpcontent2/source/text/smath.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath/00.po (renamed from translations/source/da/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po (renamed from translations/source/da/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath/02.po (renamed from translations/source/da/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath/04.po (renamed from translations/source/da/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/smath/guide.po (renamed from translations/source/da/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter.po (renamed from translations/source/da/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po (renamed from translations/source/da/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po (renamed from translations/source/da/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po (renamed from translations/source/da/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter/04.po (renamed from translations/source/da/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/da/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/da/mysqlc/source.po (renamed from translations/source/da/mysqlc/source.po)0
-rw-r--r--source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/da/nlpsolver/src/locale.po (renamed from translations/source/da/nlpsolver/src/locale.po)0
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/da/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/da/padmin/source.po (renamed from translations/source/da/padmin/source.po)0
-rw-r--r--source/da/readlicense_oo/docs/readme.po (renamed from translations/source/da/readlicense_oo/docs/readme.po)0
-rw-r--r--source/da/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/da/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/da/reportbuilder/util.po (renamed from translations/source/da/reportbuilder/util.po)0
-rw-r--r--source/da/reportdesign/source/core/resource.po (renamed from translations/source/da/reportdesign/source/core/resource.po)0
-rw-r--r--source/da/reportdesign/source/ui/dlg.po (renamed from translations/source/da/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/da/reportdesign/source/ui/inspection.po (renamed from translations/source/da/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/da/reportdesign/source/ui/report.po (renamed from translations/source/da/reportdesign/source/ui/report.po)0
-rw-r--r--source/da/sc/source/core/src.po (renamed from translations/source/da/sc/source/core/src.po)0
-rw-r--r--source/da/sc/source/ui/cctrl.po (renamed from translations/source/da/sc/source/ui/cctrl.po)0
-rw-r--r--source/da/sc/source/ui/dbgui.po (renamed from translations/source/da/sc/source/ui/dbgui.po)0
-rw-r--r--source/da/sc/source/ui/docshell.po (renamed from translations/source/da/sc/source/ui/docshell.po)0
-rw-r--r--source/da/sc/source/ui/drawfunc.po (renamed from translations/source/da/sc/source/ui/drawfunc.po)0
-rw-r--r--source/da/sc/source/ui/formdlg.po (renamed from translations/source/da/sc/source/ui/formdlg.po)0
-rw-r--r--source/da/sc/source/ui/miscdlgs.po (renamed from translations/source/da/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/da/sc/source/ui/navipi.po (renamed from translations/source/da/sc/source/ui/navipi.po)0
-rw-r--r--source/da/sc/source/ui/optdlg.po (renamed from translations/source/da/sc/source/ui/optdlg.po)0
-rw-r--r--source/da/sc/source/ui/pagedlg.po (renamed from translations/source/da/sc/source/ui/pagedlg.po)0
-rw-r--r--source/da/sc/source/ui/src.po (renamed from translations/source/da/sc/source/ui/src.po)0
-rw-r--r--source/da/sc/source/ui/styleui.po (renamed from translations/source/da/sc/source/ui/styleui.po)0
-rw-r--r--source/da/scaddins/source/analysis.po (renamed from translations/source/da/scaddins/source/analysis.po)0
-rw-r--r--source/da/scaddins/source/datefunc.po (renamed from translations/source/da/scaddins/source/datefunc.po)0
-rw-r--r--source/da/sccomp/source/solver.po (renamed from translations/source/da/sccomp/source/solver.po)0
-rw-r--r--source/da/scp2/source/accessories.po (renamed from translations/source/da/scp2/source/accessories.po)0
-rw-r--r--source/da/scp2/source/activex.po (renamed from translations/source/da/scp2/source/activex.po)0
-rw-r--r--source/da/scp2/source/base.po (renamed from translations/source/da/scp2/source/base.po)0
-rw-r--r--source/da/scp2/source/binfilter.po (renamed from translations/source/da/scp2/source/binfilter.po)0
-rw-r--r--source/da/scp2/source/calc.po (renamed from translations/source/da/scp2/source/calc.po)0
-rw-r--r--source/da/scp2/source/draw.po (renamed from translations/source/da/scp2/source/draw.po)0
-rw-r--r--source/da/scp2/source/extensions.po (renamed from translations/source/da/scp2/source/extensions.po)0
-rw-r--r--source/da/scp2/source/gnome.po (renamed from translations/source/da/scp2/source/gnome.po)0
-rw-r--r--source/da/scp2/source/graphicfilter.po (renamed from translations/source/da/scp2/source/graphicfilter.po)0
-rw-r--r--source/da/scp2/source/impress.po (renamed from translations/source/da/scp2/source/impress.po)0
-rw-r--r--source/da/scp2/source/javafilter.po (renamed from translations/source/da/scp2/source/javafilter.po)0
-rw-r--r--source/da/scp2/source/kde.po (renamed from translations/source/da/scp2/source/kde.po)0
-rw-r--r--source/da/scp2/source/math.po (renamed from translations/source/da/scp2/source/math.po)0
-rw-r--r--source/da/scp2/source/onlineupdate.po (renamed from translations/source/da/scp2/source/onlineupdate.po)0
-rw-r--r--source/da/scp2/source/ooo.po (renamed from translations/source/da/scp2/source/ooo.po)0
-rw-r--r--source/da/scp2/source/python.po (renamed from translations/source/da/scp2/source/python.po)0
-rw-r--r--source/da/scp2/source/quickstart.po (renamed from translations/source/da/scp2/source/quickstart.po)0
-rw-r--r--source/da/scp2/source/sdkoo.po (renamed from translations/source/da/scp2/source/sdkoo.po)0
-rw-r--r--source/da/scp2/source/smoketest.po (renamed from translations/source/da/scp2/source/smoketest.po)0
-rw-r--r--source/da/scp2/source/stdlibs.po (renamed from translations/source/da/scp2/source/stdlibs.po)0
-rw-r--r--source/da/scp2/source/tde.po (renamed from translations/source/da/scp2/source/tde.po)0
-rw-r--r--source/da/scp2/source/winexplorerext.po (renamed from translations/source/da/scp2/source/winexplorerext.po)0
-rw-r--r--source/da/scp2/source/writer.po (renamed from translations/source/da/scp2/source/writer.po)0
-rw-r--r--source/da/scp2/source/xsltfilter.po (renamed from translations/source/da/scp2/source/xsltfilter.po)0
-rw-r--r--source/da/scripting/source/pyprov.po (renamed from translations/source/da/scripting/source/pyprov.po)0
-rw-r--r--source/da/sd/source/core.po (renamed from translations/source/da/sd/source/core.po)0
-rw-r--r--source/da/sd/source/filter/html.po (renamed from translations/source/da/sd/source/filter/html.po)0
-rw-r--r--source/da/sd/source/ui/accessibility.po (renamed from translations/source/da/sd/source/ui/accessibility.po)0
-rw-r--r--source/da/sd/source/ui/animations.po (renamed from translations/source/da/sd/source/ui/animations.po)0
-rw-r--r--source/da/sd/source/ui/annotations.po (renamed from translations/source/da/sd/source/ui/annotations.po)0
-rw-r--r--source/da/sd/source/ui/app.po (renamed from translations/source/da/sd/source/ui/app.po)0
-rw-r--r--source/da/sd/source/ui/dlg.po (renamed from translations/source/da/sd/source/ui/dlg.po)0
-rw-r--r--source/da/sd/source/ui/slideshow.po (renamed from translations/source/da/sd/source/ui/slideshow.po)0
-rw-r--r--source/da/sd/source/ui/table.po (renamed from translations/source/da/sd/source/ui/table.po)0
-rw-r--r--source/da/sd/source/ui/view.po (renamed from translations/source/da/sd/source/ui/view.po)0
-rw-r--r--source/da/sdext/source/minimizer.po (renamed from translations/source/da/sdext/source/minimizer.po)0
-rw-r--r--source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/da/sdext/source/pdfimport.po (renamed from translations/source/da/sdext/source/pdfimport.po)0
-rw-r--r--source/da/sdext/source/presenter.po (renamed from translations/source/da/sdext/source/presenter.po)0
-rw-r--r--source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/da/setup_native/source/mac.po (renamed from translations/source/da/setup_native/source/mac.po)0
-rw-r--r--source/da/sfx2/source/appl.po (renamed from translations/source/da/sfx2/source/appl.po)0
-rw-r--r--source/da/sfx2/source/bastyp.po (renamed from translations/source/da/sfx2/source/bastyp.po)0
-rw-r--r--source/da/sfx2/source/dialog.po (renamed from translations/source/da/sfx2/source/dialog.po)0
-rw-r--r--source/da/sfx2/source/doc.po (renamed from translations/source/da/sfx2/source/doc.po)0
-rw-r--r--source/da/sfx2/source/menu.po (renamed from translations/source/da/sfx2/source/menu.po)0
-rw-r--r--source/da/sfx2/source/view.po (renamed from translations/source/da/sfx2/source/view.po)0
-rw-r--r--source/da/shell/source/win32/shlxthandler/res.po (renamed from translations/source/da/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/da/starmath/source.po (renamed from translations/source/da/starmath/source.po)0
-rw-r--r--source/da/svl/source/items.po (renamed from translations/source/da/svl/source/items.po)0
-rw-r--r--source/da/svl/source/misc.po (renamed from translations/source/da/svl/source/misc.po)0
-rw-r--r--source/da/svtools/source/contnr.po (renamed from translations/source/da/svtools/source/contnr.po)0
-rw-r--r--source/da/svtools/source/control.po (renamed from translations/source/da/svtools/source/control.po)0
-rw-r--r--source/da/svtools/source/dialogs.po (renamed from translations/source/da/svtools/source/dialogs.po)0
-rw-r--r--source/da/svtools/source/filter.po (renamed from translations/source/da/svtools/source/filter.po)0
-rw-r--r--source/da/svtools/source/java.po (renamed from translations/source/da/svtools/source/java.po)0
-rw-r--r--source/da/svtools/source/misc.po (renamed from translations/source/da/svtools/source/misc.po)0
-rw-r--r--source/da/svtools/source/toolpanel.po (renamed from translations/source/da/svtools/source/toolpanel.po)0
-rw-r--r--source/da/svtools/workben/unodialog.po (renamed from translations/source/da/svtools/workben/unodialog.po)0
-rw-r--r--source/da/svx/inc.po (renamed from translations/source/da/svx/inc.po)0
-rw-r--r--source/da/svx/source/accessibility.po (renamed from translations/source/da/svx/source/accessibility.po)0
-rw-r--r--source/da/svx/source/dialog.po (renamed from translations/source/da/svx/source/dialog.po)0
-rw-r--r--source/da/svx/source/engine3d.po (renamed from translations/source/da/svx/source/engine3d.po)0
-rw-r--r--source/da/svx/source/fmcomp.po (renamed from translations/source/da/svx/source/fmcomp.po)0
-rw-r--r--source/da/svx/source/form.po (renamed from translations/source/da/svx/source/form.po)0
-rw-r--r--source/da/svx/source/gallery2.po (renamed from translations/source/da/svx/source/gallery2.po)0
-rw-r--r--source/da/svx/source/items.po (renamed from translations/source/da/svx/source/items.po)0
-rw-r--r--source/da/svx/source/src.po (renamed from translations/source/da/svx/source/src.po)0
-rw-r--r--source/da/svx/source/stbctrls.po (renamed from translations/source/da/svx/source/stbctrls.po)0
-rw-r--r--source/da/svx/source/svdraw.po (renamed from translations/source/da/svx/source/svdraw.po)0
-rw-r--r--source/da/svx/source/table.po (renamed from translations/source/da/svx/source/table.po)0
-rw-r--r--source/da/svx/source/tbxctrls.po (renamed from translations/source/da/svx/source/tbxctrls.po)0
-rw-r--r--source/da/svx/source/toolbars.po (renamed from translations/source/da/svx/source/toolbars.po)0
-rw-r--r--source/da/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/da/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/da/sw/source/core/layout.po (renamed from translations/source/da/sw/source/core/layout.po)0
-rw-r--r--source/da/sw/source/core/undo.po (renamed from translations/source/da/sw/source/core/undo.po)0
-rw-r--r--source/da/sw/source/core/unocore.po (renamed from translations/source/da/sw/source/core/unocore.po)0
-rw-r--r--source/da/sw/source/ui/app.po (renamed from translations/source/da/sw/source/ui/app.po)0
-rw-r--r--source/da/sw/source/ui/chrdlg.po (renamed from translations/source/da/sw/source/ui/chrdlg.po)0
-rw-r--r--source/da/sw/source/ui/config.po (renamed from translations/source/da/sw/source/ui/config.po)0
-rw-r--r--source/da/sw/source/ui/dbui.po (renamed from translations/source/da/sw/source/ui/dbui.po)0
-rw-r--r--source/da/sw/source/ui/dialog.po (renamed from translations/source/da/sw/source/ui/dialog.po)0
-rw-r--r--source/da/sw/source/ui/dochdl.po (renamed from translations/source/da/sw/source/ui/dochdl.po)0
-rw-r--r--source/da/sw/source/ui/docvw.po (renamed from translations/source/da/sw/source/ui/docvw.po)0
-rw-r--r--source/da/sw/source/ui/envelp.po (renamed from translations/source/da/sw/source/ui/envelp.po)0
-rw-r--r--source/da/sw/source/ui/fldui.po (renamed from translations/source/da/sw/source/ui/fldui.po)0
-rw-r--r--source/da/sw/source/ui/fmtui.po (renamed from translations/source/da/sw/source/ui/fmtui.po)0
-rw-r--r--source/da/sw/source/ui/frmdlg.po (renamed from translations/source/da/sw/source/ui/frmdlg.po)0
-rw-r--r--source/da/sw/source/ui/globdoc.po (renamed from translations/source/da/sw/source/ui/globdoc.po)0
-rw-r--r--source/da/sw/source/ui/index.po (renamed from translations/source/da/sw/source/ui/index.po)0
-rw-r--r--source/da/sw/source/ui/lingu.po (renamed from translations/source/da/sw/source/ui/lingu.po)0
-rw-r--r--source/da/sw/source/ui/misc.po (renamed from translations/source/da/sw/source/ui/misc.po)0
-rw-r--r--source/da/sw/source/ui/ribbar.po (renamed from translations/source/da/sw/source/ui/ribbar.po)0
-rw-r--r--source/da/sw/source/ui/shells.po (renamed from translations/source/da/sw/source/ui/shells.po)0
-rw-r--r--source/da/sw/source/ui/smartmenu.po (renamed from translations/source/da/sw/source/ui/smartmenu.po)0
-rw-r--r--source/da/sw/source/ui/table.po (renamed from translations/source/da/sw/source/ui/table.po)0
-rw-r--r--source/da/sw/source/ui/uiview.po (renamed from translations/source/da/sw/source/ui/uiview.po)0
-rw-r--r--source/da/sw/source/ui/utlui.po (renamed from translations/source/da/sw/source/ui/utlui.po)0
-rw-r--r--source/da/sw/source/ui/web.po (renamed from translations/source/da/sw/source/ui/web.po)0
-rw-r--r--source/da/sw/source/ui/wrtsh.po (renamed from translations/source/da/sw/source/ui/wrtsh.po)0
-rw-r--r--source/da/swext/mediawiki/help.po (renamed from translations/source/da/swext/mediawiki/help.po)0
-rw-r--r--source/da/swext/mediawiki/src.po (renamed from translations/source/da/swext/mediawiki/src.po)0
-rw-r--r--source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/da/sysui/desktop/share.po (renamed from translations/source/da/sysui/desktop/share.po)0
-rw-r--r--source/da/uui/source.po (renamed from translations/source/da/uui/source.po)0
-rw-r--r--source/da/vcl/source/src.po (renamed from translations/source/da/vcl/source/src.po)0
-rw-r--r--source/da/wizards/source/euro.po (renamed from translations/source/da/wizards/source/euro.po)0
-rw-r--r--source/da/wizards/source/formwizard.po (renamed from translations/source/da/wizards/source/formwizard.po)0
-rw-r--r--source/da/wizards/source/importwizard.po (renamed from translations/source/da/wizards/source/importwizard.po)0
-rw-r--r--source/da/wizards/source/schedule.po (renamed from translations/source/da/wizards/source/schedule.po)0
-rw-r--r--source/da/wizards/source/template.po (renamed from translations/source/da/wizards/source/template.po)0
-rw-r--r--source/da/xmlsecurity/source/component.po (renamed from translations/source/da/xmlsecurity/source/component.po)0
-rw-r--r--source/da/xmlsecurity/source/dialogs.po (renamed from translations/source/da/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/de/accessibility/source/helper.po (renamed from translations/source/de/accessibility/source/helper.po)0
-rw-r--r--source/de/avmedia/source/framework.po (renamed from translations/source/de/avmedia/source/framework.po)0
-rw-r--r--source/de/avmedia/source/viewer.po (renamed from translations/source/de/avmedia/source/viewer.po)0
-rw-r--r--source/de/basctl/source/basicide.po (renamed from translations/source/de/basctl/source/basicide.po)0
-rw-r--r--source/de/basctl/source/dlged.po (renamed from translations/source/de/basctl/source/dlged.po)0
-rw-r--r--source/de/basic/source/classes.po (renamed from translations/source/de/basic/source/classes.po)0
-rw-r--r--source/de/basic/source/sbx.po (renamed from translations/source/de/basic/source/sbx.po)0
-rw-r--r--source/de/chart2/source/controller/dialogs.po (renamed from translations/source/de/chart2/source/controller/dialogs.po)0
-rw-r--r--source/de/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/de/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/de/connectivity/source/resource.po (renamed from translations/source/de/connectivity/source/resource.po)0
-rw-r--r--source/de/cui/source/customize.po (renamed from translations/source/de/cui/source/customize.po)0
-rw-r--r--source/de/cui/source/dialogs.po (renamed from translations/source/de/cui/source/dialogs.po)0
-rw-r--r--source/de/cui/source/options.po (renamed from translations/source/de/cui/source/options.po)0
-rw-r--r--source/de/cui/source/tabpages.po (renamed from translations/source/de/cui/source/tabpages.po)0
-rw-r--r--source/de/dbaccess/source/core/resource.po (renamed from translations/source/de/dbaccess/source/core/resource.po)0
-rw-r--r--source/de/dbaccess/source/ext/macromigration.po (renamed from translations/source/de/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/de/dbaccess/source/sdbtools/resource.po (renamed from translations/source/de/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/de/dbaccess/source/ui/app.po (renamed from translations/source/de/dbaccess/source/ui/app.po)0
-rw-r--r--source/de/dbaccess/source/ui/browser.po (renamed from translations/source/de/dbaccess/source/ui/browser.po)0
-rw-r--r--source/de/dbaccess/source/ui/control.po (renamed from translations/source/de/dbaccess/source/ui/control.po)0
-rw-r--r--source/de/dbaccess/source/ui/dlg.po (renamed from translations/source/de/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/de/dbaccess/source/ui/inc.po (renamed from translations/source/de/dbaccess/source/ui/inc.po)0
-rw-r--r--source/de/dbaccess/source/ui/misc.po (renamed from translations/source/de/dbaccess/source/ui/misc.po)0
-rw-r--r--source/de/dbaccess/source/ui/querydesign.po (renamed from translations/source/de/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/de/dbaccess/source/ui/relationdesign.po (renamed from translations/source/de/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/de/dbaccess/source/ui/tabledesign.po (renamed from translations/source/de/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/de/dbaccess/source/ui/uno.po (renamed from translations/source/de/dbaccess/source/ui/uno.po)0
-rw-r--r--source/de/desktop/source/app.po (renamed from translations/source/de/desktop/source/app.po)0
-rw-r--r--source/de/desktop/source/deployment/gui.po (renamed from translations/source/de/desktop/source/deployment/gui.po)0
-rw-r--r--source/de/desktop/source/deployment/manager.po (renamed from translations/source/de/desktop/source/deployment/manager.po)0
-rw-r--r--source/de/desktop/source/deployment/misc.po (renamed from translations/source/de/desktop/source/deployment/misc.po)0
-rw-r--r--source/de/desktop/source/deployment/registry.po (renamed from translations/source/de/desktop/source/deployment/registry.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/component.po (renamed from translations/source/de/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/configuration.po (renamed from translations/source/de/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/help.po (renamed from translations/source/de/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/package.po (renamed from translations/source/de/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/script.po (renamed from translations/source/de/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/de/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/de/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/de/desktop/source/deployment/unopkg.po (renamed from translations/source/de/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/de/dictionaries/af_ZA.po (renamed from translations/source/de/dictionaries/af_ZA.po)0
-rw-r--r--source/de/dictionaries/an_ES.po (renamed from translations/source/de/dictionaries/an_ES.po)0
-rw-r--r--source/de/dictionaries/ar.po (renamed from translations/source/de/dictionaries/ar.po)0
-rw-r--r--source/de/dictionaries/be_BY.po (renamed from translations/source/de/dictionaries/be_BY.po)0
-rw-r--r--source/de/dictionaries/bg_BG.po (renamed from translations/source/de/dictionaries/bg_BG.po)0
-rw-r--r--source/de/dictionaries/bn_BD.po (renamed from translations/source/de/dictionaries/bn_BD.po)0
-rw-r--r--source/de/dictionaries/br_FR.po (renamed from translations/source/de/dictionaries/br_FR.po)0
-rw-r--r--source/de/dictionaries/ca.po (renamed from translations/source/de/dictionaries/ca.po)0
-rw-r--r--source/de/dictionaries/cs_CZ.po (renamed from translations/source/de/dictionaries/cs_CZ.po)0
-rw-r--r--source/de/dictionaries/da_DK.po (renamed from translations/source/de/dictionaries/da_DK.po)0
-rw-r--r--source/de/dictionaries/de.po (renamed from translations/source/de/dictionaries/de.po)0
-rw-r--r--source/de/dictionaries/el_GR.po (renamed from translations/source/de/dictionaries/el_GR.po)0
-rw-r--r--source/de/dictionaries/en.po (renamed from translations/source/de/dictionaries/en.po)0
-rw-r--r--source/de/dictionaries/en/dialog.po (renamed from translations/source/de/dictionaries/en/dialog.po)0
-rw-r--r--source/de/dictionaries/es_ES.po (renamed from translations/source/de/dictionaries/es_ES.po)0
-rw-r--r--source/de/dictionaries/et_EE.po (renamed from translations/source/de/dictionaries/et_EE.po)0
-rw-r--r--source/de/dictionaries/fr_FR.po (renamed from translations/source/de/dictionaries/fr_FR.po)0
-rw-r--r--source/de/dictionaries/gd_GB.po (renamed from translations/source/de/dictionaries/gd_GB.po)0
-rw-r--r--source/de/dictionaries/gl.po (renamed from translations/source/de/dictionaries/gl.po)0
-rw-r--r--source/de/dictionaries/gu_IN.po (renamed from translations/source/de/dictionaries/gu_IN.po)0
-rw-r--r--source/de/dictionaries/he_IL.po (renamed from translations/source/de/dictionaries/he_IL.po)0
-rw-r--r--source/de/dictionaries/hi_IN.po (renamed from translations/source/de/dictionaries/hi_IN.po)0
-rw-r--r--source/de/dictionaries/hr_HR.po (renamed from translations/source/de/dictionaries/hr_HR.po)0
-rw-r--r--source/de/dictionaries/hu_HU.po (renamed from translations/source/de/dictionaries/hu_HU.po)0
-rw-r--r--source/de/dictionaries/hu_HU/dialog.po (renamed from translations/source/de/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/de/dictionaries/it_IT.po (renamed from translations/source/de/dictionaries/it_IT.po)0
-rw-r--r--source/de/dictionaries/ku_TR.po (renamed from translations/source/de/dictionaries/ku_TR.po)0
-rw-r--r--source/de/dictionaries/lt_LT.po (renamed from translations/source/de/dictionaries/lt_LT.po)0
-rw-r--r--source/de/dictionaries/lv_LV.po (renamed from translations/source/de/dictionaries/lv_LV.po)0
-rw-r--r--source/de/dictionaries/ne_NP.po (renamed from translations/source/de/dictionaries/ne_NP.po)0
-rw-r--r--source/de/dictionaries/nl_NL.po (renamed from translations/source/de/dictionaries/nl_NL.po)0
-rw-r--r--source/de/dictionaries/no.po (renamed from translations/source/de/dictionaries/no.po)0
-rw-r--r--source/de/dictionaries/oc_FR.po (renamed from translations/source/de/dictionaries/oc_FR.po)0
-rw-r--r--source/de/dictionaries/pl_PL.po (renamed from translations/source/de/dictionaries/pl_PL.po)0
-rw-r--r--source/de/dictionaries/pt_BR.po (renamed from translations/source/de/dictionaries/pt_BR.po)0
-rw-r--r--source/de/dictionaries/pt_PT.po (renamed from translations/source/de/dictionaries/pt_PT.po)0
-rw-r--r--source/de/dictionaries/ro.po (renamed from translations/source/de/dictionaries/ro.po)0
-rw-r--r--source/de/dictionaries/ru_RU.po (renamed from translations/source/de/dictionaries/ru_RU.po)0
-rw-r--r--source/de/dictionaries/ru_RU/dialog.po (renamed from translations/source/de/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/de/dictionaries/si_LK.po (renamed from translations/source/de/dictionaries/si_LK.po)0
-rw-r--r--source/de/dictionaries/sk_SK.po (renamed from translations/source/de/dictionaries/sk_SK.po)0
-rw-r--r--source/de/dictionaries/sl_SI.po (renamed from translations/source/de/dictionaries/sl_SI.po)0
-rw-r--r--source/de/dictionaries/sr.po (renamed from translations/source/de/dictionaries/sr.po)0
-rw-r--r--source/de/dictionaries/sv_SE.po (renamed from translations/source/de/dictionaries/sv_SE.po)0
-rw-r--r--source/de/dictionaries/sw_TZ.po (renamed from translations/source/de/dictionaries/sw_TZ.po)0
-rw-r--r--source/de/dictionaries/te_IN.po (renamed from translations/source/de/dictionaries/te_IN.po)0
-rw-r--r--source/de/dictionaries/th_TH.po (renamed from translations/source/de/dictionaries/th_TH.po)0
-rw-r--r--source/de/dictionaries/uk_UA.po (renamed from translations/source/de/dictionaries/uk_UA.po)0
-rw-r--r--source/de/dictionaries/vi.po (renamed from translations/source/de/dictionaries/vi.po)0
-rw-r--r--source/de/dictionaries/zu_ZA.po (renamed from translations/source/de/dictionaries/zu_ZA.po)0
-rw-r--r--source/de/editeng/source/accessibility.po (renamed from translations/source/de/editeng/source/accessibility.po)0
-rw-r--r--source/de/editeng/source/editeng.po (renamed from translations/source/de/editeng/source/editeng.po)0
-rw-r--r--source/de/editeng/source/items.po (renamed from translations/source/de/editeng/source/items.po)0
-rw-r--r--source/de/editeng/source/misc.po (renamed from translations/source/de/editeng/source/misc.po)0
-rw-r--r--source/de/editeng/source/outliner.po (renamed from translations/source/de/editeng/source/outliner.po)0
-rw-r--r--source/de/extensions/source/abpilot.po (renamed from translations/source/de/extensions/source/abpilot.po)0
-rw-r--r--source/de/extensions/source/bibliography.po (renamed from translations/source/de/extensions/source/bibliography.po)0
-rw-r--r--source/de/extensions/source/dbpilots.po (renamed from translations/source/de/extensions/source/dbpilots.po)0
-rw-r--r--source/de/extensions/source/propctrlr.po (renamed from translations/source/de/extensions/source/propctrlr.po)0
-rw-r--r--source/de/extensions/source/scanner.po (renamed from translations/source/de/extensions/source/scanner.po)0
-rw-r--r--source/de/extensions/source/update/check.po (renamed from translations/source/de/extensions/source/update/check.po)0
-rw-r--r--source/de/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/de/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/de/filter/source/config/fragments/filters.po (renamed from translations/source/de/filter/source/config/fragments/filters.po)0
-rw-r--r--source/de/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/de/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/de/filter/source/config/fragments/types.po (renamed from translations/source/de/filter/source/config/fragments/types.po)0
-rw-r--r--source/de/filter/source/flash.po (renamed from translations/source/de/filter/source/flash.po)0
-rw-r--r--source/de/filter/source/graphicfilter/eps.po (renamed from translations/source/de/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/de/filter/source/pdf.po (renamed from translations/source/de/filter/source/pdf.po)0
-rw-r--r--source/de/filter/source/t602.po (renamed from translations/source/de/filter/source/t602.po)0
-rw-r--r--source/de/filter/source/xsltdialog.po (renamed from translations/source/de/filter/source/xsltdialog.po)0
-rw-r--r--source/de/forms/source/resource.po (renamed from translations/source/de/forms/source/resource.po)0
-rw-r--r--source/de/formula/source/core/resource.po (renamed from translations/source/de/formula/source/core/resource.po)0
-rw-r--r--source/de/formula/source/ui/dlg.po (renamed from translations/source/de/formula/source/ui/dlg.po)0
-rw-r--r--source/de/fpicker/source/office.po (renamed from translations/source/de/fpicker/source/office.po)0
-rw-r--r--source/de/framework/source/classes.po (renamed from translations/source/de/framework/source/classes.po)0
-rw-r--r--source/de/framework/source/services.po (renamed from translations/source/de/framework/source/services.po)0
-rw-r--r--source/de/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/de/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/de/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/de/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/de/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc.po (renamed from translations/source/de/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po (renamed from translations/source/de/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po (renamed from translations/source/de/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/02.po (renamed from translations/source/de/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po (renamed from translations/source/de/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/05.po (renamed from translations/source/de/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/de/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/schart.po (renamed from translations/source/de/helpcontent2/source/text/schart.po)0
-rw-r--r--source/de/helpcontent2/source/text/schart/00.po (renamed from translations/source/de/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/schart/01.po (renamed from translations/source/de/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/schart/02.po (renamed from translations/source/de/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/schart/04.po (renamed from translations/source/de/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/sdraw.po (renamed from translations/source/de/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/de/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/de/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/de/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/de/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/de/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared.po (renamed from translations/source/de/helpcontent2/source/text/shared.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po (renamed from translations/source/de/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po (renamed from translations/source/de/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po (renamed from translations/source/de/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/04.po (renamed from translations/source/de/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/05.po (renamed from translations/source/de/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/07.po (renamed from translations/source/de/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/de/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/de/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/de/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po (renamed from translations/source/de/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/de/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress.po (renamed from translations/source/de/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po (renamed from translations/source/de/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po (renamed from translations/source/de/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po (renamed from translations/source/de/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress/04.po (renamed from translations/source/de/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/de/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath.po (renamed from translations/source/de/helpcontent2/source/text/smath.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath/00.po (renamed from translations/source/de/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po (renamed from translations/source/de/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath/02.po (renamed from translations/source/de/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath/04.po (renamed from translations/source/de/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/smath/guide.po (renamed from translations/source/de/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter.po (renamed from translations/source/de/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po (renamed from translations/source/de/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po (renamed from translations/source/de/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po (renamed from translations/source/de/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter/04.po (renamed from translations/source/de/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/de/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/de/mysqlc/source.po (renamed from translations/source/de/mysqlc/source.po)0
-rw-r--r--source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/de/nlpsolver/src/locale.po (renamed from translations/source/de/nlpsolver/src/locale.po)0
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/de/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/de/padmin/source.po (renamed from translations/source/de/padmin/source.po)0
-rw-r--r--source/de/readlicense_oo/docs/readme.po (renamed from translations/source/de/readlicense_oo/docs/readme.po)0
-rw-r--r--source/de/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/de/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/de/reportbuilder/util.po (renamed from translations/source/de/reportbuilder/util.po)0
-rw-r--r--source/de/reportdesign/source/core/resource.po (renamed from translations/source/de/reportdesign/source/core/resource.po)0
-rw-r--r--source/de/reportdesign/source/ui/dlg.po (renamed from translations/source/de/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/de/reportdesign/source/ui/inspection.po (renamed from translations/source/de/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/de/reportdesign/source/ui/report.po (renamed from translations/source/de/reportdesign/source/ui/report.po)0
-rw-r--r--source/de/sc/source/core/src.po (renamed from translations/source/de/sc/source/core/src.po)0
-rw-r--r--source/de/sc/source/ui/cctrl.po (renamed from translations/source/de/sc/source/ui/cctrl.po)0
-rw-r--r--source/de/sc/source/ui/dbgui.po (renamed from translations/source/de/sc/source/ui/dbgui.po)0
-rw-r--r--source/de/sc/source/ui/docshell.po (renamed from translations/source/de/sc/source/ui/docshell.po)0
-rw-r--r--source/de/sc/source/ui/drawfunc.po (renamed from translations/source/de/sc/source/ui/drawfunc.po)0
-rw-r--r--source/de/sc/source/ui/formdlg.po (renamed from translations/source/de/sc/source/ui/formdlg.po)0
-rw-r--r--source/de/sc/source/ui/miscdlgs.po (renamed from translations/source/de/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/de/sc/source/ui/navipi.po (renamed from translations/source/de/sc/source/ui/navipi.po)0
-rw-r--r--source/de/sc/source/ui/optdlg.po (renamed from translations/source/de/sc/source/ui/optdlg.po)0
-rw-r--r--source/de/sc/source/ui/pagedlg.po (renamed from translations/source/de/sc/source/ui/pagedlg.po)0
-rw-r--r--source/de/sc/source/ui/src.po (renamed from translations/source/de/sc/source/ui/src.po)0
-rw-r--r--source/de/sc/source/ui/styleui.po (renamed from translations/source/de/sc/source/ui/styleui.po)0
-rw-r--r--source/de/scaddins/source/analysis.po (renamed from translations/source/de/scaddins/source/analysis.po)0
-rw-r--r--source/de/scaddins/source/datefunc.po (renamed from translations/source/de/scaddins/source/datefunc.po)0
-rw-r--r--source/de/sccomp/source/solver.po (renamed from translations/source/de/sccomp/source/solver.po)0
-rw-r--r--source/de/scp2/source/accessories.po (renamed from translations/source/de/scp2/source/accessories.po)0
-rw-r--r--source/de/scp2/source/activex.po (renamed from translations/source/de/scp2/source/activex.po)0
-rw-r--r--source/de/scp2/source/base.po (renamed from translations/source/de/scp2/source/base.po)0
-rw-r--r--source/de/scp2/source/binfilter.po (renamed from translations/source/de/scp2/source/binfilter.po)0
-rw-r--r--source/de/scp2/source/calc.po (renamed from translations/source/de/scp2/source/calc.po)0
-rw-r--r--source/de/scp2/source/draw.po (renamed from translations/source/de/scp2/source/draw.po)0
-rw-r--r--source/de/scp2/source/extensions.po (renamed from translations/source/de/scp2/source/extensions.po)0
-rw-r--r--source/de/scp2/source/gnome.po (renamed from translations/source/de/scp2/source/gnome.po)0
-rw-r--r--source/de/scp2/source/graphicfilter.po (renamed from translations/source/de/scp2/source/graphicfilter.po)0
-rw-r--r--source/de/scp2/source/impress.po (renamed from translations/source/de/scp2/source/impress.po)0
-rw-r--r--source/de/scp2/source/javafilter.po (renamed from translations/source/de/scp2/source/javafilter.po)0
-rw-r--r--source/de/scp2/source/kde.po (renamed from translations/source/de/scp2/source/kde.po)0
-rw-r--r--source/de/scp2/source/math.po (renamed from translations/source/de/scp2/source/math.po)0
-rw-r--r--source/de/scp2/source/onlineupdate.po (renamed from translations/source/de/scp2/source/onlineupdate.po)0
-rw-r--r--source/de/scp2/source/ooo.po (renamed from translations/source/de/scp2/source/ooo.po)0
-rw-r--r--source/de/scp2/source/python.po (renamed from translations/source/de/scp2/source/python.po)0
-rw-r--r--source/de/scp2/source/quickstart.po (renamed from translations/source/de/scp2/source/quickstart.po)0
-rw-r--r--source/de/scp2/source/sdkoo.po (renamed from translations/source/de/scp2/source/sdkoo.po)0
-rw-r--r--source/de/scp2/source/smoketest.po (renamed from translations/source/de/scp2/source/smoketest.po)0
-rw-r--r--source/de/scp2/source/stdlibs.po (renamed from translations/source/de/scp2/source/stdlibs.po)0
-rw-r--r--source/de/scp2/source/tde.po (renamed from translations/source/de/scp2/source/tde.po)0
-rw-r--r--source/de/scp2/source/winexplorerext.po (renamed from translations/source/de/scp2/source/winexplorerext.po)0
-rw-r--r--source/de/scp2/source/writer.po (renamed from translations/source/de/scp2/source/writer.po)0
-rw-r--r--source/de/scp2/source/xsltfilter.po (renamed from translations/source/de/scp2/source/xsltfilter.po)0
-rw-r--r--source/de/scripting/source/pyprov.po (renamed from translations/source/de/scripting/source/pyprov.po)0
-rw-r--r--source/de/sd/source/core.po (renamed from translations/source/de/sd/source/core.po)0
-rw-r--r--source/de/sd/source/filter/html.po (renamed from translations/source/de/sd/source/filter/html.po)0
-rw-r--r--source/de/sd/source/ui/accessibility.po (renamed from translations/source/de/sd/source/ui/accessibility.po)0
-rw-r--r--source/de/sd/source/ui/animations.po (renamed from translations/source/de/sd/source/ui/animations.po)0
-rw-r--r--source/de/sd/source/ui/annotations.po (renamed from translations/source/de/sd/source/ui/annotations.po)0
-rw-r--r--source/de/sd/source/ui/app.po (renamed from translations/source/de/sd/source/ui/app.po)0
-rw-r--r--source/de/sd/source/ui/dlg.po (renamed from translations/source/de/sd/source/ui/dlg.po)0
-rw-r--r--source/de/sd/source/ui/slideshow.po (renamed from translations/source/de/sd/source/ui/slideshow.po)0
-rw-r--r--source/de/sd/source/ui/table.po (renamed from translations/source/de/sd/source/ui/table.po)0
-rw-r--r--source/de/sd/source/ui/view.po (renamed from translations/source/de/sd/source/ui/view.po)0
-rw-r--r--source/de/sdext/source/minimizer.po (renamed from translations/source/de/sdext/source/minimizer.po)0
-rw-r--r--source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/de/sdext/source/pdfimport.po (renamed from translations/source/de/sdext/source/pdfimport.po)0
-rw-r--r--source/de/sdext/source/presenter.po (renamed from translations/source/de/sdext/source/presenter.po)0
-rw-r--r--source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/de/setup_native/source/mac.po (renamed from translations/source/de/setup_native/source/mac.po)0
-rw-r--r--source/de/sfx2/source/appl.po (renamed from translations/source/de/sfx2/source/appl.po)0
-rw-r--r--source/de/sfx2/source/bastyp.po (renamed from translations/source/de/sfx2/source/bastyp.po)0
-rw-r--r--source/de/sfx2/source/dialog.po (renamed from translations/source/de/sfx2/source/dialog.po)0
-rw-r--r--source/de/sfx2/source/doc.po (renamed from translations/source/de/sfx2/source/doc.po)0
-rw-r--r--source/de/sfx2/source/menu.po (renamed from translations/source/de/sfx2/source/menu.po)0
-rw-r--r--source/de/sfx2/source/view.po (renamed from translations/source/de/sfx2/source/view.po)0
-rw-r--r--source/de/shell/source/win32/shlxthandler/res.po (renamed from translations/source/de/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/de/starmath/source.po (renamed from translations/source/de/starmath/source.po)0
-rw-r--r--source/de/svl/source/items.po (renamed from translations/source/de/svl/source/items.po)0
-rw-r--r--source/de/svl/source/misc.po (renamed from translations/source/de/svl/source/misc.po)0
-rw-r--r--source/de/svtools/source/contnr.po (renamed from translations/source/de/svtools/source/contnr.po)0
-rw-r--r--source/de/svtools/source/control.po (renamed from translations/source/de/svtools/source/control.po)0
-rw-r--r--source/de/svtools/source/dialogs.po (renamed from translations/source/de/svtools/source/dialogs.po)0
-rw-r--r--source/de/svtools/source/filter.po (renamed from translations/source/de/svtools/source/filter.po)0
-rw-r--r--source/de/svtools/source/java.po (renamed from translations/source/de/svtools/source/java.po)0
-rw-r--r--source/de/svtools/source/misc.po (renamed from translations/source/de/svtools/source/misc.po)0
-rw-r--r--source/de/svtools/source/toolpanel.po (renamed from translations/source/de/svtools/source/toolpanel.po)0
-rw-r--r--source/de/svtools/workben/unodialog.po (renamed from translations/source/de/svtools/workben/unodialog.po)0
-rw-r--r--source/de/svx/inc.po (renamed from translations/source/de/svx/inc.po)0
-rw-r--r--source/de/svx/source/accessibility.po (renamed from translations/source/de/svx/source/accessibility.po)0
-rw-r--r--source/de/svx/source/dialog.po (renamed from translations/source/de/svx/source/dialog.po)0
-rw-r--r--source/de/svx/source/engine3d.po (renamed from translations/source/de/svx/source/engine3d.po)0
-rw-r--r--source/de/svx/source/fmcomp.po (renamed from translations/source/de/svx/source/fmcomp.po)0
-rw-r--r--source/de/svx/source/form.po (renamed from translations/source/de/svx/source/form.po)0
-rw-r--r--source/de/svx/source/gallery2.po (renamed from translations/source/de/svx/source/gallery2.po)0
-rw-r--r--source/de/svx/source/items.po (renamed from translations/source/de/svx/source/items.po)0
-rw-r--r--source/de/svx/source/src.po (renamed from translations/source/de/svx/source/src.po)0
-rw-r--r--source/de/svx/source/stbctrls.po (renamed from translations/source/de/svx/source/stbctrls.po)0
-rw-r--r--source/de/svx/source/svdraw.po (renamed from translations/source/de/svx/source/svdraw.po)0
-rw-r--r--source/de/svx/source/table.po (renamed from translations/source/de/svx/source/table.po)0
-rw-r--r--source/de/svx/source/tbxctrls.po (renamed from translations/source/de/svx/source/tbxctrls.po)0
-rw-r--r--source/de/svx/source/toolbars.po (renamed from translations/source/de/svx/source/toolbars.po)0
-rw-r--r--source/de/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/de/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/de/sw/source/core/layout.po (renamed from translations/source/de/sw/source/core/layout.po)0
-rw-r--r--source/de/sw/source/core/undo.po (renamed from translations/source/de/sw/source/core/undo.po)0
-rw-r--r--source/de/sw/source/core/unocore.po (renamed from translations/source/de/sw/source/core/unocore.po)0
-rw-r--r--source/de/sw/source/ui/app.po (renamed from translations/source/de/sw/source/ui/app.po)0
-rw-r--r--source/de/sw/source/ui/chrdlg.po (renamed from translations/source/de/sw/source/ui/chrdlg.po)0
-rw-r--r--source/de/sw/source/ui/config.po (renamed from translations/source/de/sw/source/ui/config.po)0
-rw-r--r--source/de/sw/source/ui/dbui.po (renamed from translations/source/de/sw/source/ui/dbui.po)0
-rw-r--r--source/de/sw/source/ui/dialog.po (renamed from translations/source/de/sw/source/ui/dialog.po)0
-rw-r--r--source/de/sw/source/ui/dochdl.po (renamed from translations/source/de/sw/source/ui/dochdl.po)0
-rw-r--r--source/de/sw/source/ui/docvw.po (renamed from translations/source/de/sw/source/ui/docvw.po)0
-rw-r--r--source/de/sw/source/ui/envelp.po (renamed from translations/source/de/sw/source/ui/envelp.po)0
-rw-r--r--source/de/sw/source/ui/fldui.po (renamed from translations/source/de/sw/source/ui/fldui.po)0
-rw-r--r--source/de/sw/source/ui/fmtui.po (renamed from translations/source/de/sw/source/ui/fmtui.po)0
-rw-r--r--source/de/sw/source/ui/frmdlg.po (renamed from translations/source/de/sw/source/ui/frmdlg.po)0
-rw-r--r--source/de/sw/source/ui/globdoc.po (renamed from translations/source/de/sw/source/ui/globdoc.po)0
-rw-r--r--source/de/sw/source/ui/index.po (renamed from translations/source/de/sw/source/ui/index.po)0
-rw-r--r--source/de/sw/source/ui/lingu.po (renamed from translations/source/de/sw/source/ui/lingu.po)0
-rw-r--r--source/de/sw/source/ui/misc.po (renamed from translations/source/de/sw/source/ui/misc.po)0
-rw-r--r--source/de/sw/source/ui/ribbar.po (renamed from translations/source/de/sw/source/ui/ribbar.po)0
-rw-r--r--source/de/sw/source/ui/shells.po (renamed from translations/source/de/sw/source/ui/shells.po)0
-rw-r--r--source/de/sw/source/ui/smartmenu.po (renamed from translations/source/de/sw/source/ui/smartmenu.po)0
-rw-r--r--source/de/sw/source/ui/table.po (renamed from translations/source/de/sw/source/ui/table.po)0
-rw-r--r--source/de/sw/source/ui/uiview.po (renamed from translations/source/de/sw/source/ui/uiview.po)0
-rw-r--r--source/de/sw/source/ui/utlui.po (renamed from translations/source/de/sw/source/ui/utlui.po)0
-rw-r--r--source/de/sw/source/ui/web.po (renamed from translations/source/de/sw/source/ui/web.po)0
-rw-r--r--source/de/sw/source/ui/wrtsh.po (renamed from translations/source/de/sw/source/ui/wrtsh.po)0
-rw-r--r--source/de/swext/mediawiki/help.po (renamed from translations/source/de/swext/mediawiki/help.po)0
-rw-r--r--source/de/swext/mediawiki/src.po (renamed from translations/source/de/swext/mediawiki/src.po)0
-rw-r--r--source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/de/sysui/desktop/share.po (renamed from translations/source/de/sysui/desktop/share.po)0
-rw-r--r--source/de/uui/source.po (renamed from translations/source/de/uui/source.po)0
-rw-r--r--source/de/vcl/source/src.po (renamed from translations/source/de/vcl/source/src.po)0
-rw-r--r--source/de/wizards/source/euro.po (renamed from translations/source/de/wizards/source/euro.po)0
-rw-r--r--source/de/wizards/source/formwizard.po (renamed from translations/source/de/wizards/source/formwizard.po)0
-rw-r--r--source/de/wizards/source/importwizard.po (renamed from translations/source/de/wizards/source/importwizard.po)0
-rw-r--r--source/de/wizards/source/schedule.po (renamed from translations/source/de/wizards/source/schedule.po)0
-rw-r--r--source/de/wizards/source/template.po (renamed from translations/source/de/wizards/source/template.po)0
-rw-r--r--source/de/xmlsecurity/source/component.po (renamed from translations/source/de/xmlsecurity/source/component.po)0
-rw-r--r--source/de/xmlsecurity/source/dialogs.po (renamed from translations/source/de/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/dgo/accessibility/source/helper.po (renamed from translations/source/dgo/accessibility/source/helper.po)0
-rw-r--r--source/dgo/avmedia/source/framework.po (renamed from translations/source/dgo/avmedia/source/framework.po)0
-rw-r--r--source/dgo/avmedia/source/viewer.po (renamed from translations/source/dgo/avmedia/source/viewer.po)0
-rw-r--r--source/dgo/basctl/source/basicide.po (renamed from translations/source/dgo/basctl/source/basicide.po)0
-rw-r--r--source/dgo/basctl/source/dlged.po (renamed from translations/source/dgo/basctl/source/dlged.po)0
-rw-r--r--source/dgo/basic/source/classes.po (renamed from translations/source/dgo/basic/source/classes.po)0
-rw-r--r--source/dgo/basic/source/sbx.po (renamed from translations/source/dgo/basic/source/sbx.po)0
-rw-r--r--source/dgo/chart2/source/controller/dialogs.po (renamed from translations/source/dgo/chart2/source/controller/dialogs.po)0
-rw-r--r--source/dgo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/dgo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/connectivity/source/resource.po (renamed from translations/source/dgo/connectivity/source/resource.po)0
-rw-r--r--source/dgo/cui/source/customize.po (renamed from translations/source/dgo/cui/source/customize.po)0
-rw-r--r--source/dgo/cui/source/dialogs.po (renamed from translations/source/dgo/cui/source/dialogs.po)0
-rw-r--r--source/dgo/cui/source/options.po (renamed from translations/source/dgo/cui/source/options.po)0
-rw-r--r--source/dgo/cui/source/tabpages.po (renamed from translations/source/dgo/cui/source/tabpages.po)0
-rw-r--r--source/dgo/dbaccess/source/core/resource.po (renamed from translations/source/dgo/dbaccess/source/core/resource.po)0
-rw-r--r--source/dgo/dbaccess/source/ext/macromigration.po (renamed from translations/source/dgo/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/dgo/dbaccess/source/sdbtools/resource.po (renamed from translations/source/dgo/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/app.po (renamed from translations/source/dgo/dbaccess/source/ui/app.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/browser.po (renamed from translations/source/dgo/dbaccess/source/ui/browser.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/control.po (renamed from translations/source/dgo/dbaccess/source/ui/control.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/dlg.po (renamed from translations/source/dgo/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/inc.po (renamed from translations/source/dgo/dbaccess/source/ui/inc.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/misc.po (renamed from translations/source/dgo/dbaccess/source/ui/misc.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/querydesign.po (renamed from translations/source/dgo/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/relationdesign.po (renamed from translations/source/dgo/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/tabledesign.po (renamed from translations/source/dgo/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/dgo/dbaccess/source/ui/uno.po (renamed from translations/source/dgo/dbaccess/source/ui/uno.po)0
-rw-r--r--source/dgo/desktop/source/app.po (renamed from translations/source/dgo/desktop/source/app.po)0
-rw-r--r--source/dgo/desktop/source/deployment/gui.po (renamed from translations/source/dgo/desktop/source/deployment/gui.po)0
-rw-r--r--source/dgo/desktop/source/deployment/manager.po (renamed from translations/source/dgo/desktop/source/deployment/manager.po)0
-rw-r--r--source/dgo/desktop/source/deployment/misc.po (renamed from translations/source/dgo/desktop/source/deployment/misc.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry.po (renamed from translations/source/dgo/desktop/source/deployment/registry.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/component.po (renamed from translations/source/dgo/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/configuration.po (renamed from translations/source/dgo/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/help.po (renamed from translations/source/dgo/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/package.po (renamed from translations/source/dgo/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/script.po (renamed from translations/source/dgo/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/dgo/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/dgo/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/dgo/desktop/source/deployment/unopkg.po (renamed from translations/source/dgo/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/dgo/dictionaries/af_ZA.po (renamed from translations/source/dgo/dictionaries/af_ZA.po)0
-rw-r--r--source/dgo/dictionaries/an_ES.po (renamed from translations/source/dgo/dictionaries/an_ES.po)0
-rw-r--r--source/dgo/dictionaries/ar.po (renamed from translations/source/dgo/dictionaries/ar.po)0
-rw-r--r--source/dgo/dictionaries/be_BY.po (renamed from translations/source/dgo/dictionaries/be_BY.po)0
-rw-r--r--source/dgo/dictionaries/bg_BG.po (renamed from translations/source/dgo/dictionaries/bg_BG.po)0
-rw-r--r--source/dgo/dictionaries/bn_BD.po (renamed from translations/source/dgo/dictionaries/bn_BD.po)0
-rw-r--r--source/dgo/dictionaries/br_FR.po (renamed from translations/source/dgo/dictionaries/br_FR.po)0
-rw-r--r--source/dgo/dictionaries/ca.po (renamed from translations/source/dgo/dictionaries/ca.po)0
-rw-r--r--source/dgo/dictionaries/cs_CZ.po (renamed from translations/source/dgo/dictionaries/cs_CZ.po)0
-rw-r--r--source/dgo/dictionaries/da_DK.po (renamed from translations/source/dgo/dictionaries/da_DK.po)0
-rw-r--r--source/dgo/dictionaries/de.po (renamed from translations/source/dgo/dictionaries/de.po)0
-rw-r--r--source/dgo/dictionaries/el_GR.po (renamed from translations/source/dgo/dictionaries/el_GR.po)0
-rw-r--r--source/dgo/dictionaries/en.po (renamed from translations/source/dgo/dictionaries/en.po)0
-rw-r--r--source/dgo/dictionaries/en/dialog.po (renamed from translations/source/dgo/dictionaries/en/dialog.po)0
-rw-r--r--source/dgo/dictionaries/es_ES.po (renamed from translations/source/dgo/dictionaries/es_ES.po)0
-rw-r--r--source/dgo/dictionaries/et_EE.po (renamed from translations/source/dgo/dictionaries/et_EE.po)0
-rw-r--r--source/dgo/dictionaries/fr_FR.po (renamed from translations/source/dgo/dictionaries/fr_FR.po)0
-rw-r--r--source/dgo/dictionaries/gd_GB.po (renamed from translations/source/dgo/dictionaries/gd_GB.po)0
-rw-r--r--source/dgo/dictionaries/gl.po (renamed from translations/source/dgo/dictionaries/gl.po)0
-rw-r--r--source/dgo/dictionaries/gu_IN.po (renamed from translations/source/dgo/dictionaries/gu_IN.po)0
-rw-r--r--source/dgo/dictionaries/he_IL.po (renamed from translations/source/dgo/dictionaries/he_IL.po)0
-rw-r--r--source/dgo/dictionaries/hi_IN.po (renamed from translations/source/dgo/dictionaries/hi_IN.po)0
-rw-r--r--source/dgo/dictionaries/hr_HR.po (renamed from translations/source/dgo/dictionaries/hr_HR.po)0
-rw-r--r--source/dgo/dictionaries/hu_HU.po (renamed from translations/source/dgo/dictionaries/hu_HU.po)0
-rw-r--r--source/dgo/dictionaries/hu_HU/dialog.po (renamed from translations/source/dgo/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/dgo/dictionaries/it_IT.po (renamed from translations/source/dgo/dictionaries/it_IT.po)0
-rw-r--r--source/dgo/dictionaries/ku_TR.po (renamed from translations/source/dgo/dictionaries/ku_TR.po)0
-rw-r--r--source/dgo/dictionaries/lt_LT.po (renamed from translations/source/dgo/dictionaries/lt_LT.po)0
-rw-r--r--source/dgo/dictionaries/lv_LV.po (renamed from translations/source/dgo/dictionaries/lv_LV.po)0
-rw-r--r--source/dgo/dictionaries/ne_NP.po (renamed from translations/source/dgo/dictionaries/ne_NP.po)0
-rw-r--r--source/dgo/dictionaries/nl_NL.po (renamed from translations/source/dgo/dictionaries/nl_NL.po)0
-rw-r--r--source/dgo/dictionaries/no.po (renamed from translations/source/dgo/dictionaries/no.po)0
-rw-r--r--source/dgo/dictionaries/oc_FR.po (renamed from translations/source/dgo/dictionaries/oc_FR.po)0
-rw-r--r--source/dgo/dictionaries/pl_PL.po (renamed from translations/source/dgo/dictionaries/pl_PL.po)0
-rw-r--r--source/dgo/dictionaries/pt_BR.po (renamed from translations/source/dgo/dictionaries/pt_BR.po)0
-rw-r--r--source/dgo/dictionaries/pt_PT.po (renamed from translations/source/dgo/dictionaries/pt_PT.po)0
-rw-r--r--source/dgo/dictionaries/ro.po (renamed from translations/source/dgo/dictionaries/ro.po)0
-rw-r--r--source/dgo/dictionaries/ru_RU.po (renamed from translations/source/dgo/dictionaries/ru_RU.po)0
-rw-r--r--source/dgo/dictionaries/ru_RU/dialog.po (renamed from translations/source/dgo/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/dgo/dictionaries/si_LK.po (renamed from translations/source/dgo/dictionaries/si_LK.po)0
-rw-r--r--source/dgo/dictionaries/sk_SK.po (renamed from translations/source/dgo/dictionaries/sk_SK.po)0
-rw-r--r--source/dgo/dictionaries/sl_SI.po (renamed from translations/source/dgo/dictionaries/sl_SI.po)0
-rw-r--r--source/dgo/dictionaries/sr.po (renamed from translations/source/dgo/dictionaries/sr.po)0
-rw-r--r--source/dgo/dictionaries/sv_SE.po (renamed from translations/source/dgo/dictionaries/sv_SE.po)0
-rw-r--r--source/dgo/dictionaries/sw_TZ.po (renamed from translations/source/dgo/dictionaries/sw_TZ.po)0
-rw-r--r--source/dgo/dictionaries/te_IN.po (renamed from translations/source/dgo/dictionaries/te_IN.po)0
-rw-r--r--source/dgo/dictionaries/th_TH.po (renamed from translations/source/dgo/dictionaries/th_TH.po)0
-rw-r--r--source/dgo/dictionaries/uk_UA.po (renamed from translations/source/dgo/dictionaries/uk_UA.po)0
-rw-r--r--source/dgo/dictionaries/vi.po (renamed from translations/source/dgo/dictionaries/vi.po)0
-rw-r--r--source/dgo/dictionaries/zu_ZA.po (renamed from translations/source/dgo/dictionaries/zu_ZA.po)0
-rw-r--r--source/dgo/editeng/source/accessibility.po (renamed from translations/source/dgo/editeng/source/accessibility.po)0
-rw-r--r--source/dgo/editeng/source/editeng.po (renamed from translations/source/dgo/editeng/source/editeng.po)0
-rw-r--r--source/dgo/editeng/source/items.po (renamed from translations/source/dgo/editeng/source/items.po)0
-rw-r--r--source/dgo/editeng/source/misc.po (renamed from translations/source/dgo/editeng/source/misc.po)0
-rw-r--r--source/dgo/editeng/source/outliner.po (renamed from translations/source/dgo/editeng/source/outliner.po)0
-rw-r--r--source/dgo/extensions/source/abpilot.po (renamed from translations/source/dgo/extensions/source/abpilot.po)0
-rw-r--r--source/dgo/extensions/source/bibliography.po (renamed from translations/source/dgo/extensions/source/bibliography.po)0
-rw-r--r--source/dgo/extensions/source/dbpilots.po (renamed from translations/source/dgo/extensions/source/dbpilots.po)0
-rw-r--r--source/dgo/extensions/source/propctrlr.po (renamed from translations/source/dgo/extensions/source/propctrlr.po)0
-rw-r--r--source/dgo/extensions/source/scanner.po (renamed from translations/source/dgo/extensions/source/scanner.po)0
-rw-r--r--source/dgo/extensions/source/update/check.po (renamed from translations/source/dgo/extensions/source/update/check.po)0
-rw-r--r--source/dgo/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/dgo/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/dgo/filter/source/config/fragments/filters.po (renamed from translations/source/dgo/filter/source/config/fragments/filters.po)0
-rw-r--r--source/dgo/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/dgo/filter/source/config/fragments/types.po (renamed from translations/source/dgo/filter/source/config/fragments/types.po)0
-rw-r--r--source/dgo/filter/source/flash.po (renamed from translations/source/dgo/filter/source/flash.po)0
-rw-r--r--source/dgo/filter/source/graphicfilter/eps.po (renamed from translations/source/dgo/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/dgo/filter/source/pdf.po (renamed from translations/source/dgo/filter/source/pdf.po)0
-rw-r--r--source/dgo/filter/source/t602.po (renamed from translations/source/dgo/filter/source/t602.po)0
-rw-r--r--source/dgo/filter/source/xsltdialog.po (renamed from translations/source/dgo/filter/source/xsltdialog.po)0
-rw-r--r--source/dgo/forms/source/resource.po (renamed from translations/source/dgo/forms/source/resource.po)0
-rw-r--r--source/dgo/formula/source/core/resource.po (renamed from translations/source/dgo/formula/source/core/resource.po)0
-rw-r--r--source/dgo/formula/source/ui/dlg.po (renamed from translations/source/dgo/formula/source/ui/dlg.po)0
-rw-r--r--source/dgo/fpicker/source/office.po (renamed from translations/source/dgo/fpicker/source/office.po)0
-rw-r--r--source/dgo/framework/source/classes.po (renamed from translations/source/dgo/framework/source/classes.po)0
-rw-r--r--source/dgo/framework/source/services.po (renamed from translations/source/dgo/framework/source/services.po)0
-rw-r--r--source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/dgo/mysqlc/source.po (renamed from translations/source/dgo/mysqlc/source.po)0
-rw-r--r--source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/dgo/nlpsolver/src/locale.po (renamed from translations/source/dgo/nlpsolver/src/locale.po)0
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/dgo/padmin/source.po (renamed from translations/source/dgo/padmin/source.po)0
-rw-r--r--source/dgo/readlicense_oo/docs/readme.po (renamed from translations/source/dgo/readlicense_oo/docs/readme.po)0
-rw-r--r--source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/dgo/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/dgo/reportbuilder/util.po (renamed from translations/source/dgo/reportbuilder/util.po)0
-rw-r--r--source/dgo/reportdesign/source/core/resource.po (renamed from translations/source/dgo/reportdesign/source/core/resource.po)0
-rw-r--r--source/dgo/reportdesign/source/ui/dlg.po (renamed from translations/source/dgo/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/dgo/reportdesign/source/ui/inspection.po (renamed from translations/source/dgo/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/dgo/reportdesign/source/ui/report.po (renamed from translations/source/dgo/reportdesign/source/ui/report.po)0
-rw-r--r--source/dgo/sc/source/core/src.po (renamed from translations/source/dgo/sc/source/core/src.po)0
-rw-r--r--source/dgo/sc/source/ui/cctrl.po (renamed from translations/source/dgo/sc/source/ui/cctrl.po)0
-rw-r--r--source/dgo/sc/source/ui/dbgui.po (renamed from translations/source/dgo/sc/source/ui/dbgui.po)0
-rw-r--r--source/dgo/sc/source/ui/docshell.po (renamed from translations/source/dgo/sc/source/ui/docshell.po)0
-rw-r--r--source/dgo/sc/source/ui/drawfunc.po (renamed from translations/source/dgo/sc/source/ui/drawfunc.po)0
-rw-r--r--source/dgo/sc/source/ui/formdlg.po (renamed from translations/source/dgo/sc/source/ui/formdlg.po)0
-rw-r--r--source/dgo/sc/source/ui/miscdlgs.po (renamed from translations/source/dgo/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/dgo/sc/source/ui/navipi.po (renamed from translations/source/dgo/sc/source/ui/navipi.po)0
-rw-r--r--source/dgo/sc/source/ui/optdlg.po (renamed from translations/source/dgo/sc/source/ui/optdlg.po)0
-rw-r--r--source/dgo/sc/source/ui/pagedlg.po (renamed from translations/source/dgo/sc/source/ui/pagedlg.po)0
-rw-r--r--source/dgo/sc/source/ui/src.po (renamed from translations/source/dgo/sc/source/ui/src.po)0
-rw-r--r--source/dgo/sc/source/ui/styleui.po (renamed from translations/source/dgo/sc/source/ui/styleui.po)0
-rw-r--r--source/dgo/scaddins/source/analysis.po (renamed from translations/source/dgo/scaddins/source/analysis.po)0
-rw-r--r--source/dgo/scaddins/source/datefunc.po (renamed from translations/source/dgo/scaddins/source/datefunc.po)0
-rw-r--r--source/dgo/sccomp/source/solver.po (renamed from translations/source/dgo/sccomp/source/solver.po)0
-rw-r--r--source/dgo/scp2/source/accessories.po (renamed from translations/source/dgo/scp2/source/accessories.po)0
-rw-r--r--source/dgo/scp2/source/activex.po (renamed from translations/source/dgo/scp2/source/activex.po)0
-rw-r--r--source/dgo/scp2/source/base.po (renamed from translations/source/dgo/scp2/source/base.po)0
-rw-r--r--source/dgo/scp2/source/binfilter.po (renamed from translations/source/dgo/scp2/source/binfilter.po)0
-rw-r--r--source/dgo/scp2/source/calc.po (renamed from translations/source/dgo/scp2/source/calc.po)0
-rw-r--r--source/dgo/scp2/source/draw.po (renamed from translations/source/dgo/scp2/source/draw.po)0
-rw-r--r--source/dgo/scp2/source/extensions.po (renamed from translations/source/dgo/scp2/source/extensions.po)0
-rw-r--r--source/dgo/scp2/source/gnome.po (renamed from translations/source/dgo/scp2/source/gnome.po)0
-rw-r--r--source/dgo/scp2/source/graphicfilter.po (renamed from translations/source/dgo/scp2/source/graphicfilter.po)0
-rw-r--r--source/dgo/scp2/source/impress.po (renamed from translations/source/dgo/scp2/source/impress.po)0
-rw-r--r--source/dgo/scp2/source/javafilter.po (renamed from translations/source/dgo/scp2/source/javafilter.po)0
-rw-r--r--source/dgo/scp2/source/kde.po (renamed from translations/source/dgo/scp2/source/kde.po)0
-rw-r--r--source/dgo/scp2/source/math.po (renamed from translations/source/dgo/scp2/source/math.po)0
-rw-r--r--source/dgo/scp2/source/onlineupdate.po (renamed from translations/source/dgo/scp2/source/onlineupdate.po)0
-rw-r--r--source/dgo/scp2/source/ooo.po (renamed from translations/source/dgo/scp2/source/ooo.po)0
-rw-r--r--source/dgo/scp2/source/python.po (renamed from translations/source/dgo/scp2/source/python.po)0
-rw-r--r--source/dgo/scp2/source/quickstart.po (renamed from translations/source/dgo/scp2/source/quickstart.po)0
-rw-r--r--source/dgo/scp2/source/sdkoo.po (renamed from translations/source/dgo/scp2/source/sdkoo.po)0
-rw-r--r--source/dgo/scp2/source/smoketest.po (renamed from translations/source/dgo/scp2/source/smoketest.po)0
-rw-r--r--source/dgo/scp2/source/stdlibs.po (renamed from translations/source/dgo/scp2/source/stdlibs.po)0
-rw-r--r--source/dgo/scp2/source/tde.po (renamed from translations/source/dgo/scp2/source/tde.po)0
-rw-r--r--source/dgo/scp2/source/winexplorerext.po (renamed from translations/source/dgo/scp2/source/winexplorerext.po)0
-rw-r--r--source/dgo/scp2/source/writer.po (renamed from translations/source/dgo/scp2/source/writer.po)0
-rw-r--r--source/dgo/scp2/source/xsltfilter.po (renamed from translations/source/dgo/scp2/source/xsltfilter.po)0
-rw-r--r--source/dgo/scripting/source/pyprov.po (renamed from translations/source/dgo/scripting/source/pyprov.po)0
-rw-r--r--source/dgo/sd/source/core.po (renamed from translations/source/dgo/sd/source/core.po)0
-rw-r--r--source/dgo/sd/source/filter/html.po (renamed from translations/source/dgo/sd/source/filter/html.po)0
-rw-r--r--source/dgo/sd/source/ui/accessibility.po (renamed from translations/source/dgo/sd/source/ui/accessibility.po)0
-rw-r--r--source/dgo/sd/source/ui/animations.po (renamed from translations/source/dgo/sd/source/ui/animations.po)0
-rw-r--r--source/dgo/sd/source/ui/annotations.po (renamed from translations/source/dgo/sd/source/ui/annotations.po)0
-rw-r--r--source/dgo/sd/source/ui/app.po (renamed from translations/source/dgo/sd/source/ui/app.po)0
-rw-r--r--source/dgo/sd/source/ui/dlg.po (renamed from translations/source/dgo/sd/source/ui/dlg.po)0
-rw-r--r--source/dgo/sd/source/ui/slideshow.po (renamed from translations/source/dgo/sd/source/ui/slideshow.po)0
-rw-r--r--source/dgo/sd/source/ui/table.po (renamed from translations/source/dgo/sd/source/ui/table.po)0
-rw-r--r--source/dgo/sd/source/ui/view.po (renamed from translations/source/dgo/sd/source/ui/view.po)0
-rw-r--r--source/dgo/sdext/source/minimizer.po (renamed from translations/source/dgo/sdext/source/minimizer.po)0
-rw-r--r--source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/dgo/sdext/source/pdfimport.po (renamed from translations/source/dgo/sdext/source/pdfimport.po)0
-rw-r--r--source/dgo/sdext/source/presenter.po (renamed from translations/source/dgo/sdext/source/presenter.po)0
-rw-r--r--source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/dgo/setup_native/source/mac.po (renamed from translations/source/dgo/setup_native/source/mac.po)0
-rw-r--r--source/dgo/sfx2/source/appl.po (renamed from translations/source/dgo/sfx2/source/appl.po)0
-rw-r--r--source/dgo/sfx2/source/bastyp.po (renamed from translations/source/dgo/sfx2/source/bastyp.po)0
-rw-r--r--source/dgo/sfx2/source/dialog.po (renamed from translations/source/dgo/sfx2/source/dialog.po)0
-rw-r--r--source/dgo/sfx2/source/doc.po (renamed from translations/source/dgo/sfx2/source/doc.po)0
-rw-r--r--source/dgo/sfx2/source/menu.po (renamed from translations/source/dgo/sfx2/source/menu.po)0
-rw-r--r--source/dgo/sfx2/source/view.po (renamed from translations/source/dgo/sfx2/source/view.po)0
-rw-r--r--source/dgo/shell/source/win32/shlxthandler/res.po (renamed from translations/source/dgo/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/dgo/starmath/source.po (renamed from translations/source/dgo/starmath/source.po)0
-rw-r--r--source/dgo/svl/source/items.po (renamed from translations/source/dgo/svl/source/items.po)0
-rw-r--r--source/dgo/svl/source/misc.po (renamed from translations/source/dgo/svl/source/misc.po)0
-rw-r--r--source/dgo/svtools/source/contnr.po (renamed from translations/source/dgo/svtools/source/contnr.po)0
-rw-r--r--source/dgo/svtools/source/control.po (renamed from translations/source/dgo/svtools/source/control.po)0
-rw-r--r--source/dgo/svtools/source/dialogs.po (renamed from translations/source/dgo/svtools/source/dialogs.po)0
-rw-r--r--source/dgo/svtools/source/filter.po (renamed from translations/source/dgo/svtools/source/filter.po)0
-rw-r--r--source/dgo/svtools/source/java.po (renamed from translations/source/dgo/svtools/source/java.po)0
-rw-r--r--source/dgo/svtools/source/misc.po (renamed from translations/source/dgo/svtools/source/misc.po)0
-rw-r--r--source/dgo/svtools/source/toolpanel.po (renamed from translations/source/dgo/svtools/source/toolpanel.po)0
-rw-r--r--source/dgo/svtools/workben/unodialog.po (renamed from translations/source/dgo/svtools/workben/unodialog.po)0
-rw-r--r--source/dgo/svx/inc.po (renamed from translations/source/dgo/svx/inc.po)0
-rw-r--r--source/dgo/svx/source/accessibility.po (renamed from translations/source/dgo/svx/source/accessibility.po)0
-rw-r--r--source/dgo/svx/source/dialog.po (renamed from translations/source/dgo/svx/source/dialog.po)0
-rw-r--r--source/dgo/svx/source/engine3d.po (renamed from translations/source/dgo/svx/source/engine3d.po)0
-rw-r--r--source/dgo/svx/source/fmcomp.po (renamed from translations/source/dgo/svx/source/fmcomp.po)0
-rw-r--r--source/dgo/svx/source/form.po (renamed from translations/source/dgo/svx/source/form.po)0
-rw-r--r--source/dgo/svx/source/gallery2.po (renamed from translations/source/dgo/svx/source/gallery2.po)0
-rw-r--r--source/dgo/svx/source/items.po (renamed from translations/source/dgo/svx/source/items.po)0
-rw-r--r--source/dgo/svx/source/src.po (renamed from translations/source/dgo/svx/source/src.po)0
-rw-r--r--source/dgo/svx/source/stbctrls.po (renamed from translations/source/dgo/svx/source/stbctrls.po)0
-rw-r--r--source/dgo/svx/source/svdraw.po (renamed from translations/source/dgo/svx/source/svdraw.po)0
-rw-r--r--source/dgo/svx/source/table.po (renamed from translations/source/dgo/svx/source/table.po)0
-rw-r--r--source/dgo/svx/source/tbxctrls.po (renamed from translations/source/dgo/svx/source/tbxctrls.po)0
-rw-r--r--source/dgo/svx/source/toolbars.po (renamed from translations/source/dgo/svx/source/toolbars.po)0
-rw-r--r--source/dgo/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/dgo/sw/source/core/layout.po (renamed from translations/source/dgo/sw/source/core/layout.po)0
-rw-r--r--source/dgo/sw/source/core/undo.po (renamed from translations/source/dgo/sw/source/core/undo.po)0
-rw-r--r--source/dgo/sw/source/core/unocore.po (renamed from translations/source/dgo/sw/source/core/unocore.po)0
-rw-r--r--source/dgo/sw/source/ui/app.po (renamed from translations/source/dgo/sw/source/ui/app.po)0
-rw-r--r--source/dgo/sw/source/ui/chrdlg.po (renamed from translations/source/dgo/sw/source/ui/chrdlg.po)0
-rw-r--r--source/dgo/sw/source/ui/config.po (renamed from translations/source/dgo/sw/source/ui/config.po)0
-rw-r--r--source/dgo/sw/source/ui/dbui.po (renamed from translations/source/dgo/sw/source/ui/dbui.po)0
-rw-r--r--source/dgo/sw/source/ui/dialog.po (renamed from translations/source/dgo/sw/source/ui/dialog.po)0
-rw-r--r--source/dgo/sw/source/ui/dochdl.po (renamed from translations/source/dgo/sw/source/ui/dochdl.po)0
-rw-r--r--source/dgo/sw/source/ui/docvw.po (renamed from translations/source/dgo/sw/source/ui/docvw.po)0
-rw-r--r--source/dgo/sw/source/ui/envelp.po (renamed from translations/source/dgo/sw/source/ui/envelp.po)0
-rw-r--r--source/dgo/sw/source/ui/fldui.po (renamed from translations/source/dgo/sw/source/ui/fldui.po)0
-rw-r--r--source/dgo/sw/source/ui/fmtui.po (renamed from translations/source/dgo/sw/source/ui/fmtui.po)0
-rw-r--r--source/dgo/sw/source/ui/frmdlg.po (renamed from translations/source/dgo/sw/source/ui/frmdlg.po)0
-rw-r--r--source/dgo/sw/source/ui/globdoc.po (renamed from translations/source/dgo/sw/source/ui/globdoc.po)0
-rw-r--r--source/dgo/sw/source/ui/index.po (renamed from translations/source/dgo/sw/source/ui/index.po)0
-rw-r--r--source/dgo/sw/source/ui/lingu.po (renamed from translations/source/dgo/sw/source/ui/lingu.po)0
-rw-r--r--source/dgo/sw/source/ui/misc.po (renamed from translations/source/dgo/sw/source/ui/misc.po)0
-rw-r--r--source/dgo/sw/source/ui/ribbar.po (renamed from translations/source/dgo/sw/source/ui/ribbar.po)0
-rw-r--r--source/dgo/sw/source/ui/shells.po (renamed from translations/source/dgo/sw/source/ui/shells.po)0
-rw-r--r--source/dgo/sw/source/ui/smartmenu.po (renamed from translations/source/dgo/sw/source/ui/smartmenu.po)0
-rw-r--r--source/dgo/sw/source/ui/table.po (renamed from translations/source/dgo/sw/source/ui/table.po)0
-rw-r--r--source/dgo/sw/source/ui/uiview.po (renamed from translations/source/dgo/sw/source/ui/uiview.po)0
-rw-r--r--source/dgo/sw/source/ui/utlui.po (renamed from translations/source/dgo/sw/source/ui/utlui.po)0
-rw-r--r--source/dgo/sw/source/ui/web.po (renamed from translations/source/dgo/sw/source/ui/web.po)0
-rw-r--r--source/dgo/sw/source/ui/wrtsh.po (renamed from translations/source/dgo/sw/source/ui/wrtsh.po)0
-rw-r--r--source/dgo/swext/mediawiki/help.po (renamed from translations/source/dgo/swext/mediawiki/help.po)0
-rw-r--r--source/dgo/swext/mediawiki/src.po (renamed from translations/source/dgo/swext/mediawiki/src.po)0
-rw-r--r--source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/dgo/sysui/desktop/share.po (renamed from translations/source/dgo/sysui/desktop/share.po)0
-rw-r--r--source/dgo/uui/source.po (renamed from translations/source/dgo/uui/source.po)0
-rw-r--r--source/dgo/vcl/source/src.po (renamed from translations/source/dgo/vcl/source/src.po)0
-rw-r--r--source/dgo/wizards/source/euro.po (renamed from translations/source/dgo/wizards/source/euro.po)0
-rw-r--r--source/dgo/wizards/source/formwizard.po (renamed from translations/source/dgo/wizards/source/formwizard.po)0
-rw-r--r--source/dgo/wizards/source/importwizard.po (renamed from translations/source/dgo/wizards/source/importwizard.po)0
-rw-r--r--source/dgo/wizards/source/schedule.po (renamed from translations/source/dgo/wizards/source/schedule.po)0
-rw-r--r--source/dgo/wizards/source/template.po (renamed from translations/source/dgo/wizards/source/template.po)0
-rw-r--r--source/dgo/xmlsecurity/source/component.po (renamed from translations/source/dgo/xmlsecurity/source/component.po)0
-rw-r--r--source/dgo/xmlsecurity/source/dialogs.po (renamed from translations/source/dgo/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/dz/accessibility/source/helper.po (renamed from translations/source/dz/accessibility/source/helper.po)0
-rw-r--r--source/dz/avmedia/source/framework.po (renamed from translations/source/dz/avmedia/source/framework.po)0
-rw-r--r--source/dz/avmedia/source/viewer.po (renamed from translations/source/dz/avmedia/source/viewer.po)0
-rw-r--r--source/dz/basctl/source/basicide.po (renamed from translations/source/dz/basctl/source/basicide.po)0
-rw-r--r--source/dz/basctl/source/dlged.po (renamed from translations/source/dz/basctl/source/dlged.po)0
-rw-r--r--source/dz/basic/source/classes.po (renamed from translations/source/dz/basic/source/classes.po)0
-rw-r--r--source/dz/basic/source/sbx.po (renamed from translations/source/dz/basic/source/sbx.po)0
-rw-r--r--source/dz/chart2/source/controller/dialogs.po (renamed from translations/source/dz/chart2/source/controller/dialogs.po)0
-rw-r--r--source/dz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/dz/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/dz/connectivity/source/resource.po (renamed from translations/source/dz/connectivity/source/resource.po)0
-rw-r--r--source/dz/cui/source/customize.po (renamed from translations/source/dz/cui/source/customize.po)0
-rw-r--r--source/dz/cui/source/dialogs.po (renamed from translations/source/dz/cui/source/dialogs.po)0
-rw-r--r--source/dz/cui/source/options.po (renamed from translations/source/dz/cui/source/options.po)0
-rw-r--r--source/dz/cui/source/tabpages.po (renamed from translations/source/dz/cui/source/tabpages.po)0
-rw-r--r--source/dz/dbaccess/source/core/resource.po (renamed from translations/source/dz/dbaccess/source/core/resource.po)0
-rw-r--r--source/dz/dbaccess/source/ext/macromigration.po (renamed from translations/source/dz/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/dz/dbaccess/source/sdbtools/resource.po (renamed from translations/source/dz/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/dz/dbaccess/source/ui/app.po (renamed from translations/source/dz/dbaccess/source/ui/app.po)0
-rw-r--r--source/dz/dbaccess/source/ui/browser.po (renamed from translations/source/dz/dbaccess/source/ui/browser.po)0
-rw-r--r--source/dz/dbaccess/source/ui/control.po (renamed from translations/source/dz/dbaccess/source/ui/control.po)0
-rw-r--r--source/dz/dbaccess/source/ui/dlg.po (renamed from translations/source/dz/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/dz/dbaccess/source/ui/inc.po (renamed from translations/source/dz/dbaccess/source/ui/inc.po)0
-rw-r--r--source/dz/dbaccess/source/ui/misc.po (renamed from translations/source/dz/dbaccess/source/ui/misc.po)0
-rw-r--r--source/dz/dbaccess/source/ui/querydesign.po (renamed from translations/source/dz/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/dz/dbaccess/source/ui/relationdesign.po (renamed from translations/source/dz/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/dz/dbaccess/source/ui/tabledesign.po (renamed from translations/source/dz/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/dz/dbaccess/source/ui/uno.po (renamed from translations/source/dz/dbaccess/source/ui/uno.po)0
-rw-r--r--source/dz/desktop/source/app.po (renamed from translations/source/dz/desktop/source/app.po)0
-rw-r--r--source/dz/desktop/source/deployment/gui.po (renamed from translations/source/dz/desktop/source/deployment/gui.po)0
-rw-r--r--source/dz/desktop/source/deployment/manager.po (renamed from translations/source/dz/desktop/source/deployment/manager.po)0
-rw-r--r--source/dz/desktop/source/deployment/misc.po (renamed from translations/source/dz/desktop/source/deployment/misc.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry.po (renamed from translations/source/dz/desktop/source/deployment/registry.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/component.po (renamed from translations/source/dz/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/configuration.po (renamed from translations/source/dz/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/help.po (renamed from translations/source/dz/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/package.po (renamed from translations/source/dz/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/script.po (renamed from translations/source/dz/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/dz/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/dz/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/dz/desktop/source/deployment/unopkg.po (renamed from translations/source/dz/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/dz/dictionaries/af_ZA.po (renamed from translations/source/dz/dictionaries/af_ZA.po)0
-rw-r--r--source/dz/dictionaries/an_ES.po (renamed from translations/source/dz/dictionaries/an_ES.po)0
-rw-r--r--source/dz/dictionaries/ar.po (renamed from translations/source/dz/dictionaries/ar.po)0
-rw-r--r--source/dz/dictionaries/be_BY.po (renamed from translations/source/dz/dictionaries/be_BY.po)0
-rw-r--r--source/dz/dictionaries/bg_BG.po (renamed from translations/source/dz/dictionaries/bg_BG.po)0
-rw-r--r--source/dz/dictionaries/bn_BD.po (renamed from translations/source/dz/dictionaries/bn_BD.po)0
-rw-r--r--source/dz/dictionaries/br_FR.po (renamed from translations/source/dz/dictionaries/br_FR.po)0
-rw-r--r--source/dz/dictionaries/ca.po (renamed from translations/source/dz/dictionaries/ca.po)0
-rw-r--r--source/dz/dictionaries/cs_CZ.po (renamed from translations/source/dz/dictionaries/cs_CZ.po)0
-rw-r--r--source/dz/dictionaries/da_DK.po (renamed from translations/source/dz/dictionaries/da_DK.po)0
-rw-r--r--source/dz/dictionaries/de.po (renamed from translations/source/dz/dictionaries/de.po)0
-rw-r--r--source/dz/dictionaries/el_GR.po (renamed from translations/source/dz/dictionaries/el_GR.po)0
-rw-r--r--source/dz/dictionaries/en.po (renamed from translations/source/dz/dictionaries/en.po)0
-rw-r--r--source/dz/dictionaries/en/dialog.po (renamed from translations/source/dz/dictionaries/en/dialog.po)0
-rw-r--r--source/dz/dictionaries/es_ES.po (renamed from translations/source/dz/dictionaries/es_ES.po)0
-rw-r--r--source/dz/dictionaries/et_EE.po (renamed from translations/source/dz/dictionaries/et_EE.po)0
-rw-r--r--source/dz/dictionaries/fr_FR.po (renamed from translations/source/dz/dictionaries/fr_FR.po)0
-rw-r--r--source/dz/dictionaries/gd_GB.po (renamed from translations/source/dz/dictionaries/gd_GB.po)0
-rw-r--r--source/dz/dictionaries/gl.po (renamed from translations/source/dz/dictionaries/gl.po)0
-rw-r--r--source/dz/dictionaries/gu_IN.po (renamed from translations/source/dz/dictionaries/gu_IN.po)0
-rw-r--r--source/dz/dictionaries/he_IL.po (renamed from translations/source/dz/dictionaries/he_IL.po)0
-rw-r--r--source/dz/dictionaries/hi_IN.po (renamed from translations/source/dz/dictionaries/hi_IN.po)0
-rw-r--r--source/dz/dictionaries/hr_HR.po (renamed from translations/source/dz/dictionaries/hr_HR.po)0
-rw-r--r--source/dz/dictionaries/hu_HU.po (renamed from translations/source/dz/dictionaries/hu_HU.po)0
-rw-r--r--source/dz/dictionaries/hu_HU/dialog.po (renamed from translations/source/dz/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/dz/dictionaries/it_IT.po (renamed from translations/source/dz/dictionaries/it_IT.po)0
-rw-r--r--source/dz/dictionaries/ku_TR.po (renamed from translations/source/dz/dictionaries/ku_TR.po)0
-rw-r--r--source/dz/dictionaries/lt_LT.po (renamed from translations/source/dz/dictionaries/lt_LT.po)0
-rw-r--r--source/dz/dictionaries/lv_LV.po (renamed from translations/source/dz/dictionaries/lv_LV.po)0
-rw-r--r--source/dz/dictionaries/ne_NP.po (renamed from translations/source/dz/dictionaries/ne_NP.po)0
-rw-r--r--source/dz/dictionaries/nl_NL.po (renamed from translations/source/dz/dictionaries/nl_NL.po)0
-rw-r--r--source/dz/dictionaries/no.po (renamed from translations/source/dz/dictionaries/no.po)0
-rw-r--r--source/dz/dictionaries/oc_FR.po (renamed from translations/source/dz/dictionaries/oc_FR.po)0
-rw-r--r--source/dz/dictionaries/pl_PL.po (renamed from translations/source/dz/dictionaries/pl_PL.po)0
-rw-r--r--source/dz/dictionaries/pt_BR.po (renamed from translations/source/dz/dictionaries/pt_BR.po)0
-rw-r--r--source/dz/dictionaries/pt_PT.po (renamed from translations/source/dz/dictionaries/pt_PT.po)0
-rw-r--r--source/dz/dictionaries/ro.po (renamed from translations/source/dz/dictionaries/ro.po)0
-rw-r--r--source/dz/dictionaries/ru_RU.po (renamed from translations/source/dz/dictionaries/ru_RU.po)0
-rw-r--r--source/dz/dictionaries/ru_RU/dialog.po (renamed from translations/source/dz/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/dz/dictionaries/si_LK.po (renamed from translations/source/dz/dictionaries/si_LK.po)0
-rw-r--r--source/dz/dictionaries/sk_SK.po (renamed from translations/source/dz/dictionaries/sk_SK.po)0
-rw-r--r--source/dz/dictionaries/sl_SI.po (renamed from translations/source/dz/dictionaries/sl_SI.po)0
-rw-r--r--source/dz/dictionaries/sr.po (renamed from translations/source/dz/dictionaries/sr.po)0
-rw-r--r--source/dz/dictionaries/sv_SE.po (renamed from translations/source/dz/dictionaries/sv_SE.po)0
-rw-r--r--source/dz/dictionaries/sw_TZ.po (renamed from translations/source/dz/dictionaries/sw_TZ.po)0
-rw-r--r--source/dz/dictionaries/te_IN.po (renamed from translations/source/dz/dictionaries/te_IN.po)0
-rw-r--r--source/dz/dictionaries/th_TH.po (renamed from translations/source/dz/dictionaries/th_TH.po)0
-rw-r--r--source/dz/dictionaries/uk_UA.po (renamed from translations/source/dz/dictionaries/uk_UA.po)0
-rw-r--r--source/dz/dictionaries/vi.po (renamed from translations/source/dz/dictionaries/vi.po)0
-rw-r--r--source/dz/dictionaries/zu_ZA.po (renamed from translations/source/dz/dictionaries/zu_ZA.po)0
-rw-r--r--source/dz/editeng/source/accessibility.po (renamed from translations/source/dz/editeng/source/accessibility.po)0
-rw-r--r--source/dz/editeng/source/editeng.po (renamed from translations/source/dz/editeng/source/editeng.po)0
-rw-r--r--source/dz/editeng/source/items.po (renamed from translations/source/dz/editeng/source/items.po)0
-rw-r--r--source/dz/editeng/source/misc.po (renamed from translations/source/dz/editeng/source/misc.po)0
-rw-r--r--source/dz/editeng/source/outliner.po (renamed from translations/source/dz/editeng/source/outliner.po)0
-rw-r--r--source/dz/extensions/source/abpilot.po (renamed from translations/source/dz/extensions/source/abpilot.po)0
-rw-r--r--source/dz/extensions/source/bibliography.po (renamed from translations/source/dz/extensions/source/bibliography.po)0
-rw-r--r--source/dz/extensions/source/dbpilots.po (renamed from translations/source/dz/extensions/source/dbpilots.po)0
-rw-r--r--source/dz/extensions/source/propctrlr.po (renamed from translations/source/dz/extensions/source/propctrlr.po)0
-rw-r--r--source/dz/extensions/source/scanner.po (renamed from translations/source/dz/extensions/source/scanner.po)0
-rw-r--r--source/dz/extensions/source/update/check.po (renamed from translations/source/dz/extensions/source/update/check.po)0
-rw-r--r--source/dz/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/dz/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/dz/filter/source/config/fragments/filters.po (renamed from translations/source/dz/filter/source/config/fragments/filters.po)0
-rw-r--r--source/dz/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/dz/filter/source/config/fragments/types.po (renamed from translations/source/dz/filter/source/config/fragments/types.po)0
-rw-r--r--source/dz/filter/source/flash.po (renamed from translations/source/dz/filter/source/flash.po)0
-rw-r--r--source/dz/filter/source/graphicfilter/eps.po (renamed from translations/source/dz/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/dz/filter/source/pdf.po (renamed from translations/source/dz/filter/source/pdf.po)0
-rw-r--r--source/dz/filter/source/t602.po (renamed from translations/source/dz/filter/source/t602.po)0
-rw-r--r--source/dz/filter/source/xsltdialog.po (renamed from translations/source/dz/filter/source/xsltdialog.po)0
-rw-r--r--source/dz/forms/source/resource.po (renamed from translations/source/dz/forms/source/resource.po)0
-rw-r--r--source/dz/formula/source/core/resource.po (renamed from translations/source/dz/formula/source/core/resource.po)0
-rw-r--r--source/dz/formula/source/ui/dlg.po (renamed from translations/source/dz/formula/source/ui/dlg.po)0
-rw-r--r--source/dz/fpicker/source/office.po (renamed from translations/source/dz/fpicker/source/office.po)0
-rw-r--r--source/dz/framework/source/classes.po (renamed from translations/source/dz/framework/source/classes.po)0
-rw-r--r--source/dz/framework/source/services.po (renamed from translations/source/dz/framework/source/services.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/dz/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/dz/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc.po (renamed from translations/source/dz/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/00.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/02.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/04.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/05.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/dz/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/schart.po (renamed from translations/source/dz/helpcontent2/source/text/schart.po)0
-rw-r--r--source/dz/helpcontent2/source/text/schart/00.po (renamed from translations/source/dz/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/schart/01.po (renamed from translations/source/dz/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/schart/02.po (renamed from translations/source/dz/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/schart/04.po (renamed from translations/source/dz/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sdraw.po (renamed from translations/source/dz/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/dz/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/dz/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/dz/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/dz/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared.po (renamed from translations/source/dz/helpcontent2/source/text/shared.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po (renamed from translations/source/dz/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po (renamed from translations/source/dz/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po (renamed from translations/source/dz/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/04.po (renamed from translations/source/dz/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/05.po (renamed from translations/source/dz/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/07.po (renamed from translations/source/dz/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/dz/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/dz/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/dz/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po (renamed from translations/source/dz/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/dz/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress.po (renamed from translations/source/dz/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress/00.po (renamed from translations/source/dz/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress/01.po (renamed from translations/source/dz/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress/02.po (renamed from translations/source/dz/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress/04.po (renamed from translations/source/dz/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/dz/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath.po (renamed from translations/source/dz/helpcontent2/source/text/smath.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath/00.po (renamed from translations/source/dz/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath/01.po (renamed from translations/source/dz/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath/02.po (renamed from translations/source/dz/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath/04.po (renamed from translations/source/dz/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/smath/guide.po (renamed from translations/source/dz/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po (renamed from translations/source/dz/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po (renamed from translations/source/dz/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po (renamed from translations/source/dz/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter/02.po (renamed from translations/source/dz/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter/04.po (renamed from translations/source/dz/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/dz/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/dz/mysqlc/source.po (renamed from translations/source/dz/mysqlc/source.po)0
-rw-r--r--source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/dz/nlpsolver/src/locale.po (renamed from translations/source/dz/nlpsolver/src/locale.po)0
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/dz/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/dz/padmin/source.po (renamed from translations/source/dz/padmin/source.po)0
-rw-r--r--source/dz/readlicense_oo/docs/readme.po (renamed from translations/source/dz/readlicense_oo/docs/readme.po)0
-rw-r--r--source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/dz/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/dz/reportbuilder/util.po (renamed from translations/source/dz/reportbuilder/util.po)0
-rw-r--r--source/dz/reportdesign/source/core/resource.po (renamed from translations/source/dz/reportdesign/source/core/resource.po)0
-rw-r--r--source/dz/reportdesign/source/ui/dlg.po (renamed from translations/source/dz/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/dz/reportdesign/source/ui/inspection.po (renamed from translations/source/dz/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/dz/reportdesign/source/ui/report.po (renamed from translations/source/dz/reportdesign/source/ui/report.po)0
-rw-r--r--source/dz/sc/source/core/src.po (renamed from translations/source/dz/sc/source/core/src.po)0
-rw-r--r--source/dz/sc/source/ui/cctrl.po (renamed from translations/source/dz/sc/source/ui/cctrl.po)0
-rw-r--r--source/dz/sc/source/ui/dbgui.po (renamed from translations/source/dz/sc/source/ui/dbgui.po)0
-rw-r--r--source/dz/sc/source/ui/docshell.po (renamed from translations/source/dz/sc/source/ui/docshell.po)0
-rw-r--r--source/dz/sc/source/ui/drawfunc.po (renamed from translations/source/dz/sc/source/ui/drawfunc.po)0
-rw-r--r--source/dz/sc/source/ui/formdlg.po (renamed from translations/source/dz/sc/source/ui/formdlg.po)0
-rw-r--r--source/dz/sc/source/ui/miscdlgs.po (renamed from translations/source/dz/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/dz/sc/source/ui/navipi.po (renamed from translations/source/dz/sc/source/ui/navipi.po)0
-rw-r--r--source/dz/sc/source/ui/optdlg.po (renamed from translations/source/dz/sc/source/ui/optdlg.po)0
-rw-r--r--source/dz/sc/source/ui/pagedlg.po (renamed from translations/source/dz/sc/source/ui/pagedlg.po)0
-rw-r--r--source/dz/sc/source/ui/src.po (renamed from translations/source/dz/sc/source/ui/src.po)0
-rw-r--r--source/dz/sc/source/ui/styleui.po (renamed from translations/source/dz/sc/source/ui/styleui.po)0
-rw-r--r--source/dz/scaddins/source/analysis.po (renamed from translations/source/dz/scaddins/source/analysis.po)0
-rw-r--r--source/dz/scaddins/source/datefunc.po (renamed from translations/source/dz/scaddins/source/datefunc.po)0
-rw-r--r--source/dz/sccomp/source/solver.po (renamed from translations/source/dz/sccomp/source/solver.po)0
-rw-r--r--source/dz/scp2/source/accessories.po (renamed from translations/source/dz/scp2/source/accessories.po)0
-rw-r--r--source/dz/scp2/source/activex.po (renamed from translations/source/dz/scp2/source/activex.po)0
-rw-r--r--source/dz/scp2/source/base.po (renamed from translations/source/dz/scp2/source/base.po)0
-rw-r--r--source/dz/scp2/source/binfilter.po (renamed from translations/source/dz/scp2/source/binfilter.po)0
-rw-r--r--source/dz/scp2/source/calc.po (renamed from translations/source/dz/scp2/source/calc.po)0
-rw-r--r--source/dz/scp2/source/draw.po (renamed from translations/source/dz/scp2/source/draw.po)0
-rw-r--r--source/dz/scp2/source/extensions.po (renamed from translations/source/dz/scp2/source/extensions.po)0
-rw-r--r--source/dz/scp2/source/gnome.po (renamed from translations/source/dz/scp2/source/gnome.po)0
-rw-r--r--source/dz/scp2/source/graphicfilter.po (renamed from translations/source/dz/scp2/source/graphicfilter.po)0
-rw-r--r--source/dz/scp2/source/impress.po (renamed from translations/source/dz/scp2/source/impress.po)0
-rw-r--r--source/dz/scp2/source/javafilter.po (renamed from translations/source/dz/scp2/source/javafilter.po)0
-rw-r--r--source/dz/scp2/source/kde.po (renamed from translations/source/dz/scp2/source/kde.po)0
-rw-r--r--source/dz/scp2/source/math.po (renamed from translations/source/dz/scp2/source/math.po)0
-rw-r--r--source/dz/scp2/source/onlineupdate.po (renamed from translations/source/dz/scp2/source/onlineupdate.po)0
-rw-r--r--source/dz/scp2/source/ooo.po (renamed from translations/source/dz/scp2/source/ooo.po)0
-rw-r--r--source/dz/scp2/source/python.po (renamed from translations/source/dz/scp2/source/python.po)0
-rw-r--r--source/dz/scp2/source/quickstart.po (renamed from translations/source/dz/scp2/source/quickstart.po)0
-rw-r--r--source/dz/scp2/source/sdkoo.po (renamed from translations/source/dz/scp2/source/sdkoo.po)0
-rw-r--r--source/dz/scp2/source/smoketest.po (renamed from translations/source/dz/scp2/source/smoketest.po)0
-rw-r--r--source/dz/scp2/source/stdlibs.po (renamed from translations/source/dz/scp2/source/stdlibs.po)0
-rw-r--r--source/dz/scp2/source/tde.po (renamed from translations/source/dz/scp2/source/tde.po)0
-rw-r--r--source/dz/scp2/source/winexplorerext.po (renamed from translations/source/dz/scp2/source/winexplorerext.po)0
-rw-r--r--source/dz/scp2/source/writer.po (renamed from translations/source/dz/scp2/source/writer.po)0
-rw-r--r--source/dz/scp2/source/xsltfilter.po (renamed from translations/source/dz/scp2/source/xsltfilter.po)0
-rw-r--r--source/dz/scripting/source/pyprov.po (renamed from translations/source/dz/scripting/source/pyprov.po)0
-rw-r--r--source/dz/sd/source/core.po (renamed from translations/source/dz/sd/source/core.po)0
-rw-r--r--source/dz/sd/source/filter/html.po (renamed from translations/source/dz/sd/source/filter/html.po)0
-rw-r--r--source/dz/sd/source/ui/accessibility.po (renamed from translations/source/dz/sd/source/ui/accessibility.po)0
-rw-r--r--source/dz/sd/source/ui/animations.po (renamed from translations/source/dz/sd/source/ui/animations.po)0
-rw-r--r--source/dz/sd/source/ui/annotations.po (renamed from translations/source/dz/sd/source/ui/annotations.po)0
-rw-r--r--source/dz/sd/source/ui/app.po (renamed from translations/source/dz/sd/source/ui/app.po)0
-rw-r--r--source/dz/sd/source/ui/dlg.po (renamed from translations/source/dz/sd/source/ui/dlg.po)0
-rw-r--r--source/dz/sd/source/ui/slideshow.po (renamed from translations/source/dz/sd/source/ui/slideshow.po)0
-rw-r--r--source/dz/sd/source/ui/table.po (renamed from translations/source/dz/sd/source/ui/table.po)0
-rw-r--r--source/dz/sd/source/ui/view.po (renamed from translations/source/dz/sd/source/ui/view.po)0
-rw-r--r--source/dz/sdext/source/minimizer.po (renamed from translations/source/dz/sdext/source/minimizer.po)0
-rw-r--r--source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/dz/sdext/source/pdfimport.po (renamed from translations/source/dz/sdext/source/pdfimport.po)0
-rw-r--r--source/dz/sdext/source/presenter.po (renamed from translations/source/dz/sdext/source/presenter.po)0
-rw-r--r--source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/dz/setup_native/source/mac.po (renamed from translations/source/dz/setup_native/source/mac.po)0
-rw-r--r--source/dz/sfx2/source/appl.po (renamed from translations/source/dz/sfx2/source/appl.po)0
-rw-r--r--source/dz/sfx2/source/bastyp.po (renamed from translations/source/dz/sfx2/source/bastyp.po)0
-rw-r--r--source/dz/sfx2/source/dialog.po (renamed from translations/source/dz/sfx2/source/dialog.po)0
-rw-r--r--source/dz/sfx2/source/doc.po (renamed from translations/source/dz/sfx2/source/doc.po)0
-rw-r--r--source/dz/sfx2/source/menu.po (renamed from translations/source/dz/sfx2/source/menu.po)0
-rw-r--r--source/dz/sfx2/source/view.po (renamed from translations/source/dz/sfx2/source/view.po)0
-rw-r--r--source/dz/shell/source/win32/shlxthandler/res.po (renamed from translations/source/dz/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/dz/starmath/source.po (renamed from translations/source/dz/starmath/source.po)0
-rw-r--r--source/dz/svl/source/items.po (renamed from translations/source/dz/svl/source/items.po)0
-rw-r--r--source/dz/svl/source/misc.po (renamed from translations/source/dz/svl/source/misc.po)0
-rw-r--r--source/dz/svtools/source/contnr.po (renamed from translations/source/dz/svtools/source/contnr.po)0
-rw-r--r--source/dz/svtools/source/control.po (renamed from translations/source/dz/svtools/source/control.po)0
-rw-r--r--source/dz/svtools/source/dialogs.po (renamed from translations/source/dz/svtools/source/dialogs.po)0
-rw-r--r--source/dz/svtools/source/filter.po (renamed from translations/source/dz/svtools/source/filter.po)0
-rw-r--r--source/dz/svtools/source/java.po (renamed from translations/source/dz/svtools/source/java.po)0
-rw-r--r--source/dz/svtools/source/misc.po (renamed from translations/source/dz/svtools/source/misc.po)0
-rw-r--r--source/dz/svtools/source/toolpanel.po (renamed from translations/source/dz/svtools/source/toolpanel.po)0
-rw-r--r--source/dz/svtools/workben/unodialog.po (renamed from translations/source/dz/svtools/workben/unodialog.po)0
-rw-r--r--source/dz/svx/inc.po (renamed from translations/source/dz/svx/inc.po)0
-rw-r--r--source/dz/svx/source/accessibility.po (renamed from translations/source/dz/svx/source/accessibility.po)0
-rw-r--r--source/dz/svx/source/dialog.po (renamed from translations/source/dz/svx/source/dialog.po)0
-rw-r--r--source/dz/svx/source/engine3d.po (renamed from translations/source/dz/svx/source/engine3d.po)0
-rw-r--r--source/dz/svx/source/fmcomp.po (renamed from translations/source/dz/svx/source/fmcomp.po)0
-rw-r--r--source/dz/svx/source/form.po (renamed from translations/source/dz/svx/source/form.po)0
-rw-r--r--source/dz/svx/source/gallery2.po (renamed from translations/source/dz/svx/source/gallery2.po)0
-rw-r--r--source/dz/svx/source/items.po (renamed from translations/source/dz/svx/source/items.po)0
-rw-r--r--source/dz/svx/source/src.po (renamed from translations/source/dz/svx/source/src.po)0
-rw-r--r--source/dz/svx/source/stbctrls.po (renamed from translations/source/dz/svx/source/stbctrls.po)0
-rw-r--r--source/dz/svx/source/svdraw.po (renamed from translations/source/dz/svx/source/svdraw.po)0
-rw-r--r--source/dz/svx/source/table.po (renamed from translations/source/dz/svx/source/table.po)0
-rw-r--r--source/dz/svx/source/tbxctrls.po (renamed from translations/source/dz/svx/source/tbxctrls.po)0
-rw-r--r--source/dz/svx/source/toolbars.po (renamed from translations/source/dz/svx/source/toolbars.po)0
-rw-r--r--source/dz/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/dz/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/dz/sw/source/core/layout.po (renamed from translations/source/dz/sw/source/core/layout.po)0
-rw-r--r--source/dz/sw/source/core/undo.po (renamed from translations/source/dz/sw/source/core/undo.po)0
-rw-r--r--source/dz/sw/source/core/unocore.po (renamed from translations/source/dz/sw/source/core/unocore.po)0
-rw-r--r--source/dz/sw/source/ui/app.po (renamed from translations/source/dz/sw/source/ui/app.po)0
-rw-r--r--source/dz/sw/source/ui/chrdlg.po (renamed from translations/source/dz/sw/source/ui/chrdlg.po)0
-rw-r--r--source/dz/sw/source/ui/config.po (renamed from translations/source/dz/sw/source/ui/config.po)0
-rw-r--r--source/dz/sw/source/ui/dbui.po (renamed from translations/source/dz/sw/source/ui/dbui.po)0
-rw-r--r--source/dz/sw/source/ui/dialog.po (renamed from translations/source/dz/sw/source/ui/dialog.po)0
-rw-r--r--source/dz/sw/source/ui/dochdl.po (renamed from translations/source/dz/sw/source/ui/dochdl.po)0
-rw-r--r--source/dz/sw/source/ui/docvw.po (renamed from translations/source/dz/sw/source/ui/docvw.po)0
-rw-r--r--source/dz/sw/source/ui/envelp.po (renamed from translations/source/dz/sw/source/ui/envelp.po)0
-rw-r--r--source/dz/sw/source/ui/fldui.po (renamed from translations/source/dz/sw/source/ui/fldui.po)0
-rw-r--r--source/dz/sw/source/ui/fmtui.po (renamed from translations/source/dz/sw/source/ui/fmtui.po)0
-rw-r--r--source/dz/sw/source/ui/frmdlg.po (renamed from translations/source/dz/sw/source/ui/frmdlg.po)0
-rw-r--r--source/dz/sw/source/ui/globdoc.po (renamed from translations/source/dz/sw/source/ui/globdoc.po)0
-rw-r--r--source/dz/sw/source/ui/index.po (renamed from translations/source/dz/sw/source/ui/index.po)0
-rw-r--r--source/dz/sw/source/ui/lingu.po (renamed from translations/source/dz/sw/source/ui/lingu.po)0
-rw-r--r--source/dz/sw/source/ui/misc.po (renamed from translations/source/dz/sw/source/ui/misc.po)0
-rw-r--r--source/dz/sw/source/ui/ribbar.po (renamed from translations/source/dz/sw/source/ui/ribbar.po)0
-rw-r--r--source/dz/sw/source/ui/shells.po (renamed from translations/source/dz/sw/source/ui/shells.po)0
-rw-r--r--source/dz/sw/source/ui/smartmenu.po (renamed from translations/source/dz/sw/source/ui/smartmenu.po)0
-rw-r--r--source/dz/sw/source/ui/table.po (renamed from translations/source/dz/sw/source/ui/table.po)0
-rw-r--r--source/dz/sw/source/ui/uiview.po (renamed from translations/source/dz/sw/source/ui/uiview.po)0
-rw-r--r--source/dz/sw/source/ui/utlui.po (renamed from translations/source/dz/sw/source/ui/utlui.po)0
-rw-r--r--source/dz/sw/source/ui/web.po (renamed from translations/source/dz/sw/source/ui/web.po)0
-rw-r--r--source/dz/sw/source/ui/wrtsh.po (renamed from translations/source/dz/sw/source/ui/wrtsh.po)0
-rw-r--r--source/dz/swext/mediawiki/help.po (renamed from translations/source/dz/swext/mediawiki/help.po)0
-rw-r--r--source/dz/swext/mediawiki/src.po (renamed from translations/source/dz/swext/mediawiki/src.po)0
-rw-r--r--source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/dz/sysui/desktop/share.po (renamed from translations/source/dz/sysui/desktop/share.po)0
-rw-r--r--source/dz/uui/source.po (renamed from translations/source/dz/uui/source.po)0
-rw-r--r--source/dz/vcl/source/src.po (renamed from translations/source/dz/vcl/source/src.po)0
-rw-r--r--source/dz/wizards/source/euro.po (renamed from translations/source/dz/wizards/source/euro.po)0
-rw-r--r--source/dz/wizards/source/formwizard.po (renamed from translations/source/dz/wizards/source/formwizard.po)0
-rw-r--r--source/dz/wizards/source/importwizard.po (renamed from translations/source/dz/wizards/source/importwizard.po)0
-rw-r--r--source/dz/wizards/source/schedule.po (renamed from translations/source/dz/wizards/source/schedule.po)0
-rw-r--r--source/dz/wizards/source/template.po (renamed from translations/source/dz/wizards/source/template.po)0
-rw-r--r--source/dz/xmlsecurity/source/component.po (renamed from translations/source/dz/xmlsecurity/source/component.po)0
-rw-r--r--source/dz/xmlsecurity/source/dialogs.po (renamed from translations/source/dz/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/el/accessibility/source/helper.po (renamed from translations/source/el/accessibility/source/helper.po)0
-rw-r--r--source/el/avmedia/source/framework.po (renamed from translations/source/el/avmedia/source/framework.po)0
-rw-r--r--source/el/avmedia/source/viewer.po (renamed from translations/source/el/avmedia/source/viewer.po)0
-rw-r--r--source/el/basctl/source/basicide.po (renamed from translations/source/el/basctl/source/basicide.po)0
-rw-r--r--source/el/basctl/source/dlged.po (renamed from translations/source/el/basctl/source/dlged.po)0
-rw-r--r--source/el/basic/source/classes.po (renamed from translations/source/el/basic/source/classes.po)0
-rw-r--r--source/el/basic/source/sbx.po (renamed from translations/source/el/basic/source/sbx.po)0
-rw-r--r--source/el/chart2/source/controller/dialogs.po (renamed from translations/source/el/chart2/source/controller/dialogs.po)0
-rw-r--r--source/el/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/el/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/el/connectivity/source/resource.po (renamed from translations/source/el/connectivity/source/resource.po)0
-rw-r--r--source/el/cui/source/customize.po (renamed from translations/source/el/cui/source/customize.po)0
-rw-r--r--source/el/cui/source/dialogs.po (renamed from translations/source/el/cui/source/dialogs.po)0
-rw-r--r--source/el/cui/source/options.po (renamed from translations/source/el/cui/source/options.po)0
-rw-r--r--source/el/cui/source/tabpages.po (renamed from translations/source/el/cui/source/tabpages.po)0
-rw-r--r--source/el/dbaccess/source/core/resource.po (renamed from translations/source/el/dbaccess/source/core/resource.po)0
-rw-r--r--source/el/dbaccess/source/ext/macromigration.po (renamed from translations/source/el/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/el/dbaccess/source/sdbtools/resource.po (renamed from translations/source/el/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/el/dbaccess/source/ui/app.po (renamed from translations/source/el/dbaccess/source/ui/app.po)0
-rw-r--r--source/el/dbaccess/source/ui/browser.po (renamed from translations/source/el/dbaccess/source/ui/browser.po)0
-rw-r--r--source/el/dbaccess/source/ui/control.po (renamed from translations/source/el/dbaccess/source/ui/control.po)0
-rw-r--r--source/el/dbaccess/source/ui/dlg.po (renamed from translations/source/el/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/el/dbaccess/source/ui/inc.po (renamed from translations/source/el/dbaccess/source/ui/inc.po)0
-rw-r--r--source/el/dbaccess/source/ui/misc.po (renamed from translations/source/el/dbaccess/source/ui/misc.po)0
-rw-r--r--source/el/dbaccess/source/ui/querydesign.po (renamed from translations/source/el/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/el/dbaccess/source/ui/relationdesign.po (renamed from translations/source/el/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/el/dbaccess/source/ui/tabledesign.po (renamed from translations/source/el/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/el/dbaccess/source/ui/uno.po (renamed from translations/source/el/dbaccess/source/ui/uno.po)0
-rw-r--r--source/el/desktop/source/app.po (renamed from translations/source/el/desktop/source/app.po)0
-rw-r--r--source/el/desktop/source/deployment/gui.po (renamed from translations/source/el/desktop/source/deployment/gui.po)0
-rw-r--r--source/el/desktop/source/deployment/manager.po (renamed from translations/source/el/desktop/source/deployment/manager.po)0
-rw-r--r--source/el/desktop/source/deployment/misc.po (renamed from translations/source/el/desktop/source/deployment/misc.po)0
-rw-r--r--source/el/desktop/source/deployment/registry.po (renamed from translations/source/el/desktop/source/deployment/registry.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/component.po (renamed from translations/source/el/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/configuration.po (renamed from translations/source/el/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/help.po (renamed from translations/source/el/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/package.po (renamed from translations/source/el/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/script.po (renamed from translations/source/el/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/el/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/el/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/el/desktop/source/deployment/unopkg.po (renamed from translations/source/el/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/el/dictionaries/af_ZA.po (renamed from translations/source/el/dictionaries/af_ZA.po)0
-rw-r--r--source/el/dictionaries/an_ES.po (renamed from translations/source/el/dictionaries/an_ES.po)0
-rw-r--r--source/el/dictionaries/ar.po (renamed from translations/source/el/dictionaries/ar.po)0
-rw-r--r--source/el/dictionaries/be_BY.po (renamed from translations/source/el/dictionaries/be_BY.po)0
-rw-r--r--source/el/dictionaries/bg_BG.po (renamed from translations/source/el/dictionaries/bg_BG.po)0
-rw-r--r--source/el/dictionaries/bn_BD.po (renamed from translations/source/el/dictionaries/bn_BD.po)0
-rw-r--r--source/el/dictionaries/br_FR.po (renamed from translations/source/el/dictionaries/br_FR.po)0
-rw-r--r--source/el/dictionaries/ca.po (renamed from translations/source/el/dictionaries/ca.po)0
-rw-r--r--source/el/dictionaries/cs_CZ.po (renamed from translations/source/el/dictionaries/cs_CZ.po)0
-rw-r--r--source/el/dictionaries/da_DK.po (renamed from translations/source/el/dictionaries/da_DK.po)0
-rw-r--r--source/el/dictionaries/de.po (renamed from translations/source/el/dictionaries/de.po)0
-rw-r--r--source/el/dictionaries/el_GR.po (renamed from translations/source/el/dictionaries/el_GR.po)0
-rw-r--r--source/el/dictionaries/en.po (renamed from translations/source/el/dictionaries/en.po)0
-rw-r--r--source/el/dictionaries/en/dialog.po (renamed from translations/source/el/dictionaries/en/dialog.po)0
-rw-r--r--source/el/dictionaries/es_ES.po (renamed from translations/source/el/dictionaries/es_ES.po)0
-rw-r--r--source/el/dictionaries/et_EE.po (renamed from translations/source/el/dictionaries/et_EE.po)0
-rw-r--r--source/el/dictionaries/fr_FR.po (renamed from translations/source/el/dictionaries/fr_FR.po)0
-rw-r--r--source/el/dictionaries/gd_GB.po (renamed from translations/source/el/dictionaries/gd_GB.po)0
-rw-r--r--source/el/dictionaries/gl.po (renamed from translations/source/el/dictionaries/gl.po)0
-rw-r--r--source/el/dictionaries/gu_IN.po (renamed from translations/source/el/dictionaries/gu_IN.po)0
-rw-r--r--source/el/dictionaries/he_IL.po (renamed from translations/source/el/dictionaries/he_IL.po)0
-rw-r--r--source/el/dictionaries/hi_IN.po (renamed from translations/source/el/dictionaries/hi_IN.po)0
-rw-r--r--source/el/dictionaries/hr_HR.po (renamed from translations/source/el/dictionaries/hr_HR.po)0
-rw-r--r--source/el/dictionaries/hu_HU.po (renamed from translations/source/el/dictionaries/hu_HU.po)0
-rw-r--r--source/el/dictionaries/hu_HU/dialog.po (renamed from translations/source/el/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/el/dictionaries/it_IT.po (renamed from translations/source/el/dictionaries/it_IT.po)0
-rw-r--r--source/el/dictionaries/ku_TR.po (renamed from translations/source/el/dictionaries/ku_TR.po)0
-rw-r--r--source/el/dictionaries/lt_LT.po (renamed from translations/source/el/dictionaries/lt_LT.po)0
-rw-r--r--source/el/dictionaries/lv_LV.po (renamed from translations/source/el/dictionaries/lv_LV.po)0
-rw-r--r--source/el/dictionaries/ne_NP.po (renamed from translations/source/el/dictionaries/ne_NP.po)0
-rw-r--r--source/el/dictionaries/nl_NL.po (renamed from translations/source/el/dictionaries/nl_NL.po)0
-rw-r--r--source/el/dictionaries/no.po (renamed from translations/source/el/dictionaries/no.po)0
-rw-r--r--source/el/dictionaries/oc_FR.po (renamed from translations/source/el/dictionaries/oc_FR.po)0
-rw-r--r--source/el/dictionaries/pl_PL.po (renamed from translations/source/el/dictionaries/pl_PL.po)0
-rw-r--r--source/el/dictionaries/pt_BR.po (renamed from translations/source/el/dictionaries/pt_BR.po)0
-rw-r--r--source/el/dictionaries/pt_PT.po (renamed from translations/source/el/dictionaries/pt_PT.po)0
-rw-r--r--source/el/dictionaries/ro.po (renamed from translations/source/el/dictionaries/ro.po)0
-rw-r--r--source/el/dictionaries/ru_RU.po (renamed from translations/source/el/dictionaries/ru_RU.po)0
-rw-r--r--source/el/dictionaries/ru_RU/dialog.po (renamed from translations/source/el/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/el/dictionaries/si_LK.po (renamed from translations/source/el/dictionaries/si_LK.po)0
-rw-r--r--source/el/dictionaries/sk_SK.po (renamed from translations/source/el/dictionaries/sk_SK.po)0
-rw-r--r--source/el/dictionaries/sl_SI.po (renamed from translations/source/el/dictionaries/sl_SI.po)0
-rw-r--r--source/el/dictionaries/sr.po (renamed from translations/source/el/dictionaries/sr.po)0
-rw-r--r--source/el/dictionaries/sv_SE.po (renamed from translations/source/el/dictionaries/sv_SE.po)0
-rw-r--r--source/el/dictionaries/sw_TZ.po (renamed from translations/source/el/dictionaries/sw_TZ.po)0
-rw-r--r--source/el/dictionaries/te_IN.po (renamed from translations/source/el/dictionaries/te_IN.po)0
-rw-r--r--source/el/dictionaries/th_TH.po (renamed from translations/source/el/dictionaries/th_TH.po)0
-rw-r--r--source/el/dictionaries/uk_UA.po (renamed from translations/source/el/dictionaries/uk_UA.po)0
-rw-r--r--source/el/dictionaries/vi.po (renamed from translations/source/el/dictionaries/vi.po)0
-rw-r--r--source/el/dictionaries/zu_ZA.po (renamed from translations/source/el/dictionaries/zu_ZA.po)0
-rw-r--r--source/el/editeng/source/accessibility.po (renamed from translations/source/el/editeng/source/accessibility.po)0
-rw-r--r--source/el/editeng/source/editeng.po (renamed from translations/source/el/editeng/source/editeng.po)0
-rw-r--r--source/el/editeng/source/items.po (renamed from translations/source/el/editeng/source/items.po)0
-rw-r--r--source/el/editeng/source/misc.po (renamed from translations/source/el/editeng/source/misc.po)0
-rw-r--r--source/el/editeng/source/outliner.po (renamed from translations/source/el/editeng/source/outliner.po)0
-rw-r--r--source/el/extensions/source/abpilot.po (renamed from translations/source/el/extensions/source/abpilot.po)0
-rw-r--r--source/el/extensions/source/bibliography.po (renamed from translations/source/el/extensions/source/bibliography.po)0
-rw-r--r--source/el/extensions/source/dbpilots.po (renamed from translations/source/el/extensions/source/dbpilots.po)0
-rw-r--r--source/el/extensions/source/propctrlr.po (renamed from translations/source/el/extensions/source/propctrlr.po)0
-rw-r--r--source/el/extensions/source/scanner.po (renamed from translations/source/el/extensions/source/scanner.po)0
-rw-r--r--source/el/extensions/source/update/check.po (renamed from translations/source/el/extensions/source/update/check.po)0
-rw-r--r--source/el/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/el/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/el/filter/source/config/fragments/filters.po (renamed from translations/source/el/filter/source/config/fragments/filters.po)0
-rw-r--r--source/el/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/el/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/el/filter/source/config/fragments/types.po (renamed from translations/source/el/filter/source/config/fragments/types.po)0
-rw-r--r--source/el/filter/source/flash.po (renamed from translations/source/el/filter/source/flash.po)0
-rw-r--r--source/el/filter/source/graphicfilter/eps.po (renamed from translations/source/el/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/el/filter/source/pdf.po (renamed from translations/source/el/filter/source/pdf.po)0
-rw-r--r--source/el/filter/source/t602.po (renamed from translations/source/el/filter/source/t602.po)0
-rw-r--r--source/el/filter/source/xsltdialog.po (renamed from translations/source/el/filter/source/xsltdialog.po)0
-rw-r--r--source/el/forms/source/resource.po (renamed from translations/source/el/forms/source/resource.po)0
-rw-r--r--source/el/formula/source/core/resource.po (renamed from translations/source/el/formula/source/core/resource.po)0
-rw-r--r--source/el/formula/source/ui/dlg.po (renamed from translations/source/el/formula/source/ui/dlg.po)0
-rw-r--r--source/el/fpicker/source/office.po (renamed from translations/source/el/fpicker/source/office.po)0
-rw-r--r--source/el/framework/source/classes.po (renamed from translations/source/el/framework/source/classes.po)0
-rw-r--r--source/el/framework/source/services.po (renamed from translations/source/el/framework/source/services.po)0
-rw-r--r--source/el/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/el/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/el/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/el/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/el/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc.po (renamed from translations/source/el/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po (renamed from translations/source/el/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po (renamed from translations/source/el/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/02.po (renamed from translations/source/el/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/04.po (renamed from translations/source/el/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/05.po (renamed from translations/source/el/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/el/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/schart.po (renamed from translations/source/el/helpcontent2/source/text/schart.po)0
-rw-r--r--source/el/helpcontent2/source/text/schart/00.po (renamed from translations/source/el/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/schart/01.po (renamed from translations/source/el/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/schart/02.po (renamed from translations/source/el/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/schart/04.po (renamed from translations/source/el/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/sdraw.po (renamed from translations/source/el/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/el/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/el/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/el/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/el/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/el/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared.po (renamed from translations/source/el/helpcontent2/source/text/shared.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po (renamed from translations/source/el/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po (renamed from translations/source/el/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po (renamed from translations/source/el/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/04.po (renamed from translations/source/el/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/05.po (renamed from translations/source/el/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/07.po (renamed from translations/source/el/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/el/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/el/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/el/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po (renamed from translations/source/el/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/el/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress.po (renamed from translations/source/el/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress/00.po (renamed from translations/source/el/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po (renamed from translations/source/el/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress/02.po (renamed from translations/source/el/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress/04.po (renamed from translations/source/el/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/el/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath.po (renamed from translations/source/el/helpcontent2/source/text/smath.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath/00.po (renamed from translations/source/el/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath/01.po (renamed from translations/source/el/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath/02.po (renamed from translations/source/el/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath/04.po (renamed from translations/source/el/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/smath/guide.po (renamed from translations/source/el/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter.po (renamed from translations/source/el/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po (renamed from translations/source/el/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po (renamed from translations/source/el/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter/02.po (renamed from translations/source/el/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter/04.po (renamed from translations/source/el/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/el/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/el/mysqlc/source.po (renamed from translations/source/el/mysqlc/source.po)0
-rw-r--r--source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/el/nlpsolver/src/locale.po (renamed from translations/source/el/nlpsolver/src/locale.po)0
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/el/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/el/padmin/source.po (renamed from translations/source/el/padmin/source.po)0
-rw-r--r--source/el/readlicense_oo/docs/readme.po (renamed from translations/source/el/readlicense_oo/docs/readme.po)0
-rw-r--r--source/el/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/el/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/el/reportbuilder/util.po (renamed from translations/source/el/reportbuilder/util.po)0
-rw-r--r--source/el/reportdesign/source/core/resource.po (renamed from translations/source/el/reportdesign/source/core/resource.po)0
-rw-r--r--source/el/reportdesign/source/ui/dlg.po (renamed from translations/source/el/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/el/reportdesign/source/ui/inspection.po (renamed from translations/source/el/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/el/reportdesign/source/ui/report.po (renamed from translations/source/el/reportdesign/source/ui/report.po)0
-rw-r--r--source/el/sc/source/core/src.po (renamed from translations/source/el/sc/source/core/src.po)0
-rw-r--r--source/el/sc/source/ui/cctrl.po (renamed from translations/source/el/sc/source/ui/cctrl.po)0
-rw-r--r--source/el/sc/source/ui/dbgui.po (renamed from translations/source/el/sc/source/ui/dbgui.po)0
-rw-r--r--source/el/sc/source/ui/docshell.po (renamed from translations/source/el/sc/source/ui/docshell.po)0
-rw-r--r--source/el/sc/source/ui/drawfunc.po (renamed from translations/source/el/sc/source/ui/drawfunc.po)0
-rw-r--r--source/el/sc/source/ui/formdlg.po (renamed from translations/source/el/sc/source/ui/formdlg.po)0
-rw-r--r--source/el/sc/source/ui/miscdlgs.po (renamed from translations/source/el/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/el/sc/source/ui/navipi.po (renamed from translations/source/el/sc/source/ui/navipi.po)0
-rw-r--r--source/el/sc/source/ui/optdlg.po (renamed from translations/source/el/sc/source/ui/optdlg.po)0
-rw-r--r--source/el/sc/source/ui/pagedlg.po (renamed from translations/source/el/sc/source/ui/pagedlg.po)0
-rw-r--r--source/el/sc/source/ui/src.po (renamed from translations/source/el/sc/source/ui/src.po)0
-rw-r--r--source/el/sc/source/ui/styleui.po (renamed from translations/source/el/sc/source/ui/styleui.po)0
-rw-r--r--source/el/scaddins/source/analysis.po (renamed from translations/source/el/scaddins/source/analysis.po)0
-rw-r--r--source/el/scaddins/source/datefunc.po (renamed from translations/source/el/scaddins/source/datefunc.po)0
-rw-r--r--source/el/sccomp/source/solver.po (renamed from translations/source/el/sccomp/source/solver.po)0
-rw-r--r--source/el/scp2/source/accessories.po (renamed from translations/source/el/scp2/source/accessories.po)0
-rw-r--r--source/el/scp2/source/activex.po (renamed from translations/source/el/scp2/source/activex.po)0
-rw-r--r--source/el/scp2/source/base.po (renamed from translations/source/el/scp2/source/base.po)0
-rw-r--r--source/el/scp2/source/binfilter.po (renamed from translations/source/el/scp2/source/binfilter.po)0
-rw-r--r--source/el/scp2/source/calc.po (renamed from translations/source/el/scp2/source/calc.po)0
-rw-r--r--source/el/scp2/source/draw.po (renamed from translations/source/el/scp2/source/draw.po)0
-rw-r--r--source/el/scp2/source/extensions.po (renamed from translations/source/el/scp2/source/extensions.po)0
-rw-r--r--source/el/scp2/source/gnome.po (renamed from translations/source/el/scp2/source/gnome.po)0
-rw-r--r--source/el/scp2/source/graphicfilter.po (renamed from translations/source/el/scp2/source/graphicfilter.po)0
-rw-r--r--source/el/scp2/source/impress.po (renamed from translations/source/el/scp2/source/impress.po)0
-rw-r--r--source/el/scp2/source/javafilter.po (renamed from translations/source/el/scp2/source/javafilter.po)0
-rw-r--r--source/el/scp2/source/kde.po (renamed from translations/source/el/scp2/source/kde.po)0
-rw-r--r--source/el/scp2/source/math.po (renamed from translations/source/el/scp2/source/math.po)0
-rw-r--r--source/el/scp2/source/onlineupdate.po (renamed from translations/source/el/scp2/source/onlineupdate.po)0
-rw-r--r--source/el/scp2/source/ooo.po (renamed from translations/source/el/scp2/source/ooo.po)0
-rw-r--r--source/el/scp2/source/python.po (renamed from translations/source/el/scp2/source/python.po)0
-rw-r--r--source/el/scp2/source/quickstart.po (renamed from translations/source/el/scp2/source/quickstart.po)0
-rw-r--r--source/el/scp2/source/sdkoo.po (renamed from translations/source/el/scp2/source/sdkoo.po)0
-rw-r--r--source/el/scp2/source/smoketest.po (renamed from translations/source/el/scp2/source/smoketest.po)0
-rw-r--r--source/el/scp2/source/stdlibs.po (renamed from translations/source/el/scp2/source/stdlibs.po)0
-rw-r--r--source/el/scp2/source/tde.po (renamed from translations/source/el/scp2/source/tde.po)0
-rw-r--r--source/el/scp2/source/winexplorerext.po (renamed from translations/source/el/scp2/source/winexplorerext.po)0
-rw-r--r--source/el/scp2/source/writer.po (renamed from translations/source/el/scp2/source/writer.po)0
-rw-r--r--source/el/scp2/source/xsltfilter.po (renamed from translations/source/el/scp2/source/xsltfilter.po)0
-rw-r--r--source/el/scripting/source/pyprov.po (renamed from translations/source/el/scripting/source/pyprov.po)0
-rw-r--r--source/el/sd/source/core.po (renamed from translations/source/el/sd/source/core.po)0
-rw-r--r--source/el/sd/source/filter/html.po (renamed from translations/source/el/sd/source/filter/html.po)0
-rw-r--r--source/el/sd/source/ui/accessibility.po (renamed from translations/source/el/sd/source/ui/accessibility.po)0
-rw-r--r--source/el/sd/source/ui/animations.po (renamed from translations/source/el/sd/source/ui/animations.po)0
-rw-r--r--source/el/sd/source/ui/annotations.po (renamed from translations/source/el/sd/source/ui/annotations.po)0
-rw-r--r--source/el/sd/source/ui/app.po (renamed from translations/source/el/sd/source/ui/app.po)0
-rw-r--r--source/el/sd/source/ui/dlg.po (renamed from translations/source/el/sd/source/ui/dlg.po)0
-rw-r--r--source/el/sd/source/ui/slideshow.po (renamed from translations/source/el/sd/source/ui/slideshow.po)0
-rw-r--r--source/el/sd/source/ui/table.po (renamed from translations/source/el/sd/source/ui/table.po)0
-rw-r--r--source/el/sd/source/ui/view.po (renamed from translations/source/el/sd/source/ui/view.po)0
-rw-r--r--source/el/sdext/source/minimizer.po (renamed from translations/source/el/sdext/source/minimizer.po)0
-rw-r--r--source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/el/sdext/source/pdfimport.po (renamed from translations/source/el/sdext/source/pdfimport.po)0
-rw-r--r--source/el/sdext/source/presenter.po (renamed from translations/source/el/sdext/source/presenter.po)0
-rw-r--r--source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/el/setup_native/source/mac.po (renamed from translations/source/el/setup_native/source/mac.po)0
-rw-r--r--source/el/sfx2/source/appl.po (renamed from translations/source/el/sfx2/source/appl.po)0
-rw-r--r--source/el/sfx2/source/bastyp.po (renamed from translations/source/el/sfx2/source/bastyp.po)0
-rw-r--r--source/el/sfx2/source/dialog.po (renamed from translations/source/el/sfx2/source/dialog.po)0
-rw-r--r--source/el/sfx2/source/doc.po (renamed from translations/source/el/sfx2/source/doc.po)0
-rw-r--r--source/el/sfx2/source/menu.po (renamed from translations/source/el/sfx2/source/menu.po)0
-rw-r--r--source/el/sfx2/source/view.po (renamed from translations/source/el/sfx2/source/view.po)0
-rw-r--r--source/el/shell/source/win32/shlxthandler/res.po (renamed from translations/source/el/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/el/starmath/source.po (renamed from translations/source/el/starmath/source.po)0
-rw-r--r--source/el/svl/source/items.po (renamed from translations/source/el/svl/source/items.po)0
-rw-r--r--source/el/svl/source/misc.po (renamed from translations/source/el/svl/source/misc.po)0
-rw-r--r--source/el/svtools/source/contnr.po (renamed from translations/source/el/svtools/source/contnr.po)0
-rw-r--r--source/el/svtools/source/control.po (renamed from translations/source/el/svtools/source/control.po)0
-rw-r--r--source/el/svtools/source/dialogs.po (renamed from translations/source/el/svtools/source/dialogs.po)0
-rw-r--r--source/el/svtools/source/filter.po (renamed from translations/source/el/svtools/source/filter.po)0
-rw-r--r--source/el/svtools/source/java.po (renamed from translations/source/el/svtools/source/java.po)0
-rw-r--r--source/el/svtools/source/misc.po (renamed from translations/source/el/svtools/source/misc.po)0
-rw-r--r--source/el/svtools/source/toolpanel.po (renamed from translations/source/el/svtools/source/toolpanel.po)0
-rw-r--r--source/el/svtools/workben/unodialog.po (renamed from translations/source/el/svtools/workben/unodialog.po)0
-rw-r--r--source/el/svx/inc.po (renamed from translations/source/el/svx/inc.po)0
-rw-r--r--source/el/svx/source/accessibility.po (renamed from translations/source/el/svx/source/accessibility.po)0
-rw-r--r--source/el/svx/source/dialog.po (renamed from translations/source/el/svx/source/dialog.po)0
-rw-r--r--source/el/svx/source/engine3d.po (renamed from translations/source/el/svx/source/engine3d.po)0
-rw-r--r--source/el/svx/source/fmcomp.po (renamed from translations/source/el/svx/source/fmcomp.po)0
-rw-r--r--source/el/svx/source/form.po (renamed from translations/source/el/svx/source/form.po)0
-rw-r--r--source/el/svx/source/gallery2.po (renamed from translations/source/el/svx/source/gallery2.po)0
-rw-r--r--source/el/svx/source/items.po (renamed from translations/source/el/svx/source/items.po)0
-rw-r--r--source/el/svx/source/src.po (renamed from translations/source/el/svx/source/src.po)0
-rw-r--r--source/el/svx/source/stbctrls.po (renamed from translations/source/el/svx/source/stbctrls.po)0
-rw-r--r--source/el/svx/source/svdraw.po (renamed from translations/source/el/svx/source/svdraw.po)0
-rw-r--r--source/el/svx/source/table.po (renamed from translations/source/el/svx/source/table.po)0
-rw-r--r--source/el/svx/source/tbxctrls.po (renamed from translations/source/el/svx/source/tbxctrls.po)0
-rw-r--r--source/el/svx/source/toolbars.po (renamed from translations/source/el/svx/source/toolbars.po)0
-rw-r--r--source/el/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/el/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/el/sw/source/core/layout.po (renamed from translations/source/el/sw/source/core/layout.po)0
-rw-r--r--source/el/sw/source/core/undo.po (renamed from translations/source/el/sw/source/core/undo.po)0
-rw-r--r--source/el/sw/source/core/unocore.po (renamed from translations/source/el/sw/source/core/unocore.po)0
-rw-r--r--source/el/sw/source/ui/app.po (renamed from translations/source/el/sw/source/ui/app.po)0
-rw-r--r--source/el/sw/source/ui/chrdlg.po (renamed from translations/source/el/sw/source/ui/chrdlg.po)0
-rw-r--r--source/el/sw/source/ui/config.po (renamed from translations/source/el/sw/source/ui/config.po)0
-rw-r--r--source/el/sw/source/ui/dbui.po (renamed from translations/source/el/sw/source/ui/dbui.po)0
-rw-r--r--source/el/sw/source/ui/dialog.po (renamed from translations/source/el/sw/source/ui/dialog.po)0
-rw-r--r--source/el/sw/source/ui/dochdl.po (renamed from translations/source/el/sw/source/ui/dochdl.po)0
-rw-r--r--source/el/sw/source/ui/docvw.po (renamed from translations/source/el/sw/source/ui/docvw.po)0
-rw-r--r--source/el/sw/source/ui/envelp.po (renamed from translations/source/el/sw/source/ui/envelp.po)0
-rw-r--r--source/el/sw/source/ui/fldui.po (renamed from translations/source/el/sw/source/ui/fldui.po)0
-rw-r--r--source/el/sw/source/ui/fmtui.po (renamed from translations/source/el/sw/source/ui/fmtui.po)0
-rw-r--r--source/el/sw/source/ui/frmdlg.po (renamed from translations/source/el/sw/source/ui/frmdlg.po)0
-rw-r--r--source/el/sw/source/ui/globdoc.po (renamed from translations/source/el/sw/source/ui/globdoc.po)0
-rw-r--r--source/el/sw/source/ui/index.po (renamed from translations/source/el/sw/source/ui/index.po)0
-rw-r--r--source/el/sw/source/ui/lingu.po (renamed from translations/source/el/sw/source/ui/lingu.po)0
-rw-r--r--source/el/sw/source/ui/misc.po (renamed from translations/source/el/sw/source/ui/misc.po)0
-rw-r--r--source/el/sw/source/ui/ribbar.po (renamed from translations/source/el/sw/source/ui/ribbar.po)0
-rw-r--r--source/el/sw/source/ui/shells.po (renamed from translations/source/el/sw/source/ui/shells.po)0
-rw-r--r--source/el/sw/source/ui/smartmenu.po (renamed from translations/source/el/sw/source/ui/smartmenu.po)0
-rw-r--r--source/el/sw/source/ui/table.po (renamed from translations/source/el/sw/source/ui/table.po)0
-rw-r--r--source/el/sw/source/ui/uiview.po (renamed from translations/source/el/sw/source/ui/uiview.po)0
-rw-r--r--source/el/sw/source/ui/utlui.po (renamed from translations/source/el/sw/source/ui/utlui.po)0
-rw-r--r--source/el/sw/source/ui/web.po (renamed from translations/source/el/sw/source/ui/web.po)0
-rw-r--r--source/el/sw/source/ui/wrtsh.po (renamed from translations/source/el/sw/source/ui/wrtsh.po)0
-rw-r--r--source/el/swext/mediawiki/help.po (renamed from translations/source/el/swext/mediawiki/help.po)0
-rw-r--r--source/el/swext/mediawiki/src.po (renamed from translations/source/el/swext/mediawiki/src.po)0
-rw-r--r--source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/el/sysui/desktop/share.po (renamed from translations/source/el/sysui/desktop/share.po)0
-rw-r--r--source/el/uui/source.po (renamed from translations/source/el/uui/source.po)0
-rw-r--r--source/el/vcl/source/src.po (renamed from translations/source/el/vcl/source/src.po)0
-rw-r--r--source/el/wizards/source/euro.po (renamed from translations/source/el/wizards/source/euro.po)0
-rw-r--r--source/el/wizards/source/formwizard.po (renamed from translations/source/el/wizards/source/formwizard.po)0
-rw-r--r--source/el/wizards/source/importwizard.po (renamed from translations/source/el/wizards/source/importwizard.po)0
-rw-r--r--source/el/wizards/source/schedule.po (renamed from translations/source/el/wizards/source/schedule.po)0
-rw-r--r--source/el/wizards/source/template.po (renamed from translations/source/el/wizards/source/template.po)0
-rw-r--r--source/el/xmlsecurity/source/component.po (renamed from translations/source/el/xmlsecurity/source/component.po)0
-rw-r--r--source/el/xmlsecurity/source/dialogs.po (renamed from translations/source/el/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/en-GB/accessibility/source/helper.po (renamed from translations/source/en-GB/accessibility/source/helper.po)0
-rw-r--r--source/en-GB/avmedia/source/framework.po (renamed from translations/source/en-GB/avmedia/source/framework.po)0
-rw-r--r--source/en-GB/avmedia/source/viewer.po (renamed from translations/source/en-GB/avmedia/source/viewer.po)0
-rw-r--r--source/en-GB/basctl/source/basicide.po (renamed from translations/source/en-GB/basctl/source/basicide.po)0
-rw-r--r--source/en-GB/basctl/source/dlged.po (renamed from translations/source/en-GB/basctl/source/dlged.po)0
-rw-r--r--source/en-GB/basic/source/classes.po (renamed from translations/source/en-GB/basic/source/classes.po)0
-rw-r--r--source/en-GB/basic/source/sbx.po (renamed from translations/source/en-GB/basic/source/sbx.po)0
-rw-r--r--source/en-GB/chart2/source/controller/dialogs.po (renamed from translations/source/en-GB/chart2/source/controller/dialogs.po)0
-rw-r--r--source/en-GB/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/en-GB/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/connectivity/source/resource.po (renamed from translations/source/en-GB/connectivity/source/resource.po)0
-rw-r--r--source/en-GB/cui/source/customize.po (renamed from translations/source/en-GB/cui/source/customize.po)0
-rw-r--r--source/en-GB/cui/source/dialogs.po (renamed from translations/source/en-GB/cui/source/dialogs.po)0
-rw-r--r--source/en-GB/cui/source/options.po (renamed from translations/source/en-GB/cui/source/options.po)0
-rw-r--r--source/en-GB/cui/source/tabpages.po (renamed from translations/source/en-GB/cui/source/tabpages.po)0
-rw-r--r--source/en-GB/dbaccess/source/core/resource.po (renamed from translations/source/en-GB/dbaccess/source/core/resource.po)0
-rw-r--r--source/en-GB/dbaccess/source/ext/macromigration.po (renamed from translations/source/en-GB/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/en-GB/dbaccess/source/sdbtools/resource.po (renamed from translations/source/en-GB/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/app.po (renamed from translations/source/en-GB/dbaccess/source/ui/app.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/browser.po (renamed from translations/source/en-GB/dbaccess/source/ui/browser.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/control.po (renamed from translations/source/en-GB/dbaccess/source/ui/control.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/dlg.po (renamed from translations/source/en-GB/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/inc.po (renamed from translations/source/en-GB/dbaccess/source/ui/inc.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/misc.po (renamed from translations/source/en-GB/dbaccess/source/ui/misc.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/querydesign.po (renamed from translations/source/en-GB/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/relationdesign.po (renamed from translations/source/en-GB/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/tabledesign.po (renamed from translations/source/en-GB/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/en-GB/dbaccess/source/ui/uno.po (renamed from translations/source/en-GB/dbaccess/source/ui/uno.po)0
-rw-r--r--source/en-GB/desktop/source/app.po (renamed from translations/source/en-GB/desktop/source/app.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/gui.po (renamed from translations/source/en-GB/desktop/source/deployment/gui.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/manager.po (renamed from translations/source/en-GB/desktop/source/deployment/manager.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/misc.po (renamed from translations/source/en-GB/desktop/source/deployment/misc.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry.po (renamed from translations/source/en-GB/desktop/source/deployment/registry.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/component.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/configuration.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/help.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/package.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/script.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/en-GB/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/en-GB/desktop/source/deployment/unopkg.po (renamed from translations/source/en-GB/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/en-GB/dictionaries/af_ZA.po (renamed from translations/source/en-GB/dictionaries/af_ZA.po)0
-rw-r--r--source/en-GB/dictionaries/an_ES.po (renamed from translations/source/en-GB/dictionaries/an_ES.po)0
-rw-r--r--source/en-GB/dictionaries/ar.po (renamed from translations/source/en-GB/dictionaries/ar.po)0
-rw-r--r--source/en-GB/dictionaries/be_BY.po (renamed from translations/source/en-GB/dictionaries/be_BY.po)0
-rw-r--r--source/en-GB/dictionaries/bg_BG.po (renamed from translations/source/en-GB/dictionaries/bg_BG.po)0
-rw-r--r--source/en-GB/dictionaries/bn_BD.po (renamed from translations/source/en-GB/dictionaries/bn_BD.po)0
-rw-r--r--source/en-GB/dictionaries/br_FR.po (renamed from translations/source/en-GB/dictionaries/br_FR.po)0
-rw-r--r--source/en-GB/dictionaries/ca.po (renamed from translations/source/en-GB/dictionaries/ca.po)0
-rw-r--r--source/en-GB/dictionaries/cs_CZ.po (renamed from translations/source/en-GB/dictionaries/cs_CZ.po)0
-rw-r--r--source/en-GB/dictionaries/da_DK.po (renamed from translations/source/en-GB/dictionaries/da_DK.po)0
-rw-r--r--source/en-GB/dictionaries/de.po (renamed from translations/source/en-GB/dictionaries/de.po)0
-rw-r--r--source/en-GB/dictionaries/el_GR.po (renamed from translations/source/en-GB/dictionaries/el_GR.po)0
-rw-r--r--source/en-GB/dictionaries/en.po (renamed from translations/source/en-GB/dictionaries/en.po)0
-rw-r--r--source/en-GB/dictionaries/en/dialog.po (renamed from translations/source/en-GB/dictionaries/en/dialog.po)0
-rw-r--r--source/en-GB/dictionaries/es_ES.po (renamed from translations/source/en-GB/dictionaries/es_ES.po)0
-rw-r--r--source/en-GB/dictionaries/et_EE.po (renamed from translations/source/en-GB/dictionaries/et_EE.po)0
-rw-r--r--source/en-GB/dictionaries/fr_FR.po (renamed from translations/source/en-GB/dictionaries/fr_FR.po)0
-rw-r--r--source/en-GB/dictionaries/gd_GB.po (renamed from translations/source/en-GB/dictionaries/gd_GB.po)0
-rw-r--r--source/en-GB/dictionaries/gl.po (renamed from translations/source/en-GB/dictionaries/gl.po)0
-rw-r--r--source/en-GB/dictionaries/gu_IN.po (renamed from translations/source/en-GB/dictionaries/gu_IN.po)0
-rw-r--r--source/en-GB/dictionaries/he_IL.po (renamed from translations/source/en-GB/dictionaries/he_IL.po)0
-rw-r--r--source/en-GB/dictionaries/hi_IN.po (renamed from translations/source/en-GB/dictionaries/hi_IN.po)0
-rw-r--r--source/en-GB/dictionaries/hr_HR.po (renamed from translations/source/en-GB/dictionaries/hr_HR.po)0
-rw-r--r--source/en-GB/dictionaries/hu_HU.po (renamed from translations/source/en-GB/dictionaries/hu_HU.po)0
-rw-r--r--source/en-GB/dictionaries/hu_HU/dialog.po (renamed from translations/source/en-GB/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/en-GB/dictionaries/it_IT.po (renamed from translations/source/en-GB/dictionaries/it_IT.po)0
-rw-r--r--source/en-GB/dictionaries/ku_TR.po (renamed from translations/source/en-GB/dictionaries/ku_TR.po)0
-rw-r--r--source/en-GB/dictionaries/lt_LT.po (renamed from translations/source/en-GB/dictionaries/lt_LT.po)0
-rw-r--r--source/en-GB/dictionaries/lv_LV.po (renamed from translations/source/en-GB/dictionaries/lv_LV.po)0
-rw-r--r--source/en-GB/dictionaries/ne_NP.po (renamed from translations/source/en-GB/dictionaries/ne_NP.po)0
-rw-r--r--source/en-GB/dictionaries/nl_NL.po (renamed from translations/source/en-GB/dictionaries/nl_NL.po)0
-rw-r--r--source/en-GB/dictionaries/no.po (renamed from translations/source/en-GB/dictionaries/no.po)0
-rw-r--r--source/en-GB/dictionaries/oc_FR.po (renamed from translations/source/en-GB/dictionaries/oc_FR.po)0
-rw-r--r--source/en-GB/dictionaries/pl_PL.po (renamed from translations/source/en-GB/dictionaries/pl_PL.po)0
-rw-r--r--source/en-GB/dictionaries/pt_BR.po (renamed from translations/source/en-GB/dictionaries/pt_BR.po)0
-rw-r--r--source/en-GB/dictionaries/pt_PT.po (renamed from translations/source/en-GB/dictionaries/pt_PT.po)0
-rw-r--r--source/en-GB/dictionaries/ro.po (renamed from translations/source/en-GB/dictionaries/ro.po)0
-rw-r--r--source/en-GB/dictionaries/ru_RU.po (renamed from translations/source/en-GB/dictionaries/ru_RU.po)0
-rw-r--r--source/en-GB/dictionaries/ru_RU/dialog.po (renamed from translations/source/en-GB/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/en-GB/dictionaries/si_LK.po (renamed from translations/source/en-GB/dictionaries/si_LK.po)0
-rw-r--r--source/en-GB/dictionaries/sk_SK.po (renamed from translations/source/en-GB/dictionaries/sk_SK.po)0
-rw-r--r--source/en-GB/dictionaries/sl_SI.po (renamed from translations/source/en-GB/dictionaries/sl_SI.po)0
-rw-r--r--source/en-GB/dictionaries/sr.po (renamed from translations/source/en-GB/dictionaries/sr.po)0
-rw-r--r--source/en-GB/dictionaries/sv_SE.po (renamed from translations/source/en-GB/dictionaries/sv_SE.po)0
-rw-r--r--source/en-GB/dictionaries/sw_TZ.po (renamed from translations/source/en-GB/dictionaries/sw_TZ.po)0
-rw-r--r--source/en-GB/dictionaries/te_IN.po (renamed from translations/source/en-GB/dictionaries/te_IN.po)0
-rw-r--r--source/en-GB/dictionaries/th_TH.po (renamed from translations/source/en-GB/dictionaries/th_TH.po)0
-rw-r--r--source/en-GB/dictionaries/uk_UA.po (renamed from translations/source/en-GB/dictionaries/uk_UA.po)0
-rw-r--r--source/en-GB/dictionaries/vi.po (renamed from translations/source/en-GB/dictionaries/vi.po)0
-rw-r--r--source/en-GB/dictionaries/zu_ZA.po (renamed from translations/source/en-GB/dictionaries/zu_ZA.po)0
-rw-r--r--source/en-GB/editeng/source/accessibility.po (renamed from translations/source/en-GB/editeng/source/accessibility.po)0
-rw-r--r--source/en-GB/editeng/source/editeng.po (renamed from translations/source/en-GB/editeng/source/editeng.po)0
-rw-r--r--source/en-GB/editeng/source/items.po (renamed from translations/source/en-GB/editeng/source/items.po)0
-rw-r--r--source/en-GB/editeng/source/misc.po (renamed from translations/source/en-GB/editeng/source/misc.po)0
-rw-r--r--source/en-GB/editeng/source/outliner.po (renamed from translations/source/en-GB/editeng/source/outliner.po)0
-rw-r--r--source/en-GB/extensions/source/abpilot.po (renamed from translations/source/en-GB/extensions/source/abpilot.po)0
-rw-r--r--source/en-GB/extensions/source/bibliography.po (renamed from translations/source/en-GB/extensions/source/bibliography.po)0
-rw-r--r--source/en-GB/extensions/source/dbpilots.po (renamed from translations/source/en-GB/extensions/source/dbpilots.po)0
-rw-r--r--source/en-GB/extensions/source/propctrlr.po (renamed from translations/source/en-GB/extensions/source/propctrlr.po)0
-rw-r--r--source/en-GB/extensions/source/scanner.po (renamed from translations/source/en-GB/extensions/source/scanner.po)0
-rw-r--r--source/en-GB/extensions/source/update/check.po (renamed from translations/source/en-GB/extensions/source/update/check.po)0
-rw-r--r--source/en-GB/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/en-GB/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/en-GB/filter/source/config/fragments/filters.po (renamed from translations/source/en-GB/filter/source/config/fragments/filters.po)0
-rw-r--r--source/en-GB/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/en-GB/filter/source/config/fragments/types.po (renamed from translations/source/en-GB/filter/source/config/fragments/types.po)0
-rw-r--r--source/en-GB/filter/source/flash.po (renamed from translations/source/en-GB/filter/source/flash.po)0
-rw-r--r--source/en-GB/filter/source/graphicfilter/eps.po (renamed from translations/source/en-GB/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/en-GB/filter/source/pdf.po (renamed from translations/source/en-GB/filter/source/pdf.po)0
-rw-r--r--source/en-GB/filter/source/t602.po (renamed from translations/source/en-GB/filter/source/t602.po)0
-rw-r--r--source/en-GB/filter/source/xsltdialog.po (renamed from translations/source/en-GB/filter/source/xsltdialog.po)0
-rw-r--r--source/en-GB/forms/source/resource.po (renamed from translations/source/en-GB/forms/source/resource.po)0
-rw-r--r--source/en-GB/formula/source/core/resource.po (renamed from translations/source/en-GB/formula/source/core/resource.po)0
-rw-r--r--source/en-GB/formula/source/ui/dlg.po (renamed from translations/source/en-GB/formula/source/ui/dlg.po)0
-rw-r--r--source/en-GB/fpicker/source/office.po (renamed from translations/source/en-GB/fpicker/source/office.po)0
-rw-r--r--source/en-GB/framework/source/classes.po (renamed from translations/source/en-GB/framework/source/classes.po)0
-rw-r--r--source/en-GB/framework/source/services.po (renamed from translations/source/en-GB/framework/source/services.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/05.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/schart.po (renamed from translations/source/en-GB/helpcontent2/source/text/schart.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw.po (renamed from translations/source/en-GB/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/05.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/07.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/en-GB/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/en-GB/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/en-GB/mysqlc/source.po (renamed from translations/source/en-GB/mysqlc/source.po)0
-rw-r--r--source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/en-GB/nlpsolver/src/locale.po (renamed from translations/source/en-GB/nlpsolver/src/locale.po)0
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/en-GB/padmin/source.po (renamed from translations/source/en-GB/padmin/source.po)0
-rw-r--r--source/en-GB/readlicense_oo/docs/readme.po (renamed from translations/source/en-GB/readlicense_oo/docs/readme.po)0
-rw-r--r--source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/en-GB/reportbuilder/util.po (renamed from translations/source/en-GB/reportbuilder/util.po)0
-rw-r--r--source/en-GB/reportdesign/source/core/resource.po (renamed from translations/source/en-GB/reportdesign/source/core/resource.po)0
-rw-r--r--source/en-GB/reportdesign/source/ui/dlg.po (renamed from translations/source/en-GB/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/en-GB/reportdesign/source/ui/inspection.po (renamed from translations/source/en-GB/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/en-GB/reportdesign/source/ui/report.po (renamed from translations/source/en-GB/reportdesign/source/ui/report.po)0
-rw-r--r--source/en-GB/sc/source/core/src.po (renamed from translations/source/en-GB/sc/source/core/src.po)0
-rw-r--r--source/en-GB/sc/source/ui/cctrl.po (renamed from translations/source/en-GB/sc/source/ui/cctrl.po)0
-rw-r--r--source/en-GB/sc/source/ui/dbgui.po (renamed from translations/source/en-GB/sc/source/ui/dbgui.po)0
-rw-r--r--source/en-GB/sc/source/ui/docshell.po (renamed from translations/source/en-GB/sc/source/ui/docshell.po)0
-rw-r--r--source/en-GB/sc/source/ui/drawfunc.po (renamed from translations/source/en-GB/sc/source/ui/drawfunc.po)0
-rw-r--r--source/en-GB/sc/source/ui/formdlg.po (renamed from translations/source/en-GB/sc/source/ui/formdlg.po)0
-rw-r--r--source/en-GB/sc/source/ui/miscdlgs.po (renamed from translations/source/en-GB/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/en-GB/sc/source/ui/navipi.po (renamed from translations/source/en-GB/sc/source/ui/navipi.po)0
-rw-r--r--source/en-GB/sc/source/ui/optdlg.po (renamed from translations/source/en-GB/sc/source/ui/optdlg.po)0
-rw-r--r--source/en-GB/sc/source/ui/pagedlg.po (renamed from translations/source/en-GB/sc/source/ui/pagedlg.po)0
-rw-r--r--source/en-GB/sc/source/ui/src.po (renamed from translations/source/en-GB/sc/source/ui/src.po)0
-rw-r--r--source/en-GB/sc/source/ui/styleui.po (renamed from translations/source/en-GB/sc/source/ui/styleui.po)0
-rw-r--r--source/en-GB/scaddins/source/analysis.po (renamed from translations/source/en-GB/scaddins/source/analysis.po)0
-rw-r--r--source/en-GB/scaddins/source/datefunc.po (renamed from translations/source/en-GB/scaddins/source/datefunc.po)0
-rw-r--r--source/en-GB/sccomp/source/solver.po (renamed from translations/source/en-GB/sccomp/source/solver.po)0
-rw-r--r--source/en-GB/scp2/source/accessories.po (renamed from translations/source/en-GB/scp2/source/accessories.po)0
-rw-r--r--source/en-GB/scp2/source/activex.po (renamed from translations/source/en-GB/scp2/source/activex.po)0
-rw-r--r--source/en-GB/scp2/source/base.po (renamed from translations/source/en-GB/scp2/source/base.po)0
-rw-r--r--source/en-GB/scp2/source/binfilter.po (renamed from translations/source/en-GB/scp2/source/binfilter.po)0
-rw-r--r--source/en-GB/scp2/source/calc.po (renamed from translations/source/en-GB/scp2/source/calc.po)0
-rw-r--r--source/en-GB/scp2/source/draw.po (renamed from translations/source/en-GB/scp2/source/draw.po)0
-rw-r--r--source/en-GB/scp2/source/extensions.po (renamed from translations/source/en-GB/scp2/source/extensions.po)0
-rw-r--r--source/en-GB/scp2/source/gnome.po (renamed from translations/source/en-GB/scp2/source/gnome.po)0
-rw-r--r--source/en-GB/scp2/source/graphicfilter.po (renamed from translations/source/en-GB/scp2/source/graphicfilter.po)0
-rw-r--r--source/en-GB/scp2/source/impress.po (renamed from translations/source/en-GB/scp2/source/impress.po)0
-rw-r--r--source/en-GB/scp2/source/javafilter.po (renamed from translations/source/en-GB/scp2/source/javafilter.po)0
-rw-r--r--source/en-GB/scp2/source/kde.po (renamed from translations/source/en-GB/scp2/source/kde.po)0
-rw-r--r--source/en-GB/scp2/source/math.po (renamed from translations/source/en-GB/scp2/source/math.po)0
-rw-r--r--source/en-GB/scp2/source/onlineupdate.po (renamed from translations/source/en-GB/scp2/source/onlineupdate.po)0
-rw-r--r--source/en-GB/scp2/source/ooo.po (renamed from translations/source/en-GB/scp2/source/ooo.po)0
-rw-r--r--source/en-GB/scp2/source/python.po (renamed from translations/source/en-GB/scp2/source/python.po)0
-rw-r--r--source/en-GB/scp2/source/quickstart.po (renamed from translations/source/en-GB/scp2/source/quickstart.po)0
-rw-r--r--source/en-GB/scp2/source/sdkoo.po (renamed from translations/source/en-GB/scp2/source/sdkoo.po)0
-rw-r--r--source/en-GB/scp2/source/smoketest.po (renamed from translations/source/en-GB/scp2/source/smoketest.po)0
-rw-r--r--source/en-GB/scp2/source/stdlibs.po (renamed from translations/source/en-GB/scp2/source/stdlibs.po)0
-rw-r--r--source/en-GB/scp2/source/tde.po (renamed from translations/source/en-GB/scp2/source/tde.po)0
-rw-r--r--source/en-GB/scp2/source/winexplorerext.po (renamed from translations/source/en-GB/scp2/source/winexplorerext.po)0
-rw-r--r--source/en-GB/scp2/source/writer.po (renamed from translations/source/en-GB/scp2/source/writer.po)0
-rw-r--r--source/en-GB/scp2/source/xsltfilter.po (renamed from translations/source/en-GB/scp2/source/xsltfilter.po)0
-rw-r--r--source/en-GB/scripting/source/pyprov.po (renamed from translations/source/en-GB/scripting/source/pyprov.po)0
-rw-r--r--source/en-GB/sd/source/core.po (renamed from translations/source/en-GB/sd/source/core.po)0
-rw-r--r--source/en-GB/sd/source/filter/html.po (renamed from translations/source/en-GB/sd/source/filter/html.po)0
-rw-r--r--source/en-GB/sd/source/ui/accessibility.po (renamed from translations/source/en-GB/sd/source/ui/accessibility.po)0
-rw-r--r--source/en-GB/sd/source/ui/animations.po (renamed from translations/source/en-GB/sd/source/ui/animations.po)0
-rw-r--r--source/en-GB/sd/source/ui/annotations.po (renamed from translations/source/en-GB/sd/source/ui/annotations.po)0
-rw-r--r--source/en-GB/sd/source/ui/app.po (renamed from translations/source/en-GB/sd/source/ui/app.po)0
-rw-r--r--source/en-GB/sd/source/ui/dlg.po (renamed from translations/source/en-GB/sd/source/ui/dlg.po)0
-rw-r--r--source/en-GB/sd/source/ui/slideshow.po (renamed from translations/source/en-GB/sd/source/ui/slideshow.po)0
-rw-r--r--source/en-GB/sd/source/ui/table.po (renamed from translations/source/en-GB/sd/source/ui/table.po)0
-rw-r--r--source/en-GB/sd/source/ui/view.po (renamed from translations/source/en-GB/sd/source/ui/view.po)0
-rw-r--r--source/en-GB/sdext/source/minimizer.po (renamed from translations/source/en-GB/sdext/source/minimizer.po)0
-rw-r--r--source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/en-GB/sdext/source/pdfimport.po (renamed from translations/source/en-GB/sdext/source/pdfimport.po)0
-rw-r--r--source/en-GB/sdext/source/presenter.po (renamed from translations/source/en-GB/sdext/source/presenter.po)0
-rw-r--r--source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/en-GB/setup_native/source/mac.po (renamed from translations/source/en-GB/setup_native/source/mac.po)0
-rw-r--r--source/en-GB/sfx2/source/appl.po (renamed from translations/source/en-GB/sfx2/source/appl.po)0
-rw-r--r--source/en-GB/sfx2/source/bastyp.po (renamed from translations/source/en-GB/sfx2/source/bastyp.po)0
-rw-r--r--source/en-GB/sfx2/source/dialog.po (renamed from translations/source/en-GB/sfx2/source/dialog.po)0
-rw-r--r--source/en-GB/sfx2/source/doc.po (renamed from translations/source/en-GB/sfx2/source/doc.po)0
-rw-r--r--source/en-GB/sfx2/source/menu.po (renamed from translations/source/en-GB/sfx2/source/menu.po)0
-rw-r--r--source/en-GB/sfx2/source/view.po (renamed from translations/source/en-GB/sfx2/source/view.po)0
-rw-r--r--source/en-GB/shell/source/win32/shlxthandler/res.po (renamed from translations/source/en-GB/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/en-GB/starmath/source.po (renamed from translations/source/en-GB/starmath/source.po)0
-rw-r--r--source/en-GB/svl/source/items.po (renamed from translations/source/en-GB/svl/source/items.po)0
-rw-r--r--source/en-GB/svl/source/misc.po (renamed from translations/source/en-GB/svl/source/misc.po)0
-rw-r--r--source/en-GB/svtools/source/contnr.po (renamed from translations/source/en-GB/svtools/source/contnr.po)0
-rw-r--r--source/en-GB/svtools/source/control.po (renamed from translations/source/en-GB/svtools/source/control.po)0
-rw-r--r--source/en-GB/svtools/source/dialogs.po (renamed from translations/source/en-GB/svtools/source/dialogs.po)0
-rw-r--r--source/en-GB/svtools/source/filter.po (renamed from translations/source/en-GB/svtools/source/filter.po)0
-rw-r--r--source/en-GB/svtools/source/java.po (renamed from translations/source/en-GB/svtools/source/java.po)0
-rw-r--r--source/en-GB/svtools/source/misc.po (renamed from translations/source/en-GB/svtools/source/misc.po)0
-rw-r--r--source/en-GB/svtools/source/toolpanel.po (renamed from translations/source/en-GB/svtools/source/toolpanel.po)0
-rw-r--r--source/en-GB/svtools/workben/unodialog.po (renamed from translations/source/en-GB/svtools/workben/unodialog.po)0
-rw-r--r--source/en-GB/svx/inc.po (renamed from translations/source/en-GB/svx/inc.po)0
-rw-r--r--source/en-GB/svx/source/accessibility.po (renamed from translations/source/en-GB/svx/source/accessibility.po)0
-rw-r--r--source/en-GB/svx/source/dialog.po (renamed from translations/source/en-GB/svx/source/dialog.po)0
-rw-r--r--source/en-GB/svx/source/engine3d.po (renamed from translations/source/en-GB/svx/source/engine3d.po)0
-rw-r--r--source/en-GB/svx/source/fmcomp.po (renamed from translations/source/en-GB/svx/source/fmcomp.po)0
-rw-r--r--source/en-GB/svx/source/form.po (renamed from translations/source/en-GB/svx/source/form.po)0
-rw-r--r--source/en-GB/svx/source/gallery2.po (renamed from translations/source/en-GB/svx/source/gallery2.po)0
-rw-r--r--source/en-GB/svx/source/items.po (renamed from translations/source/en-GB/svx/source/items.po)0
-rw-r--r--source/en-GB/svx/source/src.po (renamed from translations/source/en-GB/svx/source/src.po)0
-rw-r--r--source/en-GB/svx/source/stbctrls.po (renamed from translations/source/en-GB/svx/source/stbctrls.po)0
-rw-r--r--source/en-GB/svx/source/svdraw.po (renamed from translations/source/en-GB/svx/source/svdraw.po)0
-rw-r--r--source/en-GB/svx/source/table.po (renamed from translations/source/en-GB/svx/source/table.po)0
-rw-r--r--source/en-GB/svx/source/tbxctrls.po (renamed from translations/source/en-GB/svx/source/tbxctrls.po)0
-rw-r--r--source/en-GB/svx/source/toolbars.po (renamed from translations/source/en-GB/svx/source/toolbars.po)0
-rw-r--r--source/en-GB/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/en-GB/sw/source/core/layout.po (renamed from translations/source/en-GB/sw/source/core/layout.po)0
-rw-r--r--source/en-GB/sw/source/core/undo.po (renamed from translations/source/en-GB/sw/source/core/undo.po)0
-rw-r--r--source/en-GB/sw/source/core/unocore.po (renamed from translations/source/en-GB/sw/source/core/unocore.po)0
-rw-r--r--source/en-GB/sw/source/ui/app.po (renamed from translations/source/en-GB/sw/source/ui/app.po)0
-rw-r--r--source/en-GB/sw/source/ui/chrdlg.po (renamed from translations/source/en-GB/sw/source/ui/chrdlg.po)0
-rw-r--r--source/en-GB/sw/source/ui/config.po (renamed from translations/source/en-GB/sw/source/ui/config.po)0
-rw-r--r--source/en-GB/sw/source/ui/dbui.po (renamed from translations/source/en-GB/sw/source/ui/dbui.po)0
-rw-r--r--source/en-GB/sw/source/ui/dialog.po (renamed from translations/source/en-GB/sw/source/ui/dialog.po)0
-rw-r--r--source/en-GB/sw/source/ui/dochdl.po (renamed from translations/source/en-GB/sw/source/ui/dochdl.po)0
-rw-r--r--source/en-GB/sw/source/ui/docvw.po (renamed from translations/source/en-GB/sw/source/ui/docvw.po)0
-rw-r--r--source/en-GB/sw/source/ui/envelp.po (renamed from translations/source/en-GB/sw/source/ui/envelp.po)0
-rw-r--r--source/en-GB/sw/source/ui/fldui.po (renamed from translations/source/en-GB/sw/source/ui/fldui.po)0
-rw-r--r--source/en-GB/sw/source/ui/fmtui.po (renamed from translations/source/en-GB/sw/source/ui/fmtui.po)0
-rw-r--r--source/en-GB/sw/source/ui/frmdlg.po (renamed from translations/source/en-GB/sw/source/ui/frmdlg.po)0
-rw-r--r--source/en-GB/sw/source/ui/globdoc.po (renamed from translations/source/en-GB/sw/source/ui/globdoc.po)0
-rw-r--r--source/en-GB/sw/source/ui/index.po (renamed from translations/source/en-GB/sw/source/ui/index.po)0
-rw-r--r--source/en-GB/sw/source/ui/lingu.po (renamed from translations/source/en-GB/sw/source/ui/lingu.po)0
-rw-r--r--source/en-GB/sw/source/ui/misc.po (renamed from translations/source/en-GB/sw/source/ui/misc.po)0
-rw-r--r--source/en-GB/sw/source/ui/ribbar.po (renamed from translations/source/en-GB/sw/source/ui/ribbar.po)0
-rw-r--r--source/en-GB/sw/source/ui/shells.po (renamed from translations/source/en-GB/sw/source/ui/shells.po)0
-rw-r--r--source/en-GB/sw/source/ui/smartmenu.po (renamed from translations/source/en-GB/sw/source/ui/smartmenu.po)0
-rw-r--r--source/en-GB/sw/source/ui/table.po (renamed from translations/source/en-GB/sw/source/ui/table.po)0
-rw-r--r--source/en-GB/sw/source/ui/uiview.po (renamed from translations/source/en-GB/sw/source/ui/uiview.po)0
-rw-r--r--source/en-GB/sw/source/ui/utlui.po (renamed from translations/source/en-GB/sw/source/ui/utlui.po)0
-rw-r--r--source/en-GB/sw/source/ui/web.po (renamed from translations/source/en-GB/sw/source/ui/web.po)0
-rw-r--r--source/en-GB/sw/source/ui/wrtsh.po (renamed from translations/source/en-GB/sw/source/ui/wrtsh.po)0
-rw-r--r--source/en-GB/swext/mediawiki/help.po (renamed from translations/source/en-GB/swext/mediawiki/help.po)0
-rw-r--r--source/en-GB/swext/mediawiki/src.po (renamed from translations/source/en-GB/swext/mediawiki/src.po)0
-rw-r--r--source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/en-GB/sysui/desktop/share.po (renamed from translations/source/en-GB/sysui/desktop/share.po)0
-rw-r--r--source/en-GB/uui/source.po (renamed from translations/source/en-GB/uui/source.po)0
-rw-r--r--source/en-GB/vcl/source/src.po (renamed from translations/source/en-GB/vcl/source/src.po)0
-rw-r--r--source/en-GB/wizards/source/euro.po (renamed from translations/source/en-GB/wizards/source/euro.po)0
-rw-r--r--source/en-GB/wizards/source/formwizard.po (renamed from translations/source/en-GB/wizards/source/formwizard.po)0
-rw-r--r--source/en-GB/wizards/source/importwizard.po (renamed from translations/source/en-GB/wizards/source/importwizard.po)0
-rw-r--r--source/en-GB/wizards/source/schedule.po (renamed from translations/source/en-GB/wizards/source/schedule.po)0
-rw-r--r--source/en-GB/wizards/source/template.po (renamed from translations/source/en-GB/wizards/source/template.po)0
-rw-r--r--source/en-GB/xmlsecurity/source/component.po (renamed from translations/source/en-GB/xmlsecurity/source/component.po)0
-rw-r--r--source/en-GB/xmlsecurity/source/dialogs.po (renamed from translations/source/en-GB/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/en-ZA/accessibility/source/helper.po (renamed from translations/source/en-ZA/accessibility/source/helper.po)0
-rw-r--r--source/en-ZA/avmedia/source/framework.po (renamed from translations/source/en-ZA/avmedia/source/framework.po)0
-rw-r--r--source/en-ZA/avmedia/source/viewer.po (renamed from translations/source/en-ZA/avmedia/source/viewer.po)0
-rw-r--r--source/en-ZA/basctl/source/basicide.po (renamed from translations/source/en-ZA/basctl/source/basicide.po)0
-rw-r--r--source/en-ZA/basctl/source/dlged.po (renamed from translations/source/en-ZA/basctl/source/dlged.po)0
-rw-r--r--source/en-ZA/basic/source/classes.po (renamed from translations/source/en-ZA/basic/source/classes.po)0
-rw-r--r--source/en-ZA/basic/source/sbx.po (renamed from translations/source/en-ZA/basic/source/sbx.po)0
-rw-r--r--source/en-ZA/chart2/source/controller/dialogs.po (renamed from translations/source/en-ZA/chart2/source/controller/dialogs.po)0
-rw-r--r--source/en-ZA/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/en-ZA/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/connectivity/source/resource.po (renamed from translations/source/en-ZA/connectivity/source/resource.po)0
-rw-r--r--source/en-ZA/cui/source/customize.po (renamed from translations/source/en-ZA/cui/source/customize.po)0
-rw-r--r--source/en-ZA/cui/source/dialogs.po (renamed from translations/source/en-ZA/cui/source/dialogs.po)0
-rw-r--r--source/en-ZA/cui/source/options.po (renamed from translations/source/en-ZA/cui/source/options.po)0
-rw-r--r--source/en-ZA/cui/source/tabpages.po (renamed from translations/source/en-ZA/cui/source/tabpages.po)0
-rw-r--r--source/en-ZA/dbaccess/source/core/resource.po (renamed from translations/source/en-ZA/dbaccess/source/core/resource.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ext/macromigration.po (renamed from translations/source/en-ZA/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/en-ZA/dbaccess/source/sdbtools/resource.po (renamed from translations/source/en-ZA/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/app.po (renamed from translations/source/en-ZA/dbaccess/source/ui/app.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/browser.po (renamed from translations/source/en-ZA/dbaccess/source/ui/browser.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/control.po (renamed from translations/source/en-ZA/dbaccess/source/ui/control.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/dlg.po (renamed from translations/source/en-ZA/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/inc.po (renamed from translations/source/en-ZA/dbaccess/source/ui/inc.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/misc.po (renamed from translations/source/en-ZA/dbaccess/source/ui/misc.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/querydesign.po (renamed from translations/source/en-ZA/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/relationdesign.po (renamed from translations/source/en-ZA/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/tabledesign.po (renamed from translations/source/en-ZA/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/en-ZA/dbaccess/source/ui/uno.po (renamed from translations/source/en-ZA/dbaccess/source/ui/uno.po)0
-rw-r--r--source/en-ZA/desktop/source/app.po (renamed from translations/source/en-ZA/desktop/source/app.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/gui.po (renamed from translations/source/en-ZA/desktop/source/deployment/gui.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/manager.po (renamed from translations/source/en-ZA/desktop/source/deployment/manager.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/misc.po (renamed from translations/source/en-ZA/desktop/source/deployment/misc.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/component.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/configuration.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/help.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/package.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/script.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/en-ZA/desktop/source/deployment/unopkg.po (renamed from translations/source/en-ZA/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/en-ZA/dictionaries/af_ZA.po (renamed from translations/source/en-ZA/dictionaries/af_ZA.po)0
-rw-r--r--source/en-ZA/dictionaries/an_ES.po (renamed from translations/source/en-ZA/dictionaries/an_ES.po)0
-rw-r--r--source/en-ZA/dictionaries/ar.po (renamed from translations/source/en-ZA/dictionaries/ar.po)0
-rw-r--r--source/en-ZA/dictionaries/be_BY.po (renamed from translations/source/en-ZA/dictionaries/be_BY.po)0
-rw-r--r--source/en-ZA/dictionaries/bg_BG.po (renamed from translations/source/en-ZA/dictionaries/bg_BG.po)0
-rw-r--r--source/en-ZA/dictionaries/bn_BD.po (renamed from translations/source/en-ZA/dictionaries/bn_BD.po)0
-rw-r--r--source/en-ZA/dictionaries/br_FR.po (renamed from translations/source/en-ZA/dictionaries/br_FR.po)0
-rw-r--r--source/en-ZA/dictionaries/ca.po (renamed from translations/source/en-ZA/dictionaries/ca.po)0
-rw-r--r--source/en-ZA/dictionaries/cs_CZ.po (renamed from translations/source/en-ZA/dictionaries/cs_CZ.po)0
-rw-r--r--source/en-ZA/dictionaries/da_DK.po (renamed from translations/source/en-ZA/dictionaries/da_DK.po)0
-rw-r--r--source/en-ZA/dictionaries/de.po (renamed from translations/source/en-ZA/dictionaries/de.po)0
-rw-r--r--source/en-ZA/dictionaries/el_GR.po (renamed from translations/source/en-ZA/dictionaries/el_GR.po)0
-rw-r--r--source/en-ZA/dictionaries/en.po (renamed from translations/source/en-ZA/dictionaries/en.po)0
-rw-r--r--source/en-ZA/dictionaries/en/dialog.po (renamed from translations/source/en-ZA/dictionaries/en/dialog.po)0
-rw-r--r--source/en-ZA/dictionaries/es_ES.po (renamed from translations/source/en-ZA/dictionaries/es_ES.po)0
-rw-r--r--source/en-ZA/dictionaries/et_EE.po (renamed from translations/source/en-ZA/dictionaries/et_EE.po)0
-rw-r--r--source/en-ZA/dictionaries/fr_FR.po (renamed from translations/source/en-ZA/dictionaries/fr_FR.po)0
-rw-r--r--source/en-ZA/dictionaries/gd_GB.po (renamed from translations/source/en-ZA/dictionaries/gd_GB.po)0
-rw-r--r--source/en-ZA/dictionaries/gl.po (renamed from translations/source/en-ZA/dictionaries/gl.po)0
-rw-r--r--source/en-ZA/dictionaries/gu_IN.po (renamed from translations/source/en-ZA/dictionaries/gu_IN.po)0
-rw-r--r--source/en-ZA/dictionaries/he_IL.po (renamed from translations/source/en-ZA/dictionaries/he_IL.po)0
-rw-r--r--source/en-ZA/dictionaries/hi_IN.po (renamed from translations/source/en-ZA/dictionaries/hi_IN.po)0
-rw-r--r--source/en-ZA/dictionaries/hr_HR.po (renamed from translations/source/en-ZA/dictionaries/hr_HR.po)0
-rw-r--r--source/en-ZA/dictionaries/hu_HU.po (renamed from translations/source/en-ZA/dictionaries/hu_HU.po)0
-rw-r--r--source/en-ZA/dictionaries/hu_HU/dialog.po (renamed from translations/source/en-ZA/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/en-ZA/dictionaries/it_IT.po (renamed from translations/source/en-ZA/dictionaries/it_IT.po)0
-rw-r--r--source/en-ZA/dictionaries/ku_TR.po (renamed from translations/source/en-ZA/dictionaries/ku_TR.po)0
-rw-r--r--source/en-ZA/dictionaries/lt_LT.po (renamed from translations/source/en-ZA/dictionaries/lt_LT.po)0
-rw-r--r--source/en-ZA/dictionaries/lv_LV.po (renamed from translations/source/en-ZA/dictionaries/lv_LV.po)0
-rw-r--r--source/en-ZA/dictionaries/ne_NP.po (renamed from translations/source/en-ZA/dictionaries/ne_NP.po)0
-rw-r--r--source/en-ZA/dictionaries/nl_NL.po (renamed from translations/source/en-ZA/dictionaries/nl_NL.po)0
-rw-r--r--source/en-ZA/dictionaries/no.po (renamed from translations/source/en-ZA/dictionaries/no.po)0
-rw-r--r--source/en-ZA/dictionaries/oc_FR.po (renamed from translations/source/en-ZA/dictionaries/oc_FR.po)0
-rw-r--r--source/en-ZA/dictionaries/pl_PL.po (renamed from translations/source/en-ZA/dictionaries/pl_PL.po)0
-rw-r--r--source/en-ZA/dictionaries/pt_BR.po (renamed from translations/source/en-ZA/dictionaries/pt_BR.po)0
-rw-r--r--source/en-ZA/dictionaries/pt_PT.po (renamed from translations/source/en-ZA/dictionaries/pt_PT.po)0
-rw-r--r--source/en-ZA/dictionaries/ro.po (renamed from translations/source/en-ZA/dictionaries/ro.po)0
-rw-r--r--source/en-ZA/dictionaries/ru_RU.po (renamed from translations/source/en-ZA/dictionaries/ru_RU.po)0
-rw-r--r--source/en-ZA/dictionaries/ru_RU/dialog.po (renamed from translations/source/en-ZA/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/en-ZA/dictionaries/si_LK.po (renamed from translations/source/en-ZA/dictionaries/si_LK.po)0
-rw-r--r--source/en-ZA/dictionaries/sk_SK.po (renamed from translations/source/en-ZA/dictionaries/sk_SK.po)0
-rw-r--r--source/en-ZA/dictionaries/sl_SI.po (renamed from translations/source/en-ZA/dictionaries/sl_SI.po)0
-rw-r--r--source/en-ZA/dictionaries/sr.po (renamed from translations/source/en-ZA/dictionaries/sr.po)0
-rw-r--r--source/en-ZA/dictionaries/sv_SE.po (renamed from translations/source/en-ZA/dictionaries/sv_SE.po)0
-rw-r--r--source/en-ZA/dictionaries/sw_TZ.po (renamed from translations/source/en-ZA/dictionaries/sw_TZ.po)0
-rw-r--r--source/en-ZA/dictionaries/te_IN.po (renamed from translations/source/en-ZA/dictionaries/te_IN.po)0
-rw-r--r--source/en-ZA/dictionaries/th_TH.po (renamed from translations/source/en-ZA/dictionaries/th_TH.po)0
-rw-r--r--source/en-ZA/dictionaries/uk_UA.po (renamed from translations/source/en-ZA/dictionaries/uk_UA.po)0
-rw-r--r--source/en-ZA/dictionaries/vi.po (renamed from translations/source/en-ZA/dictionaries/vi.po)0
-rw-r--r--source/en-ZA/dictionaries/zu_ZA.po (renamed from translations/source/en-ZA/dictionaries/zu_ZA.po)0
-rw-r--r--source/en-ZA/editeng/source/accessibility.po (renamed from translations/source/en-ZA/editeng/source/accessibility.po)0
-rw-r--r--source/en-ZA/editeng/source/editeng.po (renamed from translations/source/en-ZA/editeng/source/editeng.po)0
-rw-r--r--source/en-ZA/editeng/source/items.po (renamed from translations/source/en-ZA/editeng/source/items.po)0
-rw-r--r--source/en-ZA/editeng/source/misc.po (renamed from translations/source/en-ZA/editeng/source/misc.po)0
-rw-r--r--source/en-ZA/editeng/source/outliner.po (renamed from translations/source/en-ZA/editeng/source/outliner.po)0
-rw-r--r--source/en-ZA/extensions/source/abpilot.po (renamed from translations/source/en-ZA/extensions/source/abpilot.po)0
-rw-r--r--source/en-ZA/extensions/source/bibliography.po (renamed from translations/source/en-ZA/extensions/source/bibliography.po)0
-rw-r--r--source/en-ZA/extensions/source/dbpilots.po (renamed from translations/source/en-ZA/extensions/source/dbpilots.po)0
-rw-r--r--source/en-ZA/extensions/source/propctrlr.po (renamed from translations/source/en-ZA/extensions/source/propctrlr.po)0
-rw-r--r--source/en-ZA/extensions/source/scanner.po (renamed from translations/source/en-ZA/extensions/source/scanner.po)0
-rw-r--r--source/en-ZA/extensions/source/update/check.po (renamed from translations/source/en-ZA/extensions/source/update/check.po)0
-rw-r--r--source/en-ZA/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/en-ZA/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/en-ZA/filter/source/config/fragments/filters.po (renamed from translations/source/en-ZA/filter/source/config/fragments/filters.po)0
-rw-r--r--source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/en-ZA/filter/source/config/fragments/types.po (renamed from translations/source/en-ZA/filter/source/config/fragments/types.po)0
-rw-r--r--source/en-ZA/filter/source/flash.po (renamed from translations/source/en-ZA/filter/source/flash.po)0
-rw-r--r--source/en-ZA/filter/source/graphicfilter/eps.po (renamed from translations/source/en-ZA/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/en-ZA/filter/source/pdf.po (renamed from translations/source/en-ZA/filter/source/pdf.po)0
-rw-r--r--source/en-ZA/filter/source/t602.po (renamed from translations/source/en-ZA/filter/source/t602.po)0
-rw-r--r--source/en-ZA/filter/source/xsltdialog.po (renamed from translations/source/en-ZA/filter/source/xsltdialog.po)0
-rw-r--r--source/en-ZA/forms/source/resource.po (renamed from translations/source/en-ZA/forms/source/resource.po)0
-rw-r--r--source/en-ZA/formula/source/core/resource.po (renamed from translations/source/en-ZA/formula/source/core/resource.po)0
-rw-r--r--source/en-ZA/formula/source/ui/dlg.po (renamed from translations/source/en-ZA/formula/source/ui/dlg.po)0
-rw-r--r--source/en-ZA/fpicker/source/office.po (renamed from translations/source/en-ZA/fpicker/source/office.po)0
-rw-r--r--source/en-ZA/framework/source/classes.po (renamed from translations/source/en-ZA/framework/source/classes.po)0
-rw-r--r--source/en-ZA/framework/source/services.po (renamed from translations/source/en-ZA/framework/source/services.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/05.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart.po (renamed from translations/source/en-ZA/helpcontent2/source/text/schart.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/05.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/07.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/02.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/04.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/en-ZA/mysqlc/source.po (renamed from translations/source/en-ZA/mysqlc/source.po)0
-rw-r--r--source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/en-ZA/nlpsolver/src/locale.po (renamed from translations/source/en-ZA/nlpsolver/src/locale.po)0
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/en-ZA/padmin/source.po (renamed from translations/source/en-ZA/padmin/source.po)0
-rw-r--r--source/en-ZA/readlicense_oo/docs/readme.po (renamed from translations/source/en-ZA/readlicense_oo/docs/readme.po)0
-rw-r--r--source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/en-ZA/reportbuilder/util.po (renamed from translations/source/en-ZA/reportbuilder/util.po)0
-rw-r--r--source/en-ZA/reportdesign/source/core/resource.po (renamed from translations/source/en-ZA/reportdesign/source/core/resource.po)0
-rw-r--r--source/en-ZA/reportdesign/source/ui/dlg.po (renamed from translations/source/en-ZA/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/en-ZA/reportdesign/source/ui/inspection.po (renamed from translations/source/en-ZA/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/en-ZA/reportdesign/source/ui/report.po (renamed from translations/source/en-ZA/reportdesign/source/ui/report.po)0
-rw-r--r--source/en-ZA/sc/source/core/src.po (renamed from translations/source/en-ZA/sc/source/core/src.po)0
-rw-r--r--source/en-ZA/sc/source/ui/cctrl.po (renamed from translations/source/en-ZA/sc/source/ui/cctrl.po)0
-rw-r--r--source/en-ZA/sc/source/ui/dbgui.po (renamed from translations/source/en-ZA/sc/source/ui/dbgui.po)0
-rw-r--r--source/en-ZA/sc/source/ui/docshell.po (renamed from translations/source/en-ZA/sc/source/ui/docshell.po)0
-rw-r--r--source/en-ZA/sc/source/ui/drawfunc.po (renamed from translations/source/en-ZA/sc/source/ui/drawfunc.po)0
-rw-r--r--source/en-ZA/sc/source/ui/formdlg.po (renamed from translations/source/en-ZA/sc/source/ui/formdlg.po)0
-rw-r--r--source/en-ZA/sc/source/ui/miscdlgs.po (renamed from translations/source/en-ZA/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/en-ZA/sc/source/ui/navipi.po (renamed from translations/source/en-ZA/sc/source/ui/navipi.po)0
-rw-r--r--source/en-ZA/sc/source/ui/optdlg.po (renamed from translations/source/en-ZA/sc/source/ui/optdlg.po)0
-rw-r--r--source/en-ZA/sc/source/ui/pagedlg.po (renamed from translations/source/en-ZA/sc/source/ui/pagedlg.po)0
-rw-r--r--source/en-ZA/sc/source/ui/src.po (renamed from translations/source/en-ZA/sc/source/ui/src.po)0
-rw-r--r--source/en-ZA/sc/source/ui/styleui.po (renamed from translations/source/en-ZA/sc/source/ui/styleui.po)0
-rw-r--r--source/en-ZA/scaddins/source/analysis.po (renamed from translations/source/en-ZA/scaddins/source/analysis.po)0
-rw-r--r--source/en-ZA/scaddins/source/datefunc.po (renamed from translations/source/en-ZA/scaddins/source/datefunc.po)0
-rw-r--r--source/en-ZA/sccomp/source/solver.po (renamed from translations/source/en-ZA/sccomp/source/solver.po)0
-rw-r--r--source/en-ZA/scp2/source/accessories.po (renamed from translations/source/en-ZA/scp2/source/accessories.po)0
-rw-r--r--source/en-ZA/scp2/source/activex.po (renamed from translations/source/en-ZA/scp2/source/activex.po)0
-rw-r--r--source/en-ZA/scp2/source/base.po (renamed from translations/source/en-ZA/scp2/source/base.po)0
-rw-r--r--source/en-ZA/scp2/source/binfilter.po (renamed from translations/source/en-ZA/scp2/source/binfilter.po)0
-rw-r--r--source/en-ZA/scp2/source/calc.po (renamed from translations/source/en-ZA/scp2/source/calc.po)0
-rw-r--r--source/en-ZA/scp2/source/draw.po (renamed from translations/source/en-ZA/scp2/source/draw.po)0
-rw-r--r--source/en-ZA/scp2/source/extensions.po (renamed from translations/source/en-ZA/scp2/source/extensions.po)0
-rw-r--r--source/en-ZA/scp2/source/gnome.po (renamed from translations/source/en-ZA/scp2/source/gnome.po)0
-rw-r--r--source/en-ZA/scp2/source/graphicfilter.po (renamed from translations/source/en-ZA/scp2/source/graphicfilter.po)0
-rw-r--r--source/en-ZA/scp2/source/impress.po (renamed from translations/source/en-ZA/scp2/source/impress.po)0
-rw-r--r--source/en-ZA/scp2/source/javafilter.po (renamed from translations/source/en-ZA/scp2/source/javafilter.po)0
-rw-r--r--source/en-ZA/scp2/source/kde.po (renamed from translations/source/en-ZA/scp2/source/kde.po)0
-rw-r--r--source/en-ZA/scp2/source/math.po (renamed from translations/source/en-ZA/scp2/source/math.po)0
-rw-r--r--source/en-ZA/scp2/source/onlineupdate.po (renamed from translations/source/en-ZA/scp2/source/onlineupdate.po)0
-rw-r--r--source/en-ZA/scp2/source/ooo.po (renamed from translations/source/en-ZA/scp2/source/ooo.po)0
-rw-r--r--source/en-ZA/scp2/source/python.po (renamed from translations/source/en-ZA/scp2/source/python.po)0
-rw-r--r--source/en-ZA/scp2/source/quickstart.po (renamed from translations/source/en-ZA/scp2/source/quickstart.po)0
-rw-r--r--source/en-ZA/scp2/source/sdkoo.po (renamed from translations/source/en-ZA/scp2/source/sdkoo.po)0
-rw-r--r--source/en-ZA/scp2/source/smoketest.po (renamed from translations/source/en-ZA/scp2/source/smoketest.po)0
-rw-r--r--source/en-ZA/scp2/source/stdlibs.po (renamed from translations/source/en-ZA/scp2/source/stdlibs.po)0
-rw-r--r--source/en-ZA/scp2/source/tde.po (renamed from translations/source/en-ZA/scp2/source/tde.po)0
-rw-r--r--source/en-ZA/scp2/source/winexplorerext.po (renamed from translations/source/en-ZA/scp2/source/winexplorerext.po)0
-rw-r--r--source/en-ZA/scp2/source/writer.po (renamed from translations/source/en-ZA/scp2/source/writer.po)0
-rw-r--r--source/en-ZA/scp2/source/xsltfilter.po (renamed from translations/source/en-ZA/scp2/source/xsltfilter.po)0
-rw-r--r--source/en-ZA/scripting/source/pyprov.po (renamed from translations/source/en-ZA/scripting/source/pyprov.po)0
-rw-r--r--source/en-ZA/sd/source/core.po (renamed from translations/source/en-ZA/sd/source/core.po)0
-rw-r--r--source/en-ZA/sd/source/filter/html.po (renamed from translations/source/en-ZA/sd/source/filter/html.po)0
-rw-r--r--source/en-ZA/sd/source/ui/accessibility.po (renamed from translations/source/en-ZA/sd/source/ui/accessibility.po)0
-rw-r--r--source/en-ZA/sd/source/ui/animations.po (renamed from translations/source/en-ZA/sd/source/ui/animations.po)0
-rw-r--r--source/en-ZA/sd/source/ui/annotations.po (renamed from translations/source/en-ZA/sd/source/ui/annotations.po)0
-rw-r--r--source/en-ZA/sd/source/ui/app.po (renamed from translations/source/en-ZA/sd/source/ui/app.po)0
-rw-r--r--source/en-ZA/sd/source/ui/dlg.po (renamed from translations/source/en-ZA/sd/source/ui/dlg.po)0
-rw-r--r--source/en-ZA/sd/source/ui/slideshow.po (renamed from translations/source/en-ZA/sd/source/ui/slideshow.po)0
-rw-r--r--source/en-ZA/sd/source/ui/table.po (renamed from translations/source/en-ZA/sd/source/ui/table.po)0
-rw-r--r--source/en-ZA/sd/source/ui/view.po (renamed from translations/source/en-ZA/sd/source/ui/view.po)0
-rw-r--r--source/en-ZA/sdext/source/minimizer.po (renamed from translations/source/en-ZA/sdext/source/minimizer.po)0
-rw-r--r--source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/en-ZA/sdext/source/pdfimport.po (renamed from translations/source/en-ZA/sdext/source/pdfimport.po)0
-rw-r--r--source/en-ZA/sdext/source/presenter.po (renamed from translations/source/en-ZA/sdext/source/presenter.po)0
-rw-r--r--source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/en-ZA/setup_native/source/mac.po (renamed from translations/source/en-ZA/setup_native/source/mac.po)0
-rw-r--r--source/en-ZA/sfx2/source/appl.po (renamed from translations/source/en-ZA/sfx2/source/appl.po)0
-rw-r--r--source/en-ZA/sfx2/source/bastyp.po (renamed from translations/source/en-ZA/sfx2/source/bastyp.po)0
-rw-r--r--source/en-ZA/sfx2/source/dialog.po (renamed from translations/source/en-ZA/sfx2/source/dialog.po)0
-rw-r--r--source/en-ZA/sfx2/source/doc.po (renamed from translations/source/en-ZA/sfx2/source/doc.po)0
-rw-r--r--source/en-ZA/sfx2/source/menu.po (renamed from translations/source/en-ZA/sfx2/source/menu.po)0
-rw-r--r--source/en-ZA/sfx2/source/view.po (renamed from translations/source/en-ZA/sfx2/source/view.po)0
-rw-r--r--source/en-ZA/shell/source/win32/shlxthandler/res.po (renamed from translations/source/en-ZA/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/en-ZA/starmath/source.po (renamed from translations/source/en-ZA/starmath/source.po)0
-rw-r--r--source/en-ZA/svl/source/items.po (renamed from translations/source/en-ZA/svl/source/items.po)0
-rw-r--r--source/en-ZA/svl/source/misc.po (renamed from translations/source/en-ZA/svl/source/misc.po)0
-rw-r--r--source/en-ZA/svtools/source/contnr.po (renamed from translations/source/en-ZA/svtools/source/contnr.po)0
-rw-r--r--source/en-ZA/svtools/source/control.po (renamed from translations/source/en-ZA/svtools/source/control.po)0
-rw-r--r--source/en-ZA/svtools/source/dialogs.po (renamed from translations/source/en-ZA/svtools/source/dialogs.po)0
-rw-r--r--source/en-ZA/svtools/source/filter.po (renamed from translations/source/en-ZA/svtools/source/filter.po)0
-rw-r--r--source/en-ZA/svtools/source/java.po (renamed from translations/source/en-ZA/svtools/source/java.po)0
-rw-r--r--source/en-ZA/svtools/source/misc.po (renamed from translations/source/en-ZA/svtools/source/misc.po)0
-rw-r--r--source/en-ZA/svtools/source/toolpanel.po (renamed from translations/source/en-ZA/svtools/source/toolpanel.po)0
-rw-r--r--source/en-ZA/svtools/workben/unodialog.po (renamed from translations/source/en-ZA/svtools/workben/unodialog.po)0
-rw-r--r--source/en-ZA/svx/inc.po (renamed from translations/source/en-ZA/svx/inc.po)0
-rw-r--r--source/en-ZA/svx/source/accessibility.po (renamed from translations/source/en-ZA/svx/source/accessibility.po)0
-rw-r--r--source/en-ZA/svx/source/dialog.po (renamed from translations/source/en-ZA/svx/source/dialog.po)0
-rw-r--r--source/en-ZA/svx/source/engine3d.po (renamed from translations/source/en-ZA/svx/source/engine3d.po)0
-rw-r--r--source/en-ZA/svx/source/fmcomp.po (renamed from translations/source/en-ZA/svx/source/fmcomp.po)0
-rw-r--r--source/en-ZA/svx/source/form.po (renamed from translations/source/en-ZA/svx/source/form.po)0
-rw-r--r--source/en-ZA/svx/source/gallery2.po (renamed from translations/source/en-ZA/svx/source/gallery2.po)0
-rw-r--r--source/en-ZA/svx/source/items.po (renamed from translations/source/en-ZA/svx/source/items.po)0
-rw-r--r--source/en-ZA/svx/source/src.po (renamed from translations/source/en-ZA/svx/source/src.po)0
-rw-r--r--source/en-ZA/svx/source/stbctrls.po (renamed from translations/source/en-ZA/svx/source/stbctrls.po)0
-rw-r--r--source/en-ZA/svx/source/svdraw.po (renamed from translations/source/en-ZA/svx/source/svdraw.po)0
-rw-r--r--source/en-ZA/svx/source/table.po (renamed from translations/source/en-ZA/svx/source/table.po)0
-rw-r--r--source/en-ZA/svx/source/tbxctrls.po (renamed from translations/source/en-ZA/svx/source/tbxctrls.po)0
-rw-r--r--source/en-ZA/svx/source/toolbars.po (renamed from translations/source/en-ZA/svx/source/toolbars.po)0
-rw-r--r--source/en-ZA/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/en-ZA/sw/source/core/layout.po (renamed from translations/source/en-ZA/sw/source/core/layout.po)0
-rw-r--r--source/en-ZA/sw/source/core/undo.po (renamed from translations/source/en-ZA/sw/source/core/undo.po)0
-rw-r--r--source/en-ZA/sw/source/core/unocore.po (renamed from translations/source/en-ZA/sw/source/core/unocore.po)0
-rw-r--r--source/en-ZA/sw/source/ui/app.po (renamed from translations/source/en-ZA/sw/source/ui/app.po)0
-rw-r--r--source/en-ZA/sw/source/ui/chrdlg.po (renamed from translations/source/en-ZA/sw/source/ui/chrdlg.po)0
-rw-r--r--source/en-ZA/sw/source/ui/config.po (renamed from translations/source/en-ZA/sw/source/ui/config.po)0
-rw-r--r--source/en-ZA/sw/source/ui/dbui.po (renamed from translations/source/en-ZA/sw/source/ui/dbui.po)0
-rw-r--r--source/en-ZA/sw/source/ui/dialog.po (renamed from translations/source/en-ZA/sw/source/ui/dialog.po)0
-rw-r--r--source/en-ZA/sw/source/ui/dochdl.po (renamed from translations/source/en-ZA/sw/source/ui/dochdl.po)0
-rw-r--r--source/en-ZA/sw/source/ui/docvw.po (renamed from translations/source/en-ZA/sw/source/ui/docvw.po)0
-rw-r--r--source/en-ZA/sw/source/ui/envelp.po (renamed from translations/source/en-ZA/sw/source/ui/envelp.po)0
-rw-r--r--source/en-ZA/sw/source/ui/fldui.po (renamed from translations/source/en-ZA/sw/source/ui/fldui.po)0
-rw-r--r--source/en-ZA/sw/source/ui/fmtui.po (renamed from translations/source/en-ZA/sw/source/ui/fmtui.po)0
-rw-r--r--source/en-ZA/sw/source/ui/frmdlg.po (renamed from translations/source/en-ZA/sw/source/ui/frmdlg.po)0
-rw-r--r--source/en-ZA/sw/source/ui/globdoc.po (renamed from translations/source/en-ZA/sw/source/ui/globdoc.po)0
-rw-r--r--source/en-ZA/sw/source/ui/index.po (renamed from translations/source/en-ZA/sw/source/ui/index.po)0
-rw-r--r--source/en-ZA/sw/source/ui/lingu.po (renamed from translations/source/en-ZA/sw/source/ui/lingu.po)0
-rw-r--r--source/en-ZA/sw/source/ui/misc.po (renamed from translations/source/en-ZA/sw/source/ui/misc.po)0
-rw-r--r--source/en-ZA/sw/source/ui/ribbar.po (renamed from translations/source/en-ZA/sw/source/ui/ribbar.po)0
-rw-r--r--source/en-ZA/sw/source/ui/shells.po (renamed from translations/source/en-ZA/sw/source/ui/shells.po)0
-rw-r--r--source/en-ZA/sw/source/ui/smartmenu.po (renamed from translations/source/en-ZA/sw/source/ui/smartmenu.po)0
-rw-r--r--source/en-ZA/sw/source/ui/table.po (renamed from translations/source/en-ZA/sw/source/ui/table.po)0
-rw-r--r--source/en-ZA/sw/source/ui/uiview.po (renamed from translations/source/en-ZA/sw/source/ui/uiview.po)0
-rw-r--r--source/en-ZA/sw/source/ui/utlui.po (renamed from translations/source/en-ZA/sw/source/ui/utlui.po)0
-rw-r--r--source/en-ZA/sw/source/ui/web.po (renamed from translations/source/en-ZA/sw/source/ui/web.po)0
-rw-r--r--source/en-ZA/sw/source/ui/wrtsh.po (renamed from translations/source/en-ZA/sw/source/ui/wrtsh.po)0
-rw-r--r--source/en-ZA/swext/mediawiki/help.po (renamed from translations/source/en-ZA/swext/mediawiki/help.po)0
-rw-r--r--source/en-ZA/swext/mediawiki/src.po (renamed from translations/source/en-ZA/swext/mediawiki/src.po)0
-rw-r--r--source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/en-ZA/sysui/desktop/share.po (renamed from translations/source/en-ZA/sysui/desktop/share.po)0
-rw-r--r--source/en-ZA/uui/source.po (renamed from translations/source/en-ZA/uui/source.po)0
-rw-r--r--source/en-ZA/vcl/source/src.po (renamed from translations/source/en-ZA/vcl/source/src.po)0
-rw-r--r--source/en-ZA/wizards/source/euro.po (renamed from translations/source/en-ZA/wizards/source/euro.po)0
-rw-r--r--source/en-ZA/wizards/source/formwizard.po (renamed from translations/source/en-ZA/wizards/source/formwizard.po)0
-rw-r--r--source/en-ZA/wizards/source/importwizard.po (renamed from translations/source/en-ZA/wizards/source/importwizard.po)0
-rw-r--r--source/en-ZA/wizards/source/schedule.po (renamed from translations/source/en-ZA/wizards/source/schedule.po)0
-rw-r--r--source/en-ZA/wizards/source/template.po (renamed from translations/source/en-ZA/wizards/source/template.po)0
-rw-r--r--source/en-ZA/xmlsecurity/source/component.po (renamed from translations/source/en-ZA/xmlsecurity/source/component.po)0
-rw-r--r--source/en-ZA/xmlsecurity/source/dialogs.po (renamed from translations/source/en-ZA/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/eo/accessibility/source/helper.po (renamed from translations/source/eo/accessibility/source/helper.po)0
-rw-r--r--source/eo/avmedia/source/framework.po (renamed from translations/source/eo/avmedia/source/framework.po)0
-rw-r--r--source/eo/avmedia/source/viewer.po (renamed from translations/source/eo/avmedia/source/viewer.po)0
-rw-r--r--source/eo/basctl/source/basicide.po (renamed from translations/source/eo/basctl/source/basicide.po)0
-rw-r--r--source/eo/basctl/source/dlged.po (renamed from translations/source/eo/basctl/source/dlged.po)0
-rw-r--r--source/eo/basic/source/classes.po (renamed from translations/source/eo/basic/source/classes.po)0
-rw-r--r--source/eo/basic/source/sbx.po (renamed from translations/source/eo/basic/source/sbx.po)0
-rw-r--r--source/eo/chart2/source/controller/dialogs.po (renamed from translations/source/eo/chart2/source/controller/dialogs.po)0
-rw-r--r--source/eo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/eo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/eo/connectivity/source/resource.po (renamed from translations/source/eo/connectivity/source/resource.po)0
-rw-r--r--source/eo/cui/source/customize.po (renamed from translations/source/eo/cui/source/customize.po)0
-rw-r--r--source/eo/cui/source/dialogs.po (renamed from translations/source/eo/cui/source/dialogs.po)0
-rw-r--r--source/eo/cui/source/options.po (renamed from translations/source/eo/cui/source/options.po)0
-rw-r--r--source/eo/cui/source/tabpages.po (renamed from translations/source/eo/cui/source/tabpages.po)0
-rw-r--r--source/eo/dbaccess/source/core/resource.po (renamed from translations/source/eo/dbaccess/source/core/resource.po)0
-rw-r--r--source/eo/dbaccess/source/ext/macromigration.po (renamed from translations/source/eo/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/eo/dbaccess/source/sdbtools/resource.po (renamed from translations/source/eo/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/eo/dbaccess/source/ui/app.po (renamed from translations/source/eo/dbaccess/source/ui/app.po)0
-rw-r--r--source/eo/dbaccess/source/ui/browser.po (renamed from translations/source/eo/dbaccess/source/ui/browser.po)0
-rw-r--r--source/eo/dbaccess/source/ui/control.po (renamed from translations/source/eo/dbaccess/source/ui/control.po)0
-rw-r--r--source/eo/dbaccess/source/ui/dlg.po (renamed from translations/source/eo/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/eo/dbaccess/source/ui/inc.po (renamed from translations/source/eo/dbaccess/source/ui/inc.po)0
-rw-r--r--source/eo/dbaccess/source/ui/misc.po (renamed from translations/source/eo/dbaccess/source/ui/misc.po)0
-rw-r--r--source/eo/dbaccess/source/ui/querydesign.po (renamed from translations/source/eo/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/eo/dbaccess/source/ui/relationdesign.po (renamed from translations/source/eo/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/eo/dbaccess/source/ui/tabledesign.po (renamed from translations/source/eo/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/eo/dbaccess/source/ui/uno.po (renamed from translations/source/eo/dbaccess/source/ui/uno.po)0
-rw-r--r--source/eo/desktop/source/app.po (renamed from translations/source/eo/desktop/source/app.po)0
-rw-r--r--source/eo/desktop/source/deployment/gui.po (renamed from translations/source/eo/desktop/source/deployment/gui.po)0
-rw-r--r--source/eo/desktop/source/deployment/manager.po (renamed from translations/source/eo/desktop/source/deployment/manager.po)0
-rw-r--r--source/eo/desktop/source/deployment/misc.po (renamed from translations/source/eo/desktop/source/deployment/misc.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry.po (renamed from translations/source/eo/desktop/source/deployment/registry.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/component.po (renamed from translations/source/eo/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/configuration.po (renamed from translations/source/eo/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/help.po (renamed from translations/source/eo/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/package.po (renamed from translations/source/eo/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/script.po (renamed from translations/source/eo/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/eo/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/eo/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/eo/desktop/source/deployment/unopkg.po (renamed from translations/source/eo/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/eo/dictionaries/af_ZA.po (renamed from translations/source/eo/dictionaries/af_ZA.po)0
-rw-r--r--source/eo/dictionaries/an_ES.po (renamed from translations/source/eo/dictionaries/an_ES.po)0
-rw-r--r--source/eo/dictionaries/ar.po (renamed from translations/source/eo/dictionaries/ar.po)0
-rw-r--r--source/eo/dictionaries/be_BY.po (renamed from translations/source/eo/dictionaries/be_BY.po)0
-rw-r--r--source/eo/dictionaries/bg_BG.po (renamed from translations/source/eo/dictionaries/bg_BG.po)0
-rw-r--r--source/eo/dictionaries/bn_BD.po (renamed from translations/source/eo/dictionaries/bn_BD.po)0
-rw-r--r--source/eo/dictionaries/br_FR.po (renamed from translations/source/eo/dictionaries/br_FR.po)0
-rw-r--r--source/eo/dictionaries/ca.po (renamed from translations/source/eo/dictionaries/ca.po)0
-rw-r--r--source/eo/dictionaries/cs_CZ.po (renamed from translations/source/eo/dictionaries/cs_CZ.po)0
-rw-r--r--source/eo/dictionaries/da_DK.po (renamed from translations/source/eo/dictionaries/da_DK.po)0
-rw-r--r--source/eo/dictionaries/de.po (renamed from translations/source/eo/dictionaries/de.po)0
-rw-r--r--source/eo/dictionaries/el_GR.po (renamed from translations/source/eo/dictionaries/el_GR.po)0
-rw-r--r--source/eo/dictionaries/en.po (renamed from translations/source/eo/dictionaries/en.po)0
-rw-r--r--source/eo/dictionaries/en/dialog.po (renamed from translations/source/eo/dictionaries/en/dialog.po)0
-rw-r--r--source/eo/dictionaries/es_ES.po (renamed from translations/source/eo/dictionaries/es_ES.po)0
-rw-r--r--source/eo/dictionaries/et_EE.po (renamed from translations/source/eo/dictionaries/et_EE.po)0
-rw-r--r--source/eo/dictionaries/fr_FR.po (renamed from translations/source/eo/dictionaries/fr_FR.po)0
-rw-r--r--source/eo/dictionaries/gd_GB.po (renamed from translations/source/eo/dictionaries/gd_GB.po)0
-rw-r--r--source/eo/dictionaries/gl.po (renamed from translations/source/eo/dictionaries/gl.po)0
-rw-r--r--source/eo/dictionaries/gu_IN.po (renamed from translations/source/eo/dictionaries/gu_IN.po)0
-rw-r--r--source/eo/dictionaries/he_IL.po (renamed from translations/source/eo/dictionaries/he_IL.po)0
-rw-r--r--source/eo/dictionaries/hi_IN.po (renamed from translations/source/eo/dictionaries/hi_IN.po)0
-rw-r--r--source/eo/dictionaries/hr_HR.po (renamed from translations/source/eo/dictionaries/hr_HR.po)0
-rw-r--r--source/eo/dictionaries/hu_HU.po (renamed from translations/source/eo/dictionaries/hu_HU.po)0
-rw-r--r--source/eo/dictionaries/hu_HU/dialog.po (renamed from translations/source/eo/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/eo/dictionaries/it_IT.po (renamed from translations/source/eo/dictionaries/it_IT.po)0
-rw-r--r--source/eo/dictionaries/ku_TR.po (renamed from translations/source/eo/dictionaries/ku_TR.po)0
-rw-r--r--source/eo/dictionaries/lt_LT.po (renamed from translations/source/eo/dictionaries/lt_LT.po)0
-rw-r--r--source/eo/dictionaries/lv_LV.po (renamed from translations/source/eo/dictionaries/lv_LV.po)0
-rw-r--r--source/eo/dictionaries/ne_NP.po (renamed from translations/source/eo/dictionaries/ne_NP.po)0
-rw-r--r--source/eo/dictionaries/nl_NL.po (renamed from translations/source/eo/dictionaries/nl_NL.po)0
-rw-r--r--source/eo/dictionaries/no.po (renamed from translations/source/eo/dictionaries/no.po)0
-rw-r--r--source/eo/dictionaries/oc_FR.po (renamed from translations/source/eo/dictionaries/oc_FR.po)0
-rw-r--r--source/eo/dictionaries/pl_PL.po (renamed from translations/source/eo/dictionaries/pl_PL.po)0
-rw-r--r--source/eo/dictionaries/pt_BR.po (renamed from translations/source/eo/dictionaries/pt_BR.po)0
-rw-r--r--source/eo/dictionaries/pt_PT.po (renamed from translations/source/eo/dictionaries/pt_PT.po)0
-rw-r--r--source/eo/dictionaries/ro.po (renamed from translations/source/eo/dictionaries/ro.po)0
-rw-r--r--source/eo/dictionaries/ru_RU.po (renamed from translations/source/eo/dictionaries/ru_RU.po)0
-rw-r--r--source/eo/dictionaries/ru_RU/dialog.po (renamed from translations/source/eo/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/eo/dictionaries/si_LK.po (renamed from translations/source/eo/dictionaries/si_LK.po)0
-rw-r--r--source/eo/dictionaries/sk_SK.po (renamed from translations/source/eo/dictionaries/sk_SK.po)0
-rw-r--r--source/eo/dictionaries/sl_SI.po (renamed from translations/source/eo/dictionaries/sl_SI.po)0
-rw-r--r--source/eo/dictionaries/sr.po (renamed from translations/source/eo/dictionaries/sr.po)0
-rw-r--r--source/eo/dictionaries/sv_SE.po (renamed from translations/source/eo/dictionaries/sv_SE.po)0
-rw-r--r--source/eo/dictionaries/sw_TZ.po (renamed from translations/source/eo/dictionaries/sw_TZ.po)0
-rw-r--r--source/eo/dictionaries/te_IN.po (renamed from translations/source/eo/dictionaries/te_IN.po)0
-rw-r--r--source/eo/dictionaries/th_TH.po (renamed from translations/source/eo/dictionaries/th_TH.po)0
-rw-r--r--source/eo/dictionaries/uk_UA.po (renamed from translations/source/eo/dictionaries/uk_UA.po)0
-rw-r--r--source/eo/dictionaries/vi.po (renamed from translations/source/eo/dictionaries/vi.po)0
-rw-r--r--source/eo/dictionaries/zu_ZA.po (renamed from translations/source/eo/dictionaries/zu_ZA.po)0
-rw-r--r--source/eo/editeng/source/accessibility.po (renamed from translations/source/eo/editeng/source/accessibility.po)0
-rw-r--r--source/eo/editeng/source/editeng.po (renamed from translations/source/eo/editeng/source/editeng.po)0
-rw-r--r--source/eo/editeng/source/items.po (renamed from translations/source/eo/editeng/source/items.po)0
-rw-r--r--source/eo/editeng/source/misc.po (renamed from translations/source/eo/editeng/source/misc.po)0
-rw-r--r--source/eo/editeng/source/outliner.po (renamed from translations/source/eo/editeng/source/outliner.po)0
-rw-r--r--source/eo/extensions/source/abpilot.po (renamed from translations/source/eo/extensions/source/abpilot.po)0
-rw-r--r--source/eo/extensions/source/bibliography.po (renamed from translations/source/eo/extensions/source/bibliography.po)0
-rw-r--r--source/eo/extensions/source/dbpilots.po (renamed from translations/source/eo/extensions/source/dbpilots.po)0
-rw-r--r--source/eo/extensions/source/propctrlr.po (renamed from translations/source/eo/extensions/source/propctrlr.po)0
-rw-r--r--source/eo/extensions/source/scanner.po (renamed from translations/source/eo/extensions/source/scanner.po)0
-rw-r--r--source/eo/extensions/source/update/check.po (renamed from translations/source/eo/extensions/source/update/check.po)0
-rw-r--r--source/eo/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/eo/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/eo/filter/source/config/fragments/filters.po (renamed from translations/source/eo/filter/source/config/fragments/filters.po)0
-rw-r--r--source/eo/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/eo/filter/source/config/fragments/types.po (renamed from translations/source/eo/filter/source/config/fragments/types.po)0
-rw-r--r--source/eo/filter/source/flash.po (renamed from translations/source/eo/filter/source/flash.po)0
-rw-r--r--source/eo/filter/source/graphicfilter/eps.po (renamed from translations/source/eo/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/eo/filter/source/pdf.po (renamed from translations/source/eo/filter/source/pdf.po)0
-rw-r--r--source/eo/filter/source/t602.po (renamed from translations/source/eo/filter/source/t602.po)0
-rw-r--r--source/eo/filter/source/xsltdialog.po (renamed from translations/source/eo/filter/source/xsltdialog.po)0
-rw-r--r--source/eo/forms/source/resource.po (renamed from translations/source/eo/forms/source/resource.po)0
-rw-r--r--source/eo/formula/source/core/resource.po (renamed from translations/source/eo/formula/source/core/resource.po)0
-rw-r--r--source/eo/formula/source/ui/dlg.po (renamed from translations/source/eo/formula/source/ui/dlg.po)0
-rw-r--r--source/eo/fpicker/source/office.po (renamed from translations/source/eo/fpicker/source/office.po)0
-rw-r--r--source/eo/framework/source/classes.po (renamed from translations/source/eo/framework/source/classes.po)0
-rw-r--r--source/eo/framework/source/services.po (renamed from translations/source/eo/framework/source/services.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/eo/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/eo/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc.po (renamed from translations/source/eo/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/00.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/02.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/04.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/05.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/eo/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/schart.po (renamed from translations/source/eo/helpcontent2/source/text/schart.po)0
-rw-r--r--source/eo/helpcontent2/source/text/schart/00.po (renamed from translations/source/eo/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/schart/01.po (renamed from translations/source/eo/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/schart/02.po (renamed from translations/source/eo/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/schart/04.po (renamed from translations/source/eo/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sdraw.po (renamed from translations/source/eo/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/eo/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/eo/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/eo/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/eo/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared.po (renamed from translations/source/eo/helpcontent2/source/text/shared.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po (renamed from translations/source/eo/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po (renamed from translations/source/eo/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po (renamed from translations/source/eo/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/04.po (renamed from translations/source/eo/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/05.po (renamed from translations/source/eo/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/07.po (renamed from translations/source/eo/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/eo/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/eo/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/eo/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po (renamed from translations/source/eo/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/eo/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress.po (renamed from translations/source/eo/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress/00.po (renamed from translations/source/eo/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress/01.po (renamed from translations/source/eo/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress/02.po (renamed from translations/source/eo/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress/04.po (renamed from translations/source/eo/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/eo/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath.po (renamed from translations/source/eo/helpcontent2/source/text/smath.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath/00.po (renamed from translations/source/eo/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath/01.po (renamed from translations/source/eo/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath/02.po (renamed from translations/source/eo/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath/04.po (renamed from translations/source/eo/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/smath/guide.po (renamed from translations/source/eo/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po (renamed from translations/source/eo/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po (renamed from translations/source/eo/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po (renamed from translations/source/eo/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter/02.po (renamed from translations/source/eo/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter/04.po (renamed from translations/source/eo/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/eo/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/eo/mysqlc/source.po (renamed from translations/source/eo/mysqlc/source.po)0
-rw-r--r--source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/eo/nlpsolver/src/locale.po (renamed from translations/source/eo/nlpsolver/src/locale.po)0
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/eo/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/eo/padmin/source.po (renamed from translations/source/eo/padmin/source.po)0
-rw-r--r--source/eo/readlicense_oo/docs/readme.po (renamed from translations/source/eo/readlicense_oo/docs/readme.po)0
-rw-r--r--source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/eo/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/eo/reportbuilder/util.po (renamed from translations/source/eo/reportbuilder/util.po)0
-rw-r--r--source/eo/reportdesign/source/core/resource.po (renamed from translations/source/eo/reportdesign/source/core/resource.po)0
-rw-r--r--source/eo/reportdesign/source/ui/dlg.po (renamed from translations/source/eo/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/eo/reportdesign/source/ui/inspection.po (renamed from translations/source/eo/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/eo/reportdesign/source/ui/report.po (renamed from translations/source/eo/reportdesign/source/ui/report.po)0
-rw-r--r--source/eo/sc/source/core/src.po (renamed from translations/source/eo/sc/source/core/src.po)0
-rw-r--r--source/eo/sc/source/ui/cctrl.po (renamed from translations/source/eo/sc/source/ui/cctrl.po)0
-rw-r--r--source/eo/sc/source/ui/dbgui.po (renamed from translations/source/eo/sc/source/ui/dbgui.po)0
-rw-r--r--source/eo/sc/source/ui/docshell.po (renamed from translations/source/eo/sc/source/ui/docshell.po)0
-rw-r--r--source/eo/sc/source/ui/drawfunc.po (renamed from translations/source/eo/sc/source/ui/drawfunc.po)0
-rw-r--r--source/eo/sc/source/ui/formdlg.po (renamed from translations/source/eo/sc/source/ui/formdlg.po)0
-rw-r--r--source/eo/sc/source/ui/miscdlgs.po (renamed from translations/source/eo/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/eo/sc/source/ui/navipi.po (renamed from translations/source/eo/sc/source/ui/navipi.po)0
-rw-r--r--source/eo/sc/source/ui/optdlg.po (renamed from translations/source/eo/sc/source/ui/optdlg.po)0
-rw-r--r--source/eo/sc/source/ui/pagedlg.po (renamed from translations/source/eo/sc/source/ui/pagedlg.po)0
-rw-r--r--source/eo/sc/source/ui/src.po (renamed from translations/source/eo/sc/source/ui/src.po)0
-rw-r--r--source/eo/sc/source/ui/styleui.po (renamed from translations/source/eo/sc/source/ui/styleui.po)0
-rw-r--r--source/eo/scaddins/source/analysis.po (renamed from translations/source/eo/scaddins/source/analysis.po)0
-rw-r--r--source/eo/scaddins/source/datefunc.po (renamed from translations/source/eo/scaddins/source/datefunc.po)0
-rw-r--r--source/eo/sccomp/source/solver.po (renamed from translations/source/eo/sccomp/source/solver.po)0
-rw-r--r--source/eo/scp2/source/accessories.po (renamed from translations/source/eo/scp2/source/accessories.po)0
-rw-r--r--source/eo/scp2/source/activex.po (renamed from translations/source/eo/scp2/source/activex.po)0
-rw-r--r--source/eo/scp2/source/base.po (renamed from translations/source/eo/scp2/source/base.po)0
-rw-r--r--source/eo/scp2/source/binfilter.po (renamed from translations/source/eo/scp2/source/binfilter.po)0
-rw-r--r--source/eo/scp2/source/calc.po (renamed from translations/source/eo/scp2/source/calc.po)0
-rw-r--r--source/eo/scp2/source/draw.po (renamed from translations/source/eo/scp2/source/draw.po)0
-rw-r--r--source/eo/scp2/source/extensions.po (renamed from translations/source/eo/scp2/source/extensions.po)0
-rw-r--r--source/eo/scp2/source/gnome.po (renamed from translations/source/eo/scp2/source/gnome.po)0
-rw-r--r--source/eo/scp2/source/graphicfilter.po (renamed from translations/source/eo/scp2/source/graphicfilter.po)0
-rw-r--r--source/eo/scp2/source/impress.po (renamed from translations/source/eo/scp2/source/impress.po)0
-rw-r--r--source/eo/scp2/source/javafilter.po (renamed from translations/source/eo/scp2/source/javafilter.po)0
-rw-r--r--source/eo/scp2/source/kde.po (renamed from translations/source/eo/scp2/source/kde.po)0
-rw-r--r--source/eo/scp2/source/math.po (renamed from translations/source/eo/scp2/source/math.po)0
-rw-r--r--source/eo/scp2/source/onlineupdate.po (renamed from translations/source/eo/scp2/source/onlineupdate.po)0
-rw-r--r--source/eo/scp2/source/ooo.po (renamed from translations/source/eo/scp2/source/ooo.po)0
-rw-r--r--source/eo/scp2/source/python.po (renamed from translations/source/eo/scp2/source/python.po)0
-rw-r--r--source/eo/scp2/source/quickstart.po (renamed from translations/source/eo/scp2/source/quickstart.po)0
-rw-r--r--source/eo/scp2/source/sdkoo.po (renamed from translations/source/eo/scp2/source/sdkoo.po)0
-rw-r--r--source/eo/scp2/source/smoketest.po (renamed from translations/source/eo/scp2/source/smoketest.po)0
-rw-r--r--source/eo/scp2/source/stdlibs.po (renamed from translations/source/eo/scp2/source/stdlibs.po)0
-rw-r--r--source/eo/scp2/source/tde.po (renamed from translations/source/eo/scp2/source/tde.po)0
-rw-r--r--source/eo/scp2/source/winexplorerext.po (renamed from translations/source/eo/scp2/source/winexplorerext.po)0
-rw-r--r--source/eo/scp2/source/writer.po (renamed from translations/source/eo/scp2/source/writer.po)0
-rw-r--r--source/eo/scp2/source/xsltfilter.po (renamed from translations/source/eo/scp2/source/xsltfilter.po)0
-rw-r--r--source/eo/scripting/source/pyprov.po (renamed from translations/source/eo/scripting/source/pyprov.po)0
-rw-r--r--source/eo/sd/source/core.po (renamed from translations/source/eo/sd/source/core.po)0
-rw-r--r--source/eo/sd/source/filter/html.po (renamed from translations/source/eo/sd/source/filter/html.po)0
-rw-r--r--source/eo/sd/source/ui/accessibility.po (renamed from translations/source/eo/sd/source/ui/accessibility.po)0
-rw-r--r--source/eo/sd/source/ui/animations.po (renamed from translations/source/eo/sd/source/ui/animations.po)0
-rw-r--r--source/eo/sd/source/ui/annotations.po (renamed from translations/source/eo/sd/source/ui/annotations.po)0
-rw-r--r--source/eo/sd/source/ui/app.po (renamed from translations/source/eo/sd/source/ui/app.po)0
-rw-r--r--source/eo/sd/source/ui/dlg.po (renamed from translations/source/eo/sd/source/ui/dlg.po)0
-rw-r--r--source/eo/sd/source/ui/slideshow.po (renamed from translations/source/eo/sd/source/ui/slideshow.po)0
-rw-r--r--source/eo/sd/source/ui/table.po (renamed from translations/source/eo/sd/source/ui/table.po)0
-rw-r--r--source/eo/sd/source/ui/view.po (renamed from translations/source/eo/sd/source/ui/view.po)0
-rw-r--r--source/eo/sdext/source/minimizer.po (renamed from translations/source/eo/sdext/source/minimizer.po)0
-rw-r--r--source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/eo/sdext/source/pdfimport.po (renamed from translations/source/eo/sdext/source/pdfimport.po)0
-rw-r--r--source/eo/sdext/source/presenter.po (renamed from translations/source/eo/sdext/source/presenter.po)0
-rw-r--r--source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/eo/setup_native/source/mac.po (renamed from translations/source/eo/setup_native/source/mac.po)0
-rw-r--r--source/eo/sfx2/source/appl.po (renamed from translations/source/eo/sfx2/source/appl.po)0
-rw-r--r--source/eo/sfx2/source/bastyp.po (renamed from translations/source/eo/sfx2/source/bastyp.po)0
-rw-r--r--source/eo/sfx2/source/dialog.po (renamed from translations/source/eo/sfx2/source/dialog.po)0
-rw-r--r--source/eo/sfx2/source/doc.po (renamed from translations/source/eo/sfx2/source/doc.po)0
-rw-r--r--source/eo/sfx2/source/menu.po (renamed from translations/source/eo/sfx2/source/menu.po)0
-rw-r--r--source/eo/sfx2/source/view.po (renamed from translations/source/eo/sfx2/source/view.po)0
-rw-r--r--source/eo/shell/source/win32/shlxthandler/res.po (renamed from translations/source/eo/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/eo/starmath/source.po (renamed from translations/source/eo/starmath/source.po)0
-rw-r--r--source/eo/svl/source/items.po (renamed from translations/source/eo/svl/source/items.po)0
-rw-r--r--source/eo/svl/source/misc.po (renamed from translations/source/eo/svl/source/misc.po)0
-rw-r--r--source/eo/svtools/source/contnr.po (renamed from translations/source/eo/svtools/source/contnr.po)0
-rw-r--r--source/eo/svtools/source/control.po (renamed from translations/source/eo/svtools/source/control.po)0
-rw-r--r--source/eo/svtools/source/dialogs.po (renamed from translations/source/eo/svtools/source/dialogs.po)0
-rw-r--r--source/eo/svtools/source/filter.po (renamed from translations/source/eo/svtools/source/filter.po)0
-rw-r--r--source/eo/svtools/source/java.po (renamed from translations/source/eo/svtools/source/java.po)0
-rw-r--r--source/eo/svtools/source/misc.po (renamed from translations/source/eo/svtools/source/misc.po)0
-rw-r--r--source/eo/svtools/source/toolpanel.po (renamed from translations/source/eo/svtools/source/toolpanel.po)0
-rw-r--r--source/eo/svtools/workben/unodialog.po (renamed from translations/source/eo/svtools/workben/unodialog.po)0
-rw-r--r--source/eo/svx/inc.po (renamed from translations/source/eo/svx/inc.po)0
-rw-r--r--source/eo/svx/source/accessibility.po (renamed from translations/source/eo/svx/source/accessibility.po)0
-rw-r--r--source/eo/svx/source/dialog.po (renamed from translations/source/eo/svx/source/dialog.po)0
-rw-r--r--source/eo/svx/source/engine3d.po (renamed from translations/source/eo/svx/source/engine3d.po)0
-rw-r--r--source/eo/svx/source/fmcomp.po (renamed from translations/source/eo/svx/source/fmcomp.po)0
-rw-r--r--source/eo/svx/source/form.po (renamed from translations/source/eo/svx/source/form.po)0
-rw-r--r--source/eo/svx/source/gallery2.po (renamed from translations/source/eo/svx/source/gallery2.po)0
-rw-r--r--source/eo/svx/source/items.po (renamed from translations/source/eo/svx/source/items.po)0
-rw-r--r--source/eo/svx/source/src.po (renamed from translations/source/eo/svx/source/src.po)0
-rw-r--r--source/eo/svx/source/stbctrls.po (renamed from translations/source/eo/svx/source/stbctrls.po)0
-rw-r--r--source/eo/svx/source/svdraw.po (renamed from translations/source/eo/svx/source/svdraw.po)0
-rw-r--r--source/eo/svx/source/table.po (renamed from translations/source/eo/svx/source/table.po)0
-rw-r--r--source/eo/svx/source/tbxctrls.po (renamed from translations/source/eo/svx/source/tbxctrls.po)0
-rw-r--r--source/eo/svx/source/toolbars.po (renamed from translations/source/eo/svx/source/toolbars.po)0
-rw-r--r--source/eo/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/eo/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/eo/sw/source/core/layout.po (renamed from translations/source/eo/sw/source/core/layout.po)0
-rw-r--r--source/eo/sw/source/core/undo.po (renamed from translations/source/eo/sw/source/core/undo.po)0
-rw-r--r--source/eo/sw/source/core/unocore.po (renamed from translations/source/eo/sw/source/core/unocore.po)0
-rw-r--r--source/eo/sw/source/ui/app.po (renamed from translations/source/eo/sw/source/ui/app.po)0
-rw-r--r--source/eo/sw/source/ui/chrdlg.po (renamed from translations/source/eo/sw/source/ui/chrdlg.po)0
-rw-r--r--source/eo/sw/source/ui/config.po (renamed from translations/source/eo/sw/source/ui/config.po)0
-rw-r--r--source/eo/sw/source/ui/dbui.po (renamed from translations/source/eo/sw/source/ui/dbui.po)0
-rw-r--r--source/eo/sw/source/ui/dialog.po (renamed from translations/source/eo/sw/source/ui/dialog.po)0
-rw-r--r--source/eo/sw/source/ui/dochdl.po (renamed from translations/source/eo/sw/source/ui/dochdl.po)0
-rw-r--r--source/eo/sw/source/ui/docvw.po (renamed from translations/source/eo/sw/source/ui/docvw.po)0
-rw-r--r--source/eo/sw/source/ui/envelp.po (renamed from translations/source/eo/sw/source/ui/envelp.po)0
-rw-r--r--source/eo/sw/source/ui/fldui.po (renamed from translations/source/eo/sw/source/ui/fldui.po)0
-rw-r--r--source/eo/sw/source/ui/fmtui.po (renamed from translations/source/eo/sw/source/ui/fmtui.po)0
-rw-r--r--source/eo/sw/source/ui/frmdlg.po (renamed from translations/source/eo/sw/source/ui/frmdlg.po)0
-rw-r--r--source/eo/sw/source/ui/globdoc.po (renamed from translations/source/eo/sw/source/ui/globdoc.po)0
-rw-r--r--source/eo/sw/source/ui/index.po (renamed from translations/source/eo/sw/source/ui/index.po)0
-rw-r--r--source/eo/sw/source/ui/lingu.po (renamed from translations/source/eo/sw/source/ui/lingu.po)0
-rw-r--r--source/eo/sw/source/ui/misc.po (renamed from translations/source/eo/sw/source/ui/misc.po)0
-rw-r--r--source/eo/sw/source/ui/ribbar.po (renamed from translations/source/eo/sw/source/ui/ribbar.po)0
-rw-r--r--source/eo/sw/source/ui/shells.po (renamed from translations/source/eo/sw/source/ui/shells.po)0
-rw-r--r--source/eo/sw/source/ui/smartmenu.po (renamed from translations/source/eo/sw/source/ui/smartmenu.po)0
-rw-r--r--source/eo/sw/source/ui/table.po (renamed from translations/source/eo/sw/source/ui/table.po)0
-rw-r--r--source/eo/sw/source/ui/uiview.po (renamed from translations/source/eo/sw/source/ui/uiview.po)0
-rw-r--r--source/eo/sw/source/ui/utlui.po (renamed from translations/source/eo/sw/source/ui/utlui.po)0
-rw-r--r--source/eo/sw/source/ui/web.po (renamed from translations/source/eo/sw/source/ui/web.po)0
-rw-r--r--source/eo/sw/source/ui/wrtsh.po (renamed from translations/source/eo/sw/source/ui/wrtsh.po)0
-rw-r--r--source/eo/swext/mediawiki/help.po (renamed from translations/source/eo/swext/mediawiki/help.po)0
-rw-r--r--source/eo/swext/mediawiki/src.po (renamed from translations/source/eo/swext/mediawiki/src.po)0
-rw-r--r--source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/eo/sysui/desktop/share.po (renamed from translations/source/eo/sysui/desktop/share.po)0
-rw-r--r--source/eo/uui/source.po (renamed from translations/source/eo/uui/source.po)0
-rw-r--r--source/eo/vcl/source/src.po (renamed from translations/source/eo/vcl/source/src.po)0
-rw-r--r--source/eo/wizards/source/euro.po (renamed from translations/source/eo/wizards/source/euro.po)0
-rw-r--r--source/eo/wizards/source/formwizard.po (renamed from translations/source/eo/wizards/source/formwizard.po)0
-rw-r--r--source/eo/wizards/source/importwizard.po (renamed from translations/source/eo/wizards/source/importwizard.po)0
-rw-r--r--source/eo/wizards/source/schedule.po (renamed from translations/source/eo/wizards/source/schedule.po)0
-rw-r--r--source/eo/wizards/source/template.po (renamed from translations/source/eo/wizards/source/template.po)0
-rw-r--r--source/eo/xmlsecurity/source/component.po (renamed from translations/source/eo/xmlsecurity/source/component.po)0
-rw-r--r--source/eo/xmlsecurity/source/dialogs.po (renamed from translations/source/eo/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/es/accessibility/source/helper.po (renamed from translations/source/es/accessibility/source/helper.po)0
-rw-r--r--source/es/avmedia/source/framework.po (renamed from translations/source/es/avmedia/source/framework.po)0
-rw-r--r--source/es/avmedia/source/viewer.po (renamed from translations/source/es/avmedia/source/viewer.po)0
-rw-r--r--source/es/basctl/source/basicide.po (renamed from translations/source/es/basctl/source/basicide.po)0
-rw-r--r--source/es/basctl/source/dlged.po (renamed from translations/source/es/basctl/source/dlged.po)0
-rw-r--r--source/es/basic/source/classes.po (renamed from translations/source/es/basic/source/classes.po)0
-rw-r--r--source/es/basic/source/sbx.po (renamed from translations/source/es/basic/source/sbx.po)0
-rw-r--r--source/es/chart2/source/controller/dialogs.po (renamed from translations/source/es/chart2/source/controller/dialogs.po)0
-rw-r--r--source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/es/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/es/connectivity/source/resource.po (renamed from translations/source/es/connectivity/source/resource.po)0
-rw-r--r--source/es/cui/source/customize.po (renamed from translations/source/es/cui/source/customize.po)0
-rw-r--r--source/es/cui/source/dialogs.po (renamed from translations/source/es/cui/source/dialogs.po)0
-rw-r--r--source/es/cui/source/options.po (renamed from translations/source/es/cui/source/options.po)0
-rw-r--r--source/es/cui/source/tabpages.po (renamed from translations/source/es/cui/source/tabpages.po)0
-rw-r--r--source/es/dbaccess/source/core/resource.po (renamed from translations/source/es/dbaccess/source/core/resource.po)0
-rw-r--r--source/es/dbaccess/source/ext/macromigration.po (renamed from translations/source/es/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/es/dbaccess/source/sdbtools/resource.po (renamed from translations/source/es/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/es/dbaccess/source/ui/app.po (renamed from translations/source/es/dbaccess/source/ui/app.po)0
-rw-r--r--source/es/dbaccess/source/ui/browser.po (renamed from translations/source/es/dbaccess/source/ui/browser.po)0
-rw-r--r--source/es/dbaccess/source/ui/control.po (renamed from translations/source/es/dbaccess/source/ui/control.po)0
-rw-r--r--source/es/dbaccess/source/ui/dlg.po (renamed from translations/source/es/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/es/dbaccess/source/ui/inc.po (renamed from translations/source/es/dbaccess/source/ui/inc.po)0
-rw-r--r--source/es/dbaccess/source/ui/misc.po (renamed from translations/source/es/dbaccess/source/ui/misc.po)0
-rw-r--r--source/es/dbaccess/source/ui/querydesign.po (renamed from translations/source/es/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/es/dbaccess/source/ui/relationdesign.po (renamed from translations/source/es/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/es/dbaccess/source/ui/tabledesign.po (renamed from translations/source/es/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/es/dbaccess/source/ui/uno.po (renamed from translations/source/es/dbaccess/source/ui/uno.po)0
-rw-r--r--source/es/desktop/source/app.po (renamed from translations/source/es/desktop/source/app.po)0
-rw-r--r--source/es/desktop/source/deployment/gui.po (renamed from translations/source/es/desktop/source/deployment/gui.po)0
-rw-r--r--source/es/desktop/source/deployment/manager.po (renamed from translations/source/es/desktop/source/deployment/manager.po)0
-rw-r--r--source/es/desktop/source/deployment/misc.po (renamed from translations/source/es/desktop/source/deployment/misc.po)0
-rw-r--r--source/es/desktop/source/deployment/registry.po (renamed from translations/source/es/desktop/source/deployment/registry.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/component.po (renamed from translations/source/es/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/configuration.po (renamed from translations/source/es/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/help.po (renamed from translations/source/es/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/package.po (renamed from translations/source/es/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/script.po (renamed from translations/source/es/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/es/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/es/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/es/desktop/source/deployment/unopkg.po (renamed from translations/source/es/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/es/dictionaries/af_ZA.po (renamed from translations/source/es/dictionaries/af_ZA.po)0
-rw-r--r--source/es/dictionaries/an_ES.po (renamed from translations/source/es/dictionaries/an_ES.po)0
-rw-r--r--source/es/dictionaries/ar.po (renamed from translations/source/es/dictionaries/ar.po)0
-rw-r--r--source/es/dictionaries/be_BY.po (renamed from translations/source/es/dictionaries/be_BY.po)0
-rw-r--r--source/es/dictionaries/bg_BG.po (renamed from translations/source/es/dictionaries/bg_BG.po)0
-rw-r--r--source/es/dictionaries/bn_BD.po (renamed from translations/source/es/dictionaries/bn_BD.po)0
-rw-r--r--source/es/dictionaries/br_FR.po (renamed from translations/source/es/dictionaries/br_FR.po)0
-rw-r--r--source/es/dictionaries/ca.po (renamed from translations/source/es/dictionaries/ca.po)0
-rw-r--r--source/es/dictionaries/cs_CZ.po (renamed from translations/source/es/dictionaries/cs_CZ.po)0
-rw-r--r--source/es/dictionaries/da_DK.po (renamed from translations/source/es/dictionaries/da_DK.po)0
-rw-r--r--source/es/dictionaries/de.po (renamed from translations/source/es/dictionaries/de.po)0
-rw-r--r--source/es/dictionaries/el_GR.po (renamed from translations/source/es/dictionaries/el_GR.po)0
-rw-r--r--source/es/dictionaries/en.po (renamed from translations/source/es/dictionaries/en.po)0
-rw-r--r--source/es/dictionaries/en/dialog.po (renamed from translations/source/es/dictionaries/en/dialog.po)0
-rw-r--r--source/es/dictionaries/es_ES.po (renamed from translations/source/es/dictionaries/es_ES.po)0
-rw-r--r--source/es/dictionaries/et_EE.po (renamed from translations/source/es/dictionaries/et_EE.po)0
-rw-r--r--source/es/dictionaries/fr_FR.po (renamed from translations/source/es/dictionaries/fr_FR.po)0
-rw-r--r--source/es/dictionaries/gd_GB.po (renamed from translations/source/es/dictionaries/gd_GB.po)0
-rw-r--r--source/es/dictionaries/gl.po (renamed from translations/source/es/dictionaries/gl.po)0
-rw-r--r--source/es/dictionaries/gu_IN.po (renamed from translations/source/es/dictionaries/gu_IN.po)0
-rw-r--r--source/es/dictionaries/he_IL.po (renamed from translations/source/es/dictionaries/he_IL.po)0
-rw-r--r--source/es/dictionaries/hi_IN.po (renamed from translations/source/es/dictionaries/hi_IN.po)0
-rw-r--r--source/es/dictionaries/hr_HR.po (renamed from translations/source/es/dictionaries/hr_HR.po)0
-rw-r--r--source/es/dictionaries/hu_HU.po (renamed from translations/source/es/dictionaries/hu_HU.po)0
-rw-r--r--source/es/dictionaries/hu_HU/dialog.po (renamed from translations/source/es/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/es/dictionaries/it_IT.po (renamed from translations/source/es/dictionaries/it_IT.po)0
-rw-r--r--source/es/dictionaries/ku_TR.po (renamed from translations/source/es/dictionaries/ku_TR.po)0
-rw-r--r--source/es/dictionaries/lt_LT.po (renamed from translations/source/es/dictionaries/lt_LT.po)0
-rw-r--r--source/es/dictionaries/lv_LV.po (renamed from translations/source/es/dictionaries/lv_LV.po)0
-rw-r--r--source/es/dictionaries/ne_NP.po (renamed from translations/source/es/dictionaries/ne_NP.po)0
-rw-r--r--source/es/dictionaries/nl_NL.po (renamed from translations/source/es/dictionaries/nl_NL.po)0
-rw-r--r--source/es/dictionaries/no.po (renamed from translations/source/es/dictionaries/no.po)0
-rw-r--r--source/es/dictionaries/oc_FR.po (renamed from translations/source/es/dictionaries/oc_FR.po)0
-rw-r--r--source/es/dictionaries/pl_PL.po (renamed from translations/source/es/dictionaries/pl_PL.po)0
-rw-r--r--source/es/dictionaries/pt_BR.po (renamed from translations/source/es/dictionaries/pt_BR.po)0
-rw-r--r--source/es/dictionaries/pt_PT.po (renamed from translations/source/es/dictionaries/pt_PT.po)0
-rw-r--r--source/es/dictionaries/ro.po (renamed from translations/source/es/dictionaries/ro.po)0
-rw-r--r--source/es/dictionaries/ru_RU.po (renamed from translations/source/es/dictionaries/ru_RU.po)0
-rw-r--r--source/es/dictionaries/ru_RU/dialog.po (renamed from translations/source/es/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/es/dictionaries/si_LK.po (renamed from translations/source/es/dictionaries/si_LK.po)0
-rw-r--r--source/es/dictionaries/sk_SK.po (renamed from translations/source/es/dictionaries/sk_SK.po)0
-rw-r--r--source/es/dictionaries/sl_SI.po (renamed from translations/source/es/dictionaries/sl_SI.po)0
-rw-r--r--source/es/dictionaries/sr.po (renamed from translations/source/es/dictionaries/sr.po)0
-rw-r--r--source/es/dictionaries/sv_SE.po (renamed from translations/source/es/dictionaries/sv_SE.po)0
-rw-r--r--source/es/dictionaries/sw_TZ.po (renamed from translations/source/es/dictionaries/sw_TZ.po)0
-rw-r--r--source/es/dictionaries/te_IN.po (renamed from translations/source/es/dictionaries/te_IN.po)0
-rw-r--r--source/es/dictionaries/th_TH.po (renamed from translations/source/es/dictionaries/th_TH.po)0
-rw-r--r--source/es/dictionaries/uk_UA.po (renamed from translations/source/es/dictionaries/uk_UA.po)0
-rw-r--r--source/es/dictionaries/vi.po (renamed from translations/source/es/dictionaries/vi.po)0
-rw-r--r--source/es/dictionaries/zu_ZA.po (renamed from translations/source/es/dictionaries/zu_ZA.po)0
-rw-r--r--source/es/editeng/source/accessibility.po (renamed from translations/source/es/editeng/source/accessibility.po)0
-rw-r--r--source/es/editeng/source/editeng.po (renamed from translations/source/es/editeng/source/editeng.po)0
-rw-r--r--source/es/editeng/source/items.po (renamed from translations/source/es/editeng/source/items.po)0
-rw-r--r--source/es/editeng/source/misc.po (renamed from translations/source/es/editeng/source/misc.po)0
-rw-r--r--source/es/editeng/source/outliner.po (renamed from translations/source/es/editeng/source/outliner.po)0
-rw-r--r--source/es/extensions/source/abpilot.po (renamed from translations/source/es/extensions/source/abpilot.po)0
-rw-r--r--source/es/extensions/source/bibliography.po (renamed from translations/source/es/extensions/source/bibliography.po)0
-rw-r--r--source/es/extensions/source/dbpilots.po (renamed from translations/source/es/extensions/source/dbpilots.po)0
-rw-r--r--source/es/extensions/source/propctrlr.po (renamed from translations/source/es/extensions/source/propctrlr.po)0
-rw-r--r--source/es/extensions/source/scanner.po (renamed from translations/source/es/extensions/source/scanner.po)0
-rw-r--r--source/es/extensions/source/update/check.po (renamed from translations/source/es/extensions/source/update/check.po)0
-rw-r--r--source/es/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/es/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/es/filter/source/config/fragments/filters.po (renamed from translations/source/es/filter/source/config/fragments/filters.po)0
-rw-r--r--source/es/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/es/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/es/filter/source/config/fragments/types.po (renamed from translations/source/es/filter/source/config/fragments/types.po)0
-rw-r--r--source/es/filter/source/flash.po (renamed from translations/source/es/filter/source/flash.po)0
-rw-r--r--source/es/filter/source/graphicfilter/eps.po (renamed from translations/source/es/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/es/filter/source/pdf.po (renamed from translations/source/es/filter/source/pdf.po)0
-rw-r--r--source/es/filter/source/t602.po (renamed from translations/source/es/filter/source/t602.po)0
-rw-r--r--source/es/filter/source/xsltdialog.po (renamed from translations/source/es/filter/source/xsltdialog.po)0
-rw-r--r--source/es/forms/source/resource.po (renamed from translations/source/es/forms/source/resource.po)0
-rw-r--r--source/es/formula/source/core/resource.po (renamed from translations/source/es/formula/source/core/resource.po)0
-rw-r--r--source/es/formula/source/ui/dlg.po (renamed from translations/source/es/formula/source/ui/dlg.po)0
-rw-r--r--source/es/fpicker/source/office.po (renamed from translations/source/es/fpicker/source/office.po)0
-rw-r--r--source/es/framework/source/classes.po (renamed from translations/source/es/framework/source/classes.po)0
-rw-r--r--source/es/framework/source/services.po (renamed from translations/source/es/framework/source/services.po)0
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/es/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/es/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/es/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/es/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc.po (renamed from translations/source/es/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po (renamed from translations/source/es/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po (renamed from translations/source/es/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/02.po (renamed from translations/source/es/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/04.po (renamed from translations/source/es/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/05.po (renamed from translations/source/es/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/es/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/schart.po (renamed from translations/source/es/helpcontent2/source/text/schart.po)0
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po (renamed from translations/source/es/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po (renamed from translations/source/es/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/schart/02.po (renamed from translations/source/es/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/schart/04.po (renamed from translations/source/es/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po (renamed from translations/source/es/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/es/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/es/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/es/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/es/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/es/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared.po (renamed from translations/source/es/helpcontent2/source/text/shared.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po (renamed from translations/source/es/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po (renamed from translations/source/es/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po (renamed from translations/source/es/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po (renamed from translations/source/es/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po (renamed from translations/source/es/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/07.po (renamed from translations/source/es/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/es/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/es/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/es/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po (renamed from translations/source/es/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/es/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress.po (renamed from translations/source/es/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po (renamed from translations/source/es/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po (renamed from translations/source/es/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po (renamed from translations/source/es/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po (renamed from translations/source/es/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/es/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath.po (renamed from translations/source/es/helpcontent2/source/text/smath.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath/00.po (renamed from translations/source/es/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po (renamed from translations/source/es/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath/02.po (renamed from translations/source/es/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath/04.po (renamed from translations/source/es/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/smath/guide.po (renamed from translations/source/es/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter.po (renamed from translations/source/es/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po (renamed from translations/source/es/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po (renamed from translations/source/es/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po (renamed from translations/source/es/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po (renamed from translations/source/es/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/es/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/es/mysqlc/source.po (renamed from translations/source/es/mysqlc/source.po)0
-rw-r--r--source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/es/nlpsolver/src/locale.po (renamed from translations/source/es/nlpsolver/src/locale.po)0
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/es/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/es/padmin/source.po (renamed from translations/source/es/padmin/source.po)0
-rw-r--r--source/es/readlicense_oo/docs/readme.po (renamed from translations/source/es/readlicense_oo/docs/readme.po)0
-rw-r--r--source/es/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/es/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/es/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/es/reportbuilder/util.po (renamed from translations/source/es/reportbuilder/util.po)0
-rw-r--r--source/es/reportdesign/source/core/resource.po (renamed from translations/source/es/reportdesign/source/core/resource.po)0
-rw-r--r--source/es/reportdesign/source/ui/dlg.po (renamed from translations/source/es/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/es/reportdesign/source/ui/inspection.po (renamed from translations/source/es/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/es/reportdesign/source/ui/report.po (renamed from translations/source/es/reportdesign/source/ui/report.po)0
-rw-r--r--source/es/sc/source/core/src.po (renamed from translations/source/es/sc/source/core/src.po)0
-rw-r--r--source/es/sc/source/ui/cctrl.po (renamed from translations/source/es/sc/source/ui/cctrl.po)0
-rw-r--r--source/es/sc/source/ui/dbgui.po (renamed from translations/source/es/sc/source/ui/dbgui.po)0
-rw-r--r--source/es/sc/source/ui/docshell.po (renamed from translations/source/es/sc/source/ui/docshell.po)0
-rw-r--r--source/es/sc/source/ui/drawfunc.po (renamed from translations/source/es/sc/source/ui/drawfunc.po)0
-rw-r--r--source/es/sc/source/ui/formdlg.po (renamed from translations/source/es/sc/source/ui/formdlg.po)0
-rw-r--r--source/es/sc/source/ui/miscdlgs.po (renamed from translations/source/es/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/es/sc/source/ui/navipi.po (renamed from translations/source/es/sc/source/ui/navipi.po)0
-rw-r--r--source/es/sc/source/ui/optdlg.po (renamed from translations/source/es/sc/source/ui/optdlg.po)0
-rw-r--r--source/es/sc/source/ui/pagedlg.po (renamed from translations/source/es/sc/source/ui/pagedlg.po)0
-rw-r--r--source/es/sc/source/ui/src.po (renamed from translations/source/es/sc/source/ui/src.po)0
-rw-r--r--source/es/sc/source/ui/styleui.po (renamed from translations/source/es/sc/source/ui/styleui.po)0
-rw-r--r--source/es/scaddins/source/analysis.po (renamed from translations/source/es/scaddins/source/analysis.po)0
-rw-r--r--source/es/scaddins/source/datefunc.po (renamed from translations/source/es/scaddins/source/datefunc.po)0
-rw-r--r--source/es/sccomp/source/solver.po (renamed from translations/source/es/sccomp/source/solver.po)0
-rw-r--r--source/es/scp2/source/accessories.po (renamed from translations/source/es/scp2/source/accessories.po)0
-rw-r--r--source/es/scp2/source/activex.po (renamed from translations/source/es/scp2/source/activex.po)0
-rw-r--r--source/es/scp2/source/base.po (renamed from translations/source/es/scp2/source/base.po)0
-rw-r--r--source/es/scp2/source/binfilter.po (renamed from translations/source/es/scp2/source/binfilter.po)0
-rw-r--r--source/es/scp2/source/calc.po (renamed from translations/source/es/scp2/source/calc.po)0
-rw-r--r--source/es/scp2/source/draw.po (renamed from translations/source/es/scp2/source/draw.po)0
-rw-r--r--source/es/scp2/source/extensions.po (renamed from translations/source/es/scp2/source/extensions.po)0
-rw-r--r--source/es/scp2/source/gnome.po (renamed from translations/source/es/scp2/source/gnome.po)0
-rw-r--r--source/es/scp2/source/graphicfilter.po (renamed from translations/source/es/scp2/source/graphicfilter.po)0
-rw-r--r--source/es/scp2/source/impress.po (renamed from translations/source/es/scp2/source/impress.po)0
-rw-r--r--source/es/scp2/source/javafilter.po (renamed from translations/source/es/scp2/source/javafilter.po)0
-rw-r--r--source/es/scp2/source/kde.po (renamed from translations/source/es/scp2/source/kde.po)0
-rw-r--r--source/es/scp2/source/math.po (renamed from translations/source/es/scp2/source/math.po)0
-rw-r--r--source/es/scp2/source/onlineupdate.po (renamed from translations/source/es/scp2/source/onlineupdate.po)0
-rw-r--r--source/es/scp2/source/ooo.po (renamed from translations/source/es/scp2/source/ooo.po)0
-rw-r--r--source/es/scp2/source/python.po (renamed from translations/source/es/scp2/source/python.po)0
-rw-r--r--source/es/scp2/source/quickstart.po (renamed from translations/source/es/scp2/source/quickstart.po)0
-rw-r--r--source/es/scp2/source/sdkoo.po (renamed from translations/source/es/scp2/source/sdkoo.po)0
-rw-r--r--source/es/scp2/source/smoketest.po (renamed from translations/source/es/scp2/source/smoketest.po)0
-rw-r--r--source/es/scp2/source/stdlibs.po (renamed from translations/source/es/scp2/source/stdlibs.po)0
-rw-r--r--source/es/scp2/source/tde.po (renamed from translations/source/es/scp2/source/tde.po)0
-rw-r--r--source/es/scp2/source/winexplorerext.po (renamed from translations/source/es/scp2/source/winexplorerext.po)0
-rw-r--r--source/es/scp2/source/writer.po (renamed from translations/source/es/scp2/source/writer.po)0
-rw-r--r--source/es/scp2/source/xsltfilter.po (renamed from translations/source/es/scp2/source/xsltfilter.po)0
-rw-r--r--source/es/scripting/source/pyprov.po (renamed from translations/source/es/scripting/source/pyprov.po)0
-rw-r--r--source/es/sd/source/core.po (renamed from translations/source/es/sd/source/core.po)0
-rw-r--r--source/es/sd/source/filter/html.po (renamed from translations/source/es/sd/source/filter/html.po)0
-rw-r--r--source/es/sd/source/ui/accessibility.po (renamed from translations/source/es/sd/source/ui/accessibility.po)0
-rw-r--r--source/es/sd/source/ui/animations.po (renamed from translations/source/es/sd/source/ui/animations.po)0
-rw-r--r--source/es/sd/source/ui/annotations.po (renamed from translations/source/es/sd/source/ui/annotations.po)0
-rw-r--r--source/es/sd/source/ui/app.po (renamed from translations/source/es/sd/source/ui/app.po)0
-rw-r--r--source/es/sd/source/ui/dlg.po (renamed from translations/source/es/sd/source/ui/dlg.po)0
-rw-r--r--source/es/sd/source/ui/slideshow.po (renamed from translations/source/es/sd/source/ui/slideshow.po)0
-rw-r--r--source/es/sd/source/ui/table.po (renamed from translations/source/es/sd/source/ui/table.po)0
-rw-r--r--source/es/sd/source/ui/view.po (renamed from translations/source/es/sd/source/ui/view.po)0
-rw-r--r--source/es/sdext/source/minimizer.po (renamed from translations/source/es/sdext/source/minimizer.po)0
-rw-r--r--source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/es/sdext/source/pdfimport.po (renamed from translations/source/es/sdext/source/pdfimport.po)0
-rw-r--r--source/es/sdext/source/presenter.po (renamed from translations/source/es/sdext/source/presenter.po)0
-rw-r--r--source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/es/setup_native/source/mac.po (renamed from translations/source/es/setup_native/source/mac.po)0
-rw-r--r--source/es/sfx2/source/appl.po (renamed from translations/source/es/sfx2/source/appl.po)0
-rw-r--r--source/es/sfx2/source/bastyp.po (renamed from translations/source/es/sfx2/source/bastyp.po)0
-rw-r--r--source/es/sfx2/source/dialog.po (renamed from translations/source/es/sfx2/source/dialog.po)0
-rw-r--r--source/es/sfx2/source/doc.po (renamed from translations/source/es/sfx2/source/doc.po)0
-rw-r--r--source/es/sfx2/source/menu.po (renamed from translations/source/es/sfx2/source/menu.po)0
-rw-r--r--source/es/sfx2/source/view.po (renamed from translations/source/es/sfx2/source/view.po)0
-rw-r--r--source/es/shell/source/win32/shlxthandler/res.po (renamed from translations/source/es/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/es/starmath/source.po (renamed from translations/source/es/starmath/source.po)0
-rw-r--r--source/es/svl/source/items.po (renamed from translations/source/es/svl/source/items.po)0
-rw-r--r--source/es/svl/source/misc.po (renamed from translations/source/es/svl/source/misc.po)0
-rw-r--r--source/es/svtools/source/contnr.po (renamed from translations/source/es/svtools/source/contnr.po)0
-rw-r--r--source/es/svtools/source/control.po (renamed from translations/source/es/svtools/source/control.po)0
-rw-r--r--source/es/svtools/source/dialogs.po (renamed from translations/source/es/svtools/source/dialogs.po)0
-rw-r--r--source/es/svtools/source/filter.po (renamed from translations/source/es/svtools/source/filter.po)0
-rw-r--r--source/es/svtools/source/java.po (renamed from translations/source/es/svtools/source/java.po)0
-rw-r--r--source/es/svtools/source/misc.po (renamed from translations/source/es/svtools/source/misc.po)0
-rw-r--r--source/es/svtools/source/toolpanel.po (renamed from translations/source/es/svtools/source/toolpanel.po)0
-rw-r--r--source/es/svtools/workben/unodialog.po (renamed from translations/source/es/svtools/workben/unodialog.po)0
-rw-r--r--source/es/svx/inc.po (renamed from translations/source/es/svx/inc.po)0
-rw-r--r--source/es/svx/source/accessibility.po (renamed from translations/source/es/svx/source/accessibility.po)0
-rw-r--r--source/es/svx/source/dialog.po (renamed from translations/source/es/svx/source/dialog.po)0
-rw-r--r--source/es/svx/source/engine3d.po (renamed from translations/source/es/svx/source/engine3d.po)0
-rw-r--r--source/es/svx/source/fmcomp.po (renamed from translations/source/es/svx/source/fmcomp.po)0
-rw-r--r--source/es/svx/source/form.po (renamed from translations/source/es/svx/source/form.po)0
-rw-r--r--source/es/svx/source/gallery2.po (renamed from translations/source/es/svx/source/gallery2.po)0
-rw-r--r--source/es/svx/source/items.po (renamed from translations/source/es/svx/source/items.po)0
-rw-r--r--source/es/svx/source/src.po (renamed from translations/source/es/svx/source/src.po)0
-rw-r--r--source/es/svx/source/stbctrls.po (renamed from translations/source/es/svx/source/stbctrls.po)0
-rw-r--r--source/es/svx/source/svdraw.po (renamed from translations/source/es/svx/source/svdraw.po)0
-rw-r--r--source/es/svx/source/table.po (renamed from translations/source/es/svx/source/table.po)0
-rw-r--r--source/es/svx/source/tbxctrls.po (renamed from translations/source/es/svx/source/tbxctrls.po)0
-rw-r--r--source/es/svx/source/toolbars.po (renamed from translations/source/es/svx/source/toolbars.po)0
-rw-r--r--source/es/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/es/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/es/sw/source/core/layout.po (renamed from translations/source/es/sw/source/core/layout.po)0
-rw-r--r--source/es/sw/source/core/undo.po (renamed from translations/source/es/sw/source/core/undo.po)0
-rw-r--r--source/es/sw/source/core/unocore.po (renamed from translations/source/es/sw/source/core/unocore.po)0
-rw-r--r--source/es/sw/source/ui/app.po (renamed from translations/source/es/sw/source/ui/app.po)0
-rw-r--r--source/es/sw/source/ui/chrdlg.po (renamed from translations/source/es/sw/source/ui/chrdlg.po)0
-rw-r--r--source/es/sw/source/ui/config.po (renamed from translations/source/es/sw/source/ui/config.po)0
-rw-r--r--source/es/sw/source/ui/dbui.po (renamed from translations/source/es/sw/source/ui/dbui.po)0
-rw-r--r--source/es/sw/source/ui/dialog.po (renamed from translations/source/es/sw/source/ui/dialog.po)0
-rw-r--r--source/es/sw/source/ui/dochdl.po (renamed from translations/source/es/sw/source/ui/dochdl.po)0
-rw-r--r--source/es/sw/source/ui/docvw.po (renamed from translations/source/es/sw/source/ui/docvw.po)0
-rw-r--r--source/es/sw/source/ui/envelp.po (renamed from translations/source/es/sw/source/ui/envelp.po)0
-rw-r--r--source/es/sw/source/ui/fldui.po (renamed from translations/source/es/sw/source/ui/fldui.po)0
-rw-r--r--source/es/sw/source/ui/fmtui.po (renamed from translations/source/es/sw/source/ui/fmtui.po)0
-rw-r--r--source/es/sw/source/ui/frmdlg.po (renamed from translations/source/es/sw/source/ui/frmdlg.po)0
-rw-r--r--source/es/sw/source/ui/globdoc.po (renamed from translations/source/es/sw/source/ui/globdoc.po)0
-rw-r--r--source/es/sw/source/ui/index.po (renamed from translations/source/es/sw/source/ui/index.po)0
-rw-r--r--source/es/sw/source/ui/lingu.po (renamed from translations/source/es/sw/source/ui/lingu.po)0
-rw-r--r--source/es/sw/source/ui/misc.po (renamed from translations/source/es/sw/source/ui/misc.po)0
-rw-r--r--source/es/sw/source/ui/ribbar.po (renamed from translations/source/es/sw/source/ui/ribbar.po)0
-rw-r--r--source/es/sw/source/ui/shells.po (renamed from translations/source/es/sw/source/ui/shells.po)0
-rw-r--r--source/es/sw/source/ui/smartmenu.po (renamed from translations/source/es/sw/source/ui/smartmenu.po)0
-rw-r--r--source/es/sw/source/ui/table.po (renamed from translations/source/es/sw/source/ui/table.po)0
-rw-r--r--source/es/sw/source/ui/uiview.po (renamed from translations/source/es/sw/source/ui/uiview.po)0
-rw-r--r--source/es/sw/source/ui/utlui.po (renamed from translations/source/es/sw/source/ui/utlui.po)0
-rw-r--r--source/es/sw/source/ui/web.po (renamed from translations/source/es/sw/source/ui/web.po)0
-rw-r--r--source/es/sw/source/ui/wrtsh.po (renamed from translations/source/es/sw/source/ui/wrtsh.po)0
-rw-r--r--source/es/swext/mediawiki/help.po (renamed from translations/source/es/swext/mediawiki/help.po)0
-rw-r--r--source/es/swext/mediawiki/src.po (renamed from translations/source/es/swext/mediawiki/src.po)0
-rw-r--r--source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/es/sysui/desktop/share.po (renamed from translations/source/es/sysui/desktop/share.po)0
-rw-r--r--source/es/uui/source.po (renamed from translations/source/es/uui/source.po)0
-rw-r--r--source/es/vcl/source/src.po (renamed from translations/source/es/vcl/source/src.po)0
-rw-r--r--source/es/wizards/source/euro.po (renamed from translations/source/es/wizards/source/euro.po)0
-rw-r--r--source/es/wizards/source/formwizard.po (renamed from translations/source/es/wizards/source/formwizard.po)0
-rw-r--r--source/es/wizards/source/importwizard.po (renamed from translations/source/es/wizards/source/importwizard.po)0
-rw-r--r--source/es/wizards/source/schedule.po (renamed from translations/source/es/wizards/source/schedule.po)0
-rw-r--r--source/es/wizards/source/template.po (renamed from translations/source/es/wizards/source/template.po)0
-rw-r--r--source/es/xmlsecurity/source/component.po (renamed from translations/source/es/xmlsecurity/source/component.po)0
-rw-r--r--source/es/xmlsecurity/source/dialogs.po (renamed from translations/source/es/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/et/accessibility/source/helper.po (renamed from translations/source/et/accessibility/source/helper.po)0
-rw-r--r--source/et/avmedia/source/framework.po (renamed from translations/source/et/avmedia/source/framework.po)0
-rw-r--r--source/et/avmedia/source/viewer.po (renamed from translations/source/et/avmedia/source/viewer.po)0
-rw-r--r--source/et/basctl/source/basicide.po (renamed from translations/source/et/basctl/source/basicide.po)0
-rw-r--r--source/et/basctl/source/dlged.po (renamed from translations/source/et/basctl/source/dlged.po)0
-rw-r--r--source/et/basic/source/classes.po (renamed from translations/source/et/basic/source/classes.po)0
-rw-r--r--source/et/basic/source/sbx.po (renamed from translations/source/et/basic/source/sbx.po)0
-rw-r--r--source/et/chart2/source/controller/dialogs.po (renamed from translations/source/et/chart2/source/controller/dialogs.po)0
-rw-r--r--source/et/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/et/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/et/connectivity/source/resource.po (renamed from translations/source/et/connectivity/source/resource.po)0
-rw-r--r--source/et/cui/source/customize.po (renamed from translations/source/et/cui/source/customize.po)0
-rw-r--r--source/et/cui/source/dialogs.po (renamed from translations/source/et/cui/source/dialogs.po)0
-rw-r--r--source/et/cui/source/options.po (renamed from translations/source/et/cui/source/options.po)0
-rw-r--r--source/et/cui/source/tabpages.po (renamed from translations/source/et/cui/source/tabpages.po)0
-rw-r--r--source/et/dbaccess/source/core/resource.po (renamed from translations/source/et/dbaccess/source/core/resource.po)0
-rw-r--r--source/et/dbaccess/source/ext/macromigration.po (renamed from translations/source/et/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/et/dbaccess/source/sdbtools/resource.po (renamed from translations/source/et/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/et/dbaccess/source/ui/app.po (renamed from translations/source/et/dbaccess/source/ui/app.po)0
-rw-r--r--source/et/dbaccess/source/ui/browser.po (renamed from translations/source/et/dbaccess/source/ui/browser.po)0
-rw-r--r--source/et/dbaccess/source/ui/control.po (renamed from translations/source/et/dbaccess/source/ui/control.po)0
-rw-r--r--source/et/dbaccess/source/ui/dlg.po (renamed from translations/source/et/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/et/dbaccess/source/ui/inc.po (renamed from translations/source/et/dbaccess/source/ui/inc.po)0
-rw-r--r--source/et/dbaccess/source/ui/misc.po (renamed from translations/source/et/dbaccess/source/ui/misc.po)0
-rw-r--r--source/et/dbaccess/source/ui/querydesign.po (renamed from translations/source/et/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/et/dbaccess/source/ui/relationdesign.po (renamed from translations/source/et/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/et/dbaccess/source/ui/tabledesign.po (renamed from translations/source/et/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/et/dbaccess/source/ui/uno.po (renamed from translations/source/et/dbaccess/source/ui/uno.po)0
-rw-r--r--source/et/desktop/source/app.po (renamed from translations/source/et/desktop/source/app.po)0
-rw-r--r--source/et/desktop/source/deployment/gui.po (renamed from translations/source/et/desktop/source/deployment/gui.po)0
-rw-r--r--source/et/desktop/source/deployment/manager.po (renamed from translations/source/et/desktop/source/deployment/manager.po)0
-rw-r--r--source/et/desktop/source/deployment/misc.po (renamed from translations/source/et/desktop/source/deployment/misc.po)0
-rw-r--r--source/et/desktop/source/deployment/registry.po (renamed from translations/source/et/desktop/source/deployment/registry.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/component.po (renamed from translations/source/et/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/configuration.po (renamed from translations/source/et/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/help.po (renamed from translations/source/et/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/package.po (renamed from translations/source/et/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/script.po (renamed from translations/source/et/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/et/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/et/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/et/desktop/source/deployment/unopkg.po (renamed from translations/source/et/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/et/dictionaries/af_ZA.po (renamed from translations/source/et/dictionaries/af_ZA.po)0
-rw-r--r--source/et/dictionaries/an_ES.po (renamed from translations/source/et/dictionaries/an_ES.po)0
-rw-r--r--source/et/dictionaries/ar.po (renamed from translations/source/et/dictionaries/ar.po)0
-rw-r--r--source/et/dictionaries/be_BY.po (renamed from translations/source/et/dictionaries/be_BY.po)0
-rw-r--r--source/et/dictionaries/bg_BG.po (renamed from translations/source/et/dictionaries/bg_BG.po)0
-rw-r--r--source/et/dictionaries/bn_BD.po (renamed from translations/source/et/dictionaries/bn_BD.po)0
-rw-r--r--source/et/dictionaries/br_FR.po (renamed from translations/source/et/dictionaries/br_FR.po)0
-rw-r--r--source/et/dictionaries/ca.po (renamed from translations/source/et/dictionaries/ca.po)0
-rw-r--r--source/et/dictionaries/cs_CZ.po (renamed from translations/source/et/dictionaries/cs_CZ.po)0
-rw-r--r--source/et/dictionaries/da_DK.po (renamed from translations/source/et/dictionaries/da_DK.po)0
-rw-r--r--source/et/dictionaries/de.po (renamed from translations/source/et/dictionaries/de.po)0
-rw-r--r--source/et/dictionaries/el_GR.po (renamed from translations/source/et/dictionaries/el_GR.po)0
-rw-r--r--source/et/dictionaries/en.po (renamed from translations/source/et/dictionaries/en.po)0
-rw-r--r--source/et/dictionaries/en/dialog.po (renamed from translations/source/et/dictionaries/en/dialog.po)0
-rw-r--r--source/et/dictionaries/es_ES.po (renamed from translations/source/et/dictionaries/es_ES.po)0
-rw-r--r--source/et/dictionaries/et_EE.po (renamed from translations/source/et/dictionaries/et_EE.po)0
-rw-r--r--source/et/dictionaries/fr_FR.po (renamed from translations/source/et/dictionaries/fr_FR.po)0
-rw-r--r--source/et/dictionaries/gd_GB.po (renamed from translations/source/et/dictionaries/gd_GB.po)0
-rw-r--r--source/et/dictionaries/gl.po (renamed from translations/source/et/dictionaries/gl.po)0
-rw-r--r--source/et/dictionaries/gu_IN.po (renamed from translations/source/et/dictionaries/gu_IN.po)0
-rw-r--r--source/et/dictionaries/he_IL.po (renamed from translations/source/et/dictionaries/he_IL.po)0
-rw-r--r--source/et/dictionaries/hi_IN.po (renamed from translations/source/et/dictionaries/hi_IN.po)0
-rw-r--r--source/et/dictionaries/hr_HR.po (renamed from translations/source/et/dictionaries/hr_HR.po)0
-rw-r--r--source/et/dictionaries/hu_HU.po (renamed from translations/source/et/dictionaries/hu_HU.po)0
-rw-r--r--source/et/dictionaries/hu_HU/dialog.po (renamed from translations/source/et/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/et/dictionaries/it_IT.po (renamed from translations/source/et/dictionaries/it_IT.po)0
-rw-r--r--source/et/dictionaries/ku_TR.po (renamed from translations/source/et/dictionaries/ku_TR.po)0
-rw-r--r--source/et/dictionaries/lt_LT.po (renamed from translations/source/et/dictionaries/lt_LT.po)0
-rw-r--r--source/et/dictionaries/lv_LV.po (renamed from translations/source/et/dictionaries/lv_LV.po)0
-rw-r--r--source/et/dictionaries/ne_NP.po (renamed from translations/source/et/dictionaries/ne_NP.po)0
-rw-r--r--source/et/dictionaries/nl_NL.po (renamed from translations/source/et/dictionaries/nl_NL.po)0
-rw-r--r--source/et/dictionaries/no.po (renamed from translations/source/et/dictionaries/no.po)0
-rw-r--r--source/et/dictionaries/oc_FR.po (renamed from translations/source/et/dictionaries/oc_FR.po)0
-rw-r--r--source/et/dictionaries/pl_PL.po (renamed from translations/source/et/dictionaries/pl_PL.po)0
-rw-r--r--source/et/dictionaries/pt_BR.po (renamed from translations/source/et/dictionaries/pt_BR.po)0
-rw-r--r--source/et/dictionaries/pt_PT.po (renamed from translations/source/et/dictionaries/pt_PT.po)0
-rw-r--r--source/et/dictionaries/ro.po (renamed from translations/source/et/dictionaries/ro.po)0
-rw-r--r--source/et/dictionaries/ru_RU.po (renamed from translations/source/et/dictionaries/ru_RU.po)0
-rw-r--r--source/et/dictionaries/ru_RU/dialog.po (renamed from translations/source/et/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/et/dictionaries/si_LK.po (renamed from translations/source/et/dictionaries/si_LK.po)0
-rw-r--r--source/et/dictionaries/sk_SK.po (renamed from translations/source/et/dictionaries/sk_SK.po)0
-rw-r--r--source/et/dictionaries/sl_SI.po (renamed from translations/source/et/dictionaries/sl_SI.po)0
-rw-r--r--source/et/dictionaries/sr.po (renamed from translations/source/et/dictionaries/sr.po)0
-rw-r--r--source/et/dictionaries/sv_SE.po (renamed from translations/source/et/dictionaries/sv_SE.po)0
-rw-r--r--source/et/dictionaries/sw_TZ.po (renamed from translations/source/et/dictionaries/sw_TZ.po)0
-rw-r--r--source/et/dictionaries/te_IN.po (renamed from translations/source/et/dictionaries/te_IN.po)0
-rw-r--r--source/et/dictionaries/th_TH.po (renamed from translations/source/et/dictionaries/th_TH.po)0
-rw-r--r--source/et/dictionaries/uk_UA.po (renamed from translations/source/et/dictionaries/uk_UA.po)0
-rw-r--r--source/et/dictionaries/vi.po (renamed from translations/source/et/dictionaries/vi.po)0
-rw-r--r--source/et/dictionaries/zu_ZA.po (renamed from translations/source/et/dictionaries/zu_ZA.po)0
-rw-r--r--source/et/editeng/source/accessibility.po (renamed from translations/source/et/editeng/source/accessibility.po)0
-rw-r--r--source/et/editeng/source/editeng.po (renamed from translations/source/et/editeng/source/editeng.po)0
-rw-r--r--source/et/editeng/source/items.po (renamed from translations/source/et/editeng/source/items.po)0
-rw-r--r--source/et/editeng/source/misc.po (renamed from translations/source/et/editeng/source/misc.po)0
-rw-r--r--source/et/editeng/source/outliner.po (renamed from translations/source/et/editeng/source/outliner.po)0
-rw-r--r--source/et/extensions/source/abpilot.po (renamed from translations/source/et/extensions/source/abpilot.po)0
-rw-r--r--source/et/extensions/source/bibliography.po (renamed from translations/source/et/extensions/source/bibliography.po)0
-rw-r--r--source/et/extensions/source/dbpilots.po (renamed from translations/source/et/extensions/source/dbpilots.po)0
-rw-r--r--source/et/extensions/source/propctrlr.po (renamed from translations/source/et/extensions/source/propctrlr.po)0
-rw-r--r--source/et/extensions/source/scanner.po (renamed from translations/source/et/extensions/source/scanner.po)0
-rw-r--r--source/et/extensions/source/update/check.po (renamed from translations/source/et/extensions/source/update/check.po)0
-rw-r--r--source/et/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/et/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/et/filter/source/config/fragments/filters.po (renamed from translations/source/et/filter/source/config/fragments/filters.po)0
-rw-r--r--source/et/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/et/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/et/filter/source/config/fragments/types.po (renamed from translations/source/et/filter/source/config/fragments/types.po)0
-rw-r--r--source/et/filter/source/flash.po (renamed from translations/source/et/filter/source/flash.po)0
-rw-r--r--source/et/filter/source/graphicfilter/eps.po (renamed from translations/source/et/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/et/filter/source/pdf.po (renamed from translations/source/et/filter/source/pdf.po)0
-rw-r--r--source/et/filter/source/t602.po (renamed from translations/source/et/filter/source/t602.po)0
-rw-r--r--source/et/filter/source/xsltdialog.po (renamed from translations/source/et/filter/source/xsltdialog.po)0
-rw-r--r--source/et/forms/source/resource.po (renamed from translations/source/et/forms/source/resource.po)0
-rw-r--r--source/et/formula/source/core/resource.po (renamed from translations/source/et/formula/source/core/resource.po)0
-rw-r--r--source/et/formula/source/ui/dlg.po (renamed from translations/source/et/formula/source/ui/dlg.po)0
-rw-r--r--source/et/fpicker/source/office.po (renamed from translations/source/et/fpicker/source/office.po)0
-rw-r--r--source/et/framework/source/classes.po (renamed from translations/source/et/framework/source/classes.po)0
-rw-r--r--source/et/framework/source/services.po (renamed from translations/source/et/framework/source/services.po)0
-rw-r--r--source/et/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/et/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/et/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/et/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/et/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc.po (renamed from translations/source/et/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/00.po (renamed from translations/source/et/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po (renamed from translations/source/et/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/02.po (renamed from translations/source/et/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/04.po (renamed from translations/source/et/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/05.po (renamed from translations/source/et/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/et/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/schart.po (renamed from translations/source/et/helpcontent2/source/text/schart.po)0
-rw-r--r--source/et/helpcontent2/source/text/schart/00.po (renamed from translations/source/et/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/schart/01.po (renamed from translations/source/et/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/schart/02.po (renamed from translations/source/et/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/schart/04.po (renamed from translations/source/et/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/sdraw.po (renamed from translations/source/et/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/et/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/et/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/et/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/et/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/et/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared.po (renamed from translations/source/et/helpcontent2/source/text/shared.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po (renamed from translations/source/et/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po (renamed from translations/source/et/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po (renamed from translations/source/et/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/04.po (renamed from translations/source/et/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/05.po (renamed from translations/source/et/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/07.po (renamed from translations/source/et/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/et/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/et/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/et/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po (renamed from translations/source/et/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/et/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress.po (renamed from translations/source/et/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress/00.po (renamed from translations/source/et/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress/01.po (renamed from translations/source/et/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress/02.po (renamed from translations/source/et/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress/04.po (renamed from translations/source/et/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/et/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath.po (renamed from translations/source/et/helpcontent2/source/text/smath.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath/00.po (renamed from translations/source/et/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath/01.po (renamed from translations/source/et/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath/02.po (renamed from translations/source/et/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath/04.po (renamed from translations/source/et/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/smath/guide.po (renamed from translations/source/et/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter.po (renamed from translations/source/et/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po (renamed from translations/source/et/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po (renamed from translations/source/et/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter/02.po (renamed from translations/source/et/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter/04.po (renamed from translations/source/et/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/et/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/et/mysqlc/source.po (renamed from translations/source/et/mysqlc/source.po)0
-rw-r--r--source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/et/nlpsolver/src/locale.po (renamed from translations/source/et/nlpsolver/src/locale.po)0
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/et/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/et/padmin/source.po (renamed from translations/source/et/padmin/source.po)0
-rw-r--r--source/et/readlicense_oo/docs/readme.po (renamed from translations/source/et/readlicense_oo/docs/readme.po)0
-rw-r--r--source/et/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/et/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/et/reportbuilder/util.po (renamed from translations/source/et/reportbuilder/util.po)0
-rw-r--r--source/et/reportdesign/source/core/resource.po (renamed from translations/source/et/reportdesign/source/core/resource.po)0
-rw-r--r--source/et/reportdesign/source/ui/dlg.po (renamed from translations/source/et/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/et/reportdesign/source/ui/inspection.po (renamed from translations/source/et/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/et/reportdesign/source/ui/report.po (renamed from translations/source/et/reportdesign/source/ui/report.po)0
-rw-r--r--source/et/sc/source/core/src.po (renamed from translations/source/et/sc/source/core/src.po)0
-rw-r--r--source/et/sc/source/ui/cctrl.po (renamed from translations/source/et/sc/source/ui/cctrl.po)0
-rw-r--r--source/et/sc/source/ui/dbgui.po (renamed from translations/source/et/sc/source/ui/dbgui.po)0
-rw-r--r--source/et/sc/source/ui/docshell.po (renamed from translations/source/et/sc/source/ui/docshell.po)0
-rw-r--r--source/et/sc/source/ui/drawfunc.po (renamed from translations/source/et/sc/source/ui/drawfunc.po)0
-rw-r--r--source/et/sc/source/ui/formdlg.po (renamed from translations/source/et/sc/source/ui/formdlg.po)0
-rw-r--r--source/et/sc/source/ui/miscdlgs.po (renamed from translations/source/et/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/et/sc/source/ui/navipi.po (renamed from translations/source/et/sc/source/ui/navipi.po)0
-rw-r--r--source/et/sc/source/ui/optdlg.po (renamed from translations/source/et/sc/source/ui/optdlg.po)0
-rw-r--r--source/et/sc/source/ui/pagedlg.po (renamed from translations/source/et/sc/source/ui/pagedlg.po)0
-rw-r--r--source/et/sc/source/ui/src.po (renamed from translations/source/et/sc/source/ui/src.po)0
-rw-r--r--source/et/sc/source/ui/styleui.po (renamed from translations/source/et/sc/source/ui/styleui.po)0
-rw-r--r--source/et/scaddins/source/analysis.po (renamed from translations/source/et/scaddins/source/analysis.po)0
-rw-r--r--source/et/scaddins/source/datefunc.po (renamed from translations/source/et/scaddins/source/datefunc.po)0
-rw-r--r--source/et/sccomp/source/solver.po (renamed from translations/source/et/sccomp/source/solver.po)0
-rw-r--r--source/et/scp2/source/accessories.po (renamed from translations/source/et/scp2/source/accessories.po)0
-rw-r--r--source/et/scp2/source/activex.po (renamed from translations/source/et/scp2/source/activex.po)0
-rw-r--r--source/et/scp2/source/base.po (renamed from translations/source/et/scp2/source/base.po)0
-rw-r--r--source/et/scp2/source/binfilter.po (renamed from translations/source/et/scp2/source/binfilter.po)0
-rw-r--r--source/et/scp2/source/calc.po (renamed from translations/source/et/scp2/source/calc.po)0
-rw-r--r--source/et/scp2/source/draw.po (renamed from translations/source/et/scp2/source/draw.po)0
-rw-r--r--source/et/scp2/source/extensions.po (renamed from translations/source/et/scp2/source/extensions.po)0
-rw-r--r--source/et/scp2/source/gnome.po (renamed from translations/source/et/scp2/source/gnome.po)0
-rw-r--r--source/et/scp2/source/graphicfilter.po (renamed from translations/source/et/scp2/source/graphicfilter.po)0
-rw-r--r--source/et/scp2/source/impress.po (renamed from translations/source/et/scp2/source/impress.po)0
-rw-r--r--source/et/scp2/source/javafilter.po (renamed from translations/source/et/scp2/source/javafilter.po)0
-rw-r--r--source/et/scp2/source/kde.po (renamed from translations/source/et/scp2/source/kde.po)0
-rw-r--r--source/et/scp2/source/math.po (renamed from translations/source/et/scp2/source/math.po)0
-rw-r--r--source/et/scp2/source/onlineupdate.po (renamed from translations/source/et/scp2/source/onlineupdate.po)0
-rw-r--r--source/et/scp2/source/ooo.po (renamed from translations/source/et/scp2/source/ooo.po)0
-rw-r--r--source/et/scp2/source/python.po (renamed from translations/source/et/scp2/source/python.po)0
-rw-r--r--source/et/scp2/source/quickstart.po (renamed from translations/source/et/scp2/source/quickstart.po)0
-rw-r--r--source/et/scp2/source/sdkoo.po (renamed from translations/source/et/scp2/source/sdkoo.po)0
-rw-r--r--source/et/scp2/source/smoketest.po (renamed from translations/source/et/scp2/source/smoketest.po)0
-rw-r--r--source/et/scp2/source/stdlibs.po (renamed from translations/source/et/scp2/source/stdlibs.po)0
-rw-r--r--source/et/scp2/source/tde.po (renamed from translations/source/et/scp2/source/tde.po)0
-rw-r--r--source/et/scp2/source/winexplorerext.po (renamed from translations/source/et/scp2/source/winexplorerext.po)0
-rw-r--r--source/et/scp2/source/writer.po (renamed from translations/source/et/scp2/source/writer.po)0
-rw-r--r--source/et/scp2/source/xsltfilter.po (renamed from translations/source/et/scp2/source/xsltfilter.po)0
-rw-r--r--source/et/scripting/source/pyprov.po (renamed from translations/source/et/scripting/source/pyprov.po)0
-rw-r--r--source/et/sd/source/core.po (renamed from translations/source/et/sd/source/core.po)0
-rw-r--r--source/et/sd/source/filter/html.po (renamed from translations/source/et/sd/source/filter/html.po)0
-rw-r--r--source/et/sd/source/ui/accessibility.po (renamed from translations/source/et/sd/source/ui/accessibility.po)0
-rw-r--r--source/et/sd/source/ui/animations.po (renamed from translations/source/et/sd/source/ui/animations.po)0
-rw-r--r--source/et/sd/source/ui/annotations.po (renamed from translations/source/et/sd/source/ui/annotations.po)0
-rw-r--r--source/et/sd/source/ui/app.po (renamed from translations/source/et/sd/source/ui/app.po)0
-rw-r--r--source/et/sd/source/ui/dlg.po (renamed from translations/source/et/sd/source/ui/dlg.po)0
-rw-r--r--source/et/sd/source/ui/slideshow.po (renamed from translations/source/et/sd/source/ui/slideshow.po)0
-rw-r--r--source/et/sd/source/ui/table.po (renamed from translations/source/et/sd/source/ui/table.po)0
-rw-r--r--source/et/sd/source/ui/view.po (renamed from translations/source/et/sd/source/ui/view.po)0
-rw-r--r--source/et/sdext/source/minimizer.po (renamed from translations/source/et/sdext/source/minimizer.po)0
-rw-r--r--source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/et/sdext/source/pdfimport.po (renamed from translations/source/et/sdext/source/pdfimport.po)0
-rw-r--r--source/et/sdext/source/presenter.po (renamed from translations/source/et/sdext/source/presenter.po)0
-rw-r--r--source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/et/setup_native/source/mac.po (renamed from translations/source/et/setup_native/source/mac.po)0
-rw-r--r--source/et/sfx2/source/appl.po (renamed from translations/source/et/sfx2/source/appl.po)0
-rw-r--r--source/et/sfx2/source/bastyp.po (renamed from translations/source/et/sfx2/source/bastyp.po)0
-rw-r--r--source/et/sfx2/source/dialog.po (renamed from translations/source/et/sfx2/source/dialog.po)0
-rw-r--r--source/et/sfx2/source/doc.po (renamed from translations/source/et/sfx2/source/doc.po)0
-rw-r--r--source/et/sfx2/source/menu.po (renamed from translations/source/et/sfx2/source/menu.po)0
-rw-r--r--source/et/sfx2/source/view.po (renamed from translations/source/et/sfx2/source/view.po)0
-rw-r--r--source/et/shell/source/win32/shlxthandler/res.po (renamed from translations/source/et/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/et/starmath/source.po (renamed from translations/source/et/starmath/source.po)0
-rw-r--r--source/et/svl/source/items.po (renamed from translations/source/et/svl/source/items.po)0
-rw-r--r--source/et/svl/source/misc.po (renamed from translations/source/et/svl/source/misc.po)0
-rw-r--r--source/et/svtools/source/contnr.po (renamed from translations/source/et/svtools/source/contnr.po)0
-rw-r--r--source/et/svtools/source/control.po (renamed from translations/source/et/svtools/source/control.po)0
-rw-r--r--source/et/svtools/source/dialogs.po (renamed from translations/source/et/svtools/source/dialogs.po)0
-rw-r--r--source/et/svtools/source/filter.po (renamed from translations/source/et/svtools/source/filter.po)0
-rw-r--r--source/et/svtools/source/java.po (renamed from translations/source/et/svtools/source/java.po)0
-rw-r--r--source/et/svtools/source/misc.po (renamed from translations/source/et/svtools/source/misc.po)0
-rw-r--r--source/et/svtools/source/toolpanel.po (renamed from translations/source/et/svtools/source/toolpanel.po)0
-rw-r--r--source/et/svtools/workben/unodialog.po (renamed from translations/source/et/svtools/workben/unodialog.po)0
-rw-r--r--source/et/svx/inc.po (renamed from translations/source/et/svx/inc.po)0
-rw-r--r--source/et/svx/source/accessibility.po (renamed from translations/source/et/svx/source/accessibility.po)0
-rw-r--r--source/et/svx/source/dialog.po (renamed from translations/source/et/svx/source/dialog.po)0
-rw-r--r--source/et/svx/source/engine3d.po (renamed from translations/source/et/svx/source/engine3d.po)0
-rw-r--r--source/et/svx/source/fmcomp.po (renamed from translations/source/et/svx/source/fmcomp.po)0
-rw-r--r--source/et/svx/source/form.po (renamed from translations/source/et/svx/source/form.po)0
-rw-r--r--source/et/svx/source/gallery2.po (renamed from translations/source/et/svx/source/gallery2.po)0
-rw-r--r--source/et/svx/source/items.po (renamed from translations/source/et/svx/source/items.po)0
-rw-r--r--source/et/svx/source/src.po (renamed from translations/source/et/svx/source/src.po)0
-rw-r--r--source/et/svx/source/stbctrls.po (renamed from translations/source/et/svx/source/stbctrls.po)0
-rw-r--r--source/et/svx/source/svdraw.po (renamed from translations/source/et/svx/source/svdraw.po)0
-rw-r--r--source/et/svx/source/table.po (renamed from translations/source/et/svx/source/table.po)0
-rw-r--r--source/et/svx/source/tbxctrls.po (renamed from translations/source/et/svx/source/tbxctrls.po)0
-rw-r--r--source/et/svx/source/toolbars.po (renamed from translations/source/et/svx/source/toolbars.po)0
-rw-r--r--source/et/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/et/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/et/sw/source/core/layout.po (renamed from translations/source/et/sw/source/core/layout.po)0
-rw-r--r--source/et/sw/source/core/undo.po (renamed from translations/source/et/sw/source/core/undo.po)0
-rw-r--r--source/et/sw/source/core/unocore.po (renamed from translations/source/et/sw/source/core/unocore.po)0
-rw-r--r--source/et/sw/source/ui/app.po (renamed from translations/source/et/sw/source/ui/app.po)0
-rw-r--r--source/et/sw/source/ui/chrdlg.po (renamed from translations/source/et/sw/source/ui/chrdlg.po)0
-rw-r--r--source/et/sw/source/ui/config.po (renamed from translations/source/et/sw/source/ui/config.po)0
-rw-r--r--source/et/sw/source/ui/dbui.po (renamed from translations/source/et/sw/source/ui/dbui.po)0
-rw-r--r--source/et/sw/source/ui/dialog.po (renamed from translations/source/et/sw/source/ui/dialog.po)0
-rw-r--r--source/et/sw/source/ui/dochdl.po (renamed from translations/source/et/sw/source/ui/dochdl.po)0
-rw-r--r--source/et/sw/source/ui/docvw.po (renamed from translations/source/et/sw/source/ui/docvw.po)0
-rw-r--r--source/et/sw/source/ui/envelp.po (renamed from translations/source/et/sw/source/ui/envelp.po)0
-rw-r--r--source/et/sw/source/ui/fldui.po (renamed from translations/source/et/sw/source/ui/fldui.po)0
-rw-r--r--source/et/sw/source/ui/fmtui.po (renamed from translations/source/et/sw/source/ui/fmtui.po)0
-rw-r--r--source/et/sw/source/ui/frmdlg.po (renamed from translations/source/et/sw/source/ui/frmdlg.po)0
-rw-r--r--source/et/sw/source/ui/globdoc.po (renamed from translations/source/et/sw/source/ui/globdoc.po)0
-rw-r--r--source/et/sw/source/ui/index.po (renamed from translations/source/et/sw/source/ui/index.po)0
-rw-r--r--source/et/sw/source/ui/lingu.po (renamed from translations/source/et/sw/source/ui/lingu.po)0
-rw-r--r--source/et/sw/source/ui/misc.po (renamed from translations/source/et/sw/source/ui/misc.po)0
-rw-r--r--source/et/sw/source/ui/ribbar.po (renamed from translations/source/et/sw/source/ui/ribbar.po)0
-rw-r--r--source/et/sw/source/ui/shells.po (renamed from translations/source/et/sw/source/ui/shells.po)0
-rw-r--r--source/et/sw/source/ui/smartmenu.po (renamed from translations/source/et/sw/source/ui/smartmenu.po)0
-rw-r--r--source/et/sw/source/ui/table.po (renamed from translations/source/et/sw/source/ui/table.po)0
-rw-r--r--source/et/sw/source/ui/uiview.po (renamed from translations/source/et/sw/source/ui/uiview.po)0
-rw-r--r--source/et/sw/source/ui/utlui.po (renamed from translations/source/et/sw/source/ui/utlui.po)0
-rw-r--r--source/et/sw/source/ui/web.po (renamed from translations/source/et/sw/source/ui/web.po)0
-rw-r--r--source/et/sw/source/ui/wrtsh.po (renamed from translations/source/et/sw/source/ui/wrtsh.po)0
-rw-r--r--source/et/swext/mediawiki/help.po (renamed from translations/source/et/swext/mediawiki/help.po)0
-rw-r--r--source/et/swext/mediawiki/src.po (renamed from translations/source/et/swext/mediawiki/src.po)0
-rw-r--r--source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/et/sysui/desktop/share.po (renamed from translations/source/et/sysui/desktop/share.po)0
-rw-r--r--source/et/uui/source.po (renamed from translations/source/et/uui/source.po)0
-rw-r--r--source/et/vcl/source/src.po (renamed from translations/source/et/vcl/source/src.po)0
-rw-r--r--source/et/wizards/source/euro.po (renamed from translations/source/et/wizards/source/euro.po)0
-rw-r--r--source/et/wizards/source/formwizard.po (renamed from translations/source/et/wizards/source/formwizard.po)0
-rw-r--r--source/et/wizards/source/importwizard.po (renamed from translations/source/et/wizards/source/importwizard.po)0
-rw-r--r--source/et/wizards/source/schedule.po (renamed from translations/source/et/wizards/source/schedule.po)0
-rw-r--r--source/et/wizards/source/template.po (renamed from translations/source/et/wizards/source/template.po)0
-rw-r--r--source/et/xmlsecurity/source/component.po (renamed from translations/source/et/xmlsecurity/source/component.po)0
-rw-r--r--source/et/xmlsecurity/source/dialogs.po (renamed from translations/source/et/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/eu/accessibility/source/helper.po (renamed from translations/source/eu/accessibility/source/helper.po)0
-rw-r--r--source/eu/avmedia/source/framework.po (renamed from translations/source/eu/avmedia/source/framework.po)0
-rw-r--r--source/eu/avmedia/source/viewer.po (renamed from translations/source/eu/avmedia/source/viewer.po)0
-rw-r--r--source/eu/basctl/source/basicide.po (renamed from translations/source/eu/basctl/source/basicide.po)0
-rw-r--r--source/eu/basctl/source/dlged.po (renamed from translations/source/eu/basctl/source/dlged.po)0
-rw-r--r--source/eu/basic/source/classes.po (renamed from translations/source/eu/basic/source/classes.po)0
-rw-r--r--source/eu/basic/source/sbx.po (renamed from translations/source/eu/basic/source/sbx.po)0
-rw-r--r--source/eu/chart2/source/controller/dialogs.po (renamed from translations/source/eu/chart2/source/controller/dialogs.po)0
-rw-r--r--source/eu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/eu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/eu/connectivity/source/resource.po (renamed from translations/source/eu/connectivity/source/resource.po)0
-rw-r--r--source/eu/cui/source/customize.po (renamed from translations/source/eu/cui/source/customize.po)0
-rw-r--r--source/eu/cui/source/dialogs.po (renamed from translations/source/eu/cui/source/dialogs.po)0
-rw-r--r--source/eu/cui/source/options.po (renamed from translations/source/eu/cui/source/options.po)0
-rw-r--r--source/eu/cui/source/tabpages.po (renamed from translations/source/eu/cui/source/tabpages.po)0
-rw-r--r--source/eu/dbaccess/source/core/resource.po (renamed from translations/source/eu/dbaccess/source/core/resource.po)0
-rw-r--r--source/eu/dbaccess/source/ext/macromigration.po (renamed from translations/source/eu/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/eu/dbaccess/source/sdbtools/resource.po (renamed from translations/source/eu/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/eu/dbaccess/source/ui/app.po (renamed from translations/source/eu/dbaccess/source/ui/app.po)0
-rw-r--r--source/eu/dbaccess/source/ui/browser.po (renamed from translations/source/eu/dbaccess/source/ui/browser.po)0
-rw-r--r--source/eu/dbaccess/source/ui/control.po (renamed from translations/source/eu/dbaccess/source/ui/control.po)0
-rw-r--r--source/eu/dbaccess/source/ui/dlg.po (renamed from translations/source/eu/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/eu/dbaccess/source/ui/inc.po (renamed from translations/source/eu/dbaccess/source/ui/inc.po)0
-rw-r--r--source/eu/dbaccess/source/ui/misc.po (renamed from translations/source/eu/dbaccess/source/ui/misc.po)0
-rw-r--r--source/eu/dbaccess/source/ui/querydesign.po (renamed from translations/source/eu/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/eu/dbaccess/source/ui/relationdesign.po (renamed from translations/source/eu/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/eu/dbaccess/source/ui/tabledesign.po (renamed from translations/source/eu/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/eu/dbaccess/source/ui/uno.po (renamed from translations/source/eu/dbaccess/source/ui/uno.po)0
-rw-r--r--source/eu/desktop/source/app.po (renamed from translations/source/eu/desktop/source/app.po)0
-rw-r--r--source/eu/desktop/source/deployment/gui.po (renamed from translations/source/eu/desktop/source/deployment/gui.po)0
-rw-r--r--source/eu/desktop/source/deployment/manager.po (renamed from translations/source/eu/desktop/source/deployment/manager.po)0
-rw-r--r--source/eu/desktop/source/deployment/misc.po (renamed from translations/source/eu/desktop/source/deployment/misc.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry.po (renamed from translations/source/eu/desktop/source/deployment/registry.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/component.po (renamed from translations/source/eu/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/configuration.po (renamed from translations/source/eu/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/help.po (renamed from translations/source/eu/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/package.po (renamed from translations/source/eu/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/script.po (renamed from translations/source/eu/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/eu/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/eu/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/eu/desktop/source/deployment/unopkg.po (renamed from translations/source/eu/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/eu/dictionaries/af_ZA.po (renamed from translations/source/eu/dictionaries/af_ZA.po)0
-rw-r--r--source/eu/dictionaries/an_ES.po (renamed from translations/source/eu/dictionaries/an_ES.po)0
-rw-r--r--source/eu/dictionaries/ar.po (renamed from translations/source/eu/dictionaries/ar.po)0
-rw-r--r--source/eu/dictionaries/be_BY.po (renamed from translations/source/eu/dictionaries/be_BY.po)0
-rw-r--r--source/eu/dictionaries/bg_BG.po (renamed from translations/source/eu/dictionaries/bg_BG.po)0
-rw-r--r--source/eu/dictionaries/bn_BD.po (renamed from translations/source/eu/dictionaries/bn_BD.po)0
-rw-r--r--source/eu/dictionaries/br_FR.po (renamed from translations/source/eu/dictionaries/br_FR.po)0
-rw-r--r--source/eu/dictionaries/ca.po (renamed from translations/source/eu/dictionaries/ca.po)0
-rw-r--r--source/eu/dictionaries/cs_CZ.po (renamed from translations/source/eu/dictionaries/cs_CZ.po)0
-rw-r--r--source/eu/dictionaries/da_DK.po (renamed from translations/source/eu/dictionaries/da_DK.po)0
-rw-r--r--source/eu/dictionaries/de.po (renamed from translations/source/eu/dictionaries/de.po)0
-rw-r--r--source/eu/dictionaries/el_GR.po (renamed from translations/source/eu/dictionaries/el_GR.po)0
-rw-r--r--source/eu/dictionaries/en.po (renamed from translations/source/eu/dictionaries/en.po)0
-rw-r--r--source/eu/dictionaries/en/dialog.po (renamed from translations/source/eu/dictionaries/en/dialog.po)0
-rw-r--r--source/eu/dictionaries/es_ES.po (renamed from translations/source/eu/dictionaries/es_ES.po)0
-rw-r--r--source/eu/dictionaries/et_EE.po (renamed from translations/source/eu/dictionaries/et_EE.po)0
-rw-r--r--source/eu/dictionaries/fr_FR.po (renamed from translations/source/eu/dictionaries/fr_FR.po)0
-rw-r--r--source/eu/dictionaries/gd_GB.po (renamed from translations/source/eu/dictionaries/gd_GB.po)0
-rw-r--r--source/eu/dictionaries/gl.po (renamed from translations/source/eu/dictionaries/gl.po)0
-rw-r--r--source/eu/dictionaries/gu_IN.po (renamed from translations/source/eu/dictionaries/gu_IN.po)0
-rw-r--r--source/eu/dictionaries/he_IL.po (renamed from translations/source/eu/dictionaries/he_IL.po)0
-rw-r--r--source/eu/dictionaries/hi_IN.po (renamed from translations/source/eu/dictionaries/hi_IN.po)0
-rw-r--r--source/eu/dictionaries/hr_HR.po (renamed from translations/source/eu/dictionaries/hr_HR.po)0
-rw-r--r--source/eu/dictionaries/hu_HU.po (renamed from translations/source/eu/dictionaries/hu_HU.po)0
-rw-r--r--source/eu/dictionaries/hu_HU/dialog.po (renamed from translations/source/eu/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/eu/dictionaries/it_IT.po (renamed from translations/source/eu/dictionaries/it_IT.po)0
-rw-r--r--source/eu/dictionaries/ku_TR.po (renamed from translations/source/eu/dictionaries/ku_TR.po)0
-rw-r--r--source/eu/dictionaries/lt_LT.po (renamed from translations/source/eu/dictionaries/lt_LT.po)0
-rw-r--r--source/eu/dictionaries/lv_LV.po (renamed from translations/source/eu/dictionaries/lv_LV.po)0
-rw-r--r--source/eu/dictionaries/ne_NP.po (renamed from translations/source/eu/dictionaries/ne_NP.po)0
-rw-r--r--source/eu/dictionaries/nl_NL.po (renamed from translations/source/eu/dictionaries/nl_NL.po)0
-rw-r--r--source/eu/dictionaries/no.po (renamed from translations/source/eu/dictionaries/no.po)0
-rw-r--r--source/eu/dictionaries/oc_FR.po (renamed from translations/source/eu/dictionaries/oc_FR.po)0
-rw-r--r--source/eu/dictionaries/pl_PL.po (renamed from translations/source/eu/dictionaries/pl_PL.po)0
-rw-r--r--source/eu/dictionaries/pt_BR.po (renamed from translations/source/eu/dictionaries/pt_BR.po)0
-rw-r--r--source/eu/dictionaries/pt_PT.po (renamed from translations/source/eu/dictionaries/pt_PT.po)0
-rw-r--r--source/eu/dictionaries/ro.po (renamed from translations/source/eu/dictionaries/ro.po)0
-rw-r--r--source/eu/dictionaries/ru_RU.po (renamed from translations/source/eu/dictionaries/ru_RU.po)0
-rw-r--r--source/eu/dictionaries/ru_RU/dialog.po (renamed from translations/source/eu/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/eu/dictionaries/si_LK.po (renamed from translations/source/eu/dictionaries/si_LK.po)0
-rw-r--r--source/eu/dictionaries/sk_SK.po (renamed from translations/source/eu/dictionaries/sk_SK.po)0
-rw-r--r--source/eu/dictionaries/sl_SI.po (renamed from translations/source/eu/dictionaries/sl_SI.po)0
-rw-r--r--source/eu/dictionaries/sr.po (renamed from translations/source/eu/dictionaries/sr.po)0
-rw-r--r--source/eu/dictionaries/sv_SE.po (renamed from translations/source/eu/dictionaries/sv_SE.po)0
-rw-r--r--source/eu/dictionaries/sw_TZ.po (renamed from translations/source/eu/dictionaries/sw_TZ.po)0
-rw-r--r--source/eu/dictionaries/te_IN.po (renamed from translations/source/eu/dictionaries/te_IN.po)0
-rw-r--r--source/eu/dictionaries/th_TH.po (renamed from translations/source/eu/dictionaries/th_TH.po)0
-rw-r--r--source/eu/dictionaries/uk_UA.po (renamed from translations/source/eu/dictionaries/uk_UA.po)0
-rw-r--r--source/eu/dictionaries/vi.po (renamed from translations/source/eu/dictionaries/vi.po)0
-rw-r--r--source/eu/dictionaries/zu_ZA.po (renamed from translations/source/eu/dictionaries/zu_ZA.po)0
-rw-r--r--source/eu/editeng/source/accessibility.po (renamed from translations/source/eu/editeng/source/accessibility.po)0
-rw-r--r--source/eu/editeng/source/editeng.po (renamed from translations/source/eu/editeng/source/editeng.po)0
-rw-r--r--source/eu/editeng/source/items.po (renamed from translations/source/eu/editeng/source/items.po)0
-rw-r--r--source/eu/editeng/source/misc.po (renamed from translations/source/eu/editeng/source/misc.po)0
-rw-r--r--source/eu/editeng/source/outliner.po (renamed from translations/source/eu/editeng/source/outliner.po)0
-rw-r--r--source/eu/extensions/source/abpilot.po (renamed from translations/source/eu/extensions/source/abpilot.po)0
-rw-r--r--source/eu/extensions/source/bibliography.po (renamed from translations/source/eu/extensions/source/bibliography.po)0
-rw-r--r--source/eu/extensions/source/dbpilots.po (renamed from translations/source/eu/extensions/source/dbpilots.po)0
-rw-r--r--source/eu/extensions/source/propctrlr.po (renamed from translations/source/eu/extensions/source/propctrlr.po)0
-rw-r--r--source/eu/extensions/source/scanner.po (renamed from translations/source/eu/extensions/source/scanner.po)0
-rw-r--r--source/eu/extensions/source/update/check.po (renamed from translations/source/eu/extensions/source/update/check.po)0
-rw-r--r--source/eu/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/eu/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/eu/filter/source/config/fragments/filters.po (renamed from translations/source/eu/filter/source/config/fragments/filters.po)0
-rw-r--r--source/eu/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/eu/filter/source/config/fragments/types.po (renamed from translations/source/eu/filter/source/config/fragments/types.po)0
-rw-r--r--source/eu/filter/source/flash.po (renamed from translations/source/eu/filter/source/flash.po)0
-rw-r--r--source/eu/filter/source/graphicfilter/eps.po (renamed from translations/source/eu/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/eu/filter/source/pdf.po (renamed from translations/source/eu/filter/source/pdf.po)0
-rw-r--r--source/eu/filter/source/t602.po (renamed from translations/source/eu/filter/source/t602.po)0
-rw-r--r--source/eu/filter/source/xsltdialog.po (renamed from translations/source/eu/filter/source/xsltdialog.po)0
-rw-r--r--source/eu/forms/source/resource.po (renamed from translations/source/eu/forms/source/resource.po)0
-rw-r--r--source/eu/formula/source/core/resource.po (renamed from translations/source/eu/formula/source/core/resource.po)0
-rw-r--r--source/eu/formula/source/ui/dlg.po (renamed from translations/source/eu/formula/source/ui/dlg.po)0
-rw-r--r--source/eu/fpicker/source/office.po (renamed from translations/source/eu/fpicker/source/office.po)0
-rw-r--r--source/eu/framework/source/classes.po (renamed from translations/source/eu/framework/source/classes.po)0
-rw-r--r--source/eu/framework/source/services.po (renamed from translations/source/eu/framework/source/services.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/eu/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/eu/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po (renamed from translations/source/eu/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/02.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/04.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/05.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/eu/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/schart.po (renamed from translations/source/eu/helpcontent2/source/text/schart.po)0
-rw-r--r--source/eu/helpcontent2/source/text/schart/00.po (renamed from translations/source/eu/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/schart/01.po (renamed from translations/source/eu/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/schart/02.po (renamed from translations/source/eu/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/schart/04.po (renamed from translations/source/eu/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sdraw.po (renamed from translations/source/eu/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/eu/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/eu/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/eu/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/eu/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared.po (renamed from translations/source/eu/helpcontent2/source/text/shared.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po (renamed from translations/source/eu/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po (renamed from translations/source/eu/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po (renamed from translations/source/eu/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/04.po (renamed from translations/source/eu/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/05.po (renamed from translations/source/eu/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/07.po (renamed from translations/source/eu/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/eu/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/eu/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/eu/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po (renamed from translations/source/eu/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/eu/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po (renamed from translations/source/eu/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po (renamed from translations/source/eu/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po (renamed from translations/source/eu/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress/02.po (renamed from translations/source/eu/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress/04.po (renamed from translations/source/eu/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/eu/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath.po (renamed from translations/source/eu/helpcontent2/source/text/smath.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath/00.po (renamed from translations/source/eu/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po (renamed from translations/source/eu/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath/02.po (renamed from translations/source/eu/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath/04.po (renamed from translations/source/eu/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/smath/guide.po (renamed from translations/source/eu/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po (renamed from translations/source/eu/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po (renamed from translations/source/eu/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po (renamed from translations/source/eu/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter/02.po (renamed from translations/source/eu/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter/04.po (renamed from translations/source/eu/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/eu/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/eu/mysqlc/source.po (renamed from translations/source/eu/mysqlc/source.po)0
-rw-r--r--source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/eu/nlpsolver/src/locale.po (renamed from translations/source/eu/nlpsolver/src/locale.po)0
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/eu/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/eu/padmin/source.po (renamed from translations/source/eu/padmin/source.po)0
-rw-r--r--source/eu/readlicense_oo/docs/readme.po (renamed from translations/source/eu/readlicense_oo/docs/readme.po)0
-rw-r--r--source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/eu/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/eu/reportbuilder/util.po (renamed from translations/source/eu/reportbuilder/util.po)0
-rw-r--r--source/eu/reportdesign/source/core/resource.po (renamed from translations/source/eu/reportdesign/source/core/resource.po)0
-rw-r--r--source/eu/reportdesign/source/ui/dlg.po (renamed from translations/source/eu/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/eu/reportdesign/source/ui/inspection.po (renamed from translations/source/eu/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/eu/reportdesign/source/ui/report.po (renamed from translations/source/eu/reportdesign/source/ui/report.po)0
-rw-r--r--source/eu/sc/source/core/src.po (renamed from translations/source/eu/sc/source/core/src.po)0
-rw-r--r--source/eu/sc/source/ui/cctrl.po (renamed from translations/source/eu/sc/source/ui/cctrl.po)0
-rw-r--r--source/eu/sc/source/ui/dbgui.po (renamed from translations/source/eu/sc/source/ui/dbgui.po)0
-rw-r--r--source/eu/sc/source/ui/docshell.po (renamed from translations/source/eu/sc/source/ui/docshell.po)0
-rw-r--r--source/eu/sc/source/ui/drawfunc.po (renamed from translations/source/eu/sc/source/ui/drawfunc.po)0
-rw-r--r--source/eu/sc/source/ui/formdlg.po (renamed from translations/source/eu/sc/source/ui/formdlg.po)0
-rw-r--r--source/eu/sc/source/ui/miscdlgs.po (renamed from translations/source/eu/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/eu/sc/source/ui/navipi.po (renamed from translations/source/eu/sc/source/ui/navipi.po)0
-rw-r--r--source/eu/sc/source/ui/optdlg.po (renamed from translations/source/eu/sc/source/ui/optdlg.po)0
-rw-r--r--source/eu/sc/source/ui/pagedlg.po (renamed from translations/source/eu/sc/source/ui/pagedlg.po)0
-rw-r--r--source/eu/sc/source/ui/src.po (renamed from translations/source/eu/sc/source/ui/src.po)0
-rw-r--r--source/eu/sc/source/ui/styleui.po (renamed from translations/source/eu/sc/source/ui/styleui.po)0
-rw-r--r--source/eu/scaddins/source/analysis.po (renamed from translations/source/eu/scaddins/source/analysis.po)0
-rw-r--r--source/eu/scaddins/source/datefunc.po (renamed from translations/source/eu/scaddins/source/datefunc.po)0
-rw-r--r--source/eu/sccomp/source/solver.po (renamed from translations/source/eu/sccomp/source/solver.po)0
-rw-r--r--source/eu/scp2/source/accessories.po (renamed from translations/source/eu/scp2/source/accessories.po)0
-rw-r--r--source/eu/scp2/source/activex.po (renamed from translations/source/eu/scp2/source/activex.po)0
-rw-r--r--source/eu/scp2/source/base.po (renamed from translations/source/eu/scp2/source/base.po)0
-rw-r--r--source/eu/scp2/source/binfilter.po (renamed from translations/source/eu/scp2/source/binfilter.po)0
-rw-r--r--source/eu/scp2/source/calc.po (renamed from translations/source/eu/scp2/source/calc.po)0
-rw-r--r--source/eu/scp2/source/draw.po (renamed from translations/source/eu/scp2/source/draw.po)0
-rw-r--r--source/eu/scp2/source/extensions.po (renamed from translations/source/eu/scp2/source/extensions.po)0
-rw-r--r--source/eu/scp2/source/gnome.po (renamed from translations/source/eu/scp2/source/gnome.po)0
-rw-r--r--source/eu/scp2/source/graphicfilter.po (renamed from translations/source/eu/scp2/source/graphicfilter.po)0
-rw-r--r--source/eu/scp2/source/impress.po (renamed from translations/source/eu/scp2/source/impress.po)0
-rw-r--r--source/eu/scp2/source/javafilter.po (renamed from translations/source/eu/scp2/source/javafilter.po)0
-rw-r--r--source/eu/scp2/source/kde.po (renamed from translations/source/eu/scp2/source/kde.po)0
-rw-r--r--source/eu/scp2/source/math.po (renamed from translations/source/eu/scp2/source/math.po)0
-rw-r--r--source/eu/scp2/source/onlineupdate.po (renamed from translations/source/eu/scp2/source/onlineupdate.po)0
-rw-r--r--source/eu/scp2/source/ooo.po (renamed from translations/source/eu/scp2/source/ooo.po)0
-rw-r--r--source/eu/scp2/source/python.po (renamed from translations/source/eu/scp2/source/python.po)0
-rw-r--r--source/eu/scp2/source/quickstart.po (renamed from translations/source/eu/scp2/source/quickstart.po)0
-rw-r--r--source/eu/scp2/source/sdkoo.po (renamed from translations/source/eu/scp2/source/sdkoo.po)0
-rw-r--r--source/eu/scp2/source/smoketest.po (renamed from translations/source/eu/scp2/source/smoketest.po)0
-rw-r--r--source/eu/scp2/source/stdlibs.po (renamed from translations/source/eu/scp2/source/stdlibs.po)0
-rw-r--r--source/eu/scp2/source/tde.po (renamed from translations/source/eu/scp2/source/tde.po)0
-rw-r--r--source/eu/scp2/source/winexplorerext.po (renamed from translations/source/eu/scp2/source/winexplorerext.po)0
-rw-r--r--source/eu/scp2/source/writer.po (renamed from translations/source/eu/scp2/source/writer.po)0
-rw-r--r--source/eu/scp2/source/xsltfilter.po (renamed from translations/source/eu/scp2/source/xsltfilter.po)0
-rw-r--r--source/eu/scripting/source/pyprov.po (renamed from translations/source/eu/scripting/source/pyprov.po)0
-rw-r--r--source/eu/sd/source/core.po (renamed from translations/source/eu/sd/source/core.po)0
-rw-r--r--source/eu/sd/source/filter/html.po (renamed from translations/source/eu/sd/source/filter/html.po)0
-rw-r--r--source/eu/sd/source/ui/accessibility.po (renamed from translations/source/eu/sd/source/ui/accessibility.po)0
-rw-r--r--source/eu/sd/source/ui/animations.po (renamed from translations/source/eu/sd/source/ui/animations.po)0
-rw-r--r--source/eu/sd/source/ui/annotations.po (renamed from translations/source/eu/sd/source/ui/annotations.po)0
-rw-r--r--source/eu/sd/source/ui/app.po (renamed from translations/source/eu/sd/source/ui/app.po)0
-rw-r--r--source/eu/sd/source/ui/dlg.po (renamed from translations/source/eu/sd/source/ui/dlg.po)0
-rw-r--r--source/eu/sd/source/ui/slideshow.po (renamed from translations/source/eu/sd/source/ui/slideshow.po)0
-rw-r--r--source/eu/sd/source/ui/table.po (renamed from translations/source/eu/sd/source/ui/table.po)0
-rw-r--r--source/eu/sd/source/ui/view.po (renamed from translations/source/eu/sd/source/ui/view.po)0
-rw-r--r--source/eu/sdext/source/minimizer.po (renamed from translations/source/eu/sdext/source/minimizer.po)0
-rw-r--r--source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/eu/sdext/source/pdfimport.po (renamed from translations/source/eu/sdext/source/pdfimport.po)0
-rw-r--r--source/eu/sdext/source/presenter.po (renamed from translations/source/eu/sdext/source/presenter.po)0
-rw-r--r--source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/eu/setup_native/source/mac.po (renamed from translations/source/eu/setup_native/source/mac.po)0
-rw-r--r--source/eu/sfx2/source/appl.po (renamed from translations/source/eu/sfx2/source/appl.po)0
-rw-r--r--source/eu/sfx2/source/bastyp.po (renamed from translations/source/eu/sfx2/source/bastyp.po)0
-rw-r--r--source/eu/sfx2/source/dialog.po (renamed from translations/source/eu/sfx2/source/dialog.po)0
-rw-r--r--source/eu/sfx2/source/doc.po (renamed from translations/source/eu/sfx2/source/doc.po)0
-rw-r--r--source/eu/sfx2/source/menu.po (renamed from translations/source/eu/sfx2/source/menu.po)0
-rw-r--r--source/eu/sfx2/source/view.po (renamed from translations/source/eu/sfx2/source/view.po)0
-rw-r--r--source/eu/shell/source/win32/shlxthandler/res.po (renamed from translations/source/eu/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/eu/starmath/source.po (renamed from translations/source/eu/starmath/source.po)0
-rw-r--r--source/eu/svl/source/items.po (renamed from translations/source/eu/svl/source/items.po)0
-rw-r--r--source/eu/svl/source/misc.po (renamed from translations/source/eu/svl/source/misc.po)0
-rw-r--r--source/eu/svtools/source/contnr.po (renamed from translations/source/eu/svtools/source/contnr.po)0
-rw-r--r--source/eu/svtools/source/control.po (renamed from translations/source/eu/svtools/source/control.po)0
-rw-r--r--source/eu/svtools/source/dialogs.po (renamed from translations/source/eu/svtools/source/dialogs.po)0
-rw-r--r--source/eu/svtools/source/filter.po (renamed from translations/source/eu/svtools/source/filter.po)0
-rw-r--r--source/eu/svtools/source/java.po (renamed from translations/source/eu/svtools/source/java.po)0
-rw-r--r--source/eu/svtools/source/misc.po (renamed from translations/source/eu/svtools/source/misc.po)0
-rw-r--r--source/eu/svtools/source/toolpanel.po (renamed from translations/source/eu/svtools/source/toolpanel.po)0
-rw-r--r--source/eu/svtools/workben/unodialog.po (renamed from translations/source/eu/svtools/workben/unodialog.po)0
-rw-r--r--source/eu/svx/inc.po (renamed from translations/source/eu/svx/inc.po)0
-rw-r--r--source/eu/svx/source/accessibility.po (renamed from translations/source/eu/svx/source/accessibility.po)0
-rw-r--r--source/eu/svx/source/dialog.po (renamed from translations/source/eu/svx/source/dialog.po)0
-rw-r--r--source/eu/svx/source/engine3d.po (renamed from translations/source/eu/svx/source/engine3d.po)0
-rw-r--r--source/eu/svx/source/fmcomp.po (renamed from translations/source/eu/svx/source/fmcomp.po)0
-rw-r--r--source/eu/svx/source/form.po (renamed from translations/source/eu/svx/source/form.po)0
-rw-r--r--source/eu/svx/source/gallery2.po (renamed from translations/source/eu/svx/source/gallery2.po)0
-rw-r--r--source/eu/svx/source/items.po (renamed from translations/source/eu/svx/source/items.po)0
-rw-r--r--source/eu/svx/source/src.po (renamed from translations/source/eu/svx/source/src.po)0
-rw-r--r--source/eu/svx/source/stbctrls.po (renamed from translations/source/eu/svx/source/stbctrls.po)0
-rw-r--r--source/eu/svx/source/svdraw.po (renamed from translations/source/eu/svx/source/svdraw.po)0
-rw-r--r--source/eu/svx/source/table.po (renamed from translations/source/eu/svx/source/table.po)0
-rw-r--r--source/eu/svx/source/tbxctrls.po (renamed from translations/source/eu/svx/source/tbxctrls.po)0
-rw-r--r--source/eu/svx/source/toolbars.po (renamed from translations/source/eu/svx/source/toolbars.po)0
-rw-r--r--source/eu/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/eu/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/eu/sw/source/core/layout.po (renamed from translations/source/eu/sw/source/core/layout.po)0
-rw-r--r--source/eu/sw/source/core/undo.po (renamed from translations/source/eu/sw/source/core/undo.po)0
-rw-r--r--source/eu/sw/source/core/unocore.po (renamed from translations/source/eu/sw/source/core/unocore.po)0
-rw-r--r--source/eu/sw/source/ui/app.po (renamed from translations/source/eu/sw/source/ui/app.po)0
-rw-r--r--source/eu/sw/source/ui/chrdlg.po (renamed from translations/source/eu/sw/source/ui/chrdlg.po)0
-rw-r--r--source/eu/sw/source/ui/config.po (renamed from translations/source/eu/sw/source/ui/config.po)0
-rw-r--r--source/eu/sw/source/ui/dbui.po (renamed from translations/source/eu/sw/source/ui/dbui.po)0
-rw-r--r--source/eu/sw/source/ui/dialog.po (renamed from translations/source/eu/sw/source/ui/dialog.po)0
-rw-r--r--source/eu/sw/source/ui/dochdl.po (renamed from translations/source/eu/sw/source/ui/dochdl.po)0
-rw-r--r--source/eu/sw/source/ui/docvw.po (renamed from translations/source/eu/sw/source/ui/docvw.po)0
-rw-r--r--source/eu/sw/source/ui/envelp.po (renamed from translations/source/eu/sw/source/ui/envelp.po)0
-rw-r--r--source/eu/sw/source/ui/fldui.po (renamed from translations/source/eu/sw/source/ui/fldui.po)0
-rw-r--r--source/eu/sw/source/ui/fmtui.po (renamed from translations/source/eu/sw/source/ui/fmtui.po)0
-rw-r--r--source/eu/sw/source/ui/frmdlg.po (renamed from translations/source/eu/sw/source/ui/frmdlg.po)0
-rw-r--r--source/eu/sw/source/ui/globdoc.po (renamed from translations/source/eu/sw/source/ui/globdoc.po)0
-rw-r--r--source/eu/sw/source/ui/index.po (renamed from translations/source/eu/sw/source/ui/index.po)0
-rw-r--r--source/eu/sw/source/ui/lingu.po (renamed from translations/source/eu/sw/source/ui/lingu.po)0
-rw-r--r--source/eu/sw/source/ui/misc.po (renamed from translations/source/eu/sw/source/ui/misc.po)0
-rw-r--r--source/eu/sw/source/ui/ribbar.po (renamed from translations/source/eu/sw/source/ui/ribbar.po)0
-rw-r--r--source/eu/sw/source/ui/shells.po (renamed from translations/source/eu/sw/source/ui/shells.po)0
-rw-r--r--source/eu/sw/source/ui/smartmenu.po (renamed from translations/source/eu/sw/source/ui/smartmenu.po)0
-rw-r--r--source/eu/sw/source/ui/table.po (renamed from translations/source/eu/sw/source/ui/table.po)0
-rw-r--r--source/eu/sw/source/ui/uiview.po (renamed from translations/source/eu/sw/source/ui/uiview.po)0
-rw-r--r--source/eu/sw/source/ui/utlui.po (renamed from translations/source/eu/sw/source/ui/utlui.po)0
-rw-r--r--source/eu/sw/source/ui/web.po (renamed from translations/source/eu/sw/source/ui/web.po)0
-rw-r--r--source/eu/sw/source/ui/wrtsh.po (renamed from translations/source/eu/sw/source/ui/wrtsh.po)0
-rw-r--r--source/eu/swext/mediawiki/help.po (renamed from translations/source/eu/swext/mediawiki/help.po)0
-rw-r--r--source/eu/swext/mediawiki/src.po (renamed from translations/source/eu/swext/mediawiki/src.po)0
-rw-r--r--source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/eu/sysui/desktop/share.po (renamed from translations/source/eu/sysui/desktop/share.po)0
-rw-r--r--source/eu/uui/source.po (renamed from translations/source/eu/uui/source.po)0
-rw-r--r--source/eu/vcl/source/src.po (renamed from translations/source/eu/vcl/source/src.po)0
-rw-r--r--source/eu/wizards/source/euro.po (renamed from translations/source/eu/wizards/source/euro.po)0
-rw-r--r--source/eu/wizards/source/formwizard.po (renamed from translations/source/eu/wizards/source/formwizard.po)0
-rw-r--r--source/eu/wizards/source/importwizard.po (renamed from translations/source/eu/wizards/source/importwizard.po)0
-rw-r--r--source/eu/wizards/source/schedule.po (renamed from translations/source/eu/wizards/source/schedule.po)0
-rw-r--r--source/eu/wizards/source/template.po (renamed from translations/source/eu/wizards/source/template.po)0
-rw-r--r--source/eu/xmlsecurity/source/component.po (renamed from translations/source/eu/xmlsecurity/source/component.po)0
-rw-r--r--source/eu/xmlsecurity/source/dialogs.po (renamed from translations/source/eu/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/fa/accessibility/source/helper.po (renamed from translations/source/fa/accessibility/source/helper.po)0
-rw-r--r--source/fa/avmedia/source/framework.po (renamed from translations/source/fa/avmedia/source/framework.po)0
-rw-r--r--source/fa/avmedia/source/viewer.po (renamed from translations/source/fa/avmedia/source/viewer.po)0
-rw-r--r--source/fa/basctl/source/basicide.po (renamed from translations/source/fa/basctl/source/basicide.po)0
-rw-r--r--source/fa/basctl/source/dlged.po (renamed from translations/source/fa/basctl/source/dlged.po)0
-rw-r--r--source/fa/basic/source/classes.po (renamed from translations/source/fa/basic/source/classes.po)0
-rw-r--r--source/fa/basic/source/sbx.po (renamed from translations/source/fa/basic/source/sbx.po)0
-rw-r--r--source/fa/chart2/source/controller/dialogs.po (renamed from translations/source/fa/chart2/source/controller/dialogs.po)0
-rw-r--r--source/fa/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/fa/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/fa/connectivity/source/resource.po (renamed from translations/source/fa/connectivity/source/resource.po)0
-rw-r--r--source/fa/cui/source/customize.po (renamed from translations/source/fa/cui/source/customize.po)0
-rw-r--r--source/fa/cui/source/dialogs.po (renamed from translations/source/fa/cui/source/dialogs.po)0
-rw-r--r--source/fa/cui/source/options.po (renamed from translations/source/fa/cui/source/options.po)0
-rw-r--r--source/fa/cui/source/tabpages.po (renamed from translations/source/fa/cui/source/tabpages.po)0
-rw-r--r--source/fa/dbaccess/source/core/resource.po (renamed from translations/source/fa/dbaccess/source/core/resource.po)0
-rw-r--r--source/fa/dbaccess/source/ext/macromigration.po (renamed from translations/source/fa/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/fa/dbaccess/source/sdbtools/resource.po (renamed from translations/source/fa/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/fa/dbaccess/source/ui/app.po (renamed from translations/source/fa/dbaccess/source/ui/app.po)0
-rw-r--r--source/fa/dbaccess/source/ui/browser.po (renamed from translations/source/fa/dbaccess/source/ui/browser.po)0
-rw-r--r--source/fa/dbaccess/source/ui/control.po (renamed from translations/source/fa/dbaccess/source/ui/control.po)0
-rw-r--r--source/fa/dbaccess/source/ui/dlg.po (renamed from translations/source/fa/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/fa/dbaccess/source/ui/inc.po (renamed from translations/source/fa/dbaccess/source/ui/inc.po)0
-rw-r--r--source/fa/dbaccess/source/ui/misc.po (renamed from translations/source/fa/dbaccess/source/ui/misc.po)0
-rw-r--r--source/fa/dbaccess/source/ui/querydesign.po (renamed from translations/source/fa/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/fa/dbaccess/source/ui/relationdesign.po (renamed from translations/source/fa/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/fa/dbaccess/source/ui/tabledesign.po (renamed from translations/source/fa/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/fa/dbaccess/source/ui/uno.po (renamed from translations/source/fa/dbaccess/source/ui/uno.po)0
-rw-r--r--source/fa/desktop/source/app.po (renamed from translations/source/fa/desktop/source/app.po)0
-rw-r--r--source/fa/desktop/source/deployment/gui.po (renamed from translations/source/fa/desktop/source/deployment/gui.po)0
-rw-r--r--source/fa/desktop/source/deployment/manager.po (renamed from translations/source/fa/desktop/source/deployment/manager.po)0
-rw-r--r--source/fa/desktop/source/deployment/misc.po (renamed from translations/source/fa/desktop/source/deployment/misc.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry.po (renamed from translations/source/fa/desktop/source/deployment/registry.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/component.po (renamed from translations/source/fa/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/configuration.po (renamed from translations/source/fa/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/help.po (renamed from translations/source/fa/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/package.po (renamed from translations/source/fa/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/script.po (renamed from translations/source/fa/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/fa/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/fa/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/fa/desktop/source/deployment/unopkg.po (renamed from translations/source/fa/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/fa/dictionaries/af_ZA.po (renamed from translations/source/fa/dictionaries/af_ZA.po)0
-rw-r--r--source/fa/dictionaries/an_ES.po (renamed from translations/source/fa/dictionaries/an_ES.po)0
-rw-r--r--source/fa/dictionaries/ar.po (renamed from translations/source/fa/dictionaries/ar.po)0
-rw-r--r--source/fa/dictionaries/be_BY.po (renamed from translations/source/fa/dictionaries/be_BY.po)0
-rw-r--r--source/fa/dictionaries/bg_BG.po (renamed from translations/source/fa/dictionaries/bg_BG.po)0
-rw-r--r--source/fa/dictionaries/bn_BD.po (renamed from translations/source/fa/dictionaries/bn_BD.po)0
-rw-r--r--source/fa/dictionaries/br_FR.po (renamed from translations/source/fa/dictionaries/br_FR.po)0
-rw-r--r--source/fa/dictionaries/ca.po (renamed from translations/source/fa/dictionaries/ca.po)0
-rw-r--r--source/fa/dictionaries/cs_CZ.po (renamed from translations/source/fa/dictionaries/cs_CZ.po)0
-rw-r--r--source/fa/dictionaries/da_DK.po (renamed from translations/source/fa/dictionaries/da_DK.po)0
-rw-r--r--source/fa/dictionaries/de.po (renamed from translations/source/fa/dictionaries/de.po)0
-rw-r--r--source/fa/dictionaries/el_GR.po (renamed from translations/source/fa/dictionaries/el_GR.po)0
-rw-r--r--source/fa/dictionaries/en.po (renamed from translations/source/fa/dictionaries/en.po)0
-rw-r--r--source/fa/dictionaries/en/dialog.po (renamed from translations/source/fa/dictionaries/en/dialog.po)0
-rw-r--r--source/fa/dictionaries/es_ES.po (renamed from translations/source/fa/dictionaries/es_ES.po)0
-rw-r--r--source/fa/dictionaries/et_EE.po (renamed from translations/source/fa/dictionaries/et_EE.po)0
-rw-r--r--source/fa/dictionaries/fr_FR.po (renamed from translations/source/fa/dictionaries/fr_FR.po)0
-rw-r--r--source/fa/dictionaries/gd_GB.po (renamed from translations/source/fa/dictionaries/gd_GB.po)0
-rw-r--r--source/fa/dictionaries/gl.po (renamed from translations/source/fa/dictionaries/gl.po)0
-rw-r--r--source/fa/dictionaries/gu_IN.po (renamed from translations/source/fa/dictionaries/gu_IN.po)0
-rw-r--r--source/fa/dictionaries/he_IL.po (renamed from translations/source/fa/dictionaries/he_IL.po)0
-rw-r--r--source/fa/dictionaries/hi_IN.po (renamed from translations/source/fa/dictionaries/hi_IN.po)0
-rw-r--r--source/fa/dictionaries/hr_HR.po (renamed from translations/source/fa/dictionaries/hr_HR.po)0
-rw-r--r--source/fa/dictionaries/hu_HU.po (renamed from translations/source/fa/dictionaries/hu_HU.po)0
-rw-r--r--source/fa/dictionaries/hu_HU/dialog.po (renamed from translations/source/fa/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/fa/dictionaries/it_IT.po (renamed from translations/source/fa/dictionaries/it_IT.po)0
-rw-r--r--source/fa/dictionaries/ku_TR.po (renamed from translations/source/fa/dictionaries/ku_TR.po)0
-rw-r--r--source/fa/dictionaries/lt_LT.po (renamed from translations/source/fa/dictionaries/lt_LT.po)0
-rw-r--r--source/fa/dictionaries/lv_LV.po (renamed from translations/source/fa/dictionaries/lv_LV.po)0
-rw-r--r--source/fa/dictionaries/ne_NP.po (renamed from translations/source/fa/dictionaries/ne_NP.po)0
-rw-r--r--source/fa/dictionaries/nl_NL.po (renamed from translations/source/fa/dictionaries/nl_NL.po)0
-rw-r--r--source/fa/dictionaries/no.po (renamed from translations/source/fa/dictionaries/no.po)0
-rw-r--r--source/fa/dictionaries/oc_FR.po (renamed from translations/source/fa/dictionaries/oc_FR.po)0
-rw-r--r--source/fa/dictionaries/pl_PL.po (renamed from translations/source/fa/dictionaries/pl_PL.po)0
-rw-r--r--source/fa/dictionaries/pt_BR.po (renamed from translations/source/fa/dictionaries/pt_BR.po)0
-rw-r--r--source/fa/dictionaries/pt_PT.po (renamed from translations/source/fa/dictionaries/pt_PT.po)0
-rw-r--r--source/fa/dictionaries/ro.po (renamed from translations/source/fa/dictionaries/ro.po)0
-rw-r--r--source/fa/dictionaries/ru_RU.po (renamed from translations/source/fa/dictionaries/ru_RU.po)0
-rw-r--r--source/fa/dictionaries/ru_RU/dialog.po (renamed from translations/source/fa/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/fa/dictionaries/si_LK.po (renamed from translations/source/fa/dictionaries/si_LK.po)0
-rw-r--r--source/fa/dictionaries/sk_SK.po (renamed from translations/source/fa/dictionaries/sk_SK.po)0
-rw-r--r--source/fa/dictionaries/sl_SI.po (renamed from translations/source/fa/dictionaries/sl_SI.po)0
-rw-r--r--source/fa/dictionaries/sr.po (renamed from translations/source/fa/dictionaries/sr.po)0
-rw-r--r--source/fa/dictionaries/sv_SE.po (renamed from translations/source/fa/dictionaries/sv_SE.po)0
-rw-r--r--source/fa/dictionaries/sw_TZ.po (renamed from translations/source/fa/dictionaries/sw_TZ.po)0
-rw-r--r--source/fa/dictionaries/te_IN.po (renamed from translations/source/fa/dictionaries/te_IN.po)0
-rw-r--r--source/fa/dictionaries/th_TH.po (renamed from translations/source/fa/dictionaries/th_TH.po)0
-rw-r--r--source/fa/dictionaries/uk_UA.po (renamed from translations/source/fa/dictionaries/uk_UA.po)0
-rw-r--r--source/fa/dictionaries/vi.po (renamed from translations/source/fa/dictionaries/vi.po)0
-rw-r--r--source/fa/dictionaries/zu_ZA.po (renamed from translations/source/fa/dictionaries/zu_ZA.po)0
-rw-r--r--source/fa/editeng/source/accessibility.po (renamed from translations/source/fa/editeng/source/accessibility.po)0
-rw-r--r--source/fa/editeng/source/editeng.po (renamed from translations/source/fa/editeng/source/editeng.po)0
-rw-r--r--source/fa/editeng/source/items.po (renamed from translations/source/fa/editeng/source/items.po)0
-rw-r--r--source/fa/editeng/source/misc.po (renamed from translations/source/fa/editeng/source/misc.po)0
-rw-r--r--source/fa/editeng/source/outliner.po (renamed from translations/source/fa/editeng/source/outliner.po)0
-rw-r--r--source/fa/extensions/source/abpilot.po (renamed from translations/source/fa/extensions/source/abpilot.po)0
-rw-r--r--source/fa/extensions/source/bibliography.po (renamed from translations/source/fa/extensions/source/bibliography.po)0
-rw-r--r--source/fa/extensions/source/dbpilots.po (renamed from translations/source/fa/extensions/source/dbpilots.po)0
-rw-r--r--source/fa/extensions/source/propctrlr.po (renamed from translations/source/fa/extensions/source/propctrlr.po)0
-rw-r--r--source/fa/extensions/source/scanner.po (renamed from translations/source/fa/extensions/source/scanner.po)0
-rw-r--r--source/fa/extensions/source/update/check.po (renamed from translations/source/fa/extensions/source/update/check.po)0
-rw-r--r--source/fa/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/fa/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/fa/filter/source/config/fragments/filters.po (renamed from translations/source/fa/filter/source/config/fragments/filters.po)0
-rw-r--r--source/fa/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/fa/filter/source/config/fragments/types.po (renamed from translations/source/fa/filter/source/config/fragments/types.po)0
-rw-r--r--source/fa/filter/source/flash.po (renamed from translations/source/fa/filter/source/flash.po)0
-rw-r--r--source/fa/filter/source/graphicfilter/eps.po (renamed from translations/source/fa/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/fa/filter/source/pdf.po (renamed from translations/source/fa/filter/source/pdf.po)0
-rw-r--r--source/fa/filter/source/t602.po (renamed from translations/source/fa/filter/source/t602.po)0
-rw-r--r--source/fa/filter/source/xsltdialog.po (renamed from translations/source/fa/filter/source/xsltdialog.po)0
-rw-r--r--source/fa/forms/source/resource.po (renamed from translations/source/fa/forms/source/resource.po)0
-rw-r--r--source/fa/formula/source/core/resource.po (renamed from translations/source/fa/formula/source/core/resource.po)0
-rw-r--r--source/fa/formula/source/ui/dlg.po (renamed from translations/source/fa/formula/source/ui/dlg.po)0
-rw-r--r--source/fa/fpicker/source/office.po (renamed from translations/source/fa/fpicker/source/office.po)0
-rw-r--r--source/fa/framework/source/classes.po (renamed from translations/source/fa/framework/source/classes.po)0
-rw-r--r--source/fa/framework/source/services.po (renamed from translations/source/fa/framework/source/services.po)0
-rw-r--r--source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/fa/mysqlc/source.po (renamed from translations/source/fa/mysqlc/source.po)0
-rw-r--r--source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/fa/nlpsolver/src/locale.po (renamed from translations/source/fa/nlpsolver/src/locale.po)0
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/fa/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fa/padmin/source.po (renamed from translations/source/fa/padmin/source.po)0
-rw-r--r--source/fa/readlicense_oo/docs/readme.po (renamed from translations/source/fa/readlicense_oo/docs/readme.po)0
-rw-r--r--source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/fa/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/fa/reportbuilder/util.po (renamed from translations/source/fa/reportbuilder/util.po)0
-rw-r--r--source/fa/reportdesign/source/core/resource.po (renamed from translations/source/fa/reportdesign/source/core/resource.po)0
-rw-r--r--source/fa/reportdesign/source/ui/dlg.po (renamed from translations/source/fa/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/fa/reportdesign/source/ui/inspection.po (renamed from translations/source/fa/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/fa/reportdesign/source/ui/report.po (renamed from translations/source/fa/reportdesign/source/ui/report.po)0
-rw-r--r--source/fa/sc/source/core/src.po (renamed from translations/source/fa/sc/source/core/src.po)0
-rw-r--r--source/fa/sc/source/ui/cctrl.po (renamed from translations/source/fa/sc/source/ui/cctrl.po)0
-rw-r--r--source/fa/sc/source/ui/dbgui.po (renamed from translations/source/fa/sc/source/ui/dbgui.po)0
-rw-r--r--source/fa/sc/source/ui/docshell.po (renamed from translations/source/fa/sc/source/ui/docshell.po)0
-rw-r--r--source/fa/sc/source/ui/drawfunc.po (renamed from translations/source/fa/sc/source/ui/drawfunc.po)0
-rw-r--r--source/fa/sc/source/ui/formdlg.po (renamed from translations/source/fa/sc/source/ui/formdlg.po)0
-rw-r--r--source/fa/sc/source/ui/miscdlgs.po (renamed from translations/source/fa/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/fa/sc/source/ui/navipi.po (renamed from translations/source/fa/sc/source/ui/navipi.po)0
-rw-r--r--source/fa/sc/source/ui/optdlg.po (renamed from translations/source/fa/sc/source/ui/optdlg.po)0
-rw-r--r--source/fa/sc/source/ui/pagedlg.po (renamed from translations/source/fa/sc/source/ui/pagedlg.po)0
-rw-r--r--source/fa/sc/source/ui/src.po (renamed from translations/source/fa/sc/source/ui/src.po)0
-rw-r--r--source/fa/sc/source/ui/styleui.po (renamed from translations/source/fa/sc/source/ui/styleui.po)0
-rw-r--r--source/fa/scaddins/source/analysis.po (renamed from translations/source/fa/scaddins/source/analysis.po)0
-rw-r--r--source/fa/scaddins/source/datefunc.po (renamed from translations/source/fa/scaddins/source/datefunc.po)0
-rw-r--r--source/fa/sccomp/source/solver.po (renamed from translations/source/fa/sccomp/source/solver.po)0
-rw-r--r--source/fa/scp2/source/accessories.po (renamed from translations/source/fa/scp2/source/accessories.po)0
-rw-r--r--source/fa/scp2/source/activex.po (renamed from translations/source/fa/scp2/source/activex.po)0
-rw-r--r--source/fa/scp2/source/base.po (renamed from translations/source/fa/scp2/source/base.po)0
-rw-r--r--source/fa/scp2/source/binfilter.po (renamed from translations/source/fa/scp2/source/binfilter.po)0
-rw-r--r--source/fa/scp2/source/calc.po (renamed from translations/source/fa/scp2/source/calc.po)0
-rw-r--r--source/fa/scp2/source/draw.po (renamed from translations/source/fa/scp2/source/draw.po)0
-rw-r--r--source/fa/scp2/source/extensions.po (renamed from translations/source/fa/scp2/source/extensions.po)0
-rw-r--r--source/fa/scp2/source/gnome.po (renamed from translations/source/fa/scp2/source/gnome.po)0
-rw-r--r--source/fa/scp2/source/graphicfilter.po (renamed from translations/source/fa/scp2/source/graphicfilter.po)0
-rw-r--r--source/fa/scp2/source/impress.po (renamed from translations/source/fa/scp2/source/impress.po)0
-rw-r--r--source/fa/scp2/source/javafilter.po (renamed from translations/source/fa/scp2/source/javafilter.po)0
-rw-r--r--source/fa/scp2/source/kde.po (renamed from translations/source/fa/scp2/source/kde.po)0
-rw-r--r--source/fa/scp2/source/math.po (renamed from translations/source/fa/scp2/source/math.po)0
-rw-r--r--source/fa/scp2/source/onlineupdate.po (renamed from translations/source/fa/scp2/source/onlineupdate.po)0
-rw-r--r--source/fa/scp2/source/ooo.po (renamed from translations/source/fa/scp2/source/ooo.po)0
-rw-r--r--source/fa/scp2/source/python.po (renamed from translations/source/fa/scp2/source/python.po)0
-rw-r--r--source/fa/scp2/source/quickstart.po (renamed from translations/source/fa/scp2/source/quickstart.po)0
-rw-r--r--source/fa/scp2/source/sdkoo.po (renamed from translations/source/fa/scp2/source/sdkoo.po)0
-rw-r--r--source/fa/scp2/source/smoketest.po (renamed from translations/source/fa/scp2/source/smoketest.po)0
-rw-r--r--source/fa/scp2/source/stdlibs.po (renamed from translations/source/fa/scp2/source/stdlibs.po)0
-rw-r--r--source/fa/scp2/source/tde.po (renamed from translations/source/fa/scp2/source/tde.po)0
-rw-r--r--source/fa/scp2/source/winexplorerext.po (renamed from translations/source/fa/scp2/source/winexplorerext.po)0
-rw-r--r--source/fa/scp2/source/writer.po (renamed from translations/source/fa/scp2/source/writer.po)0
-rw-r--r--source/fa/scp2/source/xsltfilter.po (renamed from translations/source/fa/scp2/source/xsltfilter.po)0
-rw-r--r--source/fa/scripting/source/pyprov.po (renamed from translations/source/fa/scripting/source/pyprov.po)0
-rw-r--r--source/fa/sd/source/core.po (renamed from translations/source/fa/sd/source/core.po)0
-rw-r--r--source/fa/sd/source/filter/html.po (renamed from translations/source/fa/sd/source/filter/html.po)0
-rw-r--r--source/fa/sd/source/ui/accessibility.po (renamed from translations/source/fa/sd/source/ui/accessibility.po)0
-rw-r--r--source/fa/sd/source/ui/animations.po (renamed from translations/source/fa/sd/source/ui/animations.po)0
-rw-r--r--source/fa/sd/source/ui/annotations.po (renamed from translations/source/fa/sd/source/ui/annotations.po)0
-rw-r--r--source/fa/sd/source/ui/app.po (renamed from translations/source/fa/sd/source/ui/app.po)0
-rw-r--r--source/fa/sd/source/ui/dlg.po (renamed from translations/source/fa/sd/source/ui/dlg.po)0
-rw-r--r--source/fa/sd/source/ui/slideshow.po (renamed from translations/source/fa/sd/source/ui/slideshow.po)0
-rw-r--r--source/fa/sd/source/ui/table.po (renamed from translations/source/fa/sd/source/ui/table.po)0
-rw-r--r--source/fa/sd/source/ui/view.po (renamed from translations/source/fa/sd/source/ui/view.po)0
-rw-r--r--source/fa/sdext/source/minimizer.po (renamed from translations/source/fa/sdext/source/minimizer.po)0
-rw-r--r--source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fa/sdext/source/pdfimport.po (renamed from translations/source/fa/sdext/source/pdfimport.po)0
-rw-r--r--source/fa/sdext/source/presenter.po (renamed from translations/source/fa/sdext/source/presenter.po)0
-rw-r--r--source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fa/setup_native/source/mac.po (renamed from translations/source/fa/setup_native/source/mac.po)0
-rw-r--r--source/fa/sfx2/source/appl.po (renamed from translations/source/fa/sfx2/source/appl.po)0
-rw-r--r--source/fa/sfx2/source/bastyp.po (renamed from translations/source/fa/sfx2/source/bastyp.po)0
-rw-r--r--source/fa/sfx2/source/dialog.po (renamed from translations/source/fa/sfx2/source/dialog.po)0
-rw-r--r--source/fa/sfx2/source/doc.po (renamed from translations/source/fa/sfx2/source/doc.po)0
-rw-r--r--source/fa/sfx2/source/menu.po (renamed from translations/source/fa/sfx2/source/menu.po)0
-rw-r--r--source/fa/sfx2/source/view.po (renamed from translations/source/fa/sfx2/source/view.po)0
-rw-r--r--source/fa/shell/source/win32/shlxthandler/res.po (renamed from translations/source/fa/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/fa/starmath/source.po (renamed from translations/source/fa/starmath/source.po)0
-rw-r--r--source/fa/svl/source/items.po (renamed from translations/source/fa/svl/source/items.po)0
-rw-r--r--source/fa/svl/source/misc.po (renamed from translations/source/fa/svl/source/misc.po)0
-rw-r--r--source/fa/svtools/source/contnr.po (renamed from translations/source/fa/svtools/source/contnr.po)0
-rw-r--r--source/fa/svtools/source/control.po (renamed from translations/source/fa/svtools/source/control.po)0
-rw-r--r--source/fa/svtools/source/dialogs.po (renamed from translations/source/fa/svtools/source/dialogs.po)0
-rw-r--r--source/fa/svtools/source/filter.po (renamed from translations/source/fa/svtools/source/filter.po)0
-rw-r--r--source/fa/svtools/source/java.po (renamed from translations/source/fa/svtools/source/java.po)0
-rw-r--r--source/fa/svtools/source/misc.po (renamed from translations/source/fa/svtools/source/misc.po)0
-rw-r--r--source/fa/svtools/source/toolpanel.po (renamed from translations/source/fa/svtools/source/toolpanel.po)0
-rw-r--r--source/fa/svtools/workben/unodialog.po (renamed from translations/source/fa/svtools/workben/unodialog.po)0
-rw-r--r--source/fa/svx/inc.po (renamed from translations/source/fa/svx/inc.po)0
-rw-r--r--source/fa/svx/source/accessibility.po (renamed from translations/source/fa/svx/source/accessibility.po)0
-rw-r--r--source/fa/svx/source/dialog.po (renamed from translations/source/fa/svx/source/dialog.po)0
-rw-r--r--source/fa/svx/source/engine3d.po (renamed from translations/source/fa/svx/source/engine3d.po)0
-rw-r--r--source/fa/svx/source/fmcomp.po (renamed from translations/source/fa/svx/source/fmcomp.po)0
-rw-r--r--source/fa/svx/source/form.po (renamed from translations/source/fa/svx/source/form.po)0
-rw-r--r--source/fa/svx/source/gallery2.po (renamed from translations/source/fa/svx/source/gallery2.po)0
-rw-r--r--source/fa/svx/source/items.po (renamed from translations/source/fa/svx/source/items.po)0
-rw-r--r--source/fa/svx/source/src.po (renamed from translations/source/fa/svx/source/src.po)0
-rw-r--r--source/fa/svx/source/stbctrls.po (renamed from translations/source/fa/svx/source/stbctrls.po)0
-rw-r--r--source/fa/svx/source/svdraw.po (renamed from translations/source/fa/svx/source/svdraw.po)0
-rw-r--r--source/fa/svx/source/table.po (renamed from translations/source/fa/svx/source/table.po)0
-rw-r--r--source/fa/svx/source/tbxctrls.po (renamed from translations/source/fa/svx/source/tbxctrls.po)0
-rw-r--r--source/fa/svx/source/toolbars.po (renamed from translations/source/fa/svx/source/toolbars.po)0
-rw-r--r--source/fa/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/fa/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/fa/sw/source/core/layout.po (renamed from translations/source/fa/sw/source/core/layout.po)0
-rw-r--r--source/fa/sw/source/core/undo.po (renamed from translations/source/fa/sw/source/core/undo.po)0
-rw-r--r--source/fa/sw/source/core/unocore.po (renamed from translations/source/fa/sw/source/core/unocore.po)0
-rw-r--r--source/fa/sw/source/ui/app.po (renamed from translations/source/fa/sw/source/ui/app.po)0
-rw-r--r--source/fa/sw/source/ui/chrdlg.po (renamed from translations/source/fa/sw/source/ui/chrdlg.po)0
-rw-r--r--source/fa/sw/source/ui/config.po (renamed from translations/source/fa/sw/source/ui/config.po)0
-rw-r--r--source/fa/sw/source/ui/dbui.po (renamed from translations/source/fa/sw/source/ui/dbui.po)0
-rw-r--r--source/fa/sw/source/ui/dialog.po (renamed from translations/source/fa/sw/source/ui/dialog.po)0
-rw-r--r--source/fa/sw/source/ui/dochdl.po (renamed from translations/source/fa/sw/source/ui/dochdl.po)0
-rw-r--r--source/fa/sw/source/ui/docvw.po (renamed from translations/source/fa/sw/source/ui/docvw.po)0
-rw-r--r--source/fa/sw/source/ui/envelp.po (renamed from translations/source/fa/sw/source/ui/envelp.po)0
-rw-r--r--source/fa/sw/source/ui/fldui.po (renamed from translations/source/fa/sw/source/ui/fldui.po)0
-rw-r--r--source/fa/sw/source/ui/fmtui.po (renamed from translations/source/fa/sw/source/ui/fmtui.po)0
-rw-r--r--source/fa/sw/source/ui/frmdlg.po (renamed from translations/source/fa/sw/source/ui/frmdlg.po)0
-rw-r--r--source/fa/sw/source/ui/globdoc.po (renamed from translations/source/fa/sw/source/ui/globdoc.po)0
-rw-r--r--source/fa/sw/source/ui/index.po (renamed from translations/source/fa/sw/source/ui/index.po)0
-rw-r--r--source/fa/sw/source/ui/lingu.po (renamed from translations/source/fa/sw/source/ui/lingu.po)0
-rw-r--r--source/fa/sw/source/ui/misc.po (renamed from translations/source/fa/sw/source/ui/misc.po)0
-rw-r--r--source/fa/sw/source/ui/ribbar.po (renamed from translations/source/fa/sw/source/ui/ribbar.po)0
-rw-r--r--source/fa/sw/source/ui/shells.po (renamed from translations/source/fa/sw/source/ui/shells.po)0
-rw-r--r--source/fa/sw/source/ui/smartmenu.po (renamed from translations/source/fa/sw/source/ui/smartmenu.po)0
-rw-r--r--source/fa/sw/source/ui/table.po (renamed from translations/source/fa/sw/source/ui/table.po)0
-rw-r--r--source/fa/sw/source/ui/uiview.po (renamed from translations/source/fa/sw/source/ui/uiview.po)0
-rw-r--r--source/fa/sw/source/ui/utlui.po (renamed from translations/source/fa/sw/source/ui/utlui.po)0
-rw-r--r--source/fa/sw/source/ui/web.po (renamed from translations/source/fa/sw/source/ui/web.po)0
-rw-r--r--source/fa/sw/source/ui/wrtsh.po (renamed from translations/source/fa/sw/source/ui/wrtsh.po)0
-rw-r--r--source/fa/swext/mediawiki/help.po (renamed from translations/source/fa/swext/mediawiki/help.po)0
-rw-r--r--source/fa/swext/mediawiki/src.po (renamed from translations/source/fa/swext/mediawiki/src.po)0
-rw-r--r--source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/fa/sysui/desktop/share.po (renamed from translations/source/fa/sysui/desktop/share.po)0
-rw-r--r--source/fa/uui/source.po (renamed from translations/source/fa/uui/source.po)0
-rw-r--r--source/fa/vcl/source/src.po (renamed from translations/source/fa/vcl/source/src.po)0
-rw-r--r--source/fa/wizards/source/euro.po (renamed from translations/source/fa/wizards/source/euro.po)0
-rw-r--r--source/fa/wizards/source/formwizard.po (renamed from translations/source/fa/wizards/source/formwizard.po)0
-rw-r--r--source/fa/wizards/source/importwizard.po (renamed from translations/source/fa/wizards/source/importwizard.po)0
-rw-r--r--source/fa/wizards/source/schedule.po (renamed from translations/source/fa/wizards/source/schedule.po)0
-rw-r--r--source/fa/wizards/source/template.po (renamed from translations/source/fa/wizards/source/template.po)0
-rw-r--r--source/fa/xmlsecurity/source/component.po (renamed from translations/source/fa/xmlsecurity/source/component.po)0
-rw-r--r--source/fa/xmlsecurity/source/dialogs.po (renamed from translations/source/fa/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/fi/accessibility/source/helper.po (renamed from translations/source/fi/accessibility/source/helper.po)0
-rw-r--r--source/fi/avmedia/source/framework.po (renamed from translations/source/fi/avmedia/source/framework.po)0
-rw-r--r--source/fi/avmedia/source/viewer.po (renamed from translations/source/fi/avmedia/source/viewer.po)0
-rw-r--r--source/fi/basctl/source/basicide.po (renamed from translations/source/fi/basctl/source/basicide.po)0
-rw-r--r--source/fi/basctl/source/dlged.po (renamed from translations/source/fi/basctl/source/dlged.po)0
-rw-r--r--source/fi/basic/source/classes.po (renamed from translations/source/fi/basic/source/classes.po)0
-rw-r--r--source/fi/basic/source/sbx.po (renamed from translations/source/fi/basic/source/sbx.po)0
-rw-r--r--source/fi/chart2/source/controller/dialogs.po (renamed from translations/source/fi/chart2/source/controller/dialogs.po)0
-rw-r--r--source/fi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/fi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/fi/connectivity/source/resource.po (renamed from translations/source/fi/connectivity/source/resource.po)0
-rw-r--r--source/fi/cui/source/customize.po (renamed from translations/source/fi/cui/source/customize.po)0
-rw-r--r--source/fi/cui/source/dialogs.po (renamed from translations/source/fi/cui/source/dialogs.po)0
-rw-r--r--source/fi/cui/source/options.po (renamed from translations/source/fi/cui/source/options.po)0
-rw-r--r--source/fi/cui/source/tabpages.po (renamed from translations/source/fi/cui/source/tabpages.po)0
-rw-r--r--source/fi/dbaccess/source/core/resource.po (renamed from translations/source/fi/dbaccess/source/core/resource.po)0
-rw-r--r--source/fi/dbaccess/source/ext/macromigration.po (renamed from translations/source/fi/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/fi/dbaccess/source/sdbtools/resource.po (renamed from translations/source/fi/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/fi/dbaccess/source/ui/app.po (renamed from translations/source/fi/dbaccess/source/ui/app.po)0
-rw-r--r--source/fi/dbaccess/source/ui/browser.po (renamed from translations/source/fi/dbaccess/source/ui/browser.po)0
-rw-r--r--source/fi/dbaccess/source/ui/control.po (renamed from translations/source/fi/dbaccess/source/ui/control.po)0
-rw-r--r--source/fi/dbaccess/source/ui/dlg.po (renamed from translations/source/fi/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/fi/dbaccess/source/ui/inc.po (renamed from translations/source/fi/dbaccess/source/ui/inc.po)0
-rw-r--r--source/fi/dbaccess/source/ui/misc.po (renamed from translations/source/fi/dbaccess/source/ui/misc.po)0
-rw-r--r--source/fi/dbaccess/source/ui/querydesign.po (renamed from translations/source/fi/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/fi/dbaccess/source/ui/relationdesign.po (renamed from translations/source/fi/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/fi/dbaccess/source/ui/tabledesign.po (renamed from translations/source/fi/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/fi/dbaccess/source/ui/uno.po (renamed from translations/source/fi/dbaccess/source/ui/uno.po)0
-rw-r--r--source/fi/desktop/source/app.po (renamed from translations/source/fi/desktop/source/app.po)0
-rw-r--r--source/fi/desktop/source/deployment/gui.po (renamed from translations/source/fi/desktop/source/deployment/gui.po)0
-rw-r--r--source/fi/desktop/source/deployment/manager.po (renamed from translations/source/fi/desktop/source/deployment/manager.po)0
-rw-r--r--source/fi/desktop/source/deployment/misc.po (renamed from translations/source/fi/desktop/source/deployment/misc.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry.po (renamed from translations/source/fi/desktop/source/deployment/registry.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/component.po (renamed from translations/source/fi/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/configuration.po (renamed from translations/source/fi/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/help.po (renamed from translations/source/fi/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/package.po (renamed from translations/source/fi/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/script.po (renamed from translations/source/fi/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/fi/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/fi/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/fi/desktop/source/deployment/unopkg.po (renamed from translations/source/fi/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/fi/dictionaries/af_ZA.po (renamed from translations/source/fi/dictionaries/af_ZA.po)0
-rw-r--r--source/fi/dictionaries/an_ES.po (renamed from translations/source/fi/dictionaries/an_ES.po)0
-rw-r--r--source/fi/dictionaries/ar.po (renamed from translations/source/fi/dictionaries/ar.po)0
-rw-r--r--source/fi/dictionaries/be_BY.po (renamed from translations/source/fi/dictionaries/be_BY.po)0
-rw-r--r--source/fi/dictionaries/bg_BG.po (renamed from translations/source/fi/dictionaries/bg_BG.po)0
-rw-r--r--source/fi/dictionaries/bn_BD.po (renamed from translations/source/fi/dictionaries/bn_BD.po)0
-rw-r--r--source/fi/dictionaries/br_FR.po (renamed from translations/source/fi/dictionaries/br_FR.po)0
-rw-r--r--source/fi/dictionaries/ca.po (renamed from translations/source/fi/dictionaries/ca.po)0
-rw-r--r--source/fi/dictionaries/cs_CZ.po (renamed from translations/source/fi/dictionaries/cs_CZ.po)0
-rw-r--r--source/fi/dictionaries/da_DK.po (renamed from translations/source/fi/dictionaries/da_DK.po)0
-rw-r--r--source/fi/dictionaries/de.po (renamed from translations/source/fi/dictionaries/de.po)0
-rw-r--r--source/fi/dictionaries/el_GR.po (renamed from translations/source/fi/dictionaries/el_GR.po)0
-rw-r--r--source/fi/dictionaries/en.po (renamed from translations/source/fi/dictionaries/en.po)0
-rw-r--r--source/fi/dictionaries/en/dialog.po (renamed from translations/source/fi/dictionaries/en/dialog.po)0
-rw-r--r--source/fi/dictionaries/es_ES.po (renamed from translations/source/fi/dictionaries/es_ES.po)0
-rw-r--r--source/fi/dictionaries/et_EE.po (renamed from translations/source/fi/dictionaries/et_EE.po)0
-rw-r--r--source/fi/dictionaries/fr_FR.po (renamed from translations/source/fi/dictionaries/fr_FR.po)0
-rw-r--r--source/fi/dictionaries/gd_GB.po (renamed from translations/source/fi/dictionaries/gd_GB.po)0
-rw-r--r--source/fi/dictionaries/gl.po (renamed from translations/source/fi/dictionaries/gl.po)0
-rw-r--r--source/fi/dictionaries/gu_IN.po (renamed from translations/source/fi/dictionaries/gu_IN.po)0
-rw-r--r--source/fi/dictionaries/he_IL.po (renamed from translations/source/fi/dictionaries/he_IL.po)0
-rw-r--r--source/fi/dictionaries/hi_IN.po (renamed from translations/source/fi/dictionaries/hi_IN.po)0
-rw-r--r--source/fi/dictionaries/hr_HR.po (renamed from translations/source/fi/dictionaries/hr_HR.po)0
-rw-r--r--source/fi/dictionaries/hu_HU.po (renamed from translations/source/fi/dictionaries/hu_HU.po)0
-rw-r--r--source/fi/dictionaries/hu_HU/dialog.po (renamed from translations/source/fi/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/fi/dictionaries/it_IT.po (renamed from translations/source/fi/dictionaries/it_IT.po)0
-rw-r--r--source/fi/dictionaries/ku_TR.po (renamed from translations/source/fi/dictionaries/ku_TR.po)0
-rw-r--r--source/fi/dictionaries/lt_LT.po (renamed from translations/source/fi/dictionaries/lt_LT.po)0
-rw-r--r--source/fi/dictionaries/lv_LV.po (renamed from translations/source/fi/dictionaries/lv_LV.po)0
-rw-r--r--source/fi/dictionaries/ne_NP.po (renamed from translations/source/fi/dictionaries/ne_NP.po)0
-rw-r--r--source/fi/dictionaries/nl_NL.po (renamed from translations/source/fi/dictionaries/nl_NL.po)0
-rw-r--r--source/fi/dictionaries/no.po (renamed from translations/source/fi/dictionaries/no.po)0
-rw-r--r--source/fi/dictionaries/oc_FR.po (renamed from translations/source/fi/dictionaries/oc_FR.po)0
-rw-r--r--source/fi/dictionaries/pl_PL.po (renamed from translations/source/fi/dictionaries/pl_PL.po)0
-rw-r--r--source/fi/dictionaries/pt_BR.po (renamed from translations/source/fi/dictionaries/pt_BR.po)0
-rw-r--r--source/fi/dictionaries/pt_PT.po (renamed from translations/source/fi/dictionaries/pt_PT.po)0
-rw-r--r--source/fi/dictionaries/ro.po (renamed from translations/source/fi/dictionaries/ro.po)0
-rw-r--r--source/fi/dictionaries/ru_RU.po (renamed from translations/source/fi/dictionaries/ru_RU.po)0
-rw-r--r--source/fi/dictionaries/ru_RU/dialog.po (renamed from translations/source/fi/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/fi/dictionaries/si_LK.po (renamed from translations/source/fi/dictionaries/si_LK.po)0
-rw-r--r--source/fi/dictionaries/sk_SK.po (renamed from translations/source/fi/dictionaries/sk_SK.po)0
-rw-r--r--source/fi/dictionaries/sl_SI.po (renamed from translations/source/fi/dictionaries/sl_SI.po)0
-rw-r--r--source/fi/dictionaries/sr.po (renamed from translations/source/fi/dictionaries/sr.po)0
-rw-r--r--source/fi/dictionaries/sv_SE.po (renamed from translations/source/fi/dictionaries/sv_SE.po)0
-rw-r--r--source/fi/dictionaries/sw_TZ.po (renamed from translations/source/fi/dictionaries/sw_TZ.po)0
-rw-r--r--source/fi/dictionaries/te_IN.po (renamed from translations/source/fi/dictionaries/te_IN.po)0
-rw-r--r--source/fi/dictionaries/th_TH.po (renamed from translations/source/fi/dictionaries/th_TH.po)0
-rw-r--r--source/fi/dictionaries/uk_UA.po (renamed from translations/source/fi/dictionaries/uk_UA.po)0
-rw-r--r--source/fi/dictionaries/vi.po (renamed from translations/source/fi/dictionaries/vi.po)0
-rw-r--r--source/fi/dictionaries/zu_ZA.po (renamed from translations/source/fi/dictionaries/zu_ZA.po)0
-rw-r--r--source/fi/editeng/source/accessibility.po (renamed from translations/source/fi/editeng/source/accessibility.po)0
-rw-r--r--source/fi/editeng/source/editeng.po (renamed from translations/source/fi/editeng/source/editeng.po)0
-rw-r--r--source/fi/editeng/source/items.po (renamed from translations/source/fi/editeng/source/items.po)0
-rw-r--r--source/fi/editeng/source/misc.po (renamed from translations/source/fi/editeng/source/misc.po)0
-rw-r--r--source/fi/editeng/source/outliner.po (renamed from translations/source/fi/editeng/source/outliner.po)0
-rw-r--r--source/fi/extensions/source/abpilot.po (renamed from translations/source/fi/extensions/source/abpilot.po)0
-rw-r--r--source/fi/extensions/source/bibliography.po (renamed from translations/source/fi/extensions/source/bibliography.po)0
-rw-r--r--source/fi/extensions/source/dbpilots.po (renamed from translations/source/fi/extensions/source/dbpilots.po)0
-rw-r--r--source/fi/extensions/source/propctrlr.po (renamed from translations/source/fi/extensions/source/propctrlr.po)0
-rw-r--r--source/fi/extensions/source/scanner.po (renamed from translations/source/fi/extensions/source/scanner.po)0
-rw-r--r--source/fi/extensions/source/update/check.po (renamed from translations/source/fi/extensions/source/update/check.po)0
-rw-r--r--source/fi/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/fi/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/fi/filter/source/config/fragments/filters.po (renamed from translations/source/fi/filter/source/config/fragments/filters.po)0
-rw-r--r--source/fi/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/fi/filter/source/config/fragments/types.po (renamed from translations/source/fi/filter/source/config/fragments/types.po)0
-rw-r--r--source/fi/filter/source/flash.po (renamed from translations/source/fi/filter/source/flash.po)0
-rw-r--r--source/fi/filter/source/graphicfilter/eps.po (renamed from translations/source/fi/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/fi/filter/source/pdf.po (renamed from translations/source/fi/filter/source/pdf.po)0
-rw-r--r--source/fi/filter/source/t602.po (renamed from translations/source/fi/filter/source/t602.po)0
-rw-r--r--source/fi/filter/source/xsltdialog.po (renamed from translations/source/fi/filter/source/xsltdialog.po)0
-rw-r--r--source/fi/forms/source/resource.po (renamed from translations/source/fi/forms/source/resource.po)0
-rw-r--r--source/fi/formula/source/core/resource.po (renamed from translations/source/fi/formula/source/core/resource.po)0
-rw-r--r--source/fi/formula/source/ui/dlg.po (renamed from translations/source/fi/formula/source/ui/dlg.po)0
-rw-r--r--source/fi/fpicker/source/office.po (renamed from translations/source/fi/fpicker/source/office.po)0
-rw-r--r--source/fi/framework/source/classes.po (renamed from translations/source/fi/framework/source/classes.po)0
-rw-r--r--source/fi/framework/source/services.po (renamed from translations/source/fi/framework/source/services.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/fi/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/fi/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc.po (renamed from translations/source/fi/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/00.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/02.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/04.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/05.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/fi/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/schart.po (renamed from translations/source/fi/helpcontent2/source/text/schart.po)0
-rw-r--r--source/fi/helpcontent2/source/text/schart/00.po (renamed from translations/source/fi/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/schart/01.po (renamed from translations/source/fi/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/schart/02.po (renamed from translations/source/fi/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/schart/04.po (renamed from translations/source/fi/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sdraw.po (renamed from translations/source/fi/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/fi/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/fi/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/fi/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/fi/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared.po (renamed from translations/source/fi/helpcontent2/source/text/shared.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po (renamed from translations/source/fi/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po (renamed from translations/source/fi/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po (renamed from translations/source/fi/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/04.po (renamed from translations/source/fi/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/05.po (renamed from translations/source/fi/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/07.po (renamed from translations/source/fi/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/fi/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/fi/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/fi/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po (renamed from translations/source/fi/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/fi/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress.po (renamed from translations/source/fi/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress/00.po (renamed from translations/source/fi/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress/01.po (renamed from translations/source/fi/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress/02.po (renamed from translations/source/fi/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress/04.po (renamed from translations/source/fi/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/fi/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath.po (renamed from translations/source/fi/helpcontent2/source/text/smath.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath/00.po (renamed from translations/source/fi/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath/01.po (renamed from translations/source/fi/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath/02.po (renamed from translations/source/fi/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath/04.po (renamed from translations/source/fi/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/smath/guide.po (renamed from translations/source/fi/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po (renamed from translations/source/fi/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po (renamed from translations/source/fi/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po (renamed from translations/source/fi/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter/02.po (renamed from translations/source/fi/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter/04.po (renamed from translations/source/fi/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/fi/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/fi/mysqlc/source.po (renamed from translations/source/fi/mysqlc/source.po)0
-rw-r--r--source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/fi/nlpsolver/src/locale.po (renamed from translations/source/fi/nlpsolver/src/locale.po)0
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/fi/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fi/padmin/source.po (renamed from translations/source/fi/padmin/source.po)0
-rw-r--r--source/fi/readlicense_oo/docs/readme.po (renamed from translations/source/fi/readlicense_oo/docs/readme.po)0
-rw-r--r--source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/fi/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/fi/reportbuilder/util.po (renamed from translations/source/fi/reportbuilder/util.po)0
-rw-r--r--source/fi/reportdesign/source/core/resource.po (renamed from translations/source/fi/reportdesign/source/core/resource.po)0
-rw-r--r--source/fi/reportdesign/source/ui/dlg.po (renamed from translations/source/fi/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/fi/reportdesign/source/ui/inspection.po (renamed from translations/source/fi/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/fi/reportdesign/source/ui/report.po (renamed from translations/source/fi/reportdesign/source/ui/report.po)0
-rw-r--r--source/fi/sc/source/core/src.po (renamed from translations/source/fi/sc/source/core/src.po)0
-rw-r--r--source/fi/sc/source/ui/cctrl.po (renamed from translations/source/fi/sc/source/ui/cctrl.po)0
-rw-r--r--source/fi/sc/source/ui/dbgui.po (renamed from translations/source/fi/sc/source/ui/dbgui.po)0
-rw-r--r--source/fi/sc/source/ui/docshell.po (renamed from translations/source/fi/sc/source/ui/docshell.po)0
-rw-r--r--source/fi/sc/source/ui/drawfunc.po (renamed from translations/source/fi/sc/source/ui/drawfunc.po)0
-rw-r--r--source/fi/sc/source/ui/formdlg.po (renamed from translations/source/fi/sc/source/ui/formdlg.po)0
-rw-r--r--source/fi/sc/source/ui/miscdlgs.po (renamed from translations/source/fi/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/fi/sc/source/ui/navipi.po (renamed from translations/source/fi/sc/source/ui/navipi.po)0
-rw-r--r--source/fi/sc/source/ui/optdlg.po (renamed from translations/source/fi/sc/source/ui/optdlg.po)0
-rw-r--r--source/fi/sc/source/ui/pagedlg.po (renamed from translations/source/fi/sc/source/ui/pagedlg.po)0
-rw-r--r--source/fi/sc/source/ui/src.po (renamed from translations/source/fi/sc/source/ui/src.po)0
-rw-r--r--source/fi/sc/source/ui/styleui.po (renamed from translations/source/fi/sc/source/ui/styleui.po)0
-rw-r--r--source/fi/scaddins/source/analysis.po (renamed from translations/source/fi/scaddins/source/analysis.po)0
-rw-r--r--source/fi/scaddins/source/datefunc.po (renamed from translations/source/fi/scaddins/source/datefunc.po)0
-rw-r--r--source/fi/sccomp/source/solver.po (renamed from translations/source/fi/sccomp/source/solver.po)0
-rw-r--r--source/fi/scp2/source/accessories.po (renamed from translations/source/fi/scp2/source/accessories.po)0
-rw-r--r--source/fi/scp2/source/activex.po (renamed from translations/source/fi/scp2/source/activex.po)0
-rw-r--r--source/fi/scp2/source/base.po (renamed from translations/source/fi/scp2/source/base.po)0
-rw-r--r--source/fi/scp2/source/binfilter.po (renamed from translations/source/fi/scp2/source/binfilter.po)0
-rw-r--r--source/fi/scp2/source/calc.po (renamed from translations/source/fi/scp2/source/calc.po)0
-rw-r--r--source/fi/scp2/source/draw.po (renamed from translations/source/fi/scp2/source/draw.po)0
-rw-r--r--source/fi/scp2/source/extensions.po (renamed from translations/source/fi/scp2/source/extensions.po)0
-rw-r--r--source/fi/scp2/source/gnome.po (renamed from translations/source/fi/scp2/source/gnome.po)0
-rw-r--r--source/fi/scp2/source/graphicfilter.po (renamed from translations/source/fi/scp2/source/graphicfilter.po)0
-rw-r--r--source/fi/scp2/source/impress.po (renamed from translations/source/fi/scp2/source/impress.po)0
-rw-r--r--source/fi/scp2/source/javafilter.po (renamed from translations/source/fi/scp2/source/javafilter.po)0
-rw-r--r--source/fi/scp2/source/kde.po (renamed from translations/source/fi/scp2/source/kde.po)0
-rw-r--r--source/fi/scp2/source/math.po (renamed from translations/source/fi/scp2/source/math.po)0
-rw-r--r--source/fi/scp2/source/onlineupdate.po (renamed from translations/source/fi/scp2/source/onlineupdate.po)0
-rw-r--r--source/fi/scp2/source/ooo.po (renamed from translations/source/fi/scp2/source/ooo.po)0
-rw-r--r--source/fi/scp2/source/python.po (renamed from translations/source/fi/scp2/source/python.po)0
-rw-r--r--source/fi/scp2/source/quickstart.po (renamed from translations/source/fi/scp2/source/quickstart.po)0
-rw-r--r--source/fi/scp2/source/sdkoo.po (renamed from translations/source/fi/scp2/source/sdkoo.po)0
-rw-r--r--source/fi/scp2/source/smoketest.po (renamed from translations/source/fi/scp2/source/smoketest.po)0
-rw-r--r--source/fi/scp2/source/stdlibs.po (renamed from translations/source/fi/scp2/source/stdlibs.po)0
-rw-r--r--source/fi/scp2/source/tde.po (renamed from translations/source/fi/scp2/source/tde.po)0
-rw-r--r--source/fi/scp2/source/winexplorerext.po (renamed from translations/source/fi/scp2/source/winexplorerext.po)0
-rw-r--r--source/fi/scp2/source/writer.po (renamed from translations/source/fi/scp2/source/writer.po)0
-rw-r--r--source/fi/scp2/source/xsltfilter.po (renamed from translations/source/fi/scp2/source/xsltfilter.po)0
-rw-r--r--source/fi/scripting/source/pyprov.po (renamed from translations/source/fi/scripting/source/pyprov.po)0
-rw-r--r--source/fi/sd/source/core.po (renamed from translations/source/fi/sd/source/core.po)0
-rw-r--r--source/fi/sd/source/filter/html.po (renamed from translations/source/fi/sd/source/filter/html.po)0
-rw-r--r--source/fi/sd/source/ui/accessibility.po (renamed from translations/source/fi/sd/source/ui/accessibility.po)0
-rw-r--r--source/fi/sd/source/ui/animations.po (renamed from translations/source/fi/sd/source/ui/animations.po)0
-rw-r--r--source/fi/sd/source/ui/annotations.po (renamed from translations/source/fi/sd/source/ui/annotations.po)0
-rw-r--r--source/fi/sd/source/ui/app.po (renamed from translations/source/fi/sd/source/ui/app.po)0
-rw-r--r--source/fi/sd/source/ui/dlg.po (renamed from translations/source/fi/sd/source/ui/dlg.po)0
-rw-r--r--source/fi/sd/source/ui/slideshow.po (renamed from translations/source/fi/sd/source/ui/slideshow.po)0
-rw-r--r--source/fi/sd/source/ui/table.po (renamed from translations/source/fi/sd/source/ui/table.po)0
-rw-r--r--source/fi/sd/source/ui/view.po (renamed from translations/source/fi/sd/source/ui/view.po)0
-rw-r--r--source/fi/sdext/source/minimizer.po (renamed from translations/source/fi/sdext/source/minimizer.po)0
-rw-r--r--source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fi/sdext/source/pdfimport.po (renamed from translations/source/fi/sdext/source/pdfimport.po)0
-rw-r--r--source/fi/sdext/source/presenter.po (renamed from translations/source/fi/sdext/source/presenter.po)0
-rw-r--r--source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fi/setup_native/source/mac.po (renamed from translations/source/fi/setup_native/source/mac.po)0
-rw-r--r--source/fi/sfx2/source/appl.po (renamed from translations/source/fi/sfx2/source/appl.po)0
-rw-r--r--source/fi/sfx2/source/bastyp.po (renamed from translations/source/fi/sfx2/source/bastyp.po)0
-rw-r--r--source/fi/sfx2/source/dialog.po (renamed from translations/source/fi/sfx2/source/dialog.po)0
-rw-r--r--source/fi/sfx2/source/doc.po (renamed from translations/source/fi/sfx2/source/doc.po)0
-rw-r--r--source/fi/sfx2/source/menu.po (renamed from translations/source/fi/sfx2/source/menu.po)0
-rw-r--r--source/fi/sfx2/source/view.po (renamed from translations/source/fi/sfx2/source/view.po)0
-rw-r--r--source/fi/shell/source/win32/shlxthandler/res.po (renamed from translations/source/fi/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/fi/starmath/source.po (renamed from translations/source/fi/starmath/source.po)0
-rw-r--r--source/fi/svl/source/items.po (renamed from translations/source/fi/svl/source/items.po)0
-rw-r--r--source/fi/svl/source/misc.po (renamed from translations/source/fi/svl/source/misc.po)0
-rw-r--r--source/fi/svtools/source/contnr.po (renamed from translations/source/fi/svtools/source/contnr.po)0
-rw-r--r--source/fi/svtools/source/control.po (renamed from translations/source/fi/svtools/source/control.po)0
-rw-r--r--source/fi/svtools/source/dialogs.po (renamed from translations/source/fi/svtools/source/dialogs.po)0
-rw-r--r--source/fi/svtools/source/filter.po (renamed from translations/source/fi/svtools/source/filter.po)0
-rw-r--r--source/fi/svtools/source/java.po (renamed from translations/source/fi/svtools/source/java.po)0
-rw-r--r--source/fi/svtools/source/misc.po (renamed from translations/source/fi/svtools/source/misc.po)0
-rw-r--r--source/fi/svtools/source/toolpanel.po (renamed from translations/source/fi/svtools/source/toolpanel.po)0
-rw-r--r--source/fi/svtools/workben/unodialog.po (renamed from translations/source/fi/svtools/workben/unodialog.po)0
-rw-r--r--source/fi/svx/inc.po (renamed from translations/source/fi/svx/inc.po)0
-rw-r--r--source/fi/svx/source/accessibility.po (renamed from translations/source/fi/svx/source/accessibility.po)0
-rw-r--r--source/fi/svx/source/dialog.po (renamed from translations/source/fi/svx/source/dialog.po)0
-rw-r--r--source/fi/svx/source/engine3d.po (renamed from translations/source/fi/svx/source/engine3d.po)0
-rw-r--r--source/fi/svx/source/fmcomp.po (renamed from translations/source/fi/svx/source/fmcomp.po)0
-rw-r--r--source/fi/svx/source/form.po (renamed from translations/source/fi/svx/source/form.po)0
-rw-r--r--source/fi/svx/source/gallery2.po (renamed from translations/source/fi/svx/source/gallery2.po)0
-rw-r--r--source/fi/svx/source/items.po (renamed from translations/source/fi/svx/source/items.po)0
-rw-r--r--source/fi/svx/source/src.po (renamed from translations/source/fi/svx/source/src.po)0
-rw-r--r--source/fi/svx/source/stbctrls.po (renamed from translations/source/fi/svx/source/stbctrls.po)0
-rw-r--r--source/fi/svx/source/svdraw.po (renamed from translations/source/fi/svx/source/svdraw.po)0
-rw-r--r--source/fi/svx/source/table.po (renamed from translations/source/fi/svx/source/table.po)0
-rw-r--r--source/fi/svx/source/tbxctrls.po (renamed from translations/source/fi/svx/source/tbxctrls.po)0
-rw-r--r--source/fi/svx/source/toolbars.po (renamed from translations/source/fi/svx/source/toolbars.po)0
-rw-r--r--source/fi/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/fi/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/fi/sw/source/core/layout.po (renamed from translations/source/fi/sw/source/core/layout.po)0
-rw-r--r--source/fi/sw/source/core/undo.po (renamed from translations/source/fi/sw/source/core/undo.po)0
-rw-r--r--source/fi/sw/source/core/unocore.po (renamed from translations/source/fi/sw/source/core/unocore.po)0
-rw-r--r--source/fi/sw/source/ui/app.po (renamed from translations/source/fi/sw/source/ui/app.po)0
-rw-r--r--source/fi/sw/source/ui/chrdlg.po (renamed from translations/source/fi/sw/source/ui/chrdlg.po)0
-rw-r--r--source/fi/sw/source/ui/config.po (renamed from translations/source/fi/sw/source/ui/config.po)0
-rw-r--r--source/fi/sw/source/ui/dbui.po (renamed from translations/source/fi/sw/source/ui/dbui.po)0
-rw-r--r--source/fi/sw/source/ui/dialog.po (renamed from translations/source/fi/sw/source/ui/dialog.po)0
-rw-r--r--source/fi/sw/source/ui/dochdl.po (renamed from translations/source/fi/sw/source/ui/dochdl.po)0
-rw-r--r--source/fi/sw/source/ui/docvw.po (renamed from translations/source/fi/sw/source/ui/docvw.po)0
-rw-r--r--source/fi/sw/source/ui/envelp.po (renamed from translations/source/fi/sw/source/ui/envelp.po)0
-rw-r--r--source/fi/sw/source/ui/fldui.po (renamed from translations/source/fi/sw/source/ui/fldui.po)0
-rw-r--r--source/fi/sw/source/ui/fmtui.po (renamed from translations/source/fi/sw/source/ui/fmtui.po)0
-rw-r--r--source/fi/sw/source/ui/frmdlg.po (renamed from translations/source/fi/sw/source/ui/frmdlg.po)0
-rw-r--r--source/fi/sw/source/ui/globdoc.po (renamed from translations/source/fi/sw/source/ui/globdoc.po)0
-rw-r--r--source/fi/sw/source/ui/index.po (renamed from translations/source/fi/sw/source/ui/index.po)0
-rw-r--r--source/fi/sw/source/ui/lingu.po (renamed from translations/source/fi/sw/source/ui/lingu.po)0
-rw-r--r--source/fi/sw/source/ui/misc.po (renamed from translations/source/fi/sw/source/ui/misc.po)0
-rw-r--r--source/fi/sw/source/ui/ribbar.po (renamed from translations/source/fi/sw/source/ui/ribbar.po)0
-rw-r--r--source/fi/sw/source/ui/shells.po (renamed from translations/source/fi/sw/source/ui/shells.po)0
-rw-r--r--source/fi/sw/source/ui/smartmenu.po (renamed from translations/source/fi/sw/source/ui/smartmenu.po)0
-rw-r--r--source/fi/sw/source/ui/table.po (renamed from translations/source/fi/sw/source/ui/table.po)0
-rw-r--r--source/fi/sw/source/ui/uiview.po (renamed from translations/source/fi/sw/source/ui/uiview.po)0
-rw-r--r--source/fi/sw/source/ui/utlui.po (renamed from translations/source/fi/sw/source/ui/utlui.po)0
-rw-r--r--source/fi/sw/source/ui/web.po (renamed from translations/source/fi/sw/source/ui/web.po)0
-rw-r--r--source/fi/sw/source/ui/wrtsh.po (renamed from translations/source/fi/sw/source/ui/wrtsh.po)0
-rw-r--r--source/fi/swext/mediawiki/help.po (renamed from translations/source/fi/swext/mediawiki/help.po)0
-rw-r--r--source/fi/swext/mediawiki/src.po (renamed from translations/source/fi/swext/mediawiki/src.po)0
-rw-r--r--source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/fi/sysui/desktop/share.po (renamed from translations/source/fi/sysui/desktop/share.po)0
-rw-r--r--source/fi/uui/source.po (renamed from translations/source/fi/uui/source.po)0
-rw-r--r--source/fi/vcl/source/src.po (renamed from translations/source/fi/vcl/source/src.po)0
-rw-r--r--source/fi/wizards/source/euro.po (renamed from translations/source/fi/wizards/source/euro.po)0
-rw-r--r--source/fi/wizards/source/formwizard.po (renamed from translations/source/fi/wizards/source/formwizard.po)0
-rw-r--r--source/fi/wizards/source/importwizard.po (renamed from translations/source/fi/wizards/source/importwizard.po)0
-rw-r--r--source/fi/wizards/source/schedule.po (renamed from translations/source/fi/wizards/source/schedule.po)0
-rw-r--r--source/fi/wizards/source/template.po (renamed from translations/source/fi/wizards/source/template.po)0
-rw-r--r--source/fi/xmlsecurity/source/component.po (renamed from translations/source/fi/xmlsecurity/source/component.po)0
-rw-r--r--source/fi/xmlsecurity/source/dialogs.po (renamed from translations/source/fi/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/fr/accessibility/source/helper.po (renamed from translations/source/fr/accessibility/source/helper.po)0
-rw-r--r--source/fr/avmedia/source/framework.po (renamed from translations/source/fr/avmedia/source/framework.po)0
-rw-r--r--source/fr/avmedia/source/viewer.po (renamed from translations/source/fr/avmedia/source/viewer.po)0
-rw-r--r--source/fr/basctl/source/basicide.po (renamed from translations/source/fr/basctl/source/basicide.po)0
-rw-r--r--source/fr/basctl/source/dlged.po (renamed from translations/source/fr/basctl/source/dlged.po)0
-rw-r--r--source/fr/basic/source/classes.po (renamed from translations/source/fr/basic/source/classes.po)0
-rw-r--r--source/fr/basic/source/sbx.po (renamed from translations/source/fr/basic/source/sbx.po)0
-rw-r--r--source/fr/chart2/source/controller/dialogs.po (renamed from translations/source/fr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/fr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/fr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/fr/connectivity/source/resource.po (renamed from translations/source/fr/connectivity/source/resource.po)0
-rw-r--r--source/fr/cui/source/customize.po (renamed from translations/source/fr/cui/source/customize.po)0
-rw-r--r--source/fr/cui/source/dialogs.po (renamed from translations/source/fr/cui/source/dialogs.po)0
-rw-r--r--source/fr/cui/source/options.po (renamed from translations/source/fr/cui/source/options.po)0
-rw-r--r--source/fr/cui/source/tabpages.po (renamed from translations/source/fr/cui/source/tabpages.po)0
-rw-r--r--source/fr/dbaccess/source/core/resource.po (renamed from translations/source/fr/dbaccess/source/core/resource.po)0
-rw-r--r--source/fr/dbaccess/source/ext/macromigration.po (renamed from translations/source/fr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/fr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/fr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/fr/dbaccess/source/ui/app.po (renamed from translations/source/fr/dbaccess/source/ui/app.po)0
-rw-r--r--source/fr/dbaccess/source/ui/browser.po (renamed from translations/source/fr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/fr/dbaccess/source/ui/control.po (renamed from translations/source/fr/dbaccess/source/ui/control.po)0
-rw-r--r--source/fr/dbaccess/source/ui/dlg.po (renamed from translations/source/fr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/fr/dbaccess/source/ui/inc.po (renamed from translations/source/fr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/fr/dbaccess/source/ui/misc.po (renamed from translations/source/fr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/fr/dbaccess/source/ui/querydesign.po (renamed from translations/source/fr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/fr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/fr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/fr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/fr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/fr/dbaccess/source/ui/uno.po (renamed from translations/source/fr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/fr/desktop/source/app.po (renamed from translations/source/fr/desktop/source/app.po)0
-rw-r--r--source/fr/desktop/source/deployment/gui.po (renamed from translations/source/fr/desktop/source/deployment/gui.po)0
-rw-r--r--source/fr/desktop/source/deployment/manager.po (renamed from translations/source/fr/desktop/source/deployment/manager.po)0
-rw-r--r--source/fr/desktop/source/deployment/misc.po (renamed from translations/source/fr/desktop/source/deployment/misc.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry.po (renamed from translations/source/fr/desktop/source/deployment/registry.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/component.po (renamed from translations/source/fr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/fr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/help.po (renamed from translations/source/fr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/package.po (renamed from translations/source/fr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/script.po (renamed from translations/source/fr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/fr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/fr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/fr/desktop/source/deployment/unopkg.po (renamed from translations/source/fr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/fr/dictionaries/af_ZA.po (renamed from translations/source/fr/dictionaries/af_ZA.po)0
-rw-r--r--source/fr/dictionaries/an_ES.po (renamed from translations/source/fr/dictionaries/an_ES.po)0
-rw-r--r--source/fr/dictionaries/ar.po (renamed from translations/source/fr/dictionaries/ar.po)0
-rw-r--r--source/fr/dictionaries/be_BY.po (renamed from translations/source/fr/dictionaries/be_BY.po)0
-rw-r--r--source/fr/dictionaries/bg_BG.po (renamed from translations/source/fr/dictionaries/bg_BG.po)0
-rw-r--r--source/fr/dictionaries/bn_BD.po (renamed from translations/source/fr/dictionaries/bn_BD.po)0
-rw-r--r--source/fr/dictionaries/br_FR.po (renamed from translations/source/fr/dictionaries/br_FR.po)0
-rw-r--r--source/fr/dictionaries/ca.po (renamed from translations/source/fr/dictionaries/ca.po)0
-rw-r--r--source/fr/dictionaries/cs_CZ.po (renamed from translations/source/fr/dictionaries/cs_CZ.po)0
-rw-r--r--source/fr/dictionaries/da_DK.po (renamed from translations/source/fr/dictionaries/da_DK.po)0
-rw-r--r--source/fr/dictionaries/de.po (renamed from translations/source/fr/dictionaries/de.po)0
-rw-r--r--source/fr/dictionaries/el_GR.po (renamed from translations/source/fr/dictionaries/el_GR.po)0
-rw-r--r--source/fr/dictionaries/en.po (renamed from translations/source/fr/dictionaries/en.po)0
-rw-r--r--source/fr/dictionaries/en/dialog.po (renamed from translations/source/fr/dictionaries/en/dialog.po)0
-rw-r--r--source/fr/dictionaries/es_ES.po (renamed from translations/source/fr/dictionaries/es_ES.po)0
-rw-r--r--source/fr/dictionaries/et_EE.po (renamed from translations/source/fr/dictionaries/et_EE.po)0
-rw-r--r--source/fr/dictionaries/fr_FR.po (renamed from translations/source/fr/dictionaries/fr_FR.po)0
-rw-r--r--source/fr/dictionaries/gd_GB.po (renamed from translations/source/fr/dictionaries/gd_GB.po)0
-rw-r--r--source/fr/dictionaries/gl.po (renamed from translations/source/fr/dictionaries/gl.po)0
-rw-r--r--source/fr/dictionaries/gu_IN.po (renamed from translations/source/fr/dictionaries/gu_IN.po)0
-rw-r--r--source/fr/dictionaries/he_IL.po (renamed from translations/source/fr/dictionaries/he_IL.po)0
-rw-r--r--source/fr/dictionaries/hi_IN.po (renamed from translations/source/fr/dictionaries/hi_IN.po)0
-rw-r--r--source/fr/dictionaries/hr_HR.po (renamed from translations/source/fr/dictionaries/hr_HR.po)0
-rw-r--r--source/fr/dictionaries/hu_HU.po (renamed from translations/source/fr/dictionaries/hu_HU.po)0
-rw-r--r--source/fr/dictionaries/hu_HU/dialog.po (renamed from translations/source/fr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/fr/dictionaries/it_IT.po (renamed from translations/source/fr/dictionaries/it_IT.po)0
-rw-r--r--source/fr/dictionaries/ku_TR.po (renamed from translations/source/fr/dictionaries/ku_TR.po)0
-rw-r--r--source/fr/dictionaries/lt_LT.po (renamed from translations/source/fr/dictionaries/lt_LT.po)0
-rw-r--r--source/fr/dictionaries/lv_LV.po (renamed from translations/source/fr/dictionaries/lv_LV.po)0
-rw-r--r--source/fr/dictionaries/ne_NP.po (renamed from translations/source/fr/dictionaries/ne_NP.po)0
-rw-r--r--source/fr/dictionaries/nl_NL.po (renamed from translations/source/fr/dictionaries/nl_NL.po)0
-rw-r--r--source/fr/dictionaries/no.po (renamed from translations/source/fr/dictionaries/no.po)0
-rw-r--r--source/fr/dictionaries/oc_FR.po (renamed from translations/source/fr/dictionaries/oc_FR.po)0
-rw-r--r--source/fr/dictionaries/pl_PL.po (renamed from translations/source/fr/dictionaries/pl_PL.po)0
-rw-r--r--source/fr/dictionaries/pt_BR.po (renamed from translations/source/fr/dictionaries/pt_BR.po)0
-rw-r--r--source/fr/dictionaries/pt_PT.po (renamed from translations/source/fr/dictionaries/pt_PT.po)0
-rw-r--r--source/fr/dictionaries/ro.po (renamed from translations/source/fr/dictionaries/ro.po)0
-rw-r--r--source/fr/dictionaries/ru_RU.po (renamed from translations/source/fr/dictionaries/ru_RU.po)0
-rw-r--r--source/fr/dictionaries/ru_RU/dialog.po (renamed from translations/source/fr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/fr/dictionaries/si_LK.po (renamed from translations/source/fr/dictionaries/si_LK.po)0
-rw-r--r--source/fr/dictionaries/sk_SK.po (renamed from translations/source/fr/dictionaries/sk_SK.po)0
-rw-r--r--source/fr/dictionaries/sl_SI.po (renamed from translations/source/fr/dictionaries/sl_SI.po)0
-rw-r--r--source/fr/dictionaries/sr.po (renamed from translations/source/fr/dictionaries/sr.po)0
-rw-r--r--source/fr/dictionaries/sv_SE.po (renamed from translations/source/fr/dictionaries/sv_SE.po)0
-rw-r--r--source/fr/dictionaries/sw_TZ.po (renamed from translations/source/fr/dictionaries/sw_TZ.po)0
-rw-r--r--source/fr/dictionaries/te_IN.po (renamed from translations/source/fr/dictionaries/te_IN.po)0
-rw-r--r--source/fr/dictionaries/th_TH.po (renamed from translations/source/fr/dictionaries/th_TH.po)0
-rw-r--r--source/fr/dictionaries/uk_UA.po (renamed from translations/source/fr/dictionaries/uk_UA.po)0
-rw-r--r--source/fr/dictionaries/vi.po (renamed from translations/source/fr/dictionaries/vi.po)0
-rw-r--r--source/fr/dictionaries/zu_ZA.po (renamed from translations/source/fr/dictionaries/zu_ZA.po)0
-rw-r--r--source/fr/editeng/source/accessibility.po (renamed from translations/source/fr/editeng/source/accessibility.po)0
-rw-r--r--source/fr/editeng/source/editeng.po (renamed from translations/source/fr/editeng/source/editeng.po)0
-rw-r--r--source/fr/editeng/source/items.po (renamed from translations/source/fr/editeng/source/items.po)0
-rw-r--r--source/fr/editeng/source/misc.po (renamed from translations/source/fr/editeng/source/misc.po)0
-rw-r--r--source/fr/editeng/source/outliner.po (renamed from translations/source/fr/editeng/source/outliner.po)0
-rw-r--r--source/fr/extensions/source/abpilot.po (renamed from translations/source/fr/extensions/source/abpilot.po)0
-rw-r--r--source/fr/extensions/source/bibliography.po (renamed from translations/source/fr/extensions/source/bibliography.po)0
-rw-r--r--source/fr/extensions/source/dbpilots.po (renamed from translations/source/fr/extensions/source/dbpilots.po)0
-rw-r--r--source/fr/extensions/source/propctrlr.po (renamed from translations/source/fr/extensions/source/propctrlr.po)0
-rw-r--r--source/fr/extensions/source/scanner.po (renamed from translations/source/fr/extensions/source/scanner.po)0
-rw-r--r--source/fr/extensions/source/update/check.po (renamed from translations/source/fr/extensions/source/update/check.po)0
-rw-r--r--source/fr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/fr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/fr/filter/source/config/fragments/filters.po (renamed from translations/source/fr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/fr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/fr/filter/source/config/fragments/types.po (renamed from translations/source/fr/filter/source/config/fragments/types.po)0
-rw-r--r--source/fr/filter/source/flash.po (renamed from translations/source/fr/filter/source/flash.po)0
-rw-r--r--source/fr/filter/source/graphicfilter/eps.po (renamed from translations/source/fr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/fr/filter/source/pdf.po (renamed from translations/source/fr/filter/source/pdf.po)0
-rw-r--r--source/fr/filter/source/t602.po (renamed from translations/source/fr/filter/source/t602.po)0
-rw-r--r--source/fr/filter/source/xsltdialog.po (renamed from translations/source/fr/filter/source/xsltdialog.po)0
-rw-r--r--source/fr/forms/source/resource.po (renamed from translations/source/fr/forms/source/resource.po)0
-rw-r--r--source/fr/formula/source/core/resource.po (renamed from translations/source/fr/formula/source/core/resource.po)0
-rw-r--r--source/fr/formula/source/ui/dlg.po (renamed from translations/source/fr/formula/source/ui/dlg.po)0
-rw-r--r--source/fr/fpicker/source/office.po (renamed from translations/source/fr/fpicker/source/office.po)0
-rw-r--r--source/fr/framework/source/classes.po (renamed from translations/source/fr/framework/source/classes.po)0
-rw-r--r--source/fr/framework/source/services.po (renamed from translations/source/fr/framework/source/services.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/fr/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/fr/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po (renamed from translations/source/fr/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/02.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/04.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/05.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/fr/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/schart.po (renamed from translations/source/fr/helpcontent2/source/text/schart.po)0
-rw-r--r--source/fr/helpcontent2/source/text/schart/00.po (renamed from translations/source/fr/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/schart/01.po (renamed from translations/source/fr/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/schart/02.po (renamed from translations/source/fr/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/schart/04.po (renamed from translations/source/fr/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sdraw.po (renamed from translations/source/fr/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/fr/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/fr/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/fr/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/fr/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared.po (renamed from translations/source/fr/helpcontent2/source/text/shared.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po (renamed from translations/source/fr/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po (renamed from translations/source/fr/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po (renamed from translations/source/fr/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/04.po (renamed from translations/source/fr/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/05.po (renamed from translations/source/fr/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/07.po (renamed from translations/source/fr/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/fr/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/fr/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/fr/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po (renamed from translations/source/fr/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/fr/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po (renamed from translations/source/fr/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress/00.po (renamed from translations/source/fr/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress/01.po (renamed from translations/source/fr/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress/02.po (renamed from translations/source/fr/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress/04.po (renamed from translations/source/fr/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/fr/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath.po (renamed from translations/source/fr/helpcontent2/source/text/smath.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath/00.po (renamed from translations/source/fr/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath/01.po (renamed from translations/source/fr/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath/02.po (renamed from translations/source/fr/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath/04.po (renamed from translations/source/fr/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/smath/guide.po (renamed from translations/source/fr/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po (renamed from translations/source/fr/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po (renamed from translations/source/fr/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po (renamed from translations/source/fr/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter/02.po (renamed from translations/source/fr/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter/04.po (renamed from translations/source/fr/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/fr/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/fr/mysqlc/source.po (renamed from translations/source/fr/mysqlc/source.po)0
-rw-r--r--source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/fr/nlpsolver/src/locale.po (renamed from translations/source/fr/nlpsolver/src/locale.po)0
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/fr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fr/padmin/source.po (renamed from translations/source/fr/padmin/source.po)0
-rw-r--r--source/fr/readlicense_oo/docs/readme.po (renamed from translations/source/fr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/fr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/fr/reportbuilder/util.po (renamed from translations/source/fr/reportbuilder/util.po)0
-rw-r--r--source/fr/reportdesign/source/core/resource.po (renamed from translations/source/fr/reportdesign/source/core/resource.po)0
-rw-r--r--source/fr/reportdesign/source/ui/dlg.po (renamed from translations/source/fr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/fr/reportdesign/source/ui/inspection.po (renamed from translations/source/fr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/fr/reportdesign/source/ui/report.po (renamed from translations/source/fr/reportdesign/source/ui/report.po)0
-rw-r--r--source/fr/sc/source/core/src.po (renamed from translations/source/fr/sc/source/core/src.po)0
-rw-r--r--source/fr/sc/source/ui/cctrl.po (renamed from translations/source/fr/sc/source/ui/cctrl.po)0
-rw-r--r--source/fr/sc/source/ui/dbgui.po (renamed from translations/source/fr/sc/source/ui/dbgui.po)0
-rw-r--r--source/fr/sc/source/ui/docshell.po (renamed from translations/source/fr/sc/source/ui/docshell.po)0
-rw-r--r--source/fr/sc/source/ui/drawfunc.po (renamed from translations/source/fr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/fr/sc/source/ui/formdlg.po (renamed from translations/source/fr/sc/source/ui/formdlg.po)0
-rw-r--r--source/fr/sc/source/ui/miscdlgs.po (renamed from translations/source/fr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/fr/sc/source/ui/navipi.po (renamed from translations/source/fr/sc/source/ui/navipi.po)0
-rw-r--r--source/fr/sc/source/ui/optdlg.po (renamed from translations/source/fr/sc/source/ui/optdlg.po)0
-rw-r--r--source/fr/sc/source/ui/pagedlg.po (renamed from translations/source/fr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/fr/sc/source/ui/src.po (renamed from translations/source/fr/sc/source/ui/src.po)0
-rw-r--r--source/fr/sc/source/ui/styleui.po (renamed from translations/source/fr/sc/source/ui/styleui.po)0
-rw-r--r--source/fr/scaddins/source/analysis.po (renamed from translations/source/fr/scaddins/source/analysis.po)0
-rw-r--r--source/fr/scaddins/source/datefunc.po (renamed from translations/source/fr/scaddins/source/datefunc.po)0
-rw-r--r--source/fr/sccomp/source/solver.po (renamed from translations/source/fr/sccomp/source/solver.po)0
-rw-r--r--source/fr/scp2/source/accessories.po (renamed from translations/source/fr/scp2/source/accessories.po)0
-rw-r--r--source/fr/scp2/source/activex.po (renamed from translations/source/fr/scp2/source/activex.po)0
-rw-r--r--source/fr/scp2/source/base.po (renamed from translations/source/fr/scp2/source/base.po)0
-rw-r--r--source/fr/scp2/source/binfilter.po (renamed from translations/source/fr/scp2/source/binfilter.po)0
-rw-r--r--source/fr/scp2/source/calc.po (renamed from translations/source/fr/scp2/source/calc.po)0
-rw-r--r--source/fr/scp2/source/draw.po (renamed from translations/source/fr/scp2/source/draw.po)0
-rw-r--r--source/fr/scp2/source/extensions.po (renamed from translations/source/fr/scp2/source/extensions.po)0
-rw-r--r--source/fr/scp2/source/gnome.po (renamed from translations/source/fr/scp2/source/gnome.po)0
-rw-r--r--source/fr/scp2/source/graphicfilter.po (renamed from translations/source/fr/scp2/source/graphicfilter.po)0
-rw-r--r--source/fr/scp2/source/impress.po (renamed from translations/source/fr/scp2/source/impress.po)0
-rw-r--r--source/fr/scp2/source/javafilter.po (renamed from translations/source/fr/scp2/source/javafilter.po)0
-rw-r--r--source/fr/scp2/source/kde.po (renamed from translations/source/fr/scp2/source/kde.po)0
-rw-r--r--source/fr/scp2/source/math.po (renamed from translations/source/fr/scp2/source/math.po)0
-rw-r--r--source/fr/scp2/source/onlineupdate.po (renamed from translations/source/fr/scp2/source/onlineupdate.po)0
-rw-r--r--source/fr/scp2/source/ooo.po (renamed from translations/source/fr/scp2/source/ooo.po)0
-rw-r--r--source/fr/scp2/source/python.po (renamed from translations/source/fr/scp2/source/python.po)0
-rw-r--r--source/fr/scp2/source/quickstart.po (renamed from translations/source/fr/scp2/source/quickstart.po)0
-rw-r--r--source/fr/scp2/source/sdkoo.po (renamed from translations/source/fr/scp2/source/sdkoo.po)0
-rw-r--r--source/fr/scp2/source/smoketest.po (renamed from translations/source/fr/scp2/source/smoketest.po)0
-rw-r--r--source/fr/scp2/source/stdlibs.po (renamed from translations/source/fr/scp2/source/stdlibs.po)0
-rw-r--r--source/fr/scp2/source/tde.po (renamed from translations/source/fr/scp2/source/tde.po)0
-rw-r--r--source/fr/scp2/source/winexplorerext.po (renamed from translations/source/fr/scp2/source/winexplorerext.po)0
-rw-r--r--source/fr/scp2/source/writer.po (renamed from translations/source/fr/scp2/source/writer.po)0
-rw-r--r--source/fr/scp2/source/xsltfilter.po (renamed from translations/source/fr/scp2/source/xsltfilter.po)0
-rw-r--r--source/fr/scripting/source/pyprov.po (renamed from translations/source/fr/scripting/source/pyprov.po)0
-rw-r--r--source/fr/sd/source/core.po (renamed from translations/source/fr/sd/source/core.po)0
-rw-r--r--source/fr/sd/source/filter/html.po (renamed from translations/source/fr/sd/source/filter/html.po)0
-rw-r--r--source/fr/sd/source/ui/accessibility.po (renamed from translations/source/fr/sd/source/ui/accessibility.po)0
-rw-r--r--source/fr/sd/source/ui/animations.po (renamed from translations/source/fr/sd/source/ui/animations.po)0
-rw-r--r--source/fr/sd/source/ui/annotations.po (renamed from translations/source/fr/sd/source/ui/annotations.po)0
-rw-r--r--source/fr/sd/source/ui/app.po (renamed from translations/source/fr/sd/source/ui/app.po)0
-rw-r--r--source/fr/sd/source/ui/dlg.po (renamed from translations/source/fr/sd/source/ui/dlg.po)0
-rw-r--r--source/fr/sd/source/ui/slideshow.po (renamed from translations/source/fr/sd/source/ui/slideshow.po)0
-rw-r--r--source/fr/sd/source/ui/table.po (renamed from translations/source/fr/sd/source/ui/table.po)0
-rw-r--r--source/fr/sd/source/ui/view.po (renamed from translations/source/fr/sd/source/ui/view.po)0
-rw-r--r--source/fr/sdext/source/minimizer.po (renamed from translations/source/fr/sdext/source/minimizer.po)0
-rw-r--r--source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fr/sdext/source/pdfimport.po (renamed from translations/source/fr/sdext/source/pdfimport.po)0
-rw-r--r--source/fr/sdext/source/presenter.po (renamed from translations/source/fr/sdext/source/presenter.po)0
-rw-r--r--source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/fr/setup_native/source/mac.po (renamed from translations/source/fr/setup_native/source/mac.po)0
-rw-r--r--source/fr/sfx2/source/appl.po (renamed from translations/source/fr/sfx2/source/appl.po)0
-rw-r--r--source/fr/sfx2/source/bastyp.po (renamed from translations/source/fr/sfx2/source/bastyp.po)0
-rw-r--r--source/fr/sfx2/source/dialog.po (renamed from translations/source/fr/sfx2/source/dialog.po)0
-rw-r--r--source/fr/sfx2/source/doc.po (renamed from translations/source/fr/sfx2/source/doc.po)0
-rw-r--r--source/fr/sfx2/source/menu.po (renamed from translations/source/fr/sfx2/source/menu.po)0
-rw-r--r--source/fr/sfx2/source/view.po (renamed from translations/source/fr/sfx2/source/view.po)0
-rw-r--r--source/fr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/fr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/fr/starmath/source.po (renamed from translations/source/fr/starmath/source.po)0
-rw-r--r--source/fr/svl/source/items.po (renamed from translations/source/fr/svl/source/items.po)0
-rw-r--r--source/fr/svl/source/misc.po (renamed from translations/source/fr/svl/source/misc.po)0
-rw-r--r--source/fr/svtools/source/contnr.po (renamed from translations/source/fr/svtools/source/contnr.po)0
-rw-r--r--source/fr/svtools/source/control.po (renamed from translations/source/fr/svtools/source/control.po)0
-rw-r--r--source/fr/svtools/source/dialogs.po (renamed from translations/source/fr/svtools/source/dialogs.po)0
-rw-r--r--source/fr/svtools/source/filter.po (renamed from translations/source/fr/svtools/source/filter.po)0
-rw-r--r--source/fr/svtools/source/java.po (renamed from translations/source/fr/svtools/source/java.po)0
-rw-r--r--source/fr/svtools/source/misc.po (renamed from translations/source/fr/svtools/source/misc.po)0
-rw-r--r--source/fr/svtools/source/toolpanel.po (renamed from translations/source/fr/svtools/source/toolpanel.po)0
-rw-r--r--source/fr/svtools/workben/unodialog.po (renamed from translations/source/fr/svtools/workben/unodialog.po)0
-rw-r--r--source/fr/svx/inc.po (renamed from translations/source/fr/svx/inc.po)0
-rw-r--r--source/fr/svx/source/accessibility.po (renamed from translations/source/fr/svx/source/accessibility.po)0
-rw-r--r--source/fr/svx/source/dialog.po (renamed from translations/source/fr/svx/source/dialog.po)0
-rw-r--r--source/fr/svx/source/engine3d.po (renamed from translations/source/fr/svx/source/engine3d.po)0
-rw-r--r--source/fr/svx/source/fmcomp.po (renamed from translations/source/fr/svx/source/fmcomp.po)0
-rw-r--r--source/fr/svx/source/form.po (renamed from translations/source/fr/svx/source/form.po)0
-rw-r--r--source/fr/svx/source/gallery2.po (renamed from translations/source/fr/svx/source/gallery2.po)0
-rw-r--r--source/fr/svx/source/items.po (renamed from translations/source/fr/svx/source/items.po)0
-rw-r--r--source/fr/svx/source/src.po (renamed from translations/source/fr/svx/source/src.po)0
-rw-r--r--source/fr/svx/source/stbctrls.po (renamed from translations/source/fr/svx/source/stbctrls.po)0
-rw-r--r--source/fr/svx/source/svdraw.po (renamed from translations/source/fr/svx/source/svdraw.po)0
-rw-r--r--source/fr/svx/source/table.po (renamed from translations/source/fr/svx/source/table.po)0
-rw-r--r--source/fr/svx/source/tbxctrls.po (renamed from translations/source/fr/svx/source/tbxctrls.po)0
-rw-r--r--source/fr/svx/source/toolbars.po (renamed from translations/source/fr/svx/source/toolbars.po)0
-rw-r--r--source/fr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/fr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/fr/sw/source/core/layout.po (renamed from translations/source/fr/sw/source/core/layout.po)0
-rw-r--r--source/fr/sw/source/core/undo.po (renamed from translations/source/fr/sw/source/core/undo.po)0
-rw-r--r--source/fr/sw/source/core/unocore.po (renamed from translations/source/fr/sw/source/core/unocore.po)0
-rw-r--r--source/fr/sw/source/ui/app.po (renamed from translations/source/fr/sw/source/ui/app.po)0
-rw-r--r--source/fr/sw/source/ui/chrdlg.po (renamed from translations/source/fr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/fr/sw/source/ui/config.po (renamed from translations/source/fr/sw/source/ui/config.po)0
-rw-r--r--source/fr/sw/source/ui/dbui.po (renamed from translations/source/fr/sw/source/ui/dbui.po)0
-rw-r--r--source/fr/sw/source/ui/dialog.po (renamed from translations/source/fr/sw/source/ui/dialog.po)0
-rw-r--r--source/fr/sw/source/ui/dochdl.po (renamed from translations/source/fr/sw/source/ui/dochdl.po)0
-rw-r--r--source/fr/sw/source/ui/docvw.po (renamed from translations/source/fr/sw/source/ui/docvw.po)0
-rw-r--r--source/fr/sw/source/ui/envelp.po (renamed from translations/source/fr/sw/source/ui/envelp.po)0
-rw-r--r--source/fr/sw/source/ui/fldui.po (renamed from translations/source/fr/sw/source/ui/fldui.po)0
-rw-r--r--source/fr/sw/source/ui/fmtui.po (renamed from translations/source/fr/sw/source/ui/fmtui.po)0
-rw-r--r--source/fr/sw/source/ui/frmdlg.po (renamed from translations/source/fr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/fr/sw/source/ui/globdoc.po (renamed from translations/source/fr/sw/source/ui/globdoc.po)0
-rw-r--r--source/fr/sw/source/ui/index.po (renamed from translations/source/fr/sw/source/ui/index.po)0
-rw-r--r--source/fr/sw/source/ui/lingu.po (renamed from translations/source/fr/sw/source/ui/lingu.po)0
-rw-r--r--source/fr/sw/source/ui/misc.po (renamed from translations/source/fr/sw/source/ui/misc.po)0
-rw-r--r--source/fr/sw/source/ui/ribbar.po (renamed from translations/source/fr/sw/source/ui/ribbar.po)0
-rw-r--r--source/fr/sw/source/ui/shells.po (renamed from translations/source/fr/sw/source/ui/shells.po)0
-rw-r--r--source/fr/sw/source/ui/smartmenu.po (renamed from translations/source/fr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/fr/sw/source/ui/table.po (renamed from translations/source/fr/sw/source/ui/table.po)0
-rw-r--r--source/fr/sw/source/ui/uiview.po (renamed from translations/source/fr/sw/source/ui/uiview.po)0
-rw-r--r--source/fr/sw/source/ui/utlui.po (renamed from translations/source/fr/sw/source/ui/utlui.po)0
-rw-r--r--source/fr/sw/source/ui/web.po (renamed from translations/source/fr/sw/source/ui/web.po)0
-rw-r--r--source/fr/sw/source/ui/wrtsh.po (renamed from translations/source/fr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/fr/swext/mediawiki/help.po (renamed from translations/source/fr/swext/mediawiki/help.po)0
-rw-r--r--source/fr/swext/mediawiki/src.po (renamed from translations/source/fr/swext/mediawiki/src.po)0
-rw-r--r--source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/fr/sysui/desktop/share.po (renamed from translations/source/fr/sysui/desktop/share.po)0
-rw-r--r--source/fr/uui/source.po (renamed from translations/source/fr/uui/source.po)0
-rw-r--r--source/fr/vcl/source/src.po (renamed from translations/source/fr/vcl/source/src.po)0
-rw-r--r--source/fr/wizards/source/euro.po (renamed from translations/source/fr/wizards/source/euro.po)0
-rw-r--r--source/fr/wizards/source/formwizard.po (renamed from translations/source/fr/wizards/source/formwizard.po)0
-rw-r--r--source/fr/wizards/source/importwizard.po (renamed from translations/source/fr/wizards/source/importwizard.po)0
-rw-r--r--source/fr/wizards/source/schedule.po (renamed from translations/source/fr/wizards/source/schedule.po)0
-rw-r--r--source/fr/wizards/source/template.po (renamed from translations/source/fr/wizards/source/template.po)0
-rw-r--r--source/fr/xmlsecurity/source/component.po (renamed from translations/source/fr/xmlsecurity/source/component.po)0
-rw-r--r--source/fr/xmlsecurity/source/dialogs.po (renamed from translations/source/fr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ga/accessibility/source/helper.po (renamed from translations/source/ga/accessibility/source/helper.po)0
-rw-r--r--source/ga/avmedia/source/framework.po (renamed from translations/source/ga/avmedia/source/framework.po)0
-rw-r--r--source/ga/avmedia/source/viewer.po (renamed from translations/source/ga/avmedia/source/viewer.po)0
-rw-r--r--source/ga/basctl/source/basicide.po (renamed from translations/source/ga/basctl/source/basicide.po)0
-rw-r--r--source/ga/basctl/source/dlged.po (renamed from translations/source/ga/basctl/source/dlged.po)0
-rw-r--r--source/ga/basic/source/classes.po (renamed from translations/source/ga/basic/source/classes.po)0
-rw-r--r--source/ga/basic/source/sbx.po (renamed from translations/source/ga/basic/source/sbx.po)0
-rw-r--r--source/ga/chart2/source/controller/dialogs.po (renamed from translations/source/ga/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ga/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ga/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ga/connectivity/source/resource.po (renamed from translations/source/ga/connectivity/source/resource.po)0
-rw-r--r--source/ga/cui/source/customize.po (renamed from translations/source/ga/cui/source/customize.po)0
-rw-r--r--source/ga/cui/source/dialogs.po (renamed from translations/source/ga/cui/source/dialogs.po)0
-rw-r--r--source/ga/cui/source/options.po (renamed from translations/source/ga/cui/source/options.po)0
-rw-r--r--source/ga/cui/source/tabpages.po (renamed from translations/source/ga/cui/source/tabpages.po)0
-rw-r--r--source/ga/dbaccess/source/core/resource.po (renamed from translations/source/ga/dbaccess/source/core/resource.po)0
-rw-r--r--source/ga/dbaccess/source/ext/macromigration.po (renamed from translations/source/ga/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ga/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ga/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ga/dbaccess/source/ui/app.po (renamed from translations/source/ga/dbaccess/source/ui/app.po)0
-rw-r--r--source/ga/dbaccess/source/ui/browser.po (renamed from translations/source/ga/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ga/dbaccess/source/ui/control.po (renamed from translations/source/ga/dbaccess/source/ui/control.po)0
-rw-r--r--source/ga/dbaccess/source/ui/dlg.po (renamed from translations/source/ga/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ga/dbaccess/source/ui/inc.po (renamed from translations/source/ga/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ga/dbaccess/source/ui/misc.po (renamed from translations/source/ga/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ga/dbaccess/source/ui/querydesign.po (renamed from translations/source/ga/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ga/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ga/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ga/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ga/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ga/dbaccess/source/ui/uno.po (renamed from translations/source/ga/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ga/desktop/source/app.po (renamed from translations/source/ga/desktop/source/app.po)0
-rw-r--r--source/ga/desktop/source/deployment/gui.po (renamed from translations/source/ga/desktop/source/deployment/gui.po)0
-rw-r--r--source/ga/desktop/source/deployment/manager.po (renamed from translations/source/ga/desktop/source/deployment/manager.po)0
-rw-r--r--source/ga/desktop/source/deployment/misc.po (renamed from translations/source/ga/desktop/source/deployment/misc.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry.po (renamed from translations/source/ga/desktop/source/deployment/registry.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/component.po (renamed from translations/source/ga/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ga/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/help.po (renamed from translations/source/ga/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/package.po (renamed from translations/source/ga/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/script.po (renamed from translations/source/ga/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ga/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ga/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ga/desktop/source/deployment/unopkg.po (renamed from translations/source/ga/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ga/dictionaries/af_ZA.po (renamed from translations/source/ga/dictionaries/af_ZA.po)0
-rw-r--r--source/ga/dictionaries/an_ES.po (renamed from translations/source/ga/dictionaries/an_ES.po)0
-rw-r--r--source/ga/dictionaries/ar.po (renamed from translations/source/ga/dictionaries/ar.po)0
-rw-r--r--source/ga/dictionaries/be_BY.po (renamed from translations/source/ga/dictionaries/be_BY.po)0
-rw-r--r--source/ga/dictionaries/bg_BG.po (renamed from translations/source/ga/dictionaries/bg_BG.po)0
-rw-r--r--source/ga/dictionaries/bn_BD.po (renamed from translations/source/ga/dictionaries/bn_BD.po)0
-rw-r--r--source/ga/dictionaries/br_FR.po (renamed from translations/source/ga/dictionaries/br_FR.po)0
-rw-r--r--source/ga/dictionaries/ca.po (renamed from translations/source/ga/dictionaries/ca.po)0
-rw-r--r--source/ga/dictionaries/cs_CZ.po (renamed from translations/source/ga/dictionaries/cs_CZ.po)0
-rw-r--r--source/ga/dictionaries/da_DK.po (renamed from translations/source/ga/dictionaries/da_DK.po)0
-rw-r--r--source/ga/dictionaries/de.po (renamed from translations/source/ga/dictionaries/de.po)0
-rw-r--r--source/ga/dictionaries/el_GR.po (renamed from translations/source/ga/dictionaries/el_GR.po)0
-rw-r--r--source/ga/dictionaries/en.po (renamed from translations/source/ga/dictionaries/en.po)0
-rw-r--r--source/ga/dictionaries/en/dialog.po (renamed from translations/source/ga/dictionaries/en/dialog.po)0
-rw-r--r--source/ga/dictionaries/es_ES.po (renamed from translations/source/ga/dictionaries/es_ES.po)0
-rw-r--r--source/ga/dictionaries/et_EE.po (renamed from translations/source/ga/dictionaries/et_EE.po)0
-rw-r--r--source/ga/dictionaries/fr_FR.po (renamed from translations/source/ga/dictionaries/fr_FR.po)0
-rw-r--r--source/ga/dictionaries/gd_GB.po (renamed from translations/source/ga/dictionaries/gd_GB.po)0
-rw-r--r--source/ga/dictionaries/gl.po (renamed from translations/source/ga/dictionaries/gl.po)0
-rw-r--r--source/ga/dictionaries/gu_IN.po (renamed from translations/source/ga/dictionaries/gu_IN.po)0
-rw-r--r--source/ga/dictionaries/he_IL.po (renamed from translations/source/ga/dictionaries/he_IL.po)0
-rw-r--r--source/ga/dictionaries/hi_IN.po (renamed from translations/source/ga/dictionaries/hi_IN.po)0
-rw-r--r--source/ga/dictionaries/hr_HR.po (renamed from translations/source/ga/dictionaries/hr_HR.po)0
-rw-r--r--source/ga/dictionaries/hu_HU.po (renamed from translations/source/ga/dictionaries/hu_HU.po)0
-rw-r--r--source/ga/dictionaries/hu_HU/dialog.po (renamed from translations/source/ga/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ga/dictionaries/it_IT.po (renamed from translations/source/ga/dictionaries/it_IT.po)0
-rw-r--r--source/ga/dictionaries/ku_TR.po (renamed from translations/source/ga/dictionaries/ku_TR.po)0
-rw-r--r--source/ga/dictionaries/lt_LT.po (renamed from translations/source/ga/dictionaries/lt_LT.po)0
-rw-r--r--source/ga/dictionaries/lv_LV.po (renamed from translations/source/ga/dictionaries/lv_LV.po)0
-rw-r--r--source/ga/dictionaries/ne_NP.po (renamed from translations/source/ga/dictionaries/ne_NP.po)0
-rw-r--r--source/ga/dictionaries/nl_NL.po (renamed from translations/source/ga/dictionaries/nl_NL.po)0
-rw-r--r--source/ga/dictionaries/no.po (renamed from translations/source/ga/dictionaries/no.po)0
-rw-r--r--source/ga/dictionaries/oc_FR.po (renamed from translations/source/ga/dictionaries/oc_FR.po)0
-rw-r--r--source/ga/dictionaries/pl_PL.po (renamed from translations/source/ga/dictionaries/pl_PL.po)0
-rw-r--r--source/ga/dictionaries/pt_BR.po (renamed from translations/source/ga/dictionaries/pt_BR.po)0
-rw-r--r--source/ga/dictionaries/pt_PT.po (renamed from translations/source/ga/dictionaries/pt_PT.po)0
-rw-r--r--source/ga/dictionaries/ro.po (renamed from translations/source/ga/dictionaries/ro.po)0
-rw-r--r--source/ga/dictionaries/ru_RU.po (renamed from translations/source/ga/dictionaries/ru_RU.po)0
-rw-r--r--source/ga/dictionaries/ru_RU/dialog.po (renamed from translations/source/ga/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ga/dictionaries/si_LK.po (renamed from translations/source/ga/dictionaries/si_LK.po)0
-rw-r--r--source/ga/dictionaries/sk_SK.po (renamed from translations/source/ga/dictionaries/sk_SK.po)0
-rw-r--r--source/ga/dictionaries/sl_SI.po (renamed from translations/source/ga/dictionaries/sl_SI.po)0
-rw-r--r--source/ga/dictionaries/sr.po (renamed from translations/source/ga/dictionaries/sr.po)0
-rw-r--r--source/ga/dictionaries/sv_SE.po (renamed from translations/source/ga/dictionaries/sv_SE.po)0
-rw-r--r--source/ga/dictionaries/sw_TZ.po (renamed from translations/source/ga/dictionaries/sw_TZ.po)0
-rw-r--r--source/ga/dictionaries/te_IN.po (renamed from translations/source/ga/dictionaries/te_IN.po)0
-rw-r--r--source/ga/dictionaries/th_TH.po (renamed from translations/source/ga/dictionaries/th_TH.po)0
-rw-r--r--source/ga/dictionaries/uk_UA.po (renamed from translations/source/ga/dictionaries/uk_UA.po)0
-rw-r--r--source/ga/dictionaries/vi.po (renamed from translations/source/ga/dictionaries/vi.po)0
-rw-r--r--source/ga/dictionaries/zu_ZA.po (renamed from translations/source/ga/dictionaries/zu_ZA.po)0
-rw-r--r--source/ga/editeng/source/accessibility.po (renamed from translations/source/ga/editeng/source/accessibility.po)0
-rw-r--r--source/ga/editeng/source/editeng.po (renamed from translations/source/ga/editeng/source/editeng.po)0
-rw-r--r--source/ga/editeng/source/items.po (renamed from translations/source/ga/editeng/source/items.po)0
-rw-r--r--source/ga/editeng/source/misc.po (renamed from translations/source/ga/editeng/source/misc.po)0
-rw-r--r--source/ga/editeng/source/outliner.po (renamed from translations/source/ga/editeng/source/outliner.po)0
-rw-r--r--source/ga/extensions/source/abpilot.po (renamed from translations/source/ga/extensions/source/abpilot.po)0
-rw-r--r--source/ga/extensions/source/bibliography.po (renamed from translations/source/ga/extensions/source/bibliography.po)0
-rw-r--r--source/ga/extensions/source/dbpilots.po (renamed from translations/source/ga/extensions/source/dbpilots.po)0
-rw-r--r--source/ga/extensions/source/propctrlr.po (renamed from translations/source/ga/extensions/source/propctrlr.po)0
-rw-r--r--source/ga/extensions/source/scanner.po (renamed from translations/source/ga/extensions/source/scanner.po)0
-rw-r--r--source/ga/extensions/source/update/check.po (renamed from translations/source/ga/extensions/source/update/check.po)0
-rw-r--r--source/ga/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ga/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ga/filter/source/config/fragments/filters.po (renamed from translations/source/ga/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ga/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ga/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ga/filter/source/config/fragments/types.po (renamed from translations/source/ga/filter/source/config/fragments/types.po)0
-rw-r--r--source/ga/filter/source/flash.po (renamed from translations/source/ga/filter/source/flash.po)0
-rw-r--r--source/ga/filter/source/graphicfilter/eps.po (renamed from translations/source/ga/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ga/filter/source/pdf.po (renamed from translations/source/ga/filter/source/pdf.po)0
-rw-r--r--source/ga/filter/source/t602.po (renamed from translations/source/ga/filter/source/t602.po)0
-rw-r--r--source/ga/filter/source/xsltdialog.po (renamed from translations/source/ga/filter/source/xsltdialog.po)0
-rw-r--r--source/ga/forms/source/resource.po (renamed from translations/source/ga/forms/source/resource.po)0
-rw-r--r--source/ga/formula/source/core/resource.po (renamed from translations/source/ga/formula/source/core/resource.po)0
-rw-r--r--source/ga/formula/source/ui/dlg.po (renamed from translations/source/ga/formula/source/ui/dlg.po)0
-rw-r--r--source/ga/fpicker/source/office.po (renamed from translations/source/ga/fpicker/source/office.po)0
-rw-r--r--source/ga/framework/source/classes.po (renamed from translations/source/ga/framework/source/classes.po)0
-rw-r--r--source/ga/framework/source/services.po (renamed from translations/source/ga/framework/source/services.po)0
-rw-r--r--source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ga/mysqlc/source.po (renamed from translations/source/ga/mysqlc/source.po)0
-rw-r--r--source/ga/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ga/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ga/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ga/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ga/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ga/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ga/nlpsolver/src/locale.po (renamed from translations/source/ga/nlpsolver/src/locale.po)0
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ga/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ga/padmin/source.po (renamed from translations/source/ga/padmin/source.po)0
-rw-r--r--source/ga/readlicense_oo/docs/readme.po (renamed from translations/source/ga/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ga/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ga/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ga/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ga/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ga/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ga/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ga/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ga/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ga/reportbuilder/util.po (renamed from translations/source/ga/reportbuilder/util.po)0
-rw-r--r--source/ga/reportdesign/source/core/resource.po (renamed from translations/source/ga/reportdesign/source/core/resource.po)0
-rw-r--r--source/ga/reportdesign/source/ui/dlg.po (renamed from translations/source/ga/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ga/reportdesign/source/ui/inspection.po (renamed from translations/source/ga/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ga/reportdesign/source/ui/report.po (renamed from translations/source/ga/reportdesign/source/ui/report.po)0
-rw-r--r--source/ga/sc/source/core/src.po (renamed from translations/source/ga/sc/source/core/src.po)0
-rw-r--r--source/ga/sc/source/ui/cctrl.po (renamed from translations/source/ga/sc/source/ui/cctrl.po)0
-rw-r--r--source/ga/sc/source/ui/dbgui.po (renamed from translations/source/ga/sc/source/ui/dbgui.po)0
-rw-r--r--source/ga/sc/source/ui/docshell.po (renamed from translations/source/ga/sc/source/ui/docshell.po)0
-rw-r--r--source/ga/sc/source/ui/drawfunc.po (renamed from translations/source/ga/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ga/sc/source/ui/formdlg.po (renamed from translations/source/ga/sc/source/ui/formdlg.po)0
-rw-r--r--source/ga/sc/source/ui/miscdlgs.po (renamed from translations/source/ga/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ga/sc/source/ui/navipi.po (renamed from translations/source/ga/sc/source/ui/navipi.po)0
-rw-r--r--source/ga/sc/source/ui/optdlg.po (renamed from translations/source/ga/sc/source/ui/optdlg.po)0
-rw-r--r--source/ga/sc/source/ui/pagedlg.po (renamed from translations/source/ga/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ga/sc/source/ui/src.po (renamed from translations/source/ga/sc/source/ui/src.po)0
-rw-r--r--source/ga/sc/source/ui/styleui.po (renamed from translations/source/ga/sc/source/ui/styleui.po)0
-rw-r--r--source/ga/scaddins/source/analysis.po (renamed from translations/source/ga/scaddins/source/analysis.po)0
-rw-r--r--source/ga/scaddins/source/datefunc.po (renamed from translations/source/ga/scaddins/source/datefunc.po)0
-rw-r--r--source/ga/sccomp/source/solver.po (renamed from translations/source/ga/sccomp/source/solver.po)0
-rw-r--r--source/ga/scp2/source/accessories.po (renamed from translations/source/ga/scp2/source/accessories.po)0
-rw-r--r--source/ga/scp2/source/activex.po (renamed from translations/source/ga/scp2/source/activex.po)0
-rw-r--r--source/ga/scp2/source/base.po (renamed from translations/source/ga/scp2/source/base.po)0
-rw-r--r--source/ga/scp2/source/binfilter.po (renamed from translations/source/ga/scp2/source/binfilter.po)0
-rw-r--r--source/ga/scp2/source/calc.po (renamed from translations/source/ga/scp2/source/calc.po)0
-rw-r--r--source/ga/scp2/source/draw.po (renamed from translations/source/ga/scp2/source/draw.po)0
-rw-r--r--source/ga/scp2/source/extensions.po (renamed from translations/source/ga/scp2/source/extensions.po)0
-rw-r--r--source/ga/scp2/source/gnome.po (renamed from translations/source/ga/scp2/source/gnome.po)0
-rw-r--r--source/ga/scp2/source/graphicfilter.po (renamed from translations/source/ga/scp2/source/graphicfilter.po)0
-rw-r--r--source/ga/scp2/source/impress.po (renamed from translations/source/ga/scp2/source/impress.po)0
-rw-r--r--source/ga/scp2/source/javafilter.po (renamed from translations/source/ga/scp2/source/javafilter.po)0
-rw-r--r--source/ga/scp2/source/kde.po (renamed from translations/source/ga/scp2/source/kde.po)0
-rw-r--r--source/ga/scp2/source/math.po (renamed from translations/source/ga/scp2/source/math.po)0
-rw-r--r--source/ga/scp2/source/onlineupdate.po (renamed from translations/source/ga/scp2/source/onlineupdate.po)0
-rw-r--r--source/ga/scp2/source/ooo.po (renamed from translations/source/ga/scp2/source/ooo.po)0
-rw-r--r--source/ga/scp2/source/python.po (renamed from translations/source/ga/scp2/source/python.po)0
-rw-r--r--source/ga/scp2/source/quickstart.po (renamed from translations/source/ga/scp2/source/quickstart.po)0
-rw-r--r--source/ga/scp2/source/sdkoo.po (renamed from translations/source/ga/scp2/source/sdkoo.po)0
-rw-r--r--source/ga/scp2/source/smoketest.po (renamed from translations/source/ga/scp2/source/smoketest.po)0
-rw-r--r--source/ga/scp2/source/stdlibs.po (renamed from translations/source/ga/scp2/source/stdlibs.po)0
-rw-r--r--source/ga/scp2/source/tde.po (renamed from translations/source/ga/scp2/source/tde.po)0
-rw-r--r--source/ga/scp2/source/winexplorerext.po (renamed from translations/source/ga/scp2/source/winexplorerext.po)0
-rw-r--r--source/ga/scp2/source/writer.po (renamed from translations/source/ga/scp2/source/writer.po)0
-rw-r--r--source/ga/scp2/source/xsltfilter.po (renamed from translations/source/ga/scp2/source/xsltfilter.po)0
-rw-r--r--source/ga/scripting/source/pyprov.po (renamed from translations/source/ga/scripting/source/pyprov.po)0
-rw-r--r--source/ga/sd/source/core.po (renamed from translations/source/ga/sd/source/core.po)0
-rw-r--r--source/ga/sd/source/filter/html.po (renamed from translations/source/ga/sd/source/filter/html.po)0
-rw-r--r--source/ga/sd/source/ui/accessibility.po (renamed from translations/source/ga/sd/source/ui/accessibility.po)0
-rw-r--r--source/ga/sd/source/ui/animations.po (renamed from translations/source/ga/sd/source/ui/animations.po)0
-rw-r--r--source/ga/sd/source/ui/annotations.po (renamed from translations/source/ga/sd/source/ui/annotations.po)0
-rw-r--r--source/ga/sd/source/ui/app.po (renamed from translations/source/ga/sd/source/ui/app.po)0
-rw-r--r--source/ga/sd/source/ui/dlg.po (renamed from translations/source/ga/sd/source/ui/dlg.po)0
-rw-r--r--source/ga/sd/source/ui/slideshow.po (renamed from translations/source/ga/sd/source/ui/slideshow.po)0
-rw-r--r--source/ga/sd/source/ui/table.po (renamed from translations/source/ga/sd/source/ui/table.po)0
-rw-r--r--source/ga/sd/source/ui/view.po (renamed from translations/source/ga/sd/source/ui/view.po)0
-rw-r--r--source/ga/sdext/source/minimizer.po (renamed from translations/source/ga/sdext/source/minimizer.po)0
-rw-r--r--source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ga/sdext/source/pdfimport.po (renamed from translations/source/ga/sdext/source/pdfimport.po)0
-rw-r--r--source/ga/sdext/source/presenter.po (renamed from translations/source/ga/sdext/source/presenter.po)0
-rw-r--r--source/ga/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ga/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ga/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ga/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ga/setup_native/source/mac.po (renamed from translations/source/ga/setup_native/source/mac.po)0
-rw-r--r--source/ga/sfx2/source/appl.po (renamed from translations/source/ga/sfx2/source/appl.po)0
-rw-r--r--source/ga/sfx2/source/bastyp.po (renamed from translations/source/ga/sfx2/source/bastyp.po)0
-rw-r--r--source/ga/sfx2/source/dialog.po (renamed from translations/source/ga/sfx2/source/dialog.po)0
-rw-r--r--source/ga/sfx2/source/doc.po (renamed from translations/source/ga/sfx2/source/doc.po)0
-rw-r--r--source/ga/sfx2/source/menu.po (renamed from translations/source/ga/sfx2/source/menu.po)0
-rw-r--r--source/ga/sfx2/source/view.po (renamed from translations/source/ga/sfx2/source/view.po)0
-rw-r--r--source/ga/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ga/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ga/starmath/source.po (renamed from translations/source/ga/starmath/source.po)0
-rw-r--r--source/ga/svl/source/items.po (renamed from translations/source/ga/svl/source/items.po)0
-rw-r--r--source/ga/svl/source/misc.po (renamed from translations/source/ga/svl/source/misc.po)0
-rw-r--r--source/ga/svtools/source/contnr.po (renamed from translations/source/ga/svtools/source/contnr.po)0
-rw-r--r--source/ga/svtools/source/control.po (renamed from translations/source/ga/svtools/source/control.po)0
-rw-r--r--source/ga/svtools/source/dialogs.po (renamed from translations/source/ga/svtools/source/dialogs.po)0
-rw-r--r--source/ga/svtools/source/filter.po (renamed from translations/source/ga/svtools/source/filter.po)0
-rw-r--r--source/ga/svtools/source/java.po (renamed from translations/source/ga/svtools/source/java.po)0
-rw-r--r--source/ga/svtools/source/misc.po (renamed from translations/source/ga/svtools/source/misc.po)0
-rw-r--r--source/ga/svtools/source/toolpanel.po (renamed from translations/source/ga/svtools/source/toolpanel.po)0
-rw-r--r--source/ga/svtools/workben/unodialog.po (renamed from translations/source/ga/svtools/workben/unodialog.po)0
-rw-r--r--source/ga/svx/inc.po (renamed from translations/source/ga/svx/inc.po)0
-rw-r--r--source/ga/svx/source/accessibility.po (renamed from translations/source/ga/svx/source/accessibility.po)0
-rw-r--r--source/ga/svx/source/dialog.po (renamed from translations/source/ga/svx/source/dialog.po)0
-rw-r--r--source/ga/svx/source/engine3d.po (renamed from translations/source/ga/svx/source/engine3d.po)0
-rw-r--r--source/ga/svx/source/fmcomp.po (renamed from translations/source/ga/svx/source/fmcomp.po)0
-rw-r--r--source/ga/svx/source/form.po (renamed from translations/source/ga/svx/source/form.po)0
-rw-r--r--source/ga/svx/source/gallery2.po (renamed from translations/source/ga/svx/source/gallery2.po)0
-rw-r--r--source/ga/svx/source/items.po (renamed from translations/source/ga/svx/source/items.po)0
-rw-r--r--source/ga/svx/source/src.po (renamed from translations/source/ga/svx/source/src.po)0
-rw-r--r--source/ga/svx/source/stbctrls.po (renamed from translations/source/ga/svx/source/stbctrls.po)0
-rw-r--r--source/ga/svx/source/svdraw.po (renamed from translations/source/ga/svx/source/svdraw.po)0
-rw-r--r--source/ga/svx/source/table.po (renamed from translations/source/ga/svx/source/table.po)0
-rw-r--r--source/ga/svx/source/tbxctrls.po (renamed from translations/source/ga/svx/source/tbxctrls.po)0
-rw-r--r--source/ga/svx/source/toolbars.po (renamed from translations/source/ga/svx/source/toolbars.po)0
-rw-r--r--source/ga/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ga/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ga/sw/source/core/layout.po (renamed from translations/source/ga/sw/source/core/layout.po)0
-rw-r--r--source/ga/sw/source/core/undo.po (renamed from translations/source/ga/sw/source/core/undo.po)0
-rw-r--r--source/ga/sw/source/core/unocore.po (renamed from translations/source/ga/sw/source/core/unocore.po)0
-rw-r--r--source/ga/sw/source/ui/app.po (renamed from translations/source/ga/sw/source/ui/app.po)0
-rw-r--r--source/ga/sw/source/ui/chrdlg.po (renamed from translations/source/ga/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ga/sw/source/ui/config.po (renamed from translations/source/ga/sw/source/ui/config.po)0
-rw-r--r--source/ga/sw/source/ui/dbui.po (renamed from translations/source/ga/sw/source/ui/dbui.po)0
-rw-r--r--source/ga/sw/source/ui/dialog.po (renamed from translations/source/ga/sw/source/ui/dialog.po)0
-rw-r--r--source/ga/sw/source/ui/dochdl.po (renamed from translations/source/ga/sw/source/ui/dochdl.po)0
-rw-r--r--source/ga/sw/source/ui/docvw.po (renamed from translations/source/ga/sw/source/ui/docvw.po)0
-rw-r--r--source/ga/sw/source/ui/envelp.po (renamed from translations/source/ga/sw/source/ui/envelp.po)0
-rw-r--r--source/ga/sw/source/ui/fldui.po (renamed from translations/source/ga/sw/source/ui/fldui.po)0
-rw-r--r--source/ga/sw/source/ui/fmtui.po (renamed from translations/source/ga/sw/source/ui/fmtui.po)0
-rw-r--r--source/ga/sw/source/ui/frmdlg.po (renamed from translations/source/ga/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ga/sw/source/ui/globdoc.po (renamed from translations/source/ga/sw/source/ui/globdoc.po)0
-rw-r--r--source/ga/sw/source/ui/index.po (renamed from translations/source/ga/sw/source/ui/index.po)0
-rw-r--r--source/ga/sw/source/ui/lingu.po (renamed from translations/source/ga/sw/source/ui/lingu.po)0
-rw-r--r--source/ga/sw/source/ui/misc.po (renamed from translations/source/ga/sw/source/ui/misc.po)0
-rw-r--r--source/ga/sw/source/ui/ribbar.po (renamed from translations/source/ga/sw/source/ui/ribbar.po)0
-rw-r--r--source/ga/sw/source/ui/shells.po (renamed from translations/source/ga/sw/source/ui/shells.po)0
-rw-r--r--source/ga/sw/source/ui/smartmenu.po (renamed from translations/source/ga/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ga/sw/source/ui/table.po (renamed from translations/source/ga/sw/source/ui/table.po)0
-rw-r--r--source/ga/sw/source/ui/uiview.po (renamed from translations/source/ga/sw/source/ui/uiview.po)0
-rw-r--r--source/ga/sw/source/ui/utlui.po (renamed from translations/source/ga/sw/source/ui/utlui.po)0
-rw-r--r--source/ga/sw/source/ui/web.po (renamed from translations/source/ga/sw/source/ui/web.po)0
-rw-r--r--source/ga/sw/source/ui/wrtsh.po (renamed from translations/source/ga/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ga/swext/mediawiki/help.po (renamed from translations/source/ga/swext/mediawiki/help.po)0
-rw-r--r--source/ga/swext/mediawiki/src.po (renamed from translations/source/ga/swext/mediawiki/src.po)0
-rw-r--r--source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ga/sysui/desktop/share.po (renamed from translations/source/ga/sysui/desktop/share.po)0
-rw-r--r--source/ga/uui/source.po (renamed from translations/source/ga/uui/source.po)0
-rw-r--r--source/ga/vcl/source/src.po (renamed from translations/source/ga/vcl/source/src.po)0
-rw-r--r--source/ga/wizards/source/euro.po (renamed from translations/source/ga/wizards/source/euro.po)0
-rw-r--r--source/ga/wizards/source/formwizard.po (renamed from translations/source/ga/wizards/source/formwizard.po)0
-rw-r--r--source/ga/wizards/source/importwizard.po (renamed from translations/source/ga/wizards/source/importwizard.po)0
-rw-r--r--source/ga/wizards/source/schedule.po (renamed from translations/source/ga/wizards/source/schedule.po)0
-rw-r--r--source/ga/wizards/source/template.po (renamed from translations/source/ga/wizards/source/template.po)0
-rw-r--r--source/ga/xmlsecurity/source/component.po (renamed from translations/source/ga/xmlsecurity/source/component.po)0
-rw-r--r--source/ga/xmlsecurity/source/dialogs.po (renamed from translations/source/ga/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/gd/accessibility/source/helper.po (renamed from translations/source/gd/accessibility/source/helper.po)0
-rw-r--r--source/gd/avmedia/source/framework.po (renamed from translations/source/gd/avmedia/source/framework.po)0
-rw-r--r--source/gd/avmedia/source/viewer.po (renamed from translations/source/gd/avmedia/source/viewer.po)0
-rw-r--r--source/gd/basctl/source/basicide.po (renamed from translations/source/gd/basctl/source/basicide.po)0
-rw-r--r--source/gd/basctl/source/dlged.po (renamed from translations/source/gd/basctl/source/dlged.po)0
-rw-r--r--source/gd/basic/source/classes.po (renamed from translations/source/gd/basic/source/classes.po)0
-rw-r--r--source/gd/basic/source/sbx.po (renamed from translations/source/gd/basic/source/sbx.po)0
-rw-r--r--source/gd/chart2/source/controller/dialogs.po (renamed from translations/source/gd/chart2/source/controller/dialogs.po)0
-rw-r--r--source/gd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/gd/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/gd/connectivity/source/resource.po (renamed from translations/source/gd/connectivity/source/resource.po)0
-rw-r--r--source/gd/cui/source/customize.po (renamed from translations/source/gd/cui/source/customize.po)0
-rw-r--r--source/gd/cui/source/dialogs.po (renamed from translations/source/gd/cui/source/dialogs.po)0
-rw-r--r--source/gd/cui/source/options.po (renamed from translations/source/gd/cui/source/options.po)0
-rw-r--r--source/gd/cui/source/tabpages.po (renamed from translations/source/gd/cui/source/tabpages.po)0
-rw-r--r--source/gd/dbaccess/source/core/resource.po (renamed from translations/source/gd/dbaccess/source/core/resource.po)0
-rw-r--r--source/gd/dbaccess/source/ext/macromigration.po (renamed from translations/source/gd/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/gd/dbaccess/source/sdbtools/resource.po (renamed from translations/source/gd/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/gd/dbaccess/source/ui/app.po (renamed from translations/source/gd/dbaccess/source/ui/app.po)0
-rw-r--r--source/gd/dbaccess/source/ui/browser.po (renamed from translations/source/gd/dbaccess/source/ui/browser.po)0
-rw-r--r--source/gd/dbaccess/source/ui/control.po (renamed from translations/source/gd/dbaccess/source/ui/control.po)0
-rw-r--r--source/gd/dbaccess/source/ui/dlg.po (renamed from translations/source/gd/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/gd/dbaccess/source/ui/inc.po (renamed from translations/source/gd/dbaccess/source/ui/inc.po)0
-rw-r--r--source/gd/dbaccess/source/ui/misc.po (renamed from translations/source/gd/dbaccess/source/ui/misc.po)0
-rw-r--r--source/gd/dbaccess/source/ui/querydesign.po (renamed from translations/source/gd/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/gd/dbaccess/source/ui/relationdesign.po (renamed from translations/source/gd/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/gd/dbaccess/source/ui/tabledesign.po (renamed from translations/source/gd/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/gd/dbaccess/source/ui/uno.po (renamed from translations/source/gd/dbaccess/source/ui/uno.po)0
-rw-r--r--source/gd/desktop/source/app.po (renamed from translations/source/gd/desktop/source/app.po)0
-rw-r--r--source/gd/desktop/source/deployment/gui.po (renamed from translations/source/gd/desktop/source/deployment/gui.po)0
-rw-r--r--source/gd/desktop/source/deployment/manager.po (renamed from translations/source/gd/desktop/source/deployment/manager.po)0
-rw-r--r--source/gd/desktop/source/deployment/misc.po (renamed from translations/source/gd/desktop/source/deployment/misc.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry.po (renamed from translations/source/gd/desktop/source/deployment/registry.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/component.po (renamed from translations/source/gd/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/configuration.po (renamed from translations/source/gd/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/help.po (renamed from translations/source/gd/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/package.po (renamed from translations/source/gd/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/script.po (renamed from translations/source/gd/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/gd/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/gd/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/gd/desktop/source/deployment/unopkg.po (renamed from translations/source/gd/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/gd/dictionaries/af_ZA.po (renamed from translations/source/gd/dictionaries/af_ZA.po)0
-rw-r--r--source/gd/dictionaries/an_ES.po (renamed from translations/source/gd/dictionaries/an_ES.po)0
-rw-r--r--source/gd/dictionaries/ar.po (renamed from translations/source/gd/dictionaries/ar.po)0
-rw-r--r--source/gd/dictionaries/be_BY.po (renamed from translations/source/gd/dictionaries/be_BY.po)0
-rw-r--r--source/gd/dictionaries/bg_BG.po (renamed from translations/source/gd/dictionaries/bg_BG.po)0
-rw-r--r--source/gd/dictionaries/bn_BD.po (renamed from translations/source/gd/dictionaries/bn_BD.po)0
-rw-r--r--source/gd/dictionaries/br_FR.po (renamed from translations/source/gd/dictionaries/br_FR.po)0
-rw-r--r--source/gd/dictionaries/ca.po (renamed from translations/source/gd/dictionaries/ca.po)0
-rw-r--r--source/gd/dictionaries/cs_CZ.po (renamed from translations/source/gd/dictionaries/cs_CZ.po)0
-rw-r--r--source/gd/dictionaries/da_DK.po (renamed from translations/source/gd/dictionaries/da_DK.po)0
-rw-r--r--source/gd/dictionaries/de.po (renamed from translations/source/gd/dictionaries/de.po)0
-rw-r--r--source/gd/dictionaries/el_GR.po (renamed from translations/source/gd/dictionaries/el_GR.po)0
-rw-r--r--source/gd/dictionaries/en.po (renamed from translations/source/gd/dictionaries/en.po)0
-rw-r--r--source/gd/dictionaries/en/dialog.po (renamed from translations/source/gd/dictionaries/en/dialog.po)0
-rw-r--r--source/gd/dictionaries/es_ES.po (renamed from translations/source/gd/dictionaries/es_ES.po)0
-rw-r--r--source/gd/dictionaries/et_EE.po (renamed from translations/source/gd/dictionaries/et_EE.po)0
-rw-r--r--source/gd/dictionaries/fr_FR.po (renamed from translations/source/gd/dictionaries/fr_FR.po)0
-rw-r--r--source/gd/dictionaries/gd_GB.po (renamed from translations/source/gd/dictionaries/gd_GB.po)0
-rw-r--r--source/gd/dictionaries/gl.po (renamed from translations/source/gd/dictionaries/gl.po)0
-rw-r--r--source/gd/dictionaries/gu_IN.po (renamed from translations/source/gd/dictionaries/gu_IN.po)0
-rw-r--r--source/gd/dictionaries/he_IL.po (renamed from translations/source/gd/dictionaries/he_IL.po)0
-rw-r--r--source/gd/dictionaries/hi_IN.po (renamed from translations/source/gd/dictionaries/hi_IN.po)0
-rw-r--r--source/gd/dictionaries/hr_HR.po (renamed from translations/source/gd/dictionaries/hr_HR.po)0
-rw-r--r--source/gd/dictionaries/hu_HU.po (renamed from translations/source/gd/dictionaries/hu_HU.po)0
-rw-r--r--source/gd/dictionaries/hu_HU/dialog.po (renamed from translations/source/gd/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/gd/dictionaries/it_IT.po (renamed from translations/source/gd/dictionaries/it_IT.po)0
-rw-r--r--source/gd/dictionaries/ku_TR.po (renamed from translations/source/gd/dictionaries/ku_TR.po)0
-rw-r--r--source/gd/dictionaries/lt_LT.po (renamed from translations/source/gd/dictionaries/lt_LT.po)0
-rw-r--r--source/gd/dictionaries/lv_LV.po (renamed from translations/source/gd/dictionaries/lv_LV.po)0
-rw-r--r--source/gd/dictionaries/ne_NP.po (renamed from translations/source/gd/dictionaries/ne_NP.po)0
-rw-r--r--source/gd/dictionaries/nl_NL.po (renamed from translations/source/gd/dictionaries/nl_NL.po)0
-rw-r--r--source/gd/dictionaries/no.po (renamed from translations/source/gd/dictionaries/no.po)0
-rw-r--r--source/gd/dictionaries/oc_FR.po (renamed from translations/source/gd/dictionaries/oc_FR.po)0
-rw-r--r--source/gd/dictionaries/pl_PL.po (renamed from translations/source/gd/dictionaries/pl_PL.po)0
-rw-r--r--source/gd/dictionaries/pt_BR.po (renamed from translations/source/gd/dictionaries/pt_BR.po)0
-rw-r--r--source/gd/dictionaries/pt_PT.po (renamed from translations/source/gd/dictionaries/pt_PT.po)0
-rw-r--r--source/gd/dictionaries/ro.po (renamed from translations/source/gd/dictionaries/ro.po)0
-rw-r--r--source/gd/dictionaries/ru_RU.po (renamed from translations/source/gd/dictionaries/ru_RU.po)0
-rw-r--r--source/gd/dictionaries/ru_RU/dialog.po (renamed from translations/source/gd/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/gd/dictionaries/si_LK.po (renamed from translations/source/gd/dictionaries/si_LK.po)0
-rw-r--r--source/gd/dictionaries/sk_SK.po (renamed from translations/source/gd/dictionaries/sk_SK.po)0
-rw-r--r--source/gd/dictionaries/sl_SI.po (renamed from translations/source/gd/dictionaries/sl_SI.po)0
-rw-r--r--source/gd/dictionaries/sr.po (renamed from translations/source/gd/dictionaries/sr.po)0
-rw-r--r--source/gd/dictionaries/sv_SE.po (renamed from translations/source/gd/dictionaries/sv_SE.po)0
-rw-r--r--source/gd/dictionaries/sw_TZ.po (renamed from translations/source/gd/dictionaries/sw_TZ.po)0
-rw-r--r--source/gd/dictionaries/te_IN.po (renamed from translations/source/gd/dictionaries/te_IN.po)0
-rw-r--r--source/gd/dictionaries/th_TH.po (renamed from translations/source/gd/dictionaries/th_TH.po)0
-rw-r--r--source/gd/dictionaries/uk_UA.po (renamed from translations/source/gd/dictionaries/uk_UA.po)0
-rw-r--r--source/gd/dictionaries/vi.po (renamed from translations/source/gd/dictionaries/vi.po)0
-rw-r--r--source/gd/dictionaries/zu_ZA.po (renamed from translations/source/gd/dictionaries/zu_ZA.po)0
-rw-r--r--source/gd/editeng/source/accessibility.po (renamed from translations/source/gd/editeng/source/accessibility.po)0
-rw-r--r--source/gd/editeng/source/editeng.po (renamed from translations/source/gd/editeng/source/editeng.po)0
-rw-r--r--source/gd/editeng/source/items.po (renamed from translations/source/gd/editeng/source/items.po)0
-rw-r--r--source/gd/editeng/source/misc.po (renamed from translations/source/gd/editeng/source/misc.po)0
-rw-r--r--source/gd/editeng/source/outliner.po (renamed from translations/source/gd/editeng/source/outliner.po)0
-rw-r--r--source/gd/extensions/source/abpilot.po (renamed from translations/source/gd/extensions/source/abpilot.po)0
-rw-r--r--source/gd/extensions/source/bibliography.po (renamed from translations/source/gd/extensions/source/bibliography.po)0
-rw-r--r--source/gd/extensions/source/dbpilots.po (renamed from translations/source/gd/extensions/source/dbpilots.po)0
-rw-r--r--source/gd/extensions/source/propctrlr.po (renamed from translations/source/gd/extensions/source/propctrlr.po)0
-rw-r--r--source/gd/extensions/source/scanner.po (renamed from translations/source/gd/extensions/source/scanner.po)0
-rw-r--r--source/gd/extensions/source/update/check.po (renamed from translations/source/gd/extensions/source/update/check.po)0
-rw-r--r--source/gd/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/gd/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/gd/filter/source/config/fragments/filters.po (renamed from translations/source/gd/filter/source/config/fragments/filters.po)0
-rw-r--r--source/gd/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/gd/filter/source/config/fragments/types.po (renamed from translations/source/gd/filter/source/config/fragments/types.po)0
-rw-r--r--source/gd/filter/source/flash.po (renamed from translations/source/gd/filter/source/flash.po)0
-rw-r--r--source/gd/filter/source/graphicfilter/eps.po (renamed from translations/source/gd/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/gd/filter/source/pdf.po (renamed from translations/source/gd/filter/source/pdf.po)0
-rw-r--r--source/gd/filter/source/t602.po (renamed from translations/source/gd/filter/source/t602.po)0
-rw-r--r--source/gd/filter/source/xsltdialog.po (renamed from translations/source/gd/filter/source/xsltdialog.po)0
-rw-r--r--source/gd/forms/source/resource.po (renamed from translations/source/gd/forms/source/resource.po)0
-rw-r--r--source/gd/formula/source/core/resource.po (renamed from translations/source/gd/formula/source/core/resource.po)0
-rw-r--r--source/gd/formula/source/ui/dlg.po (renamed from translations/source/gd/formula/source/ui/dlg.po)0
-rw-r--r--source/gd/fpicker/source/office.po (renamed from translations/source/gd/fpicker/source/office.po)0
-rw-r--r--source/gd/framework/source/classes.po (renamed from translations/source/gd/framework/source/classes.po)0
-rw-r--r--source/gd/framework/source/services.po (renamed from translations/source/gd/framework/source/services.po)0
-rw-r--r--source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/gd/mysqlc/source.po (renamed from translations/source/gd/mysqlc/source.po)0
-rw-r--r--source/gd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/gd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/gd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/gd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/gd/nlpsolver/src/locale.po (renamed from translations/source/gd/nlpsolver/src/locale.po)0
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/gd/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gd/padmin/source.po (renamed from translations/source/gd/padmin/source.po)0
-rw-r--r--source/gd/readlicense_oo/docs/readme.po (renamed from translations/source/gd/readlicense_oo/docs/readme.po)0
-rw-r--r--source/gd/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/gd/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/gd/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/gd/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gd/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gd/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gd/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/gd/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/gd/reportbuilder/util.po (renamed from translations/source/gd/reportbuilder/util.po)0
-rw-r--r--source/gd/reportdesign/source/core/resource.po (renamed from translations/source/gd/reportdesign/source/core/resource.po)0
-rw-r--r--source/gd/reportdesign/source/ui/dlg.po (renamed from translations/source/gd/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/gd/reportdesign/source/ui/inspection.po (renamed from translations/source/gd/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/gd/reportdesign/source/ui/report.po (renamed from translations/source/gd/reportdesign/source/ui/report.po)0
-rw-r--r--source/gd/sc/source/core/src.po (renamed from translations/source/gd/sc/source/core/src.po)0
-rw-r--r--source/gd/sc/source/ui/cctrl.po (renamed from translations/source/gd/sc/source/ui/cctrl.po)0
-rw-r--r--source/gd/sc/source/ui/dbgui.po (renamed from translations/source/gd/sc/source/ui/dbgui.po)0
-rw-r--r--source/gd/sc/source/ui/docshell.po (renamed from translations/source/gd/sc/source/ui/docshell.po)0
-rw-r--r--source/gd/sc/source/ui/drawfunc.po (renamed from translations/source/gd/sc/source/ui/drawfunc.po)0
-rw-r--r--source/gd/sc/source/ui/formdlg.po (renamed from translations/source/gd/sc/source/ui/formdlg.po)0
-rw-r--r--source/gd/sc/source/ui/miscdlgs.po (renamed from translations/source/gd/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/gd/sc/source/ui/navipi.po (renamed from translations/source/gd/sc/source/ui/navipi.po)0
-rw-r--r--source/gd/sc/source/ui/optdlg.po (renamed from translations/source/gd/sc/source/ui/optdlg.po)0
-rw-r--r--source/gd/sc/source/ui/pagedlg.po (renamed from translations/source/gd/sc/source/ui/pagedlg.po)0
-rw-r--r--source/gd/sc/source/ui/src.po (renamed from translations/source/gd/sc/source/ui/src.po)0
-rw-r--r--source/gd/sc/source/ui/styleui.po (renamed from translations/source/gd/sc/source/ui/styleui.po)0
-rw-r--r--source/gd/scaddins/source/analysis.po (renamed from translations/source/gd/scaddins/source/analysis.po)0
-rw-r--r--source/gd/scaddins/source/datefunc.po (renamed from translations/source/gd/scaddins/source/datefunc.po)0
-rw-r--r--source/gd/sccomp/source/solver.po (renamed from translations/source/gd/sccomp/source/solver.po)0
-rw-r--r--source/gd/scp2/source/accessories.po (renamed from translations/source/gd/scp2/source/accessories.po)0
-rw-r--r--source/gd/scp2/source/activex.po (renamed from translations/source/gd/scp2/source/activex.po)0
-rw-r--r--source/gd/scp2/source/base.po (renamed from translations/source/gd/scp2/source/base.po)0
-rw-r--r--source/gd/scp2/source/binfilter.po (renamed from translations/source/gd/scp2/source/binfilter.po)0
-rw-r--r--source/gd/scp2/source/calc.po (renamed from translations/source/gd/scp2/source/calc.po)0
-rw-r--r--source/gd/scp2/source/draw.po (renamed from translations/source/gd/scp2/source/draw.po)0
-rw-r--r--source/gd/scp2/source/extensions.po (renamed from translations/source/gd/scp2/source/extensions.po)0
-rw-r--r--source/gd/scp2/source/gnome.po (renamed from translations/source/gd/scp2/source/gnome.po)0
-rw-r--r--source/gd/scp2/source/graphicfilter.po (renamed from translations/source/gd/scp2/source/graphicfilter.po)0
-rw-r--r--source/gd/scp2/source/impress.po (renamed from translations/source/gd/scp2/source/impress.po)0
-rw-r--r--source/gd/scp2/source/javafilter.po (renamed from translations/source/gd/scp2/source/javafilter.po)0
-rw-r--r--source/gd/scp2/source/kde.po (renamed from translations/source/gd/scp2/source/kde.po)0
-rw-r--r--source/gd/scp2/source/math.po (renamed from translations/source/gd/scp2/source/math.po)0
-rw-r--r--source/gd/scp2/source/onlineupdate.po (renamed from translations/source/gd/scp2/source/onlineupdate.po)0
-rw-r--r--source/gd/scp2/source/ooo.po (renamed from translations/source/gd/scp2/source/ooo.po)0
-rw-r--r--source/gd/scp2/source/python.po (renamed from translations/source/gd/scp2/source/python.po)0
-rw-r--r--source/gd/scp2/source/quickstart.po (renamed from translations/source/gd/scp2/source/quickstart.po)0
-rw-r--r--source/gd/scp2/source/sdkoo.po (renamed from translations/source/gd/scp2/source/sdkoo.po)0
-rw-r--r--source/gd/scp2/source/smoketest.po (renamed from translations/source/gd/scp2/source/smoketest.po)0
-rw-r--r--source/gd/scp2/source/stdlibs.po (renamed from translations/source/gd/scp2/source/stdlibs.po)0
-rw-r--r--source/gd/scp2/source/tde.po (renamed from translations/source/gd/scp2/source/tde.po)0
-rw-r--r--source/gd/scp2/source/winexplorerext.po (renamed from translations/source/gd/scp2/source/winexplorerext.po)0
-rw-r--r--source/gd/scp2/source/writer.po (renamed from translations/source/gd/scp2/source/writer.po)0
-rw-r--r--source/gd/scp2/source/xsltfilter.po (renamed from translations/source/gd/scp2/source/xsltfilter.po)0
-rw-r--r--source/gd/scripting/source/pyprov.po (renamed from translations/source/gd/scripting/source/pyprov.po)0
-rw-r--r--source/gd/sd/source/core.po (renamed from translations/source/gd/sd/source/core.po)0
-rw-r--r--source/gd/sd/source/filter/html.po (renamed from translations/source/gd/sd/source/filter/html.po)0
-rw-r--r--source/gd/sd/source/ui/accessibility.po (renamed from translations/source/gd/sd/source/ui/accessibility.po)0
-rw-r--r--source/gd/sd/source/ui/animations.po (renamed from translations/source/gd/sd/source/ui/animations.po)0
-rw-r--r--source/gd/sd/source/ui/annotations.po (renamed from translations/source/gd/sd/source/ui/annotations.po)0
-rw-r--r--source/gd/sd/source/ui/app.po (renamed from translations/source/gd/sd/source/ui/app.po)0
-rw-r--r--source/gd/sd/source/ui/dlg.po (renamed from translations/source/gd/sd/source/ui/dlg.po)0
-rw-r--r--source/gd/sd/source/ui/slideshow.po (renamed from translations/source/gd/sd/source/ui/slideshow.po)0
-rw-r--r--source/gd/sd/source/ui/table.po (renamed from translations/source/gd/sd/source/ui/table.po)0
-rw-r--r--source/gd/sd/source/ui/view.po (renamed from translations/source/gd/sd/source/ui/view.po)0
-rw-r--r--source/gd/sdext/source/minimizer.po (renamed from translations/source/gd/sdext/source/minimizer.po)0
-rw-r--r--source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gd/sdext/source/pdfimport.po (renamed from translations/source/gd/sdext/source/pdfimport.po)0
-rw-r--r--source/gd/sdext/source/presenter.po (renamed from translations/source/gd/sdext/source/presenter.po)0
-rw-r--r--source/gd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/gd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/gd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gd/setup_native/source/mac.po (renamed from translations/source/gd/setup_native/source/mac.po)0
-rw-r--r--source/gd/sfx2/source/appl.po (renamed from translations/source/gd/sfx2/source/appl.po)0
-rw-r--r--source/gd/sfx2/source/bastyp.po (renamed from translations/source/gd/sfx2/source/bastyp.po)0
-rw-r--r--source/gd/sfx2/source/dialog.po (renamed from translations/source/gd/sfx2/source/dialog.po)0
-rw-r--r--source/gd/sfx2/source/doc.po (renamed from translations/source/gd/sfx2/source/doc.po)0
-rw-r--r--source/gd/sfx2/source/menu.po (renamed from translations/source/gd/sfx2/source/menu.po)0
-rw-r--r--source/gd/sfx2/source/view.po (renamed from translations/source/gd/sfx2/source/view.po)0
-rw-r--r--source/gd/shell/source/win32/shlxthandler/res.po (renamed from translations/source/gd/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/gd/starmath/source.po (renamed from translations/source/gd/starmath/source.po)0
-rw-r--r--source/gd/svl/source/items.po (renamed from translations/source/gd/svl/source/items.po)0
-rw-r--r--source/gd/svl/source/misc.po (renamed from translations/source/gd/svl/source/misc.po)0
-rw-r--r--source/gd/svtools/source/contnr.po (renamed from translations/source/gd/svtools/source/contnr.po)0
-rw-r--r--source/gd/svtools/source/control.po (renamed from translations/source/gd/svtools/source/control.po)0
-rw-r--r--source/gd/svtools/source/dialogs.po (renamed from translations/source/gd/svtools/source/dialogs.po)0
-rw-r--r--source/gd/svtools/source/filter.po (renamed from translations/source/gd/svtools/source/filter.po)0
-rw-r--r--source/gd/svtools/source/java.po (renamed from translations/source/gd/svtools/source/java.po)0
-rw-r--r--source/gd/svtools/source/misc.po (renamed from translations/source/gd/svtools/source/misc.po)0
-rw-r--r--source/gd/svtools/source/toolpanel.po (renamed from translations/source/gd/svtools/source/toolpanel.po)0
-rw-r--r--source/gd/svtools/workben/unodialog.po (renamed from translations/source/gd/svtools/workben/unodialog.po)0
-rw-r--r--source/gd/svx/inc.po (renamed from translations/source/gd/svx/inc.po)0
-rw-r--r--source/gd/svx/source/accessibility.po (renamed from translations/source/gd/svx/source/accessibility.po)0
-rw-r--r--source/gd/svx/source/dialog.po (renamed from translations/source/gd/svx/source/dialog.po)0
-rw-r--r--source/gd/svx/source/engine3d.po (renamed from translations/source/gd/svx/source/engine3d.po)0
-rw-r--r--source/gd/svx/source/fmcomp.po (renamed from translations/source/gd/svx/source/fmcomp.po)0
-rw-r--r--source/gd/svx/source/form.po (renamed from translations/source/gd/svx/source/form.po)0
-rw-r--r--source/gd/svx/source/gallery2.po (renamed from translations/source/gd/svx/source/gallery2.po)0
-rw-r--r--source/gd/svx/source/items.po (renamed from translations/source/gd/svx/source/items.po)0
-rw-r--r--source/gd/svx/source/src.po (renamed from translations/source/gd/svx/source/src.po)0
-rw-r--r--source/gd/svx/source/stbctrls.po (renamed from translations/source/gd/svx/source/stbctrls.po)0
-rw-r--r--source/gd/svx/source/svdraw.po (renamed from translations/source/gd/svx/source/svdraw.po)0
-rw-r--r--source/gd/svx/source/table.po (renamed from translations/source/gd/svx/source/table.po)0
-rw-r--r--source/gd/svx/source/tbxctrls.po (renamed from translations/source/gd/svx/source/tbxctrls.po)0
-rw-r--r--source/gd/svx/source/toolbars.po (renamed from translations/source/gd/svx/source/toolbars.po)0
-rw-r--r--source/gd/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/gd/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/gd/sw/source/core/layout.po (renamed from translations/source/gd/sw/source/core/layout.po)0
-rw-r--r--source/gd/sw/source/core/undo.po (renamed from translations/source/gd/sw/source/core/undo.po)0
-rw-r--r--source/gd/sw/source/core/unocore.po (renamed from translations/source/gd/sw/source/core/unocore.po)0
-rw-r--r--source/gd/sw/source/ui/app.po (renamed from translations/source/gd/sw/source/ui/app.po)0
-rw-r--r--source/gd/sw/source/ui/chrdlg.po (renamed from translations/source/gd/sw/source/ui/chrdlg.po)0
-rw-r--r--source/gd/sw/source/ui/config.po (renamed from translations/source/gd/sw/source/ui/config.po)0
-rw-r--r--source/gd/sw/source/ui/dbui.po (renamed from translations/source/gd/sw/source/ui/dbui.po)0
-rw-r--r--source/gd/sw/source/ui/dialog.po (renamed from translations/source/gd/sw/source/ui/dialog.po)0
-rw-r--r--source/gd/sw/source/ui/dochdl.po (renamed from translations/source/gd/sw/source/ui/dochdl.po)0
-rw-r--r--source/gd/sw/source/ui/docvw.po (renamed from translations/source/gd/sw/source/ui/docvw.po)0
-rw-r--r--source/gd/sw/source/ui/envelp.po (renamed from translations/source/gd/sw/source/ui/envelp.po)0
-rw-r--r--source/gd/sw/source/ui/fldui.po (renamed from translations/source/gd/sw/source/ui/fldui.po)0
-rw-r--r--source/gd/sw/source/ui/fmtui.po (renamed from translations/source/gd/sw/source/ui/fmtui.po)0
-rw-r--r--source/gd/sw/source/ui/frmdlg.po (renamed from translations/source/gd/sw/source/ui/frmdlg.po)0
-rw-r--r--source/gd/sw/source/ui/globdoc.po (renamed from translations/source/gd/sw/source/ui/globdoc.po)0
-rw-r--r--source/gd/sw/source/ui/index.po (renamed from translations/source/gd/sw/source/ui/index.po)0
-rw-r--r--source/gd/sw/source/ui/lingu.po (renamed from translations/source/gd/sw/source/ui/lingu.po)0
-rw-r--r--source/gd/sw/source/ui/misc.po (renamed from translations/source/gd/sw/source/ui/misc.po)0
-rw-r--r--source/gd/sw/source/ui/ribbar.po (renamed from translations/source/gd/sw/source/ui/ribbar.po)0
-rw-r--r--source/gd/sw/source/ui/shells.po (renamed from translations/source/gd/sw/source/ui/shells.po)0
-rw-r--r--source/gd/sw/source/ui/smartmenu.po (renamed from translations/source/gd/sw/source/ui/smartmenu.po)0
-rw-r--r--source/gd/sw/source/ui/table.po (renamed from translations/source/gd/sw/source/ui/table.po)0
-rw-r--r--source/gd/sw/source/ui/uiview.po (renamed from translations/source/gd/sw/source/ui/uiview.po)0
-rw-r--r--source/gd/sw/source/ui/utlui.po (renamed from translations/source/gd/sw/source/ui/utlui.po)0
-rw-r--r--source/gd/sw/source/ui/web.po (renamed from translations/source/gd/sw/source/ui/web.po)0
-rw-r--r--source/gd/sw/source/ui/wrtsh.po (renamed from translations/source/gd/sw/source/ui/wrtsh.po)0
-rw-r--r--source/gd/swext/mediawiki/help.po (renamed from translations/source/gd/swext/mediawiki/help.po)0
-rw-r--r--source/gd/swext/mediawiki/src.po (renamed from translations/source/gd/swext/mediawiki/src.po)0
-rw-r--r--source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/gd/sysui/desktop/share.po (renamed from translations/source/gd/sysui/desktop/share.po)0
-rw-r--r--source/gd/uui/source.po (renamed from translations/source/gd/uui/source.po)0
-rw-r--r--source/gd/vcl/source/src.po (renamed from translations/source/gd/vcl/source/src.po)0
-rw-r--r--source/gd/wizards/source/euro.po (renamed from translations/source/gd/wizards/source/euro.po)0
-rw-r--r--source/gd/wizards/source/formwizard.po (renamed from translations/source/gd/wizards/source/formwizard.po)0
-rw-r--r--source/gd/wizards/source/importwizard.po (renamed from translations/source/gd/wizards/source/importwizard.po)0
-rw-r--r--source/gd/wizards/source/schedule.po (renamed from translations/source/gd/wizards/source/schedule.po)0
-rw-r--r--source/gd/wizards/source/template.po (renamed from translations/source/gd/wizards/source/template.po)0
-rw-r--r--source/gd/xmlsecurity/source/component.po (renamed from translations/source/gd/xmlsecurity/source/component.po)0
-rw-r--r--source/gd/xmlsecurity/source/dialogs.po (renamed from translations/source/gd/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/gl/accessibility/source/helper.po (renamed from translations/source/gl/accessibility/source/helper.po)0
-rw-r--r--source/gl/avmedia/source/framework.po (renamed from translations/source/gl/avmedia/source/framework.po)0
-rw-r--r--source/gl/avmedia/source/viewer.po (renamed from translations/source/gl/avmedia/source/viewer.po)0
-rw-r--r--source/gl/basctl/source/basicide.po (renamed from translations/source/gl/basctl/source/basicide.po)0
-rw-r--r--source/gl/basctl/source/dlged.po (renamed from translations/source/gl/basctl/source/dlged.po)0
-rw-r--r--source/gl/basic/source/classes.po (renamed from translations/source/gl/basic/source/classes.po)0
-rw-r--r--source/gl/basic/source/sbx.po (renamed from translations/source/gl/basic/source/sbx.po)0
-rw-r--r--source/gl/chart2/source/controller/dialogs.po (renamed from translations/source/gl/chart2/source/controller/dialogs.po)0
-rw-r--r--source/gl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/gl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/gl/connectivity/source/resource.po (renamed from translations/source/gl/connectivity/source/resource.po)0
-rw-r--r--source/gl/cui/source/customize.po (renamed from translations/source/gl/cui/source/customize.po)0
-rw-r--r--source/gl/cui/source/dialogs.po (renamed from translations/source/gl/cui/source/dialogs.po)0
-rw-r--r--source/gl/cui/source/options.po (renamed from translations/source/gl/cui/source/options.po)0
-rw-r--r--source/gl/cui/source/tabpages.po (renamed from translations/source/gl/cui/source/tabpages.po)0
-rw-r--r--source/gl/dbaccess/source/core/resource.po (renamed from translations/source/gl/dbaccess/source/core/resource.po)0
-rw-r--r--source/gl/dbaccess/source/ext/macromigration.po (renamed from translations/source/gl/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/gl/dbaccess/source/sdbtools/resource.po (renamed from translations/source/gl/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/gl/dbaccess/source/ui/app.po (renamed from translations/source/gl/dbaccess/source/ui/app.po)0
-rw-r--r--source/gl/dbaccess/source/ui/browser.po (renamed from translations/source/gl/dbaccess/source/ui/browser.po)0
-rw-r--r--source/gl/dbaccess/source/ui/control.po (renamed from translations/source/gl/dbaccess/source/ui/control.po)0
-rw-r--r--source/gl/dbaccess/source/ui/dlg.po (renamed from translations/source/gl/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/gl/dbaccess/source/ui/inc.po (renamed from translations/source/gl/dbaccess/source/ui/inc.po)0
-rw-r--r--source/gl/dbaccess/source/ui/misc.po (renamed from translations/source/gl/dbaccess/source/ui/misc.po)0
-rw-r--r--source/gl/dbaccess/source/ui/querydesign.po (renamed from translations/source/gl/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/gl/dbaccess/source/ui/relationdesign.po (renamed from translations/source/gl/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/gl/dbaccess/source/ui/tabledesign.po (renamed from translations/source/gl/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/gl/dbaccess/source/ui/uno.po (renamed from translations/source/gl/dbaccess/source/ui/uno.po)0
-rw-r--r--source/gl/desktop/source/app.po (renamed from translations/source/gl/desktop/source/app.po)0
-rw-r--r--source/gl/desktop/source/deployment/gui.po (renamed from translations/source/gl/desktop/source/deployment/gui.po)0
-rw-r--r--source/gl/desktop/source/deployment/manager.po (renamed from translations/source/gl/desktop/source/deployment/manager.po)0
-rw-r--r--source/gl/desktop/source/deployment/misc.po (renamed from translations/source/gl/desktop/source/deployment/misc.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry.po (renamed from translations/source/gl/desktop/source/deployment/registry.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/component.po (renamed from translations/source/gl/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/configuration.po (renamed from translations/source/gl/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/help.po (renamed from translations/source/gl/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/package.po (renamed from translations/source/gl/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/script.po (renamed from translations/source/gl/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/gl/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/gl/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/gl/desktop/source/deployment/unopkg.po (renamed from translations/source/gl/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/gl/dictionaries/af_ZA.po (renamed from translations/source/gl/dictionaries/af_ZA.po)0
-rw-r--r--source/gl/dictionaries/an_ES.po (renamed from translations/source/gl/dictionaries/an_ES.po)0
-rw-r--r--source/gl/dictionaries/ar.po (renamed from translations/source/gl/dictionaries/ar.po)0
-rw-r--r--source/gl/dictionaries/be_BY.po (renamed from translations/source/gl/dictionaries/be_BY.po)0
-rw-r--r--source/gl/dictionaries/bg_BG.po (renamed from translations/source/gl/dictionaries/bg_BG.po)0
-rw-r--r--source/gl/dictionaries/bn_BD.po (renamed from translations/source/gl/dictionaries/bn_BD.po)0
-rw-r--r--source/gl/dictionaries/br_FR.po (renamed from translations/source/gl/dictionaries/br_FR.po)0
-rw-r--r--source/gl/dictionaries/ca.po (renamed from translations/source/gl/dictionaries/ca.po)0
-rw-r--r--source/gl/dictionaries/cs_CZ.po (renamed from translations/source/gl/dictionaries/cs_CZ.po)0
-rw-r--r--source/gl/dictionaries/da_DK.po (renamed from translations/source/gl/dictionaries/da_DK.po)0
-rw-r--r--source/gl/dictionaries/de.po (renamed from translations/source/gl/dictionaries/de.po)0
-rw-r--r--source/gl/dictionaries/el_GR.po (renamed from translations/source/gl/dictionaries/el_GR.po)0
-rw-r--r--source/gl/dictionaries/en.po (renamed from translations/source/gl/dictionaries/en.po)0
-rw-r--r--source/gl/dictionaries/en/dialog.po (renamed from translations/source/gl/dictionaries/en/dialog.po)0
-rw-r--r--source/gl/dictionaries/es_ES.po (renamed from translations/source/gl/dictionaries/es_ES.po)0
-rw-r--r--source/gl/dictionaries/et_EE.po (renamed from translations/source/gl/dictionaries/et_EE.po)0
-rw-r--r--source/gl/dictionaries/fr_FR.po (renamed from translations/source/gl/dictionaries/fr_FR.po)0
-rw-r--r--source/gl/dictionaries/gd_GB.po (renamed from translations/source/gl/dictionaries/gd_GB.po)0
-rw-r--r--source/gl/dictionaries/gl.po (renamed from translations/source/gl/dictionaries/gl.po)0
-rw-r--r--source/gl/dictionaries/gu_IN.po (renamed from translations/source/gl/dictionaries/gu_IN.po)0
-rw-r--r--source/gl/dictionaries/he_IL.po (renamed from translations/source/gl/dictionaries/he_IL.po)0
-rw-r--r--source/gl/dictionaries/hi_IN.po (renamed from translations/source/gl/dictionaries/hi_IN.po)0
-rw-r--r--source/gl/dictionaries/hr_HR.po (renamed from translations/source/gl/dictionaries/hr_HR.po)0
-rw-r--r--source/gl/dictionaries/hu_HU.po (renamed from translations/source/gl/dictionaries/hu_HU.po)0
-rw-r--r--source/gl/dictionaries/hu_HU/dialog.po (renamed from translations/source/gl/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/gl/dictionaries/it_IT.po (renamed from translations/source/gl/dictionaries/it_IT.po)0
-rw-r--r--source/gl/dictionaries/ku_TR.po (renamed from translations/source/gl/dictionaries/ku_TR.po)0
-rw-r--r--source/gl/dictionaries/lt_LT.po (renamed from translations/source/gl/dictionaries/lt_LT.po)0
-rw-r--r--source/gl/dictionaries/lv_LV.po (renamed from translations/source/gl/dictionaries/lv_LV.po)0
-rw-r--r--source/gl/dictionaries/ne_NP.po (renamed from translations/source/gl/dictionaries/ne_NP.po)0
-rw-r--r--source/gl/dictionaries/nl_NL.po (renamed from translations/source/gl/dictionaries/nl_NL.po)0
-rw-r--r--source/gl/dictionaries/no.po (renamed from translations/source/gl/dictionaries/no.po)0
-rw-r--r--source/gl/dictionaries/oc_FR.po (renamed from translations/source/gl/dictionaries/oc_FR.po)0
-rw-r--r--source/gl/dictionaries/pl_PL.po (renamed from translations/source/gl/dictionaries/pl_PL.po)0
-rw-r--r--source/gl/dictionaries/pt_BR.po (renamed from translations/source/gl/dictionaries/pt_BR.po)0
-rw-r--r--source/gl/dictionaries/pt_PT.po (renamed from translations/source/gl/dictionaries/pt_PT.po)0
-rw-r--r--source/gl/dictionaries/ro.po (renamed from translations/source/gl/dictionaries/ro.po)0
-rw-r--r--source/gl/dictionaries/ru_RU.po (renamed from translations/source/gl/dictionaries/ru_RU.po)0
-rw-r--r--source/gl/dictionaries/ru_RU/dialog.po (renamed from translations/source/gl/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/gl/dictionaries/si_LK.po (renamed from translations/source/gl/dictionaries/si_LK.po)0
-rw-r--r--source/gl/dictionaries/sk_SK.po (renamed from translations/source/gl/dictionaries/sk_SK.po)0
-rw-r--r--source/gl/dictionaries/sl_SI.po (renamed from translations/source/gl/dictionaries/sl_SI.po)0
-rw-r--r--source/gl/dictionaries/sr.po (renamed from translations/source/gl/dictionaries/sr.po)0
-rw-r--r--source/gl/dictionaries/sv_SE.po (renamed from translations/source/gl/dictionaries/sv_SE.po)0
-rw-r--r--source/gl/dictionaries/sw_TZ.po (renamed from translations/source/gl/dictionaries/sw_TZ.po)0
-rw-r--r--source/gl/dictionaries/te_IN.po (renamed from translations/source/gl/dictionaries/te_IN.po)0
-rw-r--r--source/gl/dictionaries/th_TH.po (renamed from translations/source/gl/dictionaries/th_TH.po)0
-rw-r--r--source/gl/dictionaries/uk_UA.po (renamed from translations/source/gl/dictionaries/uk_UA.po)0
-rw-r--r--source/gl/dictionaries/vi.po (renamed from translations/source/gl/dictionaries/vi.po)0
-rw-r--r--source/gl/dictionaries/zu_ZA.po (renamed from translations/source/gl/dictionaries/zu_ZA.po)0
-rw-r--r--source/gl/editeng/source/accessibility.po (renamed from translations/source/gl/editeng/source/accessibility.po)0
-rw-r--r--source/gl/editeng/source/editeng.po (renamed from translations/source/gl/editeng/source/editeng.po)0
-rw-r--r--source/gl/editeng/source/items.po (renamed from translations/source/gl/editeng/source/items.po)0
-rw-r--r--source/gl/editeng/source/misc.po (renamed from translations/source/gl/editeng/source/misc.po)0
-rw-r--r--source/gl/editeng/source/outliner.po (renamed from translations/source/gl/editeng/source/outliner.po)0
-rw-r--r--source/gl/extensions/source/abpilot.po (renamed from translations/source/gl/extensions/source/abpilot.po)0
-rw-r--r--source/gl/extensions/source/bibliography.po (renamed from translations/source/gl/extensions/source/bibliography.po)0
-rw-r--r--source/gl/extensions/source/dbpilots.po (renamed from translations/source/gl/extensions/source/dbpilots.po)0
-rw-r--r--source/gl/extensions/source/propctrlr.po (renamed from translations/source/gl/extensions/source/propctrlr.po)0
-rw-r--r--source/gl/extensions/source/scanner.po (renamed from translations/source/gl/extensions/source/scanner.po)0
-rw-r--r--source/gl/extensions/source/update/check.po (renamed from translations/source/gl/extensions/source/update/check.po)0
-rw-r--r--source/gl/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/gl/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/gl/filter/source/config/fragments/filters.po (renamed from translations/source/gl/filter/source/config/fragments/filters.po)0
-rw-r--r--source/gl/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/gl/filter/source/config/fragments/types.po (renamed from translations/source/gl/filter/source/config/fragments/types.po)0
-rw-r--r--source/gl/filter/source/flash.po (renamed from translations/source/gl/filter/source/flash.po)0
-rw-r--r--source/gl/filter/source/graphicfilter/eps.po (renamed from translations/source/gl/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/gl/filter/source/pdf.po (renamed from translations/source/gl/filter/source/pdf.po)0
-rw-r--r--source/gl/filter/source/t602.po (renamed from translations/source/gl/filter/source/t602.po)0
-rw-r--r--source/gl/filter/source/xsltdialog.po (renamed from translations/source/gl/filter/source/xsltdialog.po)0
-rw-r--r--source/gl/forms/source/resource.po (renamed from translations/source/gl/forms/source/resource.po)0
-rw-r--r--source/gl/formula/source/core/resource.po (renamed from translations/source/gl/formula/source/core/resource.po)0
-rw-r--r--source/gl/formula/source/ui/dlg.po (renamed from translations/source/gl/formula/source/ui/dlg.po)0
-rw-r--r--source/gl/fpicker/source/office.po (renamed from translations/source/gl/fpicker/source/office.po)0
-rw-r--r--source/gl/framework/source/classes.po (renamed from translations/source/gl/framework/source/classes.po)0
-rw-r--r--source/gl/framework/source/services.po (renamed from translations/source/gl/framework/source/services.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/gl/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/gl/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc.po (renamed from translations/source/gl/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/02.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/04.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/05.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/gl/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/schart.po (renamed from translations/source/gl/helpcontent2/source/text/schart.po)0
-rw-r--r--source/gl/helpcontent2/source/text/schart/00.po (renamed from translations/source/gl/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/schart/01.po (renamed from translations/source/gl/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/schart/02.po (renamed from translations/source/gl/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/schart/04.po (renamed from translations/source/gl/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sdraw.po (renamed from translations/source/gl/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/gl/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/gl/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/gl/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/gl/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared.po (renamed from translations/source/gl/helpcontent2/source/text/shared.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po (renamed from translations/source/gl/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po (renamed from translations/source/gl/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po (renamed from translations/source/gl/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/04.po (renamed from translations/source/gl/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/05.po (renamed from translations/source/gl/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/07.po (renamed from translations/source/gl/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/gl/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/gl/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/gl/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po (renamed from translations/source/gl/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/gl/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po (renamed from translations/source/gl/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress/00.po (renamed from translations/source/gl/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress/01.po (renamed from translations/source/gl/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress/02.po (renamed from translations/source/gl/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress/04.po (renamed from translations/source/gl/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/gl/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath.po (renamed from translations/source/gl/helpcontent2/source/text/smath.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath/00.po (renamed from translations/source/gl/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath/01.po (renamed from translations/source/gl/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath/02.po (renamed from translations/source/gl/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath/04.po (renamed from translations/source/gl/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/smath/guide.po (renamed from translations/source/gl/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po (renamed from translations/source/gl/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po (renamed from translations/source/gl/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po (renamed from translations/source/gl/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po (renamed from translations/source/gl/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter/04.po (renamed from translations/source/gl/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/gl/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/gl/mysqlc/source.po (renamed from translations/source/gl/mysqlc/source.po)0
-rw-r--r--source/gl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/gl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/gl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/gl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/gl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/gl/nlpsolver/src/locale.po (renamed from translations/source/gl/nlpsolver/src/locale.po)0
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/gl/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gl/padmin/source.po (renamed from translations/source/gl/padmin/source.po)0
-rw-r--r--source/gl/readlicense_oo/docs/readme.po (renamed from translations/source/gl/readlicense_oo/docs/readme.po)0
-rw-r--r--source/gl/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/gl/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/gl/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/gl/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gl/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gl/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gl/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/gl/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/gl/reportbuilder/util.po (renamed from translations/source/gl/reportbuilder/util.po)0
-rw-r--r--source/gl/reportdesign/source/core/resource.po (renamed from translations/source/gl/reportdesign/source/core/resource.po)0
-rw-r--r--source/gl/reportdesign/source/ui/dlg.po (renamed from translations/source/gl/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/gl/reportdesign/source/ui/inspection.po (renamed from translations/source/gl/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/gl/reportdesign/source/ui/report.po (renamed from translations/source/gl/reportdesign/source/ui/report.po)0
-rw-r--r--source/gl/sc/source/core/src.po (renamed from translations/source/gl/sc/source/core/src.po)0
-rw-r--r--source/gl/sc/source/ui/cctrl.po (renamed from translations/source/gl/sc/source/ui/cctrl.po)0
-rw-r--r--source/gl/sc/source/ui/dbgui.po (renamed from translations/source/gl/sc/source/ui/dbgui.po)0
-rw-r--r--source/gl/sc/source/ui/docshell.po (renamed from translations/source/gl/sc/source/ui/docshell.po)0
-rw-r--r--source/gl/sc/source/ui/drawfunc.po (renamed from translations/source/gl/sc/source/ui/drawfunc.po)0
-rw-r--r--source/gl/sc/source/ui/formdlg.po (renamed from translations/source/gl/sc/source/ui/formdlg.po)0
-rw-r--r--source/gl/sc/source/ui/miscdlgs.po (renamed from translations/source/gl/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/gl/sc/source/ui/navipi.po (renamed from translations/source/gl/sc/source/ui/navipi.po)0
-rw-r--r--source/gl/sc/source/ui/optdlg.po (renamed from translations/source/gl/sc/source/ui/optdlg.po)0
-rw-r--r--source/gl/sc/source/ui/pagedlg.po (renamed from translations/source/gl/sc/source/ui/pagedlg.po)0
-rw-r--r--source/gl/sc/source/ui/src.po (renamed from translations/source/gl/sc/source/ui/src.po)0
-rw-r--r--source/gl/sc/source/ui/styleui.po (renamed from translations/source/gl/sc/source/ui/styleui.po)0
-rw-r--r--source/gl/scaddins/source/analysis.po (renamed from translations/source/gl/scaddins/source/analysis.po)0
-rw-r--r--source/gl/scaddins/source/datefunc.po (renamed from translations/source/gl/scaddins/source/datefunc.po)0
-rw-r--r--source/gl/sccomp/source/solver.po (renamed from translations/source/gl/sccomp/source/solver.po)0
-rw-r--r--source/gl/scp2/source/accessories.po (renamed from translations/source/gl/scp2/source/accessories.po)0
-rw-r--r--source/gl/scp2/source/activex.po (renamed from translations/source/gl/scp2/source/activex.po)0
-rw-r--r--source/gl/scp2/source/base.po (renamed from translations/source/gl/scp2/source/base.po)0
-rw-r--r--source/gl/scp2/source/binfilter.po (renamed from translations/source/gl/scp2/source/binfilter.po)0
-rw-r--r--source/gl/scp2/source/calc.po (renamed from translations/source/gl/scp2/source/calc.po)0
-rw-r--r--source/gl/scp2/source/draw.po (renamed from translations/source/gl/scp2/source/draw.po)0
-rw-r--r--source/gl/scp2/source/extensions.po (renamed from translations/source/gl/scp2/source/extensions.po)0
-rw-r--r--source/gl/scp2/source/gnome.po (renamed from translations/source/gl/scp2/source/gnome.po)0
-rw-r--r--source/gl/scp2/source/graphicfilter.po (renamed from translations/source/gl/scp2/source/graphicfilter.po)0
-rw-r--r--source/gl/scp2/source/impress.po (renamed from translations/source/gl/scp2/source/impress.po)0
-rw-r--r--source/gl/scp2/source/javafilter.po (renamed from translations/source/gl/scp2/source/javafilter.po)0
-rw-r--r--source/gl/scp2/source/kde.po (renamed from translations/source/gl/scp2/source/kde.po)0
-rw-r--r--source/gl/scp2/source/math.po (renamed from translations/source/gl/scp2/source/math.po)0
-rw-r--r--source/gl/scp2/source/onlineupdate.po (renamed from translations/source/gl/scp2/source/onlineupdate.po)0
-rw-r--r--source/gl/scp2/source/ooo.po (renamed from translations/source/gl/scp2/source/ooo.po)0
-rw-r--r--source/gl/scp2/source/python.po (renamed from translations/source/gl/scp2/source/python.po)0
-rw-r--r--source/gl/scp2/source/quickstart.po (renamed from translations/source/gl/scp2/source/quickstart.po)0
-rw-r--r--source/gl/scp2/source/sdkoo.po (renamed from translations/source/gl/scp2/source/sdkoo.po)0
-rw-r--r--source/gl/scp2/source/smoketest.po (renamed from translations/source/gl/scp2/source/smoketest.po)0
-rw-r--r--source/gl/scp2/source/stdlibs.po (renamed from translations/source/gl/scp2/source/stdlibs.po)0
-rw-r--r--source/gl/scp2/source/tde.po (renamed from translations/source/gl/scp2/source/tde.po)0
-rw-r--r--source/gl/scp2/source/winexplorerext.po (renamed from translations/source/gl/scp2/source/winexplorerext.po)0
-rw-r--r--source/gl/scp2/source/writer.po (renamed from translations/source/gl/scp2/source/writer.po)0
-rw-r--r--source/gl/scp2/source/xsltfilter.po (renamed from translations/source/gl/scp2/source/xsltfilter.po)0
-rw-r--r--source/gl/scripting/source/pyprov.po (renamed from translations/source/gl/scripting/source/pyprov.po)0
-rw-r--r--source/gl/sd/source/core.po (renamed from translations/source/gl/sd/source/core.po)0
-rw-r--r--source/gl/sd/source/filter/html.po (renamed from translations/source/gl/sd/source/filter/html.po)0
-rw-r--r--source/gl/sd/source/ui/accessibility.po (renamed from translations/source/gl/sd/source/ui/accessibility.po)0
-rw-r--r--source/gl/sd/source/ui/animations.po (renamed from translations/source/gl/sd/source/ui/animations.po)0
-rw-r--r--source/gl/sd/source/ui/annotations.po (renamed from translations/source/gl/sd/source/ui/annotations.po)0
-rw-r--r--source/gl/sd/source/ui/app.po (renamed from translations/source/gl/sd/source/ui/app.po)0
-rw-r--r--source/gl/sd/source/ui/dlg.po (renamed from translations/source/gl/sd/source/ui/dlg.po)0
-rw-r--r--source/gl/sd/source/ui/slideshow.po (renamed from translations/source/gl/sd/source/ui/slideshow.po)0
-rw-r--r--source/gl/sd/source/ui/table.po (renamed from translations/source/gl/sd/source/ui/table.po)0
-rw-r--r--source/gl/sd/source/ui/view.po (renamed from translations/source/gl/sd/source/ui/view.po)0
-rw-r--r--source/gl/sdext/source/minimizer.po (renamed from translations/source/gl/sdext/source/minimizer.po)0
-rw-r--r--source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gl/sdext/source/pdfimport.po (renamed from translations/source/gl/sdext/source/pdfimport.po)0
-rw-r--r--source/gl/sdext/source/presenter.po (renamed from translations/source/gl/sdext/source/presenter.po)0
-rw-r--r--source/gl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/gl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/gl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gl/setup_native/source/mac.po (renamed from translations/source/gl/setup_native/source/mac.po)0
-rw-r--r--source/gl/sfx2/source/appl.po (renamed from translations/source/gl/sfx2/source/appl.po)0
-rw-r--r--source/gl/sfx2/source/bastyp.po (renamed from translations/source/gl/sfx2/source/bastyp.po)0
-rw-r--r--source/gl/sfx2/source/dialog.po (renamed from translations/source/gl/sfx2/source/dialog.po)0
-rw-r--r--source/gl/sfx2/source/doc.po (renamed from translations/source/gl/sfx2/source/doc.po)0
-rw-r--r--source/gl/sfx2/source/menu.po (renamed from translations/source/gl/sfx2/source/menu.po)0
-rw-r--r--source/gl/sfx2/source/view.po (renamed from translations/source/gl/sfx2/source/view.po)0
-rw-r--r--source/gl/shell/source/win32/shlxthandler/res.po (renamed from translations/source/gl/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/gl/starmath/source.po (renamed from translations/source/gl/starmath/source.po)0
-rw-r--r--source/gl/svl/source/items.po (renamed from translations/source/gl/svl/source/items.po)0
-rw-r--r--source/gl/svl/source/misc.po (renamed from translations/source/gl/svl/source/misc.po)0
-rw-r--r--source/gl/svtools/source/contnr.po (renamed from translations/source/gl/svtools/source/contnr.po)0
-rw-r--r--source/gl/svtools/source/control.po (renamed from translations/source/gl/svtools/source/control.po)0
-rw-r--r--source/gl/svtools/source/dialogs.po (renamed from translations/source/gl/svtools/source/dialogs.po)0
-rw-r--r--source/gl/svtools/source/filter.po (renamed from translations/source/gl/svtools/source/filter.po)0
-rw-r--r--source/gl/svtools/source/java.po (renamed from translations/source/gl/svtools/source/java.po)0
-rw-r--r--source/gl/svtools/source/misc.po (renamed from translations/source/gl/svtools/source/misc.po)0
-rw-r--r--source/gl/svtools/source/toolpanel.po (renamed from translations/source/gl/svtools/source/toolpanel.po)0
-rw-r--r--source/gl/svtools/workben/unodialog.po (renamed from translations/source/gl/svtools/workben/unodialog.po)0
-rw-r--r--source/gl/svx/inc.po (renamed from translations/source/gl/svx/inc.po)0
-rw-r--r--source/gl/svx/source/accessibility.po (renamed from translations/source/gl/svx/source/accessibility.po)0
-rw-r--r--source/gl/svx/source/dialog.po (renamed from translations/source/gl/svx/source/dialog.po)0
-rw-r--r--source/gl/svx/source/engine3d.po (renamed from translations/source/gl/svx/source/engine3d.po)0
-rw-r--r--source/gl/svx/source/fmcomp.po (renamed from translations/source/gl/svx/source/fmcomp.po)0
-rw-r--r--source/gl/svx/source/form.po (renamed from translations/source/gl/svx/source/form.po)0
-rw-r--r--source/gl/svx/source/gallery2.po (renamed from translations/source/gl/svx/source/gallery2.po)0
-rw-r--r--source/gl/svx/source/items.po (renamed from translations/source/gl/svx/source/items.po)0
-rw-r--r--source/gl/svx/source/src.po (renamed from translations/source/gl/svx/source/src.po)0
-rw-r--r--source/gl/svx/source/stbctrls.po (renamed from translations/source/gl/svx/source/stbctrls.po)0
-rw-r--r--source/gl/svx/source/svdraw.po (renamed from translations/source/gl/svx/source/svdraw.po)0
-rw-r--r--source/gl/svx/source/table.po (renamed from translations/source/gl/svx/source/table.po)0
-rw-r--r--source/gl/svx/source/tbxctrls.po (renamed from translations/source/gl/svx/source/tbxctrls.po)0
-rw-r--r--source/gl/svx/source/toolbars.po (renamed from translations/source/gl/svx/source/toolbars.po)0
-rw-r--r--source/gl/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/gl/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/gl/sw/source/core/layout.po (renamed from translations/source/gl/sw/source/core/layout.po)0
-rw-r--r--source/gl/sw/source/core/undo.po (renamed from translations/source/gl/sw/source/core/undo.po)0
-rw-r--r--source/gl/sw/source/core/unocore.po (renamed from translations/source/gl/sw/source/core/unocore.po)0
-rw-r--r--source/gl/sw/source/ui/app.po (renamed from translations/source/gl/sw/source/ui/app.po)0
-rw-r--r--source/gl/sw/source/ui/chrdlg.po (renamed from translations/source/gl/sw/source/ui/chrdlg.po)0
-rw-r--r--source/gl/sw/source/ui/config.po (renamed from translations/source/gl/sw/source/ui/config.po)0
-rw-r--r--source/gl/sw/source/ui/dbui.po (renamed from translations/source/gl/sw/source/ui/dbui.po)0
-rw-r--r--source/gl/sw/source/ui/dialog.po (renamed from translations/source/gl/sw/source/ui/dialog.po)0
-rw-r--r--source/gl/sw/source/ui/dochdl.po (renamed from translations/source/gl/sw/source/ui/dochdl.po)0
-rw-r--r--source/gl/sw/source/ui/docvw.po (renamed from translations/source/gl/sw/source/ui/docvw.po)0
-rw-r--r--source/gl/sw/source/ui/envelp.po (renamed from translations/source/gl/sw/source/ui/envelp.po)0
-rw-r--r--source/gl/sw/source/ui/fldui.po (renamed from translations/source/gl/sw/source/ui/fldui.po)0
-rw-r--r--source/gl/sw/source/ui/fmtui.po (renamed from translations/source/gl/sw/source/ui/fmtui.po)0
-rw-r--r--source/gl/sw/source/ui/frmdlg.po (renamed from translations/source/gl/sw/source/ui/frmdlg.po)0
-rw-r--r--source/gl/sw/source/ui/globdoc.po (renamed from translations/source/gl/sw/source/ui/globdoc.po)0
-rw-r--r--source/gl/sw/source/ui/index.po (renamed from translations/source/gl/sw/source/ui/index.po)0
-rw-r--r--source/gl/sw/source/ui/lingu.po (renamed from translations/source/gl/sw/source/ui/lingu.po)0
-rw-r--r--source/gl/sw/source/ui/misc.po (renamed from translations/source/gl/sw/source/ui/misc.po)0
-rw-r--r--source/gl/sw/source/ui/ribbar.po (renamed from translations/source/gl/sw/source/ui/ribbar.po)0
-rw-r--r--source/gl/sw/source/ui/shells.po (renamed from translations/source/gl/sw/source/ui/shells.po)0
-rw-r--r--source/gl/sw/source/ui/smartmenu.po (renamed from translations/source/gl/sw/source/ui/smartmenu.po)0
-rw-r--r--source/gl/sw/source/ui/table.po (renamed from translations/source/gl/sw/source/ui/table.po)0
-rw-r--r--source/gl/sw/source/ui/uiview.po (renamed from translations/source/gl/sw/source/ui/uiview.po)0
-rw-r--r--source/gl/sw/source/ui/utlui.po (renamed from translations/source/gl/sw/source/ui/utlui.po)0
-rw-r--r--source/gl/sw/source/ui/web.po (renamed from translations/source/gl/sw/source/ui/web.po)0
-rw-r--r--source/gl/sw/source/ui/wrtsh.po (renamed from translations/source/gl/sw/source/ui/wrtsh.po)0
-rw-r--r--source/gl/swext/mediawiki/help.po (renamed from translations/source/gl/swext/mediawiki/help.po)0
-rw-r--r--source/gl/swext/mediawiki/src.po (renamed from translations/source/gl/swext/mediawiki/src.po)0
-rw-r--r--source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/gl/sysui/desktop/share.po (renamed from translations/source/gl/sysui/desktop/share.po)0
-rw-r--r--source/gl/uui/source.po (renamed from translations/source/gl/uui/source.po)0
-rw-r--r--source/gl/vcl/source/src.po (renamed from translations/source/gl/vcl/source/src.po)0
-rw-r--r--source/gl/wizards/source/euro.po (renamed from translations/source/gl/wizards/source/euro.po)0
-rw-r--r--source/gl/wizards/source/formwizard.po (renamed from translations/source/gl/wizards/source/formwizard.po)0
-rw-r--r--source/gl/wizards/source/importwizard.po (renamed from translations/source/gl/wizards/source/importwizard.po)0
-rw-r--r--source/gl/wizards/source/schedule.po (renamed from translations/source/gl/wizards/source/schedule.po)0
-rw-r--r--source/gl/wizards/source/template.po (renamed from translations/source/gl/wizards/source/template.po)0
-rw-r--r--source/gl/xmlsecurity/source/component.po (renamed from translations/source/gl/xmlsecurity/source/component.po)0
-rw-r--r--source/gl/xmlsecurity/source/dialogs.po (renamed from translations/source/gl/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/gu/accessibility/source/helper.po (renamed from translations/source/gu/accessibility/source/helper.po)0
-rw-r--r--source/gu/avmedia/source/framework.po (renamed from translations/source/gu/avmedia/source/framework.po)0
-rw-r--r--source/gu/avmedia/source/viewer.po (renamed from translations/source/gu/avmedia/source/viewer.po)0
-rw-r--r--source/gu/basctl/source/basicide.po (renamed from translations/source/gu/basctl/source/basicide.po)0
-rw-r--r--source/gu/basctl/source/dlged.po (renamed from translations/source/gu/basctl/source/dlged.po)0
-rw-r--r--source/gu/basic/source/classes.po (renamed from translations/source/gu/basic/source/classes.po)0
-rw-r--r--source/gu/basic/source/sbx.po (renamed from translations/source/gu/basic/source/sbx.po)0
-rw-r--r--source/gu/chart2/source/controller/dialogs.po (renamed from translations/source/gu/chart2/source/controller/dialogs.po)0
-rw-r--r--source/gu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/gu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/gu/connectivity/source/resource.po (renamed from translations/source/gu/connectivity/source/resource.po)0
-rw-r--r--source/gu/cui/source/customize.po (renamed from translations/source/gu/cui/source/customize.po)0
-rw-r--r--source/gu/cui/source/dialogs.po (renamed from translations/source/gu/cui/source/dialogs.po)0
-rw-r--r--source/gu/cui/source/options.po (renamed from translations/source/gu/cui/source/options.po)0
-rw-r--r--source/gu/cui/source/tabpages.po (renamed from translations/source/gu/cui/source/tabpages.po)0
-rw-r--r--source/gu/dbaccess/source/core/resource.po (renamed from translations/source/gu/dbaccess/source/core/resource.po)0
-rw-r--r--source/gu/dbaccess/source/ext/macromigration.po (renamed from translations/source/gu/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/gu/dbaccess/source/sdbtools/resource.po (renamed from translations/source/gu/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/gu/dbaccess/source/ui/app.po (renamed from translations/source/gu/dbaccess/source/ui/app.po)0
-rw-r--r--source/gu/dbaccess/source/ui/browser.po (renamed from translations/source/gu/dbaccess/source/ui/browser.po)0
-rw-r--r--source/gu/dbaccess/source/ui/control.po (renamed from translations/source/gu/dbaccess/source/ui/control.po)0
-rw-r--r--source/gu/dbaccess/source/ui/dlg.po (renamed from translations/source/gu/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/gu/dbaccess/source/ui/inc.po (renamed from translations/source/gu/dbaccess/source/ui/inc.po)0
-rw-r--r--source/gu/dbaccess/source/ui/misc.po (renamed from translations/source/gu/dbaccess/source/ui/misc.po)0
-rw-r--r--source/gu/dbaccess/source/ui/querydesign.po (renamed from translations/source/gu/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/gu/dbaccess/source/ui/relationdesign.po (renamed from translations/source/gu/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/gu/dbaccess/source/ui/tabledesign.po (renamed from translations/source/gu/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/gu/dbaccess/source/ui/uno.po (renamed from translations/source/gu/dbaccess/source/ui/uno.po)0
-rw-r--r--source/gu/desktop/source/app.po (renamed from translations/source/gu/desktop/source/app.po)0
-rw-r--r--source/gu/desktop/source/deployment/gui.po (renamed from translations/source/gu/desktop/source/deployment/gui.po)0
-rw-r--r--source/gu/desktop/source/deployment/manager.po (renamed from translations/source/gu/desktop/source/deployment/manager.po)0
-rw-r--r--source/gu/desktop/source/deployment/misc.po (renamed from translations/source/gu/desktop/source/deployment/misc.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry.po (renamed from translations/source/gu/desktop/source/deployment/registry.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/component.po (renamed from translations/source/gu/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/configuration.po (renamed from translations/source/gu/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/help.po (renamed from translations/source/gu/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/package.po (renamed from translations/source/gu/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/script.po (renamed from translations/source/gu/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/gu/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/gu/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/gu/desktop/source/deployment/unopkg.po (renamed from translations/source/gu/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/gu/dictionaries/af_ZA.po (renamed from translations/source/gu/dictionaries/af_ZA.po)0
-rw-r--r--source/gu/dictionaries/an_ES.po (renamed from translations/source/gu/dictionaries/an_ES.po)0
-rw-r--r--source/gu/dictionaries/ar.po (renamed from translations/source/gu/dictionaries/ar.po)0
-rw-r--r--source/gu/dictionaries/be_BY.po (renamed from translations/source/gu/dictionaries/be_BY.po)0
-rw-r--r--source/gu/dictionaries/bg_BG.po (renamed from translations/source/gu/dictionaries/bg_BG.po)0
-rw-r--r--source/gu/dictionaries/bn_BD.po (renamed from translations/source/gu/dictionaries/bn_BD.po)0
-rw-r--r--source/gu/dictionaries/br_FR.po (renamed from translations/source/gu/dictionaries/br_FR.po)0
-rw-r--r--source/gu/dictionaries/ca.po (renamed from translations/source/gu/dictionaries/ca.po)0
-rw-r--r--source/gu/dictionaries/cs_CZ.po (renamed from translations/source/gu/dictionaries/cs_CZ.po)0
-rw-r--r--source/gu/dictionaries/da_DK.po (renamed from translations/source/gu/dictionaries/da_DK.po)0
-rw-r--r--source/gu/dictionaries/de.po (renamed from translations/source/gu/dictionaries/de.po)0
-rw-r--r--source/gu/dictionaries/el_GR.po (renamed from translations/source/gu/dictionaries/el_GR.po)0
-rw-r--r--source/gu/dictionaries/en.po (renamed from translations/source/gu/dictionaries/en.po)0
-rw-r--r--source/gu/dictionaries/en/dialog.po (renamed from translations/source/gu/dictionaries/en/dialog.po)0
-rw-r--r--source/gu/dictionaries/es_ES.po (renamed from translations/source/gu/dictionaries/es_ES.po)0
-rw-r--r--source/gu/dictionaries/et_EE.po (renamed from translations/source/gu/dictionaries/et_EE.po)0
-rw-r--r--source/gu/dictionaries/fr_FR.po (renamed from translations/source/gu/dictionaries/fr_FR.po)0
-rw-r--r--source/gu/dictionaries/gd_GB.po (renamed from translations/source/gu/dictionaries/gd_GB.po)0
-rw-r--r--source/gu/dictionaries/gl.po (renamed from translations/source/gu/dictionaries/gl.po)0
-rw-r--r--source/gu/dictionaries/gu_IN.po (renamed from translations/source/gu/dictionaries/gu_IN.po)0
-rw-r--r--source/gu/dictionaries/he_IL.po (renamed from translations/source/gu/dictionaries/he_IL.po)0
-rw-r--r--source/gu/dictionaries/hi_IN.po (renamed from translations/source/gu/dictionaries/hi_IN.po)0
-rw-r--r--source/gu/dictionaries/hr_HR.po (renamed from translations/source/gu/dictionaries/hr_HR.po)0
-rw-r--r--source/gu/dictionaries/hu_HU.po (renamed from translations/source/gu/dictionaries/hu_HU.po)0
-rw-r--r--source/gu/dictionaries/hu_HU/dialog.po (renamed from translations/source/gu/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/gu/dictionaries/it_IT.po (renamed from translations/source/gu/dictionaries/it_IT.po)0
-rw-r--r--source/gu/dictionaries/ku_TR.po (renamed from translations/source/gu/dictionaries/ku_TR.po)0
-rw-r--r--source/gu/dictionaries/lt_LT.po (renamed from translations/source/gu/dictionaries/lt_LT.po)0
-rw-r--r--source/gu/dictionaries/lv_LV.po (renamed from translations/source/gu/dictionaries/lv_LV.po)0
-rw-r--r--source/gu/dictionaries/ne_NP.po (renamed from translations/source/gu/dictionaries/ne_NP.po)0
-rw-r--r--source/gu/dictionaries/nl_NL.po (renamed from translations/source/gu/dictionaries/nl_NL.po)0
-rw-r--r--source/gu/dictionaries/no.po (renamed from translations/source/gu/dictionaries/no.po)0
-rw-r--r--source/gu/dictionaries/oc_FR.po (renamed from translations/source/gu/dictionaries/oc_FR.po)0
-rw-r--r--source/gu/dictionaries/pl_PL.po (renamed from translations/source/gu/dictionaries/pl_PL.po)0
-rw-r--r--source/gu/dictionaries/pt_BR.po (renamed from translations/source/gu/dictionaries/pt_BR.po)0
-rw-r--r--source/gu/dictionaries/pt_PT.po (renamed from translations/source/gu/dictionaries/pt_PT.po)0
-rw-r--r--source/gu/dictionaries/ro.po (renamed from translations/source/gu/dictionaries/ro.po)0
-rw-r--r--source/gu/dictionaries/ru_RU.po (renamed from translations/source/gu/dictionaries/ru_RU.po)0
-rw-r--r--source/gu/dictionaries/ru_RU/dialog.po (renamed from translations/source/gu/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/gu/dictionaries/si_LK.po (renamed from translations/source/gu/dictionaries/si_LK.po)0
-rw-r--r--source/gu/dictionaries/sk_SK.po (renamed from translations/source/gu/dictionaries/sk_SK.po)0
-rw-r--r--source/gu/dictionaries/sl_SI.po (renamed from translations/source/gu/dictionaries/sl_SI.po)0
-rw-r--r--source/gu/dictionaries/sr.po (renamed from translations/source/gu/dictionaries/sr.po)0
-rw-r--r--source/gu/dictionaries/sv_SE.po (renamed from translations/source/gu/dictionaries/sv_SE.po)0
-rw-r--r--source/gu/dictionaries/sw_TZ.po (renamed from translations/source/gu/dictionaries/sw_TZ.po)0
-rw-r--r--source/gu/dictionaries/te_IN.po (renamed from translations/source/gu/dictionaries/te_IN.po)0
-rw-r--r--source/gu/dictionaries/th_TH.po (renamed from translations/source/gu/dictionaries/th_TH.po)0
-rw-r--r--source/gu/dictionaries/uk_UA.po (renamed from translations/source/gu/dictionaries/uk_UA.po)0
-rw-r--r--source/gu/dictionaries/vi.po (renamed from translations/source/gu/dictionaries/vi.po)0
-rw-r--r--source/gu/dictionaries/zu_ZA.po (renamed from translations/source/gu/dictionaries/zu_ZA.po)0
-rw-r--r--source/gu/editeng/source/accessibility.po (renamed from translations/source/gu/editeng/source/accessibility.po)0
-rw-r--r--source/gu/editeng/source/editeng.po (renamed from translations/source/gu/editeng/source/editeng.po)0
-rw-r--r--source/gu/editeng/source/items.po (renamed from translations/source/gu/editeng/source/items.po)0
-rw-r--r--source/gu/editeng/source/misc.po (renamed from translations/source/gu/editeng/source/misc.po)0
-rw-r--r--source/gu/editeng/source/outliner.po (renamed from translations/source/gu/editeng/source/outliner.po)0
-rw-r--r--source/gu/extensions/source/abpilot.po (renamed from translations/source/gu/extensions/source/abpilot.po)0
-rw-r--r--source/gu/extensions/source/bibliography.po (renamed from translations/source/gu/extensions/source/bibliography.po)0
-rw-r--r--source/gu/extensions/source/dbpilots.po (renamed from translations/source/gu/extensions/source/dbpilots.po)0
-rw-r--r--source/gu/extensions/source/propctrlr.po (renamed from translations/source/gu/extensions/source/propctrlr.po)0
-rw-r--r--source/gu/extensions/source/scanner.po (renamed from translations/source/gu/extensions/source/scanner.po)0
-rw-r--r--source/gu/extensions/source/update/check.po (renamed from translations/source/gu/extensions/source/update/check.po)0
-rw-r--r--source/gu/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/gu/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/gu/filter/source/config/fragments/filters.po (renamed from translations/source/gu/filter/source/config/fragments/filters.po)0
-rw-r--r--source/gu/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/gu/filter/source/config/fragments/types.po (renamed from translations/source/gu/filter/source/config/fragments/types.po)0
-rw-r--r--source/gu/filter/source/flash.po (renamed from translations/source/gu/filter/source/flash.po)0
-rw-r--r--source/gu/filter/source/graphicfilter/eps.po (renamed from translations/source/gu/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/gu/filter/source/pdf.po (renamed from translations/source/gu/filter/source/pdf.po)0
-rw-r--r--source/gu/filter/source/t602.po (renamed from translations/source/gu/filter/source/t602.po)0
-rw-r--r--source/gu/filter/source/xsltdialog.po (renamed from translations/source/gu/filter/source/xsltdialog.po)0
-rw-r--r--source/gu/forms/source/resource.po (renamed from translations/source/gu/forms/source/resource.po)0
-rw-r--r--source/gu/formula/source/core/resource.po (renamed from translations/source/gu/formula/source/core/resource.po)0
-rw-r--r--source/gu/formula/source/ui/dlg.po (renamed from translations/source/gu/formula/source/ui/dlg.po)0
-rw-r--r--source/gu/fpicker/source/office.po (renamed from translations/source/gu/fpicker/source/office.po)0
-rw-r--r--source/gu/framework/source/classes.po (renamed from translations/source/gu/framework/source/classes.po)0
-rw-r--r--source/gu/framework/source/services.po (renamed from translations/source/gu/framework/source/services.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/gu/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/gu/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc.po (renamed from translations/source/gu/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/00.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/02.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/04.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/05.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/gu/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/schart.po (renamed from translations/source/gu/helpcontent2/source/text/schart.po)0
-rw-r--r--source/gu/helpcontent2/source/text/schart/00.po (renamed from translations/source/gu/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/schart/01.po (renamed from translations/source/gu/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/schart/02.po (renamed from translations/source/gu/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/schart/04.po (renamed from translations/source/gu/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sdraw.po (renamed from translations/source/gu/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/gu/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/gu/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/gu/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/gu/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared.po (renamed from translations/source/gu/helpcontent2/source/text/shared.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po (renamed from translations/source/gu/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po (renamed from translations/source/gu/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po (renamed from translations/source/gu/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/04.po (renamed from translations/source/gu/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/05.po (renamed from translations/source/gu/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/07.po (renamed from translations/source/gu/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/gu/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/gu/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/gu/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po (renamed from translations/source/gu/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/gu/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress.po (renamed from translations/source/gu/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress/00.po (renamed from translations/source/gu/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress/01.po (renamed from translations/source/gu/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress/02.po (renamed from translations/source/gu/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress/04.po (renamed from translations/source/gu/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/gu/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath.po (renamed from translations/source/gu/helpcontent2/source/text/smath.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath/00.po (renamed from translations/source/gu/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath/01.po (renamed from translations/source/gu/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath/02.po (renamed from translations/source/gu/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath/04.po (renamed from translations/source/gu/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/smath/guide.po (renamed from translations/source/gu/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po (renamed from translations/source/gu/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po (renamed from translations/source/gu/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po (renamed from translations/source/gu/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter/02.po (renamed from translations/source/gu/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter/04.po (renamed from translations/source/gu/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/gu/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/gu/mysqlc/source.po (renamed from translations/source/gu/mysqlc/source.po)0
-rw-r--r--source/gu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/gu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/gu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/gu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/gu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/gu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/gu/nlpsolver/src/locale.po (renamed from translations/source/gu/nlpsolver/src/locale.po)0
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/gu/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gu/padmin/source.po (renamed from translations/source/gu/padmin/source.po)0
-rw-r--r--source/gu/readlicense_oo/docs/readme.po (renamed from translations/source/gu/readlicense_oo/docs/readme.po)0
-rw-r--r--source/gu/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/gu/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/gu/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/gu/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gu/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/gu/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/gu/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/gu/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/gu/reportbuilder/util.po (renamed from translations/source/gu/reportbuilder/util.po)0
-rw-r--r--source/gu/reportdesign/source/core/resource.po (renamed from translations/source/gu/reportdesign/source/core/resource.po)0
-rw-r--r--source/gu/reportdesign/source/ui/dlg.po (renamed from translations/source/gu/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/gu/reportdesign/source/ui/inspection.po (renamed from translations/source/gu/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/gu/reportdesign/source/ui/report.po (renamed from translations/source/gu/reportdesign/source/ui/report.po)0
-rw-r--r--source/gu/sc/source/core/src.po (renamed from translations/source/gu/sc/source/core/src.po)0
-rw-r--r--source/gu/sc/source/ui/cctrl.po (renamed from translations/source/gu/sc/source/ui/cctrl.po)0
-rw-r--r--source/gu/sc/source/ui/dbgui.po (renamed from translations/source/gu/sc/source/ui/dbgui.po)0
-rw-r--r--source/gu/sc/source/ui/docshell.po (renamed from translations/source/gu/sc/source/ui/docshell.po)0
-rw-r--r--source/gu/sc/source/ui/drawfunc.po (renamed from translations/source/gu/sc/source/ui/drawfunc.po)0
-rw-r--r--source/gu/sc/source/ui/formdlg.po (renamed from translations/source/gu/sc/source/ui/formdlg.po)0
-rw-r--r--source/gu/sc/source/ui/miscdlgs.po (renamed from translations/source/gu/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/gu/sc/source/ui/navipi.po (renamed from translations/source/gu/sc/source/ui/navipi.po)0
-rw-r--r--source/gu/sc/source/ui/optdlg.po (renamed from translations/source/gu/sc/source/ui/optdlg.po)0
-rw-r--r--source/gu/sc/source/ui/pagedlg.po (renamed from translations/source/gu/sc/source/ui/pagedlg.po)0
-rw-r--r--source/gu/sc/source/ui/src.po (renamed from translations/source/gu/sc/source/ui/src.po)0
-rw-r--r--source/gu/sc/source/ui/styleui.po (renamed from translations/source/gu/sc/source/ui/styleui.po)0
-rw-r--r--source/gu/scaddins/source/analysis.po (renamed from translations/source/gu/scaddins/source/analysis.po)0
-rw-r--r--source/gu/scaddins/source/datefunc.po (renamed from translations/source/gu/scaddins/source/datefunc.po)0
-rw-r--r--source/gu/sccomp/source/solver.po (renamed from translations/source/gu/sccomp/source/solver.po)0
-rw-r--r--source/gu/scp2/source/accessories.po (renamed from translations/source/gu/scp2/source/accessories.po)0
-rw-r--r--source/gu/scp2/source/activex.po (renamed from translations/source/gu/scp2/source/activex.po)0
-rw-r--r--source/gu/scp2/source/base.po (renamed from translations/source/gu/scp2/source/base.po)0
-rw-r--r--source/gu/scp2/source/binfilter.po (renamed from translations/source/gu/scp2/source/binfilter.po)0
-rw-r--r--source/gu/scp2/source/calc.po (renamed from translations/source/gu/scp2/source/calc.po)0
-rw-r--r--source/gu/scp2/source/draw.po (renamed from translations/source/gu/scp2/source/draw.po)0
-rw-r--r--source/gu/scp2/source/extensions.po (renamed from translations/source/gu/scp2/source/extensions.po)0
-rw-r--r--source/gu/scp2/source/gnome.po (renamed from translations/source/gu/scp2/source/gnome.po)0
-rw-r--r--source/gu/scp2/source/graphicfilter.po (renamed from translations/source/gu/scp2/source/graphicfilter.po)0
-rw-r--r--source/gu/scp2/source/impress.po (renamed from translations/source/gu/scp2/source/impress.po)0
-rw-r--r--source/gu/scp2/source/javafilter.po (renamed from translations/source/gu/scp2/source/javafilter.po)0
-rw-r--r--source/gu/scp2/source/kde.po (renamed from translations/source/gu/scp2/source/kde.po)0
-rw-r--r--source/gu/scp2/source/math.po (renamed from translations/source/gu/scp2/source/math.po)0
-rw-r--r--source/gu/scp2/source/onlineupdate.po (renamed from translations/source/gu/scp2/source/onlineupdate.po)0
-rw-r--r--source/gu/scp2/source/ooo.po (renamed from translations/source/gu/scp2/source/ooo.po)0
-rw-r--r--source/gu/scp2/source/python.po (renamed from translations/source/gu/scp2/source/python.po)0
-rw-r--r--source/gu/scp2/source/quickstart.po (renamed from translations/source/gu/scp2/source/quickstart.po)0
-rw-r--r--source/gu/scp2/source/sdkoo.po (renamed from translations/source/gu/scp2/source/sdkoo.po)0
-rw-r--r--source/gu/scp2/source/smoketest.po (renamed from translations/source/gu/scp2/source/smoketest.po)0
-rw-r--r--source/gu/scp2/source/stdlibs.po (renamed from translations/source/gu/scp2/source/stdlibs.po)0
-rw-r--r--source/gu/scp2/source/tde.po (renamed from translations/source/gu/scp2/source/tde.po)0
-rw-r--r--source/gu/scp2/source/winexplorerext.po (renamed from translations/source/gu/scp2/source/winexplorerext.po)0
-rw-r--r--source/gu/scp2/source/writer.po (renamed from translations/source/gu/scp2/source/writer.po)0
-rw-r--r--source/gu/scp2/source/xsltfilter.po (renamed from translations/source/gu/scp2/source/xsltfilter.po)0
-rw-r--r--source/gu/scripting/source/pyprov.po (renamed from translations/source/gu/scripting/source/pyprov.po)0
-rw-r--r--source/gu/sd/source/core.po (renamed from translations/source/gu/sd/source/core.po)0
-rw-r--r--source/gu/sd/source/filter/html.po (renamed from translations/source/gu/sd/source/filter/html.po)0
-rw-r--r--source/gu/sd/source/ui/accessibility.po (renamed from translations/source/gu/sd/source/ui/accessibility.po)0
-rw-r--r--source/gu/sd/source/ui/animations.po (renamed from translations/source/gu/sd/source/ui/animations.po)0
-rw-r--r--source/gu/sd/source/ui/annotations.po (renamed from translations/source/gu/sd/source/ui/annotations.po)0
-rw-r--r--source/gu/sd/source/ui/app.po (renamed from translations/source/gu/sd/source/ui/app.po)0
-rw-r--r--source/gu/sd/source/ui/dlg.po (renamed from translations/source/gu/sd/source/ui/dlg.po)0
-rw-r--r--source/gu/sd/source/ui/slideshow.po (renamed from translations/source/gu/sd/source/ui/slideshow.po)0
-rw-r--r--source/gu/sd/source/ui/table.po (renamed from translations/source/gu/sd/source/ui/table.po)0
-rw-r--r--source/gu/sd/source/ui/view.po (renamed from translations/source/gu/sd/source/ui/view.po)0
-rw-r--r--source/gu/sdext/source/minimizer.po (renamed from translations/source/gu/sdext/source/minimizer.po)0
-rw-r--r--source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gu/sdext/source/pdfimport.po (renamed from translations/source/gu/sdext/source/pdfimport.po)0
-rw-r--r--source/gu/sdext/source/presenter.po (renamed from translations/source/gu/sdext/source/presenter.po)0
-rw-r--r--source/gu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/gu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/gu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/gu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/gu/setup_native/source/mac.po (renamed from translations/source/gu/setup_native/source/mac.po)0
-rw-r--r--source/gu/sfx2/source/appl.po (renamed from translations/source/gu/sfx2/source/appl.po)0
-rw-r--r--source/gu/sfx2/source/bastyp.po (renamed from translations/source/gu/sfx2/source/bastyp.po)0
-rw-r--r--source/gu/sfx2/source/dialog.po (renamed from translations/source/gu/sfx2/source/dialog.po)0
-rw-r--r--source/gu/sfx2/source/doc.po (renamed from translations/source/gu/sfx2/source/doc.po)0
-rw-r--r--source/gu/sfx2/source/menu.po (renamed from translations/source/gu/sfx2/source/menu.po)0
-rw-r--r--source/gu/sfx2/source/view.po (renamed from translations/source/gu/sfx2/source/view.po)0
-rw-r--r--source/gu/shell/source/win32/shlxthandler/res.po (renamed from translations/source/gu/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/gu/starmath/source.po (renamed from translations/source/gu/starmath/source.po)0
-rw-r--r--source/gu/svl/source/items.po (renamed from translations/source/gu/svl/source/items.po)0
-rw-r--r--source/gu/svl/source/misc.po (renamed from translations/source/gu/svl/source/misc.po)0
-rw-r--r--source/gu/svtools/source/contnr.po (renamed from translations/source/gu/svtools/source/contnr.po)0
-rw-r--r--source/gu/svtools/source/control.po (renamed from translations/source/gu/svtools/source/control.po)0
-rw-r--r--source/gu/svtools/source/dialogs.po (renamed from translations/source/gu/svtools/source/dialogs.po)0
-rw-r--r--source/gu/svtools/source/filter.po (renamed from translations/source/gu/svtools/source/filter.po)0
-rw-r--r--source/gu/svtools/source/java.po (renamed from translations/source/gu/svtools/source/java.po)0
-rw-r--r--source/gu/svtools/source/misc.po (renamed from translations/source/gu/svtools/source/misc.po)0
-rw-r--r--source/gu/svtools/source/toolpanel.po (renamed from translations/source/gu/svtools/source/toolpanel.po)0
-rw-r--r--source/gu/svtools/workben/unodialog.po (renamed from translations/source/gu/svtools/workben/unodialog.po)0
-rw-r--r--source/gu/svx/inc.po (renamed from translations/source/gu/svx/inc.po)0
-rw-r--r--source/gu/svx/source/accessibility.po (renamed from translations/source/gu/svx/source/accessibility.po)0
-rw-r--r--source/gu/svx/source/dialog.po (renamed from translations/source/gu/svx/source/dialog.po)0
-rw-r--r--source/gu/svx/source/engine3d.po (renamed from translations/source/gu/svx/source/engine3d.po)0
-rw-r--r--source/gu/svx/source/fmcomp.po (renamed from translations/source/gu/svx/source/fmcomp.po)0
-rw-r--r--source/gu/svx/source/form.po (renamed from translations/source/gu/svx/source/form.po)0
-rw-r--r--source/gu/svx/source/gallery2.po (renamed from translations/source/gu/svx/source/gallery2.po)0
-rw-r--r--source/gu/svx/source/items.po (renamed from translations/source/gu/svx/source/items.po)0
-rw-r--r--source/gu/svx/source/src.po (renamed from translations/source/gu/svx/source/src.po)0
-rw-r--r--source/gu/svx/source/stbctrls.po (renamed from translations/source/gu/svx/source/stbctrls.po)0
-rw-r--r--source/gu/svx/source/svdraw.po (renamed from translations/source/gu/svx/source/svdraw.po)0
-rw-r--r--source/gu/svx/source/table.po (renamed from translations/source/gu/svx/source/table.po)0
-rw-r--r--source/gu/svx/source/tbxctrls.po (renamed from translations/source/gu/svx/source/tbxctrls.po)0
-rw-r--r--source/gu/svx/source/toolbars.po (renamed from translations/source/gu/svx/source/toolbars.po)0
-rw-r--r--source/gu/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/gu/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/gu/sw/source/core/layout.po (renamed from translations/source/gu/sw/source/core/layout.po)0
-rw-r--r--source/gu/sw/source/core/undo.po (renamed from translations/source/gu/sw/source/core/undo.po)0
-rw-r--r--source/gu/sw/source/core/unocore.po (renamed from translations/source/gu/sw/source/core/unocore.po)0
-rw-r--r--source/gu/sw/source/ui/app.po (renamed from translations/source/gu/sw/source/ui/app.po)0
-rw-r--r--source/gu/sw/source/ui/chrdlg.po (renamed from translations/source/gu/sw/source/ui/chrdlg.po)0
-rw-r--r--source/gu/sw/source/ui/config.po (renamed from translations/source/gu/sw/source/ui/config.po)0
-rw-r--r--source/gu/sw/source/ui/dbui.po (renamed from translations/source/gu/sw/source/ui/dbui.po)0
-rw-r--r--source/gu/sw/source/ui/dialog.po (renamed from translations/source/gu/sw/source/ui/dialog.po)0
-rw-r--r--source/gu/sw/source/ui/dochdl.po (renamed from translations/source/gu/sw/source/ui/dochdl.po)0
-rw-r--r--source/gu/sw/source/ui/docvw.po (renamed from translations/source/gu/sw/source/ui/docvw.po)0
-rw-r--r--source/gu/sw/source/ui/envelp.po (renamed from translations/source/gu/sw/source/ui/envelp.po)0
-rw-r--r--source/gu/sw/source/ui/fldui.po (renamed from translations/source/gu/sw/source/ui/fldui.po)0
-rw-r--r--source/gu/sw/source/ui/fmtui.po (renamed from translations/source/gu/sw/source/ui/fmtui.po)0
-rw-r--r--source/gu/sw/source/ui/frmdlg.po (renamed from translations/source/gu/sw/source/ui/frmdlg.po)0
-rw-r--r--source/gu/sw/source/ui/globdoc.po (renamed from translations/source/gu/sw/source/ui/globdoc.po)0
-rw-r--r--source/gu/sw/source/ui/index.po (renamed from translations/source/gu/sw/source/ui/index.po)0
-rw-r--r--source/gu/sw/source/ui/lingu.po (renamed from translations/source/gu/sw/source/ui/lingu.po)0
-rw-r--r--source/gu/sw/source/ui/misc.po (renamed from translations/source/gu/sw/source/ui/misc.po)0
-rw-r--r--source/gu/sw/source/ui/ribbar.po (renamed from translations/source/gu/sw/source/ui/ribbar.po)0
-rw-r--r--source/gu/sw/source/ui/shells.po (renamed from translations/source/gu/sw/source/ui/shells.po)0
-rw-r--r--source/gu/sw/source/ui/smartmenu.po (renamed from translations/source/gu/sw/source/ui/smartmenu.po)0
-rw-r--r--source/gu/sw/source/ui/table.po (renamed from translations/source/gu/sw/source/ui/table.po)0
-rw-r--r--source/gu/sw/source/ui/uiview.po (renamed from translations/source/gu/sw/source/ui/uiview.po)0
-rw-r--r--source/gu/sw/source/ui/utlui.po (renamed from translations/source/gu/sw/source/ui/utlui.po)0
-rw-r--r--source/gu/sw/source/ui/web.po (renamed from translations/source/gu/sw/source/ui/web.po)0
-rw-r--r--source/gu/sw/source/ui/wrtsh.po (renamed from translations/source/gu/sw/source/ui/wrtsh.po)0
-rw-r--r--source/gu/swext/mediawiki/help.po (renamed from translations/source/gu/swext/mediawiki/help.po)0
-rw-r--r--source/gu/swext/mediawiki/src.po (renamed from translations/source/gu/swext/mediawiki/src.po)0
-rw-r--r--source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/gu/sysui/desktop/share.po (renamed from translations/source/gu/sysui/desktop/share.po)0
-rw-r--r--source/gu/uui/source.po (renamed from translations/source/gu/uui/source.po)0
-rw-r--r--source/gu/vcl/source/src.po (renamed from translations/source/gu/vcl/source/src.po)0
-rw-r--r--source/gu/wizards/source/euro.po (renamed from translations/source/gu/wizards/source/euro.po)0
-rw-r--r--source/gu/wizards/source/formwizard.po (renamed from translations/source/gu/wizards/source/formwizard.po)0
-rw-r--r--source/gu/wizards/source/importwizard.po (renamed from translations/source/gu/wizards/source/importwizard.po)0
-rw-r--r--source/gu/wizards/source/schedule.po (renamed from translations/source/gu/wizards/source/schedule.po)0
-rw-r--r--source/gu/wizards/source/template.po (renamed from translations/source/gu/wizards/source/template.po)0
-rw-r--r--source/gu/xmlsecurity/source/component.po (renamed from translations/source/gu/xmlsecurity/source/component.po)0
-rw-r--r--source/gu/xmlsecurity/source/dialogs.po (renamed from translations/source/gu/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/he/accessibility/source/helper.po (renamed from translations/source/he/accessibility/source/helper.po)0
-rw-r--r--source/he/avmedia/source/framework.po (renamed from translations/source/he/avmedia/source/framework.po)0
-rw-r--r--source/he/avmedia/source/viewer.po (renamed from translations/source/he/avmedia/source/viewer.po)0
-rw-r--r--source/he/basctl/source/basicide.po (renamed from translations/source/he/basctl/source/basicide.po)0
-rw-r--r--source/he/basctl/source/dlged.po (renamed from translations/source/he/basctl/source/dlged.po)0
-rw-r--r--source/he/basic/source/classes.po (renamed from translations/source/he/basic/source/classes.po)0
-rw-r--r--source/he/basic/source/sbx.po (renamed from translations/source/he/basic/source/sbx.po)0
-rw-r--r--source/he/chart2/source/controller/dialogs.po (renamed from translations/source/he/chart2/source/controller/dialogs.po)0
-rw-r--r--source/he/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/he/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/he/connectivity/source/resource.po (renamed from translations/source/he/connectivity/source/resource.po)0
-rw-r--r--source/he/cui/source/customize.po (renamed from translations/source/he/cui/source/customize.po)0
-rw-r--r--source/he/cui/source/dialogs.po (renamed from translations/source/he/cui/source/dialogs.po)0
-rw-r--r--source/he/cui/source/options.po (renamed from translations/source/he/cui/source/options.po)0
-rw-r--r--source/he/cui/source/tabpages.po (renamed from translations/source/he/cui/source/tabpages.po)0
-rw-r--r--source/he/dbaccess/source/core/resource.po (renamed from translations/source/he/dbaccess/source/core/resource.po)0
-rw-r--r--source/he/dbaccess/source/ext/macromigration.po (renamed from translations/source/he/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/he/dbaccess/source/sdbtools/resource.po (renamed from translations/source/he/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/he/dbaccess/source/ui/app.po (renamed from translations/source/he/dbaccess/source/ui/app.po)0
-rw-r--r--source/he/dbaccess/source/ui/browser.po (renamed from translations/source/he/dbaccess/source/ui/browser.po)0
-rw-r--r--source/he/dbaccess/source/ui/control.po (renamed from translations/source/he/dbaccess/source/ui/control.po)0
-rw-r--r--source/he/dbaccess/source/ui/dlg.po (renamed from translations/source/he/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/he/dbaccess/source/ui/inc.po (renamed from translations/source/he/dbaccess/source/ui/inc.po)0
-rw-r--r--source/he/dbaccess/source/ui/misc.po (renamed from translations/source/he/dbaccess/source/ui/misc.po)0
-rw-r--r--source/he/dbaccess/source/ui/querydesign.po (renamed from translations/source/he/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/he/dbaccess/source/ui/relationdesign.po (renamed from translations/source/he/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/he/dbaccess/source/ui/tabledesign.po (renamed from translations/source/he/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/he/dbaccess/source/ui/uno.po (renamed from translations/source/he/dbaccess/source/ui/uno.po)0
-rw-r--r--source/he/desktop/source/app.po (renamed from translations/source/he/desktop/source/app.po)0
-rw-r--r--source/he/desktop/source/deployment/gui.po (renamed from translations/source/he/desktop/source/deployment/gui.po)0
-rw-r--r--source/he/desktop/source/deployment/manager.po (renamed from translations/source/he/desktop/source/deployment/manager.po)0
-rw-r--r--source/he/desktop/source/deployment/misc.po (renamed from translations/source/he/desktop/source/deployment/misc.po)0
-rw-r--r--source/he/desktop/source/deployment/registry.po (renamed from translations/source/he/desktop/source/deployment/registry.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/component.po (renamed from translations/source/he/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/configuration.po (renamed from translations/source/he/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/help.po (renamed from translations/source/he/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/package.po (renamed from translations/source/he/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/script.po (renamed from translations/source/he/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/he/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/he/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/he/desktop/source/deployment/unopkg.po (renamed from translations/source/he/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/he/dictionaries/af_ZA.po (renamed from translations/source/he/dictionaries/af_ZA.po)0
-rw-r--r--source/he/dictionaries/an_ES.po (renamed from translations/source/he/dictionaries/an_ES.po)0
-rw-r--r--source/he/dictionaries/ar.po (renamed from translations/source/he/dictionaries/ar.po)0
-rw-r--r--source/he/dictionaries/be_BY.po (renamed from translations/source/he/dictionaries/be_BY.po)0
-rw-r--r--source/he/dictionaries/bg_BG.po (renamed from translations/source/he/dictionaries/bg_BG.po)0
-rw-r--r--source/he/dictionaries/bn_BD.po (renamed from translations/source/he/dictionaries/bn_BD.po)0
-rw-r--r--source/he/dictionaries/br_FR.po (renamed from translations/source/he/dictionaries/br_FR.po)0
-rw-r--r--source/he/dictionaries/ca.po (renamed from translations/source/he/dictionaries/ca.po)0
-rw-r--r--source/he/dictionaries/cs_CZ.po (renamed from translations/source/he/dictionaries/cs_CZ.po)0
-rw-r--r--source/he/dictionaries/da_DK.po (renamed from translations/source/he/dictionaries/da_DK.po)0
-rw-r--r--source/he/dictionaries/de.po (renamed from translations/source/he/dictionaries/de.po)0
-rw-r--r--source/he/dictionaries/el_GR.po (renamed from translations/source/he/dictionaries/el_GR.po)0
-rw-r--r--source/he/dictionaries/en.po (renamed from translations/source/he/dictionaries/en.po)0
-rw-r--r--source/he/dictionaries/en/dialog.po (renamed from translations/source/he/dictionaries/en/dialog.po)0
-rw-r--r--source/he/dictionaries/es_ES.po (renamed from translations/source/he/dictionaries/es_ES.po)0
-rw-r--r--source/he/dictionaries/et_EE.po (renamed from translations/source/he/dictionaries/et_EE.po)0
-rw-r--r--source/he/dictionaries/fr_FR.po (renamed from translations/source/he/dictionaries/fr_FR.po)0
-rw-r--r--source/he/dictionaries/gd_GB.po (renamed from translations/source/he/dictionaries/gd_GB.po)0
-rw-r--r--source/he/dictionaries/gl.po (renamed from translations/source/he/dictionaries/gl.po)0
-rw-r--r--source/he/dictionaries/gu_IN.po (renamed from translations/source/he/dictionaries/gu_IN.po)0
-rw-r--r--source/he/dictionaries/he_IL.po (renamed from translations/source/he/dictionaries/he_IL.po)0
-rw-r--r--source/he/dictionaries/hi_IN.po (renamed from translations/source/he/dictionaries/hi_IN.po)0
-rw-r--r--source/he/dictionaries/hr_HR.po (renamed from translations/source/he/dictionaries/hr_HR.po)0
-rw-r--r--source/he/dictionaries/hu_HU.po (renamed from translations/source/he/dictionaries/hu_HU.po)0
-rw-r--r--source/he/dictionaries/hu_HU/dialog.po (renamed from translations/source/he/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/he/dictionaries/it_IT.po (renamed from translations/source/he/dictionaries/it_IT.po)0
-rw-r--r--source/he/dictionaries/ku_TR.po (renamed from translations/source/he/dictionaries/ku_TR.po)0
-rw-r--r--source/he/dictionaries/lt_LT.po (renamed from translations/source/he/dictionaries/lt_LT.po)0
-rw-r--r--source/he/dictionaries/lv_LV.po (renamed from translations/source/he/dictionaries/lv_LV.po)0
-rw-r--r--source/he/dictionaries/ne_NP.po (renamed from translations/source/he/dictionaries/ne_NP.po)0
-rw-r--r--source/he/dictionaries/nl_NL.po (renamed from translations/source/he/dictionaries/nl_NL.po)0
-rw-r--r--source/he/dictionaries/no.po (renamed from translations/source/he/dictionaries/no.po)0
-rw-r--r--source/he/dictionaries/oc_FR.po (renamed from translations/source/he/dictionaries/oc_FR.po)0
-rw-r--r--source/he/dictionaries/pl_PL.po (renamed from translations/source/he/dictionaries/pl_PL.po)0
-rw-r--r--source/he/dictionaries/pt_BR.po (renamed from translations/source/he/dictionaries/pt_BR.po)0
-rw-r--r--source/he/dictionaries/pt_PT.po (renamed from translations/source/he/dictionaries/pt_PT.po)0
-rw-r--r--source/he/dictionaries/ro.po (renamed from translations/source/he/dictionaries/ro.po)0
-rw-r--r--source/he/dictionaries/ru_RU.po (renamed from translations/source/he/dictionaries/ru_RU.po)0
-rw-r--r--source/he/dictionaries/ru_RU/dialog.po (renamed from translations/source/he/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/he/dictionaries/si_LK.po (renamed from translations/source/he/dictionaries/si_LK.po)0
-rw-r--r--source/he/dictionaries/sk_SK.po (renamed from translations/source/he/dictionaries/sk_SK.po)0
-rw-r--r--source/he/dictionaries/sl_SI.po (renamed from translations/source/he/dictionaries/sl_SI.po)0
-rw-r--r--source/he/dictionaries/sr.po (renamed from translations/source/he/dictionaries/sr.po)0
-rw-r--r--source/he/dictionaries/sv_SE.po (renamed from translations/source/he/dictionaries/sv_SE.po)0
-rw-r--r--source/he/dictionaries/sw_TZ.po (renamed from translations/source/he/dictionaries/sw_TZ.po)0
-rw-r--r--source/he/dictionaries/te_IN.po (renamed from translations/source/he/dictionaries/te_IN.po)0
-rw-r--r--source/he/dictionaries/th_TH.po (renamed from translations/source/he/dictionaries/th_TH.po)0
-rw-r--r--source/he/dictionaries/uk_UA.po (renamed from translations/source/he/dictionaries/uk_UA.po)0
-rw-r--r--source/he/dictionaries/vi.po (renamed from translations/source/he/dictionaries/vi.po)0
-rw-r--r--source/he/dictionaries/zu_ZA.po (renamed from translations/source/he/dictionaries/zu_ZA.po)0
-rw-r--r--source/he/editeng/source/accessibility.po (renamed from translations/source/he/editeng/source/accessibility.po)0
-rw-r--r--source/he/editeng/source/editeng.po (renamed from translations/source/he/editeng/source/editeng.po)0
-rw-r--r--source/he/editeng/source/items.po (renamed from translations/source/he/editeng/source/items.po)0
-rw-r--r--source/he/editeng/source/misc.po (renamed from translations/source/he/editeng/source/misc.po)0
-rw-r--r--source/he/editeng/source/outliner.po (renamed from translations/source/he/editeng/source/outliner.po)0
-rw-r--r--source/he/extensions/source/abpilot.po (renamed from translations/source/he/extensions/source/abpilot.po)0
-rw-r--r--source/he/extensions/source/bibliography.po (renamed from translations/source/he/extensions/source/bibliography.po)0
-rw-r--r--source/he/extensions/source/dbpilots.po (renamed from translations/source/he/extensions/source/dbpilots.po)0
-rw-r--r--source/he/extensions/source/propctrlr.po (renamed from translations/source/he/extensions/source/propctrlr.po)0
-rw-r--r--source/he/extensions/source/scanner.po (renamed from translations/source/he/extensions/source/scanner.po)0
-rw-r--r--source/he/extensions/source/update/check.po (renamed from translations/source/he/extensions/source/update/check.po)0
-rw-r--r--source/he/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/he/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/he/filter/source/config/fragments/filters.po (renamed from translations/source/he/filter/source/config/fragments/filters.po)0
-rw-r--r--source/he/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/he/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/he/filter/source/config/fragments/types.po (renamed from translations/source/he/filter/source/config/fragments/types.po)0
-rw-r--r--source/he/filter/source/flash.po (renamed from translations/source/he/filter/source/flash.po)0
-rw-r--r--source/he/filter/source/graphicfilter/eps.po (renamed from translations/source/he/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/he/filter/source/pdf.po (renamed from translations/source/he/filter/source/pdf.po)0
-rw-r--r--source/he/filter/source/t602.po (renamed from translations/source/he/filter/source/t602.po)0
-rw-r--r--source/he/filter/source/xsltdialog.po (renamed from translations/source/he/filter/source/xsltdialog.po)0
-rw-r--r--source/he/forms/source/resource.po (renamed from translations/source/he/forms/source/resource.po)0
-rw-r--r--source/he/formula/source/core/resource.po (renamed from translations/source/he/formula/source/core/resource.po)0
-rw-r--r--source/he/formula/source/ui/dlg.po (renamed from translations/source/he/formula/source/ui/dlg.po)0
-rw-r--r--source/he/fpicker/source/office.po (renamed from translations/source/he/fpicker/source/office.po)0
-rw-r--r--source/he/framework/source/classes.po (renamed from translations/source/he/framework/source/classes.po)0
-rw-r--r--source/he/framework/source/services.po (renamed from translations/source/he/framework/source/services.po)0
-rw-r--r--source/he/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/he/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/he/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/he/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/he/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc.po (renamed from translations/source/he/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/00.po (renamed from translations/source/he/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po (renamed from translations/source/he/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/02.po (renamed from translations/source/he/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/04.po (renamed from translations/source/he/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/05.po (renamed from translations/source/he/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/he/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/schart.po (renamed from translations/source/he/helpcontent2/source/text/schart.po)0
-rw-r--r--source/he/helpcontent2/source/text/schart/00.po (renamed from translations/source/he/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/schart/01.po (renamed from translations/source/he/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/schart/02.po (renamed from translations/source/he/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/schart/04.po (renamed from translations/source/he/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/sdraw.po (renamed from translations/source/he/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/he/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/he/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/he/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/he/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/he/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared.po (renamed from translations/source/he/helpcontent2/source/text/shared.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po (renamed from translations/source/he/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po (renamed from translations/source/he/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po (renamed from translations/source/he/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/04.po (renamed from translations/source/he/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/05.po (renamed from translations/source/he/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/07.po (renamed from translations/source/he/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/he/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/he/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/he/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po (renamed from translations/source/he/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/he/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress.po (renamed from translations/source/he/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress/00.po (renamed from translations/source/he/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress/01.po (renamed from translations/source/he/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress/02.po (renamed from translations/source/he/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress/04.po (renamed from translations/source/he/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/he/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath.po (renamed from translations/source/he/helpcontent2/source/text/smath.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath/00.po (renamed from translations/source/he/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath/01.po (renamed from translations/source/he/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath/02.po (renamed from translations/source/he/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath/04.po (renamed from translations/source/he/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/smath/guide.po (renamed from translations/source/he/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter.po (renamed from translations/source/he/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po (renamed from translations/source/he/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po (renamed from translations/source/he/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter/02.po (renamed from translations/source/he/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter/04.po (renamed from translations/source/he/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/he/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/he/mysqlc/source.po (renamed from translations/source/he/mysqlc/source.po)0
-rw-r--r--source/he/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/he/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/he/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/he/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/he/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/he/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/he/nlpsolver/src/locale.po (renamed from translations/source/he/nlpsolver/src/locale.po)0
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/he/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/he/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/he/padmin/source.po (renamed from translations/source/he/padmin/source.po)0
-rw-r--r--source/he/readlicense_oo/docs/readme.po (renamed from translations/source/he/readlicense_oo/docs/readme.po)0
-rw-r--r--source/he/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/he/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/he/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/he/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/he/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/he/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/he/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/he/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/he/reportbuilder/util.po (renamed from translations/source/he/reportbuilder/util.po)0
-rw-r--r--source/he/reportdesign/source/core/resource.po (renamed from translations/source/he/reportdesign/source/core/resource.po)0
-rw-r--r--source/he/reportdesign/source/ui/dlg.po (renamed from translations/source/he/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/he/reportdesign/source/ui/inspection.po (renamed from translations/source/he/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/he/reportdesign/source/ui/report.po (renamed from translations/source/he/reportdesign/source/ui/report.po)0
-rw-r--r--source/he/sc/source/core/src.po (renamed from translations/source/he/sc/source/core/src.po)0
-rw-r--r--source/he/sc/source/ui/cctrl.po (renamed from translations/source/he/sc/source/ui/cctrl.po)0
-rw-r--r--source/he/sc/source/ui/dbgui.po (renamed from translations/source/he/sc/source/ui/dbgui.po)0
-rw-r--r--source/he/sc/source/ui/docshell.po (renamed from translations/source/he/sc/source/ui/docshell.po)0
-rw-r--r--source/he/sc/source/ui/drawfunc.po (renamed from translations/source/he/sc/source/ui/drawfunc.po)0
-rw-r--r--source/he/sc/source/ui/formdlg.po (renamed from translations/source/he/sc/source/ui/formdlg.po)0
-rw-r--r--source/he/sc/source/ui/miscdlgs.po (renamed from translations/source/he/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/he/sc/source/ui/navipi.po (renamed from translations/source/he/sc/source/ui/navipi.po)0
-rw-r--r--source/he/sc/source/ui/optdlg.po (renamed from translations/source/he/sc/source/ui/optdlg.po)0
-rw-r--r--source/he/sc/source/ui/pagedlg.po (renamed from translations/source/he/sc/source/ui/pagedlg.po)0
-rw-r--r--source/he/sc/source/ui/src.po (renamed from translations/source/he/sc/source/ui/src.po)0
-rw-r--r--source/he/sc/source/ui/styleui.po (renamed from translations/source/he/sc/source/ui/styleui.po)0
-rw-r--r--source/he/scaddins/source/analysis.po (renamed from translations/source/he/scaddins/source/analysis.po)0
-rw-r--r--source/he/scaddins/source/datefunc.po (renamed from translations/source/he/scaddins/source/datefunc.po)0
-rw-r--r--source/he/sccomp/source/solver.po (renamed from translations/source/he/sccomp/source/solver.po)0
-rw-r--r--source/he/scp2/source/accessories.po (renamed from translations/source/he/scp2/source/accessories.po)0
-rw-r--r--source/he/scp2/source/activex.po (renamed from translations/source/he/scp2/source/activex.po)0
-rw-r--r--source/he/scp2/source/base.po (renamed from translations/source/he/scp2/source/base.po)0
-rw-r--r--source/he/scp2/source/binfilter.po (renamed from translations/source/he/scp2/source/binfilter.po)0
-rw-r--r--source/he/scp2/source/calc.po (renamed from translations/source/he/scp2/source/calc.po)0
-rw-r--r--source/he/scp2/source/draw.po (renamed from translations/source/he/scp2/source/draw.po)0
-rw-r--r--source/he/scp2/source/extensions.po (renamed from translations/source/he/scp2/source/extensions.po)0
-rw-r--r--source/he/scp2/source/gnome.po (renamed from translations/source/he/scp2/source/gnome.po)0
-rw-r--r--source/he/scp2/source/graphicfilter.po (renamed from translations/source/he/scp2/source/graphicfilter.po)0
-rw-r--r--source/he/scp2/source/impress.po (renamed from translations/source/he/scp2/source/impress.po)0
-rw-r--r--source/he/scp2/source/javafilter.po (renamed from translations/source/he/scp2/source/javafilter.po)0
-rw-r--r--source/he/scp2/source/kde.po (renamed from translations/source/he/scp2/source/kde.po)0
-rw-r--r--source/he/scp2/source/math.po (renamed from translations/source/he/scp2/source/math.po)0
-rw-r--r--source/he/scp2/source/onlineupdate.po (renamed from translations/source/he/scp2/source/onlineupdate.po)0
-rw-r--r--source/he/scp2/source/ooo.po (renamed from translations/source/he/scp2/source/ooo.po)0
-rw-r--r--source/he/scp2/source/python.po (renamed from translations/source/he/scp2/source/python.po)0
-rw-r--r--source/he/scp2/source/quickstart.po (renamed from translations/source/he/scp2/source/quickstart.po)0
-rw-r--r--source/he/scp2/source/sdkoo.po (renamed from translations/source/he/scp2/source/sdkoo.po)0
-rw-r--r--source/he/scp2/source/smoketest.po (renamed from translations/source/he/scp2/source/smoketest.po)0
-rw-r--r--source/he/scp2/source/stdlibs.po (renamed from translations/source/he/scp2/source/stdlibs.po)0
-rw-r--r--source/he/scp2/source/tde.po (renamed from translations/source/he/scp2/source/tde.po)0
-rw-r--r--source/he/scp2/source/winexplorerext.po (renamed from translations/source/he/scp2/source/winexplorerext.po)0
-rw-r--r--source/he/scp2/source/writer.po (renamed from translations/source/he/scp2/source/writer.po)0
-rw-r--r--source/he/scp2/source/xsltfilter.po (renamed from translations/source/he/scp2/source/xsltfilter.po)0
-rw-r--r--source/he/scripting/source/pyprov.po (renamed from translations/source/he/scripting/source/pyprov.po)0
-rw-r--r--source/he/sd/source/core.po (renamed from translations/source/he/sd/source/core.po)0
-rw-r--r--source/he/sd/source/filter/html.po (renamed from translations/source/he/sd/source/filter/html.po)0
-rw-r--r--source/he/sd/source/ui/accessibility.po (renamed from translations/source/he/sd/source/ui/accessibility.po)0
-rw-r--r--source/he/sd/source/ui/animations.po (renamed from translations/source/he/sd/source/ui/animations.po)0
-rw-r--r--source/he/sd/source/ui/annotations.po (renamed from translations/source/he/sd/source/ui/annotations.po)0
-rw-r--r--source/he/sd/source/ui/app.po (renamed from translations/source/he/sd/source/ui/app.po)0
-rw-r--r--source/he/sd/source/ui/dlg.po (renamed from translations/source/he/sd/source/ui/dlg.po)0
-rw-r--r--source/he/sd/source/ui/slideshow.po (renamed from translations/source/he/sd/source/ui/slideshow.po)0
-rw-r--r--source/he/sd/source/ui/table.po (renamed from translations/source/he/sd/source/ui/table.po)0
-rw-r--r--source/he/sd/source/ui/view.po (renamed from translations/source/he/sd/source/ui/view.po)0
-rw-r--r--source/he/sdext/source/minimizer.po (renamed from translations/source/he/sdext/source/minimizer.po)0
-rw-r--r--source/he/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/he/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/he/sdext/source/pdfimport.po (renamed from translations/source/he/sdext/source/pdfimport.po)0
-rw-r--r--source/he/sdext/source/presenter.po (renamed from translations/source/he/sdext/source/presenter.po)0
-rw-r--r--source/he/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/he/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/he/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/he/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/he/setup_native/source/mac.po (renamed from translations/source/he/setup_native/source/mac.po)0
-rw-r--r--source/he/sfx2/source/appl.po (renamed from translations/source/he/sfx2/source/appl.po)0
-rw-r--r--source/he/sfx2/source/bastyp.po (renamed from translations/source/he/sfx2/source/bastyp.po)0
-rw-r--r--source/he/sfx2/source/dialog.po (renamed from translations/source/he/sfx2/source/dialog.po)0
-rw-r--r--source/he/sfx2/source/doc.po (renamed from translations/source/he/sfx2/source/doc.po)0
-rw-r--r--source/he/sfx2/source/menu.po (renamed from translations/source/he/sfx2/source/menu.po)0
-rw-r--r--source/he/sfx2/source/view.po (renamed from translations/source/he/sfx2/source/view.po)0
-rw-r--r--source/he/shell/source/win32/shlxthandler/res.po (renamed from translations/source/he/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/he/starmath/source.po (renamed from translations/source/he/starmath/source.po)0
-rw-r--r--source/he/svl/source/items.po (renamed from translations/source/he/svl/source/items.po)0
-rw-r--r--source/he/svl/source/misc.po (renamed from translations/source/he/svl/source/misc.po)0
-rw-r--r--source/he/svtools/source/contnr.po (renamed from translations/source/he/svtools/source/contnr.po)0
-rw-r--r--source/he/svtools/source/control.po (renamed from translations/source/he/svtools/source/control.po)0
-rw-r--r--source/he/svtools/source/dialogs.po (renamed from translations/source/he/svtools/source/dialogs.po)0
-rw-r--r--source/he/svtools/source/filter.po (renamed from translations/source/he/svtools/source/filter.po)0
-rw-r--r--source/he/svtools/source/java.po (renamed from translations/source/he/svtools/source/java.po)0
-rw-r--r--source/he/svtools/source/misc.po (renamed from translations/source/he/svtools/source/misc.po)0
-rw-r--r--source/he/svtools/source/toolpanel.po (renamed from translations/source/he/svtools/source/toolpanel.po)0
-rw-r--r--source/he/svtools/workben/unodialog.po (renamed from translations/source/he/svtools/workben/unodialog.po)0
-rw-r--r--source/he/svx/inc.po (renamed from translations/source/he/svx/inc.po)0
-rw-r--r--source/he/svx/source/accessibility.po (renamed from translations/source/he/svx/source/accessibility.po)0
-rw-r--r--source/he/svx/source/dialog.po (renamed from translations/source/he/svx/source/dialog.po)0
-rw-r--r--source/he/svx/source/engine3d.po (renamed from translations/source/he/svx/source/engine3d.po)0
-rw-r--r--source/he/svx/source/fmcomp.po (renamed from translations/source/he/svx/source/fmcomp.po)0
-rw-r--r--source/he/svx/source/form.po (renamed from translations/source/he/svx/source/form.po)0
-rw-r--r--source/he/svx/source/gallery2.po (renamed from translations/source/he/svx/source/gallery2.po)0
-rw-r--r--source/he/svx/source/items.po (renamed from translations/source/he/svx/source/items.po)0
-rw-r--r--source/he/svx/source/src.po (renamed from translations/source/he/svx/source/src.po)0
-rw-r--r--source/he/svx/source/stbctrls.po (renamed from translations/source/he/svx/source/stbctrls.po)0
-rw-r--r--source/he/svx/source/svdraw.po (renamed from translations/source/he/svx/source/svdraw.po)0
-rw-r--r--source/he/svx/source/table.po (renamed from translations/source/he/svx/source/table.po)0
-rw-r--r--source/he/svx/source/tbxctrls.po (renamed from translations/source/he/svx/source/tbxctrls.po)0
-rw-r--r--source/he/svx/source/toolbars.po (renamed from translations/source/he/svx/source/toolbars.po)0
-rw-r--r--source/he/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/he/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/he/sw/source/core/layout.po (renamed from translations/source/he/sw/source/core/layout.po)0
-rw-r--r--source/he/sw/source/core/undo.po (renamed from translations/source/he/sw/source/core/undo.po)0
-rw-r--r--source/he/sw/source/core/unocore.po (renamed from translations/source/he/sw/source/core/unocore.po)0
-rw-r--r--source/he/sw/source/ui/app.po (renamed from translations/source/he/sw/source/ui/app.po)0
-rw-r--r--source/he/sw/source/ui/chrdlg.po (renamed from translations/source/he/sw/source/ui/chrdlg.po)0
-rw-r--r--source/he/sw/source/ui/config.po (renamed from translations/source/he/sw/source/ui/config.po)0
-rw-r--r--source/he/sw/source/ui/dbui.po (renamed from translations/source/he/sw/source/ui/dbui.po)0
-rw-r--r--source/he/sw/source/ui/dialog.po (renamed from translations/source/he/sw/source/ui/dialog.po)0
-rw-r--r--source/he/sw/source/ui/dochdl.po (renamed from translations/source/he/sw/source/ui/dochdl.po)0
-rw-r--r--source/he/sw/source/ui/docvw.po (renamed from translations/source/he/sw/source/ui/docvw.po)0
-rw-r--r--source/he/sw/source/ui/envelp.po (renamed from translations/source/he/sw/source/ui/envelp.po)0
-rw-r--r--source/he/sw/source/ui/fldui.po (renamed from translations/source/he/sw/source/ui/fldui.po)0
-rw-r--r--source/he/sw/source/ui/fmtui.po (renamed from translations/source/he/sw/source/ui/fmtui.po)0
-rw-r--r--source/he/sw/source/ui/frmdlg.po (renamed from translations/source/he/sw/source/ui/frmdlg.po)0
-rw-r--r--source/he/sw/source/ui/globdoc.po (renamed from translations/source/he/sw/source/ui/globdoc.po)0
-rw-r--r--source/he/sw/source/ui/index.po (renamed from translations/source/he/sw/source/ui/index.po)0
-rw-r--r--source/he/sw/source/ui/lingu.po (renamed from translations/source/he/sw/source/ui/lingu.po)0
-rw-r--r--source/he/sw/source/ui/misc.po (renamed from translations/source/he/sw/source/ui/misc.po)0
-rw-r--r--source/he/sw/source/ui/ribbar.po (renamed from translations/source/he/sw/source/ui/ribbar.po)0
-rw-r--r--source/he/sw/source/ui/shells.po (renamed from translations/source/he/sw/source/ui/shells.po)0
-rw-r--r--source/he/sw/source/ui/smartmenu.po (renamed from translations/source/he/sw/source/ui/smartmenu.po)0
-rw-r--r--source/he/sw/source/ui/table.po (renamed from translations/source/he/sw/source/ui/table.po)0
-rw-r--r--source/he/sw/source/ui/uiview.po (renamed from translations/source/he/sw/source/ui/uiview.po)0
-rw-r--r--source/he/sw/source/ui/utlui.po (renamed from translations/source/he/sw/source/ui/utlui.po)0
-rw-r--r--source/he/sw/source/ui/web.po (renamed from translations/source/he/sw/source/ui/web.po)0
-rw-r--r--source/he/sw/source/ui/wrtsh.po (renamed from translations/source/he/sw/source/ui/wrtsh.po)0
-rw-r--r--source/he/swext/mediawiki/help.po (renamed from translations/source/he/swext/mediawiki/help.po)0
-rw-r--r--source/he/swext/mediawiki/src.po (renamed from translations/source/he/swext/mediawiki/src.po)0
-rw-r--r--source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/he/sysui/desktop/share.po (renamed from translations/source/he/sysui/desktop/share.po)0
-rw-r--r--source/he/uui/source.po (renamed from translations/source/he/uui/source.po)0
-rw-r--r--source/he/vcl/source/src.po (renamed from translations/source/he/vcl/source/src.po)0
-rw-r--r--source/he/wizards/source/euro.po (renamed from translations/source/he/wizards/source/euro.po)0
-rw-r--r--source/he/wizards/source/formwizard.po (renamed from translations/source/he/wizards/source/formwizard.po)0
-rw-r--r--source/he/wizards/source/importwizard.po (renamed from translations/source/he/wizards/source/importwizard.po)0
-rw-r--r--source/he/wizards/source/schedule.po (renamed from translations/source/he/wizards/source/schedule.po)0
-rw-r--r--source/he/wizards/source/template.po (renamed from translations/source/he/wizards/source/template.po)0
-rw-r--r--source/he/xmlsecurity/source/component.po (renamed from translations/source/he/xmlsecurity/source/component.po)0
-rw-r--r--source/he/xmlsecurity/source/dialogs.po (renamed from translations/source/he/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/hi/accessibility/source/helper.po (renamed from translations/source/hi/accessibility/source/helper.po)0
-rw-r--r--source/hi/avmedia/source/framework.po (renamed from translations/source/hi/avmedia/source/framework.po)0
-rw-r--r--source/hi/avmedia/source/viewer.po (renamed from translations/source/hi/avmedia/source/viewer.po)0
-rw-r--r--source/hi/basctl/source/basicide.po (renamed from translations/source/hi/basctl/source/basicide.po)0
-rw-r--r--source/hi/basctl/source/dlged.po (renamed from translations/source/hi/basctl/source/dlged.po)0
-rw-r--r--source/hi/basic/source/classes.po (renamed from translations/source/hi/basic/source/classes.po)0
-rw-r--r--source/hi/basic/source/sbx.po (renamed from translations/source/hi/basic/source/sbx.po)0
-rw-r--r--source/hi/chart2/source/controller/dialogs.po (renamed from translations/source/hi/chart2/source/controller/dialogs.po)0
-rw-r--r--source/hi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/hi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/hi/connectivity/source/resource.po (renamed from translations/source/hi/connectivity/source/resource.po)0
-rw-r--r--source/hi/cui/source/customize.po (renamed from translations/source/hi/cui/source/customize.po)0
-rw-r--r--source/hi/cui/source/dialogs.po (renamed from translations/source/hi/cui/source/dialogs.po)0
-rw-r--r--source/hi/cui/source/options.po (renamed from translations/source/hi/cui/source/options.po)0
-rw-r--r--source/hi/cui/source/tabpages.po (renamed from translations/source/hi/cui/source/tabpages.po)0
-rw-r--r--source/hi/dbaccess/source/core/resource.po (renamed from translations/source/hi/dbaccess/source/core/resource.po)0
-rw-r--r--source/hi/dbaccess/source/ext/macromigration.po (renamed from translations/source/hi/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/hi/dbaccess/source/sdbtools/resource.po (renamed from translations/source/hi/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/hi/dbaccess/source/ui/app.po (renamed from translations/source/hi/dbaccess/source/ui/app.po)0
-rw-r--r--source/hi/dbaccess/source/ui/browser.po (renamed from translations/source/hi/dbaccess/source/ui/browser.po)0
-rw-r--r--source/hi/dbaccess/source/ui/control.po (renamed from translations/source/hi/dbaccess/source/ui/control.po)0
-rw-r--r--source/hi/dbaccess/source/ui/dlg.po (renamed from translations/source/hi/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/hi/dbaccess/source/ui/inc.po (renamed from translations/source/hi/dbaccess/source/ui/inc.po)0
-rw-r--r--source/hi/dbaccess/source/ui/misc.po (renamed from translations/source/hi/dbaccess/source/ui/misc.po)0
-rw-r--r--source/hi/dbaccess/source/ui/querydesign.po (renamed from translations/source/hi/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/hi/dbaccess/source/ui/relationdesign.po (renamed from translations/source/hi/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/hi/dbaccess/source/ui/tabledesign.po (renamed from translations/source/hi/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/hi/dbaccess/source/ui/uno.po (renamed from translations/source/hi/dbaccess/source/ui/uno.po)0
-rw-r--r--source/hi/desktop/source/app.po (renamed from translations/source/hi/desktop/source/app.po)0
-rw-r--r--source/hi/desktop/source/deployment/gui.po (renamed from translations/source/hi/desktop/source/deployment/gui.po)0
-rw-r--r--source/hi/desktop/source/deployment/manager.po (renamed from translations/source/hi/desktop/source/deployment/manager.po)0
-rw-r--r--source/hi/desktop/source/deployment/misc.po (renamed from translations/source/hi/desktop/source/deployment/misc.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry.po (renamed from translations/source/hi/desktop/source/deployment/registry.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/component.po (renamed from translations/source/hi/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/configuration.po (renamed from translations/source/hi/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/help.po (renamed from translations/source/hi/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/package.po (renamed from translations/source/hi/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/script.po (renamed from translations/source/hi/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/hi/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/hi/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/hi/desktop/source/deployment/unopkg.po (renamed from translations/source/hi/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/hi/dictionaries/af_ZA.po (renamed from translations/source/hi/dictionaries/af_ZA.po)0
-rw-r--r--source/hi/dictionaries/an_ES.po (renamed from translations/source/hi/dictionaries/an_ES.po)0
-rw-r--r--source/hi/dictionaries/ar.po (renamed from translations/source/hi/dictionaries/ar.po)0
-rw-r--r--source/hi/dictionaries/be_BY.po (renamed from translations/source/hi/dictionaries/be_BY.po)0
-rw-r--r--source/hi/dictionaries/bg_BG.po (renamed from translations/source/hi/dictionaries/bg_BG.po)0
-rw-r--r--source/hi/dictionaries/bn_BD.po (renamed from translations/source/hi/dictionaries/bn_BD.po)0
-rw-r--r--source/hi/dictionaries/br_FR.po (renamed from translations/source/hi/dictionaries/br_FR.po)0
-rw-r--r--source/hi/dictionaries/ca.po (renamed from translations/source/hi/dictionaries/ca.po)0
-rw-r--r--source/hi/dictionaries/cs_CZ.po (renamed from translations/source/hi/dictionaries/cs_CZ.po)0
-rw-r--r--source/hi/dictionaries/da_DK.po (renamed from translations/source/hi/dictionaries/da_DK.po)0
-rw-r--r--source/hi/dictionaries/de.po (renamed from translations/source/hi/dictionaries/de.po)0
-rw-r--r--source/hi/dictionaries/el_GR.po (renamed from translations/source/hi/dictionaries/el_GR.po)0
-rw-r--r--source/hi/dictionaries/en.po (renamed from translations/source/hi/dictionaries/en.po)0
-rw-r--r--source/hi/dictionaries/en/dialog.po (renamed from translations/source/hi/dictionaries/en/dialog.po)0
-rw-r--r--source/hi/dictionaries/es_ES.po (renamed from translations/source/hi/dictionaries/es_ES.po)0
-rw-r--r--source/hi/dictionaries/et_EE.po (renamed from translations/source/hi/dictionaries/et_EE.po)0
-rw-r--r--source/hi/dictionaries/fr_FR.po (renamed from translations/source/hi/dictionaries/fr_FR.po)0
-rw-r--r--source/hi/dictionaries/gd_GB.po (renamed from translations/source/hi/dictionaries/gd_GB.po)0
-rw-r--r--source/hi/dictionaries/gl.po (renamed from translations/source/hi/dictionaries/gl.po)0
-rw-r--r--source/hi/dictionaries/gu_IN.po (renamed from translations/source/hi/dictionaries/gu_IN.po)0
-rw-r--r--source/hi/dictionaries/he_IL.po (renamed from translations/source/hi/dictionaries/he_IL.po)0
-rw-r--r--source/hi/dictionaries/hi_IN.po (renamed from translations/source/hi/dictionaries/hi_IN.po)0
-rw-r--r--source/hi/dictionaries/hr_HR.po (renamed from translations/source/hi/dictionaries/hr_HR.po)0
-rw-r--r--source/hi/dictionaries/hu_HU.po (renamed from translations/source/hi/dictionaries/hu_HU.po)0
-rw-r--r--source/hi/dictionaries/hu_HU/dialog.po (renamed from translations/source/hi/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/hi/dictionaries/it_IT.po (renamed from translations/source/hi/dictionaries/it_IT.po)0
-rw-r--r--source/hi/dictionaries/ku_TR.po (renamed from translations/source/hi/dictionaries/ku_TR.po)0
-rw-r--r--source/hi/dictionaries/lt_LT.po (renamed from translations/source/hi/dictionaries/lt_LT.po)0
-rw-r--r--source/hi/dictionaries/lv_LV.po (renamed from translations/source/hi/dictionaries/lv_LV.po)0
-rw-r--r--source/hi/dictionaries/ne_NP.po (renamed from translations/source/hi/dictionaries/ne_NP.po)0
-rw-r--r--source/hi/dictionaries/nl_NL.po (renamed from translations/source/hi/dictionaries/nl_NL.po)0
-rw-r--r--source/hi/dictionaries/no.po (renamed from translations/source/hi/dictionaries/no.po)0
-rw-r--r--source/hi/dictionaries/oc_FR.po (renamed from translations/source/hi/dictionaries/oc_FR.po)0
-rw-r--r--source/hi/dictionaries/pl_PL.po (renamed from translations/source/hi/dictionaries/pl_PL.po)0
-rw-r--r--source/hi/dictionaries/pt_BR.po (renamed from translations/source/hi/dictionaries/pt_BR.po)0
-rw-r--r--source/hi/dictionaries/pt_PT.po (renamed from translations/source/hi/dictionaries/pt_PT.po)0
-rw-r--r--source/hi/dictionaries/ro.po (renamed from translations/source/hi/dictionaries/ro.po)0
-rw-r--r--source/hi/dictionaries/ru_RU.po (renamed from translations/source/hi/dictionaries/ru_RU.po)0
-rw-r--r--source/hi/dictionaries/ru_RU/dialog.po (renamed from translations/source/hi/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/hi/dictionaries/si_LK.po (renamed from translations/source/hi/dictionaries/si_LK.po)0
-rw-r--r--source/hi/dictionaries/sk_SK.po (renamed from translations/source/hi/dictionaries/sk_SK.po)0
-rw-r--r--source/hi/dictionaries/sl_SI.po (renamed from translations/source/hi/dictionaries/sl_SI.po)0
-rw-r--r--source/hi/dictionaries/sr.po (renamed from translations/source/hi/dictionaries/sr.po)0
-rw-r--r--source/hi/dictionaries/sv_SE.po (renamed from translations/source/hi/dictionaries/sv_SE.po)0
-rw-r--r--source/hi/dictionaries/sw_TZ.po (renamed from translations/source/hi/dictionaries/sw_TZ.po)0
-rw-r--r--source/hi/dictionaries/te_IN.po (renamed from translations/source/hi/dictionaries/te_IN.po)0
-rw-r--r--source/hi/dictionaries/th_TH.po (renamed from translations/source/hi/dictionaries/th_TH.po)0
-rw-r--r--source/hi/dictionaries/uk_UA.po (renamed from translations/source/hi/dictionaries/uk_UA.po)0
-rw-r--r--source/hi/dictionaries/vi.po (renamed from translations/source/hi/dictionaries/vi.po)0
-rw-r--r--source/hi/dictionaries/zu_ZA.po (renamed from translations/source/hi/dictionaries/zu_ZA.po)0
-rw-r--r--source/hi/editeng/source/accessibility.po (renamed from translations/source/hi/editeng/source/accessibility.po)0
-rw-r--r--source/hi/editeng/source/editeng.po (renamed from translations/source/hi/editeng/source/editeng.po)0
-rw-r--r--source/hi/editeng/source/items.po (renamed from translations/source/hi/editeng/source/items.po)0
-rw-r--r--source/hi/editeng/source/misc.po (renamed from translations/source/hi/editeng/source/misc.po)0
-rw-r--r--source/hi/editeng/source/outliner.po (renamed from translations/source/hi/editeng/source/outliner.po)0
-rw-r--r--source/hi/extensions/source/abpilot.po (renamed from translations/source/hi/extensions/source/abpilot.po)0
-rw-r--r--source/hi/extensions/source/bibliography.po (renamed from translations/source/hi/extensions/source/bibliography.po)0
-rw-r--r--source/hi/extensions/source/dbpilots.po (renamed from translations/source/hi/extensions/source/dbpilots.po)0
-rw-r--r--source/hi/extensions/source/propctrlr.po (renamed from translations/source/hi/extensions/source/propctrlr.po)0
-rw-r--r--source/hi/extensions/source/scanner.po (renamed from translations/source/hi/extensions/source/scanner.po)0
-rw-r--r--source/hi/extensions/source/update/check.po (renamed from translations/source/hi/extensions/source/update/check.po)0
-rw-r--r--source/hi/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/hi/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/hi/filter/source/config/fragments/filters.po (renamed from translations/source/hi/filter/source/config/fragments/filters.po)0
-rw-r--r--source/hi/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/hi/filter/source/config/fragments/types.po (renamed from translations/source/hi/filter/source/config/fragments/types.po)0
-rw-r--r--source/hi/filter/source/flash.po (renamed from translations/source/hi/filter/source/flash.po)0
-rw-r--r--source/hi/filter/source/graphicfilter/eps.po (renamed from translations/source/hi/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/hi/filter/source/pdf.po (renamed from translations/source/hi/filter/source/pdf.po)0
-rw-r--r--source/hi/filter/source/t602.po (renamed from translations/source/hi/filter/source/t602.po)0
-rw-r--r--source/hi/filter/source/xsltdialog.po (renamed from translations/source/hi/filter/source/xsltdialog.po)0
-rw-r--r--source/hi/forms/source/resource.po (renamed from translations/source/hi/forms/source/resource.po)0
-rw-r--r--source/hi/formula/source/core/resource.po (renamed from translations/source/hi/formula/source/core/resource.po)0
-rw-r--r--source/hi/formula/source/ui/dlg.po (renamed from translations/source/hi/formula/source/ui/dlg.po)0
-rw-r--r--source/hi/fpicker/source/office.po (renamed from translations/source/hi/fpicker/source/office.po)0
-rw-r--r--source/hi/framework/source/classes.po (renamed from translations/source/hi/framework/source/classes.po)0
-rw-r--r--source/hi/framework/source/services.po (renamed from translations/source/hi/framework/source/services.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/hi/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/hi/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc.po (renamed from translations/source/hi/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/00.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/02.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/04.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/05.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/hi/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/schart.po (renamed from translations/source/hi/helpcontent2/source/text/schart.po)0
-rw-r--r--source/hi/helpcontent2/source/text/schart/00.po (renamed from translations/source/hi/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/schart/01.po (renamed from translations/source/hi/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/schart/02.po (renamed from translations/source/hi/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/schart/04.po (renamed from translations/source/hi/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sdraw.po (renamed from translations/source/hi/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/hi/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/hi/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/hi/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/hi/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared.po (renamed from translations/source/hi/helpcontent2/source/text/shared.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po (renamed from translations/source/hi/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po (renamed from translations/source/hi/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po (renamed from translations/source/hi/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/04.po (renamed from translations/source/hi/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/05.po (renamed from translations/source/hi/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/07.po (renamed from translations/source/hi/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/hi/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/hi/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/hi/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po (renamed from translations/source/hi/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/hi/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress.po (renamed from translations/source/hi/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress/00.po (renamed from translations/source/hi/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress/01.po (renamed from translations/source/hi/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress/02.po (renamed from translations/source/hi/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress/04.po (renamed from translations/source/hi/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/hi/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath.po (renamed from translations/source/hi/helpcontent2/source/text/smath.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath/00.po (renamed from translations/source/hi/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath/01.po (renamed from translations/source/hi/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath/02.po (renamed from translations/source/hi/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath/04.po (renamed from translations/source/hi/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/smath/guide.po (renamed from translations/source/hi/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po (renamed from translations/source/hi/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po (renamed from translations/source/hi/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po (renamed from translations/source/hi/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter/02.po (renamed from translations/source/hi/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter/04.po (renamed from translations/source/hi/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/hi/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/hi/mysqlc/source.po (renamed from translations/source/hi/mysqlc/source.po)0
-rw-r--r--source/hi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/hi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/hi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/hi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/hi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/hi/nlpsolver/src/locale.po (renamed from translations/source/hi/nlpsolver/src/locale.po)0
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/hi/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hi/padmin/source.po (renamed from translations/source/hi/padmin/source.po)0
-rw-r--r--source/hi/readlicense_oo/docs/readme.po (renamed from translations/source/hi/readlicense_oo/docs/readme.po)0
-rw-r--r--source/hi/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/hi/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/hi/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/hi/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hi/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hi/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hi/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/hi/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/hi/reportbuilder/util.po (renamed from translations/source/hi/reportbuilder/util.po)0
-rw-r--r--source/hi/reportdesign/source/core/resource.po (renamed from translations/source/hi/reportdesign/source/core/resource.po)0
-rw-r--r--source/hi/reportdesign/source/ui/dlg.po (renamed from translations/source/hi/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/hi/reportdesign/source/ui/inspection.po (renamed from translations/source/hi/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/hi/reportdesign/source/ui/report.po (renamed from translations/source/hi/reportdesign/source/ui/report.po)0
-rw-r--r--source/hi/sc/source/core/src.po (renamed from translations/source/hi/sc/source/core/src.po)0
-rw-r--r--source/hi/sc/source/ui/cctrl.po (renamed from translations/source/hi/sc/source/ui/cctrl.po)0
-rw-r--r--source/hi/sc/source/ui/dbgui.po (renamed from translations/source/hi/sc/source/ui/dbgui.po)0
-rw-r--r--source/hi/sc/source/ui/docshell.po (renamed from translations/source/hi/sc/source/ui/docshell.po)0
-rw-r--r--source/hi/sc/source/ui/drawfunc.po (renamed from translations/source/hi/sc/source/ui/drawfunc.po)0
-rw-r--r--source/hi/sc/source/ui/formdlg.po (renamed from translations/source/hi/sc/source/ui/formdlg.po)0
-rw-r--r--source/hi/sc/source/ui/miscdlgs.po (renamed from translations/source/hi/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/hi/sc/source/ui/navipi.po (renamed from translations/source/hi/sc/source/ui/navipi.po)0
-rw-r--r--source/hi/sc/source/ui/optdlg.po (renamed from translations/source/hi/sc/source/ui/optdlg.po)0
-rw-r--r--source/hi/sc/source/ui/pagedlg.po (renamed from translations/source/hi/sc/source/ui/pagedlg.po)0
-rw-r--r--source/hi/sc/source/ui/src.po (renamed from translations/source/hi/sc/source/ui/src.po)0
-rw-r--r--source/hi/sc/source/ui/styleui.po (renamed from translations/source/hi/sc/source/ui/styleui.po)0
-rw-r--r--source/hi/scaddins/source/analysis.po (renamed from translations/source/hi/scaddins/source/analysis.po)0
-rw-r--r--source/hi/scaddins/source/datefunc.po (renamed from translations/source/hi/scaddins/source/datefunc.po)0
-rw-r--r--source/hi/sccomp/source/solver.po (renamed from translations/source/hi/sccomp/source/solver.po)0
-rw-r--r--source/hi/scp2/source/accessories.po (renamed from translations/source/hi/scp2/source/accessories.po)0
-rw-r--r--source/hi/scp2/source/activex.po (renamed from translations/source/hi/scp2/source/activex.po)0
-rw-r--r--source/hi/scp2/source/base.po (renamed from translations/source/hi/scp2/source/base.po)0
-rw-r--r--source/hi/scp2/source/binfilter.po (renamed from translations/source/hi/scp2/source/binfilter.po)0
-rw-r--r--source/hi/scp2/source/calc.po (renamed from translations/source/hi/scp2/source/calc.po)0
-rw-r--r--source/hi/scp2/source/draw.po (renamed from translations/source/hi/scp2/source/draw.po)0
-rw-r--r--source/hi/scp2/source/extensions.po (renamed from translations/source/hi/scp2/source/extensions.po)0
-rw-r--r--source/hi/scp2/source/gnome.po (renamed from translations/source/hi/scp2/source/gnome.po)0
-rw-r--r--source/hi/scp2/source/graphicfilter.po (renamed from translations/source/hi/scp2/source/graphicfilter.po)0
-rw-r--r--source/hi/scp2/source/impress.po (renamed from translations/source/hi/scp2/source/impress.po)0
-rw-r--r--source/hi/scp2/source/javafilter.po (renamed from translations/source/hi/scp2/source/javafilter.po)0
-rw-r--r--source/hi/scp2/source/kde.po (renamed from translations/source/hi/scp2/source/kde.po)0
-rw-r--r--source/hi/scp2/source/math.po (renamed from translations/source/hi/scp2/source/math.po)0
-rw-r--r--source/hi/scp2/source/onlineupdate.po (renamed from translations/source/hi/scp2/source/onlineupdate.po)0
-rw-r--r--source/hi/scp2/source/ooo.po (renamed from translations/source/hi/scp2/source/ooo.po)0
-rw-r--r--source/hi/scp2/source/python.po (renamed from translations/source/hi/scp2/source/python.po)0
-rw-r--r--source/hi/scp2/source/quickstart.po (renamed from translations/source/hi/scp2/source/quickstart.po)0
-rw-r--r--source/hi/scp2/source/sdkoo.po (renamed from translations/source/hi/scp2/source/sdkoo.po)0
-rw-r--r--source/hi/scp2/source/smoketest.po (renamed from translations/source/hi/scp2/source/smoketest.po)0
-rw-r--r--source/hi/scp2/source/stdlibs.po (renamed from translations/source/hi/scp2/source/stdlibs.po)0
-rw-r--r--source/hi/scp2/source/tde.po (renamed from translations/source/hi/scp2/source/tde.po)0
-rw-r--r--source/hi/scp2/source/winexplorerext.po (renamed from translations/source/hi/scp2/source/winexplorerext.po)0
-rw-r--r--source/hi/scp2/source/writer.po (renamed from translations/source/hi/scp2/source/writer.po)0
-rw-r--r--source/hi/scp2/source/xsltfilter.po (renamed from translations/source/hi/scp2/source/xsltfilter.po)0
-rw-r--r--source/hi/scripting/source/pyprov.po (renamed from translations/source/hi/scripting/source/pyprov.po)0
-rw-r--r--source/hi/sd/source/core.po (renamed from translations/source/hi/sd/source/core.po)0
-rw-r--r--source/hi/sd/source/filter/html.po (renamed from translations/source/hi/sd/source/filter/html.po)0
-rw-r--r--source/hi/sd/source/ui/accessibility.po (renamed from translations/source/hi/sd/source/ui/accessibility.po)0
-rw-r--r--source/hi/sd/source/ui/animations.po (renamed from translations/source/hi/sd/source/ui/animations.po)0
-rw-r--r--source/hi/sd/source/ui/annotations.po (renamed from translations/source/hi/sd/source/ui/annotations.po)0
-rw-r--r--source/hi/sd/source/ui/app.po (renamed from translations/source/hi/sd/source/ui/app.po)0
-rw-r--r--source/hi/sd/source/ui/dlg.po (renamed from translations/source/hi/sd/source/ui/dlg.po)0
-rw-r--r--source/hi/sd/source/ui/slideshow.po (renamed from translations/source/hi/sd/source/ui/slideshow.po)0
-rw-r--r--source/hi/sd/source/ui/table.po (renamed from translations/source/hi/sd/source/ui/table.po)0
-rw-r--r--source/hi/sd/source/ui/view.po (renamed from translations/source/hi/sd/source/ui/view.po)0
-rw-r--r--source/hi/sdext/source/minimizer.po (renamed from translations/source/hi/sdext/source/minimizer.po)0
-rw-r--r--source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hi/sdext/source/pdfimport.po (renamed from translations/source/hi/sdext/source/pdfimport.po)0
-rw-r--r--source/hi/sdext/source/presenter.po (renamed from translations/source/hi/sdext/source/presenter.po)0
-rw-r--r--source/hi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/hi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/hi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hi/setup_native/source/mac.po (renamed from translations/source/hi/setup_native/source/mac.po)0
-rw-r--r--source/hi/sfx2/source/appl.po (renamed from translations/source/hi/sfx2/source/appl.po)0
-rw-r--r--source/hi/sfx2/source/bastyp.po (renamed from translations/source/hi/sfx2/source/bastyp.po)0
-rw-r--r--source/hi/sfx2/source/dialog.po (renamed from translations/source/hi/sfx2/source/dialog.po)0
-rw-r--r--source/hi/sfx2/source/doc.po (renamed from translations/source/hi/sfx2/source/doc.po)0
-rw-r--r--source/hi/sfx2/source/menu.po (renamed from translations/source/hi/sfx2/source/menu.po)0
-rw-r--r--source/hi/sfx2/source/view.po (renamed from translations/source/hi/sfx2/source/view.po)0
-rw-r--r--source/hi/shell/source/win32/shlxthandler/res.po (renamed from translations/source/hi/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/hi/starmath/source.po (renamed from translations/source/hi/starmath/source.po)0
-rw-r--r--source/hi/svl/source/items.po (renamed from translations/source/hi/svl/source/items.po)0
-rw-r--r--source/hi/svl/source/misc.po (renamed from translations/source/hi/svl/source/misc.po)0
-rw-r--r--source/hi/svtools/source/contnr.po (renamed from translations/source/hi/svtools/source/contnr.po)0
-rw-r--r--source/hi/svtools/source/control.po (renamed from translations/source/hi/svtools/source/control.po)0
-rw-r--r--source/hi/svtools/source/dialogs.po (renamed from translations/source/hi/svtools/source/dialogs.po)0
-rw-r--r--source/hi/svtools/source/filter.po (renamed from translations/source/hi/svtools/source/filter.po)0
-rw-r--r--source/hi/svtools/source/java.po (renamed from translations/source/hi/svtools/source/java.po)0
-rw-r--r--source/hi/svtools/source/misc.po (renamed from translations/source/hi/svtools/source/misc.po)0
-rw-r--r--source/hi/svtools/source/toolpanel.po (renamed from translations/source/hi/svtools/source/toolpanel.po)0
-rw-r--r--source/hi/svtools/workben/unodialog.po (renamed from translations/source/hi/svtools/workben/unodialog.po)0
-rw-r--r--source/hi/svx/inc.po (renamed from translations/source/hi/svx/inc.po)0
-rw-r--r--source/hi/svx/source/accessibility.po (renamed from translations/source/hi/svx/source/accessibility.po)0
-rw-r--r--source/hi/svx/source/dialog.po (renamed from translations/source/hi/svx/source/dialog.po)0
-rw-r--r--source/hi/svx/source/engine3d.po (renamed from translations/source/hi/svx/source/engine3d.po)0
-rw-r--r--source/hi/svx/source/fmcomp.po (renamed from translations/source/hi/svx/source/fmcomp.po)0
-rw-r--r--source/hi/svx/source/form.po (renamed from translations/source/hi/svx/source/form.po)0
-rw-r--r--source/hi/svx/source/gallery2.po (renamed from translations/source/hi/svx/source/gallery2.po)0
-rw-r--r--source/hi/svx/source/items.po (renamed from translations/source/hi/svx/source/items.po)0
-rw-r--r--source/hi/svx/source/src.po (renamed from translations/source/hi/svx/source/src.po)0
-rw-r--r--source/hi/svx/source/stbctrls.po (renamed from translations/source/hi/svx/source/stbctrls.po)0
-rw-r--r--source/hi/svx/source/svdraw.po (renamed from translations/source/hi/svx/source/svdraw.po)0
-rw-r--r--source/hi/svx/source/table.po (renamed from translations/source/hi/svx/source/table.po)0
-rw-r--r--source/hi/svx/source/tbxctrls.po (renamed from translations/source/hi/svx/source/tbxctrls.po)0
-rw-r--r--source/hi/svx/source/toolbars.po (renamed from translations/source/hi/svx/source/toolbars.po)0
-rw-r--r--source/hi/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/hi/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/hi/sw/source/core/layout.po (renamed from translations/source/hi/sw/source/core/layout.po)0
-rw-r--r--source/hi/sw/source/core/undo.po (renamed from translations/source/hi/sw/source/core/undo.po)0
-rw-r--r--source/hi/sw/source/core/unocore.po (renamed from translations/source/hi/sw/source/core/unocore.po)0
-rw-r--r--source/hi/sw/source/ui/app.po (renamed from translations/source/hi/sw/source/ui/app.po)0
-rw-r--r--source/hi/sw/source/ui/chrdlg.po (renamed from translations/source/hi/sw/source/ui/chrdlg.po)0
-rw-r--r--source/hi/sw/source/ui/config.po (renamed from translations/source/hi/sw/source/ui/config.po)0
-rw-r--r--source/hi/sw/source/ui/dbui.po (renamed from translations/source/hi/sw/source/ui/dbui.po)0
-rw-r--r--source/hi/sw/source/ui/dialog.po (renamed from translations/source/hi/sw/source/ui/dialog.po)0
-rw-r--r--source/hi/sw/source/ui/dochdl.po (renamed from translations/source/hi/sw/source/ui/dochdl.po)0
-rw-r--r--source/hi/sw/source/ui/docvw.po (renamed from translations/source/hi/sw/source/ui/docvw.po)0
-rw-r--r--source/hi/sw/source/ui/envelp.po (renamed from translations/source/hi/sw/source/ui/envelp.po)0
-rw-r--r--source/hi/sw/source/ui/fldui.po (renamed from translations/source/hi/sw/source/ui/fldui.po)0
-rw-r--r--source/hi/sw/source/ui/fmtui.po (renamed from translations/source/hi/sw/source/ui/fmtui.po)0
-rw-r--r--source/hi/sw/source/ui/frmdlg.po (renamed from translations/source/hi/sw/source/ui/frmdlg.po)0
-rw-r--r--source/hi/sw/source/ui/globdoc.po (renamed from translations/source/hi/sw/source/ui/globdoc.po)0
-rw-r--r--source/hi/sw/source/ui/index.po (renamed from translations/source/hi/sw/source/ui/index.po)0
-rw-r--r--source/hi/sw/source/ui/lingu.po (renamed from translations/source/hi/sw/source/ui/lingu.po)0
-rw-r--r--source/hi/sw/source/ui/misc.po (renamed from translations/source/hi/sw/source/ui/misc.po)0
-rw-r--r--source/hi/sw/source/ui/ribbar.po (renamed from translations/source/hi/sw/source/ui/ribbar.po)0
-rw-r--r--source/hi/sw/source/ui/shells.po (renamed from translations/source/hi/sw/source/ui/shells.po)0
-rw-r--r--source/hi/sw/source/ui/smartmenu.po (renamed from translations/source/hi/sw/source/ui/smartmenu.po)0
-rw-r--r--source/hi/sw/source/ui/table.po (renamed from translations/source/hi/sw/source/ui/table.po)0
-rw-r--r--source/hi/sw/source/ui/uiview.po (renamed from translations/source/hi/sw/source/ui/uiview.po)0
-rw-r--r--source/hi/sw/source/ui/utlui.po (renamed from translations/source/hi/sw/source/ui/utlui.po)0
-rw-r--r--source/hi/sw/source/ui/web.po (renamed from translations/source/hi/sw/source/ui/web.po)0
-rw-r--r--source/hi/sw/source/ui/wrtsh.po (renamed from translations/source/hi/sw/source/ui/wrtsh.po)0
-rw-r--r--source/hi/swext/mediawiki/help.po (renamed from translations/source/hi/swext/mediawiki/help.po)0
-rw-r--r--source/hi/swext/mediawiki/src.po (renamed from translations/source/hi/swext/mediawiki/src.po)0
-rw-r--r--source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/hi/sysui/desktop/share.po (renamed from translations/source/hi/sysui/desktop/share.po)0
-rw-r--r--source/hi/uui/source.po (renamed from translations/source/hi/uui/source.po)0
-rw-r--r--source/hi/vcl/source/src.po (renamed from translations/source/hi/vcl/source/src.po)0
-rw-r--r--source/hi/wizards/source/euro.po (renamed from translations/source/hi/wizards/source/euro.po)0
-rw-r--r--source/hi/wizards/source/formwizard.po (renamed from translations/source/hi/wizards/source/formwizard.po)0
-rw-r--r--source/hi/wizards/source/importwizard.po (renamed from translations/source/hi/wizards/source/importwizard.po)0
-rw-r--r--source/hi/wizards/source/schedule.po (renamed from translations/source/hi/wizards/source/schedule.po)0
-rw-r--r--source/hi/wizards/source/template.po (renamed from translations/source/hi/wizards/source/template.po)0
-rw-r--r--source/hi/xmlsecurity/source/component.po (renamed from translations/source/hi/xmlsecurity/source/component.po)0
-rw-r--r--source/hi/xmlsecurity/source/dialogs.po (renamed from translations/source/hi/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/hr/accessibility/source/helper.po (renamed from translations/source/hr/accessibility/source/helper.po)0
-rw-r--r--source/hr/avmedia/source/framework.po (renamed from translations/source/hr/avmedia/source/framework.po)0
-rw-r--r--source/hr/avmedia/source/viewer.po (renamed from translations/source/hr/avmedia/source/viewer.po)0
-rw-r--r--source/hr/basctl/source/basicide.po (renamed from translations/source/hr/basctl/source/basicide.po)0
-rw-r--r--source/hr/basctl/source/dlged.po (renamed from translations/source/hr/basctl/source/dlged.po)0
-rw-r--r--source/hr/basic/source/classes.po (renamed from translations/source/hr/basic/source/classes.po)0
-rw-r--r--source/hr/basic/source/sbx.po (renamed from translations/source/hr/basic/source/sbx.po)0
-rw-r--r--source/hr/chart2/source/controller/dialogs.po (renamed from translations/source/hr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/hr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/hr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/hr/connectivity/source/resource.po (renamed from translations/source/hr/connectivity/source/resource.po)0
-rw-r--r--source/hr/cui/source/customize.po (renamed from translations/source/hr/cui/source/customize.po)0
-rw-r--r--source/hr/cui/source/dialogs.po (renamed from translations/source/hr/cui/source/dialogs.po)0
-rw-r--r--source/hr/cui/source/options.po (renamed from translations/source/hr/cui/source/options.po)0
-rw-r--r--source/hr/cui/source/tabpages.po (renamed from translations/source/hr/cui/source/tabpages.po)0
-rw-r--r--source/hr/dbaccess/source/core/resource.po (renamed from translations/source/hr/dbaccess/source/core/resource.po)0
-rw-r--r--source/hr/dbaccess/source/ext/macromigration.po (renamed from translations/source/hr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/hr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/hr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/hr/dbaccess/source/ui/app.po (renamed from translations/source/hr/dbaccess/source/ui/app.po)0
-rw-r--r--source/hr/dbaccess/source/ui/browser.po (renamed from translations/source/hr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/hr/dbaccess/source/ui/control.po (renamed from translations/source/hr/dbaccess/source/ui/control.po)0
-rw-r--r--source/hr/dbaccess/source/ui/dlg.po (renamed from translations/source/hr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/hr/dbaccess/source/ui/inc.po (renamed from translations/source/hr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/hr/dbaccess/source/ui/misc.po (renamed from translations/source/hr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/hr/dbaccess/source/ui/querydesign.po (renamed from translations/source/hr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/hr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/hr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/hr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/hr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/hr/dbaccess/source/ui/uno.po (renamed from translations/source/hr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/hr/desktop/source/app.po (renamed from translations/source/hr/desktop/source/app.po)0
-rw-r--r--source/hr/desktop/source/deployment/gui.po (renamed from translations/source/hr/desktop/source/deployment/gui.po)0
-rw-r--r--source/hr/desktop/source/deployment/manager.po (renamed from translations/source/hr/desktop/source/deployment/manager.po)0
-rw-r--r--source/hr/desktop/source/deployment/misc.po (renamed from translations/source/hr/desktop/source/deployment/misc.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry.po (renamed from translations/source/hr/desktop/source/deployment/registry.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/component.po (renamed from translations/source/hr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/hr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/help.po (renamed from translations/source/hr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/package.po (renamed from translations/source/hr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/script.po (renamed from translations/source/hr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/hr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/hr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/hr/desktop/source/deployment/unopkg.po (renamed from translations/source/hr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/hr/dictionaries/af_ZA.po (renamed from translations/source/hr/dictionaries/af_ZA.po)0
-rw-r--r--source/hr/dictionaries/an_ES.po (renamed from translations/source/hr/dictionaries/an_ES.po)0
-rw-r--r--source/hr/dictionaries/ar.po (renamed from translations/source/hr/dictionaries/ar.po)0
-rw-r--r--source/hr/dictionaries/be_BY.po (renamed from translations/source/hr/dictionaries/be_BY.po)0
-rw-r--r--source/hr/dictionaries/bg_BG.po (renamed from translations/source/hr/dictionaries/bg_BG.po)0
-rw-r--r--source/hr/dictionaries/bn_BD.po (renamed from translations/source/hr/dictionaries/bn_BD.po)0
-rw-r--r--source/hr/dictionaries/br_FR.po (renamed from translations/source/hr/dictionaries/br_FR.po)0
-rw-r--r--source/hr/dictionaries/ca.po (renamed from translations/source/hr/dictionaries/ca.po)0
-rw-r--r--source/hr/dictionaries/cs_CZ.po (renamed from translations/source/hr/dictionaries/cs_CZ.po)0
-rw-r--r--source/hr/dictionaries/da_DK.po (renamed from translations/source/hr/dictionaries/da_DK.po)0
-rw-r--r--source/hr/dictionaries/de.po (renamed from translations/source/hr/dictionaries/de.po)0
-rw-r--r--source/hr/dictionaries/el_GR.po (renamed from translations/source/hr/dictionaries/el_GR.po)0
-rw-r--r--source/hr/dictionaries/en.po (renamed from translations/source/hr/dictionaries/en.po)0
-rw-r--r--source/hr/dictionaries/en/dialog.po (renamed from translations/source/hr/dictionaries/en/dialog.po)0
-rw-r--r--source/hr/dictionaries/es_ES.po (renamed from translations/source/hr/dictionaries/es_ES.po)0
-rw-r--r--source/hr/dictionaries/et_EE.po (renamed from translations/source/hr/dictionaries/et_EE.po)0
-rw-r--r--source/hr/dictionaries/fr_FR.po (renamed from translations/source/hr/dictionaries/fr_FR.po)0
-rw-r--r--source/hr/dictionaries/gd_GB.po (renamed from translations/source/hr/dictionaries/gd_GB.po)0
-rw-r--r--source/hr/dictionaries/gl.po (renamed from translations/source/hr/dictionaries/gl.po)0
-rw-r--r--source/hr/dictionaries/gu_IN.po (renamed from translations/source/hr/dictionaries/gu_IN.po)0
-rw-r--r--source/hr/dictionaries/he_IL.po (renamed from translations/source/hr/dictionaries/he_IL.po)0
-rw-r--r--source/hr/dictionaries/hi_IN.po (renamed from translations/source/hr/dictionaries/hi_IN.po)0
-rw-r--r--source/hr/dictionaries/hr_HR.po (renamed from translations/source/hr/dictionaries/hr_HR.po)0
-rw-r--r--source/hr/dictionaries/hu_HU.po (renamed from translations/source/hr/dictionaries/hu_HU.po)0
-rw-r--r--source/hr/dictionaries/hu_HU/dialog.po (renamed from translations/source/hr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/hr/dictionaries/it_IT.po (renamed from translations/source/hr/dictionaries/it_IT.po)0
-rw-r--r--source/hr/dictionaries/ku_TR.po (renamed from translations/source/hr/dictionaries/ku_TR.po)0
-rw-r--r--source/hr/dictionaries/lt_LT.po (renamed from translations/source/hr/dictionaries/lt_LT.po)0
-rw-r--r--source/hr/dictionaries/lv_LV.po (renamed from translations/source/hr/dictionaries/lv_LV.po)0
-rw-r--r--source/hr/dictionaries/ne_NP.po (renamed from translations/source/hr/dictionaries/ne_NP.po)0
-rw-r--r--source/hr/dictionaries/nl_NL.po (renamed from translations/source/hr/dictionaries/nl_NL.po)0
-rw-r--r--source/hr/dictionaries/no.po (renamed from translations/source/hr/dictionaries/no.po)0
-rw-r--r--source/hr/dictionaries/oc_FR.po (renamed from translations/source/hr/dictionaries/oc_FR.po)0
-rw-r--r--source/hr/dictionaries/pl_PL.po (renamed from translations/source/hr/dictionaries/pl_PL.po)0
-rw-r--r--source/hr/dictionaries/pt_BR.po (renamed from translations/source/hr/dictionaries/pt_BR.po)0
-rw-r--r--source/hr/dictionaries/pt_PT.po (renamed from translations/source/hr/dictionaries/pt_PT.po)0
-rw-r--r--source/hr/dictionaries/ro.po (renamed from translations/source/hr/dictionaries/ro.po)0
-rw-r--r--source/hr/dictionaries/ru_RU.po (renamed from translations/source/hr/dictionaries/ru_RU.po)0
-rw-r--r--source/hr/dictionaries/ru_RU/dialog.po (renamed from translations/source/hr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/hr/dictionaries/si_LK.po (renamed from translations/source/hr/dictionaries/si_LK.po)0
-rw-r--r--source/hr/dictionaries/sk_SK.po (renamed from translations/source/hr/dictionaries/sk_SK.po)0
-rw-r--r--source/hr/dictionaries/sl_SI.po (renamed from translations/source/hr/dictionaries/sl_SI.po)0
-rw-r--r--source/hr/dictionaries/sr.po (renamed from translations/source/hr/dictionaries/sr.po)0
-rw-r--r--source/hr/dictionaries/sv_SE.po (renamed from translations/source/hr/dictionaries/sv_SE.po)0
-rw-r--r--source/hr/dictionaries/sw_TZ.po (renamed from translations/source/hr/dictionaries/sw_TZ.po)0
-rw-r--r--source/hr/dictionaries/te_IN.po (renamed from translations/source/hr/dictionaries/te_IN.po)0
-rw-r--r--source/hr/dictionaries/th_TH.po (renamed from translations/source/hr/dictionaries/th_TH.po)0
-rw-r--r--source/hr/dictionaries/uk_UA.po (renamed from translations/source/hr/dictionaries/uk_UA.po)0
-rw-r--r--source/hr/dictionaries/vi.po (renamed from translations/source/hr/dictionaries/vi.po)0
-rw-r--r--source/hr/dictionaries/zu_ZA.po (renamed from translations/source/hr/dictionaries/zu_ZA.po)0
-rw-r--r--source/hr/editeng/source/accessibility.po (renamed from translations/source/hr/editeng/source/accessibility.po)0
-rw-r--r--source/hr/editeng/source/editeng.po (renamed from translations/source/hr/editeng/source/editeng.po)0
-rw-r--r--source/hr/editeng/source/items.po (renamed from translations/source/hr/editeng/source/items.po)0
-rw-r--r--source/hr/editeng/source/misc.po (renamed from translations/source/hr/editeng/source/misc.po)0
-rw-r--r--source/hr/editeng/source/outliner.po (renamed from translations/source/hr/editeng/source/outliner.po)0
-rw-r--r--source/hr/extensions/source/abpilot.po (renamed from translations/source/hr/extensions/source/abpilot.po)0
-rw-r--r--source/hr/extensions/source/bibliography.po (renamed from translations/source/hr/extensions/source/bibliography.po)0
-rw-r--r--source/hr/extensions/source/dbpilots.po (renamed from translations/source/hr/extensions/source/dbpilots.po)0
-rw-r--r--source/hr/extensions/source/propctrlr.po (renamed from translations/source/hr/extensions/source/propctrlr.po)0
-rw-r--r--source/hr/extensions/source/scanner.po (renamed from translations/source/hr/extensions/source/scanner.po)0
-rw-r--r--source/hr/extensions/source/update/check.po (renamed from translations/source/hr/extensions/source/update/check.po)0
-rw-r--r--source/hr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/hr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/hr/filter/source/config/fragments/filters.po (renamed from translations/source/hr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/hr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/hr/filter/source/config/fragments/types.po (renamed from translations/source/hr/filter/source/config/fragments/types.po)0
-rw-r--r--source/hr/filter/source/flash.po (renamed from translations/source/hr/filter/source/flash.po)0
-rw-r--r--source/hr/filter/source/graphicfilter/eps.po (renamed from translations/source/hr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/hr/filter/source/pdf.po (renamed from translations/source/hr/filter/source/pdf.po)0
-rw-r--r--source/hr/filter/source/t602.po (renamed from translations/source/hr/filter/source/t602.po)0
-rw-r--r--source/hr/filter/source/xsltdialog.po (renamed from translations/source/hr/filter/source/xsltdialog.po)0
-rw-r--r--source/hr/forms/source/resource.po (renamed from translations/source/hr/forms/source/resource.po)0
-rw-r--r--source/hr/formula/source/core/resource.po (renamed from translations/source/hr/formula/source/core/resource.po)0
-rw-r--r--source/hr/formula/source/ui/dlg.po (renamed from translations/source/hr/formula/source/ui/dlg.po)0
-rw-r--r--source/hr/fpicker/source/office.po (renamed from translations/source/hr/fpicker/source/office.po)0
-rw-r--r--source/hr/framework/source/classes.po (renamed from translations/source/hr/framework/source/classes.po)0
-rw-r--r--source/hr/framework/source/services.po (renamed from translations/source/hr/framework/source/services.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/hr/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/hr/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc.po (renamed from translations/source/hr/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/00.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/02.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/04.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/05.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/hr/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/schart.po (renamed from translations/source/hr/helpcontent2/source/text/schart.po)0
-rw-r--r--source/hr/helpcontent2/source/text/schart/00.po (renamed from translations/source/hr/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/schart/01.po (renamed from translations/source/hr/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/schart/02.po (renamed from translations/source/hr/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/schart/04.po (renamed from translations/source/hr/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sdraw.po (renamed from translations/source/hr/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/hr/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/hr/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/hr/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/hr/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared.po (renamed from translations/source/hr/helpcontent2/source/text/shared.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po (renamed from translations/source/hr/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po (renamed from translations/source/hr/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po (renamed from translations/source/hr/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/04.po (renamed from translations/source/hr/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/05.po (renamed from translations/source/hr/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/07.po (renamed from translations/source/hr/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/hr/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/hr/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/hr/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po (renamed from translations/source/hr/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/hr/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress.po (renamed from translations/source/hr/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress/00.po (renamed from translations/source/hr/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress/01.po (renamed from translations/source/hr/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress/02.po (renamed from translations/source/hr/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress/04.po (renamed from translations/source/hr/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/hr/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath.po (renamed from translations/source/hr/helpcontent2/source/text/smath.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath/00.po (renamed from translations/source/hr/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath/01.po (renamed from translations/source/hr/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath/02.po (renamed from translations/source/hr/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath/04.po (renamed from translations/source/hr/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/smath/guide.po (renamed from translations/source/hr/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po (renamed from translations/source/hr/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po (renamed from translations/source/hr/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po (renamed from translations/source/hr/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter/02.po (renamed from translations/source/hr/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter/04.po (renamed from translations/source/hr/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/hr/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/hr/mysqlc/source.po (renamed from translations/source/hr/mysqlc/source.po)0
-rw-r--r--source/hr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/hr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/hr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/hr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/hr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/hr/nlpsolver/src/locale.po (renamed from translations/source/hr/nlpsolver/src/locale.po)0
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/hr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hr/padmin/source.po (renamed from translations/source/hr/padmin/source.po)0
-rw-r--r--source/hr/readlicense_oo/docs/readme.po (renamed from translations/source/hr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/hr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/hr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/hr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/hr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/hr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/hr/reportbuilder/util.po (renamed from translations/source/hr/reportbuilder/util.po)0
-rw-r--r--source/hr/reportdesign/source/core/resource.po (renamed from translations/source/hr/reportdesign/source/core/resource.po)0
-rw-r--r--source/hr/reportdesign/source/ui/dlg.po (renamed from translations/source/hr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/hr/reportdesign/source/ui/inspection.po (renamed from translations/source/hr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/hr/reportdesign/source/ui/report.po (renamed from translations/source/hr/reportdesign/source/ui/report.po)0
-rw-r--r--source/hr/sc/source/core/src.po (renamed from translations/source/hr/sc/source/core/src.po)0
-rw-r--r--source/hr/sc/source/ui/cctrl.po (renamed from translations/source/hr/sc/source/ui/cctrl.po)0
-rw-r--r--source/hr/sc/source/ui/dbgui.po (renamed from translations/source/hr/sc/source/ui/dbgui.po)0
-rw-r--r--source/hr/sc/source/ui/docshell.po (renamed from translations/source/hr/sc/source/ui/docshell.po)0
-rw-r--r--source/hr/sc/source/ui/drawfunc.po (renamed from translations/source/hr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/hr/sc/source/ui/formdlg.po (renamed from translations/source/hr/sc/source/ui/formdlg.po)0
-rw-r--r--source/hr/sc/source/ui/miscdlgs.po (renamed from translations/source/hr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/hr/sc/source/ui/navipi.po (renamed from translations/source/hr/sc/source/ui/navipi.po)0
-rw-r--r--source/hr/sc/source/ui/optdlg.po (renamed from translations/source/hr/sc/source/ui/optdlg.po)0
-rw-r--r--source/hr/sc/source/ui/pagedlg.po (renamed from translations/source/hr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/hr/sc/source/ui/src.po (renamed from translations/source/hr/sc/source/ui/src.po)0
-rw-r--r--source/hr/sc/source/ui/styleui.po (renamed from translations/source/hr/sc/source/ui/styleui.po)0
-rw-r--r--source/hr/scaddins/source/analysis.po (renamed from translations/source/hr/scaddins/source/analysis.po)0
-rw-r--r--source/hr/scaddins/source/datefunc.po (renamed from translations/source/hr/scaddins/source/datefunc.po)0
-rw-r--r--source/hr/sccomp/source/solver.po (renamed from translations/source/hr/sccomp/source/solver.po)0
-rw-r--r--source/hr/scp2/source/accessories.po (renamed from translations/source/hr/scp2/source/accessories.po)0
-rw-r--r--source/hr/scp2/source/activex.po (renamed from translations/source/hr/scp2/source/activex.po)0
-rw-r--r--source/hr/scp2/source/base.po (renamed from translations/source/hr/scp2/source/base.po)0
-rw-r--r--source/hr/scp2/source/binfilter.po (renamed from translations/source/hr/scp2/source/binfilter.po)0
-rw-r--r--source/hr/scp2/source/calc.po (renamed from translations/source/hr/scp2/source/calc.po)0
-rw-r--r--source/hr/scp2/source/draw.po (renamed from translations/source/hr/scp2/source/draw.po)0
-rw-r--r--source/hr/scp2/source/extensions.po (renamed from translations/source/hr/scp2/source/extensions.po)0
-rw-r--r--source/hr/scp2/source/gnome.po (renamed from translations/source/hr/scp2/source/gnome.po)0
-rw-r--r--source/hr/scp2/source/graphicfilter.po (renamed from translations/source/hr/scp2/source/graphicfilter.po)0
-rw-r--r--source/hr/scp2/source/impress.po (renamed from translations/source/hr/scp2/source/impress.po)0
-rw-r--r--source/hr/scp2/source/javafilter.po (renamed from translations/source/hr/scp2/source/javafilter.po)0
-rw-r--r--source/hr/scp2/source/kde.po (renamed from translations/source/hr/scp2/source/kde.po)0
-rw-r--r--source/hr/scp2/source/math.po (renamed from translations/source/hr/scp2/source/math.po)0
-rw-r--r--source/hr/scp2/source/onlineupdate.po (renamed from translations/source/hr/scp2/source/onlineupdate.po)0
-rw-r--r--source/hr/scp2/source/ooo.po (renamed from translations/source/hr/scp2/source/ooo.po)0
-rw-r--r--source/hr/scp2/source/python.po (renamed from translations/source/hr/scp2/source/python.po)0
-rw-r--r--source/hr/scp2/source/quickstart.po (renamed from translations/source/hr/scp2/source/quickstart.po)0
-rw-r--r--source/hr/scp2/source/sdkoo.po (renamed from translations/source/hr/scp2/source/sdkoo.po)0
-rw-r--r--source/hr/scp2/source/smoketest.po (renamed from translations/source/hr/scp2/source/smoketest.po)0
-rw-r--r--source/hr/scp2/source/stdlibs.po (renamed from translations/source/hr/scp2/source/stdlibs.po)0
-rw-r--r--source/hr/scp2/source/tde.po (renamed from translations/source/hr/scp2/source/tde.po)0
-rw-r--r--source/hr/scp2/source/winexplorerext.po (renamed from translations/source/hr/scp2/source/winexplorerext.po)0
-rw-r--r--source/hr/scp2/source/writer.po (renamed from translations/source/hr/scp2/source/writer.po)0
-rw-r--r--source/hr/scp2/source/xsltfilter.po (renamed from translations/source/hr/scp2/source/xsltfilter.po)0
-rw-r--r--source/hr/scripting/source/pyprov.po (renamed from translations/source/hr/scripting/source/pyprov.po)0
-rw-r--r--source/hr/sd/source/core.po (renamed from translations/source/hr/sd/source/core.po)0
-rw-r--r--source/hr/sd/source/filter/html.po (renamed from translations/source/hr/sd/source/filter/html.po)0
-rw-r--r--source/hr/sd/source/ui/accessibility.po (renamed from translations/source/hr/sd/source/ui/accessibility.po)0
-rw-r--r--source/hr/sd/source/ui/animations.po (renamed from translations/source/hr/sd/source/ui/animations.po)0
-rw-r--r--source/hr/sd/source/ui/annotations.po (renamed from translations/source/hr/sd/source/ui/annotations.po)0
-rw-r--r--source/hr/sd/source/ui/app.po (renamed from translations/source/hr/sd/source/ui/app.po)0
-rw-r--r--source/hr/sd/source/ui/dlg.po (renamed from translations/source/hr/sd/source/ui/dlg.po)0
-rw-r--r--source/hr/sd/source/ui/slideshow.po (renamed from translations/source/hr/sd/source/ui/slideshow.po)0
-rw-r--r--source/hr/sd/source/ui/table.po (renamed from translations/source/hr/sd/source/ui/table.po)0
-rw-r--r--source/hr/sd/source/ui/view.po (renamed from translations/source/hr/sd/source/ui/view.po)0
-rw-r--r--source/hr/sdext/source/minimizer.po (renamed from translations/source/hr/sdext/source/minimizer.po)0
-rw-r--r--source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hr/sdext/source/pdfimport.po (renamed from translations/source/hr/sdext/source/pdfimport.po)0
-rw-r--r--source/hr/sdext/source/presenter.po (renamed from translations/source/hr/sdext/source/presenter.po)0
-rw-r--r--source/hr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/hr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/hr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hr/setup_native/source/mac.po (renamed from translations/source/hr/setup_native/source/mac.po)0
-rw-r--r--source/hr/sfx2/source/appl.po (renamed from translations/source/hr/sfx2/source/appl.po)0
-rw-r--r--source/hr/sfx2/source/bastyp.po (renamed from translations/source/hr/sfx2/source/bastyp.po)0
-rw-r--r--source/hr/sfx2/source/dialog.po (renamed from translations/source/hr/sfx2/source/dialog.po)0
-rw-r--r--source/hr/sfx2/source/doc.po (renamed from translations/source/hr/sfx2/source/doc.po)0
-rw-r--r--source/hr/sfx2/source/menu.po (renamed from translations/source/hr/sfx2/source/menu.po)0
-rw-r--r--source/hr/sfx2/source/view.po (renamed from translations/source/hr/sfx2/source/view.po)0
-rw-r--r--source/hr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/hr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/hr/starmath/source.po (renamed from translations/source/hr/starmath/source.po)0
-rw-r--r--source/hr/svl/source/items.po (renamed from translations/source/hr/svl/source/items.po)0
-rw-r--r--source/hr/svl/source/misc.po (renamed from translations/source/hr/svl/source/misc.po)0
-rw-r--r--source/hr/svtools/source/contnr.po (renamed from translations/source/hr/svtools/source/contnr.po)0
-rw-r--r--source/hr/svtools/source/control.po (renamed from translations/source/hr/svtools/source/control.po)0
-rw-r--r--source/hr/svtools/source/dialogs.po (renamed from translations/source/hr/svtools/source/dialogs.po)0
-rw-r--r--source/hr/svtools/source/filter.po (renamed from translations/source/hr/svtools/source/filter.po)0
-rw-r--r--source/hr/svtools/source/java.po (renamed from translations/source/hr/svtools/source/java.po)0
-rw-r--r--source/hr/svtools/source/misc.po (renamed from translations/source/hr/svtools/source/misc.po)0
-rw-r--r--source/hr/svtools/source/toolpanel.po (renamed from translations/source/hr/svtools/source/toolpanel.po)0
-rw-r--r--source/hr/svtools/workben/unodialog.po (renamed from translations/source/hr/svtools/workben/unodialog.po)0
-rw-r--r--source/hr/svx/inc.po (renamed from translations/source/hr/svx/inc.po)0
-rw-r--r--source/hr/svx/source/accessibility.po (renamed from translations/source/hr/svx/source/accessibility.po)0
-rw-r--r--source/hr/svx/source/dialog.po (renamed from translations/source/hr/svx/source/dialog.po)0
-rw-r--r--source/hr/svx/source/engine3d.po (renamed from translations/source/hr/svx/source/engine3d.po)0
-rw-r--r--source/hr/svx/source/fmcomp.po (renamed from translations/source/hr/svx/source/fmcomp.po)0
-rw-r--r--source/hr/svx/source/form.po (renamed from translations/source/hr/svx/source/form.po)0
-rw-r--r--source/hr/svx/source/gallery2.po (renamed from translations/source/hr/svx/source/gallery2.po)0
-rw-r--r--source/hr/svx/source/items.po (renamed from translations/source/hr/svx/source/items.po)0
-rw-r--r--source/hr/svx/source/src.po (renamed from translations/source/hr/svx/source/src.po)0
-rw-r--r--source/hr/svx/source/stbctrls.po (renamed from translations/source/hr/svx/source/stbctrls.po)0
-rw-r--r--source/hr/svx/source/svdraw.po (renamed from translations/source/hr/svx/source/svdraw.po)0
-rw-r--r--source/hr/svx/source/table.po (renamed from translations/source/hr/svx/source/table.po)0
-rw-r--r--source/hr/svx/source/tbxctrls.po (renamed from translations/source/hr/svx/source/tbxctrls.po)0
-rw-r--r--source/hr/svx/source/toolbars.po (renamed from translations/source/hr/svx/source/toolbars.po)0
-rw-r--r--source/hr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/hr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/hr/sw/source/core/layout.po (renamed from translations/source/hr/sw/source/core/layout.po)0
-rw-r--r--source/hr/sw/source/core/undo.po (renamed from translations/source/hr/sw/source/core/undo.po)0
-rw-r--r--source/hr/sw/source/core/unocore.po (renamed from translations/source/hr/sw/source/core/unocore.po)0
-rw-r--r--source/hr/sw/source/ui/app.po (renamed from translations/source/hr/sw/source/ui/app.po)0
-rw-r--r--source/hr/sw/source/ui/chrdlg.po (renamed from translations/source/hr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/hr/sw/source/ui/config.po (renamed from translations/source/hr/sw/source/ui/config.po)0
-rw-r--r--source/hr/sw/source/ui/dbui.po (renamed from translations/source/hr/sw/source/ui/dbui.po)0
-rw-r--r--source/hr/sw/source/ui/dialog.po (renamed from translations/source/hr/sw/source/ui/dialog.po)0
-rw-r--r--source/hr/sw/source/ui/dochdl.po (renamed from translations/source/hr/sw/source/ui/dochdl.po)0
-rw-r--r--source/hr/sw/source/ui/docvw.po (renamed from translations/source/hr/sw/source/ui/docvw.po)0
-rw-r--r--source/hr/sw/source/ui/envelp.po (renamed from translations/source/hr/sw/source/ui/envelp.po)0
-rw-r--r--source/hr/sw/source/ui/fldui.po (renamed from translations/source/hr/sw/source/ui/fldui.po)0
-rw-r--r--source/hr/sw/source/ui/fmtui.po (renamed from translations/source/hr/sw/source/ui/fmtui.po)0
-rw-r--r--source/hr/sw/source/ui/frmdlg.po (renamed from translations/source/hr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/hr/sw/source/ui/globdoc.po (renamed from translations/source/hr/sw/source/ui/globdoc.po)0
-rw-r--r--source/hr/sw/source/ui/index.po (renamed from translations/source/hr/sw/source/ui/index.po)0
-rw-r--r--source/hr/sw/source/ui/lingu.po (renamed from translations/source/hr/sw/source/ui/lingu.po)0
-rw-r--r--source/hr/sw/source/ui/misc.po (renamed from translations/source/hr/sw/source/ui/misc.po)0
-rw-r--r--source/hr/sw/source/ui/ribbar.po (renamed from translations/source/hr/sw/source/ui/ribbar.po)0
-rw-r--r--source/hr/sw/source/ui/shells.po (renamed from translations/source/hr/sw/source/ui/shells.po)0
-rw-r--r--source/hr/sw/source/ui/smartmenu.po (renamed from translations/source/hr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/hr/sw/source/ui/table.po (renamed from translations/source/hr/sw/source/ui/table.po)0
-rw-r--r--source/hr/sw/source/ui/uiview.po (renamed from translations/source/hr/sw/source/ui/uiview.po)0
-rw-r--r--source/hr/sw/source/ui/utlui.po (renamed from translations/source/hr/sw/source/ui/utlui.po)0
-rw-r--r--source/hr/sw/source/ui/web.po (renamed from translations/source/hr/sw/source/ui/web.po)0
-rw-r--r--source/hr/sw/source/ui/wrtsh.po (renamed from translations/source/hr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/hr/swext/mediawiki/help.po (renamed from translations/source/hr/swext/mediawiki/help.po)0
-rw-r--r--source/hr/swext/mediawiki/src.po (renamed from translations/source/hr/swext/mediawiki/src.po)0
-rw-r--r--source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/hr/sysui/desktop/share.po (renamed from translations/source/hr/sysui/desktop/share.po)0
-rw-r--r--source/hr/uui/source.po (renamed from translations/source/hr/uui/source.po)0
-rw-r--r--source/hr/vcl/source/src.po (renamed from translations/source/hr/vcl/source/src.po)0
-rw-r--r--source/hr/wizards/source/euro.po (renamed from translations/source/hr/wizards/source/euro.po)0
-rw-r--r--source/hr/wizards/source/formwizard.po (renamed from translations/source/hr/wizards/source/formwizard.po)0
-rw-r--r--source/hr/wizards/source/importwizard.po (renamed from translations/source/hr/wizards/source/importwizard.po)0
-rw-r--r--source/hr/wizards/source/schedule.po (renamed from translations/source/hr/wizards/source/schedule.po)0
-rw-r--r--source/hr/wizards/source/template.po (renamed from translations/source/hr/wizards/source/template.po)0
-rw-r--r--source/hr/xmlsecurity/source/component.po (renamed from translations/source/hr/xmlsecurity/source/component.po)0
-rw-r--r--source/hr/xmlsecurity/source/dialogs.po (renamed from translations/source/hr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/hu/accessibility/source/helper.po (renamed from translations/source/hu/accessibility/source/helper.po)0
-rw-r--r--source/hu/avmedia/source/framework.po (renamed from translations/source/hu/avmedia/source/framework.po)0
-rw-r--r--source/hu/avmedia/source/viewer.po (renamed from translations/source/hu/avmedia/source/viewer.po)0
-rw-r--r--source/hu/basctl/source/basicide.po (renamed from translations/source/hu/basctl/source/basicide.po)0
-rw-r--r--source/hu/basctl/source/dlged.po (renamed from translations/source/hu/basctl/source/dlged.po)0
-rw-r--r--source/hu/basic/source/classes.po (renamed from translations/source/hu/basic/source/classes.po)0
-rw-r--r--source/hu/basic/source/sbx.po (renamed from translations/source/hu/basic/source/sbx.po)0
-rw-r--r--source/hu/chart2/source/controller/dialogs.po (renamed from translations/source/hu/chart2/source/controller/dialogs.po)0
-rw-r--r--source/hu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/hu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/hu/connectivity/source/resource.po (renamed from translations/source/hu/connectivity/source/resource.po)0
-rw-r--r--source/hu/cui/source/customize.po (renamed from translations/source/hu/cui/source/customize.po)0
-rw-r--r--source/hu/cui/source/dialogs.po (renamed from translations/source/hu/cui/source/dialogs.po)0
-rw-r--r--source/hu/cui/source/options.po (renamed from translations/source/hu/cui/source/options.po)0
-rw-r--r--source/hu/cui/source/tabpages.po (renamed from translations/source/hu/cui/source/tabpages.po)0
-rw-r--r--source/hu/dbaccess/source/core/resource.po (renamed from translations/source/hu/dbaccess/source/core/resource.po)0
-rw-r--r--source/hu/dbaccess/source/ext/macromigration.po (renamed from translations/source/hu/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/hu/dbaccess/source/sdbtools/resource.po (renamed from translations/source/hu/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/hu/dbaccess/source/ui/app.po (renamed from translations/source/hu/dbaccess/source/ui/app.po)0
-rw-r--r--source/hu/dbaccess/source/ui/browser.po (renamed from translations/source/hu/dbaccess/source/ui/browser.po)0
-rw-r--r--source/hu/dbaccess/source/ui/control.po (renamed from translations/source/hu/dbaccess/source/ui/control.po)0
-rw-r--r--source/hu/dbaccess/source/ui/dlg.po (renamed from translations/source/hu/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/hu/dbaccess/source/ui/inc.po (renamed from translations/source/hu/dbaccess/source/ui/inc.po)0
-rw-r--r--source/hu/dbaccess/source/ui/misc.po (renamed from translations/source/hu/dbaccess/source/ui/misc.po)0
-rw-r--r--source/hu/dbaccess/source/ui/querydesign.po (renamed from translations/source/hu/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/hu/dbaccess/source/ui/relationdesign.po (renamed from translations/source/hu/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/hu/dbaccess/source/ui/tabledesign.po (renamed from translations/source/hu/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/hu/dbaccess/source/ui/uno.po (renamed from translations/source/hu/dbaccess/source/ui/uno.po)0
-rw-r--r--source/hu/desktop/source/app.po (renamed from translations/source/hu/desktop/source/app.po)0
-rw-r--r--source/hu/desktop/source/deployment/gui.po (renamed from translations/source/hu/desktop/source/deployment/gui.po)0
-rw-r--r--source/hu/desktop/source/deployment/manager.po (renamed from translations/source/hu/desktop/source/deployment/manager.po)0
-rw-r--r--source/hu/desktop/source/deployment/misc.po (renamed from translations/source/hu/desktop/source/deployment/misc.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry.po (renamed from translations/source/hu/desktop/source/deployment/registry.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/component.po (renamed from translations/source/hu/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/configuration.po (renamed from translations/source/hu/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/help.po (renamed from translations/source/hu/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/package.po (renamed from translations/source/hu/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/script.po (renamed from translations/source/hu/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/hu/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/hu/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/hu/desktop/source/deployment/unopkg.po (renamed from translations/source/hu/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/hu/dictionaries/af_ZA.po (renamed from translations/source/hu/dictionaries/af_ZA.po)0
-rw-r--r--source/hu/dictionaries/an_ES.po (renamed from translations/source/hu/dictionaries/an_ES.po)0
-rw-r--r--source/hu/dictionaries/ar.po (renamed from translations/source/hu/dictionaries/ar.po)0
-rw-r--r--source/hu/dictionaries/be_BY.po (renamed from translations/source/hu/dictionaries/be_BY.po)0
-rw-r--r--source/hu/dictionaries/bg_BG.po (renamed from translations/source/hu/dictionaries/bg_BG.po)0
-rw-r--r--source/hu/dictionaries/bn_BD.po (renamed from translations/source/hu/dictionaries/bn_BD.po)0
-rw-r--r--source/hu/dictionaries/br_FR.po (renamed from translations/source/hu/dictionaries/br_FR.po)0
-rw-r--r--source/hu/dictionaries/ca.po (renamed from translations/source/hu/dictionaries/ca.po)0
-rw-r--r--source/hu/dictionaries/cs_CZ.po (renamed from translations/source/hu/dictionaries/cs_CZ.po)0
-rw-r--r--source/hu/dictionaries/da_DK.po (renamed from translations/source/hu/dictionaries/da_DK.po)0
-rw-r--r--source/hu/dictionaries/de.po (renamed from translations/source/hu/dictionaries/de.po)0
-rw-r--r--source/hu/dictionaries/el_GR.po (renamed from translations/source/hu/dictionaries/el_GR.po)0
-rw-r--r--source/hu/dictionaries/en.po (renamed from translations/source/hu/dictionaries/en.po)0
-rw-r--r--source/hu/dictionaries/en/dialog.po (renamed from translations/source/hu/dictionaries/en/dialog.po)0
-rw-r--r--source/hu/dictionaries/es_ES.po (renamed from translations/source/hu/dictionaries/es_ES.po)0
-rw-r--r--source/hu/dictionaries/et_EE.po (renamed from translations/source/hu/dictionaries/et_EE.po)0
-rw-r--r--source/hu/dictionaries/fr_FR.po (renamed from translations/source/hu/dictionaries/fr_FR.po)0
-rw-r--r--source/hu/dictionaries/gd_GB.po (renamed from translations/source/hu/dictionaries/gd_GB.po)0
-rw-r--r--source/hu/dictionaries/gl.po (renamed from translations/source/hu/dictionaries/gl.po)0
-rw-r--r--source/hu/dictionaries/gu_IN.po (renamed from translations/source/hu/dictionaries/gu_IN.po)0
-rw-r--r--source/hu/dictionaries/he_IL.po (renamed from translations/source/hu/dictionaries/he_IL.po)0
-rw-r--r--source/hu/dictionaries/hi_IN.po (renamed from translations/source/hu/dictionaries/hi_IN.po)0
-rw-r--r--source/hu/dictionaries/hr_HR.po (renamed from translations/source/hu/dictionaries/hr_HR.po)0
-rw-r--r--source/hu/dictionaries/hu_HU.po (renamed from translations/source/hu/dictionaries/hu_HU.po)0
-rw-r--r--source/hu/dictionaries/hu_HU/dialog.po (renamed from translations/source/hu/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/hu/dictionaries/it_IT.po (renamed from translations/source/hu/dictionaries/it_IT.po)0
-rw-r--r--source/hu/dictionaries/ku_TR.po (renamed from translations/source/hu/dictionaries/ku_TR.po)0
-rw-r--r--source/hu/dictionaries/lt_LT.po (renamed from translations/source/hu/dictionaries/lt_LT.po)0
-rw-r--r--source/hu/dictionaries/lv_LV.po (renamed from translations/source/hu/dictionaries/lv_LV.po)0
-rw-r--r--source/hu/dictionaries/ne_NP.po (renamed from translations/source/hu/dictionaries/ne_NP.po)0
-rw-r--r--source/hu/dictionaries/nl_NL.po (renamed from translations/source/hu/dictionaries/nl_NL.po)0
-rw-r--r--source/hu/dictionaries/no.po (renamed from translations/source/hu/dictionaries/no.po)0
-rw-r--r--source/hu/dictionaries/oc_FR.po (renamed from translations/source/hu/dictionaries/oc_FR.po)0
-rw-r--r--source/hu/dictionaries/pl_PL.po (renamed from translations/source/hu/dictionaries/pl_PL.po)0
-rw-r--r--source/hu/dictionaries/pt_BR.po (renamed from translations/source/hu/dictionaries/pt_BR.po)0
-rw-r--r--source/hu/dictionaries/pt_PT.po (renamed from translations/source/hu/dictionaries/pt_PT.po)0
-rw-r--r--source/hu/dictionaries/ro.po (renamed from translations/source/hu/dictionaries/ro.po)0
-rw-r--r--source/hu/dictionaries/ru_RU.po (renamed from translations/source/hu/dictionaries/ru_RU.po)0
-rw-r--r--source/hu/dictionaries/ru_RU/dialog.po (renamed from translations/source/hu/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/hu/dictionaries/si_LK.po (renamed from translations/source/hu/dictionaries/si_LK.po)0
-rw-r--r--source/hu/dictionaries/sk_SK.po (renamed from translations/source/hu/dictionaries/sk_SK.po)0
-rw-r--r--source/hu/dictionaries/sl_SI.po (renamed from translations/source/hu/dictionaries/sl_SI.po)0
-rw-r--r--source/hu/dictionaries/sr.po (renamed from translations/source/hu/dictionaries/sr.po)0
-rw-r--r--source/hu/dictionaries/sv_SE.po (renamed from translations/source/hu/dictionaries/sv_SE.po)0
-rw-r--r--source/hu/dictionaries/sw_TZ.po (renamed from translations/source/hu/dictionaries/sw_TZ.po)0
-rw-r--r--source/hu/dictionaries/te_IN.po (renamed from translations/source/hu/dictionaries/te_IN.po)0
-rw-r--r--source/hu/dictionaries/th_TH.po (renamed from translations/source/hu/dictionaries/th_TH.po)0
-rw-r--r--source/hu/dictionaries/uk_UA.po (renamed from translations/source/hu/dictionaries/uk_UA.po)0
-rw-r--r--source/hu/dictionaries/vi.po (renamed from translations/source/hu/dictionaries/vi.po)0
-rw-r--r--source/hu/dictionaries/zu_ZA.po (renamed from translations/source/hu/dictionaries/zu_ZA.po)0
-rw-r--r--source/hu/editeng/source/accessibility.po (renamed from translations/source/hu/editeng/source/accessibility.po)0
-rw-r--r--source/hu/editeng/source/editeng.po (renamed from translations/source/hu/editeng/source/editeng.po)0
-rw-r--r--source/hu/editeng/source/items.po (renamed from translations/source/hu/editeng/source/items.po)0
-rw-r--r--source/hu/editeng/source/misc.po (renamed from translations/source/hu/editeng/source/misc.po)0
-rw-r--r--source/hu/editeng/source/outliner.po (renamed from translations/source/hu/editeng/source/outliner.po)0
-rw-r--r--source/hu/extensions/source/abpilot.po (renamed from translations/source/hu/extensions/source/abpilot.po)0
-rw-r--r--source/hu/extensions/source/bibliography.po (renamed from translations/source/hu/extensions/source/bibliography.po)0
-rw-r--r--source/hu/extensions/source/dbpilots.po (renamed from translations/source/hu/extensions/source/dbpilots.po)0
-rw-r--r--source/hu/extensions/source/propctrlr.po (renamed from translations/source/hu/extensions/source/propctrlr.po)0
-rw-r--r--source/hu/extensions/source/scanner.po (renamed from translations/source/hu/extensions/source/scanner.po)0
-rw-r--r--source/hu/extensions/source/update/check.po (renamed from translations/source/hu/extensions/source/update/check.po)0
-rw-r--r--source/hu/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/hu/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/hu/filter/source/config/fragments/filters.po (renamed from translations/source/hu/filter/source/config/fragments/filters.po)0
-rw-r--r--source/hu/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/hu/filter/source/config/fragments/types.po (renamed from translations/source/hu/filter/source/config/fragments/types.po)0
-rw-r--r--source/hu/filter/source/flash.po (renamed from translations/source/hu/filter/source/flash.po)0
-rw-r--r--source/hu/filter/source/graphicfilter/eps.po (renamed from translations/source/hu/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/hu/filter/source/pdf.po (renamed from translations/source/hu/filter/source/pdf.po)0
-rw-r--r--source/hu/filter/source/t602.po (renamed from translations/source/hu/filter/source/t602.po)0
-rw-r--r--source/hu/filter/source/xsltdialog.po (renamed from translations/source/hu/filter/source/xsltdialog.po)0
-rw-r--r--source/hu/forms/source/resource.po (renamed from translations/source/hu/forms/source/resource.po)0
-rw-r--r--source/hu/formula/source/core/resource.po (renamed from translations/source/hu/formula/source/core/resource.po)0
-rw-r--r--source/hu/formula/source/ui/dlg.po (renamed from translations/source/hu/formula/source/ui/dlg.po)0
-rw-r--r--source/hu/fpicker/source/office.po (renamed from translations/source/hu/fpicker/source/office.po)0
-rw-r--r--source/hu/framework/source/classes.po (renamed from translations/source/hu/framework/source/classes.po)0
-rw-r--r--source/hu/framework/source/services.po (renamed from translations/source/hu/framework/source/services.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/hu/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/hu/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc.po (renamed from translations/source/hu/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/00.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/02.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/04.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/05.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/hu/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/schart.po (renamed from translations/source/hu/helpcontent2/source/text/schart.po)0
-rw-r--r--source/hu/helpcontent2/source/text/schart/00.po (renamed from translations/source/hu/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/schart/01.po (renamed from translations/source/hu/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/schart/02.po (renamed from translations/source/hu/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/schart/04.po (renamed from translations/source/hu/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sdraw.po (renamed from translations/source/hu/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/hu/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/hu/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/hu/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/hu/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared.po (renamed from translations/source/hu/helpcontent2/source/text/shared.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po (renamed from translations/source/hu/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po (renamed from translations/source/hu/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po (renamed from translations/source/hu/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/04.po (renamed from translations/source/hu/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/05.po (renamed from translations/source/hu/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/07.po (renamed from translations/source/hu/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/hu/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/hu/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/hu/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po (renamed from translations/source/hu/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/hu/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress.po (renamed from translations/source/hu/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress/00.po (renamed from translations/source/hu/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress/01.po (renamed from translations/source/hu/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress/02.po (renamed from translations/source/hu/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress/04.po (renamed from translations/source/hu/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/hu/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath.po (renamed from translations/source/hu/helpcontent2/source/text/smath.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath/00.po (renamed from translations/source/hu/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath/01.po (renamed from translations/source/hu/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath/02.po (renamed from translations/source/hu/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath/04.po (renamed from translations/source/hu/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/smath/guide.po (renamed from translations/source/hu/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po (renamed from translations/source/hu/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po (renamed from translations/source/hu/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po (renamed from translations/source/hu/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter/02.po (renamed from translations/source/hu/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter/04.po (renamed from translations/source/hu/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/hu/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/hu/mysqlc/source.po (renamed from translations/source/hu/mysqlc/source.po)0
-rw-r--r--source/hu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/hu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/hu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/hu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/hu/nlpsolver/src/locale.po (renamed from translations/source/hu/nlpsolver/src/locale.po)0
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/hu/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hu/padmin/source.po (renamed from translations/source/hu/padmin/source.po)0
-rw-r--r--source/hu/readlicense_oo/docs/readme.po (renamed from translations/source/hu/readlicense_oo/docs/readme.po)0
-rw-r--r--source/hu/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/hu/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/hu/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/hu/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hu/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/hu/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/hu/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/hu/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/hu/reportbuilder/util.po (renamed from translations/source/hu/reportbuilder/util.po)0
-rw-r--r--source/hu/reportdesign/source/core/resource.po (renamed from translations/source/hu/reportdesign/source/core/resource.po)0
-rw-r--r--source/hu/reportdesign/source/ui/dlg.po (renamed from translations/source/hu/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/hu/reportdesign/source/ui/inspection.po (renamed from translations/source/hu/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/hu/reportdesign/source/ui/report.po (renamed from translations/source/hu/reportdesign/source/ui/report.po)0
-rw-r--r--source/hu/sc/source/core/src.po (renamed from translations/source/hu/sc/source/core/src.po)0
-rw-r--r--source/hu/sc/source/ui/cctrl.po (renamed from translations/source/hu/sc/source/ui/cctrl.po)0
-rw-r--r--source/hu/sc/source/ui/dbgui.po (renamed from translations/source/hu/sc/source/ui/dbgui.po)0
-rw-r--r--source/hu/sc/source/ui/docshell.po (renamed from translations/source/hu/sc/source/ui/docshell.po)0
-rw-r--r--source/hu/sc/source/ui/drawfunc.po (renamed from translations/source/hu/sc/source/ui/drawfunc.po)0
-rw-r--r--source/hu/sc/source/ui/formdlg.po (renamed from translations/source/hu/sc/source/ui/formdlg.po)0
-rw-r--r--source/hu/sc/source/ui/miscdlgs.po (renamed from translations/source/hu/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/hu/sc/source/ui/navipi.po (renamed from translations/source/hu/sc/source/ui/navipi.po)0
-rw-r--r--source/hu/sc/source/ui/optdlg.po (renamed from translations/source/hu/sc/source/ui/optdlg.po)0
-rw-r--r--source/hu/sc/source/ui/pagedlg.po (renamed from translations/source/hu/sc/source/ui/pagedlg.po)0
-rw-r--r--source/hu/sc/source/ui/src.po (renamed from translations/source/hu/sc/source/ui/src.po)0
-rw-r--r--source/hu/sc/source/ui/styleui.po (renamed from translations/source/hu/sc/source/ui/styleui.po)0
-rw-r--r--source/hu/scaddins/source/analysis.po (renamed from translations/source/hu/scaddins/source/analysis.po)0
-rw-r--r--source/hu/scaddins/source/datefunc.po (renamed from translations/source/hu/scaddins/source/datefunc.po)0
-rw-r--r--source/hu/sccomp/source/solver.po (renamed from translations/source/hu/sccomp/source/solver.po)0
-rw-r--r--source/hu/scp2/source/accessories.po (renamed from translations/source/hu/scp2/source/accessories.po)0
-rw-r--r--source/hu/scp2/source/activex.po (renamed from translations/source/hu/scp2/source/activex.po)0
-rw-r--r--source/hu/scp2/source/base.po (renamed from translations/source/hu/scp2/source/base.po)0
-rw-r--r--source/hu/scp2/source/binfilter.po (renamed from translations/source/hu/scp2/source/binfilter.po)0
-rw-r--r--source/hu/scp2/source/calc.po (renamed from translations/source/hu/scp2/source/calc.po)0
-rw-r--r--source/hu/scp2/source/draw.po (renamed from translations/source/hu/scp2/source/draw.po)0
-rw-r--r--source/hu/scp2/source/extensions.po (renamed from translations/source/hu/scp2/source/extensions.po)0
-rw-r--r--source/hu/scp2/source/gnome.po (renamed from translations/source/hu/scp2/source/gnome.po)0
-rw-r--r--source/hu/scp2/source/graphicfilter.po (renamed from translations/source/hu/scp2/source/graphicfilter.po)0
-rw-r--r--source/hu/scp2/source/impress.po (renamed from translations/source/hu/scp2/source/impress.po)0
-rw-r--r--source/hu/scp2/source/javafilter.po (renamed from translations/source/hu/scp2/source/javafilter.po)0
-rw-r--r--source/hu/scp2/source/kde.po (renamed from translations/source/hu/scp2/source/kde.po)0
-rw-r--r--source/hu/scp2/source/math.po (renamed from translations/source/hu/scp2/source/math.po)0
-rw-r--r--source/hu/scp2/source/onlineupdate.po (renamed from translations/source/hu/scp2/source/onlineupdate.po)0
-rw-r--r--source/hu/scp2/source/ooo.po (renamed from translations/source/hu/scp2/source/ooo.po)0
-rw-r--r--source/hu/scp2/source/python.po (renamed from translations/source/hu/scp2/source/python.po)0
-rw-r--r--source/hu/scp2/source/quickstart.po (renamed from translations/source/hu/scp2/source/quickstart.po)0
-rw-r--r--source/hu/scp2/source/sdkoo.po (renamed from translations/source/hu/scp2/source/sdkoo.po)0
-rw-r--r--source/hu/scp2/source/smoketest.po (renamed from translations/source/hu/scp2/source/smoketest.po)0
-rw-r--r--source/hu/scp2/source/stdlibs.po (renamed from translations/source/hu/scp2/source/stdlibs.po)0
-rw-r--r--source/hu/scp2/source/tde.po (renamed from translations/source/hu/scp2/source/tde.po)0
-rw-r--r--source/hu/scp2/source/winexplorerext.po (renamed from translations/source/hu/scp2/source/winexplorerext.po)0
-rw-r--r--source/hu/scp2/source/writer.po (renamed from translations/source/hu/scp2/source/writer.po)0
-rw-r--r--source/hu/scp2/source/xsltfilter.po (renamed from translations/source/hu/scp2/source/xsltfilter.po)0
-rw-r--r--source/hu/scripting/source/pyprov.po (renamed from translations/source/hu/scripting/source/pyprov.po)0
-rw-r--r--source/hu/sd/source/core.po (renamed from translations/source/hu/sd/source/core.po)0
-rw-r--r--source/hu/sd/source/filter/html.po (renamed from translations/source/hu/sd/source/filter/html.po)0
-rw-r--r--source/hu/sd/source/ui/accessibility.po (renamed from translations/source/hu/sd/source/ui/accessibility.po)0
-rw-r--r--source/hu/sd/source/ui/animations.po (renamed from translations/source/hu/sd/source/ui/animations.po)0
-rw-r--r--source/hu/sd/source/ui/annotations.po (renamed from translations/source/hu/sd/source/ui/annotations.po)0
-rw-r--r--source/hu/sd/source/ui/app.po (renamed from translations/source/hu/sd/source/ui/app.po)0
-rw-r--r--source/hu/sd/source/ui/dlg.po (renamed from translations/source/hu/sd/source/ui/dlg.po)0
-rw-r--r--source/hu/sd/source/ui/slideshow.po (renamed from translations/source/hu/sd/source/ui/slideshow.po)0
-rw-r--r--source/hu/sd/source/ui/table.po (renamed from translations/source/hu/sd/source/ui/table.po)0
-rw-r--r--source/hu/sd/source/ui/view.po (renamed from translations/source/hu/sd/source/ui/view.po)0
-rw-r--r--source/hu/sdext/source/minimizer.po (renamed from translations/source/hu/sdext/source/minimizer.po)0
-rw-r--r--source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hu/sdext/source/pdfimport.po (renamed from translations/source/hu/sdext/source/pdfimport.po)0
-rw-r--r--source/hu/sdext/source/presenter.po (renamed from translations/source/hu/sdext/source/presenter.po)0
-rw-r--r--source/hu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/hu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/hu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/hu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/hu/setup_native/source/mac.po (renamed from translations/source/hu/setup_native/source/mac.po)0
-rw-r--r--source/hu/sfx2/source/appl.po (renamed from translations/source/hu/sfx2/source/appl.po)0
-rw-r--r--source/hu/sfx2/source/bastyp.po (renamed from translations/source/hu/sfx2/source/bastyp.po)0
-rw-r--r--source/hu/sfx2/source/dialog.po (renamed from translations/source/hu/sfx2/source/dialog.po)0
-rw-r--r--source/hu/sfx2/source/doc.po (renamed from translations/source/hu/sfx2/source/doc.po)0
-rw-r--r--source/hu/sfx2/source/menu.po (renamed from translations/source/hu/sfx2/source/menu.po)0
-rw-r--r--source/hu/sfx2/source/view.po (renamed from translations/source/hu/sfx2/source/view.po)0
-rw-r--r--source/hu/shell/source/win32/shlxthandler/res.po (renamed from translations/source/hu/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/hu/starmath/source.po (renamed from translations/source/hu/starmath/source.po)0
-rw-r--r--source/hu/svl/source/items.po (renamed from translations/source/hu/svl/source/items.po)0
-rw-r--r--source/hu/svl/source/misc.po (renamed from translations/source/hu/svl/source/misc.po)0
-rw-r--r--source/hu/svtools/source/contnr.po (renamed from translations/source/hu/svtools/source/contnr.po)0
-rw-r--r--source/hu/svtools/source/control.po (renamed from translations/source/hu/svtools/source/control.po)0
-rw-r--r--source/hu/svtools/source/dialogs.po (renamed from translations/source/hu/svtools/source/dialogs.po)0
-rw-r--r--source/hu/svtools/source/filter.po (renamed from translations/source/hu/svtools/source/filter.po)0
-rw-r--r--source/hu/svtools/source/java.po (renamed from translations/source/hu/svtools/source/java.po)0
-rw-r--r--source/hu/svtools/source/misc.po (renamed from translations/source/hu/svtools/source/misc.po)0
-rw-r--r--source/hu/svtools/source/toolpanel.po (renamed from translations/source/hu/svtools/source/toolpanel.po)0
-rw-r--r--source/hu/svtools/workben/unodialog.po (renamed from translations/source/hu/svtools/workben/unodialog.po)0
-rw-r--r--source/hu/svx/inc.po (renamed from translations/source/hu/svx/inc.po)0
-rw-r--r--source/hu/svx/source/accessibility.po (renamed from translations/source/hu/svx/source/accessibility.po)0
-rw-r--r--source/hu/svx/source/dialog.po (renamed from translations/source/hu/svx/source/dialog.po)0
-rw-r--r--source/hu/svx/source/engine3d.po (renamed from translations/source/hu/svx/source/engine3d.po)0
-rw-r--r--source/hu/svx/source/fmcomp.po (renamed from translations/source/hu/svx/source/fmcomp.po)0
-rw-r--r--source/hu/svx/source/form.po (renamed from translations/source/hu/svx/source/form.po)0
-rw-r--r--source/hu/svx/source/gallery2.po (renamed from translations/source/hu/svx/source/gallery2.po)0
-rw-r--r--source/hu/svx/source/items.po (renamed from translations/source/hu/svx/source/items.po)0
-rw-r--r--source/hu/svx/source/src.po (renamed from translations/source/hu/svx/source/src.po)0
-rw-r--r--source/hu/svx/source/stbctrls.po (renamed from translations/source/hu/svx/source/stbctrls.po)0
-rw-r--r--source/hu/svx/source/svdraw.po (renamed from translations/source/hu/svx/source/svdraw.po)0
-rw-r--r--source/hu/svx/source/table.po (renamed from translations/source/hu/svx/source/table.po)0
-rw-r--r--source/hu/svx/source/tbxctrls.po (renamed from translations/source/hu/svx/source/tbxctrls.po)0
-rw-r--r--source/hu/svx/source/toolbars.po (renamed from translations/source/hu/svx/source/toolbars.po)0
-rw-r--r--source/hu/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/hu/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/hu/sw/source/core/layout.po (renamed from translations/source/hu/sw/source/core/layout.po)0
-rw-r--r--source/hu/sw/source/core/undo.po (renamed from translations/source/hu/sw/source/core/undo.po)0
-rw-r--r--source/hu/sw/source/core/unocore.po (renamed from translations/source/hu/sw/source/core/unocore.po)0
-rw-r--r--source/hu/sw/source/ui/app.po (renamed from translations/source/hu/sw/source/ui/app.po)0
-rw-r--r--source/hu/sw/source/ui/chrdlg.po (renamed from translations/source/hu/sw/source/ui/chrdlg.po)0
-rw-r--r--source/hu/sw/source/ui/config.po (renamed from translations/source/hu/sw/source/ui/config.po)0
-rw-r--r--source/hu/sw/source/ui/dbui.po (renamed from translations/source/hu/sw/source/ui/dbui.po)0
-rw-r--r--source/hu/sw/source/ui/dialog.po (renamed from translations/source/hu/sw/source/ui/dialog.po)0
-rw-r--r--source/hu/sw/source/ui/dochdl.po (renamed from translations/source/hu/sw/source/ui/dochdl.po)0
-rw-r--r--source/hu/sw/source/ui/docvw.po (renamed from translations/source/hu/sw/source/ui/docvw.po)0
-rw-r--r--source/hu/sw/source/ui/envelp.po (renamed from translations/source/hu/sw/source/ui/envelp.po)0
-rw-r--r--source/hu/sw/source/ui/fldui.po (renamed from translations/source/hu/sw/source/ui/fldui.po)0
-rw-r--r--source/hu/sw/source/ui/fmtui.po (renamed from translations/source/hu/sw/source/ui/fmtui.po)0
-rw-r--r--source/hu/sw/source/ui/frmdlg.po (renamed from translations/source/hu/sw/source/ui/frmdlg.po)0
-rw-r--r--source/hu/sw/source/ui/globdoc.po (renamed from translations/source/hu/sw/source/ui/globdoc.po)0
-rw-r--r--source/hu/sw/source/ui/index.po (renamed from translations/source/hu/sw/source/ui/index.po)0
-rw-r--r--source/hu/sw/source/ui/lingu.po (renamed from translations/source/hu/sw/source/ui/lingu.po)0
-rw-r--r--source/hu/sw/source/ui/misc.po (renamed from translations/source/hu/sw/source/ui/misc.po)0
-rw-r--r--source/hu/sw/source/ui/ribbar.po (renamed from translations/source/hu/sw/source/ui/ribbar.po)0
-rw-r--r--source/hu/sw/source/ui/shells.po (renamed from translations/source/hu/sw/source/ui/shells.po)0
-rw-r--r--source/hu/sw/source/ui/smartmenu.po (renamed from translations/source/hu/sw/source/ui/smartmenu.po)0
-rw-r--r--source/hu/sw/source/ui/table.po (renamed from translations/source/hu/sw/source/ui/table.po)0
-rw-r--r--source/hu/sw/source/ui/uiview.po (renamed from translations/source/hu/sw/source/ui/uiview.po)0
-rw-r--r--source/hu/sw/source/ui/utlui.po (renamed from translations/source/hu/sw/source/ui/utlui.po)0
-rw-r--r--source/hu/sw/source/ui/web.po (renamed from translations/source/hu/sw/source/ui/web.po)0
-rw-r--r--source/hu/sw/source/ui/wrtsh.po (renamed from translations/source/hu/sw/source/ui/wrtsh.po)0
-rw-r--r--source/hu/swext/mediawiki/help.po (renamed from translations/source/hu/swext/mediawiki/help.po)0
-rw-r--r--source/hu/swext/mediawiki/src.po (renamed from translations/source/hu/swext/mediawiki/src.po)0
-rw-r--r--source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/hu/sysui/desktop/share.po (renamed from translations/source/hu/sysui/desktop/share.po)0
-rw-r--r--source/hu/uui/source.po (renamed from translations/source/hu/uui/source.po)0
-rw-r--r--source/hu/vcl/source/src.po (renamed from translations/source/hu/vcl/source/src.po)0
-rw-r--r--source/hu/wizards/source/euro.po (renamed from translations/source/hu/wizards/source/euro.po)0
-rw-r--r--source/hu/wizards/source/formwizard.po (renamed from translations/source/hu/wizards/source/formwizard.po)0
-rw-r--r--source/hu/wizards/source/importwizard.po (renamed from translations/source/hu/wizards/source/importwizard.po)0
-rw-r--r--source/hu/wizards/source/schedule.po (renamed from translations/source/hu/wizards/source/schedule.po)0
-rw-r--r--source/hu/wizards/source/template.po (renamed from translations/source/hu/wizards/source/template.po)0
-rw-r--r--source/hu/xmlsecurity/source/component.po (renamed from translations/source/hu/xmlsecurity/source/component.po)0
-rw-r--r--source/hu/xmlsecurity/source/dialogs.po (renamed from translations/source/hu/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/id/accessibility/source/helper.po (renamed from translations/source/id/accessibility/source/helper.po)0
-rw-r--r--source/id/avmedia/source/framework.po (renamed from translations/source/id/avmedia/source/framework.po)0
-rw-r--r--source/id/avmedia/source/viewer.po (renamed from translations/source/id/avmedia/source/viewer.po)0
-rw-r--r--source/id/basctl/source/basicide.po (renamed from translations/source/id/basctl/source/basicide.po)0
-rw-r--r--source/id/basctl/source/dlged.po (renamed from translations/source/id/basctl/source/dlged.po)0
-rw-r--r--source/id/basic/source/classes.po (renamed from translations/source/id/basic/source/classes.po)0
-rw-r--r--source/id/basic/source/sbx.po (renamed from translations/source/id/basic/source/sbx.po)0
-rw-r--r--source/id/chart2/source/controller/dialogs.po (renamed from translations/source/id/chart2/source/controller/dialogs.po)0
-rw-r--r--source/id/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/id/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/id/connectivity/source/resource.po (renamed from translations/source/id/connectivity/source/resource.po)0
-rw-r--r--source/id/cui/source/customize.po (renamed from translations/source/id/cui/source/customize.po)0
-rw-r--r--source/id/cui/source/dialogs.po (renamed from translations/source/id/cui/source/dialogs.po)0
-rw-r--r--source/id/cui/source/options.po (renamed from translations/source/id/cui/source/options.po)0
-rw-r--r--source/id/cui/source/tabpages.po (renamed from translations/source/id/cui/source/tabpages.po)0
-rw-r--r--source/id/dbaccess/source/core/resource.po (renamed from translations/source/id/dbaccess/source/core/resource.po)0
-rw-r--r--source/id/dbaccess/source/ext/macromigration.po (renamed from translations/source/id/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/id/dbaccess/source/sdbtools/resource.po (renamed from translations/source/id/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/id/dbaccess/source/ui/app.po (renamed from translations/source/id/dbaccess/source/ui/app.po)0
-rw-r--r--source/id/dbaccess/source/ui/browser.po (renamed from translations/source/id/dbaccess/source/ui/browser.po)0
-rw-r--r--source/id/dbaccess/source/ui/control.po (renamed from translations/source/id/dbaccess/source/ui/control.po)0
-rw-r--r--source/id/dbaccess/source/ui/dlg.po (renamed from translations/source/id/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/id/dbaccess/source/ui/inc.po (renamed from translations/source/id/dbaccess/source/ui/inc.po)0
-rw-r--r--source/id/dbaccess/source/ui/misc.po (renamed from translations/source/id/dbaccess/source/ui/misc.po)0
-rw-r--r--source/id/dbaccess/source/ui/querydesign.po (renamed from translations/source/id/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/id/dbaccess/source/ui/relationdesign.po (renamed from translations/source/id/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/id/dbaccess/source/ui/tabledesign.po (renamed from translations/source/id/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/id/dbaccess/source/ui/uno.po (renamed from translations/source/id/dbaccess/source/ui/uno.po)0
-rw-r--r--source/id/desktop/source/app.po (renamed from translations/source/id/desktop/source/app.po)0
-rw-r--r--source/id/desktop/source/deployment/gui.po (renamed from translations/source/id/desktop/source/deployment/gui.po)0
-rw-r--r--source/id/desktop/source/deployment/manager.po (renamed from translations/source/id/desktop/source/deployment/manager.po)0
-rw-r--r--source/id/desktop/source/deployment/misc.po (renamed from translations/source/id/desktop/source/deployment/misc.po)0
-rw-r--r--source/id/desktop/source/deployment/registry.po (renamed from translations/source/id/desktop/source/deployment/registry.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/component.po (renamed from translations/source/id/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/configuration.po (renamed from translations/source/id/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/help.po (renamed from translations/source/id/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/package.po (renamed from translations/source/id/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/script.po (renamed from translations/source/id/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/id/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/id/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/id/desktop/source/deployment/unopkg.po (renamed from translations/source/id/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/id/dictionaries/af_ZA.po (renamed from translations/source/id/dictionaries/af_ZA.po)0
-rw-r--r--source/id/dictionaries/an_ES.po (renamed from translations/source/id/dictionaries/an_ES.po)0
-rw-r--r--source/id/dictionaries/ar.po (renamed from translations/source/id/dictionaries/ar.po)0
-rw-r--r--source/id/dictionaries/be_BY.po (renamed from translations/source/id/dictionaries/be_BY.po)0
-rw-r--r--source/id/dictionaries/bg_BG.po (renamed from translations/source/id/dictionaries/bg_BG.po)0
-rw-r--r--source/id/dictionaries/bn_BD.po (renamed from translations/source/id/dictionaries/bn_BD.po)0
-rw-r--r--source/id/dictionaries/br_FR.po (renamed from translations/source/id/dictionaries/br_FR.po)0
-rw-r--r--source/id/dictionaries/ca.po (renamed from translations/source/id/dictionaries/ca.po)0
-rw-r--r--source/id/dictionaries/cs_CZ.po (renamed from translations/source/id/dictionaries/cs_CZ.po)0
-rw-r--r--source/id/dictionaries/da_DK.po (renamed from translations/source/id/dictionaries/da_DK.po)0
-rw-r--r--source/id/dictionaries/de.po (renamed from translations/source/id/dictionaries/de.po)0
-rw-r--r--source/id/dictionaries/el_GR.po (renamed from translations/source/id/dictionaries/el_GR.po)0
-rw-r--r--source/id/dictionaries/en.po (renamed from translations/source/id/dictionaries/en.po)0
-rw-r--r--source/id/dictionaries/en/dialog.po (renamed from translations/source/id/dictionaries/en/dialog.po)0
-rw-r--r--source/id/dictionaries/es_ES.po (renamed from translations/source/id/dictionaries/es_ES.po)0
-rw-r--r--source/id/dictionaries/et_EE.po (renamed from translations/source/id/dictionaries/et_EE.po)0
-rw-r--r--source/id/dictionaries/fr_FR.po (renamed from translations/source/id/dictionaries/fr_FR.po)0
-rw-r--r--source/id/dictionaries/gd_GB.po (renamed from translations/source/id/dictionaries/gd_GB.po)0
-rw-r--r--source/id/dictionaries/gl.po (renamed from translations/source/id/dictionaries/gl.po)0
-rw-r--r--source/id/dictionaries/gu_IN.po (renamed from translations/source/id/dictionaries/gu_IN.po)0
-rw-r--r--source/id/dictionaries/he_IL.po (renamed from translations/source/id/dictionaries/he_IL.po)0
-rw-r--r--source/id/dictionaries/hi_IN.po (renamed from translations/source/id/dictionaries/hi_IN.po)0
-rw-r--r--source/id/dictionaries/hr_HR.po (renamed from translations/source/id/dictionaries/hr_HR.po)0
-rw-r--r--source/id/dictionaries/hu_HU.po (renamed from translations/source/id/dictionaries/hu_HU.po)0
-rw-r--r--source/id/dictionaries/hu_HU/dialog.po (renamed from translations/source/id/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/id/dictionaries/it_IT.po (renamed from translations/source/id/dictionaries/it_IT.po)0
-rw-r--r--source/id/dictionaries/ku_TR.po (renamed from translations/source/id/dictionaries/ku_TR.po)0
-rw-r--r--source/id/dictionaries/lt_LT.po (renamed from translations/source/id/dictionaries/lt_LT.po)0
-rw-r--r--source/id/dictionaries/lv_LV.po (renamed from translations/source/id/dictionaries/lv_LV.po)0
-rw-r--r--source/id/dictionaries/ne_NP.po (renamed from translations/source/id/dictionaries/ne_NP.po)0
-rw-r--r--source/id/dictionaries/nl_NL.po (renamed from translations/source/id/dictionaries/nl_NL.po)0
-rw-r--r--source/id/dictionaries/no.po (renamed from translations/source/id/dictionaries/no.po)0
-rw-r--r--source/id/dictionaries/oc_FR.po (renamed from translations/source/id/dictionaries/oc_FR.po)0
-rw-r--r--source/id/dictionaries/pl_PL.po (renamed from translations/source/id/dictionaries/pl_PL.po)0
-rw-r--r--source/id/dictionaries/pt_BR.po (renamed from translations/source/id/dictionaries/pt_BR.po)0
-rw-r--r--source/id/dictionaries/pt_PT.po (renamed from translations/source/id/dictionaries/pt_PT.po)0
-rw-r--r--source/id/dictionaries/ro.po (renamed from translations/source/id/dictionaries/ro.po)0
-rw-r--r--source/id/dictionaries/ru_RU.po (renamed from translations/source/id/dictionaries/ru_RU.po)0
-rw-r--r--source/id/dictionaries/ru_RU/dialog.po (renamed from translations/source/id/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/id/dictionaries/si_LK.po (renamed from translations/source/id/dictionaries/si_LK.po)0
-rw-r--r--source/id/dictionaries/sk_SK.po (renamed from translations/source/id/dictionaries/sk_SK.po)0
-rw-r--r--source/id/dictionaries/sl_SI.po (renamed from translations/source/id/dictionaries/sl_SI.po)0
-rw-r--r--source/id/dictionaries/sr.po (renamed from translations/source/id/dictionaries/sr.po)0
-rw-r--r--source/id/dictionaries/sv_SE.po (renamed from translations/source/id/dictionaries/sv_SE.po)0
-rw-r--r--source/id/dictionaries/sw_TZ.po (renamed from translations/source/id/dictionaries/sw_TZ.po)0
-rw-r--r--source/id/dictionaries/te_IN.po (renamed from translations/source/id/dictionaries/te_IN.po)0
-rw-r--r--source/id/dictionaries/th_TH.po (renamed from translations/source/id/dictionaries/th_TH.po)0
-rw-r--r--source/id/dictionaries/uk_UA.po (renamed from translations/source/id/dictionaries/uk_UA.po)0
-rw-r--r--source/id/dictionaries/vi.po (renamed from translations/source/id/dictionaries/vi.po)0
-rw-r--r--source/id/dictionaries/zu_ZA.po (renamed from translations/source/id/dictionaries/zu_ZA.po)0
-rw-r--r--source/id/editeng/source/accessibility.po (renamed from translations/source/id/editeng/source/accessibility.po)0
-rw-r--r--source/id/editeng/source/editeng.po (renamed from translations/source/id/editeng/source/editeng.po)0
-rw-r--r--source/id/editeng/source/items.po (renamed from translations/source/id/editeng/source/items.po)0
-rw-r--r--source/id/editeng/source/misc.po (renamed from translations/source/id/editeng/source/misc.po)0
-rw-r--r--source/id/editeng/source/outliner.po (renamed from translations/source/id/editeng/source/outliner.po)0
-rw-r--r--source/id/extensions/source/abpilot.po (renamed from translations/source/id/extensions/source/abpilot.po)0
-rw-r--r--source/id/extensions/source/bibliography.po (renamed from translations/source/id/extensions/source/bibliography.po)0
-rw-r--r--source/id/extensions/source/dbpilots.po (renamed from translations/source/id/extensions/source/dbpilots.po)0
-rw-r--r--source/id/extensions/source/propctrlr.po (renamed from translations/source/id/extensions/source/propctrlr.po)0
-rw-r--r--source/id/extensions/source/scanner.po (renamed from translations/source/id/extensions/source/scanner.po)0
-rw-r--r--source/id/extensions/source/update/check.po (renamed from translations/source/id/extensions/source/update/check.po)0
-rw-r--r--source/id/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/id/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/id/filter/source/config/fragments/filters.po (renamed from translations/source/id/filter/source/config/fragments/filters.po)0
-rw-r--r--source/id/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/id/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/id/filter/source/config/fragments/types.po (renamed from translations/source/id/filter/source/config/fragments/types.po)0
-rw-r--r--source/id/filter/source/flash.po (renamed from translations/source/id/filter/source/flash.po)0
-rw-r--r--source/id/filter/source/graphicfilter/eps.po (renamed from translations/source/id/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/id/filter/source/pdf.po (renamed from translations/source/id/filter/source/pdf.po)0
-rw-r--r--source/id/filter/source/t602.po (renamed from translations/source/id/filter/source/t602.po)0
-rw-r--r--source/id/filter/source/xsltdialog.po (renamed from translations/source/id/filter/source/xsltdialog.po)0
-rw-r--r--source/id/forms/source/resource.po (renamed from translations/source/id/forms/source/resource.po)0
-rw-r--r--source/id/formula/source/core/resource.po (renamed from translations/source/id/formula/source/core/resource.po)0
-rw-r--r--source/id/formula/source/ui/dlg.po (renamed from translations/source/id/formula/source/ui/dlg.po)0
-rw-r--r--source/id/fpicker/source/office.po (renamed from translations/source/id/fpicker/source/office.po)0
-rw-r--r--source/id/framework/source/classes.po (renamed from translations/source/id/framework/source/classes.po)0
-rw-r--r--source/id/framework/source/services.po (renamed from translations/source/id/framework/source/services.po)0
-rw-r--r--source/id/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/id/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/id/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/id/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/id/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc.po (renamed from translations/source/id/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/00.po (renamed from translations/source/id/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po (renamed from translations/source/id/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/02.po (renamed from translations/source/id/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/04.po (renamed from translations/source/id/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/05.po (renamed from translations/source/id/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/id/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/schart.po (renamed from translations/source/id/helpcontent2/source/text/schart.po)0
-rw-r--r--source/id/helpcontent2/source/text/schart/00.po (renamed from translations/source/id/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/schart/01.po (renamed from translations/source/id/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/schart/02.po (renamed from translations/source/id/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/schart/04.po (renamed from translations/source/id/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/sdraw.po (renamed from translations/source/id/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/id/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/id/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/id/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/id/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/id/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared.po (renamed from translations/source/id/helpcontent2/source/text/shared.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po (renamed from translations/source/id/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po (renamed from translations/source/id/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po (renamed from translations/source/id/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/04.po (renamed from translations/source/id/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/05.po (renamed from translations/source/id/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/07.po (renamed from translations/source/id/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/id/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/id/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/id/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po (renamed from translations/source/id/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/id/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress.po (renamed from translations/source/id/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress/00.po (renamed from translations/source/id/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po (renamed from translations/source/id/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress/02.po (renamed from translations/source/id/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress/04.po (renamed from translations/source/id/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/id/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath.po (renamed from translations/source/id/helpcontent2/source/text/smath.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath/00.po (renamed from translations/source/id/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po (renamed from translations/source/id/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath/02.po (renamed from translations/source/id/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath/04.po (renamed from translations/source/id/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/smath/guide.po (renamed from translations/source/id/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter.po (renamed from translations/source/id/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po (renamed from translations/source/id/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po (renamed from translations/source/id/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po (renamed from translations/source/id/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter/04.po (renamed from translations/source/id/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/id/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/id/mysqlc/source.po (renamed from translations/source/id/mysqlc/source.po)0
-rw-r--r--source/id/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/id/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/id/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/id/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/id/nlpsolver/src/locale.po (renamed from translations/source/id/nlpsolver/src/locale.po)0
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/id/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/id/padmin/source.po (renamed from translations/source/id/padmin/source.po)0
-rw-r--r--source/id/readlicense_oo/docs/readme.po (renamed from translations/source/id/readlicense_oo/docs/readme.po)0
-rw-r--r--source/id/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/id/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/id/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/id/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/id/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/id/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/id/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/id/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/id/reportbuilder/util.po (renamed from translations/source/id/reportbuilder/util.po)0
-rw-r--r--source/id/reportdesign/source/core/resource.po (renamed from translations/source/id/reportdesign/source/core/resource.po)0
-rw-r--r--source/id/reportdesign/source/ui/dlg.po (renamed from translations/source/id/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/id/reportdesign/source/ui/inspection.po (renamed from translations/source/id/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/id/reportdesign/source/ui/report.po (renamed from translations/source/id/reportdesign/source/ui/report.po)0
-rw-r--r--source/id/sc/source/core/src.po (renamed from translations/source/id/sc/source/core/src.po)0
-rw-r--r--source/id/sc/source/ui/cctrl.po (renamed from translations/source/id/sc/source/ui/cctrl.po)0
-rw-r--r--source/id/sc/source/ui/dbgui.po (renamed from translations/source/id/sc/source/ui/dbgui.po)0
-rw-r--r--source/id/sc/source/ui/docshell.po (renamed from translations/source/id/sc/source/ui/docshell.po)0
-rw-r--r--source/id/sc/source/ui/drawfunc.po (renamed from translations/source/id/sc/source/ui/drawfunc.po)0
-rw-r--r--source/id/sc/source/ui/formdlg.po (renamed from translations/source/id/sc/source/ui/formdlg.po)0
-rw-r--r--source/id/sc/source/ui/miscdlgs.po (renamed from translations/source/id/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/id/sc/source/ui/navipi.po (renamed from translations/source/id/sc/source/ui/navipi.po)0
-rw-r--r--source/id/sc/source/ui/optdlg.po (renamed from translations/source/id/sc/source/ui/optdlg.po)0
-rw-r--r--source/id/sc/source/ui/pagedlg.po (renamed from translations/source/id/sc/source/ui/pagedlg.po)0
-rw-r--r--source/id/sc/source/ui/src.po (renamed from translations/source/id/sc/source/ui/src.po)0
-rw-r--r--source/id/sc/source/ui/styleui.po (renamed from translations/source/id/sc/source/ui/styleui.po)0
-rw-r--r--source/id/scaddins/source/analysis.po (renamed from translations/source/id/scaddins/source/analysis.po)0
-rw-r--r--source/id/scaddins/source/datefunc.po (renamed from translations/source/id/scaddins/source/datefunc.po)0
-rw-r--r--source/id/sccomp/source/solver.po (renamed from translations/source/id/sccomp/source/solver.po)0
-rw-r--r--source/id/scp2/source/accessories.po (renamed from translations/source/id/scp2/source/accessories.po)0
-rw-r--r--source/id/scp2/source/activex.po (renamed from translations/source/id/scp2/source/activex.po)0
-rw-r--r--source/id/scp2/source/base.po (renamed from translations/source/id/scp2/source/base.po)0
-rw-r--r--source/id/scp2/source/binfilter.po (renamed from translations/source/id/scp2/source/binfilter.po)0
-rw-r--r--source/id/scp2/source/calc.po (renamed from translations/source/id/scp2/source/calc.po)0
-rw-r--r--source/id/scp2/source/draw.po (renamed from translations/source/id/scp2/source/draw.po)0
-rw-r--r--source/id/scp2/source/extensions.po (renamed from translations/source/id/scp2/source/extensions.po)0
-rw-r--r--source/id/scp2/source/gnome.po (renamed from translations/source/id/scp2/source/gnome.po)0
-rw-r--r--source/id/scp2/source/graphicfilter.po (renamed from translations/source/id/scp2/source/graphicfilter.po)0
-rw-r--r--source/id/scp2/source/impress.po (renamed from translations/source/id/scp2/source/impress.po)0
-rw-r--r--source/id/scp2/source/javafilter.po (renamed from translations/source/id/scp2/source/javafilter.po)0
-rw-r--r--source/id/scp2/source/kde.po (renamed from translations/source/id/scp2/source/kde.po)0
-rw-r--r--source/id/scp2/source/math.po (renamed from translations/source/id/scp2/source/math.po)0
-rw-r--r--source/id/scp2/source/onlineupdate.po (renamed from translations/source/id/scp2/source/onlineupdate.po)0
-rw-r--r--source/id/scp2/source/ooo.po (renamed from translations/source/id/scp2/source/ooo.po)0
-rw-r--r--source/id/scp2/source/python.po (renamed from translations/source/id/scp2/source/python.po)0
-rw-r--r--source/id/scp2/source/quickstart.po (renamed from translations/source/id/scp2/source/quickstart.po)0
-rw-r--r--source/id/scp2/source/sdkoo.po (renamed from translations/source/id/scp2/source/sdkoo.po)0
-rw-r--r--source/id/scp2/source/smoketest.po (renamed from translations/source/id/scp2/source/smoketest.po)0
-rw-r--r--source/id/scp2/source/stdlibs.po (renamed from translations/source/id/scp2/source/stdlibs.po)0
-rw-r--r--source/id/scp2/source/tde.po (renamed from translations/source/id/scp2/source/tde.po)0
-rw-r--r--source/id/scp2/source/winexplorerext.po (renamed from translations/source/id/scp2/source/winexplorerext.po)0
-rw-r--r--source/id/scp2/source/writer.po (renamed from translations/source/id/scp2/source/writer.po)0
-rw-r--r--source/id/scp2/source/xsltfilter.po (renamed from translations/source/id/scp2/source/xsltfilter.po)0
-rw-r--r--source/id/scripting/source/pyprov.po (renamed from translations/source/id/scripting/source/pyprov.po)0
-rw-r--r--source/id/sd/source/core.po (renamed from translations/source/id/sd/source/core.po)0
-rw-r--r--source/id/sd/source/filter/html.po (renamed from translations/source/id/sd/source/filter/html.po)0
-rw-r--r--source/id/sd/source/ui/accessibility.po (renamed from translations/source/id/sd/source/ui/accessibility.po)0
-rw-r--r--source/id/sd/source/ui/animations.po (renamed from translations/source/id/sd/source/ui/animations.po)0
-rw-r--r--source/id/sd/source/ui/annotations.po (renamed from translations/source/id/sd/source/ui/annotations.po)0
-rw-r--r--source/id/sd/source/ui/app.po (renamed from translations/source/id/sd/source/ui/app.po)0
-rw-r--r--source/id/sd/source/ui/dlg.po (renamed from translations/source/id/sd/source/ui/dlg.po)0
-rw-r--r--source/id/sd/source/ui/slideshow.po (renamed from translations/source/id/sd/source/ui/slideshow.po)0
-rw-r--r--source/id/sd/source/ui/table.po (renamed from translations/source/id/sd/source/ui/table.po)0
-rw-r--r--source/id/sd/source/ui/view.po (renamed from translations/source/id/sd/source/ui/view.po)0
-rw-r--r--source/id/sdext/source/minimizer.po (renamed from translations/source/id/sdext/source/minimizer.po)0
-rw-r--r--source/id/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/id/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/id/sdext/source/pdfimport.po (renamed from translations/source/id/sdext/source/pdfimport.po)0
-rw-r--r--source/id/sdext/source/presenter.po (renamed from translations/source/id/sdext/source/presenter.po)0
-rw-r--r--source/id/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/id/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/id/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/id/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/id/setup_native/source/mac.po (renamed from translations/source/id/setup_native/source/mac.po)0
-rw-r--r--source/id/sfx2/source/appl.po (renamed from translations/source/id/sfx2/source/appl.po)0
-rw-r--r--source/id/sfx2/source/bastyp.po (renamed from translations/source/id/sfx2/source/bastyp.po)0
-rw-r--r--source/id/sfx2/source/dialog.po (renamed from translations/source/id/sfx2/source/dialog.po)0
-rw-r--r--source/id/sfx2/source/doc.po (renamed from translations/source/id/sfx2/source/doc.po)0
-rw-r--r--source/id/sfx2/source/menu.po (renamed from translations/source/id/sfx2/source/menu.po)0
-rw-r--r--source/id/sfx2/source/view.po (renamed from translations/source/id/sfx2/source/view.po)0
-rw-r--r--source/id/shell/source/win32/shlxthandler/res.po (renamed from translations/source/id/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/id/starmath/source.po (renamed from translations/source/id/starmath/source.po)0
-rw-r--r--source/id/svl/source/items.po (renamed from translations/source/id/svl/source/items.po)0
-rw-r--r--source/id/svl/source/misc.po (renamed from translations/source/id/svl/source/misc.po)0
-rw-r--r--source/id/svtools/source/contnr.po (renamed from translations/source/id/svtools/source/contnr.po)0
-rw-r--r--source/id/svtools/source/control.po (renamed from translations/source/id/svtools/source/control.po)0
-rw-r--r--source/id/svtools/source/dialogs.po (renamed from translations/source/id/svtools/source/dialogs.po)0
-rw-r--r--source/id/svtools/source/filter.po (renamed from translations/source/id/svtools/source/filter.po)0
-rw-r--r--source/id/svtools/source/java.po (renamed from translations/source/id/svtools/source/java.po)0
-rw-r--r--source/id/svtools/source/misc.po (renamed from translations/source/id/svtools/source/misc.po)0
-rw-r--r--source/id/svtools/source/toolpanel.po (renamed from translations/source/id/svtools/source/toolpanel.po)0
-rw-r--r--source/id/svtools/workben/unodialog.po (renamed from translations/source/id/svtools/workben/unodialog.po)0
-rw-r--r--source/id/svx/inc.po (renamed from translations/source/id/svx/inc.po)0
-rw-r--r--source/id/svx/source/accessibility.po (renamed from translations/source/id/svx/source/accessibility.po)0
-rw-r--r--source/id/svx/source/dialog.po (renamed from translations/source/id/svx/source/dialog.po)0
-rw-r--r--source/id/svx/source/engine3d.po (renamed from translations/source/id/svx/source/engine3d.po)0
-rw-r--r--source/id/svx/source/fmcomp.po (renamed from translations/source/id/svx/source/fmcomp.po)0
-rw-r--r--source/id/svx/source/form.po (renamed from translations/source/id/svx/source/form.po)0
-rw-r--r--source/id/svx/source/gallery2.po (renamed from translations/source/id/svx/source/gallery2.po)0
-rw-r--r--source/id/svx/source/items.po (renamed from translations/source/id/svx/source/items.po)0
-rw-r--r--source/id/svx/source/src.po (renamed from translations/source/id/svx/source/src.po)0
-rw-r--r--source/id/svx/source/stbctrls.po (renamed from translations/source/id/svx/source/stbctrls.po)0
-rw-r--r--source/id/svx/source/svdraw.po (renamed from translations/source/id/svx/source/svdraw.po)0
-rw-r--r--source/id/svx/source/table.po (renamed from translations/source/id/svx/source/table.po)0
-rw-r--r--source/id/svx/source/tbxctrls.po (renamed from translations/source/id/svx/source/tbxctrls.po)0
-rw-r--r--source/id/svx/source/toolbars.po (renamed from translations/source/id/svx/source/toolbars.po)0
-rw-r--r--source/id/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/id/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/id/sw/source/core/layout.po (renamed from translations/source/id/sw/source/core/layout.po)0
-rw-r--r--source/id/sw/source/core/undo.po (renamed from translations/source/id/sw/source/core/undo.po)0
-rw-r--r--source/id/sw/source/core/unocore.po (renamed from translations/source/id/sw/source/core/unocore.po)0
-rw-r--r--source/id/sw/source/ui/app.po (renamed from translations/source/id/sw/source/ui/app.po)0
-rw-r--r--source/id/sw/source/ui/chrdlg.po (renamed from translations/source/id/sw/source/ui/chrdlg.po)0
-rw-r--r--source/id/sw/source/ui/config.po (renamed from translations/source/id/sw/source/ui/config.po)0
-rw-r--r--source/id/sw/source/ui/dbui.po (renamed from translations/source/id/sw/source/ui/dbui.po)0
-rw-r--r--source/id/sw/source/ui/dialog.po (renamed from translations/source/id/sw/source/ui/dialog.po)0
-rw-r--r--source/id/sw/source/ui/dochdl.po (renamed from translations/source/id/sw/source/ui/dochdl.po)0
-rw-r--r--source/id/sw/source/ui/docvw.po (renamed from translations/source/id/sw/source/ui/docvw.po)0
-rw-r--r--source/id/sw/source/ui/envelp.po (renamed from translations/source/id/sw/source/ui/envelp.po)0
-rw-r--r--source/id/sw/source/ui/fldui.po (renamed from translations/source/id/sw/source/ui/fldui.po)0
-rw-r--r--source/id/sw/source/ui/fmtui.po (renamed from translations/source/id/sw/source/ui/fmtui.po)0
-rw-r--r--source/id/sw/source/ui/frmdlg.po (renamed from translations/source/id/sw/source/ui/frmdlg.po)0
-rw-r--r--source/id/sw/source/ui/globdoc.po (renamed from translations/source/id/sw/source/ui/globdoc.po)0
-rw-r--r--source/id/sw/source/ui/index.po (renamed from translations/source/id/sw/source/ui/index.po)0
-rw-r--r--source/id/sw/source/ui/lingu.po (renamed from translations/source/id/sw/source/ui/lingu.po)0
-rw-r--r--source/id/sw/source/ui/misc.po (renamed from translations/source/id/sw/source/ui/misc.po)0
-rw-r--r--source/id/sw/source/ui/ribbar.po (renamed from translations/source/id/sw/source/ui/ribbar.po)0
-rw-r--r--source/id/sw/source/ui/shells.po (renamed from translations/source/id/sw/source/ui/shells.po)0
-rw-r--r--source/id/sw/source/ui/smartmenu.po (renamed from translations/source/id/sw/source/ui/smartmenu.po)0
-rw-r--r--source/id/sw/source/ui/table.po (renamed from translations/source/id/sw/source/ui/table.po)0
-rw-r--r--source/id/sw/source/ui/uiview.po (renamed from translations/source/id/sw/source/ui/uiview.po)0
-rw-r--r--source/id/sw/source/ui/utlui.po (renamed from translations/source/id/sw/source/ui/utlui.po)0
-rw-r--r--source/id/sw/source/ui/web.po (renamed from translations/source/id/sw/source/ui/web.po)0
-rw-r--r--source/id/sw/source/ui/wrtsh.po (renamed from translations/source/id/sw/source/ui/wrtsh.po)0
-rw-r--r--source/id/swext/mediawiki/help.po (renamed from translations/source/id/swext/mediawiki/help.po)0
-rw-r--r--source/id/swext/mediawiki/src.po (renamed from translations/source/id/swext/mediawiki/src.po)0
-rw-r--r--source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/id/sysui/desktop/share.po (renamed from translations/source/id/sysui/desktop/share.po)0
-rw-r--r--source/id/uui/source.po (renamed from translations/source/id/uui/source.po)0
-rw-r--r--source/id/vcl/source/src.po (renamed from translations/source/id/vcl/source/src.po)0
-rw-r--r--source/id/wizards/source/euro.po (renamed from translations/source/id/wizards/source/euro.po)0
-rw-r--r--source/id/wizards/source/formwizard.po (renamed from translations/source/id/wizards/source/formwizard.po)0
-rw-r--r--source/id/wizards/source/importwizard.po (renamed from translations/source/id/wizards/source/importwizard.po)0
-rw-r--r--source/id/wizards/source/schedule.po (renamed from translations/source/id/wizards/source/schedule.po)0
-rw-r--r--source/id/wizards/source/template.po (renamed from translations/source/id/wizards/source/template.po)0
-rw-r--r--source/id/xmlsecurity/source/component.po (renamed from translations/source/id/xmlsecurity/source/component.po)0
-rw-r--r--source/id/xmlsecurity/source/dialogs.po (renamed from translations/source/id/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/is/accessibility/source/helper.po (renamed from translations/source/is/accessibility/source/helper.po)0
-rw-r--r--source/is/avmedia/source/framework.po (renamed from translations/source/is/avmedia/source/framework.po)0
-rw-r--r--source/is/avmedia/source/viewer.po (renamed from translations/source/is/avmedia/source/viewer.po)0
-rw-r--r--source/is/basctl/source/basicide.po (renamed from translations/source/is/basctl/source/basicide.po)0
-rw-r--r--source/is/basctl/source/dlged.po (renamed from translations/source/is/basctl/source/dlged.po)0
-rw-r--r--source/is/basic/source/classes.po (renamed from translations/source/is/basic/source/classes.po)0
-rw-r--r--source/is/basic/source/sbx.po (renamed from translations/source/is/basic/source/sbx.po)0
-rw-r--r--source/is/chart2/source/controller/dialogs.po (renamed from translations/source/is/chart2/source/controller/dialogs.po)0
-rw-r--r--source/is/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/is/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/is/connectivity/source/resource.po (renamed from translations/source/is/connectivity/source/resource.po)0
-rw-r--r--source/is/cui/source/customize.po (renamed from translations/source/is/cui/source/customize.po)0
-rw-r--r--source/is/cui/source/dialogs.po (renamed from translations/source/is/cui/source/dialogs.po)0
-rw-r--r--source/is/cui/source/options.po (renamed from translations/source/is/cui/source/options.po)0
-rw-r--r--source/is/cui/source/tabpages.po (renamed from translations/source/is/cui/source/tabpages.po)0
-rw-r--r--source/is/dbaccess/source/core/resource.po (renamed from translations/source/is/dbaccess/source/core/resource.po)0
-rw-r--r--source/is/dbaccess/source/ext/macromigration.po (renamed from translations/source/is/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/is/dbaccess/source/sdbtools/resource.po (renamed from translations/source/is/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/is/dbaccess/source/ui/app.po (renamed from translations/source/is/dbaccess/source/ui/app.po)0
-rw-r--r--source/is/dbaccess/source/ui/browser.po (renamed from translations/source/is/dbaccess/source/ui/browser.po)0
-rw-r--r--source/is/dbaccess/source/ui/control.po (renamed from translations/source/is/dbaccess/source/ui/control.po)0
-rw-r--r--source/is/dbaccess/source/ui/dlg.po (renamed from translations/source/is/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/is/dbaccess/source/ui/inc.po (renamed from translations/source/is/dbaccess/source/ui/inc.po)0
-rw-r--r--source/is/dbaccess/source/ui/misc.po (renamed from translations/source/is/dbaccess/source/ui/misc.po)0
-rw-r--r--source/is/dbaccess/source/ui/querydesign.po (renamed from translations/source/is/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/is/dbaccess/source/ui/relationdesign.po (renamed from translations/source/is/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/is/dbaccess/source/ui/tabledesign.po (renamed from translations/source/is/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/is/dbaccess/source/ui/uno.po (renamed from translations/source/is/dbaccess/source/ui/uno.po)0
-rw-r--r--source/is/desktop/source/app.po (renamed from translations/source/is/desktop/source/app.po)0
-rw-r--r--source/is/desktop/source/deployment/gui.po (renamed from translations/source/is/desktop/source/deployment/gui.po)0
-rw-r--r--source/is/desktop/source/deployment/manager.po (renamed from translations/source/is/desktop/source/deployment/manager.po)0
-rw-r--r--source/is/desktop/source/deployment/misc.po (renamed from translations/source/is/desktop/source/deployment/misc.po)0
-rw-r--r--source/is/desktop/source/deployment/registry.po (renamed from translations/source/is/desktop/source/deployment/registry.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/component.po (renamed from translations/source/is/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/configuration.po (renamed from translations/source/is/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/help.po (renamed from translations/source/is/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/package.po (renamed from translations/source/is/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/script.po (renamed from translations/source/is/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/is/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/is/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/is/desktop/source/deployment/unopkg.po (renamed from translations/source/is/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/is/dictionaries/af_ZA.po (renamed from translations/source/is/dictionaries/af_ZA.po)0
-rw-r--r--source/is/dictionaries/an_ES.po (renamed from translations/source/is/dictionaries/an_ES.po)0
-rw-r--r--source/is/dictionaries/ar.po (renamed from translations/source/is/dictionaries/ar.po)0
-rw-r--r--source/is/dictionaries/be_BY.po (renamed from translations/source/is/dictionaries/be_BY.po)0
-rw-r--r--source/is/dictionaries/bg_BG.po (renamed from translations/source/is/dictionaries/bg_BG.po)0
-rw-r--r--source/is/dictionaries/bn_BD.po (renamed from translations/source/is/dictionaries/bn_BD.po)0
-rw-r--r--source/is/dictionaries/br_FR.po (renamed from translations/source/is/dictionaries/br_FR.po)0
-rw-r--r--source/is/dictionaries/ca.po (renamed from translations/source/is/dictionaries/ca.po)0
-rw-r--r--source/is/dictionaries/cs_CZ.po (renamed from translations/source/is/dictionaries/cs_CZ.po)0
-rw-r--r--source/is/dictionaries/da_DK.po (renamed from translations/source/is/dictionaries/da_DK.po)0
-rw-r--r--source/is/dictionaries/de.po (renamed from translations/source/is/dictionaries/de.po)0
-rw-r--r--source/is/dictionaries/el_GR.po (renamed from translations/source/is/dictionaries/el_GR.po)0
-rw-r--r--source/is/dictionaries/en.po (renamed from translations/source/is/dictionaries/en.po)0
-rw-r--r--source/is/dictionaries/en/dialog.po (renamed from translations/source/is/dictionaries/en/dialog.po)0
-rw-r--r--source/is/dictionaries/es_ES.po (renamed from translations/source/is/dictionaries/es_ES.po)0
-rw-r--r--source/is/dictionaries/et_EE.po (renamed from translations/source/is/dictionaries/et_EE.po)0
-rw-r--r--source/is/dictionaries/fr_FR.po (renamed from translations/source/is/dictionaries/fr_FR.po)0
-rw-r--r--source/is/dictionaries/gd_GB.po (renamed from translations/source/is/dictionaries/gd_GB.po)0
-rw-r--r--source/is/dictionaries/gl.po (renamed from translations/source/is/dictionaries/gl.po)0
-rw-r--r--source/is/dictionaries/gu_IN.po (renamed from translations/source/is/dictionaries/gu_IN.po)0
-rw-r--r--source/is/dictionaries/he_IL.po (renamed from translations/source/is/dictionaries/he_IL.po)0
-rw-r--r--source/is/dictionaries/hi_IN.po (renamed from translations/source/is/dictionaries/hi_IN.po)0
-rw-r--r--source/is/dictionaries/hr_HR.po (renamed from translations/source/is/dictionaries/hr_HR.po)0
-rw-r--r--source/is/dictionaries/hu_HU.po (renamed from translations/source/is/dictionaries/hu_HU.po)0
-rw-r--r--source/is/dictionaries/hu_HU/dialog.po (renamed from translations/source/is/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/is/dictionaries/it_IT.po (renamed from translations/source/is/dictionaries/it_IT.po)0
-rw-r--r--source/is/dictionaries/ku_TR.po (renamed from translations/source/is/dictionaries/ku_TR.po)0
-rw-r--r--source/is/dictionaries/lt_LT.po (renamed from translations/source/is/dictionaries/lt_LT.po)0
-rw-r--r--source/is/dictionaries/lv_LV.po (renamed from translations/source/is/dictionaries/lv_LV.po)0
-rw-r--r--source/is/dictionaries/ne_NP.po (renamed from translations/source/is/dictionaries/ne_NP.po)0
-rw-r--r--source/is/dictionaries/nl_NL.po (renamed from translations/source/is/dictionaries/nl_NL.po)0
-rw-r--r--source/is/dictionaries/no.po (renamed from translations/source/is/dictionaries/no.po)0
-rw-r--r--source/is/dictionaries/oc_FR.po (renamed from translations/source/is/dictionaries/oc_FR.po)0
-rw-r--r--source/is/dictionaries/pl_PL.po (renamed from translations/source/is/dictionaries/pl_PL.po)0
-rw-r--r--source/is/dictionaries/pt_BR.po (renamed from translations/source/is/dictionaries/pt_BR.po)0
-rw-r--r--source/is/dictionaries/pt_PT.po (renamed from translations/source/is/dictionaries/pt_PT.po)0
-rw-r--r--source/is/dictionaries/ro.po (renamed from translations/source/is/dictionaries/ro.po)0
-rw-r--r--source/is/dictionaries/ru_RU.po (renamed from translations/source/is/dictionaries/ru_RU.po)0
-rw-r--r--source/is/dictionaries/ru_RU/dialog.po (renamed from translations/source/is/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/is/dictionaries/si_LK.po (renamed from translations/source/is/dictionaries/si_LK.po)0
-rw-r--r--source/is/dictionaries/sk_SK.po (renamed from translations/source/is/dictionaries/sk_SK.po)0
-rw-r--r--source/is/dictionaries/sl_SI.po (renamed from translations/source/is/dictionaries/sl_SI.po)0
-rw-r--r--source/is/dictionaries/sr.po (renamed from translations/source/is/dictionaries/sr.po)0
-rw-r--r--source/is/dictionaries/sv_SE.po (renamed from translations/source/is/dictionaries/sv_SE.po)0
-rw-r--r--source/is/dictionaries/sw_TZ.po (renamed from translations/source/is/dictionaries/sw_TZ.po)0
-rw-r--r--source/is/dictionaries/te_IN.po (renamed from translations/source/is/dictionaries/te_IN.po)0
-rw-r--r--source/is/dictionaries/th_TH.po (renamed from translations/source/is/dictionaries/th_TH.po)0
-rw-r--r--source/is/dictionaries/uk_UA.po (renamed from translations/source/is/dictionaries/uk_UA.po)0
-rw-r--r--source/is/dictionaries/vi.po (renamed from translations/source/is/dictionaries/vi.po)0
-rw-r--r--source/is/dictionaries/zu_ZA.po (renamed from translations/source/is/dictionaries/zu_ZA.po)0
-rw-r--r--source/is/editeng/source/accessibility.po (renamed from translations/source/is/editeng/source/accessibility.po)0
-rw-r--r--source/is/editeng/source/editeng.po (renamed from translations/source/is/editeng/source/editeng.po)0
-rw-r--r--source/is/editeng/source/items.po (renamed from translations/source/is/editeng/source/items.po)0
-rw-r--r--source/is/editeng/source/misc.po (renamed from translations/source/is/editeng/source/misc.po)0
-rw-r--r--source/is/editeng/source/outliner.po (renamed from translations/source/is/editeng/source/outliner.po)0
-rw-r--r--source/is/extensions/source/abpilot.po (renamed from translations/source/is/extensions/source/abpilot.po)0
-rw-r--r--source/is/extensions/source/bibliography.po (renamed from translations/source/is/extensions/source/bibliography.po)0
-rw-r--r--source/is/extensions/source/dbpilots.po (renamed from translations/source/is/extensions/source/dbpilots.po)0
-rw-r--r--source/is/extensions/source/propctrlr.po (renamed from translations/source/is/extensions/source/propctrlr.po)0
-rw-r--r--source/is/extensions/source/scanner.po (renamed from translations/source/is/extensions/source/scanner.po)0
-rw-r--r--source/is/extensions/source/update/check.po (renamed from translations/source/is/extensions/source/update/check.po)0
-rw-r--r--source/is/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/is/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/is/filter/source/config/fragments/filters.po (renamed from translations/source/is/filter/source/config/fragments/filters.po)0
-rw-r--r--source/is/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/is/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/is/filter/source/config/fragments/types.po (renamed from translations/source/is/filter/source/config/fragments/types.po)0
-rw-r--r--source/is/filter/source/flash.po (renamed from translations/source/is/filter/source/flash.po)0
-rw-r--r--source/is/filter/source/graphicfilter/eps.po (renamed from translations/source/is/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/is/filter/source/pdf.po (renamed from translations/source/is/filter/source/pdf.po)0
-rw-r--r--source/is/filter/source/t602.po (renamed from translations/source/is/filter/source/t602.po)0
-rw-r--r--source/is/filter/source/xsltdialog.po (renamed from translations/source/is/filter/source/xsltdialog.po)0
-rw-r--r--source/is/forms/source/resource.po (renamed from translations/source/is/forms/source/resource.po)0
-rw-r--r--source/is/formula/source/core/resource.po (renamed from translations/source/is/formula/source/core/resource.po)0
-rw-r--r--source/is/formula/source/ui/dlg.po (renamed from translations/source/is/formula/source/ui/dlg.po)0
-rw-r--r--source/is/fpicker/source/office.po (renamed from translations/source/is/fpicker/source/office.po)0
-rw-r--r--source/is/framework/source/classes.po (renamed from translations/source/is/framework/source/classes.po)0
-rw-r--r--source/is/framework/source/services.po (renamed from translations/source/is/framework/source/services.po)0
-rw-r--r--source/is/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/is/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/is/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/is/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/is/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc.po (renamed from translations/source/is/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/00.po (renamed from translations/source/is/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po (renamed from translations/source/is/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/02.po (renamed from translations/source/is/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/04.po (renamed from translations/source/is/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/05.po (renamed from translations/source/is/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/is/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/schart.po (renamed from translations/source/is/helpcontent2/source/text/schart.po)0
-rw-r--r--source/is/helpcontent2/source/text/schart/00.po (renamed from translations/source/is/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/schart/01.po (renamed from translations/source/is/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/schart/02.po (renamed from translations/source/is/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/schart/04.po (renamed from translations/source/is/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/sdraw.po (renamed from translations/source/is/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/is/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/is/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/is/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/is/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/is/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared.po (renamed from translations/source/is/helpcontent2/source/text/shared.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po (renamed from translations/source/is/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po (renamed from translations/source/is/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po (renamed from translations/source/is/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/04.po (renamed from translations/source/is/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/05.po (renamed from translations/source/is/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/07.po (renamed from translations/source/is/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/is/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/is/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/is/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po (renamed from translations/source/is/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/is/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress.po (renamed from translations/source/is/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress/00.po (renamed from translations/source/is/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress/01.po (renamed from translations/source/is/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress/02.po (renamed from translations/source/is/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress/04.po (renamed from translations/source/is/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/is/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath.po (renamed from translations/source/is/helpcontent2/source/text/smath.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath/00.po (renamed from translations/source/is/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath/01.po (renamed from translations/source/is/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath/02.po (renamed from translations/source/is/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath/04.po (renamed from translations/source/is/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/smath/guide.po (renamed from translations/source/is/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter.po (renamed from translations/source/is/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po (renamed from translations/source/is/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po (renamed from translations/source/is/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter/02.po (renamed from translations/source/is/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter/04.po (renamed from translations/source/is/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/is/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/is/mysqlc/source.po (renamed from translations/source/is/mysqlc/source.po)0
-rw-r--r--source/is/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/is/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/is/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/is/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/is/nlpsolver/src/locale.po (renamed from translations/source/is/nlpsolver/src/locale.po)0
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/is/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/is/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/is/padmin/source.po (renamed from translations/source/is/padmin/source.po)0
-rw-r--r--source/is/readlicense_oo/docs/readme.po (renamed from translations/source/is/readlicense_oo/docs/readme.po)0
-rw-r--r--source/is/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/is/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/is/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/is/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/is/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/is/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/is/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/is/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/is/reportbuilder/util.po (renamed from translations/source/is/reportbuilder/util.po)0
-rw-r--r--source/is/reportdesign/source/core/resource.po (renamed from translations/source/is/reportdesign/source/core/resource.po)0
-rw-r--r--source/is/reportdesign/source/ui/dlg.po (renamed from translations/source/is/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/is/reportdesign/source/ui/inspection.po (renamed from translations/source/is/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/is/reportdesign/source/ui/report.po (renamed from translations/source/is/reportdesign/source/ui/report.po)0
-rw-r--r--source/is/sc/source/core/src.po (renamed from translations/source/is/sc/source/core/src.po)0
-rw-r--r--source/is/sc/source/ui/cctrl.po (renamed from translations/source/is/sc/source/ui/cctrl.po)0
-rw-r--r--source/is/sc/source/ui/dbgui.po (renamed from translations/source/is/sc/source/ui/dbgui.po)0
-rw-r--r--source/is/sc/source/ui/docshell.po (renamed from translations/source/is/sc/source/ui/docshell.po)0
-rw-r--r--source/is/sc/source/ui/drawfunc.po (renamed from translations/source/is/sc/source/ui/drawfunc.po)0
-rw-r--r--source/is/sc/source/ui/formdlg.po (renamed from translations/source/is/sc/source/ui/formdlg.po)0
-rw-r--r--source/is/sc/source/ui/miscdlgs.po (renamed from translations/source/is/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/is/sc/source/ui/navipi.po (renamed from translations/source/is/sc/source/ui/navipi.po)0
-rw-r--r--source/is/sc/source/ui/optdlg.po (renamed from translations/source/is/sc/source/ui/optdlg.po)0
-rw-r--r--source/is/sc/source/ui/pagedlg.po (renamed from translations/source/is/sc/source/ui/pagedlg.po)0
-rw-r--r--source/is/sc/source/ui/src.po (renamed from translations/source/is/sc/source/ui/src.po)0
-rw-r--r--source/is/sc/source/ui/styleui.po (renamed from translations/source/is/sc/source/ui/styleui.po)0
-rw-r--r--source/is/scaddins/source/analysis.po (renamed from translations/source/is/scaddins/source/analysis.po)0
-rw-r--r--source/is/scaddins/source/datefunc.po (renamed from translations/source/is/scaddins/source/datefunc.po)0
-rw-r--r--source/is/sccomp/source/solver.po (renamed from translations/source/is/sccomp/source/solver.po)0
-rw-r--r--source/is/scp2/source/accessories.po (renamed from translations/source/is/scp2/source/accessories.po)0
-rw-r--r--source/is/scp2/source/activex.po (renamed from translations/source/is/scp2/source/activex.po)0
-rw-r--r--source/is/scp2/source/base.po (renamed from translations/source/is/scp2/source/base.po)0
-rw-r--r--source/is/scp2/source/binfilter.po (renamed from translations/source/is/scp2/source/binfilter.po)0
-rw-r--r--source/is/scp2/source/calc.po (renamed from translations/source/is/scp2/source/calc.po)0
-rw-r--r--source/is/scp2/source/draw.po (renamed from translations/source/is/scp2/source/draw.po)0
-rw-r--r--source/is/scp2/source/extensions.po (renamed from translations/source/is/scp2/source/extensions.po)0
-rw-r--r--source/is/scp2/source/gnome.po (renamed from translations/source/is/scp2/source/gnome.po)0
-rw-r--r--source/is/scp2/source/graphicfilter.po (renamed from translations/source/is/scp2/source/graphicfilter.po)0
-rw-r--r--source/is/scp2/source/impress.po (renamed from translations/source/is/scp2/source/impress.po)0
-rw-r--r--source/is/scp2/source/javafilter.po (renamed from translations/source/is/scp2/source/javafilter.po)0
-rw-r--r--source/is/scp2/source/kde.po (renamed from translations/source/is/scp2/source/kde.po)0
-rw-r--r--source/is/scp2/source/math.po (renamed from translations/source/is/scp2/source/math.po)0
-rw-r--r--source/is/scp2/source/onlineupdate.po (renamed from translations/source/is/scp2/source/onlineupdate.po)0
-rw-r--r--source/is/scp2/source/ooo.po (renamed from translations/source/is/scp2/source/ooo.po)0
-rw-r--r--source/is/scp2/source/python.po (renamed from translations/source/is/scp2/source/python.po)0
-rw-r--r--source/is/scp2/source/quickstart.po (renamed from translations/source/is/scp2/source/quickstart.po)0
-rw-r--r--source/is/scp2/source/sdkoo.po (renamed from translations/source/is/scp2/source/sdkoo.po)0
-rw-r--r--source/is/scp2/source/smoketest.po (renamed from translations/source/is/scp2/source/smoketest.po)0
-rw-r--r--source/is/scp2/source/stdlibs.po (renamed from translations/source/is/scp2/source/stdlibs.po)0
-rw-r--r--source/is/scp2/source/tde.po (renamed from translations/source/is/scp2/source/tde.po)0
-rw-r--r--source/is/scp2/source/winexplorerext.po (renamed from translations/source/is/scp2/source/winexplorerext.po)0
-rw-r--r--source/is/scp2/source/writer.po (renamed from translations/source/is/scp2/source/writer.po)0
-rw-r--r--source/is/scp2/source/xsltfilter.po (renamed from translations/source/is/scp2/source/xsltfilter.po)0
-rw-r--r--source/is/scripting/source/pyprov.po (renamed from translations/source/is/scripting/source/pyprov.po)0
-rw-r--r--source/is/sd/source/core.po (renamed from translations/source/is/sd/source/core.po)0
-rw-r--r--source/is/sd/source/filter/html.po (renamed from translations/source/is/sd/source/filter/html.po)0
-rw-r--r--source/is/sd/source/ui/accessibility.po (renamed from translations/source/is/sd/source/ui/accessibility.po)0
-rw-r--r--source/is/sd/source/ui/animations.po (renamed from translations/source/is/sd/source/ui/animations.po)0
-rw-r--r--source/is/sd/source/ui/annotations.po (renamed from translations/source/is/sd/source/ui/annotations.po)0
-rw-r--r--source/is/sd/source/ui/app.po (renamed from translations/source/is/sd/source/ui/app.po)0
-rw-r--r--source/is/sd/source/ui/dlg.po (renamed from translations/source/is/sd/source/ui/dlg.po)0
-rw-r--r--source/is/sd/source/ui/slideshow.po (renamed from translations/source/is/sd/source/ui/slideshow.po)0
-rw-r--r--source/is/sd/source/ui/table.po (renamed from translations/source/is/sd/source/ui/table.po)0
-rw-r--r--source/is/sd/source/ui/view.po (renamed from translations/source/is/sd/source/ui/view.po)0
-rw-r--r--source/is/sdext/source/minimizer.po (renamed from translations/source/is/sdext/source/minimizer.po)0
-rw-r--r--source/is/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/is/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/is/sdext/source/pdfimport.po (renamed from translations/source/is/sdext/source/pdfimport.po)0
-rw-r--r--source/is/sdext/source/presenter.po (renamed from translations/source/is/sdext/source/presenter.po)0
-rw-r--r--source/is/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/is/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/is/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/is/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/is/setup_native/source/mac.po (renamed from translations/source/is/setup_native/source/mac.po)0
-rw-r--r--source/is/sfx2/source/appl.po (renamed from translations/source/is/sfx2/source/appl.po)0
-rw-r--r--source/is/sfx2/source/bastyp.po (renamed from translations/source/is/sfx2/source/bastyp.po)0
-rw-r--r--source/is/sfx2/source/dialog.po (renamed from translations/source/is/sfx2/source/dialog.po)0
-rw-r--r--source/is/sfx2/source/doc.po (renamed from translations/source/is/sfx2/source/doc.po)0
-rw-r--r--source/is/sfx2/source/menu.po (renamed from translations/source/is/sfx2/source/menu.po)0
-rw-r--r--source/is/sfx2/source/view.po (renamed from translations/source/is/sfx2/source/view.po)0
-rw-r--r--source/is/shell/source/win32/shlxthandler/res.po (renamed from translations/source/is/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/is/starmath/source.po (renamed from translations/source/is/starmath/source.po)0
-rw-r--r--source/is/svl/source/items.po (renamed from translations/source/is/svl/source/items.po)0
-rw-r--r--source/is/svl/source/misc.po (renamed from translations/source/is/svl/source/misc.po)0
-rw-r--r--source/is/svtools/source/contnr.po (renamed from translations/source/is/svtools/source/contnr.po)0
-rw-r--r--source/is/svtools/source/control.po (renamed from translations/source/is/svtools/source/control.po)0
-rw-r--r--source/is/svtools/source/dialogs.po (renamed from translations/source/is/svtools/source/dialogs.po)0
-rw-r--r--source/is/svtools/source/filter.po (renamed from translations/source/is/svtools/source/filter.po)0
-rw-r--r--source/is/svtools/source/java.po (renamed from translations/source/is/svtools/source/java.po)0
-rw-r--r--source/is/svtools/source/misc.po (renamed from translations/source/is/svtools/source/misc.po)0
-rw-r--r--source/is/svtools/source/toolpanel.po (renamed from translations/source/is/svtools/source/toolpanel.po)0
-rw-r--r--source/is/svtools/workben/unodialog.po (renamed from translations/source/is/svtools/workben/unodialog.po)0
-rw-r--r--source/is/svx/inc.po (renamed from translations/source/is/svx/inc.po)0
-rw-r--r--source/is/svx/source/accessibility.po (renamed from translations/source/is/svx/source/accessibility.po)0
-rw-r--r--source/is/svx/source/dialog.po (renamed from translations/source/is/svx/source/dialog.po)0
-rw-r--r--source/is/svx/source/engine3d.po (renamed from translations/source/is/svx/source/engine3d.po)0
-rw-r--r--source/is/svx/source/fmcomp.po (renamed from translations/source/is/svx/source/fmcomp.po)0
-rw-r--r--source/is/svx/source/form.po (renamed from translations/source/is/svx/source/form.po)0
-rw-r--r--source/is/svx/source/gallery2.po (renamed from translations/source/is/svx/source/gallery2.po)0
-rw-r--r--source/is/svx/source/items.po (renamed from translations/source/is/svx/source/items.po)0
-rw-r--r--source/is/svx/source/src.po (renamed from translations/source/is/svx/source/src.po)0
-rw-r--r--source/is/svx/source/stbctrls.po (renamed from translations/source/is/svx/source/stbctrls.po)0
-rw-r--r--source/is/svx/source/svdraw.po (renamed from translations/source/is/svx/source/svdraw.po)0
-rw-r--r--source/is/svx/source/table.po (renamed from translations/source/is/svx/source/table.po)0
-rw-r--r--source/is/svx/source/tbxctrls.po (renamed from translations/source/is/svx/source/tbxctrls.po)0
-rw-r--r--source/is/svx/source/toolbars.po (renamed from translations/source/is/svx/source/toolbars.po)0
-rw-r--r--source/is/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/is/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/is/sw/source/core/layout.po (renamed from translations/source/is/sw/source/core/layout.po)0
-rw-r--r--source/is/sw/source/core/undo.po (renamed from translations/source/is/sw/source/core/undo.po)0
-rw-r--r--source/is/sw/source/core/unocore.po (renamed from translations/source/is/sw/source/core/unocore.po)0
-rw-r--r--source/is/sw/source/ui/app.po (renamed from translations/source/is/sw/source/ui/app.po)0
-rw-r--r--source/is/sw/source/ui/chrdlg.po (renamed from translations/source/is/sw/source/ui/chrdlg.po)0
-rw-r--r--source/is/sw/source/ui/config.po (renamed from translations/source/is/sw/source/ui/config.po)0
-rw-r--r--source/is/sw/source/ui/dbui.po (renamed from translations/source/is/sw/source/ui/dbui.po)0
-rw-r--r--source/is/sw/source/ui/dialog.po (renamed from translations/source/is/sw/source/ui/dialog.po)0
-rw-r--r--source/is/sw/source/ui/dochdl.po (renamed from translations/source/is/sw/source/ui/dochdl.po)0
-rw-r--r--source/is/sw/source/ui/docvw.po (renamed from translations/source/is/sw/source/ui/docvw.po)0
-rw-r--r--source/is/sw/source/ui/envelp.po (renamed from translations/source/is/sw/source/ui/envelp.po)0
-rw-r--r--source/is/sw/source/ui/fldui.po (renamed from translations/source/is/sw/source/ui/fldui.po)0
-rw-r--r--source/is/sw/source/ui/fmtui.po (renamed from translations/source/is/sw/source/ui/fmtui.po)0
-rw-r--r--source/is/sw/source/ui/frmdlg.po (renamed from translations/source/is/sw/source/ui/frmdlg.po)0
-rw-r--r--source/is/sw/source/ui/globdoc.po (renamed from translations/source/is/sw/source/ui/globdoc.po)0
-rw-r--r--source/is/sw/source/ui/index.po (renamed from translations/source/is/sw/source/ui/index.po)0
-rw-r--r--source/is/sw/source/ui/lingu.po (renamed from translations/source/is/sw/source/ui/lingu.po)0
-rw-r--r--source/is/sw/source/ui/misc.po (renamed from translations/source/is/sw/source/ui/misc.po)0
-rw-r--r--source/is/sw/source/ui/ribbar.po (renamed from translations/source/is/sw/source/ui/ribbar.po)0
-rw-r--r--source/is/sw/source/ui/shells.po (renamed from translations/source/is/sw/source/ui/shells.po)0
-rw-r--r--source/is/sw/source/ui/smartmenu.po (renamed from translations/source/is/sw/source/ui/smartmenu.po)0
-rw-r--r--source/is/sw/source/ui/table.po (renamed from translations/source/is/sw/source/ui/table.po)0
-rw-r--r--source/is/sw/source/ui/uiview.po (renamed from translations/source/is/sw/source/ui/uiview.po)0
-rw-r--r--source/is/sw/source/ui/utlui.po (renamed from translations/source/is/sw/source/ui/utlui.po)0
-rw-r--r--source/is/sw/source/ui/web.po (renamed from translations/source/is/sw/source/ui/web.po)0
-rw-r--r--source/is/sw/source/ui/wrtsh.po (renamed from translations/source/is/sw/source/ui/wrtsh.po)0
-rw-r--r--source/is/swext/mediawiki/help.po (renamed from translations/source/is/swext/mediawiki/help.po)0
-rw-r--r--source/is/swext/mediawiki/src.po (renamed from translations/source/is/swext/mediawiki/src.po)0
-rw-r--r--source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/is/sysui/desktop/share.po (renamed from translations/source/is/sysui/desktop/share.po)0
-rw-r--r--source/is/uui/source.po (renamed from translations/source/is/uui/source.po)0
-rw-r--r--source/is/vcl/source/src.po (renamed from translations/source/is/vcl/source/src.po)0
-rw-r--r--source/is/wizards/source/euro.po (renamed from translations/source/is/wizards/source/euro.po)0
-rw-r--r--source/is/wizards/source/formwizard.po (renamed from translations/source/is/wizards/source/formwizard.po)0
-rw-r--r--source/is/wizards/source/importwizard.po (renamed from translations/source/is/wizards/source/importwizard.po)0
-rw-r--r--source/is/wizards/source/schedule.po (renamed from translations/source/is/wizards/source/schedule.po)0
-rw-r--r--source/is/wizards/source/template.po (renamed from translations/source/is/wizards/source/template.po)0
-rw-r--r--source/is/xmlsecurity/source/component.po (renamed from translations/source/is/xmlsecurity/source/component.po)0
-rw-r--r--source/is/xmlsecurity/source/dialogs.po (renamed from translations/source/is/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/it/accessibility/source/helper.po (renamed from translations/source/it/accessibility/source/helper.po)0
-rw-r--r--source/it/avmedia/source/framework.po (renamed from translations/source/it/avmedia/source/framework.po)0
-rw-r--r--source/it/avmedia/source/viewer.po (renamed from translations/source/it/avmedia/source/viewer.po)0
-rw-r--r--source/it/basctl/source/basicide.po (renamed from translations/source/it/basctl/source/basicide.po)0
-rw-r--r--source/it/basctl/source/dlged.po (renamed from translations/source/it/basctl/source/dlged.po)0
-rw-r--r--source/it/basic/source/classes.po (renamed from translations/source/it/basic/source/classes.po)0
-rw-r--r--source/it/basic/source/sbx.po (renamed from translations/source/it/basic/source/sbx.po)0
-rw-r--r--source/it/chart2/source/controller/dialogs.po (renamed from translations/source/it/chart2/source/controller/dialogs.po)0
-rw-r--r--source/it/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/it/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/it/connectivity/source/resource.po (renamed from translations/source/it/connectivity/source/resource.po)0
-rw-r--r--source/it/cui/source/customize.po (renamed from translations/source/it/cui/source/customize.po)0
-rw-r--r--source/it/cui/source/dialogs.po (renamed from translations/source/it/cui/source/dialogs.po)0
-rw-r--r--source/it/cui/source/options.po (renamed from translations/source/it/cui/source/options.po)0
-rw-r--r--source/it/cui/source/tabpages.po (renamed from translations/source/it/cui/source/tabpages.po)0
-rw-r--r--source/it/dbaccess/source/core/resource.po (renamed from translations/source/it/dbaccess/source/core/resource.po)0
-rw-r--r--source/it/dbaccess/source/ext/macromigration.po (renamed from translations/source/it/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/it/dbaccess/source/sdbtools/resource.po (renamed from translations/source/it/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/it/dbaccess/source/ui/app.po (renamed from translations/source/it/dbaccess/source/ui/app.po)0
-rw-r--r--source/it/dbaccess/source/ui/browser.po (renamed from translations/source/it/dbaccess/source/ui/browser.po)0
-rw-r--r--source/it/dbaccess/source/ui/control.po (renamed from translations/source/it/dbaccess/source/ui/control.po)0
-rw-r--r--source/it/dbaccess/source/ui/dlg.po (renamed from translations/source/it/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/it/dbaccess/source/ui/inc.po (renamed from translations/source/it/dbaccess/source/ui/inc.po)0
-rw-r--r--source/it/dbaccess/source/ui/misc.po (renamed from translations/source/it/dbaccess/source/ui/misc.po)0
-rw-r--r--source/it/dbaccess/source/ui/querydesign.po (renamed from translations/source/it/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/it/dbaccess/source/ui/relationdesign.po (renamed from translations/source/it/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/it/dbaccess/source/ui/tabledesign.po (renamed from translations/source/it/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/it/dbaccess/source/ui/uno.po (renamed from translations/source/it/dbaccess/source/ui/uno.po)0
-rw-r--r--source/it/desktop/source/app.po (renamed from translations/source/it/desktop/source/app.po)0
-rw-r--r--source/it/desktop/source/deployment/gui.po (renamed from translations/source/it/desktop/source/deployment/gui.po)0
-rw-r--r--source/it/desktop/source/deployment/manager.po (renamed from translations/source/it/desktop/source/deployment/manager.po)0
-rw-r--r--source/it/desktop/source/deployment/misc.po (renamed from translations/source/it/desktop/source/deployment/misc.po)0
-rw-r--r--source/it/desktop/source/deployment/registry.po (renamed from translations/source/it/desktop/source/deployment/registry.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/component.po (renamed from translations/source/it/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/configuration.po (renamed from translations/source/it/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/help.po (renamed from translations/source/it/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/package.po (renamed from translations/source/it/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/script.po (renamed from translations/source/it/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/it/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/it/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/it/desktop/source/deployment/unopkg.po (renamed from translations/source/it/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/it/dictionaries/af_ZA.po (renamed from translations/source/it/dictionaries/af_ZA.po)0
-rw-r--r--source/it/dictionaries/an_ES.po (renamed from translations/source/it/dictionaries/an_ES.po)0
-rw-r--r--source/it/dictionaries/ar.po (renamed from translations/source/it/dictionaries/ar.po)0
-rw-r--r--source/it/dictionaries/be_BY.po (renamed from translations/source/it/dictionaries/be_BY.po)0
-rw-r--r--source/it/dictionaries/bg_BG.po (renamed from translations/source/it/dictionaries/bg_BG.po)0
-rw-r--r--source/it/dictionaries/bn_BD.po (renamed from translations/source/it/dictionaries/bn_BD.po)0
-rw-r--r--source/it/dictionaries/br_FR.po (renamed from translations/source/it/dictionaries/br_FR.po)0
-rw-r--r--source/it/dictionaries/ca.po (renamed from translations/source/it/dictionaries/ca.po)0
-rw-r--r--source/it/dictionaries/cs_CZ.po (renamed from translations/source/it/dictionaries/cs_CZ.po)0
-rw-r--r--source/it/dictionaries/da_DK.po (renamed from translations/source/it/dictionaries/da_DK.po)0
-rw-r--r--source/it/dictionaries/de.po (renamed from translations/source/it/dictionaries/de.po)0
-rw-r--r--source/it/dictionaries/el_GR.po (renamed from translations/source/it/dictionaries/el_GR.po)0
-rw-r--r--source/it/dictionaries/en.po (renamed from translations/source/it/dictionaries/en.po)0
-rw-r--r--source/it/dictionaries/en/dialog.po (renamed from translations/source/it/dictionaries/en/dialog.po)0
-rw-r--r--source/it/dictionaries/es_ES.po (renamed from translations/source/it/dictionaries/es_ES.po)0
-rw-r--r--source/it/dictionaries/et_EE.po (renamed from translations/source/it/dictionaries/et_EE.po)0
-rw-r--r--source/it/dictionaries/fr_FR.po (renamed from translations/source/it/dictionaries/fr_FR.po)0
-rw-r--r--source/it/dictionaries/gd_GB.po (renamed from translations/source/it/dictionaries/gd_GB.po)0
-rw-r--r--source/it/dictionaries/gl.po (renamed from translations/source/it/dictionaries/gl.po)0
-rw-r--r--source/it/dictionaries/gu_IN.po (renamed from translations/source/it/dictionaries/gu_IN.po)0
-rw-r--r--source/it/dictionaries/he_IL.po (renamed from translations/source/it/dictionaries/he_IL.po)0
-rw-r--r--source/it/dictionaries/hi_IN.po (renamed from translations/source/it/dictionaries/hi_IN.po)0
-rw-r--r--source/it/dictionaries/hr_HR.po (renamed from translations/source/it/dictionaries/hr_HR.po)0
-rw-r--r--source/it/dictionaries/hu_HU.po (renamed from translations/source/it/dictionaries/hu_HU.po)0
-rw-r--r--source/it/dictionaries/hu_HU/dialog.po (renamed from translations/source/it/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/it/dictionaries/it_IT.po (renamed from translations/source/it/dictionaries/it_IT.po)0
-rw-r--r--source/it/dictionaries/ku_TR.po (renamed from translations/source/it/dictionaries/ku_TR.po)0
-rw-r--r--source/it/dictionaries/lt_LT.po (renamed from translations/source/it/dictionaries/lt_LT.po)0
-rw-r--r--source/it/dictionaries/lv_LV.po (renamed from translations/source/it/dictionaries/lv_LV.po)0
-rw-r--r--source/it/dictionaries/ne_NP.po (renamed from translations/source/it/dictionaries/ne_NP.po)0
-rw-r--r--source/it/dictionaries/nl_NL.po (renamed from translations/source/it/dictionaries/nl_NL.po)0
-rw-r--r--source/it/dictionaries/no.po (renamed from translations/source/it/dictionaries/no.po)0
-rw-r--r--source/it/dictionaries/oc_FR.po (renamed from translations/source/it/dictionaries/oc_FR.po)0
-rw-r--r--source/it/dictionaries/pl_PL.po (renamed from translations/source/it/dictionaries/pl_PL.po)0
-rw-r--r--source/it/dictionaries/pt_BR.po (renamed from translations/source/it/dictionaries/pt_BR.po)0
-rw-r--r--source/it/dictionaries/pt_PT.po (renamed from translations/source/it/dictionaries/pt_PT.po)0
-rw-r--r--source/it/dictionaries/ro.po (renamed from translations/source/it/dictionaries/ro.po)0
-rw-r--r--source/it/dictionaries/ru_RU.po (renamed from translations/source/it/dictionaries/ru_RU.po)0
-rw-r--r--source/it/dictionaries/ru_RU/dialog.po (renamed from translations/source/it/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/it/dictionaries/si_LK.po (renamed from translations/source/it/dictionaries/si_LK.po)0
-rw-r--r--source/it/dictionaries/sk_SK.po (renamed from translations/source/it/dictionaries/sk_SK.po)0
-rw-r--r--source/it/dictionaries/sl_SI.po (renamed from translations/source/it/dictionaries/sl_SI.po)0
-rw-r--r--source/it/dictionaries/sr.po (renamed from translations/source/it/dictionaries/sr.po)0
-rw-r--r--source/it/dictionaries/sv_SE.po (renamed from translations/source/it/dictionaries/sv_SE.po)0
-rw-r--r--source/it/dictionaries/sw_TZ.po (renamed from translations/source/it/dictionaries/sw_TZ.po)0
-rw-r--r--source/it/dictionaries/te_IN.po (renamed from translations/source/it/dictionaries/te_IN.po)0
-rw-r--r--source/it/dictionaries/th_TH.po (renamed from translations/source/it/dictionaries/th_TH.po)0
-rw-r--r--source/it/dictionaries/uk_UA.po (renamed from translations/source/it/dictionaries/uk_UA.po)0
-rw-r--r--source/it/dictionaries/vi.po (renamed from translations/source/it/dictionaries/vi.po)0
-rw-r--r--source/it/dictionaries/zu_ZA.po (renamed from translations/source/it/dictionaries/zu_ZA.po)0
-rw-r--r--source/it/editeng/source/accessibility.po (renamed from translations/source/it/editeng/source/accessibility.po)0
-rw-r--r--source/it/editeng/source/editeng.po (renamed from translations/source/it/editeng/source/editeng.po)0
-rw-r--r--source/it/editeng/source/items.po (renamed from translations/source/it/editeng/source/items.po)0
-rw-r--r--source/it/editeng/source/misc.po (renamed from translations/source/it/editeng/source/misc.po)0
-rw-r--r--source/it/editeng/source/outliner.po (renamed from translations/source/it/editeng/source/outliner.po)0
-rw-r--r--source/it/extensions/source/abpilot.po (renamed from translations/source/it/extensions/source/abpilot.po)0
-rw-r--r--source/it/extensions/source/bibliography.po (renamed from translations/source/it/extensions/source/bibliography.po)0
-rw-r--r--source/it/extensions/source/dbpilots.po (renamed from translations/source/it/extensions/source/dbpilots.po)0
-rw-r--r--source/it/extensions/source/propctrlr.po (renamed from translations/source/it/extensions/source/propctrlr.po)0
-rw-r--r--source/it/extensions/source/scanner.po (renamed from translations/source/it/extensions/source/scanner.po)0
-rw-r--r--source/it/extensions/source/update/check.po (renamed from translations/source/it/extensions/source/update/check.po)0
-rw-r--r--source/it/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/it/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/it/filter/source/config/fragments/filters.po (renamed from translations/source/it/filter/source/config/fragments/filters.po)0
-rw-r--r--source/it/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/it/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/it/filter/source/config/fragments/types.po (renamed from translations/source/it/filter/source/config/fragments/types.po)0
-rw-r--r--source/it/filter/source/flash.po (renamed from translations/source/it/filter/source/flash.po)0
-rw-r--r--source/it/filter/source/graphicfilter/eps.po (renamed from translations/source/it/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/it/filter/source/pdf.po (renamed from translations/source/it/filter/source/pdf.po)0
-rw-r--r--source/it/filter/source/t602.po (renamed from translations/source/it/filter/source/t602.po)0
-rw-r--r--source/it/filter/source/xsltdialog.po (renamed from translations/source/it/filter/source/xsltdialog.po)0
-rw-r--r--source/it/forms/source/resource.po (renamed from translations/source/it/forms/source/resource.po)0
-rw-r--r--source/it/formula/source/core/resource.po (renamed from translations/source/it/formula/source/core/resource.po)0
-rw-r--r--source/it/formula/source/ui/dlg.po (renamed from translations/source/it/formula/source/ui/dlg.po)0
-rw-r--r--source/it/fpicker/source/office.po (renamed from translations/source/it/fpicker/source/office.po)0
-rw-r--r--source/it/framework/source/classes.po (renamed from translations/source/it/framework/source/classes.po)0
-rw-r--r--source/it/framework/source/services.po (renamed from translations/source/it/framework/source/services.po)0
-rw-r--r--source/it/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/it/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/it/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/it/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/it/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc.po (renamed from translations/source/it/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po (renamed from translations/source/it/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po (renamed from translations/source/it/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/02.po (renamed from translations/source/it/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/04.po (renamed from translations/source/it/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/05.po (renamed from translations/source/it/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/it/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/schart.po (renamed from translations/source/it/helpcontent2/source/text/schart.po)0
-rw-r--r--source/it/helpcontent2/source/text/schart/00.po (renamed from translations/source/it/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/schart/01.po (renamed from translations/source/it/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/schart/02.po (renamed from translations/source/it/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/schart/04.po (renamed from translations/source/it/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/sdraw.po (renamed from translations/source/it/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/it/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/it/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/it/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/it/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/it/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared.po (renamed from translations/source/it/helpcontent2/source/text/shared.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po (renamed from translations/source/it/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po (renamed from translations/source/it/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po (renamed from translations/source/it/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/04.po (renamed from translations/source/it/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/05.po (renamed from translations/source/it/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/07.po (renamed from translations/source/it/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/it/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/it/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/it/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po (renamed from translations/source/it/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/it/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress.po (renamed from translations/source/it/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress/00.po (renamed from translations/source/it/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress/01.po (renamed from translations/source/it/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress/02.po (renamed from translations/source/it/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress/04.po (renamed from translations/source/it/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/it/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath.po (renamed from translations/source/it/helpcontent2/source/text/smath.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath/00.po (renamed from translations/source/it/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath/01.po (renamed from translations/source/it/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath/02.po (renamed from translations/source/it/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath/04.po (renamed from translations/source/it/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/smath/guide.po (renamed from translations/source/it/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter.po (renamed from translations/source/it/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po (renamed from translations/source/it/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po (renamed from translations/source/it/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter/02.po (renamed from translations/source/it/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po (renamed from translations/source/it/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/it/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/it/mysqlc/source.po (renamed from translations/source/it/mysqlc/source.po)0
-rw-r--r--source/it/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/it/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/it/nlpsolver/src/locale.po (renamed from translations/source/it/nlpsolver/src/locale.po)0
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/it/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/it/padmin/source.po (renamed from translations/source/it/padmin/source.po)0
-rw-r--r--source/it/readlicense_oo/docs/readme.po (renamed from translations/source/it/readlicense_oo/docs/readme.po)0
-rw-r--r--source/it/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/it/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/it/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/it/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/it/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/it/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/it/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/it/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/it/reportbuilder/util.po (renamed from translations/source/it/reportbuilder/util.po)0
-rw-r--r--source/it/reportdesign/source/core/resource.po (renamed from translations/source/it/reportdesign/source/core/resource.po)0
-rw-r--r--source/it/reportdesign/source/ui/dlg.po (renamed from translations/source/it/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/it/reportdesign/source/ui/inspection.po (renamed from translations/source/it/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/it/reportdesign/source/ui/report.po (renamed from translations/source/it/reportdesign/source/ui/report.po)0
-rw-r--r--source/it/sc/source/core/src.po (renamed from translations/source/it/sc/source/core/src.po)0
-rw-r--r--source/it/sc/source/ui/cctrl.po (renamed from translations/source/it/sc/source/ui/cctrl.po)0
-rw-r--r--source/it/sc/source/ui/dbgui.po (renamed from translations/source/it/sc/source/ui/dbgui.po)0
-rw-r--r--source/it/sc/source/ui/docshell.po (renamed from translations/source/it/sc/source/ui/docshell.po)0
-rw-r--r--source/it/sc/source/ui/drawfunc.po (renamed from translations/source/it/sc/source/ui/drawfunc.po)0
-rw-r--r--source/it/sc/source/ui/formdlg.po (renamed from translations/source/it/sc/source/ui/formdlg.po)0
-rw-r--r--source/it/sc/source/ui/miscdlgs.po (renamed from translations/source/it/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/it/sc/source/ui/navipi.po (renamed from translations/source/it/sc/source/ui/navipi.po)0
-rw-r--r--source/it/sc/source/ui/optdlg.po (renamed from translations/source/it/sc/source/ui/optdlg.po)0
-rw-r--r--source/it/sc/source/ui/pagedlg.po (renamed from translations/source/it/sc/source/ui/pagedlg.po)0
-rw-r--r--source/it/sc/source/ui/src.po (renamed from translations/source/it/sc/source/ui/src.po)0
-rw-r--r--source/it/sc/source/ui/styleui.po (renamed from translations/source/it/sc/source/ui/styleui.po)0
-rw-r--r--source/it/scaddins/source/analysis.po (renamed from translations/source/it/scaddins/source/analysis.po)0
-rw-r--r--source/it/scaddins/source/datefunc.po (renamed from translations/source/it/scaddins/source/datefunc.po)0
-rw-r--r--source/it/sccomp/source/solver.po (renamed from translations/source/it/sccomp/source/solver.po)0
-rw-r--r--source/it/scp2/source/accessories.po (renamed from translations/source/it/scp2/source/accessories.po)0
-rw-r--r--source/it/scp2/source/activex.po (renamed from translations/source/it/scp2/source/activex.po)0
-rw-r--r--source/it/scp2/source/base.po (renamed from translations/source/it/scp2/source/base.po)0
-rw-r--r--source/it/scp2/source/binfilter.po (renamed from translations/source/it/scp2/source/binfilter.po)0
-rw-r--r--source/it/scp2/source/calc.po (renamed from translations/source/it/scp2/source/calc.po)0
-rw-r--r--source/it/scp2/source/draw.po (renamed from translations/source/it/scp2/source/draw.po)0
-rw-r--r--source/it/scp2/source/extensions.po (renamed from translations/source/it/scp2/source/extensions.po)0
-rw-r--r--source/it/scp2/source/gnome.po (renamed from translations/source/it/scp2/source/gnome.po)0
-rw-r--r--source/it/scp2/source/graphicfilter.po (renamed from translations/source/it/scp2/source/graphicfilter.po)0
-rw-r--r--source/it/scp2/source/impress.po (renamed from translations/source/it/scp2/source/impress.po)0
-rw-r--r--source/it/scp2/source/javafilter.po (renamed from translations/source/it/scp2/source/javafilter.po)0
-rw-r--r--source/it/scp2/source/kde.po (renamed from translations/source/it/scp2/source/kde.po)0
-rw-r--r--source/it/scp2/source/math.po (renamed from translations/source/it/scp2/source/math.po)0
-rw-r--r--source/it/scp2/source/onlineupdate.po (renamed from translations/source/it/scp2/source/onlineupdate.po)0
-rw-r--r--source/it/scp2/source/ooo.po (renamed from translations/source/it/scp2/source/ooo.po)0
-rw-r--r--source/it/scp2/source/python.po (renamed from translations/source/it/scp2/source/python.po)0
-rw-r--r--source/it/scp2/source/quickstart.po (renamed from translations/source/it/scp2/source/quickstart.po)0
-rw-r--r--source/it/scp2/source/sdkoo.po (renamed from translations/source/it/scp2/source/sdkoo.po)0
-rw-r--r--source/it/scp2/source/smoketest.po (renamed from translations/source/it/scp2/source/smoketest.po)0
-rw-r--r--source/it/scp2/source/stdlibs.po (renamed from translations/source/it/scp2/source/stdlibs.po)0
-rw-r--r--source/it/scp2/source/tde.po (renamed from translations/source/it/scp2/source/tde.po)0
-rw-r--r--source/it/scp2/source/winexplorerext.po (renamed from translations/source/it/scp2/source/winexplorerext.po)0
-rw-r--r--source/it/scp2/source/writer.po (renamed from translations/source/it/scp2/source/writer.po)0
-rw-r--r--source/it/scp2/source/xsltfilter.po (renamed from translations/source/it/scp2/source/xsltfilter.po)0
-rw-r--r--source/it/scripting/source/pyprov.po (renamed from translations/source/it/scripting/source/pyprov.po)0
-rw-r--r--source/it/sd/source/core.po (renamed from translations/source/it/sd/source/core.po)0
-rw-r--r--source/it/sd/source/filter/html.po (renamed from translations/source/it/sd/source/filter/html.po)0
-rw-r--r--source/it/sd/source/ui/accessibility.po (renamed from translations/source/it/sd/source/ui/accessibility.po)0
-rw-r--r--source/it/sd/source/ui/animations.po (renamed from translations/source/it/sd/source/ui/animations.po)0
-rw-r--r--source/it/sd/source/ui/annotations.po (renamed from translations/source/it/sd/source/ui/annotations.po)0
-rw-r--r--source/it/sd/source/ui/app.po (renamed from translations/source/it/sd/source/ui/app.po)0
-rw-r--r--source/it/sd/source/ui/dlg.po (renamed from translations/source/it/sd/source/ui/dlg.po)0
-rw-r--r--source/it/sd/source/ui/slideshow.po (renamed from translations/source/it/sd/source/ui/slideshow.po)0
-rw-r--r--source/it/sd/source/ui/table.po (renamed from translations/source/it/sd/source/ui/table.po)0
-rw-r--r--source/it/sd/source/ui/view.po (renamed from translations/source/it/sd/source/ui/view.po)0
-rw-r--r--source/it/sdext/source/minimizer.po (renamed from translations/source/it/sdext/source/minimizer.po)0
-rw-r--r--source/it/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/it/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/it/sdext/source/pdfimport.po (renamed from translations/source/it/sdext/source/pdfimport.po)0
-rw-r--r--source/it/sdext/source/presenter.po (renamed from translations/source/it/sdext/source/presenter.po)0
-rw-r--r--source/it/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/it/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/it/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/it/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/it/setup_native/source/mac.po (renamed from translations/source/it/setup_native/source/mac.po)0
-rw-r--r--source/it/sfx2/source/appl.po (renamed from translations/source/it/sfx2/source/appl.po)0
-rw-r--r--source/it/sfx2/source/bastyp.po (renamed from translations/source/it/sfx2/source/bastyp.po)0
-rw-r--r--source/it/sfx2/source/dialog.po (renamed from translations/source/it/sfx2/source/dialog.po)0
-rw-r--r--source/it/sfx2/source/doc.po (renamed from translations/source/it/sfx2/source/doc.po)0
-rw-r--r--source/it/sfx2/source/menu.po (renamed from translations/source/it/sfx2/source/menu.po)0
-rw-r--r--source/it/sfx2/source/view.po (renamed from translations/source/it/sfx2/source/view.po)0
-rw-r--r--source/it/shell/source/win32/shlxthandler/res.po (renamed from translations/source/it/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/it/starmath/source.po (renamed from translations/source/it/starmath/source.po)0
-rw-r--r--source/it/svl/source/items.po (renamed from translations/source/it/svl/source/items.po)0
-rw-r--r--source/it/svl/source/misc.po (renamed from translations/source/it/svl/source/misc.po)0
-rw-r--r--source/it/svtools/source/contnr.po (renamed from translations/source/it/svtools/source/contnr.po)0
-rw-r--r--source/it/svtools/source/control.po (renamed from translations/source/it/svtools/source/control.po)0
-rw-r--r--source/it/svtools/source/dialogs.po (renamed from translations/source/it/svtools/source/dialogs.po)0
-rw-r--r--source/it/svtools/source/filter.po (renamed from translations/source/it/svtools/source/filter.po)0
-rw-r--r--source/it/svtools/source/java.po (renamed from translations/source/it/svtools/source/java.po)0
-rw-r--r--source/it/svtools/source/misc.po (renamed from translations/source/it/svtools/source/misc.po)0
-rw-r--r--source/it/svtools/source/toolpanel.po (renamed from translations/source/it/svtools/source/toolpanel.po)0
-rw-r--r--source/it/svtools/workben/unodialog.po (renamed from translations/source/it/svtools/workben/unodialog.po)0
-rw-r--r--source/it/svx/inc.po (renamed from translations/source/it/svx/inc.po)0
-rw-r--r--source/it/svx/source/accessibility.po (renamed from translations/source/it/svx/source/accessibility.po)0
-rw-r--r--source/it/svx/source/dialog.po (renamed from translations/source/it/svx/source/dialog.po)0
-rw-r--r--source/it/svx/source/engine3d.po (renamed from translations/source/it/svx/source/engine3d.po)0
-rw-r--r--source/it/svx/source/fmcomp.po (renamed from translations/source/it/svx/source/fmcomp.po)0
-rw-r--r--source/it/svx/source/form.po (renamed from translations/source/it/svx/source/form.po)0
-rw-r--r--source/it/svx/source/gallery2.po (renamed from translations/source/it/svx/source/gallery2.po)0
-rw-r--r--source/it/svx/source/items.po (renamed from translations/source/it/svx/source/items.po)0
-rw-r--r--source/it/svx/source/src.po (renamed from translations/source/it/svx/source/src.po)0
-rw-r--r--source/it/svx/source/stbctrls.po (renamed from translations/source/it/svx/source/stbctrls.po)0
-rw-r--r--source/it/svx/source/svdraw.po (renamed from translations/source/it/svx/source/svdraw.po)0
-rw-r--r--source/it/svx/source/table.po (renamed from translations/source/it/svx/source/table.po)0
-rw-r--r--source/it/svx/source/tbxctrls.po (renamed from translations/source/it/svx/source/tbxctrls.po)0
-rw-r--r--source/it/svx/source/toolbars.po (renamed from translations/source/it/svx/source/toolbars.po)0
-rw-r--r--source/it/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/it/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/it/sw/source/core/layout.po (renamed from translations/source/it/sw/source/core/layout.po)0
-rw-r--r--source/it/sw/source/core/undo.po (renamed from translations/source/it/sw/source/core/undo.po)0
-rw-r--r--source/it/sw/source/core/unocore.po (renamed from translations/source/it/sw/source/core/unocore.po)0
-rw-r--r--source/it/sw/source/ui/app.po (renamed from translations/source/it/sw/source/ui/app.po)0
-rw-r--r--source/it/sw/source/ui/chrdlg.po (renamed from translations/source/it/sw/source/ui/chrdlg.po)0
-rw-r--r--source/it/sw/source/ui/config.po (renamed from translations/source/it/sw/source/ui/config.po)0
-rw-r--r--source/it/sw/source/ui/dbui.po (renamed from translations/source/it/sw/source/ui/dbui.po)0
-rw-r--r--source/it/sw/source/ui/dialog.po (renamed from translations/source/it/sw/source/ui/dialog.po)0
-rw-r--r--source/it/sw/source/ui/dochdl.po (renamed from translations/source/it/sw/source/ui/dochdl.po)0
-rw-r--r--source/it/sw/source/ui/docvw.po (renamed from translations/source/it/sw/source/ui/docvw.po)0
-rw-r--r--source/it/sw/source/ui/envelp.po (renamed from translations/source/it/sw/source/ui/envelp.po)0
-rw-r--r--source/it/sw/source/ui/fldui.po (renamed from translations/source/it/sw/source/ui/fldui.po)0
-rw-r--r--source/it/sw/source/ui/fmtui.po (renamed from translations/source/it/sw/source/ui/fmtui.po)0
-rw-r--r--source/it/sw/source/ui/frmdlg.po (renamed from translations/source/it/sw/source/ui/frmdlg.po)0
-rw-r--r--source/it/sw/source/ui/globdoc.po (renamed from translations/source/it/sw/source/ui/globdoc.po)0
-rw-r--r--source/it/sw/source/ui/index.po (renamed from translations/source/it/sw/source/ui/index.po)0
-rw-r--r--source/it/sw/source/ui/lingu.po (renamed from translations/source/it/sw/source/ui/lingu.po)0
-rw-r--r--source/it/sw/source/ui/misc.po (renamed from translations/source/it/sw/source/ui/misc.po)0
-rw-r--r--source/it/sw/source/ui/ribbar.po (renamed from translations/source/it/sw/source/ui/ribbar.po)0
-rw-r--r--source/it/sw/source/ui/shells.po (renamed from translations/source/it/sw/source/ui/shells.po)0
-rw-r--r--source/it/sw/source/ui/smartmenu.po (renamed from translations/source/it/sw/source/ui/smartmenu.po)0
-rw-r--r--source/it/sw/source/ui/table.po (renamed from translations/source/it/sw/source/ui/table.po)0
-rw-r--r--source/it/sw/source/ui/uiview.po (renamed from translations/source/it/sw/source/ui/uiview.po)0
-rw-r--r--source/it/sw/source/ui/utlui.po (renamed from translations/source/it/sw/source/ui/utlui.po)0
-rw-r--r--source/it/sw/source/ui/web.po (renamed from translations/source/it/sw/source/ui/web.po)0
-rw-r--r--source/it/sw/source/ui/wrtsh.po (renamed from translations/source/it/sw/source/ui/wrtsh.po)0
-rw-r--r--source/it/swext/mediawiki/help.po (renamed from translations/source/it/swext/mediawiki/help.po)0
-rw-r--r--source/it/swext/mediawiki/src.po (renamed from translations/source/it/swext/mediawiki/src.po)0
-rw-r--r--source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/it/sysui/desktop/share.po (renamed from translations/source/it/sysui/desktop/share.po)0
-rw-r--r--source/it/uui/source.po (renamed from translations/source/it/uui/source.po)0
-rw-r--r--source/it/vcl/source/src.po (renamed from translations/source/it/vcl/source/src.po)0
-rw-r--r--source/it/wizards/source/euro.po (renamed from translations/source/it/wizards/source/euro.po)0
-rw-r--r--source/it/wizards/source/formwizard.po (renamed from translations/source/it/wizards/source/formwizard.po)0
-rw-r--r--source/it/wizards/source/importwizard.po (renamed from translations/source/it/wizards/source/importwizard.po)0
-rw-r--r--source/it/wizards/source/schedule.po (renamed from translations/source/it/wizards/source/schedule.po)0
-rw-r--r--source/it/wizards/source/template.po (renamed from translations/source/it/wizards/source/template.po)0
-rw-r--r--source/it/xmlsecurity/source/component.po (renamed from translations/source/it/xmlsecurity/source/component.po)0
-rw-r--r--source/it/xmlsecurity/source/dialogs.po (renamed from translations/source/it/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ja/accessibility/source/helper.po (renamed from translations/source/ja/accessibility/source/helper.po)0
-rw-r--r--source/ja/avmedia/source/framework.po (renamed from translations/source/ja/avmedia/source/framework.po)0
-rw-r--r--source/ja/avmedia/source/viewer.po (renamed from translations/source/ja/avmedia/source/viewer.po)0
-rw-r--r--source/ja/basctl/source/basicide.po (renamed from translations/source/ja/basctl/source/basicide.po)0
-rw-r--r--source/ja/basctl/source/dlged.po (renamed from translations/source/ja/basctl/source/dlged.po)0
-rw-r--r--source/ja/basic/source/classes.po (renamed from translations/source/ja/basic/source/classes.po)0
-rw-r--r--source/ja/basic/source/sbx.po (renamed from translations/source/ja/basic/source/sbx.po)0
-rw-r--r--source/ja/chart2/source/controller/dialogs.po (renamed from translations/source/ja/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ja/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ja/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ja/connectivity/source/resource.po (renamed from translations/source/ja/connectivity/source/resource.po)0
-rw-r--r--source/ja/cui/source/customize.po (renamed from translations/source/ja/cui/source/customize.po)0
-rw-r--r--source/ja/cui/source/dialogs.po (renamed from translations/source/ja/cui/source/dialogs.po)0
-rw-r--r--source/ja/cui/source/options.po (renamed from translations/source/ja/cui/source/options.po)0
-rw-r--r--source/ja/cui/source/tabpages.po (renamed from translations/source/ja/cui/source/tabpages.po)0
-rw-r--r--source/ja/dbaccess/source/core/resource.po (renamed from translations/source/ja/dbaccess/source/core/resource.po)0
-rw-r--r--source/ja/dbaccess/source/ext/macromigration.po (renamed from translations/source/ja/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ja/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ja/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ja/dbaccess/source/ui/app.po (renamed from translations/source/ja/dbaccess/source/ui/app.po)0
-rw-r--r--source/ja/dbaccess/source/ui/browser.po (renamed from translations/source/ja/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ja/dbaccess/source/ui/control.po (renamed from translations/source/ja/dbaccess/source/ui/control.po)0
-rw-r--r--source/ja/dbaccess/source/ui/dlg.po (renamed from translations/source/ja/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ja/dbaccess/source/ui/inc.po (renamed from translations/source/ja/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ja/dbaccess/source/ui/misc.po (renamed from translations/source/ja/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ja/dbaccess/source/ui/querydesign.po (renamed from translations/source/ja/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ja/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ja/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ja/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ja/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ja/dbaccess/source/ui/uno.po (renamed from translations/source/ja/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ja/desktop/source/app.po (renamed from translations/source/ja/desktop/source/app.po)0
-rw-r--r--source/ja/desktop/source/deployment/gui.po (renamed from translations/source/ja/desktop/source/deployment/gui.po)0
-rw-r--r--source/ja/desktop/source/deployment/manager.po (renamed from translations/source/ja/desktop/source/deployment/manager.po)0
-rw-r--r--source/ja/desktop/source/deployment/misc.po (renamed from translations/source/ja/desktop/source/deployment/misc.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry.po (renamed from translations/source/ja/desktop/source/deployment/registry.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/component.po (renamed from translations/source/ja/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ja/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/help.po (renamed from translations/source/ja/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/package.po (renamed from translations/source/ja/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/script.po (renamed from translations/source/ja/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ja/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ja/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ja/desktop/source/deployment/unopkg.po (renamed from translations/source/ja/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ja/dictionaries/af_ZA.po (renamed from translations/source/ja/dictionaries/af_ZA.po)0
-rw-r--r--source/ja/dictionaries/an_ES.po (renamed from translations/source/ja/dictionaries/an_ES.po)0
-rw-r--r--source/ja/dictionaries/ar.po (renamed from translations/source/ja/dictionaries/ar.po)0
-rw-r--r--source/ja/dictionaries/be_BY.po (renamed from translations/source/ja/dictionaries/be_BY.po)0
-rw-r--r--source/ja/dictionaries/bg_BG.po (renamed from translations/source/ja/dictionaries/bg_BG.po)0
-rw-r--r--source/ja/dictionaries/bn_BD.po (renamed from translations/source/ja/dictionaries/bn_BD.po)0
-rw-r--r--source/ja/dictionaries/br_FR.po (renamed from translations/source/ja/dictionaries/br_FR.po)0
-rw-r--r--source/ja/dictionaries/ca.po (renamed from translations/source/ja/dictionaries/ca.po)0
-rw-r--r--source/ja/dictionaries/cs_CZ.po (renamed from translations/source/ja/dictionaries/cs_CZ.po)0
-rw-r--r--source/ja/dictionaries/da_DK.po (renamed from translations/source/ja/dictionaries/da_DK.po)0
-rw-r--r--source/ja/dictionaries/de.po (renamed from translations/source/ja/dictionaries/de.po)0
-rw-r--r--source/ja/dictionaries/el_GR.po (renamed from translations/source/ja/dictionaries/el_GR.po)0
-rw-r--r--source/ja/dictionaries/en.po (renamed from translations/source/ja/dictionaries/en.po)0
-rw-r--r--source/ja/dictionaries/en/dialog.po (renamed from translations/source/ja/dictionaries/en/dialog.po)0
-rw-r--r--source/ja/dictionaries/es_ES.po (renamed from translations/source/ja/dictionaries/es_ES.po)0
-rw-r--r--source/ja/dictionaries/et_EE.po (renamed from translations/source/ja/dictionaries/et_EE.po)0
-rw-r--r--source/ja/dictionaries/fr_FR.po (renamed from translations/source/ja/dictionaries/fr_FR.po)0
-rw-r--r--source/ja/dictionaries/gd_GB.po (renamed from translations/source/ja/dictionaries/gd_GB.po)0
-rw-r--r--source/ja/dictionaries/gl.po (renamed from translations/source/ja/dictionaries/gl.po)0
-rw-r--r--source/ja/dictionaries/gu_IN.po (renamed from translations/source/ja/dictionaries/gu_IN.po)0
-rw-r--r--source/ja/dictionaries/he_IL.po (renamed from translations/source/ja/dictionaries/he_IL.po)0
-rw-r--r--source/ja/dictionaries/hi_IN.po (renamed from translations/source/ja/dictionaries/hi_IN.po)0
-rw-r--r--source/ja/dictionaries/hr_HR.po (renamed from translations/source/ja/dictionaries/hr_HR.po)0
-rw-r--r--source/ja/dictionaries/hu_HU.po (renamed from translations/source/ja/dictionaries/hu_HU.po)0
-rw-r--r--source/ja/dictionaries/hu_HU/dialog.po (renamed from translations/source/ja/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ja/dictionaries/it_IT.po (renamed from translations/source/ja/dictionaries/it_IT.po)0
-rw-r--r--source/ja/dictionaries/ku_TR.po (renamed from translations/source/ja/dictionaries/ku_TR.po)0
-rw-r--r--source/ja/dictionaries/lt_LT.po (renamed from translations/source/ja/dictionaries/lt_LT.po)0
-rw-r--r--source/ja/dictionaries/lv_LV.po (renamed from translations/source/ja/dictionaries/lv_LV.po)0
-rw-r--r--source/ja/dictionaries/ne_NP.po (renamed from translations/source/ja/dictionaries/ne_NP.po)0
-rw-r--r--source/ja/dictionaries/nl_NL.po (renamed from translations/source/ja/dictionaries/nl_NL.po)0
-rw-r--r--source/ja/dictionaries/no.po (renamed from translations/source/ja/dictionaries/no.po)0
-rw-r--r--source/ja/dictionaries/oc_FR.po (renamed from translations/source/ja/dictionaries/oc_FR.po)0
-rw-r--r--source/ja/dictionaries/pl_PL.po (renamed from translations/source/ja/dictionaries/pl_PL.po)0
-rw-r--r--source/ja/dictionaries/pt_BR.po (renamed from translations/source/ja/dictionaries/pt_BR.po)0
-rw-r--r--source/ja/dictionaries/pt_PT.po (renamed from translations/source/ja/dictionaries/pt_PT.po)0
-rw-r--r--source/ja/dictionaries/ro.po (renamed from translations/source/ja/dictionaries/ro.po)0
-rw-r--r--source/ja/dictionaries/ru_RU.po (renamed from translations/source/ja/dictionaries/ru_RU.po)0
-rw-r--r--source/ja/dictionaries/ru_RU/dialog.po (renamed from translations/source/ja/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ja/dictionaries/si_LK.po (renamed from translations/source/ja/dictionaries/si_LK.po)0
-rw-r--r--source/ja/dictionaries/sk_SK.po (renamed from translations/source/ja/dictionaries/sk_SK.po)0
-rw-r--r--source/ja/dictionaries/sl_SI.po (renamed from translations/source/ja/dictionaries/sl_SI.po)0
-rw-r--r--source/ja/dictionaries/sr.po (renamed from translations/source/ja/dictionaries/sr.po)0
-rw-r--r--source/ja/dictionaries/sv_SE.po (renamed from translations/source/ja/dictionaries/sv_SE.po)0
-rw-r--r--source/ja/dictionaries/sw_TZ.po (renamed from translations/source/ja/dictionaries/sw_TZ.po)0
-rw-r--r--source/ja/dictionaries/te_IN.po (renamed from translations/source/ja/dictionaries/te_IN.po)0
-rw-r--r--source/ja/dictionaries/th_TH.po (renamed from translations/source/ja/dictionaries/th_TH.po)0
-rw-r--r--source/ja/dictionaries/uk_UA.po (renamed from translations/source/ja/dictionaries/uk_UA.po)0
-rw-r--r--source/ja/dictionaries/vi.po (renamed from translations/source/ja/dictionaries/vi.po)0
-rw-r--r--source/ja/dictionaries/zu_ZA.po (renamed from translations/source/ja/dictionaries/zu_ZA.po)0
-rw-r--r--source/ja/editeng/source/accessibility.po (renamed from translations/source/ja/editeng/source/accessibility.po)0
-rw-r--r--source/ja/editeng/source/editeng.po (renamed from translations/source/ja/editeng/source/editeng.po)0
-rw-r--r--source/ja/editeng/source/items.po (renamed from translations/source/ja/editeng/source/items.po)0
-rw-r--r--source/ja/editeng/source/misc.po (renamed from translations/source/ja/editeng/source/misc.po)0
-rw-r--r--source/ja/editeng/source/outliner.po (renamed from translations/source/ja/editeng/source/outliner.po)0
-rw-r--r--source/ja/extensions/source/abpilot.po (renamed from translations/source/ja/extensions/source/abpilot.po)0
-rw-r--r--source/ja/extensions/source/bibliography.po (renamed from translations/source/ja/extensions/source/bibliography.po)0
-rw-r--r--source/ja/extensions/source/dbpilots.po (renamed from translations/source/ja/extensions/source/dbpilots.po)0
-rw-r--r--source/ja/extensions/source/propctrlr.po (renamed from translations/source/ja/extensions/source/propctrlr.po)0
-rw-r--r--source/ja/extensions/source/scanner.po (renamed from translations/source/ja/extensions/source/scanner.po)0
-rw-r--r--source/ja/extensions/source/update/check.po (renamed from translations/source/ja/extensions/source/update/check.po)0
-rw-r--r--source/ja/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ja/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ja/filter/source/config/fragments/filters.po (renamed from translations/source/ja/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ja/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ja/filter/source/config/fragments/types.po (renamed from translations/source/ja/filter/source/config/fragments/types.po)0
-rw-r--r--source/ja/filter/source/flash.po (renamed from translations/source/ja/filter/source/flash.po)0
-rw-r--r--source/ja/filter/source/graphicfilter/eps.po (renamed from translations/source/ja/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ja/filter/source/pdf.po (renamed from translations/source/ja/filter/source/pdf.po)0
-rw-r--r--source/ja/filter/source/t602.po (renamed from translations/source/ja/filter/source/t602.po)0
-rw-r--r--source/ja/filter/source/xsltdialog.po (renamed from translations/source/ja/filter/source/xsltdialog.po)0
-rw-r--r--source/ja/forms/source/resource.po (renamed from translations/source/ja/forms/source/resource.po)0
-rw-r--r--source/ja/formula/source/core/resource.po (renamed from translations/source/ja/formula/source/core/resource.po)0
-rw-r--r--source/ja/formula/source/ui/dlg.po (renamed from translations/source/ja/formula/source/ui/dlg.po)0
-rw-r--r--source/ja/fpicker/source/office.po (renamed from translations/source/ja/fpicker/source/office.po)0
-rw-r--r--source/ja/framework/source/classes.po (renamed from translations/source/ja/framework/source/classes.po)0
-rw-r--r--source/ja/framework/source/services.po (renamed from translations/source/ja/framework/source/services.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ja/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ja/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po (renamed from translations/source/ja/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ja/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/schart.po (renamed from translations/source/ja/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ja/helpcontent2/source/text/schart/00.po (renamed from translations/source/ja/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/schart/01.po (renamed from translations/source/ja/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/schart/02.po (renamed from translations/source/ja/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/schart/04.po (renamed from translations/source/ja/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sdraw.po (renamed from translations/source/ja/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ja/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ja/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ja/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ja/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared.po (renamed from translations/source/ja/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po (renamed from translations/source/ja/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po (renamed from translations/source/ja/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po (renamed from translations/source/ja/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/04.po (renamed from translations/source/ja/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/05.po (renamed from translations/source/ja/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/07.po (renamed from translations/source/ja/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ja/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ja/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ja/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ja/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ja/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress.po (renamed from translations/source/ja/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ja/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ja/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ja/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ja/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ja/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath.po (renamed from translations/source/ja/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath/00.po (renamed from translations/source/ja/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po (renamed from translations/source/ja/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath/02.po (renamed from translations/source/ja/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath/04.po (renamed from translations/source/ja/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ja/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po (renamed from translations/source/ja/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ja/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ja/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ja/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ja/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ja/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ja/mysqlc/source.po (renamed from translations/source/ja/mysqlc/source.po)0
-rw-r--r--source/ja/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ja/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ja/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ja/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ja/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ja/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ja/nlpsolver/src/locale.po (renamed from translations/source/ja/nlpsolver/src/locale.po)0
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ja/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ja/padmin/source.po (renamed from translations/source/ja/padmin/source.po)0
-rw-r--r--source/ja/readlicense_oo/docs/readme.po (renamed from translations/source/ja/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ja/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ja/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ja/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ja/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ja/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ja/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ja/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ja/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ja/reportbuilder/util.po (renamed from translations/source/ja/reportbuilder/util.po)0
-rw-r--r--source/ja/reportdesign/source/core/resource.po (renamed from translations/source/ja/reportdesign/source/core/resource.po)0
-rw-r--r--source/ja/reportdesign/source/ui/dlg.po (renamed from translations/source/ja/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ja/reportdesign/source/ui/inspection.po (renamed from translations/source/ja/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ja/reportdesign/source/ui/report.po (renamed from translations/source/ja/reportdesign/source/ui/report.po)0
-rw-r--r--source/ja/sc/source/core/src.po (renamed from translations/source/ja/sc/source/core/src.po)0
-rw-r--r--source/ja/sc/source/ui/cctrl.po (renamed from translations/source/ja/sc/source/ui/cctrl.po)0
-rw-r--r--source/ja/sc/source/ui/dbgui.po (renamed from translations/source/ja/sc/source/ui/dbgui.po)0
-rw-r--r--source/ja/sc/source/ui/docshell.po (renamed from translations/source/ja/sc/source/ui/docshell.po)0
-rw-r--r--source/ja/sc/source/ui/drawfunc.po (renamed from translations/source/ja/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ja/sc/source/ui/formdlg.po (renamed from translations/source/ja/sc/source/ui/formdlg.po)0
-rw-r--r--source/ja/sc/source/ui/miscdlgs.po (renamed from translations/source/ja/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ja/sc/source/ui/navipi.po (renamed from translations/source/ja/sc/source/ui/navipi.po)0
-rw-r--r--source/ja/sc/source/ui/optdlg.po (renamed from translations/source/ja/sc/source/ui/optdlg.po)0
-rw-r--r--source/ja/sc/source/ui/pagedlg.po (renamed from translations/source/ja/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ja/sc/source/ui/src.po (renamed from translations/source/ja/sc/source/ui/src.po)0
-rw-r--r--source/ja/sc/source/ui/styleui.po (renamed from translations/source/ja/sc/source/ui/styleui.po)0
-rw-r--r--source/ja/scaddins/source/analysis.po (renamed from translations/source/ja/scaddins/source/analysis.po)0
-rw-r--r--source/ja/scaddins/source/datefunc.po (renamed from translations/source/ja/scaddins/source/datefunc.po)0
-rw-r--r--source/ja/sccomp/source/solver.po (renamed from translations/source/ja/sccomp/source/solver.po)0
-rw-r--r--source/ja/scp2/source/accessories.po (renamed from translations/source/ja/scp2/source/accessories.po)0
-rw-r--r--source/ja/scp2/source/activex.po (renamed from translations/source/ja/scp2/source/activex.po)0
-rw-r--r--source/ja/scp2/source/base.po (renamed from translations/source/ja/scp2/source/base.po)0
-rw-r--r--source/ja/scp2/source/binfilter.po (renamed from translations/source/ja/scp2/source/binfilter.po)0
-rw-r--r--source/ja/scp2/source/calc.po (renamed from translations/source/ja/scp2/source/calc.po)0
-rw-r--r--source/ja/scp2/source/draw.po (renamed from translations/source/ja/scp2/source/draw.po)0
-rw-r--r--source/ja/scp2/source/extensions.po (renamed from translations/source/ja/scp2/source/extensions.po)0
-rw-r--r--source/ja/scp2/source/gnome.po (renamed from translations/source/ja/scp2/source/gnome.po)0
-rw-r--r--source/ja/scp2/source/graphicfilter.po (renamed from translations/source/ja/scp2/source/graphicfilter.po)0
-rw-r--r--source/ja/scp2/source/impress.po (renamed from translations/source/ja/scp2/source/impress.po)0
-rw-r--r--source/ja/scp2/source/javafilter.po (renamed from translations/source/ja/scp2/source/javafilter.po)0
-rw-r--r--source/ja/scp2/source/kde.po (renamed from translations/source/ja/scp2/source/kde.po)0
-rw-r--r--source/ja/scp2/source/math.po (renamed from translations/source/ja/scp2/source/math.po)0
-rw-r--r--source/ja/scp2/source/onlineupdate.po (renamed from translations/source/ja/scp2/source/onlineupdate.po)0
-rw-r--r--source/ja/scp2/source/ooo.po (renamed from translations/source/ja/scp2/source/ooo.po)0
-rw-r--r--source/ja/scp2/source/python.po (renamed from translations/source/ja/scp2/source/python.po)0
-rw-r--r--source/ja/scp2/source/quickstart.po (renamed from translations/source/ja/scp2/source/quickstart.po)0
-rw-r--r--source/ja/scp2/source/sdkoo.po (renamed from translations/source/ja/scp2/source/sdkoo.po)0
-rw-r--r--source/ja/scp2/source/smoketest.po (renamed from translations/source/ja/scp2/source/smoketest.po)0
-rw-r--r--source/ja/scp2/source/stdlibs.po (renamed from translations/source/ja/scp2/source/stdlibs.po)0
-rw-r--r--source/ja/scp2/source/tde.po (renamed from translations/source/ja/scp2/source/tde.po)0
-rw-r--r--source/ja/scp2/source/winexplorerext.po (renamed from translations/source/ja/scp2/source/winexplorerext.po)0
-rw-r--r--source/ja/scp2/source/writer.po (renamed from translations/source/ja/scp2/source/writer.po)0
-rw-r--r--source/ja/scp2/source/xsltfilter.po (renamed from translations/source/ja/scp2/source/xsltfilter.po)0
-rw-r--r--source/ja/scripting/source/pyprov.po (renamed from translations/source/ja/scripting/source/pyprov.po)0
-rw-r--r--source/ja/sd/source/core.po (renamed from translations/source/ja/sd/source/core.po)0
-rw-r--r--source/ja/sd/source/filter/html.po (renamed from translations/source/ja/sd/source/filter/html.po)0
-rw-r--r--source/ja/sd/source/ui/accessibility.po (renamed from translations/source/ja/sd/source/ui/accessibility.po)0
-rw-r--r--source/ja/sd/source/ui/animations.po (renamed from translations/source/ja/sd/source/ui/animations.po)0
-rw-r--r--source/ja/sd/source/ui/annotations.po (renamed from translations/source/ja/sd/source/ui/annotations.po)0
-rw-r--r--source/ja/sd/source/ui/app.po (renamed from translations/source/ja/sd/source/ui/app.po)0
-rw-r--r--source/ja/sd/source/ui/dlg.po (renamed from translations/source/ja/sd/source/ui/dlg.po)0
-rw-r--r--source/ja/sd/source/ui/slideshow.po (renamed from translations/source/ja/sd/source/ui/slideshow.po)0
-rw-r--r--source/ja/sd/source/ui/table.po (renamed from translations/source/ja/sd/source/ui/table.po)0
-rw-r--r--source/ja/sd/source/ui/view.po (renamed from translations/source/ja/sd/source/ui/view.po)0
-rw-r--r--source/ja/sdext/source/minimizer.po (renamed from translations/source/ja/sdext/source/minimizer.po)0
-rw-r--r--source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ja/sdext/source/pdfimport.po (renamed from translations/source/ja/sdext/source/pdfimport.po)0
-rw-r--r--source/ja/sdext/source/presenter.po (renamed from translations/source/ja/sdext/source/presenter.po)0
-rw-r--r--source/ja/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ja/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ja/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ja/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ja/setup_native/source/mac.po (renamed from translations/source/ja/setup_native/source/mac.po)0
-rw-r--r--source/ja/sfx2/source/appl.po (renamed from translations/source/ja/sfx2/source/appl.po)0
-rw-r--r--source/ja/sfx2/source/bastyp.po (renamed from translations/source/ja/sfx2/source/bastyp.po)0
-rw-r--r--source/ja/sfx2/source/dialog.po (renamed from translations/source/ja/sfx2/source/dialog.po)0
-rw-r--r--source/ja/sfx2/source/doc.po (renamed from translations/source/ja/sfx2/source/doc.po)0
-rw-r--r--source/ja/sfx2/source/menu.po (renamed from translations/source/ja/sfx2/source/menu.po)0
-rw-r--r--source/ja/sfx2/source/view.po (renamed from translations/source/ja/sfx2/source/view.po)0
-rw-r--r--source/ja/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ja/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ja/starmath/source.po (renamed from translations/source/ja/starmath/source.po)0
-rw-r--r--source/ja/svl/source/items.po (renamed from translations/source/ja/svl/source/items.po)0
-rw-r--r--source/ja/svl/source/misc.po (renamed from translations/source/ja/svl/source/misc.po)0
-rw-r--r--source/ja/svtools/source/contnr.po (renamed from translations/source/ja/svtools/source/contnr.po)0
-rw-r--r--source/ja/svtools/source/control.po (renamed from translations/source/ja/svtools/source/control.po)0
-rw-r--r--source/ja/svtools/source/dialogs.po (renamed from translations/source/ja/svtools/source/dialogs.po)0
-rw-r--r--source/ja/svtools/source/filter.po (renamed from translations/source/ja/svtools/source/filter.po)0
-rw-r--r--source/ja/svtools/source/java.po (renamed from translations/source/ja/svtools/source/java.po)0
-rw-r--r--source/ja/svtools/source/misc.po (renamed from translations/source/ja/svtools/source/misc.po)0
-rw-r--r--source/ja/svtools/source/toolpanel.po (renamed from translations/source/ja/svtools/source/toolpanel.po)0
-rw-r--r--source/ja/svtools/workben/unodialog.po (renamed from translations/source/ja/svtools/workben/unodialog.po)0
-rw-r--r--source/ja/svx/inc.po (renamed from translations/source/ja/svx/inc.po)0
-rw-r--r--source/ja/svx/source/accessibility.po (renamed from translations/source/ja/svx/source/accessibility.po)0
-rw-r--r--source/ja/svx/source/dialog.po (renamed from translations/source/ja/svx/source/dialog.po)0
-rw-r--r--source/ja/svx/source/engine3d.po (renamed from translations/source/ja/svx/source/engine3d.po)0
-rw-r--r--source/ja/svx/source/fmcomp.po (renamed from translations/source/ja/svx/source/fmcomp.po)0
-rw-r--r--source/ja/svx/source/form.po (renamed from translations/source/ja/svx/source/form.po)0
-rw-r--r--source/ja/svx/source/gallery2.po (renamed from translations/source/ja/svx/source/gallery2.po)0
-rw-r--r--source/ja/svx/source/items.po (renamed from translations/source/ja/svx/source/items.po)0
-rw-r--r--source/ja/svx/source/src.po (renamed from translations/source/ja/svx/source/src.po)0
-rw-r--r--source/ja/svx/source/stbctrls.po (renamed from translations/source/ja/svx/source/stbctrls.po)0
-rw-r--r--source/ja/svx/source/svdraw.po (renamed from translations/source/ja/svx/source/svdraw.po)0
-rw-r--r--source/ja/svx/source/table.po (renamed from translations/source/ja/svx/source/table.po)0
-rw-r--r--source/ja/svx/source/tbxctrls.po (renamed from translations/source/ja/svx/source/tbxctrls.po)0
-rw-r--r--source/ja/svx/source/toolbars.po (renamed from translations/source/ja/svx/source/toolbars.po)0
-rw-r--r--source/ja/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ja/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ja/sw/source/core/layout.po (renamed from translations/source/ja/sw/source/core/layout.po)0
-rw-r--r--source/ja/sw/source/core/undo.po (renamed from translations/source/ja/sw/source/core/undo.po)0
-rw-r--r--source/ja/sw/source/core/unocore.po (renamed from translations/source/ja/sw/source/core/unocore.po)0
-rw-r--r--source/ja/sw/source/ui/app.po (renamed from translations/source/ja/sw/source/ui/app.po)0
-rw-r--r--source/ja/sw/source/ui/chrdlg.po (renamed from translations/source/ja/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ja/sw/source/ui/config.po (renamed from translations/source/ja/sw/source/ui/config.po)0
-rw-r--r--source/ja/sw/source/ui/dbui.po (renamed from translations/source/ja/sw/source/ui/dbui.po)0
-rw-r--r--source/ja/sw/source/ui/dialog.po (renamed from translations/source/ja/sw/source/ui/dialog.po)0
-rw-r--r--source/ja/sw/source/ui/dochdl.po (renamed from translations/source/ja/sw/source/ui/dochdl.po)0
-rw-r--r--source/ja/sw/source/ui/docvw.po (renamed from translations/source/ja/sw/source/ui/docvw.po)0
-rw-r--r--source/ja/sw/source/ui/envelp.po (renamed from translations/source/ja/sw/source/ui/envelp.po)0
-rw-r--r--source/ja/sw/source/ui/fldui.po (renamed from translations/source/ja/sw/source/ui/fldui.po)0
-rw-r--r--source/ja/sw/source/ui/fmtui.po (renamed from translations/source/ja/sw/source/ui/fmtui.po)0
-rw-r--r--source/ja/sw/source/ui/frmdlg.po (renamed from translations/source/ja/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ja/sw/source/ui/globdoc.po (renamed from translations/source/ja/sw/source/ui/globdoc.po)0
-rw-r--r--source/ja/sw/source/ui/index.po (renamed from translations/source/ja/sw/source/ui/index.po)0
-rw-r--r--source/ja/sw/source/ui/lingu.po (renamed from translations/source/ja/sw/source/ui/lingu.po)0
-rw-r--r--source/ja/sw/source/ui/misc.po (renamed from translations/source/ja/sw/source/ui/misc.po)0
-rw-r--r--source/ja/sw/source/ui/ribbar.po (renamed from translations/source/ja/sw/source/ui/ribbar.po)0
-rw-r--r--source/ja/sw/source/ui/shells.po (renamed from translations/source/ja/sw/source/ui/shells.po)0
-rw-r--r--source/ja/sw/source/ui/smartmenu.po (renamed from translations/source/ja/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ja/sw/source/ui/table.po (renamed from translations/source/ja/sw/source/ui/table.po)0
-rw-r--r--source/ja/sw/source/ui/uiview.po (renamed from translations/source/ja/sw/source/ui/uiview.po)0
-rw-r--r--source/ja/sw/source/ui/utlui.po (renamed from translations/source/ja/sw/source/ui/utlui.po)0
-rw-r--r--source/ja/sw/source/ui/web.po (renamed from translations/source/ja/sw/source/ui/web.po)0
-rw-r--r--source/ja/sw/source/ui/wrtsh.po (renamed from translations/source/ja/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ja/swext/mediawiki/help.po (renamed from translations/source/ja/swext/mediawiki/help.po)0
-rw-r--r--source/ja/swext/mediawiki/src.po (renamed from translations/source/ja/swext/mediawiki/src.po)0
-rw-r--r--source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ja/sysui/desktop/share.po (renamed from translations/source/ja/sysui/desktop/share.po)0
-rw-r--r--source/ja/uui/source.po (renamed from translations/source/ja/uui/source.po)0
-rw-r--r--source/ja/vcl/source/src.po (renamed from translations/source/ja/vcl/source/src.po)0
-rw-r--r--source/ja/wizards/source/euro.po (renamed from translations/source/ja/wizards/source/euro.po)0
-rw-r--r--source/ja/wizards/source/formwizard.po (renamed from translations/source/ja/wizards/source/formwizard.po)0
-rw-r--r--source/ja/wizards/source/importwizard.po (renamed from translations/source/ja/wizards/source/importwizard.po)0
-rw-r--r--source/ja/wizards/source/schedule.po (renamed from translations/source/ja/wizards/source/schedule.po)0
-rw-r--r--source/ja/wizards/source/template.po (renamed from translations/source/ja/wizards/source/template.po)0
-rw-r--r--source/ja/xmlsecurity/source/component.po (renamed from translations/source/ja/xmlsecurity/source/component.po)0
-rw-r--r--source/ja/xmlsecurity/source/dialogs.po (renamed from translations/source/ja/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ka/accessibility/source/helper.po (renamed from translations/source/ka/accessibility/source/helper.po)0
-rw-r--r--source/ka/avmedia/source/framework.po (renamed from translations/source/ka/avmedia/source/framework.po)0
-rw-r--r--source/ka/avmedia/source/viewer.po (renamed from translations/source/ka/avmedia/source/viewer.po)0
-rw-r--r--source/ka/basctl/source/basicide.po (renamed from translations/source/ka/basctl/source/basicide.po)0
-rw-r--r--source/ka/basctl/source/dlged.po (renamed from translations/source/ka/basctl/source/dlged.po)0
-rw-r--r--source/ka/basic/source/classes.po (renamed from translations/source/ka/basic/source/classes.po)0
-rw-r--r--source/ka/basic/source/sbx.po (renamed from translations/source/ka/basic/source/sbx.po)0
-rw-r--r--source/ka/chart2/source/controller/dialogs.po (renamed from translations/source/ka/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ka/connectivity/source/resource.po (renamed from translations/source/ka/connectivity/source/resource.po)0
-rw-r--r--source/ka/cui/source/customize.po (renamed from translations/source/ka/cui/source/customize.po)0
-rw-r--r--source/ka/cui/source/dialogs.po (renamed from translations/source/ka/cui/source/dialogs.po)0
-rw-r--r--source/ka/cui/source/options.po (renamed from translations/source/ka/cui/source/options.po)0
-rw-r--r--source/ka/cui/source/tabpages.po (renamed from translations/source/ka/cui/source/tabpages.po)0
-rw-r--r--source/ka/dbaccess/source/core/resource.po (renamed from translations/source/ka/dbaccess/source/core/resource.po)0
-rw-r--r--source/ka/dbaccess/source/ext/macromigration.po (renamed from translations/source/ka/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ka/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ka/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ka/dbaccess/source/ui/app.po (renamed from translations/source/ka/dbaccess/source/ui/app.po)0
-rw-r--r--source/ka/dbaccess/source/ui/browser.po (renamed from translations/source/ka/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ka/dbaccess/source/ui/control.po (renamed from translations/source/ka/dbaccess/source/ui/control.po)0
-rw-r--r--source/ka/dbaccess/source/ui/dlg.po (renamed from translations/source/ka/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ka/dbaccess/source/ui/inc.po (renamed from translations/source/ka/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ka/dbaccess/source/ui/misc.po (renamed from translations/source/ka/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ka/dbaccess/source/ui/querydesign.po (renamed from translations/source/ka/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ka/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ka/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ka/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ka/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ka/dbaccess/source/ui/uno.po (renamed from translations/source/ka/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ka/desktop/source/app.po (renamed from translations/source/ka/desktop/source/app.po)0
-rw-r--r--source/ka/desktop/source/deployment/gui.po (renamed from translations/source/ka/desktop/source/deployment/gui.po)0
-rw-r--r--source/ka/desktop/source/deployment/manager.po (renamed from translations/source/ka/desktop/source/deployment/manager.po)0
-rw-r--r--source/ka/desktop/source/deployment/misc.po (renamed from translations/source/ka/desktop/source/deployment/misc.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry.po (renamed from translations/source/ka/desktop/source/deployment/registry.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/component.po (renamed from translations/source/ka/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ka/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/help.po (renamed from translations/source/ka/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/package.po (renamed from translations/source/ka/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/script.po (renamed from translations/source/ka/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ka/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ka/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ka/desktop/source/deployment/unopkg.po (renamed from translations/source/ka/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ka/dictionaries/af_ZA.po (renamed from translations/source/ka/dictionaries/af_ZA.po)0
-rw-r--r--source/ka/dictionaries/an_ES.po (renamed from translations/source/ka/dictionaries/an_ES.po)0
-rw-r--r--source/ka/dictionaries/ar.po (renamed from translations/source/ka/dictionaries/ar.po)0
-rw-r--r--source/ka/dictionaries/be_BY.po (renamed from translations/source/ka/dictionaries/be_BY.po)0
-rw-r--r--source/ka/dictionaries/bg_BG.po (renamed from translations/source/ka/dictionaries/bg_BG.po)0
-rw-r--r--source/ka/dictionaries/bn_BD.po (renamed from translations/source/ka/dictionaries/bn_BD.po)0
-rw-r--r--source/ka/dictionaries/br_FR.po (renamed from translations/source/ka/dictionaries/br_FR.po)0
-rw-r--r--source/ka/dictionaries/ca.po (renamed from translations/source/ka/dictionaries/ca.po)0
-rw-r--r--source/ka/dictionaries/cs_CZ.po (renamed from translations/source/ka/dictionaries/cs_CZ.po)0
-rw-r--r--source/ka/dictionaries/da_DK.po (renamed from translations/source/ka/dictionaries/da_DK.po)0
-rw-r--r--source/ka/dictionaries/de.po (renamed from translations/source/ka/dictionaries/de.po)0
-rw-r--r--source/ka/dictionaries/el_GR.po (renamed from translations/source/ka/dictionaries/el_GR.po)0
-rw-r--r--source/ka/dictionaries/en.po (renamed from translations/source/ka/dictionaries/en.po)0
-rw-r--r--source/ka/dictionaries/en/dialog.po (renamed from translations/source/ka/dictionaries/en/dialog.po)0
-rw-r--r--source/ka/dictionaries/es_ES.po (renamed from translations/source/ka/dictionaries/es_ES.po)0
-rw-r--r--source/ka/dictionaries/et_EE.po (renamed from translations/source/ka/dictionaries/et_EE.po)0
-rw-r--r--source/ka/dictionaries/fr_FR.po (renamed from translations/source/ka/dictionaries/fr_FR.po)0
-rw-r--r--source/ka/dictionaries/gd_GB.po (renamed from translations/source/ka/dictionaries/gd_GB.po)0
-rw-r--r--source/ka/dictionaries/gl.po (renamed from translations/source/ka/dictionaries/gl.po)0
-rw-r--r--source/ka/dictionaries/gu_IN.po (renamed from translations/source/ka/dictionaries/gu_IN.po)0
-rw-r--r--source/ka/dictionaries/he_IL.po (renamed from translations/source/ka/dictionaries/he_IL.po)0
-rw-r--r--source/ka/dictionaries/hi_IN.po (renamed from translations/source/ka/dictionaries/hi_IN.po)0
-rw-r--r--source/ka/dictionaries/hr_HR.po (renamed from translations/source/ka/dictionaries/hr_HR.po)0
-rw-r--r--source/ka/dictionaries/hu_HU.po (renamed from translations/source/ka/dictionaries/hu_HU.po)0
-rw-r--r--source/ka/dictionaries/hu_HU/dialog.po (renamed from translations/source/ka/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ka/dictionaries/it_IT.po (renamed from translations/source/ka/dictionaries/it_IT.po)0
-rw-r--r--source/ka/dictionaries/ku_TR.po (renamed from translations/source/ka/dictionaries/ku_TR.po)0
-rw-r--r--source/ka/dictionaries/lt_LT.po (renamed from translations/source/ka/dictionaries/lt_LT.po)0
-rw-r--r--source/ka/dictionaries/lv_LV.po (renamed from translations/source/ka/dictionaries/lv_LV.po)0
-rw-r--r--source/ka/dictionaries/ne_NP.po (renamed from translations/source/ka/dictionaries/ne_NP.po)0
-rw-r--r--source/ka/dictionaries/nl_NL.po (renamed from translations/source/ka/dictionaries/nl_NL.po)0
-rw-r--r--source/ka/dictionaries/no.po (renamed from translations/source/ka/dictionaries/no.po)0
-rw-r--r--source/ka/dictionaries/oc_FR.po (renamed from translations/source/ka/dictionaries/oc_FR.po)0
-rw-r--r--source/ka/dictionaries/pl_PL.po (renamed from translations/source/ka/dictionaries/pl_PL.po)0
-rw-r--r--source/ka/dictionaries/pt_BR.po (renamed from translations/source/ka/dictionaries/pt_BR.po)0
-rw-r--r--source/ka/dictionaries/pt_PT.po (renamed from translations/source/ka/dictionaries/pt_PT.po)0
-rw-r--r--source/ka/dictionaries/ro.po (renamed from translations/source/ka/dictionaries/ro.po)0
-rw-r--r--source/ka/dictionaries/ru_RU.po (renamed from translations/source/ka/dictionaries/ru_RU.po)0
-rw-r--r--source/ka/dictionaries/ru_RU/dialog.po (renamed from translations/source/ka/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ka/dictionaries/si_LK.po (renamed from translations/source/ka/dictionaries/si_LK.po)0
-rw-r--r--source/ka/dictionaries/sk_SK.po (renamed from translations/source/ka/dictionaries/sk_SK.po)0
-rw-r--r--source/ka/dictionaries/sl_SI.po (renamed from translations/source/ka/dictionaries/sl_SI.po)0
-rw-r--r--source/ka/dictionaries/sr.po (renamed from translations/source/ka/dictionaries/sr.po)0
-rw-r--r--source/ka/dictionaries/sv_SE.po (renamed from translations/source/ka/dictionaries/sv_SE.po)0
-rw-r--r--source/ka/dictionaries/sw_TZ.po (renamed from translations/source/ka/dictionaries/sw_TZ.po)0
-rw-r--r--source/ka/dictionaries/te_IN.po (renamed from translations/source/ka/dictionaries/te_IN.po)0
-rw-r--r--source/ka/dictionaries/th_TH.po (renamed from translations/source/ka/dictionaries/th_TH.po)0
-rw-r--r--source/ka/dictionaries/uk_UA.po (renamed from translations/source/ka/dictionaries/uk_UA.po)0
-rw-r--r--source/ka/dictionaries/vi.po (renamed from translations/source/ka/dictionaries/vi.po)0
-rw-r--r--source/ka/dictionaries/zu_ZA.po (renamed from translations/source/ka/dictionaries/zu_ZA.po)0
-rw-r--r--source/ka/editeng/source/accessibility.po (renamed from translations/source/ka/editeng/source/accessibility.po)0
-rw-r--r--source/ka/editeng/source/editeng.po (renamed from translations/source/ka/editeng/source/editeng.po)0
-rw-r--r--source/ka/editeng/source/items.po (renamed from translations/source/ka/editeng/source/items.po)0
-rw-r--r--source/ka/editeng/source/misc.po (renamed from translations/source/ka/editeng/source/misc.po)0
-rw-r--r--source/ka/editeng/source/outliner.po (renamed from translations/source/ka/editeng/source/outliner.po)0
-rw-r--r--source/ka/extensions/source/abpilot.po (renamed from translations/source/ka/extensions/source/abpilot.po)0
-rw-r--r--source/ka/extensions/source/bibliography.po (renamed from translations/source/ka/extensions/source/bibliography.po)0
-rw-r--r--source/ka/extensions/source/dbpilots.po (renamed from translations/source/ka/extensions/source/dbpilots.po)0
-rw-r--r--source/ka/extensions/source/propctrlr.po (renamed from translations/source/ka/extensions/source/propctrlr.po)0
-rw-r--r--source/ka/extensions/source/scanner.po (renamed from translations/source/ka/extensions/source/scanner.po)0
-rw-r--r--source/ka/extensions/source/update/check.po (renamed from translations/source/ka/extensions/source/update/check.po)0
-rw-r--r--source/ka/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ka/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ka/filter/source/config/fragments/filters.po (renamed from translations/source/ka/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ka/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ka/filter/source/config/fragments/types.po (renamed from translations/source/ka/filter/source/config/fragments/types.po)0
-rw-r--r--source/ka/filter/source/flash.po (renamed from translations/source/ka/filter/source/flash.po)0
-rw-r--r--source/ka/filter/source/graphicfilter/eps.po (renamed from translations/source/ka/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ka/filter/source/pdf.po (renamed from translations/source/ka/filter/source/pdf.po)0
-rw-r--r--source/ka/filter/source/t602.po (renamed from translations/source/ka/filter/source/t602.po)0
-rw-r--r--source/ka/filter/source/xsltdialog.po (renamed from translations/source/ka/filter/source/xsltdialog.po)0
-rw-r--r--source/ka/forms/source/resource.po (renamed from translations/source/ka/forms/source/resource.po)0
-rw-r--r--source/ka/formula/source/core/resource.po (renamed from translations/source/ka/formula/source/core/resource.po)0
-rw-r--r--source/ka/formula/source/ui/dlg.po (renamed from translations/source/ka/formula/source/ui/dlg.po)0
-rw-r--r--source/ka/fpicker/source/office.po (renamed from translations/source/ka/fpicker/source/office.po)0
-rw-r--r--source/ka/framework/source/classes.po (renamed from translations/source/ka/framework/source/classes.po)0
-rw-r--r--source/ka/framework/source/services.po (renamed from translations/source/ka/framework/source/services.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ka/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ka/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc.po (renamed from translations/source/ka/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ka/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/schart.po (renamed from translations/source/ka/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ka/helpcontent2/source/text/schart/00.po (renamed from translations/source/ka/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/schart/01.po (renamed from translations/source/ka/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/schart/02.po (renamed from translations/source/ka/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/schart/04.po (renamed from translations/source/ka/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sdraw.po (renamed from translations/source/ka/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ka/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ka/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ka/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ka/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared.po (renamed from translations/source/ka/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po (renamed from translations/source/ka/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po (renamed from translations/source/ka/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po (renamed from translations/source/ka/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/04.po (renamed from translations/source/ka/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/05.po (renamed from translations/source/ka/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/07.po (renamed from translations/source/ka/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ka/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ka/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ka/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ka/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ka/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po (renamed from translations/source/ka/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ka/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ka/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ka/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ka/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ka/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath.po (renamed from translations/source/ka/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath/00.po (renamed from translations/source/ka/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath/01.po (renamed from translations/source/ka/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath/02.po (renamed from translations/source/ka/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath/04.po (renamed from translations/source/ka/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ka/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po (renamed from translations/source/ka/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ka/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ka/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ka/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ka/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ka/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ka/mysqlc/source.po (renamed from translations/source/ka/mysqlc/source.po)0
-rw-r--r--source/ka/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ka/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ka/nlpsolver/src/locale.po (renamed from translations/source/ka/nlpsolver/src/locale.po)0
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ka/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ka/padmin/source.po (renamed from translations/source/ka/padmin/source.po)0
-rw-r--r--source/ka/readlicense_oo/docs/readme.po (renamed from translations/source/ka/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ka/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ka/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ka/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ka/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ka/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ka/reportbuilder/util.po (renamed from translations/source/ka/reportbuilder/util.po)0
-rw-r--r--source/ka/reportdesign/source/core/resource.po (renamed from translations/source/ka/reportdesign/source/core/resource.po)0
-rw-r--r--source/ka/reportdesign/source/ui/dlg.po (renamed from translations/source/ka/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ka/reportdesign/source/ui/inspection.po (renamed from translations/source/ka/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ka/reportdesign/source/ui/report.po (renamed from translations/source/ka/reportdesign/source/ui/report.po)0
-rw-r--r--source/ka/sc/source/core/src.po (renamed from translations/source/ka/sc/source/core/src.po)0
-rw-r--r--source/ka/sc/source/ui/cctrl.po (renamed from translations/source/ka/sc/source/ui/cctrl.po)0
-rw-r--r--source/ka/sc/source/ui/dbgui.po (renamed from translations/source/ka/sc/source/ui/dbgui.po)0
-rw-r--r--source/ka/sc/source/ui/docshell.po (renamed from translations/source/ka/sc/source/ui/docshell.po)0
-rw-r--r--source/ka/sc/source/ui/drawfunc.po (renamed from translations/source/ka/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ka/sc/source/ui/formdlg.po (renamed from translations/source/ka/sc/source/ui/formdlg.po)0
-rw-r--r--source/ka/sc/source/ui/miscdlgs.po (renamed from translations/source/ka/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ka/sc/source/ui/navipi.po (renamed from translations/source/ka/sc/source/ui/navipi.po)0
-rw-r--r--source/ka/sc/source/ui/optdlg.po (renamed from translations/source/ka/sc/source/ui/optdlg.po)0
-rw-r--r--source/ka/sc/source/ui/pagedlg.po (renamed from translations/source/ka/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ka/sc/source/ui/src.po (renamed from translations/source/ka/sc/source/ui/src.po)0
-rw-r--r--source/ka/sc/source/ui/styleui.po (renamed from translations/source/ka/sc/source/ui/styleui.po)0
-rw-r--r--source/ka/scaddins/source/analysis.po (renamed from translations/source/ka/scaddins/source/analysis.po)0
-rw-r--r--source/ka/scaddins/source/datefunc.po (renamed from translations/source/ka/scaddins/source/datefunc.po)0
-rw-r--r--source/ka/sccomp/source/solver.po (renamed from translations/source/ka/sccomp/source/solver.po)0
-rw-r--r--source/ka/scp2/source/accessories.po (renamed from translations/source/ka/scp2/source/accessories.po)0
-rw-r--r--source/ka/scp2/source/activex.po (renamed from translations/source/ka/scp2/source/activex.po)0
-rw-r--r--source/ka/scp2/source/base.po (renamed from translations/source/ka/scp2/source/base.po)0
-rw-r--r--source/ka/scp2/source/binfilter.po (renamed from translations/source/ka/scp2/source/binfilter.po)0
-rw-r--r--source/ka/scp2/source/calc.po (renamed from translations/source/ka/scp2/source/calc.po)0
-rw-r--r--source/ka/scp2/source/draw.po (renamed from translations/source/ka/scp2/source/draw.po)0
-rw-r--r--source/ka/scp2/source/extensions.po (renamed from translations/source/ka/scp2/source/extensions.po)0
-rw-r--r--source/ka/scp2/source/gnome.po (renamed from translations/source/ka/scp2/source/gnome.po)0
-rw-r--r--source/ka/scp2/source/graphicfilter.po (renamed from translations/source/ka/scp2/source/graphicfilter.po)0
-rw-r--r--source/ka/scp2/source/impress.po (renamed from translations/source/ka/scp2/source/impress.po)0
-rw-r--r--source/ka/scp2/source/javafilter.po (renamed from translations/source/ka/scp2/source/javafilter.po)0
-rw-r--r--source/ka/scp2/source/kde.po (renamed from translations/source/ka/scp2/source/kde.po)0
-rw-r--r--source/ka/scp2/source/math.po (renamed from translations/source/ka/scp2/source/math.po)0
-rw-r--r--source/ka/scp2/source/onlineupdate.po (renamed from translations/source/ka/scp2/source/onlineupdate.po)0
-rw-r--r--source/ka/scp2/source/ooo.po (renamed from translations/source/ka/scp2/source/ooo.po)0
-rw-r--r--source/ka/scp2/source/python.po (renamed from translations/source/ka/scp2/source/python.po)0
-rw-r--r--source/ka/scp2/source/quickstart.po (renamed from translations/source/ka/scp2/source/quickstart.po)0
-rw-r--r--source/ka/scp2/source/sdkoo.po (renamed from translations/source/ka/scp2/source/sdkoo.po)0
-rw-r--r--source/ka/scp2/source/smoketest.po (renamed from translations/source/ka/scp2/source/smoketest.po)0
-rw-r--r--source/ka/scp2/source/stdlibs.po (renamed from translations/source/ka/scp2/source/stdlibs.po)0
-rw-r--r--source/ka/scp2/source/tde.po (renamed from translations/source/ka/scp2/source/tde.po)0
-rw-r--r--source/ka/scp2/source/winexplorerext.po (renamed from translations/source/ka/scp2/source/winexplorerext.po)0
-rw-r--r--source/ka/scp2/source/writer.po (renamed from translations/source/ka/scp2/source/writer.po)0
-rw-r--r--source/ka/scp2/source/xsltfilter.po (renamed from translations/source/ka/scp2/source/xsltfilter.po)0
-rw-r--r--source/ka/scripting/source/pyprov.po (renamed from translations/source/ka/scripting/source/pyprov.po)0
-rw-r--r--source/ka/sd/source/core.po (renamed from translations/source/ka/sd/source/core.po)0
-rw-r--r--source/ka/sd/source/filter/html.po (renamed from translations/source/ka/sd/source/filter/html.po)0
-rw-r--r--source/ka/sd/source/ui/accessibility.po (renamed from translations/source/ka/sd/source/ui/accessibility.po)0
-rw-r--r--source/ka/sd/source/ui/animations.po (renamed from translations/source/ka/sd/source/ui/animations.po)0
-rw-r--r--source/ka/sd/source/ui/annotations.po (renamed from translations/source/ka/sd/source/ui/annotations.po)0
-rw-r--r--source/ka/sd/source/ui/app.po (renamed from translations/source/ka/sd/source/ui/app.po)0
-rw-r--r--source/ka/sd/source/ui/dlg.po (renamed from translations/source/ka/sd/source/ui/dlg.po)0
-rw-r--r--source/ka/sd/source/ui/slideshow.po (renamed from translations/source/ka/sd/source/ui/slideshow.po)0
-rw-r--r--source/ka/sd/source/ui/table.po (renamed from translations/source/ka/sd/source/ui/table.po)0
-rw-r--r--source/ka/sd/source/ui/view.po (renamed from translations/source/ka/sd/source/ui/view.po)0
-rw-r--r--source/ka/sdext/source/minimizer.po (renamed from translations/source/ka/sdext/source/minimizer.po)0
-rw-r--r--source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ka/sdext/source/pdfimport.po (renamed from translations/source/ka/sdext/source/pdfimport.po)0
-rw-r--r--source/ka/sdext/source/presenter.po (renamed from translations/source/ka/sdext/source/presenter.po)0
-rw-r--r--source/ka/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ka/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ka/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ka/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ka/setup_native/source/mac.po (renamed from translations/source/ka/setup_native/source/mac.po)0
-rw-r--r--source/ka/sfx2/source/appl.po (renamed from translations/source/ka/sfx2/source/appl.po)0
-rw-r--r--source/ka/sfx2/source/bastyp.po (renamed from translations/source/ka/sfx2/source/bastyp.po)0
-rw-r--r--source/ka/sfx2/source/dialog.po (renamed from translations/source/ka/sfx2/source/dialog.po)0
-rw-r--r--source/ka/sfx2/source/doc.po (renamed from translations/source/ka/sfx2/source/doc.po)0
-rw-r--r--source/ka/sfx2/source/menu.po (renamed from translations/source/ka/sfx2/source/menu.po)0
-rw-r--r--source/ka/sfx2/source/view.po (renamed from translations/source/ka/sfx2/source/view.po)0
-rw-r--r--source/ka/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ka/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ka/starmath/source.po (renamed from translations/source/ka/starmath/source.po)0
-rw-r--r--source/ka/svl/source/items.po (renamed from translations/source/ka/svl/source/items.po)0
-rw-r--r--source/ka/svl/source/misc.po (renamed from translations/source/ka/svl/source/misc.po)0
-rw-r--r--source/ka/svtools/source/contnr.po (renamed from translations/source/ka/svtools/source/contnr.po)0
-rw-r--r--source/ka/svtools/source/control.po (renamed from translations/source/ka/svtools/source/control.po)0
-rw-r--r--source/ka/svtools/source/dialogs.po (renamed from translations/source/ka/svtools/source/dialogs.po)0
-rw-r--r--source/ka/svtools/source/filter.po (renamed from translations/source/ka/svtools/source/filter.po)0
-rw-r--r--source/ka/svtools/source/java.po (renamed from translations/source/ka/svtools/source/java.po)0
-rw-r--r--source/ka/svtools/source/misc.po (renamed from translations/source/ka/svtools/source/misc.po)0
-rw-r--r--source/ka/svtools/source/toolpanel.po (renamed from translations/source/ka/svtools/source/toolpanel.po)0
-rw-r--r--source/ka/svtools/workben/unodialog.po (renamed from translations/source/ka/svtools/workben/unodialog.po)0
-rw-r--r--source/ka/svx/inc.po (renamed from translations/source/ka/svx/inc.po)0
-rw-r--r--source/ka/svx/source/accessibility.po (renamed from translations/source/ka/svx/source/accessibility.po)0
-rw-r--r--source/ka/svx/source/dialog.po (renamed from translations/source/ka/svx/source/dialog.po)0
-rw-r--r--source/ka/svx/source/engine3d.po (renamed from translations/source/ka/svx/source/engine3d.po)0
-rw-r--r--source/ka/svx/source/fmcomp.po (renamed from translations/source/ka/svx/source/fmcomp.po)0
-rw-r--r--source/ka/svx/source/form.po (renamed from translations/source/ka/svx/source/form.po)0
-rw-r--r--source/ka/svx/source/gallery2.po (renamed from translations/source/ka/svx/source/gallery2.po)0
-rw-r--r--source/ka/svx/source/items.po (renamed from translations/source/ka/svx/source/items.po)0
-rw-r--r--source/ka/svx/source/src.po (renamed from translations/source/ka/svx/source/src.po)0
-rw-r--r--source/ka/svx/source/stbctrls.po (renamed from translations/source/ka/svx/source/stbctrls.po)0
-rw-r--r--source/ka/svx/source/svdraw.po (renamed from translations/source/ka/svx/source/svdraw.po)0
-rw-r--r--source/ka/svx/source/table.po (renamed from translations/source/ka/svx/source/table.po)0
-rw-r--r--source/ka/svx/source/tbxctrls.po (renamed from translations/source/ka/svx/source/tbxctrls.po)0
-rw-r--r--source/ka/svx/source/toolbars.po (renamed from translations/source/ka/svx/source/toolbars.po)0
-rw-r--r--source/ka/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ka/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ka/sw/source/core/layout.po (renamed from translations/source/ka/sw/source/core/layout.po)0
-rw-r--r--source/ka/sw/source/core/undo.po (renamed from translations/source/ka/sw/source/core/undo.po)0
-rw-r--r--source/ka/sw/source/core/unocore.po (renamed from translations/source/ka/sw/source/core/unocore.po)0
-rw-r--r--source/ka/sw/source/ui/app.po (renamed from translations/source/ka/sw/source/ui/app.po)0
-rw-r--r--source/ka/sw/source/ui/chrdlg.po (renamed from translations/source/ka/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ka/sw/source/ui/config.po (renamed from translations/source/ka/sw/source/ui/config.po)0
-rw-r--r--source/ka/sw/source/ui/dbui.po (renamed from translations/source/ka/sw/source/ui/dbui.po)0
-rw-r--r--source/ka/sw/source/ui/dialog.po (renamed from translations/source/ka/sw/source/ui/dialog.po)0
-rw-r--r--source/ka/sw/source/ui/dochdl.po (renamed from translations/source/ka/sw/source/ui/dochdl.po)0
-rw-r--r--source/ka/sw/source/ui/docvw.po (renamed from translations/source/ka/sw/source/ui/docvw.po)0
-rw-r--r--source/ka/sw/source/ui/envelp.po (renamed from translations/source/ka/sw/source/ui/envelp.po)0
-rw-r--r--source/ka/sw/source/ui/fldui.po (renamed from translations/source/ka/sw/source/ui/fldui.po)0
-rw-r--r--source/ka/sw/source/ui/fmtui.po (renamed from translations/source/ka/sw/source/ui/fmtui.po)0
-rw-r--r--source/ka/sw/source/ui/frmdlg.po (renamed from translations/source/ka/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ka/sw/source/ui/globdoc.po (renamed from translations/source/ka/sw/source/ui/globdoc.po)0
-rw-r--r--source/ka/sw/source/ui/index.po (renamed from translations/source/ka/sw/source/ui/index.po)0
-rw-r--r--source/ka/sw/source/ui/lingu.po (renamed from translations/source/ka/sw/source/ui/lingu.po)0
-rw-r--r--source/ka/sw/source/ui/misc.po (renamed from translations/source/ka/sw/source/ui/misc.po)0
-rw-r--r--source/ka/sw/source/ui/ribbar.po (renamed from translations/source/ka/sw/source/ui/ribbar.po)0
-rw-r--r--source/ka/sw/source/ui/shells.po (renamed from translations/source/ka/sw/source/ui/shells.po)0
-rw-r--r--source/ka/sw/source/ui/smartmenu.po (renamed from translations/source/ka/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ka/sw/source/ui/table.po (renamed from translations/source/ka/sw/source/ui/table.po)0
-rw-r--r--source/ka/sw/source/ui/uiview.po (renamed from translations/source/ka/sw/source/ui/uiview.po)0
-rw-r--r--source/ka/sw/source/ui/utlui.po (renamed from translations/source/ka/sw/source/ui/utlui.po)0
-rw-r--r--source/ka/sw/source/ui/web.po (renamed from translations/source/ka/sw/source/ui/web.po)0
-rw-r--r--source/ka/sw/source/ui/wrtsh.po (renamed from translations/source/ka/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ka/swext/mediawiki/help.po (renamed from translations/source/ka/swext/mediawiki/help.po)0
-rw-r--r--source/ka/swext/mediawiki/src.po (renamed from translations/source/ka/swext/mediawiki/src.po)0
-rw-r--r--source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ka/sysui/desktop/share.po (renamed from translations/source/ka/sysui/desktop/share.po)0
-rw-r--r--source/ka/uui/source.po (renamed from translations/source/ka/uui/source.po)0
-rw-r--r--source/ka/vcl/source/src.po (renamed from translations/source/ka/vcl/source/src.po)0
-rw-r--r--source/ka/wizards/source/euro.po (renamed from translations/source/ka/wizards/source/euro.po)0
-rw-r--r--source/ka/wizards/source/formwizard.po (renamed from translations/source/ka/wizards/source/formwizard.po)0
-rw-r--r--source/ka/wizards/source/importwizard.po (renamed from translations/source/ka/wizards/source/importwizard.po)0
-rw-r--r--source/ka/wizards/source/schedule.po (renamed from translations/source/ka/wizards/source/schedule.po)0
-rw-r--r--source/ka/wizards/source/template.po (renamed from translations/source/ka/wizards/source/template.po)0
-rw-r--r--source/ka/xmlsecurity/source/component.po (renamed from translations/source/ka/xmlsecurity/source/component.po)0
-rw-r--r--source/ka/xmlsecurity/source/dialogs.po (renamed from translations/source/ka/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/kk/accessibility/source/helper.po (renamed from translations/source/kk/accessibility/source/helper.po)0
-rw-r--r--source/kk/avmedia/source/framework.po (renamed from translations/source/kk/avmedia/source/framework.po)0
-rw-r--r--source/kk/avmedia/source/viewer.po (renamed from translations/source/kk/avmedia/source/viewer.po)0
-rw-r--r--source/kk/basctl/source/basicide.po (renamed from translations/source/kk/basctl/source/basicide.po)0
-rw-r--r--source/kk/basctl/source/dlged.po (renamed from translations/source/kk/basctl/source/dlged.po)0
-rw-r--r--source/kk/basic/source/classes.po (renamed from translations/source/kk/basic/source/classes.po)0
-rw-r--r--source/kk/basic/source/sbx.po (renamed from translations/source/kk/basic/source/sbx.po)0
-rw-r--r--source/kk/chart2/source/controller/dialogs.po (renamed from translations/source/kk/chart2/source/controller/dialogs.po)0
-rw-r--r--source/kk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/kk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/kk/connectivity/source/resource.po (renamed from translations/source/kk/connectivity/source/resource.po)0
-rw-r--r--source/kk/cui/source/customize.po (renamed from translations/source/kk/cui/source/customize.po)0
-rw-r--r--source/kk/cui/source/dialogs.po (renamed from translations/source/kk/cui/source/dialogs.po)0
-rw-r--r--source/kk/cui/source/options.po (renamed from translations/source/kk/cui/source/options.po)0
-rw-r--r--source/kk/cui/source/tabpages.po (renamed from translations/source/kk/cui/source/tabpages.po)0
-rw-r--r--source/kk/dbaccess/source/core/resource.po (renamed from translations/source/kk/dbaccess/source/core/resource.po)0
-rw-r--r--source/kk/dbaccess/source/ext/macromigration.po (renamed from translations/source/kk/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/kk/dbaccess/source/sdbtools/resource.po (renamed from translations/source/kk/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/kk/dbaccess/source/ui/app.po (renamed from translations/source/kk/dbaccess/source/ui/app.po)0
-rw-r--r--source/kk/dbaccess/source/ui/browser.po (renamed from translations/source/kk/dbaccess/source/ui/browser.po)0
-rw-r--r--source/kk/dbaccess/source/ui/control.po (renamed from translations/source/kk/dbaccess/source/ui/control.po)0
-rw-r--r--source/kk/dbaccess/source/ui/dlg.po (renamed from translations/source/kk/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/kk/dbaccess/source/ui/inc.po (renamed from translations/source/kk/dbaccess/source/ui/inc.po)0
-rw-r--r--source/kk/dbaccess/source/ui/misc.po (renamed from translations/source/kk/dbaccess/source/ui/misc.po)0
-rw-r--r--source/kk/dbaccess/source/ui/querydesign.po (renamed from translations/source/kk/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/kk/dbaccess/source/ui/relationdesign.po (renamed from translations/source/kk/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/kk/dbaccess/source/ui/tabledesign.po (renamed from translations/source/kk/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/kk/dbaccess/source/ui/uno.po (renamed from translations/source/kk/dbaccess/source/ui/uno.po)0
-rw-r--r--source/kk/desktop/source/app.po (renamed from translations/source/kk/desktop/source/app.po)0
-rw-r--r--source/kk/desktop/source/deployment/gui.po (renamed from translations/source/kk/desktop/source/deployment/gui.po)0
-rw-r--r--source/kk/desktop/source/deployment/manager.po (renamed from translations/source/kk/desktop/source/deployment/manager.po)0
-rw-r--r--source/kk/desktop/source/deployment/misc.po (renamed from translations/source/kk/desktop/source/deployment/misc.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry.po (renamed from translations/source/kk/desktop/source/deployment/registry.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/component.po (renamed from translations/source/kk/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/configuration.po (renamed from translations/source/kk/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/help.po (renamed from translations/source/kk/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/package.po (renamed from translations/source/kk/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/script.po (renamed from translations/source/kk/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/kk/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/kk/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/kk/desktop/source/deployment/unopkg.po (renamed from translations/source/kk/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/kk/dictionaries/af_ZA.po (renamed from translations/source/kk/dictionaries/af_ZA.po)0
-rw-r--r--source/kk/dictionaries/an_ES.po (renamed from translations/source/kk/dictionaries/an_ES.po)0
-rw-r--r--source/kk/dictionaries/ar.po (renamed from translations/source/kk/dictionaries/ar.po)0
-rw-r--r--source/kk/dictionaries/be_BY.po (renamed from translations/source/kk/dictionaries/be_BY.po)0
-rw-r--r--source/kk/dictionaries/bg_BG.po (renamed from translations/source/kk/dictionaries/bg_BG.po)0
-rw-r--r--source/kk/dictionaries/bn_BD.po (renamed from translations/source/kk/dictionaries/bn_BD.po)0
-rw-r--r--source/kk/dictionaries/br_FR.po (renamed from translations/source/kk/dictionaries/br_FR.po)0
-rw-r--r--source/kk/dictionaries/ca.po (renamed from translations/source/kk/dictionaries/ca.po)0
-rw-r--r--source/kk/dictionaries/cs_CZ.po (renamed from translations/source/kk/dictionaries/cs_CZ.po)0
-rw-r--r--source/kk/dictionaries/da_DK.po (renamed from translations/source/kk/dictionaries/da_DK.po)0
-rw-r--r--source/kk/dictionaries/de.po (renamed from translations/source/kk/dictionaries/de.po)0
-rw-r--r--source/kk/dictionaries/el_GR.po (renamed from translations/source/kk/dictionaries/el_GR.po)0
-rw-r--r--source/kk/dictionaries/en.po (renamed from translations/source/kk/dictionaries/en.po)0
-rw-r--r--source/kk/dictionaries/en/dialog.po (renamed from translations/source/kk/dictionaries/en/dialog.po)0
-rw-r--r--source/kk/dictionaries/es_ES.po (renamed from translations/source/kk/dictionaries/es_ES.po)0
-rw-r--r--source/kk/dictionaries/et_EE.po (renamed from translations/source/kk/dictionaries/et_EE.po)0
-rw-r--r--source/kk/dictionaries/fr_FR.po (renamed from translations/source/kk/dictionaries/fr_FR.po)0
-rw-r--r--source/kk/dictionaries/gd_GB.po (renamed from translations/source/kk/dictionaries/gd_GB.po)0
-rw-r--r--source/kk/dictionaries/gl.po (renamed from translations/source/kk/dictionaries/gl.po)0
-rw-r--r--source/kk/dictionaries/gu_IN.po (renamed from translations/source/kk/dictionaries/gu_IN.po)0
-rw-r--r--source/kk/dictionaries/he_IL.po (renamed from translations/source/kk/dictionaries/he_IL.po)0
-rw-r--r--source/kk/dictionaries/hi_IN.po (renamed from translations/source/kk/dictionaries/hi_IN.po)0
-rw-r--r--source/kk/dictionaries/hr_HR.po (renamed from translations/source/kk/dictionaries/hr_HR.po)0
-rw-r--r--source/kk/dictionaries/hu_HU.po (renamed from translations/source/kk/dictionaries/hu_HU.po)0
-rw-r--r--source/kk/dictionaries/hu_HU/dialog.po (renamed from translations/source/kk/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/kk/dictionaries/it_IT.po (renamed from translations/source/kk/dictionaries/it_IT.po)0
-rw-r--r--source/kk/dictionaries/ku_TR.po (renamed from translations/source/kk/dictionaries/ku_TR.po)0
-rw-r--r--source/kk/dictionaries/lt_LT.po (renamed from translations/source/kk/dictionaries/lt_LT.po)0
-rw-r--r--source/kk/dictionaries/lv_LV.po (renamed from translations/source/kk/dictionaries/lv_LV.po)0
-rw-r--r--source/kk/dictionaries/ne_NP.po (renamed from translations/source/kk/dictionaries/ne_NP.po)0
-rw-r--r--source/kk/dictionaries/nl_NL.po (renamed from translations/source/kk/dictionaries/nl_NL.po)0
-rw-r--r--source/kk/dictionaries/no.po (renamed from translations/source/kk/dictionaries/no.po)0
-rw-r--r--source/kk/dictionaries/oc_FR.po (renamed from translations/source/kk/dictionaries/oc_FR.po)0
-rw-r--r--source/kk/dictionaries/pl_PL.po (renamed from translations/source/kk/dictionaries/pl_PL.po)0
-rw-r--r--source/kk/dictionaries/pt_BR.po (renamed from translations/source/kk/dictionaries/pt_BR.po)0
-rw-r--r--source/kk/dictionaries/pt_PT.po (renamed from translations/source/kk/dictionaries/pt_PT.po)0
-rw-r--r--source/kk/dictionaries/ro.po (renamed from translations/source/kk/dictionaries/ro.po)0
-rw-r--r--source/kk/dictionaries/ru_RU.po (renamed from translations/source/kk/dictionaries/ru_RU.po)0
-rw-r--r--source/kk/dictionaries/ru_RU/dialog.po (renamed from translations/source/kk/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/kk/dictionaries/si_LK.po (renamed from translations/source/kk/dictionaries/si_LK.po)0
-rw-r--r--source/kk/dictionaries/sk_SK.po (renamed from translations/source/kk/dictionaries/sk_SK.po)0
-rw-r--r--source/kk/dictionaries/sl_SI.po (renamed from translations/source/kk/dictionaries/sl_SI.po)0
-rw-r--r--source/kk/dictionaries/sr.po (renamed from translations/source/kk/dictionaries/sr.po)0
-rw-r--r--source/kk/dictionaries/sv_SE.po (renamed from translations/source/kk/dictionaries/sv_SE.po)0
-rw-r--r--source/kk/dictionaries/sw_TZ.po (renamed from translations/source/kk/dictionaries/sw_TZ.po)0
-rw-r--r--source/kk/dictionaries/te_IN.po (renamed from translations/source/kk/dictionaries/te_IN.po)0
-rw-r--r--source/kk/dictionaries/th_TH.po (renamed from translations/source/kk/dictionaries/th_TH.po)0
-rw-r--r--source/kk/dictionaries/uk_UA.po (renamed from translations/source/kk/dictionaries/uk_UA.po)0
-rw-r--r--source/kk/dictionaries/vi.po (renamed from translations/source/kk/dictionaries/vi.po)0
-rw-r--r--source/kk/dictionaries/zu_ZA.po (renamed from translations/source/kk/dictionaries/zu_ZA.po)0
-rw-r--r--source/kk/editeng/source/accessibility.po (renamed from translations/source/kk/editeng/source/accessibility.po)0
-rw-r--r--source/kk/editeng/source/editeng.po (renamed from translations/source/kk/editeng/source/editeng.po)0
-rw-r--r--source/kk/editeng/source/items.po (renamed from translations/source/kk/editeng/source/items.po)0
-rw-r--r--source/kk/editeng/source/misc.po (renamed from translations/source/kk/editeng/source/misc.po)0
-rw-r--r--source/kk/editeng/source/outliner.po (renamed from translations/source/kk/editeng/source/outliner.po)0
-rw-r--r--source/kk/extensions/source/abpilot.po (renamed from translations/source/kk/extensions/source/abpilot.po)0
-rw-r--r--source/kk/extensions/source/bibliography.po (renamed from translations/source/kk/extensions/source/bibliography.po)0
-rw-r--r--source/kk/extensions/source/dbpilots.po (renamed from translations/source/kk/extensions/source/dbpilots.po)0
-rw-r--r--source/kk/extensions/source/propctrlr.po (renamed from translations/source/kk/extensions/source/propctrlr.po)0
-rw-r--r--source/kk/extensions/source/scanner.po (renamed from translations/source/kk/extensions/source/scanner.po)0
-rw-r--r--source/kk/extensions/source/update/check.po (renamed from translations/source/kk/extensions/source/update/check.po)0
-rw-r--r--source/kk/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/kk/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/kk/filter/source/config/fragments/filters.po (renamed from translations/source/kk/filter/source/config/fragments/filters.po)0
-rw-r--r--source/kk/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/kk/filter/source/config/fragments/types.po (renamed from translations/source/kk/filter/source/config/fragments/types.po)0
-rw-r--r--source/kk/filter/source/flash.po (renamed from translations/source/kk/filter/source/flash.po)0
-rw-r--r--source/kk/filter/source/graphicfilter/eps.po (renamed from translations/source/kk/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/kk/filter/source/pdf.po (renamed from translations/source/kk/filter/source/pdf.po)0
-rw-r--r--source/kk/filter/source/t602.po (renamed from translations/source/kk/filter/source/t602.po)0
-rw-r--r--source/kk/filter/source/xsltdialog.po (renamed from translations/source/kk/filter/source/xsltdialog.po)0
-rw-r--r--source/kk/forms/source/resource.po (renamed from translations/source/kk/forms/source/resource.po)0
-rw-r--r--source/kk/formula/source/core/resource.po (renamed from translations/source/kk/formula/source/core/resource.po)0
-rw-r--r--source/kk/formula/source/ui/dlg.po (renamed from translations/source/kk/formula/source/ui/dlg.po)0
-rw-r--r--source/kk/fpicker/source/office.po (renamed from translations/source/kk/fpicker/source/office.po)0
-rw-r--r--source/kk/framework/source/classes.po (renamed from translations/source/kk/framework/source/classes.po)0
-rw-r--r--source/kk/framework/source/services.po (renamed from translations/source/kk/framework/source/services.po)0
-rw-r--r--source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/kk/mysqlc/source.po (renamed from translations/source/kk/mysqlc/source.po)0
-rw-r--r--source/kk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/kk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/kk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/kk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/kk/nlpsolver/src/locale.po (renamed from translations/source/kk/nlpsolver/src/locale.po)0
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/kk/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kk/padmin/source.po (renamed from translations/source/kk/padmin/source.po)0
-rw-r--r--source/kk/readlicense_oo/docs/readme.po (renamed from translations/source/kk/readlicense_oo/docs/readme.po)0
-rw-r--r--source/kk/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/kk/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/kk/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/kk/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kk/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kk/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kk/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/kk/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/kk/reportbuilder/util.po (renamed from translations/source/kk/reportbuilder/util.po)0
-rw-r--r--source/kk/reportdesign/source/core/resource.po (renamed from translations/source/kk/reportdesign/source/core/resource.po)0
-rw-r--r--source/kk/reportdesign/source/ui/dlg.po (renamed from translations/source/kk/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/kk/reportdesign/source/ui/inspection.po (renamed from translations/source/kk/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/kk/reportdesign/source/ui/report.po (renamed from translations/source/kk/reportdesign/source/ui/report.po)0
-rw-r--r--source/kk/sc/source/core/src.po (renamed from translations/source/kk/sc/source/core/src.po)0
-rw-r--r--source/kk/sc/source/ui/cctrl.po (renamed from translations/source/kk/sc/source/ui/cctrl.po)0
-rw-r--r--source/kk/sc/source/ui/dbgui.po (renamed from translations/source/kk/sc/source/ui/dbgui.po)0
-rw-r--r--source/kk/sc/source/ui/docshell.po (renamed from translations/source/kk/sc/source/ui/docshell.po)0
-rw-r--r--source/kk/sc/source/ui/drawfunc.po (renamed from translations/source/kk/sc/source/ui/drawfunc.po)0
-rw-r--r--source/kk/sc/source/ui/formdlg.po (renamed from translations/source/kk/sc/source/ui/formdlg.po)0
-rw-r--r--source/kk/sc/source/ui/miscdlgs.po (renamed from translations/source/kk/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/kk/sc/source/ui/navipi.po (renamed from translations/source/kk/sc/source/ui/navipi.po)0
-rw-r--r--source/kk/sc/source/ui/optdlg.po (renamed from translations/source/kk/sc/source/ui/optdlg.po)0
-rw-r--r--source/kk/sc/source/ui/pagedlg.po (renamed from translations/source/kk/sc/source/ui/pagedlg.po)0
-rw-r--r--source/kk/sc/source/ui/src.po (renamed from translations/source/kk/sc/source/ui/src.po)0
-rw-r--r--source/kk/sc/source/ui/styleui.po (renamed from translations/source/kk/sc/source/ui/styleui.po)0
-rw-r--r--source/kk/scaddins/source/analysis.po (renamed from translations/source/kk/scaddins/source/analysis.po)0
-rw-r--r--source/kk/scaddins/source/datefunc.po (renamed from translations/source/kk/scaddins/source/datefunc.po)0
-rw-r--r--source/kk/sccomp/source/solver.po (renamed from translations/source/kk/sccomp/source/solver.po)0
-rw-r--r--source/kk/scp2/source/accessories.po (renamed from translations/source/kk/scp2/source/accessories.po)0
-rw-r--r--source/kk/scp2/source/activex.po (renamed from translations/source/kk/scp2/source/activex.po)0
-rw-r--r--source/kk/scp2/source/base.po (renamed from translations/source/kk/scp2/source/base.po)0
-rw-r--r--source/kk/scp2/source/binfilter.po (renamed from translations/source/kk/scp2/source/binfilter.po)0
-rw-r--r--source/kk/scp2/source/calc.po (renamed from translations/source/kk/scp2/source/calc.po)0
-rw-r--r--source/kk/scp2/source/draw.po (renamed from translations/source/kk/scp2/source/draw.po)0
-rw-r--r--source/kk/scp2/source/extensions.po (renamed from translations/source/kk/scp2/source/extensions.po)0
-rw-r--r--source/kk/scp2/source/gnome.po (renamed from translations/source/kk/scp2/source/gnome.po)0
-rw-r--r--source/kk/scp2/source/graphicfilter.po (renamed from translations/source/kk/scp2/source/graphicfilter.po)0
-rw-r--r--source/kk/scp2/source/impress.po (renamed from translations/source/kk/scp2/source/impress.po)0
-rw-r--r--source/kk/scp2/source/javafilter.po (renamed from translations/source/kk/scp2/source/javafilter.po)0
-rw-r--r--source/kk/scp2/source/kde.po (renamed from translations/source/kk/scp2/source/kde.po)0
-rw-r--r--source/kk/scp2/source/math.po (renamed from translations/source/kk/scp2/source/math.po)0
-rw-r--r--source/kk/scp2/source/onlineupdate.po (renamed from translations/source/kk/scp2/source/onlineupdate.po)0
-rw-r--r--source/kk/scp2/source/ooo.po (renamed from translations/source/kk/scp2/source/ooo.po)0
-rw-r--r--source/kk/scp2/source/python.po (renamed from translations/source/kk/scp2/source/python.po)0
-rw-r--r--source/kk/scp2/source/quickstart.po (renamed from translations/source/kk/scp2/source/quickstart.po)0
-rw-r--r--source/kk/scp2/source/sdkoo.po (renamed from translations/source/kk/scp2/source/sdkoo.po)0
-rw-r--r--source/kk/scp2/source/smoketest.po (renamed from translations/source/kk/scp2/source/smoketest.po)0
-rw-r--r--source/kk/scp2/source/stdlibs.po (renamed from translations/source/kk/scp2/source/stdlibs.po)0
-rw-r--r--source/kk/scp2/source/tde.po (renamed from translations/source/kk/scp2/source/tde.po)0
-rw-r--r--source/kk/scp2/source/winexplorerext.po (renamed from translations/source/kk/scp2/source/winexplorerext.po)0
-rw-r--r--source/kk/scp2/source/writer.po (renamed from translations/source/kk/scp2/source/writer.po)0
-rw-r--r--source/kk/scp2/source/xsltfilter.po (renamed from translations/source/kk/scp2/source/xsltfilter.po)0
-rw-r--r--source/kk/scripting/source/pyprov.po (renamed from translations/source/kk/scripting/source/pyprov.po)0
-rw-r--r--source/kk/sd/source/core.po (renamed from translations/source/kk/sd/source/core.po)0
-rw-r--r--source/kk/sd/source/filter/html.po (renamed from translations/source/kk/sd/source/filter/html.po)0
-rw-r--r--source/kk/sd/source/ui/accessibility.po (renamed from translations/source/kk/sd/source/ui/accessibility.po)0
-rw-r--r--source/kk/sd/source/ui/animations.po (renamed from translations/source/kk/sd/source/ui/animations.po)0
-rw-r--r--source/kk/sd/source/ui/annotations.po (renamed from translations/source/kk/sd/source/ui/annotations.po)0
-rw-r--r--source/kk/sd/source/ui/app.po (renamed from translations/source/kk/sd/source/ui/app.po)0
-rw-r--r--source/kk/sd/source/ui/dlg.po (renamed from translations/source/kk/sd/source/ui/dlg.po)0
-rw-r--r--source/kk/sd/source/ui/slideshow.po (renamed from translations/source/kk/sd/source/ui/slideshow.po)0
-rw-r--r--source/kk/sd/source/ui/table.po (renamed from translations/source/kk/sd/source/ui/table.po)0
-rw-r--r--source/kk/sd/source/ui/view.po (renamed from translations/source/kk/sd/source/ui/view.po)0
-rw-r--r--source/kk/sdext/source/minimizer.po (renamed from translations/source/kk/sdext/source/minimizer.po)0
-rw-r--r--source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kk/sdext/source/pdfimport.po (renamed from translations/source/kk/sdext/source/pdfimport.po)0
-rw-r--r--source/kk/sdext/source/presenter.po (renamed from translations/source/kk/sdext/source/presenter.po)0
-rw-r--r--source/kk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/kk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/kk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kk/setup_native/source/mac.po (renamed from translations/source/kk/setup_native/source/mac.po)0
-rw-r--r--source/kk/sfx2/source/appl.po (renamed from translations/source/kk/sfx2/source/appl.po)0
-rw-r--r--source/kk/sfx2/source/bastyp.po (renamed from translations/source/kk/sfx2/source/bastyp.po)0
-rw-r--r--source/kk/sfx2/source/dialog.po (renamed from translations/source/kk/sfx2/source/dialog.po)0
-rw-r--r--source/kk/sfx2/source/doc.po (renamed from translations/source/kk/sfx2/source/doc.po)0
-rw-r--r--source/kk/sfx2/source/menu.po (renamed from translations/source/kk/sfx2/source/menu.po)0
-rw-r--r--source/kk/sfx2/source/view.po (renamed from translations/source/kk/sfx2/source/view.po)0
-rw-r--r--source/kk/shell/source/win32/shlxthandler/res.po (renamed from translations/source/kk/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/kk/starmath/source.po (renamed from translations/source/kk/starmath/source.po)0
-rw-r--r--source/kk/svl/source/items.po (renamed from translations/source/kk/svl/source/items.po)0
-rw-r--r--source/kk/svl/source/misc.po (renamed from translations/source/kk/svl/source/misc.po)0
-rw-r--r--source/kk/svtools/source/contnr.po (renamed from translations/source/kk/svtools/source/contnr.po)0
-rw-r--r--source/kk/svtools/source/control.po (renamed from translations/source/kk/svtools/source/control.po)0
-rw-r--r--source/kk/svtools/source/dialogs.po (renamed from translations/source/kk/svtools/source/dialogs.po)0
-rw-r--r--source/kk/svtools/source/filter.po (renamed from translations/source/kk/svtools/source/filter.po)0
-rw-r--r--source/kk/svtools/source/java.po (renamed from translations/source/kk/svtools/source/java.po)0
-rw-r--r--source/kk/svtools/source/misc.po (renamed from translations/source/kk/svtools/source/misc.po)0
-rw-r--r--source/kk/svtools/source/toolpanel.po (renamed from translations/source/kk/svtools/source/toolpanel.po)0
-rw-r--r--source/kk/svtools/workben/unodialog.po (renamed from translations/source/kk/svtools/workben/unodialog.po)0
-rw-r--r--source/kk/svx/inc.po (renamed from translations/source/kk/svx/inc.po)0
-rw-r--r--source/kk/svx/source/accessibility.po (renamed from translations/source/kk/svx/source/accessibility.po)0
-rw-r--r--source/kk/svx/source/dialog.po (renamed from translations/source/kk/svx/source/dialog.po)0
-rw-r--r--source/kk/svx/source/engine3d.po (renamed from translations/source/kk/svx/source/engine3d.po)0
-rw-r--r--source/kk/svx/source/fmcomp.po (renamed from translations/source/kk/svx/source/fmcomp.po)0
-rw-r--r--source/kk/svx/source/form.po (renamed from translations/source/kk/svx/source/form.po)0
-rw-r--r--source/kk/svx/source/gallery2.po (renamed from translations/source/kk/svx/source/gallery2.po)0
-rw-r--r--source/kk/svx/source/items.po (renamed from translations/source/kk/svx/source/items.po)0
-rw-r--r--source/kk/svx/source/src.po (renamed from translations/source/kk/svx/source/src.po)0
-rw-r--r--source/kk/svx/source/stbctrls.po (renamed from translations/source/kk/svx/source/stbctrls.po)0
-rw-r--r--source/kk/svx/source/svdraw.po (renamed from translations/source/kk/svx/source/svdraw.po)0
-rw-r--r--source/kk/svx/source/table.po (renamed from translations/source/kk/svx/source/table.po)0
-rw-r--r--source/kk/svx/source/tbxctrls.po (renamed from translations/source/kk/svx/source/tbxctrls.po)0
-rw-r--r--source/kk/svx/source/toolbars.po (renamed from translations/source/kk/svx/source/toolbars.po)0
-rw-r--r--source/kk/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/kk/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/kk/sw/source/core/layout.po (renamed from translations/source/kk/sw/source/core/layout.po)0
-rw-r--r--source/kk/sw/source/core/undo.po (renamed from translations/source/kk/sw/source/core/undo.po)0
-rw-r--r--source/kk/sw/source/core/unocore.po (renamed from translations/source/kk/sw/source/core/unocore.po)0
-rw-r--r--source/kk/sw/source/ui/app.po (renamed from translations/source/kk/sw/source/ui/app.po)0
-rw-r--r--source/kk/sw/source/ui/chrdlg.po (renamed from translations/source/kk/sw/source/ui/chrdlg.po)0
-rw-r--r--source/kk/sw/source/ui/config.po (renamed from translations/source/kk/sw/source/ui/config.po)0
-rw-r--r--source/kk/sw/source/ui/dbui.po (renamed from translations/source/kk/sw/source/ui/dbui.po)0
-rw-r--r--source/kk/sw/source/ui/dialog.po (renamed from translations/source/kk/sw/source/ui/dialog.po)0
-rw-r--r--source/kk/sw/source/ui/dochdl.po (renamed from translations/source/kk/sw/source/ui/dochdl.po)0
-rw-r--r--source/kk/sw/source/ui/docvw.po (renamed from translations/source/kk/sw/source/ui/docvw.po)0
-rw-r--r--source/kk/sw/source/ui/envelp.po (renamed from translations/source/kk/sw/source/ui/envelp.po)0
-rw-r--r--source/kk/sw/source/ui/fldui.po (renamed from translations/source/kk/sw/source/ui/fldui.po)0
-rw-r--r--source/kk/sw/source/ui/fmtui.po (renamed from translations/source/kk/sw/source/ui/fmtui.po)0
-rw-r--r--source/kk/sw/source/ui/frmdlg.po (renamed from translations/source/kk/sw/source/ui/frmdlg.po)0
-rw-r--r--source/kk/sw/source/ui/globdoc.po (renamed from translations/source/kk/sw/source/ui/globdoc.po)0
-rw-r--r--source/kk/sw/source/ui/index.po (renamed from translations/source/kk/sw/source/ui/index.po)0
-rw-r--r--source/kk/sw/source/ui/lingu.po (renamed from translations/source/kk/sw/source/ui/lingu.po)0
-rw-r--r--source/kk/sw/source/ui/misc.po (renamed from translations/source/kk/sw/source/ui/misc.po)0
-rw-r--r--source/kk/sw/source/ui/ribbar.po (renamed from translations/source/kk/sw/source/ui/ribbar.po)0
-rw-r--r--source/kk/sw/source/ui/shells.po (renamed from translations/source/kk/sw/source/ui/shells.po)0
-rw-r--r--source/kk/sw/source/ui/smartmenu.po (renamed from translations/source/kk/sw/source/ui/smartmenu.po)0
-rw-r--r--source/kk/sw/source/ui/table.po (renamed from translations/source/kk/sw/source/ui/table.po)0
-rw-r--r--source/kk/sw/source/ui/uiview.po (renamed from translations/source/kk/sw/source/ui/uiview.po)0
-rw-r--r--source/kk/sw/source/ui/utlui.po (renamed from translations/source/kk/sw/source/ui/utlui.po)0
-rw-r--r--source/kk/sw/source/ui/web.po (renamed from translations/source/kk/sw/source/ui/web.po)0
-rw-r--r--source/kk/sw/source/ui/wrtsh.po (renamed from translations/source/kk/sw/source/ui/wrtsh.po)0
-rw-r--r--source/kk/swext/mediawiki/help.po (renamed from translations/source/kk/swext/mediawiki/help.po)0
-rw-r--r--source/kk/swext/mediawiki/src.po (renamed from translations/source/kk/swext/mediawiki/src.po)0
-rw-r--r--source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/kk/sysui/desktop/share.po (renamed from translations/source/kk/sysui/desktop/share.po)0
-rw-r--r--source/kk/uui/source.po (renamed from translations/source/kk/uui/source.po)0
-rw-r--r--source/kk/vcl/source/src.po (renamed from translations/source/kk/vcl/source/src.po)0
-rw-r--r--source/kk/wizards/source/euro.po (renamed from translations/source/kk/wizards/source/euro.po)0
-rw-r--r--source/kk/wizards/source/formwizard.po (renamed from translations/source/kk/wizards/source/formwizard.po)0
-rw-r--r--source/kk/wizards/source/importwizard.po (renamed from translations/source/kk/wizards/source/importwizard.po)0
-rw-r--r--source/kk/wizards/source/schedule.po (renamed from translations/source/kk/wizards/source/schedule.po)0
-rw-r--r--source/kk/wizards/source/template.po (renamed from translations/source/kk/wizards/source/template.po)0
-rw-r--r--source/kk/xmlsecurity/source/component.po (renamed from translations/source/kk/xmlsecurity/source/component.po)0
-rw-r--r--source/kk/xmlsecurity/source/dialogs.po (renamed from translations/source/kk/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/km/accessibility/source/helper.po (renamed from translations/source/km/accessibility/source/helper.po)0
-rw-r--r--source/km/avmedia/source/framework.po (renamed from translations/source/km/avmedia/source/framework.po)0
-rw-r--r--source/km/avmedia/source/viewer.po (renamed from translations/source/km/avmedia/source/viewer.po)0
-rw-r--r--source/km/basctl/source/basicide.po (renamed from translations/source/km/basctl/source/basicide.po)0
-rw-r--r--source/km/basctl/source/dlged.po (renamed from translations/source/km/basctl/source/dlged.po)0
-rw-r--r--source/km/basic/source/classes.po (renamed from translations/source/km/basic/source/classes.po)0
-rw-r--r--source/km/basic/source/sbx.po (renamed from translations/source/km/basic/source/sbx.po)0
-rw-r--r--source/km/chart2/source/controller/dialogs.po (renamed from translations/source/km/chart2/source/controller/dialogs.po)0
-rw-r--r--source/km/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/km/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/km/connectivity/source/resource.po (renamed from translations/source/km/connectivity/source/resource.po)0
-rw-r--r--source/km/cui/source/customize.po (renamed from translations/source/km/cui/source/customize.po)0
-rw-r--r--source/km/cui/source/dialogs.po (renamed from translations/source/km/cui/source/dialogs.po)0
-rw-r--r--source/km/cui/source/options.po (renamed from translations/source/km/cui/source/options.po)0
-rw-r--r--source/km/cui/source/tabpages.po (renamed from translations/source/km/cui/source/tabpages.po)0
-rw-r--r--source/km/dbaccess/source/core/resource.po (renamed from translations/source/km/dbaccess/source/core/resource.po)0
-rw-r--r--source/km/dbaccess/source/ext/macromigration.po (renamed from translations/source/km/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/km/dbaccess/source/sdbtools/resource.po (renamed from translations/source/km/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/km/dbaccess/source/ui/app.po (renamed from translations/source/km/dbaccess/source/ui/app.po)0
-rw-r--r--source/km/dbaccess/source/ui/browser.po (renamed from translations/source/km/dbaccess/source/ui/browser.po)0
-rw-r--r--source/km/dbaccess/source/ui/control.po (renamed from translations/source/km/dbaccess/source/ui/control.po)0
-rw-r--r--source/km/dbaccess/source/ui/dlg.po (renamed from translations/source/km/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/km/dbaccess/source/ui/inc.po (renamed from translations/source/km/dbaccess/source/ui/inc.po)0
-rw-r--r--source/km/dbaccess/source/ui/misc.po (renamed from translations/source/km/dbaccess/source/ui/misc.po)0
-rw-r--r--source/km/dbaccess/source/ui/querydesign.po (renamed from translations/source/km/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/km/dbaccess/source/ui/relationdesign.po (renamed from translations/source/km/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/km/dbaccess/source/ui/tabledesign.po (renamed from translations/source/km/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/km/dbaccess/source/ui/uno.po (renamed from translations/source/km/dbaccess/source/ui/uno.po)0
-rw-r--r--source/km/desktop/source/app.po (renamed from translations/source/km/desktop/source/app.po)0
-rw-r--r--source/km/desktop/source/deployment/gui.po (renamed from translations/source/km/desktop/source/deployment/gui.po)0
-rw-r--r--source/km/desktop/source/deployment/manager.po (renamed from translations/source/km/desktop/source/deployment/manager.po)0
-rw-r--r--source/km/desktop/source/deployment/misc.po (renamed from translations/source/km/desktop/source/deployment/misc.po)0
-rw-r--r--source/km/desktop/source/deployment/registry.po (renamed from translations/source/km/desktop/source/deployment/registry.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/component.po (renamed from translations/source/km/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/configuration.po (renamed from translations/source/km/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/help.po (renamed from translations/source/km/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/package.po (renamed from translations/source/km/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/script.po (renamed from translations/source/km/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/km/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/km/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/km/desktop/source/deployment/unopkg.po (renamed from translations/source/km/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/km/dictionaries/af_ZA.po (renamed from translations/source/km/dictionaries/af_ZA.po)0
-rw-r--r--source/km/dictionaries/an_ES.po (renamed from translations/source/km/dictionaries/an_ES.po)0
-rw-r--r--source/km/dictionaries/ar.po (renamed from translations/source/km/dictionaries/ar.po)0
-rw-r--r--source/km/dictionaries/be_BY.po (renamed from translations/source/km/dictionaries/be_BY.po)0
-rw-r--r--source/km/dictionaries/bg_BG.po (renamed from translations/source/km/dictionaries/bg_BG.po)0
-rw-r--r--source/km/dictionaries/bn_BD.po (renamed from translations/source/km/dictionaries/bn_BD.po)0
-rw-r--r--source/km/dictionaries/br_FR.po (renamed from translations/source/km/dictionaries/br_FR.po)0
-rw-r--r--source/km/dictionaries/ca.po (renamed from translations/source/km/dictionaries/ca.po)0
-rw-r--r--source/km/dictionaries/cs_CZ.po (renamed from translations/source/km/dictionaries/cs_CZ.po)0
-rw-r--r--source/km/dictionaries/da_DK.po (renamed from translations/source/km/dictionaries/da_DK.po)0
-rw-r--r--source/km/dictionaries/de.po (renamed from translations/source/km/dictionaries/de.po)0
-rw-r--r--source/km/dictionaries/el_GR.po (renamed from translations/source/km/dictionaries/el_GR.po)0
-rw-r--r--source/km/dictionaries/en.po (renamed from translations/source/km/dictionaries/en.po)0
-rw-r--r--source/km/dictionaries/en/dialog.po (renamed from translations/source/km/dictionaries/en/dialog.po)0
-rw-r--r--source/km/dictionaries/es_ES.po (renamed from translations/source/km/dictionaries/es_ES.po)0
-rw-r--r--source/km/dictionaries/et_EE.po (renamed from translations/source/km/dictionaries/et_EE.po)0
-rw-r--r--source/km/dictionaries/fr_FR.po (renamed from translations/source/km/dictionaries/fr_FR.po)0
-rw-r--r--source/km/dictionaries/gd_GB.po (renamed from translations/source/km/dictionaries/gd_GB.po)0
-rw-r--r--source/km/dictionaries/gl.po (renamed from translations/source/km/dictionaries/gl.po)0
-rw-r--r--source/km/dictionaries/gu_IN.po (renamed from translations/source/km/dictionaries/gu_IN.po)0
-rw-r--r--source/km/dictionaries/he_IL.po (renamed from translations/source/km/dictionaries/he_IL.po)0
-rw-r--r--source/km/dictionaries/hi_IN.po (renamed from translations/source/km/dictionaries/hi_IN.po)0
-rw-r--r--source/km/dictionaries/hr_HR.po (renamed from translations/source/km/dictionaries/hr_HR.po)0
-rw-r--r--source/km/dictionaries/hu_HU.po (renamed from translations/source/km/dictionaries/hu_HU.po)0
-rw-r--r--source/km/dictionaries/hu_HU/dialog.po (renamed from translations/source/km/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/km/dictionaries/it_IT.po (renamed from translations/source/km/dictionaries/it_IT.po)0
-rw-r--r--source/km/dictionaries/ku_TR.po (renamed from translations/source/km/dictionaries/ku_TR.po)0
-rw-r--r--source/km/dictionaries/lt_LT.po (renamed from translations/source/km/dictionaries/lt_LT.po)0
-rw-r--r--source/km/dictionaries/lv_LV.po (renamed from translations/source/km/dictionaries/lv_LV.po)0
-rw-r--r--source/km/dictionaries/ne_NP.po (renamed from translations/source/km/dictionaries/ne_NP.po)0
-rw-r--r--source/km/dictionaries/nl_NL.po (renamed from translations/source/km/dictionaries/nl_NL.po)0
-rw-r--r--source/km/dictionaries/no.po (renamed from translations/source/km/dictionaries/no.po)0
-rw-r--r--source/km/dictionaries/oc_FR.po (renamed from translations/source/km/dictionaries/oc_FR.po)0
-rw-r--r--source/km/dictionaries/pl_PL.po (renamed from translations/source/km/dictionaries/pl_PL.po)0
-rw-r--r--source/km/dictionaries/pt_BR.po (renamed from translations/source/km/dictionaries/pt_BR.po)0
-rw-r--r--source/km/dictionaries/pt_PT.po (renamed from translations/source/km/dictionaries/pt_PT.po)0
-rw-r--r--source/km/dictionaries/ro.po (renamed from translations/source/km/dictionaries/ro.po)0
-rw-r--r--source/km/dictionaries/ru_RU.po (renamed from translations/source/km/dictionaries/ru_RU.po)0
-rw-r--r--source/km/dictionaries/ru_RU/dialog.po (renamed from translations/source/km/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/km/dictionaries/si_LK.po (renamed from translations/source/km/dictionaries/si_LK.po)0
-rw-r--r--source/km/dictionaries/sk_SK.po (renamed from translations/source/km/dictionaries/sk_SK.po)0
-rw-r--r--source/km/dictionaries/sl_SI.po (renamed from translations/source/km/dictionaries/sl_SI.po)0
-rw-r--r--source/km/dictionaries/sr.po (renamed from translations/source/km/dictionaries/sr.po)0
-rw-r--r--source/km/dictionaries/sv_SE.po (renamed from translations/source/km/dictionaries/sv_SE.po)0
-rw-r--r--source/km/dictionaries/sw_TZ.po (renamed from translations/source/km/dictionaries/sw_TZ.po)0
-rw-r--r--source/km/dictionaries/te_IN.po (renamed from translations/source/km/dictionaries/te_IN.po)0
-rw-r--r--source/km/dictionaries/th_TH.po (renamed from translations/source/km/dictionaries/th_TH.po)0
-rw-r--r--source/km/dictionaries/uk_UA.po (renamed from translations/source/km/dictionaries/uk_UA.po)0
-rw-r--r--source/km/dictionaries/vi.po (renamed from translations/source/km/dictionaries/vi.po)0
-rw-r--r--source/km/dictionaries/zu_ZA.po (renamed from translations/source/km/dictionaries/zu_ZA.po)0
-rw-r--r--source/km/editeng/source/accessibility.po (renamed from translations/source/km/editeng/source/accessibility.po)0
-rw-r--r--source/km/editeng/source/editeng.po (renamed from translations/source/km/editeng/source/editeng.po)0
-rw-r--r--source/km/editeng/source/items.po (renamed from translations/source/km/editeng/source/items.po)0
-rw-r--r--source/km/editeng/source/misc.po (renamed from translations/source/km/editeng/source/misc.po)0
-rw-r--r--source/km/editeng/source/outliner.po (renamed from translations/source/km/editeng/source/outliner.po)0
-rw-r--r--source/km/extensions/source/abpilot.po (renamed from translations/source/km/extensions/source/abpilot.po)0
-rw-r--r--source/km/extensions/source/bibliography.po (renamed from translations/source/km/extensions/source/bibliography.po)0
-rw-r--r--source/km/extensions/source/dbpilots.po (renamed from translations/source/km/extensions/source/dbpilots.po)0
-rw-r--r--source/km/extensions/source/propctrlr.po (renamed from translations/source/km/extensions/source/propctrlr.po)0
-rw-r--r--source/km/extensions/source/scanner.po (renamed from translations/source/km/extensions/source/scanner.po)0
-rw-r--r--source/km/extensions/source/update/check.po (renamed from translations/source/km/extensions/source/update/check.po)0
-rw-r--r--source/km/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/km/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/km/filter/source/config/fragments/filters.po (renamed from translations/source/km/filter/source/config/fragments/filters.po)0
-rw-r--r--source/km/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/km/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/km/filter/source/config/fragments/types.po (renamed from translations/source/km/filter/source/config/fragments/types.po)0
-rw-r--r--source/km/filter/source/flash.po (renamed from translations/source/km/filter/source/flash.po)0
-rw-r--r--source/km/filter/source/graphicfilter/eps.po (renamed from translations/source/km/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/km/filter/source/pdf.po (renamed from translations/source/km/filter/source/pdf.po)0
-rw-r--r--source/km/filter/source/t602.po (renamed from translations/source/km/filter/source/t602.po)0
-rw-r--r--source/km/filter/source/xsltdialog.po (renamed from translations/source/km/filter/source/xsltdialog.po)0
-rw-r--r--source/km/forms/source/resource.po (renamed from translations/source/km/forms/source/resource.po)0
-rw-r--r--source/km/formula/source/core/resource.po (renamed from translations/source/km/formula/source/core/resource.po)0
-rw-r--r--source/km/formula/source/ui/dlg.po (renamed from translations/source/km/formula/source/ui/dlg.po)0
-rw-r--r--source/km/fpicker/source/office.po (renamed from translations/source/km/fpicker/source/office.po)0
-rw-r--r--source/km/framework/source/classes.po (renamed from translations/source/km/framework/source/classes.po)0
-rw-r--r--source/km/framework/source/services.po (renamed from translations/source/km/framework/source/services.po)0
-rw-r--r--source/km/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/km/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/km/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/km/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/km/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc.po (renamed from translations/source/km/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/00.po (renamed from translations/source/km/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po (renamed from translations/source/km/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/02.po (renamed from translations/source/km/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/04.po (renamed from translations/source/km/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/05.po (renamed from translations/source/km/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/km/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/schart.po (renamed from translations/source/km/helpcontent2/source/text/schart.po)0
-rw-r--r--source/km/helpcontent2/source/text/schart/00.po (renamed from translations/source/km/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/schart/01.po (renamed from translations/source/km/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/schart/02.po (renamed from translations/source/km/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/schart/04.po (renamed from translations/source/km/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/sdraw.po (renamed from translations/source/km/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/km/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/km/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/km/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/km/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/km/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared.po (renamed from translations/source/km/helpcontent2/source/text/shared.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po (renamed from translations/source/km/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po (renamed from translations/source/km/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po (renamed from translations/source/km/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/04.po (renamed from translations/source/km/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/05.po (renamed from translations/source/km/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/07.po (renamed from translations/source/km/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/km/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/km/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/km/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po (renamed from translations/source/km/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/km/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress.po (renamed from translations/source/km/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress/00.po (renamed from translations/source/km/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress/01.po (renamed from translations/source/km/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress/02.po (renamed from translations/source/km/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress/04.po (renamed from translations/source/km/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/km/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath.po (renamed from translations/source/km/helpcontent2/source/text/smath.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath/00.po (renamed from translations/source/km/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath/01.po (renamed from translations/source/km/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath/02.po (renamed from translations/source/km/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath/04.po (renamed from translations/source/km/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/smath/guide.po (renamed from translations/source/km/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter.po (renamed from translations/source/km/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po (renamed from translations/source/km/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po (renamed from translations/source/km/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter/02.po (renamed from translations/source/km/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter/04.po (renamed from translations/source/km/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/km/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/km/mysqlc/source.po (renamed from translations/source/km/mysqlc/source.po)0
-rw-r--r--source/km/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/km/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/km/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/km/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/km/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/km/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/km/nlpsolver/src/locale.po (renamed from translations/source/km/nlpsolver/src/locale.po)0
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/km/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/km/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/km/padmin/source.po (renamed from translations/source/km/padmin/source.po)0
-rw-r--r--source/km/readlicense_oo/docs/readme.po (renamed from translations/source/km/readlicense_oo/docs/readme.po)0
-rw-r--r--source/km/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/km/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/km/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/km/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/km/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/km/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/km/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/km/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/km/reportbuilder/util.po (renamed from translations/source/km/reportbuilder/util.po)0
-rw-r--r--source/km/reportdesign/source/core/resource.po (renamed from translations/source/km/reportdesign/source/core/resource.po)0
-rw-r--r--source/km/reportdesign/source/ui/dlg.po (renamed from translations/source/km/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/km/reportdesign/source/ui/inspection.po (renamed from translations/source/km/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/km/reportdesign/source/ui/report.po (renamed from translations/source/km/reportdesign/source/ui/report.po)0
-rw-r--r--source/km/sc/source/core/src.po (renamed from translations/source/km/sc/source/core/src.po)0
-rw-r--r--source/km/sc/source/ui/cctrl.po (renamed from translations/source/km/sc/source/ui/cctrl.po)0
-rw-r--r--source/km/sc/source/ui/dbgui.po (renamed from translations/source/km/sc/source/ui/dbgui.po)0
-rw-r--r--source/km/sc/source/ui/docshell.po (renamed from translations/source/km/sc/source/ui/docshell.po)0
-rw-r--r--source/km/sc/source/ui/drawfunc.po (renamed from translations/source/km/sc/source/ui/drawfunc.po)0
-rw-r--r--source/km/sc/source/ui/formdlg.po (renamed from translations/source/km/sc/source/ui/formdlg.po)0
-rw-r--r--source/km/sc/source/ui/miscdlgs.po (renamed from translations/source/km/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/km/sc/source/ui/navipi.po (renamed from translations/source/km/sc/source/ui/navipi.po)0
-rw-r--r--source/km/sc/source/ui/optdlg.po (renamed from translations/source/km/sc/source/ui/optdlg.po)0
-rw-r--r--source/km/sc/source/ui/pagedlg.po (renamed from translations/source/km/sc/source/ui/pagedlg.po)0
-rw-r--r--source/km/sc/source/ui/src.po (renamed from translations/source/km/sc/source/ui/src.po)0
-rw-r--r--source/km/sc/source/ui/styleui.po (renamed from translations/source/km/sc/source/ui/styleui.po)0
-rw-r--r--source/km/scaddins/source/analysis.po (renamed from translations/source/km/scaddins/source/analysis.po)0
-rw-r--r--source/km/scaddins/source/datefunc.po (renamed from translations/source/km/scaddins/source/datefunc.po)0
-rw-r--r--source/km/sccomp/source/solver.po (renamed from translations/source/km/sccomp/source/solver.po)0
-rw-r--r--source/km/scp2/source/accessories.po (renamed from translations/source/km/scp2/source/accessories.po)0
-rw-r--r--source/km/scp2/source/activex.po (renamed from translations/source/km/scp2/source/activex.po)0
-rw-r--r--source/km/scp2/source/base.po (renamed from translations/source/km/scp2/source/base.po)0
-rw-r--r--source/km/scp2/source/binfilter.po (renamed from translations/source/km/scp2/source/binfilter.po)0
-rw-r--r--source/km/scp2/source/calc.po (renamed from translations/source/km/scp2/source/calc.po)0
-rw-r--r--source/km/scp2/source/draw.po (renamed from translations/source/km/scp2/source/draw.po)0
-rw-r--r--source/km/scp2/source/extensions.po (renamed from translations/source/km/scp2/source/extensions.po)0
-rw-r--r--source/km/scp2/source/gnome.po (renamed from translations/source/km/scp2/source/gnome.po)0
-rw-r--r--source/km/scp2/source/graphicfilter.po (renamed from translations/source/km/scp2/source/graphicfilter.po)0
-rw-r--r--source/km/scp2/source/impress.po (renamed from translations/source/km/scp2/source/impress.po)0
-rw-r--r--source/km/scp2/source/javafilter.po (renamed from translations/source/km/scp2/source/javafilter.po)0
-rw-r--r--source/km/scp2/source/kde.po (renamed from translations/source/km/scp2/source/kde.po)0
-rw-r--r--source/km/scp2/source/math.po (renamed from translations/source/km/scp2/source/math.po)0
-rw-r--r--source/km/scp2/source/onlineupdate.po (renamed from translations/source/km/scp2/source/onlineupdate.po)0
-rw-r--r--source/km/scp2/source/ooo.po (renamed from translations/source/km/scp2/source/ooo.po)0
-rw-r--r--source/km/scp2/source/python.po (renamed from translations/source/km/scp2/source/python.po)0
-rw-r--r--source/km/scp2/source/quickstart.po (renamed from translations/source/km/scp2/source/quickstart.po)0
-rw-r--r--source/km/scp2/source/sdkoo.po (renamed from translations/source/km/scp2/source/sdkoo.po)0
-rw-r--r--source/km/scp2/source/smoketest.po (renamed from translations/source/km/scp2/source/smoketest.po)0
-rw-r--r--source/km/scp2/source/stdlibs.po (renamed from translations/source/km/scp2/source/stdlibs.po)0
-rw-r--r--source/km/scp2/source/tde.po (renamed from translations/source/km/scp2/source/tde.po)0
-rw-r--r--source/km/scp2/source/winexplorerext.po (renamed from translations/source/km/scp2/source/winexplorerext.po)0
-rw-r--r--source/km/scp2/source/writer.po (renamed from translations/source/km/scp2/source/writer.po)0
-rw-r--r--source/km/scp2/source/xsltfilter.po (renamed from translations/source/km/scp2/source/xsltfilter.po)0
-rw-r--r--source/km/scripting/source/pyprov.po (renamed from translations/source/km/scripting/source/pyprov.po)0
-rw-r--r--source/km/sd/source/core.po (renamed from translations/source/km/sd/source/core.po)0
-rw-r--r--source/km/sd/source/filter/html.po (renamed from translations/source/km/sd/source/filter/html.po)0
-rw-r--r--source/km/sd/source/ui/accessibility.po (renamed from translations/source/km/sd/source/ui/accessibility.po)0
-rw-r--r--source/km/sd/source/ui/animations.po (renamed from translations/source/km/sd/source/ui/animations.po)0
-rw-r--r--source/km/sd/source/ui/annotations.po (renamed from translations/source/km/sd/source/ui/annotations.po)0
-rw-r--r--source/km/sd/source/ui/app.po (renamed from translations/source/km/sd/source/ui/app.po)0
-rw-r--r--source/km/sd/source/ui/dlg.po (renamed from translations/source/km/sd/source/ui/dlg.po)0
-rw-r--r--source/km/sd/source/ui/slideshow.po (renamed from translations/source/km/sd/source/ui/slideshow.po)0
-rw-r--r--source/km/sd/source/ui/table.po (renamed from translations/source/km/sd/source/ui/table.po)0
-rw-r--r--source/km/sd/source/ui/view.po (renamed from translations/source/km/sd/source/ui/view.po)0
-rw-r--r--source/km/sdext/source/minimizer.po (renamed from translations/source/km/sdext/source/minimizer.po)0
-rw-r--r--source/km/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/km/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/km/sdext/source/pdfimport.po (renamed from translations/source/km/sdext/source/pdfimport.po)0
-rw-r--r--source/km/sdext/source/presenter.po (renamed from translations/source/km/sdext/source/presenter.po)0
-rw-r--r--source/km/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/km/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/km/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/km/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/km/setup_native/source/mac.po (renamed from translations/source/km/setup_native/source/mac.po)0
-rw-r--r--source/km/sfx2/source/appl.po (renamed from translations/source/km/sfx2/source/appl.po)0
-rw-r--r--source/km/sfx2/source/bastyp.po (renamed from translations/source/km/sfx2/source/bastyp.po)0
-rw-r--r--source/km/sfx2/source/dialog.po (renamed from translations/source/km/sfx2/source/dialog.po)0
-rw-r--r--source/km/sfx2/source/doc.po (renamed from translations/source/km/sfx2/source/doc.po)0
-rw-r--r--source/km/sfx2/source/menu.po (renamed from translations/source/km/sfx2/source/menu.po)0
-rw-r--r--source/km/sfx2/source/view.po (renamed from translations/source/km/sfx2/source/view.po)0
-rw-r--r--source/km/shell/source/win32/shlxthandler/res.po (renamed from translations/source/km/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/km/starmath/source.po (renamed from translations/source/km/starmath/source.po)0
-rw-r--r--source/km/svl/source/items.po (renamed from translations/source/km/svl/source/items.po)0
-rw-r--r--source/km/svl/source/misc.po (renamed from translations/source/km/svl/source/misc.po)0
-rw-r--r--source/km/svtools/source/contnr.po (renamed from translations/source/km/svtools/source/contnr.po)0
-rw-r--r--source/km/svtools/source/control.po (renamed from translations/source/km/svtools/source/control.po)0
-rw-r--r--source/km/svtools/source/dialogs.po (renamed from translations/source/km/svtools/source/dialogs.po)0
-rw-r--r--source/km/svtools/source/filter.po (renamed from translations/source/km/svtools/source/filter.po)0
-rw-r--r--source/km/svtools/source/java.po (renamed from translations/source/km/svtools/source/java.po)0
-rw-r--r--source/km/svtools/source/misc.po (renamed from translations/source/km/svtools/source/misc.po)0
-rw-r--r--source/km/svtools/source/toolpanel.po (renamed from translations/source/km/svtools/source/toolpanel.po)0
-rw-r--r--source/km/svtools/workben/unodialog.po (renamed from translations/source/km/svtools/workben/unodialog.po)0
-rw-r--r--source/km/svx/inc.po (renamed from translations/source/km/svx/inc.po)0
-rw-r--r--source/km/svx/source/accessibility.po (renamed from translations/source/km/svx/source/accessibility.po)0
-rw-r--r--source/km/svx/source/dialog.po (renamed from translations/source/km/svx/source/dialog.po)0
-rw-r--r--source/km/svx/source/engine3d.po (renamed from translations/source/km/svx/source/engine3d.po)0
-rw-r--r--source/km/svx/source/fmcomp.po (renamed from translations/source/km/svx/source/fmcomp.po)0
-rw-r--r--source/km/svx/source/form.po (renamed from translations/source/km/svx/source/form.po)0
-rw-r--r--source/km/svx/source/gallery2.po (renamed from translations/source/km/svx/source/gallery2.po)0
-rw-r--r--source/km/svx/source/items.po (renamed from translations/source/km/svx/source/items.po)0
-rw-r--r--source/km/svx/source/src.po (renamed from translations/source/km/svx/source/src.po)0
-rw-r--r--source/km/svx/source/stbctrls.po (renamed from translations/source/km/svx/source/stbctrls.po)0
-rw-r--r--source/km/svx/source/svdraw.po (renamed from translations/source/km/svx/source/svdraw.po)0
-rw-r--r--source/km/svx/source/table.po (renamed from translations/source/km/svx/source/table.po)0
-rw-r--r--source/km/svx/source/tbxctrls.po (renamed from translations/source/km/svx/source/tbxctrls.po)0
-rw-r--r--source/km/svx/source/toolbars.po (renamed from translations/source/km/svx/source/toolbars.po)0
-rw-r--r--source/km/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/km/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/km/sw/source/core/layout.po (renamed from translations/source/km/sw/source/core/layout.po)0
-rw-r--r--source/km/sw/source/core/undo.po (renamed from translations/source/km/sw/source/core/undo.po)0
-rw-r--r--source/km/sw/source/core/unocore.po (renamed from translations/source/km/sw/source/core/unocore.po)0
-rw-r--r--source/km/sw/source/ui/app.po (renamed from translations/source/km/sw/source/ui/app.po)0
-rw-r--r--source/km/sw/source/ui/chrdlg.po (renamed from translations/source/km/sw/source/ui/chrdlg.po)0
-rw-r--r--source/km/sw/source/ui/config.po (renamed from translations/source/km/sw/source/ui/config.po)0
-rw-r--r--source/km/sw/source/ui/dbui.po (renamed from translations/source/km/sw/source/ui/dbui.po)0
-rw-r--r--source/km/sw/source/ui/dialog.po (renamed from translations/source/km/sw/source/ui/dialog.po)0
-rw-r--r--source/km/sw/source/ui/dochdl.po (renamed from translations/source/km/sw/source/ui/dochdl.po)0
-rw-r--r--source/km/sw/source/ui/docvw.po (renamed from translations/source/km/sw/source/ui/docvw.po)0
-rw-r--r--source/km/sw/source/ui/envelp.po (renamed from translations/source/km/sw/source/ui/envelp.po)0
-rw-r--r--source/km/sw/source/ui/fldui.po (renamed from translations/source/km/sw/source/ui/fldui.po)0
-rw-r--r--source/km/sw/source/ui/fmtui.po (renamed from translations/source/km/sw/source/ui/fmtui.po)0
-rw-r--r--source/km/sw/source/ui/frmdlg.po (renamed from translations/source/km/sw/source/ui/frmdlg.po)0
-rw-r--r--source/km/sw/source/ui/globdoc.po (renamed from translations/source/km/sw/source/ui/globdoc.po)0
-rw-r--r--source/km/sw/source/ui/index.po (renamed from translations/source/km/sw/source/ui/index.po)0
-rw-r--r--source/km/sw/source/ui/lingu.po (renamed from translations/source/km/sw/source/ui/lingu.po)0
-rw-r--r--source/km/sw/source/ui/misc.po (renamed from translations/source/km/sw/source/ui/misc.po)0
-rw-r--r--source/km/sw/source/ui/ribbar.po (renamed from translations/source/km/sw/source/ui/ribbar.po)0
-rw-r--r--source/km/sw/source/ui/shells.po (renamed from translations/source/km/sw/source/ui/shells.po)0
-rw-r--r--source/km/sw/source/ui/smartmenu.po (renamed from translations/source/km/sw/source/ui/smartmenu.po)0
-rw-r--r--source/km/sw/source/ui/table.po (renamed from translations/source/km/sw/source/ui/table.po)0
-rw-r--r--source/km/sw/source/ui/uiview.po (renamed from translations/source/km/sw/source/ui/uiview.po)0
-rw-r--r--source/km/sw/source/ui/utlui.po (renamed from translations/source/km/sw/source/ui/utlui.po)0
-rw-r--r--source/km/sw/source/ui/web.po (renamed from translations/source/km/sw/source/ui/web.po)0
-rw-r--r--source/km/sw/source/ui/wrtsh.po (renamed from translations/source/km/sw/source/ui/wrtsh.po)0
-rw-r--r--source/km/swext/mediawiki/help.po (renamed from translations/source/km/swext/mediawiki/help.po)0
-rw-r--r--source/km/swext/mediawiki/src.po (renamed from translations/source/km/swext/mediawiki/src.po)0
-rw-r--r--source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/km/sysui/desktop/share.po (renamed from translations/source/km/sysui/desktop/share.po)0
-rw-r--r--source/km/uui/source.po (renamed from translations/source/km/uui/source.po)0
-rw-r--r--source/km/vcl/source/src.po (renamed from translations/source/km/vcl/source/src.po)0
-rw-r--r--source/km/wizards/source/euro.po (renamed from translations/source/km/wizards/source/euro.po)0
-rw-r--r--source/km/wizards/source/formwizard.po (renamed from translations/source/km/wizards/source/formwizard.po)0
-rw-r--r--source/km/wizards/source/importwizard.po (renamed from translations/source/km/wizards/source/importwizard.po)0
-rw-r--r--source/km/wizards/source/schedule.po (renamed from translations/source/km/wizards/source/schedule.po)0
-rw-r--r--source/km/wizards/source/template.po (renamed from translations/source/km/wizards/source/template.po)0
-rw-r--r--source/km/xmlsecurity/source/component.po (renamed from translations/source/km/xmlsecurity/source/component.po)0
-rw-r--r--source/km/xmlsecurity/source/dialogs.po (renamed from translations/source/km/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/kn/accessibility/source/helper.po (renamed from translations/source/kn/accessibility/source/helper.po)0
-rw-r--r--source/kn/avmedia/source/framework.po (renamed from translations/source/kn/avmedia/source/framework.po)0
-rw-r--r--source/kn/avmedia/source/viewer.po (renamed from translations/source/kn/avmedia/source/viewer.po)0
-rw-r--r--source/kn/basctl/source/basicide.po (renamed from translations/source/kn/basctl/source/basicide.po)0
-rw-r--r--source/kn/basctl/source/dlged.po (renamed from translations/source/kn/basctl/source/dlged.po)0
-rw-r--r--source/kn/basic/source/classes.po (renamed from translations/source/kn/basic/source/classes.po)0
-rw-r--r--source/kn/basic/source/sbx.po (renamed from translations/source/kn/basic/source/sbx.po)0
-rw-r--r--source/kn/chart2/source/controller/dialogs.po (renamed from translations/source/kn/chart2/source/controller/dialogs.po)0
-rw-r--r--source/kn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/kn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/kn/connectivity/source/resource.po (renamed from translations/source/kn/connectivity/source/resource.po)0
-rw-r--r--source/kn/cui/source/customize.po (renamed from translations/source/kn/cui/source/customize.po)0
-rw-r--r--source/kn/cui/source/dialogs.po (renamed from translations/source/kn/cui/source/dialogs.po)0
-rw-r--r--source/kn/cui/source/options.po (renamed from translations/source/kn/cui/source/options.po)0
-rw-r--r--source/kn/cui/source/tabpages.po (renamed from translations/source/kn/cui/source/tabpages.po)0
-rw-r--r--source/kn/dbaccess/source/core/resource.po (renamed from translations/source/kn/dbaccess/source/core/resource.po)0
-rw-r--r--source/kn/dbaccess/source/ext/macromigration.po (renamed from translations/source/kn/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/kn/dbaccess/source/sdbtools/resource.po (renamed from translations/source/kn/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/kn/dbaccess/source/ui/app.po (renamed from translations/source/kn/dbaccess/source/ui/app.po)0
-rw-r--r--source/kn/dbaccess/source/ui/browser.po (renamed from translations/source/kn/dbaccess/source/ui/browser.po)0
-rw-r--r--source/kn/dbaccess/source/ui/control.po (renamed from translations/source/kn/dbaccess/source/ui/control.po)0
-rw-r--r--source/kn/dbaccess/source/ui/dlg.po (renamed from translations/source/kn/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/kn/dbaccess/source/ui/inc.po (renamed from translations/source/kn/dbaccess/source/ui/inc.po)0
-rw-r--r--source/kn/dbaccess/source/ui/misc.po (renamed from translations/source/kn/dbaccess/source/ui/misc.po)0
-rw-r--r--source/kn/dbaccess/source/ui/querydesign.po (renamed from translations/source/kn/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/kn/dbaccess/source/ui/relationdesign.po (renamed from translations/source/kn/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/kn/dbaccess/source/ui/tabledesign.po (renamed from translations/source/kn/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/kn/dbaccess/source/ui/uno.po (renamed from translations/source/kn/dbaccess/source/ui/uno.po)0
-rw-r--r--source/kn/desktop/source/app.po (renamed from translations/source/kn/desktop/source/app.po)0
-rw-r--r--source/kn/desktop/source/deployment/gui.po (renamed from translations/source/kn/desktop/source/deployment/gui.po)0
-rw-r--r--source/kn/desktop/source/deployment/manager.po (renamed from translations/source/kn/desktop/source/deployment/manager.po)0
-rw-r--r--source/kn/desktop/source/deployment/misc.po (renamed from translations/source/kn/desktop/source/deployment/misc.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry.po (renamed from translations/source/kn/desktop/source/deployment/registry.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/component.po (renamed from translations/source/kn/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/configuration.po (renamed from translations/source/kn/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/help.po (renamed from translations/source/kn/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/package.po (renamed from translations/source/kn/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/script.po (renamed from translations/source/kn/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/kn/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/kn/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/kn/desktop/source/deployment/unopkg.po (renamed from translations/source/kn/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/kn/dictionaries/af_ZA.po (renamed from translations/source/kn/dictionaries/af_ZA.po)0
-rw-r--r--source/kn/dictionaries/an_ES.po (renamed from translations/source/kn/dictionaries/an_ES.po)0
-rw-r--r--source/kn/dictionaries/ar.po (renamed from translations/source/kn/dictionaries/ar.po)0
-rw-r--r--source/kn/dictionaries/be_BY.po (renamed from translations/source/kn/dictionaries/be_BY.po)0
-rw-r--r--source/kn/dictionaries/bg_BG.po (renamed from translations/source/kn/dictionaries/bg_BG.po)0
-rw-r--r--source/kn/dictionaries/bn_BD.po (renamed from translations/source/kn/dictionaries/bn_BD.po)0
-rw-r--r--source/kn/dictionaries/br_FR.po (renamed from translations/source/kn/dictionaries/br_FR.po)0
-rw-r--r--source/kn/dictionaries/ca.po (renamed from translations/source/kn/dictionaries/ca.po)0
-rw-r--r--source/kn/dictionaries/cs_CZ.po (renamed from translations/source/kn/dictionaries/cs_CZ.po)0
-rw-r--r--source/kn/dictionaries/da_DK.po (renamed from translations/source/kn/dictionaries/da_DK.po)0
-rw-r--r--source/kn/dictionaries/de.po (renamed from translations/source/kn/dictionaries/de.po)0
-rw-r--r--source/kn/dictionaries/el_GR.po (renamed from translations/source/kn/dictionaries/el_GR.po)0
-rw-r--r--source/kn/dictionaries/en.po (renamed from translations/source/kn/dictionaries/en.po)0
-rw-r--r--source/kn/dictionaries/en/dialog.po (renamed from translations/source/kn/dictionaries/en/dialog.po)0
-rw-r--r--source/kn/dictionaries/es_ES.po (renamed from translations/source/kn/dictionaries/es_ES.po)0
-rw-r--r--source/kn/dictionaries/et_EE.po (renamed from translations/source/kn/dictionaries/et_EE.po)0
-rw-r--r--source/kn/dictionaries/fr_FR.po (renamed from translations/source/kn/dictionaries/fr_FR.po)0
-rw-r--r--source/kn/dictionaries/gd_GB.po (renamed from translations/source/kn/dictionaries/gd_GB.po)0
-rw-r--r--source/kn/dictionaries/gl.po (renamed from translations/source/kn/dictionaries/gl.po)0
-rw-r--r--source/kn/dictionaries/gu_IN.po (renamed from translations/source/kn/dictionaries/gu_IN.po)0
-rw-r--r--source/kn/dictionaries/he_IL.po (renamed from translations/source/kn/dictionaries/he_IL.po)0
-rw-r--r--source/kn/dictionaries/hi_IN.po (renamed from translations/source/kn/dictionaries/hi_IN.po)0
-rw-r--r--source/kn/dictionaries/hr_HR.po (renamed from translations/source/kn/dictionaries/hr_HR.po)0
-rw-r--r--source/kn/dictionaries/hu_HU.po (renamed from translations/source/kn/dictionaries/hu_HU.po)0
-rw-r--r--source/kn/dictionaries/hu_HU/dialog.po (renamed from translations/source/kn/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/kn/dictionaries/it_IT.po (renamed from translations/source/kn/dictionaries/it_IT.po)0
-rw-r--r--source/kn/dictionaries/ku_TR.po (renamed from translations/source/kn/dictionaries/ku_TR.po)0
-rw-r--r--source/kn/dictionaries/lt_LT.po (renamed from translations/source/kn/dictionaries/lt_LT.po)0
-rw-r--r--source/kn/dictionaries/lv_LV.po (renamed from translations/source/kn/dictionaries/lv_LV.po)0
-rw-r--r--source/kn/dictionaries/ne_NP.po (renamed from translations/source/kn/dictionaries/ne_NP.po)0
-rw-r--r--source/kn/dictionaries/nl_NL.po (renamed from translations/source/kn/dictionaries/nl_NL.po)0
-rw-r--r--source/kn/dictionaries/no.po (renamed from translations/source/kn/dictionaries/no.po)0
-rw-r--r--source/kn/dictionaries/oc_FR.po (renamed from translations/source/kn/dictionaries/oc_FR.po)0
-rw-r--r--source/kn/dictionaries/pl_PL.po (renamed from translations/source/kn/dictionaries/pl_PL.po)0
-rw-r--r--source/kn/dictionaries/pt_BR.po (renamed from translations/source/kn/dictionaries/pt_BR.po)0
-rw-r--r--source/kn/dictionaries/pt_PT.po (renamed from translations/source/kn/dictionaries/pt_PT.po)0
-rw-r--r--source/kn/dictionaries/ro.po (renamed from translations/source/kn/dictionaries/ro.po)0
-rw-r--r--source/kn/dictionaries/ru_RU.po (renamed from translations/source/kn/dictionaries/ru_RU.po)0
-rw-r--r--source/kn/dictionaries/ru_RU/dialog.po (renamed from translations/source/kn/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/kn/dictionaries/si_LK.po (renamed from translations/source/kn/dictionaries/si_LK.po)0
-rw-r--r--source/kn/dictionaries/sk_SK.po (renamed from translations/source/kn/dictionaries/sk_SK.po)0
-rw-r--r--source/kn/dictionaries/sl_SI.po (renamed from translations/source/kn/dictionaries/sl_SI.po)0
-rw-r--r--source/kn/dictionaries/sr.po (renamed from translations/source/kn/dictionaries/sr.po)0
-rw-r--r--source/kn/dictionaries/sv_SE.po (renamed from translations/source/kn/dictionaries/sv_SE.po)0
-rw-r--r--source/kn/dictionaries/sw_TZ.po (renamed from translations/source/kn/dictionaries/sw_TZ.po)0
-rw-r--r--source/kn/dictionaries/te_IN.po (renamed from translations/source/kn/dictionaries/te_IN.po)0
-rw-r--r--source/kn/dictionaries/th_TH.po (renamed from translations/source/kn/dictionaries/th_TH.po)0
-rw-r--r--source/kn/dictionaries/uk_UA.po (renamed from translations/source/kn/dictionaries/uk_UA.po)0
-rw-r--r--source/kn/dictionaries/vi.po (renamed from translations/source/kn/dictionaries/vi.po)0
-rw-r--r--source/kn/dictionaries/zu_ZA.po (renamed from translations/source/kn/dictionaries/zu_ZA.po)0
-rw-r--r--source/kn/editeng/source/accessibility.po (renamed from translations/source/kn/editeng/source/accessibility.po)0
-rw-r--r--source/kn/editeng/source/editeng.po (renamed from translations/source/kn/editeng/source/editeng.po)0
-rw-r--r--source/kn/editeng/source/items.po (renamed from translations/source/kn/editeng/source/items.po)0
-rw-r--r--source/kn/editeng/source/misc.po (renamed from translations/source/kn/editeng/source/misc.po)0
-rw-r--r--source/kn/editeng/source/outliner.po (renamed from translations/source/kn/editeng/source/outliner.po)0
-rw-r--r--source/kn/extensions/source/abpilot.po (renamed from translations/source/kn/extensions/source/abpilot.po)0
-rw-r--r--source/kn/extensions/source/bibliography.po (renamed from translations/source/kn/extensions/source/bibliography.po)0
-rw-r--r--source/kn/extensions/source/dbpilots.po (renamed from translations/source/kn/extensions/source/dbpilots.po)0
-rw-r--r--source/kn/extensions/source/propctrlr.po (renamed from translations/source/kn/extensions/source/propctrlr.po)0
-rw-r--r--source/kn/extensions/source/scanner.po (renamed from translations/source/kn/extensions/source/scanner.po)0
-rw-r--r--source/kn/extensions/source/update/check.po (renamed from translations/source/kn/extensions/source/update/check.po)0
-rw-r--r--source/kn/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/kn/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/kn/filter/source/config/fragments/filters.po (renamed from translations/source/kn/filter/source/config/fragments/filters.po)0
-rw-r--r--source/kn/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/kn/filter/source/config/fragments/types.po (renamed from translations/source/kn/filter/source/config/fragments/types.po)0
-rw-r--r--source/kn/filter/source/flash.po (renamed from translations/source/kn/filter/source/flash.po)0
-rw-r--r--source/kn/filter/source/graphicfilter/eps.po (renamed from translations/source/kn/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/kn/filter/source/pdf.po (renamed from translations/source/kn/filter/source/pdf.po)0
-rw-r--r--source/kn/filter/source/t602.po (renamed from translations/source/kn/filter/source/t602.po)0
-rw-r--r--source/kn/filter/source/xsltdialog.po (renamed from translations/source/kn/filter/source/xsltdialog.po)0
-rw-r--r--source/kn/forms/source/resource.po (renamed from translations/source/kn/forms/source/resource.po)0
-rw-r--r--source/kn/formula/source/core/resource.po (renamed from translations/source/kn/formula/source/core/resource.po)0
-rw-r--r--source/kn/formula/source/ui/dlg.po (renamed from translations/source/kn/formula/source/ui/dlg.po)0
-rw-r--r--source/kn/fpicker/source/office.po (renamed from translations/source/kn/fpicker/source/office.po)0
-rw-r--r--source/kn/framework/source/classes.po (renamed from translations/source/kn/framework/source/classes.po)0
-rw-r--r--source/kn/framework/source/services.po (renamed from translations/source/kn/framework/source/services.po)0
-rw-r--r--source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/kn/mysqlc/source.po (renamed from translations/source/kn/mysqlc/source.po)0
-rw-r--r--source/kn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/kn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/kn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/kn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/kn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/kn/nlpsolver/src/locale.po (renamed from translations/source/kn/nlpsolver/src/locale.po)0
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/kn/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kn/padmin/source.po (renamed from translations/source/kn/padmin/source.po)0
-rw-r--r--source/kn/readlicense_oo/docs/readme.po (renamed from translations/source/kn/readlicense_oo/docs/readme.po)0
-rw-r--r--source/kn/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/kn/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/kn/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/kn/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kn/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kn/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kn/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/kn/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/kn/reportbuilder/util.po (renamed from translations/source/kn/reportbuilder/util.po)0
-rw-r--r--source/kn/reportdesign/source/core/resource.po (renamed from translations/source/kn/reportdesign/source/core/resource.po)0
-rw-r--r--source/kn/reportdesign/source/ui/dlg.po (renamed from translations/source/kn/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/kn/reportdesign/source/ui/inspection.po (renamed from translations/source/kn/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/kn/reportdesign/source/ui/report.po (renamed from translations/source/kn/reportdesign/source/ui/report.po)0
-rw-r--r--source/kn/sc/source/core/src.po (renamed from translations/source/kn/sc/source/core/src.po)0
-rw-r--r--source/kn/sc/source/ui/cctrl.po (renamed from translations/source/kn/sc/source/ui/cctrl.po)0
-rw-r--r--source/kn/sc/source/ui/dbgui.po (renamed from translations/source/kn/sc/source/ui/dbgui.po)0
-rw-r--r--source/kn/sc/source/ui/docshell.po (renamed from translations/source/kn/sc/source/ui/docshell.po)0
-rw-r--r--source/kn/sc/source/ui/drawfunc.po (renamed from translations/source/kn/sc/source/ui/drawfunc.po)0
-rw-r--r--source/kn/sc/source/ui/formdlg.po (renamed from translations/source/kn/sc/source/ui/formdlg.po)0
-rw-r--r--source/kn/sc/source/ui/miscdlgs.po (renamed from translations/source/kn/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/kn/sc/source/ui/navipi.po (renamed from translations/source/kn/sc/source/ui/navipi.po)0
-rw-r--r--source/kn/sc/source/ui/optdlg.po (renamed from translations/source/kn/sc/source/ui/optdlg.po)0
-rw-r--r--source/kn/sc/source/ui/pagedlg.po (renamed from translations/source/kn/sc/source/ui/pagedlg.po)0
-rw-r--r--source/kn/sc/source/ui/src.po (renamed from translations/source/kn/sc/source/ui/src.po)0
-rw-r--r--source/kn/sc/source/ui/styleui.po (renamed from translations/source/kn/sc/source/ui/styleui.po)0
-rw-r--r--source/kn/scaddins/source/analysis.po (renamed from translations/source/kn/scaddins/source/analysis.po)0
-rw-r--r--source/kn/scaddins/source/datefunc.po (renamed from translations/source/kn/scaddins/source/datefunc.po)0
-rw-r--r--source/kn/sccomp/source/solver.po (renamed from translations/source/kn/sccomp/source/solver.po)0
-rw-r--r--source/kn/scp2/source/accessories.po (renamed from translations/source/kn/scp2/source/accessories.po)0
-rw-r--r--source/kn/scp2/source/activex.po (renamed from translations/source/kn/scp2/source/activex.po)0
-rw-r--r--source/kn/scp2/source/base.po (renamed from translations/source/kn/scp2/source/base.po)0
-rw-r--r--source/kn/scp2/source/binfilter.po (renamed from translations/source/kn/scp2/source/binfilter.po)0
-rw-r--r--source/kn/scp2/source/calc.po (renamed from translations/source/kn/scp2/source/calc.po)0
-rw-r--r--source/kn/scp2/source/draw.po (renamed from translations/source/kn/scp2/source/draw.po)0
-rw-r--r--source/kn/scp2/source/extensions.po (renamed from translations/source/kn/scp2/source/extensions.po)0
-rw-r--r--source/kn/scp2/source/gnome.po (renamed from translations/source/kn/scp2/source/gnome.po)0
-rw-r--r--source/kn/scp2/source/graphicfilter.po (renamed from translations/source/kn/scp2/source/graphicfilter.po)0
-rw-r--r--source/kn/scp2/source/impress.po (renamed from translations/source/kn/scp2/source/impress.po)0
-rw-r--r--source/kn/scp2/source/javafilter.po (renamed from translations/source/kn/scp2/source/javafilter.po)0
-rw-r--r--source/kn/scp2/source/kde.po (renamed from translations/source/kn/scp2/source/kde.po)0
-rw-r--r--source/kn/scp2/source/math.po (renamed from translations/source/kn/scp2/source/math.po)0
-rw-r--r--source/kn/scp2/source/onlineupdate.po (renamed from translations/source/kn/scp2/source/onlineupdate.po)0
-rw-r--r--source/kn/scp2/source/ooo.po (renamed from translations/source/kn/scp2/source/ooo.po)0
-rw-r--r--source/kn/scp2/source/python.po (renamed from translations/source/kn/scp2/source/python.po)0
-rw-r--r--source/kn/scp2/source/quickstart.po (renamed from translations/source/kn/scp2/source/quickstart.po)0
-rw-r--r--source/kn/scp2/source/sdkoo.po (renamed from translations/source/kn/scp2/source/sdkoo.po)0
-rw-r--r--source/kn/scp2/source/smoketest.po (renamed from translations/source/kn/scp2/source/smoketest.po)0
-rw-r--r--source/kn/scp2/source/stdlibs.po (renamed from translations/source/kn/scp2/source/stdlibs.po)0
-rw-r--r--source/kn/scp2/source/tde.po (renamed from translations/source/kn/scp2/source/tde.po)0
-rw-r--r--source/kn/scp2/source/winexplorerext.po (renamed from translations/source/kn/scp2/source/winexplorerext.po)0
-rw-r--r--source/kn/scp2/source/writer.po (renamed from translations/source/kn/scp2/source/writer.po)0
-rw-r--r--source/kn/scp2/source/xsltfilter.po (renamed from translations/source/kn/scp2/source/xsltfilter.po)0
-rw-r--r--source/kn/scripting/source/pyprov.po (renamed from translations/source/kn/scripting/source/pyprov.po)0
-rw-r--r--source/kn/sd/source/core.po (renamed from translations/source/kn/sd/source/core.po)0
-rw-r--r--source/kn/sd/source/filter/html.po (renamed from translations/source/kn/sd/source/filter/html.po)0
-rw-r--r--source/kn/sd/source/ui/accessibility.po (renamed from translations/source/kn/sd/source/ui/accessibility.po)0
-rw-r--r--source/kn/sd/source/ui/animations.po (renamed from translations/source/kn/sd/source/ui/animations.po)0
-rw-r--r--source/kn/sd/source/ui/annotations.po (renamed from translations/source/kn/sd/source/ui/annotations.po)0
-rw-r--r--source/kn/sd/source/ui/app.po (renamed from translations/source/kn/sd/source/ui/app.po)0
-rw-r--r--source/kn/sd/source/ui/dlg.po (renamed from translations/source/kn/sd/source/ui/dlg.po)0
-rw-r--r--source/kn/sd/source/ui/slideshow.po (renamed from translations/source/kn/sd/source/ui/slideshow.po)0
-rw-r--r--source/kn/sd/source/ui/table.po (renamed from translations/source/kn/sd/source/ui/table.po)0
-rw-r--r--source/kn/sd/source/ui/view.po (renamed from translations/source/kn/sd/source/ui/view.po)0
-rw-r--r--source/kn/sdext/source/minimizer.po (renamed from translations/source/kn/sdext/source/minimizer.po)0
-rw-r--r--source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kn/sdext/source/pdfimport.po (renamed from translations/source/kn/sdext/source/pdfimport.po)0
-rw-r--r--source/kn/sdext/source/presenter.po (renamed from translations/source/kn/sdext/source/presenter.po)0
-rw-r--r--source/kn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/kn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/kn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kn/setup_native/source/mac.po (renamed from translations/source/kn/setup_native/source/mac.po)0
-rw-r--r--source/kn/sfx2/source/appl.po (renamed from translations/source/kn/sfx2/source/appl.po)0
-rw-r--r--source/kn/sfx2/source/bastyp.po (renamed from translations/source/kn/sfx2/source/bastyp.po)0
-rw-r--r--source/kn/sfx2/source/dialog.po (renamed from translations/source/kn/sfx2/source/dialog.po)0
-rw-r--r--source/kn/sfx2/source/doc.po (renamed from translations/source/kn/sfx2/source/doc.po)0
-rw-r--r--source/kn/sfx2/source/menu.po (renamed from translations/source/kn/sfx2/source/menu.po)0
-rw-r--r--source/kn/sfx2/source/view.po (renamed from translations/source/kn/sfx2/source/view.po)0
-rw-r--r--source/kn/shell/source/win32/shlxthandler/res.po (renamed from translations/source/kn/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/kn/starmath/source.po (renamed from translations/source/kn/starmath/source.po)0
-rw-r--r--source/kn/svl/source/items.po (renamed from translations/source/kn/svl/source/items.po)0
-rw-r--r--source/kn/svl/source/misc.po (renamed from translations/source/kn/svl/source/misc.po)0
-rw-r--r--source/kn/svtools/source/contnr.po (renamed from translations/source/kn/svtools/source/contnr.po)0
-rw-r--r--source/kn/svtools/source/control.po (renamed from translations/source/kn/svtools/source/control.po)0
-rw-r--r--source/kn/svtools/source/dialogs.po (renamed from translations/source/kn/svtools/source/dialogs.po)0
-rw-r--r--source/kn/svtools/source/filter.po (renamed from translations/source/kn/svtools/source/filter.po)0
-rw-r--r--source/kn/svtools/source/java.po (renamed from translations/source/kn/svtools/source/java.po)0
-rw-r--r--source/kn/svtools/source/misc.po (renamed from translations/source/kn/svtools/source/misc.po)0
-rw-r--r--source/kn/svtools/source/toolpanel.po (renamed from translations/source/kn/svtools/source/toolpanel.po)0
-rw-r--r--source/kn/svtools/workben/unodialog.po (renamed from translations/source/kn/svtools/workben/unodialog.po)0
-rw-r--r--source/kn/svx/inc.po (renamed from translations/source/kn/svx/inc.po)0
-rw-r--r--source/kn/svx/source/accessibility.po (renamed from translations/source/kn/svx/source/accessibility.po)0
-rw-r--r--source/kn/svx/source/dialog.po (renamed from translations/source/kn/svx/source/dialog.po)0
-rw-r--r--source/kn/svx/source/engine3d.po (renamed from translations/source/kn/svx/source/engine3d.po)0
-rw-r--r--source/kn/svx/source/fmcomp.po (renamed from translations/source/kn/svx/source/fmcomp.po)0
-rw-r--r--source/kn/svx/source/form.po (renamed from translations/source/kn/svx/source/form.po)0
-rw-r--r--source/kn/svx/source/gallery2.po (renamed from translations/source/kn/svx/source/gallery2.po)0
-rw-r--r--source/kn/svx/source/items.po (renamed from translations/source/kn/svx/source/items.po)0
-rw-r--r--source/kn/svx/source/src.po (renamed from translations/source/kn/svx/source/src.po)0
-rw-r--r--source/kn/svx/source/stbctrls.po (renamed from translations/source/kn/svx/source/stbctrls.po)0
-rw-r--r--source/kn/svx/source/svdraw.po (renamed from translations/source/kn/svx/source/svdraw.po)0
-rw-r--r--source/kn/svx/source/table.po (renamed from translations/source/kn/svx/source/table.po)0
-rw-r--r--source/kn/svx/source/tbxctrls.po (renamed from translations/source/kn/svx/source/tbxctrls.po)0
-rw-r--r--source/kn/svx/source/toolbars.po (renamed from translations/source/kn/svx/source/toolbars.po)0
-rw-r--r--source/kn/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/kn/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/kn/sw/source/core/layout.po (renamed from translations/source/kn/sw/source/core/layout.po)0
-rw-r--r--source/kn/sw/source/core/undo.po (renamed from translations/source/kn/sw/source/core/undo.po)0
-rw-r--r--source/kn/sw/source/core/unocore.po (renamed from translations/source/kn/sw/source/core/unocore.po)0
-rw-r--r--source/kn/sw/source/ui/app.po (renamed from translations/source/kn/sw/source/ui/app.po)0
-rw-r--r--source/kn/sw/source/ui/chrdlg.po (renamed from translations/source/kn/sw/source/ui/chrdlg.po)0
-rw-r--r--source/kn/sw/source/ui/config.po (renamed from translations/source/kn/sw/source/ui/config.po)0
-rw-r--r--source/kn/sw/source/ui/dbui.po (renamed from translations/source/kn/sw/source/ui/dbui.po)0
-rw-r--r--source/kn/sw/source/ui/dialog.po (renamed from translations/source/kn/sw/source/ui/dialog.po)0
-rw-r--r--source/kn/sw/source/ui/dochdl.po (renamed from translations/source/kn/sw/source/ui/dochdl.po)0
-rw-r--r--source/kn/sw/source/ui/docvw.po (renamed from translations/source/kn/sw/source/ui/docvw.po)0
-rw-r--r--source/kn/sw/source/ui/envelp.po (renamed from translations/source/kn/sw/source/ui/envelp.po)0
-rw-r--r--source/kn/sw/source/ui/fldui.po (renamed from translations/source/kn/sw/source/ui/fldui.po)0
-rw-r--r--source/kn/sw/source/ui/fmtui.po (renamed from translations/source/kn/sw/source/ui/fmtui.po)0
-rw-r--r--source/kn/sw/source/ui/frmdlg.po (renamed from translations/source/kn/sw/source/ui/frmdlg.po)0
-rw-r--r--source/kn/sw/source/ui/globdoc.po (renamed from translations/source/kn/sw/source/ui/globdoc.po)0
-rw-r--r--source/kn/sw/source/ui/index.po (renamed from translations/source/kn/sw/source/ui/index.po)0
-rw-r--r--source/kn/sw/source/ui/lingu.po (renamed from translations/source/kn/sw/source/ui/lingu.po)0
-rw-r--r--source/kn/sw/source/ui/misc.po (renamed from translations/source/kn/sw/source/ui/misc.po)0
-rw-r--r--source/kn/sw/source/ui/ribbar.po (renamed from translations/source/kn/sw/source/ui/ribbar.po)0
-rw-r--r--source/kn/sw/source/ui/shells.po (renamed from translations/source/kn/sw/source/ui/shells.po)0
-rw-r--r--source/kn/sw/source/ui/smartmenu.po (renamed from translations/source/kn/sw/source/ui/smartmenu.po)0
-rw-r--r--source/kn/sw/source/ui/table.po (renamed from translations/source/kn/sw/source/ui/table.po)0
-rw-r--r--source/kn/sw/source/ui/uiview.po (renamed from translations/source/kn/sw/source/ui/uiview.po)0
-rw-r--r--source/kn/sw/source/ui/utlui.po (renamed from translations/source/kn/sw/source/ui/utlui.po)0
-rw-r--r--source/kn/sw/source/ui/web.po (renamed from translations/source/kn/sw/source/ui/web.po)0
-rw-r--r--source/kn/sw/source/ui/wrtsh.po (renamed from translations/source/kn/sw/source/ui/wrtsh.po)0
-rw-r--r--source/kn/swext/mediawiki/help.po (renamed from translations/source/kn/swext/mediawiki/help.po)0
-rw-r--r--source/kn/swext/mediawiki/src.po (renamed from translations/source/kn/swext/mediawiki/src.po)0
-rw-r--r--source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/kn/sysui/desktop/share.po (renamed from translations/source/kn/sysui/desktop/share.po)0
-rw-r--r--source/kn/uui/source.po (renamed from translations/source/kn/uui/source.po)0
-rw-r--r--source/kn/vcl/source/src.po (renamed from translations/source/kn/vcl/source/src.po)0
-rw-r--r--source/kn/wizards/source/euro.po (renamed from translations/source/kn/wizards/source/euro.po)0
-rw-r--r--source/kn/wizards/source/formwizard.po (renamed from translations/source/kn/wizards/source/formwizard.po)0
-rw-r--r--source/kn/wizards/source/importwizard.po (renamed from translations/source/kn/wizards/source/importwizard.po)0
-rw-r--r--source/kn/wizards/source/schedule.po (renamed from translations/source/kn/wizards/source/schedule.po)0
-rw-r--r--source/kn/wizards/source/template.po (renamed from translations/source/kn/wizards/source/template.po)0
-rw-r--r--source/kn/xmlsecurity/source/component.po (renamed from translations/source/kn/xmlsecurity/source/component.po)0
-rw-r--r--source/kn/xmlsecurity/source/dialogs.po (renamed from translations/source/kn/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ko/accessibility/source/helper.po (renamed from translations/source/ko/accessibility/source/helper.po)0
-rw-r--r--source/ko/avmedia/source/framework.po (renamed from translations/source/ko/avmedia/source/framework.po)0
-rw-r--r--source/ko/avmedia/source/viewer.po (renamed from translations/source/ko/avmedia/source/viewer.po)0
-rw-r--r--source/ko/basctl/source/basicide.po (renamed from translations/source/ko/basctl/source/basicide.po)0
-rw-r--r--source/ko/basctl/source/dlged.po (renamed from translations/source/ko/basctl/source/dlged.po)0
-rw-r--r--source/ko/basic/source/classes.po (renamed from translations/source/ko/basic/source/classes.po)0
-rw-r--r--source/ko/basic/source/sbx.po (renamed from translations/source/ko/basic/source/sbx.po)0
-rw-r--r--source/ko/chart2/source/controller/dialogs.po (renamed from translations/source/ko/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ko/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ko/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ko/connectivity/source/resource.po (renamed from translations/source/ko/connectivity/source/resource.po)0
-rw-r--r--source/ko/cui/source/customize.po (renamed from translations/source/ko/cui/source/customize.po)0
-rw-r--r--source/ko/cui/source/dialogs.po (renamed from translations/source/ko/cui/source/dialogs.po)0
-rw-r--r--source/ko/cui/source/options.po (renamed from translations/source/ko/cui/source/options.po)0
-rw-r--r--source/ko/cui/source/tabpages.po (renamed from translations/source/ko/cui/source/tabpages.po)0
-rw-r--r--source/ko/dbaccess/source/core/resource.po (renamed from translations/source/ko/dbaccess/source/core/resource.po)0
-rw-r--r--source/ko/dbaccess/source/ext/macromigration.po (renamed from translations/source/ko/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ko/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ko/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ko/dbaccess/source/ui/app.po (renamed from translations/source/ko/dbaccess/source/ui/app.po)0
-rw-r--r--source/ko/dbaccess/source/ui/browser.po (renamed from translations/source/ko/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ko/dbaccess/source/ui/control.po (renamed from translations/source/ko/dbaccess/source/ui/control.po)0
-rw-r--r--source/ko/dbaccess/source/ui/dlg.po (renamed from translations/source/ko/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ko/dbaccess/source/ui/inc.po (renamed from translations/source/ko/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ko/dbaccess/source/ui/misc.po (renamed from translations/source/ko/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ko/dbaccess/source/ui/querydesign.po (renamed from translations/source/ko/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ko/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ko/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ko/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ko/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ko/dbaccess/source/ui/uno.po (renamed from translations/source/ko/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ko/desktop/source/app.po (renamed from translations/source/ko/desktop/source/app.po)0
-rw-r--r--source/ko/desktop/source/deployment/gui.po (renamed from translations/source/ko/desktop/source/deployment/gui.po)0
-rw-r--r--source/ko/desktop/source/deployment/manager.po (renamed from translations/source/ko/desktop/source/deployment/manager.po)0
-rw-r--r--source/ko/desktop/source/deployment/misc.po (renamed from translations/source/ko/desktop/source/deployment/misc.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry.po (renamed from translations/source/ko/desktop/source/deployment/registry.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/component.po (renamed from translations/source/ko/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ko/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/help.po (renamed from translations/source/ko/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/package.po (renamed from translations/source/ko/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/script.po (renamed from translations/source/ko/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ko/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ko/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ko/desktop/source/deployment/unopkg.po (renamed from translations/source/ko/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ko/dictionaries/af_ZA.po (renamed from translations/source/ko/dictionaries/af_ZA.po)0
-rw-r--r--source/ko/dictionaries/an_ES.po (renamed from translations/source/ko/dictionaries/an_ES.po)0
-rw-r--r--source/ko/dictionaries/ar.po (renamed from translations/source/ko/dictionaries/ar.po)0
-rw-r--r--source/ko/dictionaries/be_BY.po (renamed from translations/source/ko/dictionaries/be_BY.po)0
-rw-r--r--source/ko/dictionaries/bg_BG.po (renamed from translations/source/ko/dictionaries/bg_BG.po)0
-rw-r--r--source/ko/dictionaries/bn_BD.po (renamed from translations/source/ko/dictionaries/bn_BD.po)0
-rw-r--r--source/ko/dictionaries/br_FR.po (renamed from translations/source/ko/dictionaries/br_FR.po)0
-rw-r--r--source/ko/dictionaries/ca.po (renamed from translations/source/ko/dictionaries/ca.po)0
-rw-r--r--source/ko/dictionaries/cs_CZ.po (renamed from translations/source/ko/dictionaries/cs_CZ.po)0
-rw-r--r--source/ko/dictionaries/da_DK.po (renamed from translations/source/ko/dictionaries/da_DK.po)0
-rw-r--r--source/ko/dictionaries/de.po (renamed from translations/source/ko/dictionaries/de.po)0
-rw-r--r--source/ko/dictionaries/el_GR.po (renamed from translations/source/ko/dictionaries/el_GR.po)0
-rw-r--r--source/ko/dictionaries/en.po (renamed from translations/source/ko/dictionaries/en.po)0
-rw-r--r--source/ko/dictionaries/en/dialog.po (renamed from translations/source/ko/dictionaries/en/dialog.po)0
-rw-r--r--source/ko/dictionaries/es_ES.po (renamed from translations/source/ko/dictionaries/es_ES.po)0
-rw-r--r--source/ko/dictionaries/et_EE.po (renamed from translations/source/ko/dictionaries/et_EE.po)0
-rw-r--r--source/ko/dictionaries/fr_FR.po (renamed from translations/source/ko/dictionaries/fr_FR.po)0
-rw-r--r--source/ko/dictionaries/gd_GB.po (renamed from translations/source/ko/dictionaries/gd_GB.po)0
-rw-r--r--source/ko/dictionaries/gl.po (renamed from translations/source/ko/dictionaries/gl.po)0
-rw-r--r--source/ko/dictionaries/gu_IN.po (renamed from translations/source/ko/dictionaries/gu_IN.po)0
-rw-r--r--source/ko/dictionaries/he_IL.po (renamed from translations/source/ko/dictionaries/he_IL.po)0
-rw-r--r--source/ko/dictionaries/hi_IN.po (renamed from translations/source/ko/dictionaries/hi_IN.po)0
-rw-r--r--source/ko/dictionaries/hr_HR.po (renamed from translations/source/ko/dictionaries/hr_HR.po)0
-rw-r--r--source/ko/dictionaries/hu_HU.po (renamed from translations/source/ko/dictionaries/hu_HU.po)0
-rw-r--r--source/ko/dictionaries/hu_HU/dialog.po (renamed from translations/source/ko/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ko/dictionaries/it_IT.po (renamed from translations/source/ko/dictionaries/it_IT.po)0
-rw-r--r--source/ko/dictionaries/ku_TR.po (renamed from translations/source/ko/dictionaries/ku_TR.po)0
-rw-r--r--source/ko/dictionaries/lt_LT.po (renamed from translations/source/ko/dictionaries/lt_LT.po)0
-rw-r--r--source/ko/dictionaries/lv_LV.po (renamed from translations/source/ko/dictionaries/lv_LV.po)0
-rw-r--r--source/ko/dictionaries/ne_NP.po (renamed from translations/source/ko/dictionaries/ne_NP.po)0
-rw-r--r--source/ko/dictionaries/nl_NL.po (renamed from translations/source/ko/dictionaries/nl_NL.po)0
-rw-r--r--source/ko/dictionaries/no.po (renamed from translations/source/ko/dictionaries/no.po)0
-rw-r--r--source/ko/dictionaries/oc_FR.po (renamed from translations/source/ko/dictionaries/oc_FR.po)0
-rw-r--r--source/ko/dictionaries/pl_PL.po (renamed from translations/source/ko/dictionaries/pl_PL.po)0
-rw-r--r--source/ko/dictionaries/pt_BR.po (renamed from translations/source/ko/dictionaries/pt_BR.po)0
-rw-r--r--source/ko/dictionaries/pt_PT.po (renamed from translations/source/ko/dictionaries/pt_PT.po)0
-rw-r--r--source/ko/dictionaries/ro.po (renamed from translations/source/ko/dictionaries/ro.po)0
-rw-r--r--source/ko/dictionaries/ru_RU.po (renamed from translations/source/ko/dictionaries/ru_RU.po)0
-rw-r--r--source/ko/dictionaries/ru_RU/dialog.po (renamed from translations/source/ko/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ko/dictionaries/si_LK.po (renamed from translations/source/ko/dictionaries/si_LK.po)0
-rw-r--r--source/ko/dictionaries/sk_SK.po (renamed from translations/source/ko/dictionaries/sk_SK.po)0
-rw-r--r--source/ko/dictionaries/sl_SI.po (renamed from translations/source/ko/dictionaries/sl_SI.po)0
-rw-r--r--source/ko/dictionaries/sr.po (renamed from translations/source/ko/dictionaries/sr.po)0
-rw-r--r--source/ko/dictionaries/sv_SE.po (renamed from translations/source/ko/dictionaries/sv_SE.po)0
-rw-r--r--source/ko/dictionaries/sw_TZ.po (renamed from translations/source/ko/dictionaries/sw_TZ.po)0
-rw-r--r--source/ko/dictionaries/te_IN.po (renamed from translations/source/ko/dictionaries/te_IN.po)0
-rw-r--r--source/ko/dictionaries/th_TH.po (renamed from translations/source/ko/dictionaries/th_TH.po)0
-rw-r--r--source/ko/dictionaries/uk_UA.po (renamed from translations/source/ko/dictionaries/uk_UA.po)0
-rw-r--r--source/ko/dictionaries/vi.po (renamed from translations/source/ko/dictionaries/vi.po)0
-rw-r--r--source/ko/dictionaries/zu_ZA.po (renamed from translations/source/ko/dictionaries/zu_ZA.po)0
-rw-r--r--source/ko/editeng/source/accessibility.po (renamed from translations/source/ko/editeng/source/accessibility.po)0
-rw-r--r--source/ko/editeng/source/editeng.po (renamed from translations/source/ko/editeng/source/editeng.po)0
-rw-r--r--source/ko/editeng/source/items.po (renamed from translations/source/ko/editeng/source/items.po)0
-rw-r--r--source/ko/editeng/source/misc.po (renamed from translations/source/ko/editeng/source/misc.po)0
-rw-r--r--source/ko/editeng/source/outliner.po (renamed from translations/source/ko/editeng/source/outliner.po)0
-rw-r--r--source/ko/extensions/source/abpilot.po (renamed from translations/source/ko/extensions/source/abpilot.po)0
-rw-r--r--source/ko/extensions/source/bibliography.po (renamed from translations/source/ko/extensions/source/bibliography.po)0
-rw-r--r--source/ko/extensions/source/dbpilots.po (renamed from translations/source/ko/extensions/source/dbpilots.po)0
-rw-r--r--source/ko/extensions/source/propctrlr.po (renamed from translations/source/ko/extensions/source/propctrlr.po)0
-rw-r--r--source/ko/extensions/source/scanner.po (renamed from translations/source/ko/extensions/source/scanner.po)0
-rw-r--r--source/ko/extensions/source/update/check.po (renamed from translations/source/ko/extensions/source/update/check.po)0
-rw-r--r--source/ko/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ko/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ko/filter/source/config/fragments/filters.po (renamed from translations/source/ko/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ko/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ko/filter/source/config/fragments/types.po (renamed from translations/source/ko/filter/source/config/fragments/types.po)0
-rw-r--r--source/ko/filter/source/flash.po (renamed from translations/source/ko/filter/source/flash.po)0
-rw-r--r--source/ko/filter/source/graphicfilter/eps.po (renamed from translations/source/ko/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ko/filter/source/pdf.po (renamed from translations/source/ko/filter/source/pdf.po)0
-rw-r--r--source/ko/filter/source/t602.po (renamed from translations/source/ko/filter/source/t602.po)0
-rw-r--r--source/ko/filter/source/xsltdialog.po (renamed from translations/source/ko/filter/source/xsltdialog.po)0
-rw-r--r--source/ko/forms/source/resource.po (renamed from translations/source/ko/forms/source/resource.po)0
-rw-r--r--source/ko/formula/source/core/resource.po (renamed from translations/source/ko/formula/source/core/resource.po)0
-rw-r--r--source/ko/formula/source/ui/dlg.po (renamed from translations/source/ko/formula/source/ui/dlg.po)0
-rw-r--r--source/ko/fpicker/source/office.po (renamed from translations/source/ko/fpicker/source/office.po)0
-rw-r--r--source/ko/framework/source/classes.po (renamed from translations/source/ko/framework/source/classes.po)0
-rw-r--r--source/ko/framework/source/services.po (renamed from translations/source/ko/framework/source/services.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ko/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ko/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc.po (renamed from translations/source/ko/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ko/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/schart.po (renamed from translations/source/ko/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ko/helpcontent2/source/text/schart/00.po (renamed from translations/source/ko/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/schart/01.po (renamed from translations/source/ko/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/schart/02.po (renamed from translations/source/ko/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/schart/04.po (renamed from translations/source/ko/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sdraw.po (renamed from translations/source/ko/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ko/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ko/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ko/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ko/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared.po (renamed from translations/source/ko/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po (renamed from translations/source/ko/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po (renamed from translations/source/ko/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po (renamed from translations/source/ko/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/04.po (renamed from translations/source/ko/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/05.po (renamed from translations/source/ko/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/07.po (renamed from translations/source/ko/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ko/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ko/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ko/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ko/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ko/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po (renamed from translations/source/ko/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ko/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ko/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ko/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ko/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ko/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath.po (renamed from translations/source/ko/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath/00.po (renamed from translations/source/ko/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath/01.po (renamed from translations/source/ko/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath/02.po (renamed from translations/source/ko/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath/04.po (renamed from translations/source/ko/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ko/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po (renamed from translations/source/ko/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ko/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ko/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ko/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ko/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ko/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ko/mysqlc/source.po (renamed from translations/source/ko/mysqlc/source.po)0
-rw-r--r--source/ko/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ko/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ko/nlpsolver/src/locale.po (renamed from translations/source/ko/nlpsolver/src/locale.po)0
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ko/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ko/padmin/source.po (renamed from translations/source/ko/padmin/source.po)0
-rw-r--r--source/ko/readlicense_oo/docs/readme.po (renamed from translations/source/ko/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ko/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ko/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ko/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ko/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ko/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ko/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ko/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ko/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ko/reportbuilder/util.po (renamed from translations/source/ko/reportbuilder/util.po)0
-rw-r--r--source/ko/reportdesign/source/core/resource.po (renamed from translations/source/ko/reportdesign/source/core/resource.po)0
-rw-r--r--source/ko/reportdesign/source/ui/dlg.po (renamed from translations/source/ko/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ko/reportdesign/source/ui/inspection.po (renamed from translations/source/ko/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ko/reportdesign/source/ui/report.po (renamed from translations/source/ko/reportdesign/source/ui/report.po)0
-rw-r--r--source/ko/sc/source/core/src.po (renamed from translations/source/ko/sc/source/core/src.po)0
-rw-r--r--source/ko/sc/source/ui/cctrl.po (renamed from translations/source/ko/sc/source/ui/cctrl.po)0
-rw-r--r--source/ko/sc/source/ui/dbgui.po (renamed from translations/source/ko/sc/source/ui/dbgui.po)0
-rw-r--r--source/ko/sc/source/ui/docshell.po (renamed from translations/source/ko/sc/source/ui/docshell.po)0
-rw-r--r--source/ko/sc/source/ui/drawfunc.po (renamed from translations/source/ko/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ko/sc/source/ui/formdlg.po (renamed from translations/source/ko/sc/source/ui/formdlg.po)0
-rw-r--r--source/ko/sc/source/ui/miscdlgs.po (renamed from translations/source/ko/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ko/sc/source/ui/navipi.po (renamed from translations/source/ko/sc/source/ui/navipi.po)0
-rw-r--r--source/ko/sc/source/ui/optdlg.po (renamed from translations/source/ko/sc/source/ui/optdlg.po)0
-rw-r--r--source/ko/sc/source/ui/pagedlg.po (renamed from translations/source/ko/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ko/sc/source/ui/src.po (renamed from translations/source/ko/sc/source/ui/src.po)0
-rw-r--r--source/ko/sc/source/ui/styleui.po (renamed from translations/source/ko/sc/source/ui/styleui.po)0
-rw-r--r--source/ko/scaddins/source/analysis.po (renamed from translations/source/ko/scaddins/source/analysis.po)0
-rw-r--r--source/ko/scaddins/source/datefunc.po (renamed from translations/source/ko/scaddins/source/datefunc.po)0
-rw-r--r--source/ko/sccomp/source/solver.po (renamed from translations/source/ko/sccomp/source/solver.po)0
-rw-r--r--source/ko/scp2/source/accessories.po (renamed from translations/source/ko/scp2/source/accessories.po)0
-rw-r--r--source/ko/scp2/source/activex.po (renamed from translations/source/ko/scp2/source/activex.po)0
-rw-r--r--source/ko/scp2/source/base.po (renamed from translations/source/ko/scp2/source/base.po)0
-rw-r--r--source/ko/scp2/source/binfilter.po (renamed from translations/source/ko/scp2/source/binfilter.po)0
-rw-r--r--source/ko/scp2/source/calc.po (renamed from translations/source/ko/scp2/source/calc.po)0
-rw-r--r--source/ko/scp2/source/draw.po (renamed from translations/source/ko/scp2/source/draw.po)0
-rw-r--r--source/ko/scp2/source/extensions.po (renamed from translations/source/ko/scp2/source/extensions.po)0
-rw-r--r--source/ko/scp2/source/gnome.po (renamed from translations/source/ko/scp2/source/gnome.po)0
-rw-r--r--source/ko/scp2/source/graphicfilter.po (renamed from translations/source/ko/scp2/source/graphicfilter.po)0
-rw-r--r--source/ko/scp2/source/impress.po (renamed from translations/source/ko/scp2/source/impress.po)0
-rw-r--r--source/ko/scp2/source/javafilter.po (renamed from translations/source/ko/scp2/source/javafilter.po)0
-rw-r--r--source/ko/scp2/source/kde.po (renamed from translations/source/ko/scp2/source/kde.po)0
-rw-r--r--source/ko/scp2/source/math.po (renamed from translations/source/ko/scp2/source/math.po)0
-rw-r--r--source/ko/scp2/source/onlineupdate.po (renamed from translations/source/ko/scp2/source/onlineupdate.po)0
-rw-r--r--source/ko/scp2/source/ooo.po (renamed from translations/source/ko/scp2/source/ooo.po)0
-rw-r--r--source/ko/scp2/source/python.po (renamed from translations/source/ko/scp2/source/python.po)0
-rw-r--r--source/ko/scp2/source/quickstart.po (renamed from translations/source/ko/scp2/source/quickstart.po)0
-rw-r--r--source/ko/scp2/source/sdkoo.po (renamed from translations/source/ko/scp2/source/sdkoo.po)0
-rw-r--r--source/ko/scp2/source/smoketest.po (renamed from translations/source/ko/scp2/source/smoketest.po)0
-rw-r--r--source/ko/scp2/source/stdlibs.po (renamed from translations/source/ko/scp2/source/stdlibs.po)0
-rw-r--r--source/ko/scp2/source/tde.po (renamed from translations/source/ko/scp2/source/tde.po)0
-rw-r--r--source/ko/scp2/source/winexplorerext.po (renamed from translations/source/ko/scp2/source/winexplorerext.po)0
-rw-r--r--source/ko/scp2/source/writer.po (renamed from translations/source/ko/scp2/source/writer.po)0
-rw-r--r--source/ko/scp2/source/xsltfilter.po (renamed from translations/source/ko/scp2/source/xsltfilter.po)0
-rw-r--r--source/ko/scripting/source/pyprov.po (renamed from translations/source/ko/scripting/source/pyprov.po)0
-rw-r--r--source/ko/sd/source/core.po (renamed from translations/source/ko/sd/source/core.po)0
-rw-r--r--source/ko/sd/source/filter/html.po (renamed from translations/source/ko/sd/source/filter/html.po)0
-rw-r--r--source/ko/sd/source/ui/accessibility.po (renamed from translations/source/ko/sd/source/ui/accessibility.po)0
-rw-r--r--source/ko/sd/source/ui/animations.po (renamed from translations/source/ko/sd/source/ui/animations.po)0
-rw-r--r--source/ko/sd/source/ui/annotations.po (renamed from translations/source/ko/sd/source/ui/annotations.po)0
-rw-r--r--source/ko/sd/source/ui/app.po (renamed from translations/source/ko/sd/source/ui/app.po)0
-rw-r--r--source/ko/sd/source/ui/dlg.po (renamed from translations/source/ko/sd/source/ui/dlg.po)0
-rw-r--r--source/ko/sd/source/ui/slideshow.po (renamed from translations/source/ko/sd/source/ui/slideshow.po)0
-rw-r--r--source/ko/sd/source/ui/table.po (renamed from translations/source/ko/sd/source/ui/table.po)0
-rw-r--r--source/ko/sd/source/ui/view.po (renamed from translations/source/ko/sd/source/ui/view.po)0
-rw-r--r--source/ko/sdext/source/minimizer.po (renamed from translations/source/ko/sdext/source/minimizer.po)0
-rw-r--r--source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ko/sdext/source/pdfimport.po (renamed from translations/source/ko/sdext/source/pdfimport.po)0
-rw-r--r--source/ko/sdext/source/presenter.po (renamed from translations/source/ko/sdext/source/presenter.po)0
-rw-r--r--source/ko/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ko/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ko/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ko/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ko/setup_native/source/mac.po (renamed from translations/source/ko/setup_native/source/mac.po)0
-rw-r--r--source/ko/sfx2/source/appl.po (renamed from translations/source/ko/sfx2/source/appl.po)0
-rw-r--r--source/ko/sfx2/source/bastyp.po (renamed from translations/source/ko/sfx2/source/bastyp.po)0
-rw-r--r--source/ko/sfx2/source/dialog.po (renamed from translations/source/ko/sfx2/source/dialog.po)0
-rw-r--r--source/ko/sfx2/source/doc.po (renamed from translations/source/ko/sfx2/source/doc.po)0
-rw-r--r--source/ko/sfx2/source/menu.po (renamed from translations/source/ko/sfx2/source/menu.po)0
-rw-r--r--source/ko/sfx2/source/view.po (renamed from translations/source/ko/sfx2/source/view.po)0
-rw-r--r--source/ko/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ko/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ko/starmath/source.po (renamed from translations/source/ko/starmath/source.po)0
-rw-r--r--source/ko/svl/source/items.po (renamed from translations/source/ko/svl/source/items.po)0
-rw-r--r--source/ko/svl/source/misc.po (renamed from translations/source/ko/svl/source/misc.po)0
-rw-r--r--source/ko/svtools/source/contnr.po (renamed from translations/source/ko/svtools/source/contnr.po)0
-rw-r--r--source/ko/svtools/source/control.po (renamed from translations/source/ko/svtools/source/control.po)0
-rw-r--r--source/ko/svtools/source/dialogs.po (renamed from translations/source/ko/svtools/source/dialogs.po)0
-rw-r--r--source/ko/svtools/source/filter.po (renamed from translations/source/ko/svtools/source/filter.po)0
-rw-r--r--source/ko/svtools/source/java.po (renamed from translations/source/ko/svtools/source/java.po)0
-rw-r--r--source/ko/svtools/source/misc.po (renamed from translations/source/ko/svtools/source/misc.po)0
-rw-r--r--source/ko/svtools/source/toolpanel.po (renamed from translations/source/ko/svtools/source/toolpanel.po)0
-rw-r--r--source/ko/svtools/workben/unodialog.po (renamed from translations/source/ko/svtools/workben/unodialog.po)0
-rw-r--r--source/ko/svx/inc.po (renamed from translations/source/ko/svx/inc.po)0
-rw-r--r--source/ko/svx/source/accessibility.po (renamed from translations/source/ko/svx/source/accessibility.po)0
-rw-r--r--source/ko/svx/source/dialog.po (renamed from translations/source/ko/svx/source/dialog.po)0
-rw-r--r--source/ko/svx/source/engine3d.po (renamed from translations/source/ko/svx/source/engine3d.po)0
-rw-r--r--source/ko/svx/source/fmcomp.po (renamed from translations/source/ko/svx/source/fmcomp.po)0
-rw-r--r--source/ko/svx/source/form.po (renamed from translations/source/ko/svx/source/form.po)0
-rw-r--r--source/ko/svx/source/gallery2.po (renamed from translations/source/ko/svx/source/gallery2.po)0
-rw-r--r--source/ko/svx/source/items.po (renamed from translations/source/ko/svx/source/items.po)0
-rw-r--r--source/ko/svx/source/src.po (renamed from translations/source/ko/svx/source/src.po)0
-rw-r--r--source/ko/svx/source/stbctrls.po (renamed from translations/source/ko/svx/source/stbctrls.po)0
-rw-r--r--source/ko/svx/source/svdraw.po (renamed from translations/source/ko/svx/source/svdraw.po)0
-rw-r--r--source/ko/svx/source/table.po (renamed from translations/source/ko/svx/source/table.po)0
-rw-r--r--source/ko/svx/source/tbxctrls.po (renamed from translations/source/ko/svx/source/tbxctrls.po)0
-rw-r--r--source/ko/svx/source/toolbars.po (renamed from translations/source/ko/svx/source/toolbars.po)0
-rw-r--r--source/ko/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ko/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ko/sw/source/core/layout.po (renamed from translations/source/ko/sw/source/core/layout.po)0
-rw-r--r--source/ko/sw/source/core/undo.po (renamed from translations/source/ko/sw/source/core/undo.po)0
-rw-r--r--source/ko/sw/source/core/unocore.po (renamed from translations/source/ko/sw/source/core/unocore.po)0
-rw-r--r--source/ko/sw/source/ui/app.po (renamed from translations/source/ko/sw/source/ui/app.po)0
-rw-r--r--source/ko/sw/source/ui/chrdlg.po (renamed from translations/source/ko/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ko/sw/source/ui/config.po (renamed from translations/source/ko/sw/source/ui/config.po)0
-rw-r--r--source/ko/sw/source/ui/dbui.po (renamed from translations/source/ko/sw/source/ui/dbui.po)0
-rw-r--r--source/ko/sw/source/ui/dialog.po (renamed from translations/source/ko/sw/source/ui/dialog.po)0
-rw-r--r--source/ko/sw/source/ui/dochdl.po (renamed from translations/source/ko/sw/source/ui/dochdl.po)0
-rw-r--r--source/ko/sw/source/ui/docvw.po (renamed from translations/source/ko/sw/source/ui/docvw.po)0
-rw-r--r--source/ko/sw/source/ui/envelp.po (renamed from translations/source/ko/sw/source/ui/envelp.po)0
-rw-r--r--source/ko/sw/source/ui/fldui.po (renamed from translations/source/ko/sw/source/ui/fldui.po)0
-rw-r--r--source/ko/sw/source/ui/fmtui.po (renamed from translations/source/ko/sw/source/ui/fmtui.po)0
-rw-r--r--source/ko/sw/source/ui/frmdlg.po (renamed from translations/source/ko/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ko/sw/source/ui/globdoc.po (renamed from translations/source/ko/sw/source/ui/globdoc.po)0
-rw-r--r--source/ko/sw/source/ui/index.po (renamed from translations/source/ko/sw/source/ui/index.po)0
-rw-r--r--source/ko/sw/source/ui/lingu.po (renamed from translations/source/ko/sw/source/ui/lingu.po)0
-rw-r--r--source/ko/sw/source/ui/misc.po (renamed from translations/source/ko/sw/source/ui/misc.po)0
-rw-r--r--source/ko/sw/source/ui/ribbar.po (renamed from translations/source/ko/sw/source/ui/ribbar.po)0
-rw-r--r--source/ko/sw/source/ui/shells.po (renamed from translations/source/ko/sw/source/ui/shells.po)0
-rw-r--r--source/ko/sw/source/ui/smartmenu.po (renamed from translations/source/ko/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ko/sw/source/ui/table.po (renamed from translations/source/ko/sw/source/ui/table.po)0
-rw-r--r--source/ko/sw/source/ui/uiview.po (renamed from translations/source/ko/sw/source/ui/uiview.po)0
-rw-r--r--source/ko/sw/source/ui/utlui.po (renamed from translations/source/ko/sw/source/ui/utlui.po)0
-rw-r--r--source/ko/sw/source/ui/web.po (renamed from translations/source/ko/sw/source/ui/web.po)0
-rw-r--r--source/ko/sw/source/ui/wrtsh.po (renamed from translations/source/ko/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ko/swext/mediawiki/help.po (renamed from translations/source/ko/swext/mediawiki/help.po)0
-rw-r--r--source/ko/swext/mediawiki/src.po (renamed from translations/source/ko/swext/mediawiki/src.po)0
-rw-r--r--source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ko/sysui/desktop/share.po (renamed from translations/source/ko/sysui/desktop/share.po)0
-rw-r--r--source/ko/uui/source.po (renamed from translations/source/ko/uui/source.po)0
-rw-r--r--source/ko/vcl/source/src.po (renamed from translations/source/ko/vcl/source/src.po)0
-rw-r--r--source/ko/wizards/source/euro.po (renamed from translations/source/ko/wizards/source/euro.po)0
-rw-r--r--source/ko/wizards/source/formwizard.po (renamed from translations/source/ko/wizards/source/formwizard.po)0
-rw-r--r--source/ko/wizards/source/importwizard.po (renamed from translations/source/ko/wizards/source/importwizard.po)0
-rw-r--r--source/ko/wizards/source/schedule.po (renamed from translations/source/ko/wizards/source/schedule.po)0
-rw-r--r--source/ko/wizards/source/template.po (renamed from translations/source/ko/wizards/source/template.po)0
-rw-r--r--source/ko/xmlsecurity/source/component.po (renamed from translations/source/ko/xmlsecurity/source/component.po)0
-rw-r--r--source/ko/xmlsecurity/source/dialogs.po (renamed from translations/source/ko/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/kok/accessibility/source/helper.po (renamed from translations/source/kok/accessibility/source/helper.po)0
-rw-r--r--source/kok/avmedia/source/framework.po (renamed from translations/source/kok/avmedia/source/framework.po)0
-rw-r--r--source/kok/avmedia/source/viewer.po (renamed from translations/source/kok/avmedia/source/viewer.po)0
-rw-r--r--source/kok/basctl/source/basicide.po (renamed from translations/source/kok/basctl/source/basicide.po)0
-rw-r--r--source/kok/basctl/source/dlged.po (renamed from translations/source/kok/basctl/source/dlged.po)0
-rw-r--r--source/kok/basic/source/classes.po (renamed from translations/source/kok/basic/source/classes.po)0
-rw-r--r--source/kok/basic/source/sbx.po (renamed from translations/source/kok/basic/source/sbx.po)0
-rw-r--r--source/kok/chart2/source/controller/dialogs.po (renamed from translations/source/kok/chart2/source/controller/dialogs.po)0
-rw-r--r--source/kok/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/kok/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/kok/connectivity/source/resource.po (renamed from translations/source/kok/connectivity/source/resource.po)0
-rw-r--r--source/kok/cui/source/customize.po (renamed from translations/source/kok/cui/source/customize.po)0
-rw-r--r--source/kok/cui/source/dialogs.po (renamed from translations/source/kok/cui/source/dialogs.po)0
-rw-r--r--source/kok/cui/source/options.po (renamed from translations/source/kok/cui/source/options.po)0
-rw-r--r--source/kok/cui/source/tabpages.po (renamed from translations/source/kok/cui/source/tabpages.po)0
-rw-r--r--source/kok/dbaccess/source/core/resource.po (renamed from translations/source/kok/dbaccess/source/core/resource.po)0
-rw-r--r--source/kok/dbaccess/source/ext/macromigration.po (renamed from translations/source/kok/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/kok/dbaccess/source/sdbtools/resource.po (renamed from translations/source/kok/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/kok/dbaccess/source/ui/app.po (renamed from translations/source/kok/dbaccess/source/ui/app.po)0
-rw-r--r--source/kok/dbaccess/source/ui/browser.po (renamed from translations/source/kok/dbaccess/source/ui/browser.po)0
-rw-r--r--source/kok/dbaccess/source/ui/control.po (renamed from translations/source/kok/dbaccess/source/ui/control.po)0
-rw-r--r--source/kok/dbaccess/source/ui/dlg.po (renamed from translations/source/kok/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/kok/dbaccess/source/ui/inc.po (renamed from translations/source/kok/dbaccess/source/ui/inc.po)0
-rw-r--r--source/kok/dbaccess/source/ui/misc.po (renamed from translations/source/kok/dbaccess/source/ui/misc.po)0
-rw-r--r--source/kok/dbaccess/source/ui/querydesign.po (renamed from translations/source/kok/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/kok/dbaccess/source/ui/relationdesign.po (renamed from translations/source/kok/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/kok/dbaccess/source/ui/tabledesign.po (renamed from translations/source/kok/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/kok/dbaccess/source/ui/uno.po (renamed from translations/source/kok/dbaccess/source/ui/uno.po)0
-rw-r--r--source/kok/desktop/source/app.po (renamed from translations/source/kok/desktop/source/app.po)0
-rw-r--r--source/kok/desktop/source/deployment/gui.po (renamed from translations/source/kok/desktop/source/deployment/gui.po)0
-rw-r--r--source/kok/desktop/source/deployment/manager.po (renamed from translations/source/kok/desktop/source/deployment/manager.po)0
-rw-r--r--source/kok/desktop/source/deployment/misc.po (renamed from translations/source/kok/desktop/source/deployment/misc.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry.po (renamed from translations/source/kok/desktop/source/deployment/registry.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/component.po (renamed from translations/source/kok/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/configuration.po (renamed from translations/source/kok/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/help.po (renamed from translations/source/kok/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/package.po (renamed from translations/source/kok/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/script.po (renamed from translations/source/kok/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/kok/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/kok/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/kok/desktop/source/deployment/unopkg.po (renamed from translations/source/kok/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/kok/dictionaries/af_ZA.po (renamed from translations/source/kok/dictionaries/af_ZA.po)0
-rw-r--r--source/kok/dictionaries/an_ES.po (renamed from translations/source/kok/dictionaries/an_ES.po)0
-rw-r--r--source/kok/dictionaries/ar.po (renamed from translations/source/kok/dictionaries/ar.po)0
-rw-r--r--source/kok/dictionaries/be_BY.po (renamed from translations/source/kok/dictionaries/be_BY.po)0
-rw-r--r--source/kok/dictionaries/bg_BG.po (renamed from translations/source/kok/dictionaries/bg_BG.po)0
-rw-r--r--source/kok/dictionaries/bn_BD.po (renamed from translations/source/kok/dictionaries/bn_BD.po)0
-rw-r--r--source/kok/dictionaries/br_FR.po (renamed from translations/source/kok/dictionaries/br_FR.po)0
-rw-r--r--source/kok/dictionaries/ca.po (renamed from translations/source/kok/dictionaries/ca.po)0
-rw-r--r--source/kok/dictionaries/cs_CZ.po (renamed from translations/source/kok/dictionaries/cs_CZ.po)0
-rw-r--r--source/kok/dictionaries/da_DK.po (renamed from translations/source/kok/dictionaries/da_DK.po)0
-rw-r--r--source/kok/dictionaries/de.po (renamed from translations/source/kok/dictionaries/de.po)0
-rw-r--r--source/kok/dictionaries/el_GR.po (renamed from translations/source/kok/dictionaries/el_GR.po)0
-rw-r--r--source/kok/dictionaries/en.po (renamed from translations/source/kok/dictionaries/en.po)0
-rw-r--r--source/kok/dictionaries/en/dialog.po (renamed from translations/source/kok/dictionaries/en/dialog.po)0
-rw-r--r--source/kok/dictionaries/es_ES.po (renamed from translations/source/kok/dictionaries/es_ES.po)0
-rw-r--r--source/kok/dictionaries/et_EE.po (renamed from translations/source/kok/dictionaries/et_EE.po)0
-rw-r--r--source/kok/dictionaries/fr_FR.po (renamed from translations/source/kok/dictionaries/fr_FR.po)0
-rw-r--r--source/kok/dictionaries/gd_GB.po (renamed from translations/source/kok/dictionaries/gd_GB.po)0
-rw-r--r--source/kok/dictionaries/gl.po (renamed from translations/source/kok/dictionaries/gl.po)0
-rw-r--r--source/kok/dictionaries/gu_IN.po (renamed from translations/source/kok/dictionaries/gu_IN.po)0
-rw-r--r--source/kok/dictionaries/he_IL.po (renamed from translations/source/kok/dictionaries/he_IL.po)0
-rw-r--r--source/kok/dictionaries/hi_IN.po (renamed from translations/source/kok/dictionaries/hi_IN.po)0
-rw-r--r--source/kok/dictionaries/hr_HR.po (renamed from translations/source/kok/dictionaries/hr_HR.po)0
-rw-r--r--source/kok/dictionaries/hu_HU.po (renamed from translations/source/kok/dictionaries/hu_HU.po)0
-rw-r--r--source/kok/dictionaries/hu_HU/dialog.po (renamed from translations/source/kok/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/kok/dictionaries/it_IT.po (renamed from translations/source/kok/dictionaries/it_IT.po)0
-rw-r--r--source/kok/dictionaries/ku_TR.po (renamed from translations/source/kok/dictionaries/ku_TR.po)0
-rw-r--r--source/kok/dictionaries/lt_LT.po (renamed from translations/source/kok/dictionaries/lt_LT.po)0
-rw-r--r--source/kok/dictionaries/lv_LV.po (renamed from translations/source/kok/dictionaries/lv_LV.po)0
-rw-r--r--source/kok/dictionaries/ne_NP.po (renamed from translations/source/kok/dictionaries/ne_NP.po)0
-rw-r--r--source/kok/dictionaries/nl_NL.po (renamed from translations/source/kok/dictionaries/nl_NL.po)0
-rw-r--r--source/kok/dictionaries/no.po (renamed from translations/source/kok/dictionaries/no.po)0
-rw-r--r--source/kok/dictionaries/oc_FR.po (renamed from translations/source/kok/dictionaries/oc_FR.po)0
-rw-r--r--source/kok/dictionaries/pl_PL.po (renamed from translations/source/kok/dictionaries/pl_PL.po)0
-rw-r--r--source/kok/dictionaries/pt_BR.po (renamed from translations/source/kok/dictionaries/pt_BR.po)0
-rw-r--r--source/kok/dictionaries/pt_PT.po (renamed from translations/source/kok/dictionaries/pt_PT.po)0
-rw-r--r--source/kok/dictionaries/ro.po (renamed from translations/source/kok/dictionaries/ro.po)0
-rw-r--r--source/kok/dictionaries/ru_RU.po (renamed from translations/source/kok/dictionaries/ru_RU.po)0
-rw-r--r--source/kok/dictionaries/ru_RU/dialog.po (renamed from translations/source/kok/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/kok/dictionaries/si_LK.po (renamed from translations/source/kok/dictionaries/si_LK.po)0
-rw-r--r--source/kok/dictionaries/sk_SK.po (renamed from translations/source/kok/dictionaries/sk_SK.po)0
-rw-r--r--source/kok/dictionaries/sl_SI.po (renamed from translations/source/kok/dictionaries/sl_SI.po)0
-rw-r--r--source/kok/dictionaries/sr.po (renamed from translations/source/kok/dictionaries/sr.po)0
-rw-r--r--source/kok/dictionaries/sv_SE.po (renamed from translations/source/kok/dictionaries/sv_SE.po)0
-rw-r--r--source/kok/dictionaries/sw_TZ.po (renamed from translations/source/kok/dictionaries/sw_TZ.po)0
-rw-r--r--source/kok/dictionaries/te_IN.po (renamed from translations/source/kok/dictionaries/te_IN.po)0
-rw-r--r--source/kok/dictionaries/th_TH.po (renamed from translations/source/kok/dictionaries/th_TH.po)0
-rw-r--r--source/kok/dictionaries/uk_UA.po (renamed from translations/source/kok/dictionaries/uk_UA.po)0
-rw-r--r--source/kok/dictionaries/vi.po (renamed from translations/source/kok/dictionaries/vi.po)0
-rw-r--r--source/kok/dictionaries/zu_ZA.po (renamed from translations/source/kok/dictionaries/zu_ZA.po)0
-rw-r--r--source/kok/editeng/source/accessibility.po (renamed from translations/source/kok/editeng/source/accessibility.po)0
-rw-r--r--source/kok/editeng/source/editeng.po (renamed from translations/source/kok/editeng/source/editeng.po)0
-rw-r--r--source/kok/editeng/source/items.po (renamed from translations/source/kok/editeng/source/items.po)0
-rw-r--r--source/kok/editeng/source/misc.po (renamed from translations/source/kok/editeng/source/misc.po)0
-rw-r--r--source/kok/editeng/source/outliner.po (renamed from translations/source/kok/editeng/source/outliner.po)0
-rw-r--r--source/kok/extensions/source/abpilot.po (renamed from translations/source/kok/extensions/source/abpilot.po)0
-rw-r--r--source/kok/extensions/source/bibliography.po (renamed from translations/source/kok/extensions/source/bibliography.po)0
-rw-r--r--source/kok/extensions/source/dbpilots.po (renamed from translations/source/kok/extensions/source/dbpilots.po)0
-rw-r--r--source/kok/extensions/source/propctrlr.po (renamed from translations/source/kok/extensions/source/propctrlr.po)0
-rw-r--r--source/kok/extensions/source/scanner.po (renamed from translations/source/kok/extensions/source/scanner.po)0
-rw-r--r--source/kok/extensions/source/update/check.po (renamed from translations/source/kok/extensions/source/update/check.po)0
-rw-r--r--source/kok/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/kok/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/kok/filter/source/config/fragments/filters.po (renamed from translations/source/kok/filter/source/config/fragments/filters.po)0
-rw-r--r--source/kok/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/kok/filter/source/config/fragments/types.po (renamed from translations/source/kok/filter/source/config/fragments/types.po)0
-rw-r--r--source/kok/filter/source/flash.po (renamed from translations/source/kok/filter/source/flash.po)0
-rw-r--r--source/kok/filter/source/graphicfilter/eps.po (renamed from translations/source/kok/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/kok/filter/source/pdf.po (renamed from translations/source/kok/filter/source/pdf.po)0
-rw-r--r--source/kok/filter/source/t602.po (renamed from translations/source/kok/filter/source/t602.po)0
-rw-r--r--source/kok/filter/source/xsltdialog.po (renamed from translations/source/kok/filter/source/xsltdialog.po)0
-rw-r--r--source/kok/forms/source/resource.po (renamed from translations/source/kok/forms/source/resource.po)0
-rw-r--r--source/kok/formula/source/core/resource.po (renamed from translations/source/kok/formula/source/core/resource.po)0
-rw-r--r--source/kok/formula/source/ui/dlg.po (renamed from translations/source/kok/formula/source/ui/dlg.po)0
-rw-r--r--source/kok/fpicker/source/office.po (renamed from translations/source/kok/fpicker/source/office.po)0
-rw-r--r--source/kok/framework/source/classes.po (renamed from translations/source/kok/framework/source/classes.po)0
-rw-r--r--source/kok/framework/source/services.po (renamed from translations/source/kok/framework/source/services.po)0
-rw-r--r--source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/kok/mysqlc/source.po (renamed from translations/source/kok/mysqlc/source.po)0
-rw-r--r--source/kok/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/kok/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/kok/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/kok/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/kok/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/kok/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/kok/nlpsolver/src/locale.po (renamed from translations/source/kok/nlpsolver/src/locale.po)0
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/kok/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kok/padmin/source.po (renamed from translations/source/kok/padmin/source.po)0
-rw-r--r--source/kok/readlicense_oo/docs/readme.po (renamed from translations/source/kok/readlicense_oo/docs/readme.po)0
-rw-r--r--source/kok/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/kok/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/kok/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/kok/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kok/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/kok/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/kok/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/kok/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/kok/reportbuilder/util.po (renamed from translations/source/kok/reportbuilder/util.po)0
-rw-r--r--source/kok/reportdesign/source/core/resource.po (renamed from translations/source/kok/reportdesign/source/core/resource.po)0
-rw-r--r--source/kok/reportdesign/source/ui/dlg.po (renamed from translations/source/kok/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/kok/reportdesign/source/ui/inspection.po (renamed from translations/source/kok/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/kok/reportdesign/source/ui/report.po (renamed from translations/source/kok/reportdesign/source/ui/report.po)0
-rw-r--r--source/kok/sc/source/core/src.po (renamed from translations/source/kok/sc/source/core/src.po)0
-rw-r--r--source/kok/sc/source/ui/cctrl.po (renamed from translations/source/kok/sc/source/ui/cctrl.po)0
-rw-r--r--source/kok/sc/source/ui/dbgui.po (renamed from translations/source/kok/sc/source/ui/dbgui.po)0
-rw-r--r--source/kok/sc/source/ui/docshell.po (renamed from translations/source/kok/sc/source/ui/docshell.po)0
-rw-r--r--source/kok/sc/source/ui/drawfunc.po (renamed from translations/source/kok/sc/source/ui/drawfunc.po)0
-rw-r--r--source/kok/sc/source/ui/formdlg.po (renamed from translations/source/kok/sc/source/ui/formdlg.po)0
-rw-r--r--source/kok/sc/source/ui/miscdlgs.po (renamed from translations/source/kok/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/kok/sc/source/ui/navipi.po (renamed from translations/source/kok/sc/source/ui/navipi.po)0
-rw-r--r--source/kok/sc/source/ui/optdlg.po (renamed from translations/source/kok/sc/source/ui/optdlg.po)0
-rw-r--r--source/kok/sc/source/ui/pagedlg.po (renamed from translations/source/kok/sc/source/ui/pagedlg.po)0
-rw-r--r--source/kok/sc/source/ui/src.po (renamed from translations/source/kok/sc/source/ui/src.po)0
-rw-r--r--source/kok/sc/source/ui/styleui.po (renamed from translations/source/kok/sc/source/ui/styleui.po)0
-rw-r--r--source/kok/scaddins/source/analysis.po (renamed from translations/source/kok/scaddins/source/analysis.po)0
-rw-r--r--source/kok/scaddins/source/datefunc.po (renamed from translations/source/kok/scaddins/source/datefunc.po)0
-rw-r--r--source/kok/sccomp/source/solver.po (renamed from translations/source/kok/sccomp/source/solver.po)0
-rw-r--r--source/kok/scp2/source/accessories.po (renamed from translations/source/kok/scp2/source/accessories.po)0
-rw-r--r--source/kok/scp2/source/activex.po (renamed from translations/source/kok/scp2/source/activex.po)0
-rw-r--r--source/kok/scp2/source/base.po (renamed from translations/source/kok/scp2/source/base.po)0
-rw-r--r--source/kok/scp2/source/binfilter.po (renamed from translations/source/kok/scp2/source/binfilter.po)0
-rw-r--r--source/kok/scp2/source/calc.po (renamed from translations/source/kok/scp2/source/calc.po)0
-rw-r--r--source/kok/scp2/source/draw.po (renamed from translations/source/kok/scp2/source/draw.po)0
-rw-r--r--source/kok/scp2/source/extensions.po (renamed from translations/source/kok/scp2/source/extensions.po)0
-rw-r--r--source/kok/scp2/source/gnome.po (renamed from translations/source/kok/scp2/source/gnome.po)0
-rw-r--r--source/kok/scp2/source/graphicfilter.po (renamed from translations/source/kok/scp2/source/graphicfilter.po)0
-rw-r--r--source/kok/scp2/source/impress.po (renamed from translations/source/kok/scp2/source/impress.po)0
-rw-r--r--source/kok/scp2/source/javafilter.po (renamed from translations/source/kok/scp2/source/javafilter.po)0
-rw-r--r--source/kok/scp2/source/kde.po (renamed from translations/source/kok/scp2/source/kde.po)0
-rw-r--r--source/kok/scp2/source/math.po (renamed from translations/source/kok/scp2/source/math.po)0
-rw-r--r--source/kok/scp2/source/onlineupdate.po (renamed from translations/source/kok/scp2/source/onlineupdate.po)0
-rw-r--r--source/kok/scp2/source/ooo.po (renamed from translations/source/kok/scp2/source/ooo.po)0
-rw-r--r--source/kok/scp2/source/python.po (renamed from translations/source/kok/scp2/source/python.po)0
-rw-r--r--source/kok/scp2/source/quickstart.po (renamed from translations/source/kok/scp2/source/quickstart.po)0
-rw-r--r--source/kok/scp2/source/sdkoo.po (renamed from translations/source/kok/scp2/source/sdkoo.po)0
-rw-r--r--source/kok/scp2/source/smoketest.po (renamed from translations/source/kok/scp2/source/smoketest.po)0
-rw-r--r--source/kok/scp2/source/stdlibs.po (renamed from translations/source/kok/scp2/source/stdlibs.po)0
-rw-r--r--source/kok/scp2/source/tde.po (renamed from translations/source/kok/scp2/source/tde.po)0
-rw-r--r--source/kok/scp2/source/winexplorerext.po (renamed from translations/source/kok/scp2/source/winexplorerext.po)0
-rw-r--r--source/kok/scp2/source/writer.po (renamed from translations/source/kok/scp2/source/writer.po)0
-rw-r--r--source/kok/scp2/source/xsltfilter.po (renamed from translations/source/kok/scp2/source/xsltfilter.po)0
-rw-r--r--source/kok/scripting/source/pyprov.po (renamed from translations/source/kok/scripting/source/pyprov.po)0
-rw-r--r--source/kok/sd/source/core.po (renamed from translations/source/kok/sd/source/core.po)0
-rw-r--r--source/kok/sd/source/filter/html.po (renamed from translations/source/kok/sd/source/filter/html.po)0
-rw-r--r--source/kok/sd/source/ui/accessibility.po (renamed from translations/source/kok/sd/source/ui/accessibility.po)0
-rw-r--r--source/kok/sd/source/ui/animations.po (renamed from translations/source/kok/sd/source/ui/animations.po)0
-rw-r--r--source/kok/sd/source/ui/annotations.po (renamed from translations/source/kok/sd/source/ui/annotations.po)0
-rw-r--r--source/kok/sd/source/ui/app.po (renamed from translations/source/kok/sd/source/ui/app.po)0
-rw-r--r--source/kok/sd/source/ui/dlg.po (renamed from translations/source/kok/sd/source/ui/dlg.po)0
-rw-r--r--source/kok/sd/source/ui/slideshow.po (renamed from translations/source/kok/sd/source/ui/slideshow.po)0
-rw-r--r--source/kok/sd/source/ui/table.po (renamed from translations/source/kok/sd/source/ui/table.po)0
-rw-r--r--source/kok/sd/source/ui/view.po (renamed from translations/source/kok/sd/source/ui/view.po)0
-rw-r--r--source/kok/sdext/source/minimizer.po (renamed from translations/source/kok/sdext/source/minimizer.po)0
-rw-r--r--source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kok/sdext/source/pdfimport.po (renamed from translations/source/kok/sdext/source/pdfimport.po)0
-rw-r--r--source/kok/sdext/source/presenter.po (renamed from translations/source/kok/sdext/source/presenter.po)0
-rw-r--r--source/kok/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/kok/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/kok/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/kok/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/kok/setup_native/source/mac.po (renamed from translations/source/kok/setup_native/source/mac.po)0
-rw-r--r--source/kok/sfx2/source/appl.po (renamed from translations/source/kok/sfx2/source/appl.po)0
-rw-r--r--source/kok/sfx2/source/bastyp.po (renamed from translations/source/kok/sfx2/source/bastyp.po)0
-rw-r--r--source/kok/sfx2/source/dialog.po (renamed from translations/source/kok/sfx2/source/dialog.po)0
-rw-r--r--source/kok/sfx2/source/doc.po (renamed from translations/source/kok/sfx2/source/doc.po)0
-rw-r--r--source/kok/sfx2/source/menu.po (renamed from translations/source/kok/sfx2/source/menu.po)0
-rw-r--r--source/kok/sfx2/source/view.po (renamed from translations/source/kok/sfx2/source/view.po)0
-rw-r--r--source/kok/shell/source/win32/shlxthandler/res.po (renamed from translations/source/kok/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/kok/starmath/source.po (renamed from translations/source/kok/starmath/source.po)0
-rw-r--r--source/kok/svl/source/items.po (renamed from translations/source/kok/svl/source/items.po)0
-rw-r--r--source/kok/svl/source/misc.po (renamed from translations/source/kok/svl/source/misc.po)0
-rw-r--r--source/kok/svtools/source/contnr.po (renamed from translations/source/kok/svtools/source/contnr.po)0
-rw-r--r--source/kok/svtools/source/control.po (renamed from translations/source/kok/svtools/source/control.po)0
-rw-r--r--source/kok/svtools/source/dialogs.po (renamed from translations/source/kok/svtools/source/dialogs.po)0
-rw-r--r--source/kok/svtools/source/filter.po (renamed from translations/source/kok/svtools/source/filter.po)0
-rw-r--r--source/kok/svtools/source/java.po (renamed from translations/source/kok/svtools/source/java.po)0
-rw-r--r--source/kok/svtools/source/misc.po (renamed from translations/source/kok/svtools/source/misc.po)0
-rw-r--r--source/kok/svtools/source/toolpanel.po (renamed from translations/source/kok/svtools/source/toolpanel.po)0
-rw-r--r--source/kok/svtools/workben/unodialog.po (renamed from translations/source/kok/svtools/workben/unodialog.po)0
-rw-r--r--source/kok/svx/inc.po (renamed from translations/source/kok/svx/inc.po)0
-rw-r--r--source/kok/svx/source/accessibility.po (renamed from translations/source/kok/svx/source/accessibility.po)0
-rw-r--r--source/kok/svx/source/dialog.po (renamed from translations/source/kok/svx/source/dialog.po)0
-rw-r--r--source/kok/svx/source/engine3d.po (renamed from translations/source/kok/svx/source/engine3d.po)0
-rw-r--r--source/kok/svx/source/fmcomp.po (renamed from translations/source/kok/svx/source/fmcomp.po)0
-rw-r--r--source/kok/svx/source/form.po (renamed from translations/source/kok/svx/source/form.po)0
-rw-r--r--source/kok/svx/source/gallery2.po (renamed from translations/source/kok/svx/source/gallery2.po)0
-rw-r--r--source/kok/svx/source/items.po (renamed from translations/source/kok/svx/source/items.po)0
-rw-r--r--source/kok/svx/source/src.po (renamed from translations/source/kok/svx/source/src.po)0
-rw-r--r--source/kok/svx/source/stbctrls.po (renamed from translations/source/kok/svx/source/stbctrls.po)0
-rw-r--r--source/kok/svx/source/svdraw.po (renamed from translations/source/kok/svx/source/svdraw.po)0
-rw-r--r--source/kok/svx/source/table.po (renamed from translations/source/kok/svx/source/table.po)0
-rw-r--r--source/kok/svx/source/tbxctrls.po (renamed from translations/source/kok/svx/source/tbxctrls.po)0
-rw-r--r--source/kok/svx/source/toolbars.po (renamed from translations/source/kok/svx/source/toolbars.po)0
-rw-r--r--source/kok/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/kok/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/kok/sw/source/core/layout.po (renamed from translations/source/kok/sw/source/core/layout.po)0
-rw-r--r--source/kok/sw/source/core/undo.po (renamed from translations/source/kok/sw/source/core/undo.po)0
-rw-r--r--source/kok/sw/source/core/unocore.po (renamed from translations/source/kok/sw/source/core/unocore.po)0
-rw-r--r--source/kok/sw/source/ui/app.po (renamed from translations/source/kok/sw/source/ui/app.po)0
-rw-r--r--source/kok/sw/source/ui/chrdlg.po (renamed from translations/source/kok/sw/source/ui/chrdlg.po)0
-rw-r--r--source/kok/sw/source/ui/config.po (renamed from translations/source/kok/sw/source/ui/config.po)0
-rw-r--r--source/kok/sw/source/ui/dbui.po (renamed from translations/source/kok/sw/source/ui/dbui.po)0
-rw-r--r--source/kok/sw/source/ui/dialog.po (renamed from translations/source/kok/sw/source/ui/dialog.po)0
-rw-r--r--source/kok/sw/source/ui/dochdl.po (renamed from translations/source/kok/sw/source/ui/dochdl.po)0
-rw-r--r--source/kok/sw/source/ui/docvw.po (renamed from translations/source/kok/sw/source/ui/docvw.po)0
-rw-r--r--source/kok/sw/source/ui/envelp.po (renamed from translations/source/kok/sw/source/ui/envelp.po)0
-rw-r--r--source/kok/sw/source/ui/fldui.po (renamed from translations/source/kok/sw/source/ui/fldui.po)0
-rw-r--r--source/kok/sw/source/ui/fmtui.po (renamed from translations/source/kok/sw/source/ui/fmtui.po)0
-rw-r--r--source/kok/sw/source/ui/frmdlg.po (renamed from translations/source/kok/sw/source/ui/frmdlg.po)0
-rw-r--r--source/kok/sw/source/ui/globdoc.po (renamed from translations/source/kok/sw/source/ui/globdoc.po)0
-rw-r--r--source/kok/sw/source/ui/index.po (renamed from translations/source/kok/sw/source/ui/index.po)0
-rw-r--r--source/kok/sw/source/ui/lingu.po (renamed from translations/source/kok/sw/source/ui/lingu.po)0
-rw-r--r--source/kok/sw/source/ui/misc.po (renamed from translations/source/kok/sw/source/ui/misc.po)0
-rw-r--r--source/kok/sw/source/ui/ribbar.po (renamed from translations/source/kok/sw/source/ui/ribbar.po)0
-rw-r--r--source/kok/sw/source/ui/shells.po (renamed from translations/source/kok/sw/source/ui/shells.po)0
-rw-r--r--source/kok/sw/source/ui/smartmenu.po (renamed from translations/source/kok/sw/source/ui/smartmenu.po)0
-rw-r--r--source/kok/sw/source/ui/table.po (renamed from translations/source/kok/sw/source/ui/table.po)0
-rw-r--r--source/kok/sw/source/ui/uiview.po (renamed from translations/source/kok/sw/source/ui/uiview.po)0
-rw-r--r--source/kok/sw/source/ui/utlui.po (renamed from translations/source/kok/sw/source/ui/utlui.po)0
-rw-r--r--source/kok/sw/source/ui/web.po (renamed from translations/source/kok/sw/source/ui/web.po)0
-rw-r--r--source/kok/sw/source/ui/wrtsh.po (renamed from translations/source/kok/sw/source/ui/wrtsh.po)0
-rw-r--r--source/kok/swext/mediawiki/help.po (renamed from translations/source/kok/swext/mediawiki/help.po)0
-rw-r--r--source/kok/swext/mediawiki/src.po (renamed from translations/source/kok/swext/mediawiki/src.po)0
-rw-r--r--source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/kok/sysui/desktop/share.po (renamed from translations/source/kok/sysui/desktop/share.po)0
-rw-r--r--source/kok/uui/source.po (renamed from translations/source/kok/uui/source.po)0
-rw-r--r--source/kok/vcl/source/src.po (renamed from translations/source/kok/vcl/source/src.po)0
-rw-r--r--source/kok/wizards/source/euro.po (renamed from translations/source/kok/wizards/source/euro.po)0
-rw-r--r--source/kok/wizards/source/formwizard.po (renamed from translations/source/kok/wizards/source/formwizard.po)0
-rw-r--r--source/kok/wizards/source/importwizard.po (renamed from translations/source/kok/wizards/source/importwizard.po)0
-rw-r--r--source/kok/wizards/source/schedule.po (renamed from translations/source/kok/wizards/source/schedule.po)0
-rw-r--r--source/kok/wizards/source/template.po (renamed from translations/source/kok/wizards/source/template.po)0
-rw-r--r--source/kok/xmlsecurity/source/component.po (renamed from translations/source/kok/xmlsecurity/source/component.po)0
-rw-r--r--source/kok/xmlsecurity/source/dialogs.po (renamed from translations/source/kok/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ks/accessibility/source/helper.po (renamed from translations/source/ks/accessibility/source/helper.po)0
-rw-r--r--source/ks/avmedia/source/framework.po (renamed from translations/source/ks/avmedia/source/framework.po)0
-rw-r--r--source/ks/avmedia/source/viewer.po (renamed from translations/source/ks/avmedia/source/viewer.po)0
-rw-r--r--source/ks/basctl/source/basicide.po (renamed from translations/source/ks/basctl/source/basicide.po)0
-rw-r--r--source/ks/basctl/source/dlged.po (renamed from translations/source/ks/basctl/source/dlged.po)0
-rw-r--r--source/ks/basic/source/classes.po (renamed from translations/source/ks/basic/source/classes.po)0
-rw-r--r--source/ks/basic/source/sbx.po (renamed from translations/source/ks/basic/source/sbx.po)0
-rw-r--r--source/ks/chart2/source/controller/dialogs.po (renamed from translations/source/ks/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ks/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ks/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ks/connectivity/source/resource.po (renamed from translations/source/ks/connectivity/source/resource.po)0
-rw-r--r--source/ks/cui/source/customize.po (renamed from translations/source/ks/cui/source/customize.po)0
-rw-r--r--source/ks/cui/source/dialogs.po (renamed from translations/source/ks/cui/source/dialogs.po)0
-rw-r--r--source/ks/cui/source/options.po (renamed from translations/source/ks/cui/source/options.po)0
-rw-r--r--source/ks/cui/source/tabpages.po (renamed from translations/source/ks/cui/source/tabpages.po)0
-rw-r--r--source/ks/dbaccess/source/core/resource.po (renamed from translations/source/ks/dbaccess/source/core/resource.po)0
-rw-r--r--source/ks/dbaccess/source/ext/macromigration.po (renamed from translations/source/ks/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ks/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ks/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ks/dbaccess/source/ui/app.po (renamed from translations/source/ks/dbaccess/source/ui/app.po)0
-rw-r--r--source/ks/dbaccess/source/ui/browser.po (renamed from translations/source/ks/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ks/dbaccess/source/ui/control.po (renamed from translations/source/ks/dbaccess/source/ui/control.po)0
-rw-r--r--source/ks/dbaccess/source/ui/dlg.po (renamed from translations/source/ks/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ks/dbaccess/source/ui/inc.po (renamed from translations/source/ks/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ks/dbaccess/source/ui/misc.po (renamed from translations/source/ks/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ks/dbaccess/source/ui/querydesign.po (renamed from translations/source/ks/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ks/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ks/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ks/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ks/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ks/dbaccess/source/ui/uno.po (renamed from translations/source/ks/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ks/desktop/source/app.po (renamed from translations/source/ks/desktop/source/app.po)0
-rw-r--r--source/ks/desktop/source/deployment/gui.po (renamed from translations/source/ks/desktop/source/deployment/gui.po)0
-rw-r--r--source/ks/desktop/source/deployment/manager.po (renamed from translations/source/ks/desktop/source/deployment/manager.po)0
-rw-r--r--source/ks/desktop/source/deployment/misc.po (renamed from translations/source/ks/desktop/source/deployment/misc.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry.po (renamed from translations/source/ks/desktop/source/deployment/registry.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/component.po (renamed from translations/source/ks/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ks/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/help.po (renamed from translations/source/ks/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/package.po (renamed from translations/source/ks/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/script.po (renamed from translations/source/ks/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ks/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ks/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ks/desktop/source/deployment/unopkg.po (renamed from translations/source/ks/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ks/dictionaries/af_ZA.po (renamed from translations/source/ks/dictionaries/af_ZA.po)0
-rw-r--r--source/ks/dictionaries/an_ES.po (renamed from translations/source/ks/dictionaries/an_ES.po)0
-rw-r--r--source/ks/dictionaries/ar.po (renamed from translations/source/ks/dictionaries/ar.po)0
-rw-r--r--source/ks/dictionaries/be_BY.po (renamed from translations/source/ks/dictionaries/be_BY.po)0
-rw-r--r--source/ks/dictionaries/bg_BG.po (renamed from translations/source/ks/dictionaries/bg_BG.po)0
-rw-r--r--source/ks/dictionaries/bn_BD.po (renamed from translations/source/ks/dictionaries/bn_BD.po)0
-rw-r--r--source/ks/dictionaries/br_FR.po (renamed from translations/source/ks/dictionaries/br_FR.po)0
-rw-r--r--source/ks/dictionaries/ca.po (renamed from translations/source/ks/dictionaries/ca.po)0
-rw-r--r--source/ks/dictionaries/cs_CZ.po (renamed from translations/source/ks/dictionaries/cs_CZ.po)0
-rw-r--r--source/ks/dictionaries/da_DK.po (renamed from translations/source/ks/dictionaries/da_DK.po)0
-rw-r--r--source/ks/dictionaries/de.po (renamed from translations/source/ks/dictionaries/de.po)0
-rw-r--r--source/ks/dictionaries/el_GR.po (renamed from translations/source/ks/dictionaries/el_GR.po)0
-rw-r--r--source/ks/dictionaries/en.po (renamed from translations/source/ks/dictionaries/en.po)0
-rw-r--r--source/ks/dictionaries/en/dialog.po (renamed from translations/source/ks/dictionaries/en/dialog.po)0
-rw-r--r--source/ks/dictionaries/es_ES.po (renamed from translations/source/ks/dictionaries/es_ES.po)0
-rw-r--r--source/ks/dictionaries/et_EE.po (renamed from translations/source/ks/dictionaries/et_EE.po)0
-rw-r--r--source/ks/dictionaries/fr_FR.po (renamed from translations/source/ks/dictionaries/fr_FR.po)0
-rw-r--r--source/ks/dictionaries/gd_GB.po (renamed from translations/source/ks/dictionaries/gd_GB.po)0
-rw-r--r--source/ks/dictionaries/gl.po (renamed from translations/source/ks/dictionaries/gl.po)0
-rw-r--r--source/ks/dictionaries/gu_IN.po (renamed from translations/source/ks/dictionaries/gu_IN.po)0
-rw-r--r--source/ks/dictionaries/he_IL.po (renamed from translations/source/ks/dictionaries/he_IL.po)0
-rw-r--r--source/ks/dictionaries/hi_IN.po (renamed from translations/source/ks/dictionaries/hi_IN.po)0
-rw-r--r--source/ks/dictionaries/hr_HR.po (renamed from translations/source/ks/dictionaries/hr_HR.po)0
-rw-r--r--source/ks/dictionaries/hu_HU.po (renamed from translations/source/ks/dictionaries/hu_HU.po)0
-rw-r--r--source/ks/dictionaries/hu_HU/dialog.po (renamed from translations/source/ks/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ks/dictionaries/it_IT.po (renamed from translations/source/ks/dictionaries/it_IT.po)0
-rw-r--r--source/ks/dictionaries/ku_TR.po (renamed from translations/source/ks/dictionaries/ku_TR.po)0
-rw-r--r--source/ks/dictionaries/lt_LT.po (renamed from translations/source/ks/dictionaries/lt_LT.po)0
-rw-r--r--source/ks/dictionaries/lv_LV.po (renamed from translations/source/ks/dictionaries/lv_LV.po)0
-rw-r--r--source/ks/dictionaries/ne_NP.po (renamed from translations/source/ks/dictionaries/ne_NP.po)0
-rw-r--r--source/ks/dictionaries/nl_NL.po (renamed from translations/source/ks/dictionaries/nl_NL.po)0
-rw-r--r--source/ks/dictionaries/no.po (renamed from translations/source/ks/dictionaries/no.po)0
-rw-r--r--source/ks/dictionaries/oc_FR.po (renamed from translations/source/ks/dictionaries/oc_FR.po)0
-rw-r--r--source/ks/dictionaries/pl_PL.po (renamed from translations/source/ks/dictionaries/pl_PL.po)0
-rw-r--r--source/ks/dictionaries/pt_BR.po (renamed from translations/source/ks/dictionaries/pt_BR.po)0
-rw-r--r--source/ks/dictionaries/pt_PT.po (renamed from translations/source/ks/dictionaries/pt_PT.po)0
-rw-r--r--source/ks/dictionaries/ro.po (renamed from translations/source/ks/dictionaries/ro.po)0
-rw-r--r--source/ks/dictionaries/ru_RU.po (renamed from translations/source/ks/dictionaries/ru_RU.po)0
-rw-r--r--source/ks/dictionaries/ru_RU/dialog.po (renamed from translations/source/ks/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ks/dictionaries/si_LK.po (renamed from translations/source/ks/dictionaries/si_LK.po)0
-rw-r--r--source/ks/dictionaries/sk_SK.po (renamed from translations/source/ks/dictionaries/sk_SK.po)0
-rw-r--r--source/ks/dictionaries/sl_SI.po (renamed from translations/source/ks/dictionaries/sl_SI.po)0
-rw-r--r--source/ks/dictionaries/sr.po (renamed from translations/source/ks/dictionaries/sr.po)0
-rw-r--r--source/ks/dictionaries/sv_SE.po (renamed from translations/source/ks/dictionaries/sv_SE.po)0
-rw-r--r--source/ks/dictionaries/sw_TZ.po (renamed from translations/source/ks/dictionaries/sw_TZ.po)0
-rw-r--r--source/ks/dictionaries/te_IN.po (renamed from translations/source/ks/dictionaries/te_IN.po)0
-rw-r--r--source/ks/dictionaries/th_TH.po (renamed from translations/source/ks/dictionaries/th_TH.po)0
-rw-r--r--source/ks/dictionaries/uk_UA.po (renamed from translations/source/ks/dictionaries/uk_UA.po)0
-rw-r--r--source/ks/dictionaries/vi.po (renamed from translations/source/ks/dictionaries/vi.po)0
-rw-r--r--source/ks/dictionaries/zu_ZA.po (renamed from translations/source/ks/dictionaries/zu_ZA.po)0
-rw-r--r--source/ks/editeng/source/accessibility.po (renamed from translations/source/ks/editeng/source/accessibility.po)0
-rw-r--r--source/ks/editeng/source/editeng.po (renamed from translations/source/ks/editeng/source/editeng.po)0
-rw-r--r--source/ks/editeng/source/items.po (renamed from translations/source/ks/editeng/source/items.po)0
-rw-r--r--source/ks/editeng/source/misc.po (renamed from translations/source/ks/editeng/source/misc.po)0
-rw-r--r--source/ks/editeng/source/outliner.po (renamed from translations/source/ks/editeng/source/outliner.po)0
-rw-r--r--source/ks/extensions/source/abpilot.po (renamed from translations/source/ks/extensions/source/abpilot.po)0
-rw-r--r--source/ks/extensions/source/bibliography.po (renamed from translations/source/ks/extensions/source/bibliography.po)0
-rw-r--r--source/ks/extensions/source/dbpilots.po (renamed from translations/source/ks/extensions/source/dbpilots.po)0
-rw-r--r--source/ks/extensions/source/propctrlr.po (renamed from translations/source/ks/extensions/source/propctrlr.po)0
-rw-r--r--source/ks/extensions/source/scanner.po (renamed from translations/source/ks/extensions/source/scanner.po)0
-rw-r--r--source/ks/extensions/source/update/check.po (renamed from translations/source/ks/extensions/source/update/check.po)0
-rw-r--r--source/ks/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ks/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ks/filter/source/config/fragments/filters.po (renamed from translations/source/ks/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ks/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ks/filter/source/config/fragments/types.po (renamed from translations/source/ks/filter/source/config/fragments/types.po)0
-rw-r--r--source/ks/filter/source/flash.po (renamed from translations/source/ks/filter/source/flash.po)0
-rw-r--r--source/ks/filter/source/graphicfilter/eps.po (renamed from translations/source/ks/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ks/filter/source/pdf.po (renamed from translations/source/ks/filter/source/pdf.po)0
-rw-r--r--source/ks/filter/source/t602.po (renamed from translations/source/ks/filter/source/t602.po)0
-rw-r--r--source/ks/filter/source/xsltdialog.po (renamed from translations/source/ks/filter/source/xsltdialog.po)0
-rw-r--r--source/ks/forms/source/resource.po (renamed from translations/source/ks/forms/source/resource.po)0
-rw-r--r--source/ks/formula/source/core/resource.po (renamed from translations/source/ks/formula/source/core/resource.po)0
-rw-r--r--source/ks/formula/source/ui/dlg.po (renamed from translations/source/ks/formula/source/ui/dlg.po)0
-rw-r--r--source/ks/fpicker/source/office.po (renamed from translations/source/ks/fpicker/source/office.po)0
-rw-r--r--source/ks/framework/source/classes.po (renamed from translations/source/ks/framework/source/classes.po)0
-rw-r--r--source/ks/framework/source/services.po (renamed from translations/source/ks/framework/source/services.po)0
-rw-r--r--source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ks/mysqlc/source.po (renamed from translations/source/ks/mysqlc/source.po)0
-rw-r--r--source/ks/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ks/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ks/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ks/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ks/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ks/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ks/nlpsolver/src/locale.po (renamed from translations/source/ks/nlpsolver/src/locale.po)0
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ks/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ks/padmin/source.po (renamed from translations/source/ks/padmin/source.po)0
-rw-r--r--source/ks/readlicense_oo/docs/readme.po (renamed from translations/source/ks/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ks/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ks/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ks/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ks/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ks/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ks/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ks/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ks/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ks/reportbuilder/util.po (renamed from translations/source/ks/reportbuilder/util.po)0
-rw-r--r--source/ks/reportdesign/source/core/resource.po (renamed from translations/source/ks/reportdesign/source/core/resource.po)0
-rw-r--r--source/ks/reportdesign/source/ui/dlg.po (renamed from translations/source/ks/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ks/reportdesign/source/ui/inspection.po (renamed from translations/source/ks/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ks/reportdesign/source/ui/report.po (renamed from translations/source/ks/reportdesign/source/ui/report.po)0
-rw-r--r--source/ks/sc/source/core/src.po (renamed from translations/source/ks/sc/source/core/src.po)0
-rw-r--r--source/ks/sc/source/ui/cctrl.po (renamed from translations/source/ks/sc/source/ui/cctrl.po)0
-rw-r--r--source/ks/sc/source/ui/dbgui.po (renamed from translations/source/ks/sc/source/ui/dbgui.po)0
-rw-r--r--source/ks/sc/source/ui/docshell.po (renamed from translations/source/ks/sc/source/ui/docshell.po)0
-rw-r--r--source/ks/sc/source/ui/drawfunc.po (renamed from translations/source/ks/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ks/sc/source/ui/formdlg.po (renamed from translations/source/ks/sc/source/ui/formdlg.po)0
-rw-r--r--source/ks/sc/source/ui/miscdlgs.po (renamed from translations/source/ks/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ks/sc/source/ui/navipi.po (renamed from translations/source/ks/sc/source/ui/navipi.po)0
-rw-r--r--source/ks/sc/source/ui/optdlg.po (renamed from translations/source/ks/sc/source/ui/optdlg.po)0
-rw-r--r--source/ks/sc/source/ui/pagedlg.po (renamed from translations/source/ks/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ks/sc/source/ui/src.po (renamed from translations/source/ks/sc/source/ui/src.po)0
-rw-r--r--source/ks/sc/source/ui/styleui.po (renamed from translations/source/ks/sc/source/ui/styleui.po)0
-rw-r--r--source/ks/scaddins/source/analysis.po (renamed from translations/source/ks/scaddins/source/analysis.po)0
-rw-r--r--source/ks/scaddins/source/datefunc.po (renamed from translations/source/ks/scaddins/source/datefunc.po)0
-rw-r--r--source/ks/sccomp/source/solver.po (renamed from translations/source/ks/sccomp/source/solver.po)0
-rw-r--r--source/ks/scp2/source/accessories.po (renamed from translations/source/ks/scp2/source/accessories.po)0
-rw-r--r--source/ks/scp2/source/activex.po (renamed from translations/source/ks/scp2/source/activex.po)0
-rw-r--r--source/ks/scp2/source/base.po (renamed from translations/source/ks/scp2/source/base.po)0
-rw-r--r--source/ks/scp2/source/binfilter.po (renamed from translations/source/ks/scp2/source/binfilter.po)0
-rw-r--r--source/ks/scp2/source/calc.po (renamed from translations/source/ks/scp2/source/calc.po)0
-rw-r--r--source/ks/scp2/source/draw.po (renamed from translations/source/ks/scp2/source/draw.po)0
-rw-r--r--source/ks/scp2/source/extensions.po (renamed from translations/source/ks/scp2/source/extensions.po)0
-rw-r--r--source/ks/scp2/source/gnome.po (renamed from translations/source/ks/scp2/source/gnome.po)0
-rw-r--r--source/ks/scp2/source/graphicfilter.po (renamed from translations/source/ks/scp2/source/graphicfilter.po)0
-rw-r--r--source/ks/scp2/source/impress.po (renamed from translations/source/ks/scp2/source/impress.po)0
-rw-r--r--source/ks/scp2/source/javafilter.po (renamed from translations/source/ks/scp2/source/javafilter.po)0
-rw-r--r--source/ks/scp2/source/kde.po (renamed from translations/source/ks/scp2/source/kde.po)0
-rw-r--r--source/ks/scp2/source/math.po (renamed from translations/source/ks/scp2/source/math.po)0
-rw-r--r--source/ks/scp2/source/onlineupdate.po (renamed from translations/source/ks/scp2/source/onlineupdate.po)0
-rw-r--r--source/ks/scp2/source/ooo.po (renamed from translations/source/ks/scp2/source/ooo.po)0
-rw-r--r--source/ks/scp2/source/python.po (renamed from translations/source/ks/scp2/source/python.po)0
-rw-r--r--source/ks/scp2/source/quickstart.po (renamed from translations/source/ks/scp2/source/quickstart.po)0
-rw-r--r--source/ks/scp2/source/sdkoo.po (renamed from translations/source/ks/scp2/source/sdkoo.po)0
-rw-r--r--source/ks/scp2/source/smoketest.po (renamed from translations/source/ks/scp2/source/smoketest.po)0
-rw-r--r--source/ks/scp2/source/stdlibs.po (renamed from translations/source/ks/scp2/source/stdlibs.po)0
-rw-r--r--source/ks/scp2/source/tde.po (renamed from translations/source/ks/scp2/source/tde.po)0
-rw-r--r--source/ks/scp2/source/winexplorerext.po (renamed from translations/source/ks/scp2/source/winexplorerext.po)0
-rw-r--r--source/ks/scp2/source/writer.po (renamed from translations/source/ks/scp2/source/writer.po)0
-rw-r--r--source/ks/scp2/source/xsltfilter.po (renamed from translations/source/ks/scp2/source/xsltfilter.po)0
-rw-r--r--source/ks/scripting/source/pyprov.po (renamed from translations/source/ks/scripting/source/pyprov.po)0
-rw-r--r--source/ks/sd/source/core.po (renamed from translations/source/ks/sd/source/core.po)0
-rw-r--r--source/ks/sd/source/filter/html.po (renamed from translations/source/ks/sd/source/filter/html.po)0
-rw-r--r--source/ks/sd/source/ui/accessibility.po (renamed from translations/source/ks/sd/source/ui/accessibility.po)0
-rw-r--r--source/ks/sd/source/ui/animations.po (renamed from translations/source/ks/sd/source/ui/animations.po)0
-rw-r--r--source/ks/sd/source/ui/annotations.po (renamed from translations/source/ks/sd/source/ui/annotations.po)0
-rw-r--r--source/ks/sd/source/ui/app.po (renamed from translations/source/ks/sd/source/ui/app.po)0
-rw-r--r--source/ks/sd/source/ui/dlg.po (renamed from translations/source/ks/sd/source/ui/dlg.po)0
-rw-r--r--source/ks/sd/source/ui/slideshow.po (renamed from translations/source/ks/sd/source/ui/slideshow.po)0
-rw-r--r--source/ks/sd/source/ui/table.po (renamed from translations/source/ks/sd/source/ui/table.po)0
-rw-r--r--source/ks/sd/source/ui/view.po (renamed from translations/source/ks/sd/source/ui/view.po)0
-rw-r--r--source/ks/sdext/source/minimizer.po (renamed from translations/source/ks/sdext/source/minimizer.po)0
-rw-r--r--source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ks/sdext/source/pdfimport.po (renamed from translations/source/ks/sdext/source/pdfimport.po)0
-rw-r--r--source/ks/sdext/source/presenter.po (renamed from translations/source/ks/sdext/source/presenter.po)0
-rw-r--r--source/ks/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ks/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ks/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ks/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ks/setup_native/source/mac.po (renamed from translations/source/ks/setup_native/source/mac.po)0
-rw-r--r--source/ks/sfx2/source/appl.po (renamed from translations/source/ks/sfx2/source/appl.po)0
-rw-r--r--source/ks/sfx2/source/bastyp.po (renamed from translations/source/ks/sfx2/source/bastyp.po)0
-rw-r--r--source/ks/sfx2/source/dialog.po (renamed from translations/source/ks/sfx2/source/dialog.po)0
-rw-r--r--source/ks/sfx2/source/doc.po (renamed from translations/source/ks/sfx2/source/doc.po)0
-rw-r--r--source/ks/sfx2/source/menu.po (renamed from translations/source/ks/sfx2/source/menu.po)0
-rw-r--r--source/ks/sfx2/source/view.po (renamed from translations/source/ks/sfx2/source/view.po)0
-rw-r--r--source/ks/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ks/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ks/starmath/source.po (renamed from translations/source/ks/starmath/source.po)0
-rw-r--r--source/ks/svl/source/items.po (renamed from translations/source/ks/svl/source/items.po)0
-rw-r--r--source/ks/svl/source/misc.po (renamed from translations/source/ks/svl/source/misc.po)0
-rw-r--r--source/ks/svtools/source/contnr.po (renamed from translations/source/ks/svtools/source/contnr.po)0
-rw-r--r--source/ks/svtools/source/control.po (renamed from translations/source/ks/svtools/source/control.po)0
-rw-r--r--source/ks/svtools/source/dialogs.po (renamed from translations/source/ks/svtools/source/dialogs.po)0
-rw-r--r--source/ks/svtools/source/filter.po (renamed from translations/source/ks/svtools/source/filter.po)0
-rw-r--r--source/ks/svtools/source/java.po (renamed from translations/source/ks/svtools/source/java.po)0
-rw-r--r--source/ks/svtools/source/misc.po (renamed from translations/source/ks/svtools/source/misc.po)0
-rw-r--r--source/ks/svtools/source/toolpanel.po (renamed from translations/source/ks/svtools/source/toolpanel.po)0
-rw-r--r--source/ks/svtools/workben/unodialog.po (renamed from translations/source/ks/svtools/workben/unodialog.po)0
-rw-r--r--source/ks/svx/inc.po (renamed from translations/source/ks/svx/inc.po)0
-rw-r--r--source/ks/svx/source/accessibility.po (renamed from translations/source/ks/svx/source/accessibility.po)0
-rw-r--r--source/ks/svx/source/dialog.po (renamed from translations/source/ks/svx/source/dialog.po)0
-rw-r--r--source/ks/svx/source/engine3d.po (renamed from translations/source/ks/svx/source/engine3d.po)0
-rw-r--r--source/ks/svx/source/fmcomp.po (renamed from translations/source/ks/svx/source/fmcomp.po)0
-rw-r--r--source/ks/svx/source/form.po (renamed from translations/source/ks/svx/source/form.po)0
-rw-r--r--source/ks/svx/source/gallery2.po (renamed from translations/source/ks/svx/source/gallery2.po)0
-rw-r--r--source/ks/svx/source/items.po (renamed from translations/source/ks/svx/source/items.po)0
-rw-r--r--source/ks/svx/source/src.po (renamed from translations/source/ks/svx/source/src.po)0
-rw-r--r--source/ks/svx/source/stbctrls.po (renamed from translations/source/ks/svx/source/stbctrls.po)0
-rw-r--r--source/ks/svx/source/svdraw.po (renamed from translations/source/ks/svx/source/svdraw.po)0
-rw-r--r--source/ks/svx/source/table.po (renamed from translations/source/ks/svx/source/table.po)0
-rw-r--r--source/ks/svx/source/tbxctrls.po (renamed from translations/source/ks/svx/source/tbxctrls.po)0
-rw-r--r--source/ks/svx/source/toolbars.po (renamed from translations/source/ks/svx/source/toolbars.po)0
-rw-r--r--source/ks/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ks/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ks/sw/source/core/layout.po (renamed from translations/source/ks/sw/source/core/layout.po)0
-rw-r--r--source/ks/sw/source/core/undo.po (renamed from translations/source/ks/sw/source/core/undo.po)0
-rw-r--r--source/ks/sw/source/core/unocore.po (renamed from translations/source/ks/sw/source/core/unocore.po)0
-rw-r--r--source/ks/sw/source/ui/app.po (renamed from translations/source/ks/sw/source/ui/app.po)0
-rw-r--r--source/ks/sw/source/ui/chrdlg.po (renamed from translations/source/ks/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ks/sw/source/ui/config.po (renamed from translations/source/ks/sw/source/ui/config.po)0
-rw-r--r--source/ks/sw/source/ui/dbui.po (renamed from translations/source/ks/sw/source/ui/dbui.po)0
-rw-r--r--source/ks/sw/source/ui/dialog.po (renamed from translations/source/ks/sw/source/ui/dialog.po)0
-rw-r--r--source/ks/sw/source/ui/dochdl.po (renamed from translations/source/ks/sw/source/ui/dochdl.po)0
-rw-r--r--source/ks/sw/source/ui/docvw.po (renamed from translations/source/ks/sw/source/ui/docvw.po)0
-rw-r--r--source/ks/sw/source/ui/envelp.po (renamed from translations/source/ks/sw/source/ui/envelp.po)0
-rw-r--r--source/ks/sw/source/ui/fldui.po (renamed from translations/source/ks/sw/source/ui/fldui.po)0
-rw-r--r--source/ks/sw/source/ui/fmtui.po (renamed from translations/source/ks/sw/source/ui/fmtui.po)0
-rw-r--r--source/ks/sw/source/ui/frmdlg.po (renamed from translations/source/ks/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ks/sw/source/ui/globdoc.po (renamed from translations/source/ks/sw/source/ui/globdoc.po)0
-rw-r--r--source/ks/sw/source/ui/index.po (renamed from translations/source/ks/sw/source/ui/index.po)0
-rw-r--r--source/ks/sw/source/ui/lingu.po (renamed from translations/source/ks/sw/source/ui/lingu.po)0
-rw-r--r--source/ks/sw/source/ui/misc.po (renamed from translations/source/ks/sw/source/ui/misc.po)0
-rw-r--r--source/ks/sw/source/ui/ribbar.po (renamed from translations/source/ks/sw/source/ui/ribbar.po)0
-rw-r--r--source/ks/sw/source/ui/shells.po (renamed from translations/source/ks/sw/source/ui/shells.po)0
-rw-r--r--source/ks/sw/source/ui/smartmenu.po (renamed from translations/source/ks/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ks/sw/source/ui/table.po (renamed from translations/source/ks/sw/source/ui/table.po)0
-rw-r--r--source/ks/sw/source/ui/uiview.po (renamed from translations/source/ks/sw/source/ui/uiview.po)0
-rw-r--r--source/ks/sw/source/ui/utlui.po (renamed from translations/source/ks/sw/source/ui/utlui.po)0
-rw-r--r--source/ks/sw/source/ui/web.po (renamed from translations/source/ks/sw/source/ui/web.po)0
-rw-r--r--source/ks/sw/source/ui/wrtsh.po (renamed from translations/source/ks/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ks/swext/mediawiki/help.po (renamed from translations/source/ks/swext/mediawiki/help.po)0
-rw-r--r--source/ks/swext/mediawiki/src.po (renamed from translations/source/ks/swext/mediawiki/src.po)0
-rw-r--r--source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ks/sysui/desktop/share.po (renamed from translations/source/ks/sysui/desktop/share.po)0
-rw-r--r--source/ks/uui/source.po (renamed from translations/source/ks/uui/source.po)0
-rw-r--r--source/ks/vcl/source/src.po (renamed from translations/source/ks/vcl/source/src.po)0
-rw-r--r--source/ks/wizards/source/euro.po (renamed from translations/source/ks/wizards/source/euro.po)0
-rw-r--r--source/ks/wizards/source/formwizard.po (renamed from translations/source/ks/wizards/source/formwizard.po)0
-rw-r--r--source/ks/wizards/source/importwizard.po (renamed from translations/source/ks/wizards/source/importwizard.po)0
-rw-r--r--source/ks/wizards/source/schedule.po (renamed from translations/source/ks/wizards/source/schedule.po)0
-rw-r--r--source/ks/wizards/source/template.po (renamed from translations/source/ks/wizards/source/template.po)0
-rw-r--r--source/ks/xmlsecurity/source/component.po (renamed from translations/source/ks/xmlsecurity/source/component.po)0
-rw-r--r--source/ks/xmlsecurity/source/dialogs.po (renamed from translations/source/ks/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ku/accessibility/source/helper.po (renamed from translations/source/ku/accessibility/source/helper.po)0
-rw-r--r--source/ku/avmedia/source/framework.po (renamed from translations/source/ku/avmedia/source/framework.po)0
-rw-r--r--source/ku/avmedia/source/viewer.po (renamed from translations/source/ku/avmedia/source/viewer.po)0
-rw-r--r--source/ku/basctl/source/basicide.po (renamed from translations/source/ku/basctl/source/basicide.po)0
-rw-r--r--source/ku/basctl/source/dlged.po (renamed from translations/source/ku/basctl/source/dlged.po)0
-rw-r--r--source/ku/basic/source/classes.po (renamed from translations/source/ku/basic/source/classes.po)0
-rw-r--r--source/ku/basic/source/sbx.po (renamed from translations/source/ku/basic/source/sbx.po)0
-rw-r--r--source/ku/chart2/source/controller/dialogs.po (renamed from translations/source/ku/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ku/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ku/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ku/connectivity/source/resource.po (renamed from translations/source/ku/connectivity/source/resource.po)0
-rw-r--r--source/ku/cui/source/customize.po (renamed from translations/source/ku/cui/source/customize.po)0
-rw-r--r--source/ku/cui/source/dialogs.po (renamed from translations/source/ku/cui/source/dialogs.po)0
-rw-r--r--source/ku/cui/source/options.po (renamed from translations/source/ku/cui/source/options.po)0
-rw-r--r--source/ku/cui/source/tabpages.po (renamed from translations/source/ku/cui/source/tabpages.po)0
-rw-r--r--source/ku/dbaccess/source/core/resource.po (renamed from translations/source/ku/dbaccess/source/core/resource.po)0
-rw-r--r--source/ku/dbaccess/source/ext/macromigration.po (renamed from translations/source/ku/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ku/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ku/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ku/dbaccess/source/ui/app.po (renamed from translations/source/ku/dbaccess/source/ui/app.po)0
-rw-r--r--source/ku/dbaccess/source/ui/browser.po (renamed from translations/source/ku/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ku/dbaccess/source/ui/control.po (renamed from translations/source/ku/dbaccess/source/ui/control.po)0
-rw-r--r--source/ku/dbaccess/source/ui/dlg.po (renamed from translations/source/ku/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ku/dbaccess/source/ui/inc.po (renamed from translations/source/ku/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ku/dbaccess/source/ui/misc.po (renamed from translations/source/ku/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ku/dbaccess/source/ui/querydesign.po (renamed from translations/source/ku/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ku/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ku/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ku/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ku/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ku/dbaccess/source/ui/uno.po (renamed from translations/source/ku/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ku/desktop/source/app.po (renamed from translations/source/ku/desktop/source/app.po)0
-rw-r--r--source/ku/desktop/source/deployment/gui.po (renamed from translations/source/ku/desktop/source/deployment/gui.po)0
-rw-r--r--source/ku/desktop/source/deployment/manager.po (renamed from translations/source/ku/desktop/source/deployment/manager.po)0
-rw-r--r--source/ku/desktop/source/deployment/misc.po (renamed from translations/source/ku/desktop/source/deployment/misc.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry.po (renamed from translations/source/ku/desktop/source/deployment/registry.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/component.po (renamed from translations/source/ku/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ku/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/help.po (renamed from translations/source/ku/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/package.po (renamed from translations/source/ku/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/script.po (renamed from translations/source/ku/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ku/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ku/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ku/desktop/source/deployment/unopkg.po (renamed from translations/source/ku/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ku/dictionaries/af_ZA.po (renamed from translations/source/ku/dictionaries/af_ZA.po)0
-rw-r--r--source/ku/dictionaries/an_ES.po (renamed from translations/source/ku/dictionaries/an_ES.po)0
-rw-r--r--source/ku/dictionaries/ar.po (renamed from translations/source/ku/dictionaries/ar.po)0
-rw-r--r--source/ku/dictionaries/be_BY.po (renamed from translations/source/ku/dictionaries/be_BY.po)0
-rw-r--r--source/ku/dictionaries/bg_BG.po (renamed from translations/source/ku/dictionaries/bg_BG.po)0
-rw-r--r--source/ku/dictionaries/bn_BD.po (renamed from translations/source/ku/dictionaries/bn_BD.po)0
-rw-r--r--source/ku/dictionaries/br_FR.po (renamed from translations/source/ku/dictionaries/br_FR.po)0
-rw-r--r--source/ku/dictionaries/ca.po (renamed from translations/source/ku/dictionaries/ca.po)0
-rw-r--r--source/ku/dictionaries/cs_CZ.po (renamed from translations/source/ku/dictionaries/cs_CZ.po)0
-rw-r--r--source/ku/dictionaries/da_DK.po (renamed from translations/source/ku/dictionaries/da_DK.po)0
-rw-r--r--source/ku/dictionaries/de.po (renamed from translations/source/ku/dictionaries/de.po)0
-rw-r--r--source/ku/dictionaries/el_GR.po (renamed from translations/source/ku/dictionaries/el_GR.po)0
-rw-r--r--source/ku/dictionaries/en.po (renamed from translations/source/ku/dictionaries/en.po)0
-rw-r--r--source/ku/dictionaries/en/dialog.po (renamed from translations/source/ku/dictionaries/en/dialog.po)0
-rw-r--r--source/ku/dictionaries/es_ES.po (renamed from translations/source/ku/dictionaries/es_ES.po)0
-rw-r--r--source/ku/dictionaries/et_EE.po (renamed from translations/source/ku/dictionaries/et_EE.po)0
-rw-r--r--source/ku/dictionaries/fr_FR.po (renamed from translations/source/ku/dictionaries/fr_FR.po)0
-rw-r--r--source/ku/dictionaries/gd_GB.po (renamed from translations/source/ku/dictionaries/gd_GB.po)0
-rw-r--r--source/ku/dictionaries/gl.po (renamed from translations/source/ku/dictionaries/gl.po)0
-rw-r--r--source/ku/dictionaries/gu_IN.po (renamed from translations/source/ku/dictionaries/gu_IN.po)0
-rw-r--r--source/ku/dictionaries/he_IL.po (renamed from translations/source/ku/dictionaries/he_IL.po)0
-rw-r--r--source/ku/dictionaries/hi_IN.po (renamed from translations/source/ku/dictionaries/hi_IN.po)0
-rw-r--r--source/ku/dictionaries/hr_HR.po (renamed from translations/source/ku/dictionaries/hr_HR.po)0
-rw-r--r--source/ku/dictionaries/hu_HU.po (renamed from translations/source/ku/dictionaries/hu_HU.po)0
-rw-r--r--source/ku/dictionaries/hu_HU/dialog.po (renamed from translations/source/ku/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ku/dictionaries/it_IT.po (renamed from translations/source/ku/dictionaries/it_IT.po)0
-rw-r--r--source/ku/dictionaries/ku_TR.po (renamed from translations/source/ku/dictionaries/ku_TR.po)0
-rw-r--r--source/ku/dictionaries/lt_LT.po (renamed from translations/source/ku/dictionaries/lt_LT.po)0
-rw-r--r--source/ku/dictionaries/lv_LV.po (renamed from translations/source/ku/dictionaries/lv_LV.po)0
-rw-r--r--source/ku/dictionaries/ne_NP.po (renamed from translations/source/ku/dictionaries/ne_NP.po)0
-rw-r--r--source/ku/dictionaries/nl_NL.po (renamed from translations/source/ku/dictionaries/nl_NL.po)0
-rw-r--r--source/ku/dictionaries/no.po (renamed from translations/source/ku/dictionaries/no.po)0
-rw-r--r--source/ku/dictionaries/oc_FR.po (renamed from translations/source/ku/dictionaries/oc_FR.po)0
-rw-r--r--source/ku/dictionaries/pl_PL.po (renamed from translations/source/ku/dictionaries/pl_PL.po)0
-rw-r--r--source/ku/dictionaries/pt_BR.po (renamed from translations/source/ku/dictionaries/pt_BR.po)0
-rw-r--r--source/ku/dictionaries/pt_PT.po (renamed from translations/source/ku/dictionaries/pt_PT.po)0
-rw-r--r--source/ku/dictionaries/ro.po (renamed from translations/source/ku/dictionaries/ro.po)0
-rw-r--r--source/ku/dictionaries/ru_RU.po (renamed from translations/source/ku/dictionaries/ru_RU.po)0
-rw-r--r--source/ku/dictionaries/ru_RU/dialog.po (renamed from translations/source/ku/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ku/dictionaries/si_LK.po (renamed from translations/source/ku/dictionaries/si_LK.po)0
-rw-r--r--source/ku/dictionaries/sk_SK.po (renamed from translations/source/ku/dictionaries/sk_SK.po)0
-rw-r--r--source/ku/dictionaries/sl_SI.po (renamed from translations/source/ku/dictionaries/sl_SI.po)0
-rw-r--r--source/ku/dictionaries/sr.po (renamed from translations/source/ku/dictionaries/sr.po)0
-rw-r--r--source/ku/dictionaries/sv_SE.po (renamed from translations/source/ku/dictionaries/sv_SE.po)0
-rw-r--r--source/ku/dictionaries/sw_TZ.po (renamed from translations/source/ku/dictionaries/sw_TZ.po)0
-rw-r--r--source/ku/dictionaries/te_IN.po (renamed from translations/source/ku/dictionaries/te_IN.po)0
-rw-r--r--source/ku/dictionaries/th_TH.po (renamed from translations/source/ku/dictionaries/th_TH.po)0
-rw-r--r--source/ku/dictionaries/uk_UA.po (renamed from translations/source/ku/dictionaries/uk_UA.po)0
-rw-r--r--source/ku/dictionaries/vi.po (renamed from translations/source/ku/dictionaries/vi.po)0
-rw-r--r--source/ku/dictionaries/zu_ZA.po (renamed from translations/source/ku/dictionaries/zu_ZA.po)0
-rw-r--r--source/ku/editeng/source/accessibility.po (renamed from translations/source/ku/editeng/source/accessibility.po)0
-rw-r--r--source/ku/editeng/source/editeng.po (renamed from translations/source/ku/editeng/source/editeng.po)0
-rw-r--r--source/ku/editeng/source/items.po (renamed from translations/source/ku/editeng/source/items.po)0
-rw-r--r--source/ku/editeng/source/misc.po (renamed from translations/source/ku/editeng/source/misc.po)0
-rw-r--r--source/ku/editeng/source/outliner.po (renamed from translations/source/ku/editeng/source/outliner.po)0
-rw-r--r--source/ku/extensions/source/abpilot.po (renamed from translations/source/ku/extensions/source/abpilot.po)0
-rw-r--r--source/ku/extensions/source/bibliography.po (renamed from translations/source/ku/extensions/source/bibliography.po)0
-rw-r--r--source/ku/extensions/source/dbpilots.po (renamed from translations/source/ku/extensions/source/dbpilots.po)0
-rw-r--r--source/ku/extensions/source/propctrlr.po (renamed from translations/source/ku/extensions/source/propctrlr.po)0
-rw-r--r--source/ku/extensions/source/scanner.po (renamed from translations/source/ku/extensions/source/scanner.po)0
-rw-r--r--source/ku/extensions/source/update/check.po (renamed from translations/source/ku/extensions/source/update/check.po)0
-rw-r--r--source/ku/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ku/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ku/filter/source/config/fragments/filters.po (renamed from translations/source/ku/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ku/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ku/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ku/filter/source/config/fragments/types.po (renamed from translations/source/ku/filter/source/config/fragments/types.po)0
-rw-r--r--source/ku/filter/source/flash.po (renamed from translations/source/ku/filter/source/flash.po)0
-rw-r--r--source/ku/filter/source/graphicfilter/eps.po (renamed from translations/source/ku/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ku/filter/source/pdf.po (renamed from translations/source/ku/filter/source/pdf.po)0
-rw-r--r--source/ku/filter/source/t602.po (renamed from translations/source/ku/filter/source/t602.po)0
-rw-r--r--source/ku/filter/source/xsltdialog.po (renamed from translations/source/ku/filter/source/xsltdialog.po)0
-rw-r--r--source/ku/forms/source/resource.po (renamed from translations/source/ku/forms/source/resource.po)0
-rw-r--r--source/ku/formula/source/core/resource.po (renamed from translations/source/ku/formula/source/core/resource.po)0
-rw-r--r--source/ku/formula/source/ui/dlg.po (renamed from translations/source/ku/formula/source/ui/dlg.po)0
-rw-r--r--source/ku/fpicker/source/office.po (renamed from translations/source/ku/fpicker/source/office.po)0
-rw-r--r--source/ku/framework/source/classes.po (renamed from translations/source/ku/framework/source/classes.po)0
-rw-r--r--source/ku/framework/source/services.po (renamed from translations/source/ku/framework/source/services.po)0
-rw-r--r--source/ku/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ku/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ku/mysqlc/source.po (renamed from translations/source/ku/mysqlc/source.po)0
-rw-r--r--source/ku/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ku/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ku/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ku/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ku/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ku/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ku/nlpsolver/src/locale.po (renamed from translations/source/ku/nlpsolver/src/locale.po)0
-rw-r--r--source/ku/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ku/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ku/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ku/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ku/padmin/source.po (renamed from translations/source/ku/padmin/source.po)0
-rw-r--r--source/ku/readlicense_oo/docs/readme.po (renamed from translations/source/ku/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ku/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ku/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ku/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ku/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ku/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ku/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ku/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ku/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ku/reportbuilder/util.po (renamed from translations/source/ku/reportbuilder/util.po)0
-rw-r--r--source/ku/reportdesign/source/core/resource.po (renamed from translations/source/ku/reportdesign/source/core/resource.po)0
-rw-r--r--source/ku/reportdesign/source/ui/dlg.po (renamed from translations/source/ku/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ku/reportdesign/source/ui/inspection.po (renamed from translations/source/ku/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ku/reportdesign/source/ui/report.po (renamed from translations/source/ku/reportdesign/source/ui/report.po)0
-rw-r--r--source/ku/sc/source/core/src.po (renamed from translations/source/ku/sc/source/core/src.po)0
-rw-r--r--source/ku/sc/source/ui/cctrl.po (renamed from translations/source/ku/sc/source/ui/cctrl.po)0
-rw-r--r--source/ku/sc/source/ui/dbgui.po (renamed from translations/source/ku/sc/source/ui/dbgui.po)0
-rw-r--r--source/ku/sc/source/ui/docshell.po (renamed from translations/source/ku/sc/source/ui/docshell.po)0
-rw-r--r--source/ku/sc/source/ui/drawfunc.po (renamed from translations/source/ku/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ku/sc/source/ui/formdlg.po (renamed from translations/source/ku/sc/source/ui/formdlg.po)0
-rw-r--r--source/ku/sc/source/ui/miscdlgs.po (renamed from translations/source/ku/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ku/sc/source/ui/navipi.po (renamed from translations/source/ku/sc/source/ui/navipi.po)0
-rw-r--r--source/ku/sc/source/ui/optdlg.po (renamed from translations/source/ku/sc/source/ui/optdlg.po)0
-rw-r--r--source/ku/sc/source/ui/pagedlg.po (renamed from translations/source/ku/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ku/sc/source/ui/src.po (renamed from translations/source/ku/sc/source/ui/src.po)0
-rw-r--r--source/ku/sc/source/ui/styleui.po (renamed from translations/source/ku/sc/source/ui/styleui.po)0
-rw-r--r--source/ku/scaddins/source/analysis.po (renamed from translations/source/ku/scaddins/source/analysis.po)0
-rw-r--r--source/ku/scaddins/source/datefunc.po (renamed from translations/source/ku/scaddins/source/datefunc.po)0
-rw-r--r--source/ku/sccomp/source/solver.po (renamed from translations/source/ku/sccomp/source/solver.po)0
-rw-r--r--source/ku/scp2/source/accessories.po (renamed from translations/source/ku/scp2/source/accessories.po)0
-rw-r--r--source/ku/scp2/source/activex.po (renamed from translations/source/ku/scp2/source/activex.po)0
-rw-r--r--source/ku/scp2/source/base.po (renamed from translations/source/ku/scp2/source/base.po)0
-rw-r--r--source/ku/scp2/source/binfilter.po (renamed from translations/source/ku/scp2/source/binfilter.po)0
-rw-r--r--source/ku/scp2/source/calc.po (renamed from translations/source/ku/scp2/source/calc.po)0
-rw-r--r--source/ku/scp2/source/draw.po (renamed from translations/source/ku/scp2/source/draw.po)0
-rw-r--r--source/ku/scp2/source/extensions.po (renamed from translations/source/ku/scp2/source/extensions.po)0
-rw-r--r--source/ku/scp2/source/gnome.po (renamed from translations/source/ku/scp2/source/gnome.po)0
-rw-r--r--source/ku/scp2/source/graphicfilter.po (renamed from translations/source/ku/scp2/source/graphicfilter.po)0
-rw-r--r--source/ku/scp2/source/impress.po (renamed from translations/source/ku/scp2/source/impress.po)0
-rw-r--r--source/ku/scp2/source/javafilter.po (renamed from translations/source/ku/scp2/source/javafilter.po)0
-rw-r--r--source/ku/scp2/source/kde.po (renamed from translations/source/ku/scp2/source/kde.po)0
-rw-r--r--source/ku/scp2/source/math.po (renamed from translations/source/ku/scp2/source/math.po)0
-rw-r--r--source/ku/scp2/source/onlineupdate.po (renamed from translations/source/ku/scp2/source/onlineupdate.po)0
-rw-r--r--source/ku/scp2/source/ooo.po (renamed from translations/source/ku/scp2/source/ooo.po)0
-rw-r--r--source/ku/scp2/source/python.po (renamed from translations/source/ku/scp2/source/python.po)0
-rw-r--r--source/ku/scp2/source/quickstart.po (renamed from translations/source/ku/scp2/source/quickstart.po)0
-rw-r--r--source/ku/scp2/source/sdkoo.po (renamed from translations/source/ku/scp2/source/sdkoo.po)0
-rw-r--r--source/ku/scp2/source/smoketest.po (renamed from translations/source/ku/scp2/source/smoketest.po)0
-rw-r--r--source/ku/scp2/source/stdlibs.po (renamed from translations/source/ku/scp2/source/stdlibs.po)0
-rw-r--r--source/ku/scp2/source/tde.po (renamed from translations/source/ku/scp2/source/tde.po)0
-rw-r--r--source/ku/scp2/source/winexplorerext.po (renamed from translations/source/ku/scp2/source/winexplorerext.po)0
-rw-r--r--source/ku/scp2/source/writer.po (renamed from translations/source/ku/scp2/source/writer.po)0
-rw-r--r--source/ku/scp2/source/xsltfilter.po (renamed from translations/source/ku/scp2/source/xsltfilter.po)0
-rw-r--r--source/ku/scripting/source/pyprov.po (renamed from translations/source/ku/scripting/source/pyprov.po)0
-rw-r--r--source/ku/sd/source/core.po (renamed from translations/source/ku/sd/source/core.po)0
-rw-r--r--source/ku/sd/source/filter/html.po (renamed from translations/source/ku/sd/source/filter/html.po)0
-rw-r--r--source/ku/sd/source/ui/accessibility.po (renamed from translations/source/ku/sd/source/ui/accessibility.po)0
-rw-r--r--source/ku/sd/source/ui/animations.po (renamed from translations/source/ku/sd/source/ui/animations.po)0
-rw-r--r--source/ku/sd/source/ui/annotations.po (renamed from translations/source/ku/sd/source/ui/annotations.po)0
-rw-r--r--source/ku/sd/source/ui/app.po (renamed from translations/source/ku/sd/source/ui/app.po)0
-rw-r--r--source/ku/sd/source/ui/dlg.po (renamed from translations/source/ku/sd/source/ui/dlg.po)0
-rw-r--r--source/ku/sd/source/ui/slideshow.po (renamed from translations/source/ku/sd/source/ui/slideshow.po)0
-rw-r--r--source/ku/sd/source/ui/table.po (renamed from translations/source/ku/sd/source/ui/table.po)0
-rw-r--r--source/ku/sd/source/ui/view.po (renamed from translations/source/ku/sd/source/ui/view.po)0
-rw-r--r--source/ku/sdext/source/minimizer.po (renamed from translations/source/ku/sdext/source/minimizer.po)0
-rw-r--r--source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ku/sdext/source/pdfimport.po (renamed from translations/source/ku/sdext/source/pdfimport.po)0
-rw-r--r--source/ku/sdext/source/presenter.po (renamed from translations/source/ku/sdext/source/presenter.po)0
-rw-r--r--source/ku/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ku/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ku/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ku/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ku/setup_native/source/mac.po (renamed from translations/source/ku/setup_native/source/mac.po)0
-rw-r--r--source/ku/sfx2/source/appl.po (renamed from translations/source/ku/sfx2/source/appl.po)0
-rw-r--r--source/ku/sfx2/source/bastyp.po (renamed from translations/source/ku/sfx2/source/bastyp.po)0
-rw-r--r--source/ku/sfx2/source/dialog.po (renamed from translations/source/ku/sfx2/source/dialog.po)0
-rw-r--r--source/ku/sfx2/source/doc.po (renamed from translations/source/ku/sfx2/source/doc.po)0
-rw-r--r--source/ku/sfx2/source/menu.po (renamed from translations/source/ku/sfx2/source/menu.po)0
-rw-r--r--source/ku/sfx2/source/view.po (renamed from translations/source/ku/sfx2/source/view.po)0
-rw-r--r--source/ku/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ku/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ku/starmath/source.po (renamed from translations/source/ku/starmath/source.po)0
-rw-r--r--source/ku/svl/source/items.po (renamed from translations/source/ku/svl/source/items.po)0
-rw-r--r--source/ku/svl/source/misc.po (renamed from translations/source/ku/svl/source/misc.po)0
-rw-r--r--source/ku/svtools/source/contnr.po (renamed from translations/source/ku/svtools/source/contnr.po)0
-rw-r--r--source/ku/svtools/source/control.po (renamed from translations/source/ku/svtools/source/control.po)0
-rw-r--r--source/ku/svtools/source/dialogs.po (renamed from translations/source/ku/svtools/source/dialogs.po)0
-rw-r--r--source/ku/svtools/source/filter.po (renamed from translations/source/ku/svtools/source/filter.po)0
-rw-r--r--source/ku/svtools/source/java.po (renamed from translations/source/ku/svtools/source/java.po)0
-rw-r--r--source/ku/svtools/source/misc.po (renamed from translations/source/ku/svtools/source/misc.po)0
-rw-r--r--source/ku/svtools/source/toolpanel.po (renamed from translations/source/ku/svtools/source/toolpanel.po)0
-rw-r--r--source/ku/svtools/workben/unodialog.po (renamed from translations/source/ku/svtools/workben/unodialog.po)0
-rw-r--r--source/ku/svx/inc.po (renamed from translations/source/ku/svx/inc.po)0
-rw-r--r--source/ku/svx/source/accessibility.po (renamed from translations/source/ku/svx/source/accessibility.po)0
-rw-r--r--source/ku/svx/source/dialog.po (renamed from translations/source/ku/svx/source/dialog.po)0
-rw-r--r--source/ku/svx/source/engine3d.po (renamed from translations/source/ku/svx/source/engine3d.po)0
-rw-r--r--source/ku/svx/source/fmcomp.po (renamed from translations/source/ku/svx/source/fmcomp.po)0
-rw-r--r--source/ku/svx/source/form.po (renamed from translations/source/ku/svx/source/form.po)0
-rw-r--r--source/ku/svx/source/gallery2.po (renamed from translations/source/ku/svx/source/gallery2.po)0
-rw-r--r--source/ku/svx/source/items.po (renamed from translations/source/ku/svx/source/items.po)0
-rw-r--r--source/ku/svx/source/src.po (renamed from translations/source/ku/svx/source/src.po)0
-rw-r--r--source/ku/svx/source/stbctrls.po (renamed from translations/source/ku/svx/source/stbctrls.po)0
-rw-r--r--source/ku/svx/source/svdraw.po (renamed from translations/source/ku/svx/source/svdraw.po)0
-rw-r--r--source/ku/svx/source/table.po (renamed from translations/source/ku/svx/source/table.po)0
-rw-r--r--source/ku/svx/source/tbxctrls.po (renamed from translations/source/ku/svx/source/tbxctrls.po)0
-rw-r--r--source/ku/svx/source/toolbars.po (renamed from translations/source/ku/svx/source/toolbars.po)0
-rw-r--r--source/ku/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ku/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ku/sw/source/core/layout.po (renamed from translations/source/ku/sw/source/core/layout.po)0
-rw-r--r--source/ku/sw/source/core/undo.po (renamed from translations/source/ku/sw/source/core/undo.po)0
-rw-r--r--source/ku/sw/source/core/unocore.po (renamed from translations/source/ku/sw/source/core/unocore.po)0
-rw-r--r--source/ku/sw/source/ui/app.po (renamed from translations/source/ku/sw/source/ui/app.po)0
-rw-r--r--source/ku/sw/source/ui/chrdlg.po (renamed from translations/source/ku/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ku/sw/source/ui/config.po (renamed from translations/source/ku/sw/source/ui/config.po)0
-rw-r--r--source/ku/sw/source/ui/dbui.po (renamed from translations/source/ku/sw/source/ui/dbui.po)0
-rw-r--r--source/ku/sw/source/ui/dialog.po (renamed from translations/source/ku/sw/source/ui/dialog.po)0
-rw-r--r--source/ku/sw/source/ui/dochdl.po (renamed from translations/source/ku/sw/source/ui/dochdl.po)0
-rw-r--r--source/ku/sw/source/ui/docvw.po (renamed from translations/source/ku/sw/source/ui/docvw.po)0
-rw-r--r--source/ku/sw/source/ui/envelp.po (renamed from translations/source/ku/sw/source/ui/envelp.po)0
-rw-r--r--source/ku/sw/source/ui/fldui.po (renamed from translations/source/ku/sw/source/ui/fldui.po)0
-rw-r--r--source/ku/sw/source/ui/fmtui.po (renamed from translations/source/ku/sw/source/ui/fmtui.po)0
-rw-r--r--source/ku/sw/source/ui/frmdlg.po (renamed from translations/source/ku/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ku/sw/source/ui/globdoc.po (renamed from translations/source/ku/sw/source/ui/globdoc.po)0
-rw-r--r--source/ku/sw/source/ui/index.po (renamed from translations/source/ku/sw/source/ui/index.po)0
-rw-r--r--source/ku/sw/source/ui/lingu.po (renamed from translations/source/ku/sw/source/ui/lingu.po)0
-rw-r--r--source/ku/sw/source/ui/misc.po (renamed from translations/source/ku/sw/source/ui/misc.po)0
-rw-r--r--source/ku/sw/source/ui/ribbar.po (renamed from translations/source/ku/sw/source/ui/ribbar.po)0
-rw-r--r--source/ku/sw/source/ui/shells.po (renamed from translations/source/ku/sw/source/ui/shells.po)0
-rw-r--r--source/ku/sw/source/ui/smartmenu.po (renamed from translations/source/ku/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ku/sw/source/ui/table.po (renamed from translations/source/ku/sw/source/ui/table.po)0
-rw-r--r--source/ku/sw/source/ui/uiview.po (renamed from translations/source/ku/sw/source/ui/uiview.po)0
-rw-r--r--source/ku/sw/source/ui/utlui.po (renamed from translations/source/ku/sw/source/ui/utlui.po)0
-rw-r--r--source/ku/sw/source/ui/web.po (renamed from translations/source/ku/sw/source/ui/web.po)0
-rw-r--r--source/ku/sw/source/ui/wrtsh.po (renamed from translations/source/ku/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ku/swext/mediawiki/help.po (renamed from translations/source/ku/swext/mediawiki/help.po)0
-rw-r--r--source/ku/swext/mediawiki/src.po (renamed from translations/source/ku/swext/mediawiki/src.po)0
-rw-r--r--source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ku/sysui/desktop/share.po (renamed from translations/source/ku/sysui/desktop/share.po)0
-rw-r--r--source/ku/uui/source.po (renamed from translations/source/ku/uui/source.po)0
-rw-r--r--source/ku/vcl/source/src.po (renamed from translations/source/ku/vcl/source/src.po)0
-rw-r--r--source/ku/wizards/source/euro.po (renamed from translations/source/ku/wizards/source/euro.po)0
-rw-r--r--source/ku/wizards/source/formwizard.po (renamed from translations/source/ku/wizards/source/formwizard.po)0
-rw-r--r--source/ku/wizards/source/importwizard.po (renamed from translations/source/ku/wizards/source/importwizard.po)0
-rw-r--r--source/ku/wizards/source/schedule.po (renamed from translations/source/ku/wizards/source/schedule.po)0
-rw-r--r--source/ku/wizards/source/template.po (renamed from translations/source/ku/wizards/source/template.po)0
-rw-r--r--source/ku/xmlsecurity/source/component.po (renamed from translations/source/ku/xmlsecurity/source/component.po)0
-rw-r--r--source/ku/xmlsecurity/source/dialogs.po (renamed from translations/source/ku/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/lb/accessibility/source/helper.po (renamed from translations/source/lb/accessibility/source/helper.po)0
-rw-r--r--source/lb/avmedia/source/framework.po (renamed from translations/source/lb/avmedia/source/framework.po)0
-rw-r--r--source/lb/avmedia/source/viewer.po (renamed from translations/source/lb/avmedia/source/viewer.po)0
-rw-r--r--source/lb/basctl/source/basicide.po (renamed from translations/source/lb/basctl/source/basicide.po)0
-rw-r--r--source/lb/basctl/source/dlged.po (renamed from translations/source/lb/basctl/source/dlged.po)0
-rw-r--r--source/lb/basic/source/classes.po (renamed from translations/source/lb/basic/source/classes.po)0
-rw-r--r--source/lb/basic/source/sbx.po (renamed from translations/source/lb/basic/source/sbx.po)0
-rw-r--r--source/lb/chart2/source/controller/dialogs.po (renamed from translations/source/lb/chart2/source/controller/dialogs.po)0
-rw-r--r--source/lb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/lb/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/lb/connectivity/source/resource.po (renamed from translations/source/lb/connectivity/source/resource.po)0
-rw-r--r--source/lb/cui/source/customize.po (renamed from translations/source/lb/cui/source/customize.po)0
-rw-r--r--source/lb/cui/source/dialogs.po (renamed from translations/source/lb/cui/source/dialogs.po)0
-rw-r--r--source/lb/cui/source/options.po (renamed from translations/source/lb/cui/source/options.po)0
-rw-r--r--source/lb/cui/source/tabpages.po (renamed from translations/source/lb/cui/source/tabpages.po)0
-rw-r--r--source/lb/dbaccess/source/core/resource.po (renamed from translations/source/lb/dbaccess/source/core/resource.po)0
-rw-r--r--source/lb/dbaccess/source/ext/macromigration.po (renamed from translations/source/lb/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/lb/dbaccess/source/sdbtools/resource.po (renamed from translations/source/lb/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/lb/dbaccess/source/ui/app.po (renamed from translations/source/lb/dbaccess/source/ui/app.po)0
-rw-r--r--source/lb/dbaccess/source/ui/browser.po (renamed from translations/source/lb/dbaccess/source/ui/browser.po)0
-rw-r--r--source/lb/dbaccess/source/ui/control.po (renamed from translations/source/lb/dbaccess/source/ui/control.po)0
-rw-r--r--source/lb/dbaccess/source/ui/dlg.po (renamed from translations/source/lb/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/lb/dbaccess/source/ui/inc.po (renamed from translations/source/lb/dbaccess/source/ui/inc.po)0
-rw-r--r--source/lb/dbaccess/source/ui/misc.po (renamed from translations/source/lb/dbaccess/source/ui/misc.po)0
-rw-r--r--source/lb/dbaccess/source/ui/querydesign.po (renamed from translations/source/lb/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/lb/dbaccess/source/ui/relationdesign.po (renamed from translations/source/lb/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/lb/dbaccess/source/ui/tabledesign.po (renamed from translations/source/lb/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/lb/dbaccess/source/ui/uno.po (renamed from translations/source/lb/dbaccess/source/ui/uno.po)0
-rw-r--r--source/lb/desktop/source/app.po (renamed from translations/source/lb/desktop/source/app.po)0
-rw-r--r--source/lb/desktop/source/deployment/gui.po (renamed from translations/source/lb/desktop/source/deployment/gui.po)0
-rw-r--r--source/lb/desktop/source/deployment/manager.po (renamed from translations/source/lb/desktop/source/deployment/manager.po)0
-rw-r--r--source/lb/desktop/source/deployment/misc.po (renamed from translations/source/lb/desktop/source/deployment/misc.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry.po (renamed from translations/source/lb/desktop/source/deployment/registry.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/component.po (renamed from translations/source/lb/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/configuration.po (renamed from translations/source/lb/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/help.po (renamed from translations/source/lb/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/package.po (renamed from translations/source/lb/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/script.po (renamed from translations/source/lb/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/lb/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/lb/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/lb/desktop/source/deployment/unopkg.po (renamed from translations/source/lb/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/lb/dictionaries/af_ZA.po (renamed from translations/source/lb/dictionaries/af_ZA.po)0
-rw-r--r--source/lb/dictionaries/an_ES.po (renamed from translations/source/lb/dictionaries/an_ES.po)0
-rw-r--r--source/lb/dictionaries/ar.po (renamed from translations/source/lb/dictionaries/ar.po)0
-rw-r--r--source/lb/dictionaries/be_BY.po (renamed from translations/source/lb/dictionaries/be_BY.po)0
-rw-r--r--source/lb/dictionaries/bg_BG.po (renamed from translations/source/lb/dictionaries/bg_BG.po)0
-rw-r--r--source/lb/dictionaries/bn_BD.po (renamed from translations/source/lb/dictionaries/bn_BD.po)0
-rw-r--r--source/lb/dictionaries/br_FR.po (renamed from translations/source/lb/dictionaries/br_FR.po)0
-rw-r--r--source/lb/dictionaries/ca.po (renamed from translations/source/lb/dictionaries/ca.po)0
-rw-r--r--source/lb/dictionaries/cs_CZ.po (renamed from translations/source/lb/dictionaries/cs_CZ.po)0
-rw-r--r--source/lb/dictionaries/da_DK.po (renamed from translations/source/lb/dictionaries/da_DK.po)0
-rw-r--r--source/lb/dictionaries/de.po (renamed from translations/source/lb/dictionaries/de.po)0
-rw-r--r--source/lb/dictionaries/el_GR.po (renamed from translations/source/lb/dictionaries/el_GR.po)0
-rw-r--r--source/lb/dictionaries/en.po (renamed from translations/source/lb/dictionaries/en.po)0
-rw-r--r--source/lb/dictionaries/en/dialog.po (renamed from translations/source/lb/dictionaries/en/dialog.po)0
-rw-r--r--source/lb/dictionaries/es_ES.po (renamed from translations/source/lb/dictionaries/es_ES.po)0
-rw-r--r--source/lb/dictionaries/et_EE.po (renamed from translations/source/lb/dictionaries/et_EE.po)0
-rw-r--r--source/lb/dictionaries/fr_FR.po (renamed from translations/source/lb/dictionaries/fr_FR.po)0
-rw-r--r--source/lb/dictionaries/gd_GB.po (renamed from translations/source/lb/dictionaries/gd_GB.po)0
-rw-r--r--source/lb/dictionaries/gl.po (renamed from translations/source/lb/dictionaries/gl.po)0
-rw-r--r--source/lb/dictionaries/gu_IN.po (renamed from translations/source/lb/dictionaries/gu_IN.po)0
-rw-r--r--source/lb/dictionaries/he_IL.po (renamed from translations/source/lb/dictionaries/he_IL.po)0
-rw-r--r--source/lb/dictionaries/hi_IN.po (renamed from translations/source/lb/dictionaries/hi_IN.po)0
-rw-r--r--source/lb/dictionaries/hr_HR.po (renamed from translations/source/lb/dictionaries/hr_HR.po)0
-rw-r--r--source/lb/dictionaries/hu_HU.po (renamed from translations/source/lb/dictionaries/hu_HU.po)0
-rw-r--r--source/lb/dictionaries/hu_HU/dialog.po (renamed from translations/source/lb/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/lb/dictionaries/it_IT.po (renamed from translations/source/lb/dictionaries/it_IT.po)0
-rw-r--r--source/lb/dictionaries/ku_TR.po (renamed from translations/source/lb/dictionaries/ku_TR.po)0
-rw-r--r--source/lb/dictionaries/lt_LT.po (renamed from translations/source/lb/dictionaries/lt_LT.po)0
-rw-r--r--source/lb/dictionaries/lv_LV.po (renamed from translations/source/lb/dictionaries/lv_LV.po)0
-rw-r--r--source/lb/dictionaries/ne_NP.po (renamed from translations/source/lb/dictionaries/ne_NP.po)0
-rw-r--r--source/lb/dictionaries/nl_NL.po (renamed from translations/source/lb/dictionaries/nl_NL.po)0
-rw-r--r--source/lb/dictionaries/no.po (renamed from translations/source/lb/dictionaries/no.po)0
-rw-r--r--source/lb/dictionaries/oc_FR.po (renamed from translations/source/lb/dictionaries/oc_FR.po)0
-rw-r--r--source/lb/dictionaries/pl_PL.po (renamed from translations/source/lb/dictionaries/pl_PL.po)0
-rw-r--r--source/lb/dictionaries/pt_BR.po (renamed from translations/source/lb/dictionaries/pt_BR.po)0
-rw-r--r--source/lb/dictionaries/pt_PT.po (renamed from translations/source/lb/dictionaries/pt_PT.po)0
-rw-r--r--source/lb/dictionaries/ro.po (renamed from translations/source/lb/dictionaries/ro.po)0
-rw-r--r--source/lb/dictionaries/ru_RU.po (renamed from translations/source/lb/dictionaries/ru_RU.po)0
-rw-r--r--source/lb/dictionaries/ru_RU/dialog.po (renamed from translations/source/lb/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/lb/dictionaries/si_LK.po (renamed from translations/source/lb/dictionaries/si_LK.po)0
-rw-r--r--source/lb/dictionaries/sk_SK.po (renamed from translations/source/lb/dictionaries/sk_SK.po)0
-rw-r--r--source/lb/dictionaries/sl_SI.po (renamed from translations/source/lb/dictionaries/sl_SI.po)0
-rw-r--r--source/lb/dictionaries/sr.po (renamed from translations/source/lb/dictionaries/sr.po)0
-rw-r--r--source/lb/dictionaries/sv_SE.po (renamed from translations/source/lb/dictionaries/sv_SE.po)0
-rw-r--r--source/lb/dictionaries/sw_TZ.po (renamed from translations/source/lb/dictionaries/sw_TZ.po)0
-rw-r--r--source/lb/dictionaries/te_IN.po (renamed from translations/source/lb/dictionaries/te_IN.po)0
-rw-r--r--source/lb/dictionaries/th_TH.po (renamed from translations/source/lb/dictionaries/th_TH.po)0
-rw-r--r--source/lb/dictionaries/uk_UA.po (renamed from translations/source/lb/dictionaries/uk_UA.po)0
-rw-r--r--source/lb/dictionaries/vi.po (renamed from translations/source/lb/dictionaries/vi.po)0
-rw-r--r--source/lb/dictionaries/zu_ZA.po (renamed from translations/source/lb/dictionaries/zu_ZA.po)0
-rw-r--r--source/lb/editeng/source/accessibility.po (renamed from translations/source/lb/editeng/source/accessibility.po)0
-rw-r--r--source/lb/editeng/source/editeng.po (renamed from translations/source/lb/editeng/source/editeng.po)0
-rw-r--r--source/lb/editeng/source/items.po (renamed from translations/source/lb/editeng/source/items.po)0
-rw-r--r--source/lb/editeng/source/misc.po (renamed from translations/source/lb/editeng/source/misc.po)0
-rw-r--r--source/lb/editeng/source/outliner.po (renamed from translations/source/lb/editeng/source/outliner.po)0
-rw-r--r--source/lb/extensions/source/abpilot.po (renamed from translations/source/lb/extensions/source/abpilot.po)0
-rw-r--r--source/lb/extensions/source/bibliography.po (renamed from translations/source/lb/extensions/source/bibliography.po)0
-rw-r--r--source/lb/extensions/source/dbpilots.po (renamed from translations/source/lb/extensions/source/dbpilots.po)0
-rw-r--r--source/lb/extensions/source/propctrlr.po (renamed from translations/source/lb/extensions/source/propctrlr.po)0
-rw-r--r--source/lb/extensions/source/scanner.po (renamed from translations/source/lb/extensions/source/scanner.po)0
-rw-r--r--source/lb/extensions/source/update/check.po (renamed from translations/source/lb/extensions/source/update/check.po)0
-rw-r--r--source/lb/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/lb/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/lb/filter/source/config/fragments/filters.po (renamed from translations/source/lb/filter/source/config/fragments/filters.po)0
-rw-r--r--source/lb/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/lb/filter/source/config/fragments/types.po (renamed from translations/source/lb/filter/source/config/fragments/types.po)0
-rw-r--r--source/lb/filter/source/flash.po (renamed from translations/source/lb/filter/source/flash.po)0
-rw-r--r--source/lb/filter/source/graphicfilter/eps.po (renamed from translations/source/lb/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/lb/filter/source/pdf.po (renamed from translations/source/lb/filter/source/pdf.po)0
-rw-r--r--source/lb/filter/source/t602.po (renamed from translations/source/lb/filter/source/t602.po)0
-rw-r--r--source/lb/filter/source/xsltdialog.po (renamed from translations/source/lb/filter/source/xsltdialog.po)0
-rw-r--r--source/lb/forms/source/resource.po (renamed from translations/source/lb/forms/source/resource.po)0
-rw-r--r--source/lb/formula/source/core/resource.po (renamed from translations/source/lb/formula/source/core/resource.po)0
-rw-r--r--source/lb/formula/source/ui/dlg.po (renamed from translations/source/lb/formula/source/ui/dlg.po)0
-rw-r--r--source/lb/fpicker/source/office.po (renamed from translations/source/lb/fpicker/source/office.po)0
-rw-r--r--source/lb/framework/source/classes.po (renamed from translations/source/lb/framework/source/classes.po)0
-rw-r--r--source/lb/framework/source/services.po (renamed from translations/source/lb/framework/source/services.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/lb/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/lb/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/lb/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/lb/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc.po (renamed from translations/source/lb/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/00.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/01.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/02.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/04.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/05.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/lb/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/lb/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/schart.po (renamed from translations/source/lb/helpcontent2/source/text/schart.po)0
-rw-r--r--source/lb/helpcontent2/source/text/schart/00.po (renamed from translations/source/lb/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/schart/01.po (renamed from translations/source/lb/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/schart/02.po (renamed from translations/source/lb/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/schart/04.po (renamed from translations/source/lb/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sdraw.po (renamed from translations/source/lb/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/lb/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/lb/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/lb/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/lb/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared.po (renamed from translations/source/lb/helpcontent2/source/text/shared.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/00.po (renamed from translations/source/lb/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/01.po (renamed from translations/source/lb/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/02.po (renamed from translations/source/lb/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/04.po (renamed from translations/source/lb/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/05.po (renamed from translations/source/lb/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/07.po (renamed from translations/source/lb/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/lb/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/lb/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/lb/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/guide.po (renamed from translations/source/lb/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/lb/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress.po (renamed from translations/source/lb/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress/00.po (renamed from translations/source/lb/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress/01.po (renamed from translations/source/lb/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress/02.po (renamed from translations/source/lb/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress/04.po (renamed from translations/source/lb/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/lb/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath.po (renamed from translations/source/lb/helpcontent2/source/text/smath.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath/00.po (renamed from translations/source/lb/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath/01.po (renamed from translations/source/lb/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath/02.po (renamed from translations/source/lb/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath/04.po (renamed from translations/source/lb/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/smath/guide.po (renamed from translations/source/lb/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter.po (renamed from translations/source/lb/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter/00.po (renamed from translations/source/lb/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter/01.po (renamed from translations/source/lb/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter/02.po (renamed from translations/source/lb/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter/04.po (renamed from translations/source/lb/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/lb/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/lb/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/lb/mysqlc/source.po (renamed from translations/source/lb/mysqlc/source.po)0
-rw-r--r--source/lb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/lb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/lb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/lb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/lb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/lb/nlpsolver/src/locale.po (renamed from translations/source/lb/nlpsolver/src/locale.po)0
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/lb/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lb/padmin/source.po (renamed from translations/source/lb/padmin/source.po)0
-rw-r--r--source/lb/readlicense_oo/docs/readme.po (renamed from translations/source/lb/readlicense_oo/docs/readme.po)0
-rw-r--r--source/lb/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/lb/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/lb/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/lb/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lb/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lb/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lb/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/lb/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/lb/reportbuilder/util.po (renamed from translations/source/lb/reportbuilder/util.po)0
-rw-r--r--source/lb/reportdesign/source/core/resource.po (renamed from translations/source/lb/reportdesign/source/core/resource.po)0
-rw-r--r--source/lb/reportdesign/source/ui/dlg.po (renamed from translations/source/lb/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/lb/reportdesign/source/ui/inspection.po (renamed from translations/source/lb/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/lb/reportdesign/source/ui/report.po (renamed from translations/source/lb/reportdesign/source/ui/report.po)0
-rw-r--r--source/lb/sc/source/core/src.po (renamed from translations/source/lb/sc/source/core/src.po)0
-rw-r--r--source/lb/sc/source/ui/cctrl.po (renamed from translations/source/lb/sc/source/ui/cctrl.po)0
-rw-r--r--source/lb/sc/source/ui/dbgui.po (renamed from translations/source/lb/sc/source/ui/dbgui.po)0
-rw-r--r--source/lb/sc/source/ui/docshell.po (renamed from translations/source/lb/sc/source/ui/docshell.po)0
-rw-r--r--source/lb/sc/source/ui/drawfunc.po (renamed from translations/source/lb/sc/source/ui/drawfunc.po)0
-rw-r--r--source/lb/sc/source/ui/formdlg.po (renamed from translations/source/lb/sc/source/ui/formdlg.po)0
-rw-r--r--source/lb/sc/source/ui/miscdlgs.po (renamed from translations/source/lb/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/lb/sc/source/ui/navipi.po (renamed from translations/source/lb/sc/source/ui/navipi.po)0
-rw-r--r--source/lb/sc/source/ui/optdlg.po (renamed from translations/source/lb/sc/source/ui/optdlg.po)0
-rw-r--r--source/lb/sc/source/ui/pagedlg.po (renamed from translations/source/lb/sc/source/ui/pagedlg.po)0
-rw-r--r--source/lb/sc/source/ui/src.po (renamed from translations/source/lb/sc/source/ui/src.po)0
-rw-r--r--source/lb/sc/source/ui/styleui.po (renamed from translations/source/lb/sc/source/ui/styleui.po)0
-rw-r--r--source/lb/scaddins/source/analysis.po (renamed from translations/source/lb/scaddins/source/analysis.po)0
-rw-r--r--source/lb/scaddins/source/datefunc.po (renamed from translations/source/lb/scaddins/source/datefunc.po)0
-rw-r--r--source/lb/sccomp/source/solver.po (renamed from translations/source/lb/sccomp/source/solver.po)0
-rw-r--r--source/lb/scp2/source/accessories.po (renamed from translations/source/lb/scp2/source/accessories.po)0
-rw-r--r--source/lb/scp2/source/activex.po (renamed from translations/source/lb/scp2/source/activex.po)0
-rw-r--r--source/lb/scp2/source/base.po (renamed from translations/source/lb/scp2/source/base.po)0
-rw-r--r--source/lb/scp2/source/binfilter.po (renamed from translations/source/lb/scp2/source/binfilter.po)0
-rw-r--r--source/lb/scp2/source/calc.po (renamed from translations/source/lb/scp2/source/calc.po)0
-rw-r--r--source/lb/scp2/source/draw.po (renamed from translations/source/lb/scp2/source/draw.po)0
-rw-r--r--source/lb/scp2/source/extensions.po (renamed from translations/source/lb/scp2/source/extensions.po)0
-rw-r--r--source/lb/scp2/source/gnome.po (renamed from translations/source/lb/scp2/source/gnome.po)0
-rw-r--r--source/lb/scp2/source/graphicfilter.po (renamed from translations/source/lb/scp2/source/graphicfilter.po)0
-rw-r--r--source/lb/scp2/source/impress.po (renamed from translations/source/lb/scp2/source/impress.po)0
-rw-r--r--source/lb/scp2/source/javafilter.po (renamed from translations/source/lb/scp2/source/javafilter.po)0
-rw-r--r--source/lb/scp2/source/kde.po (renamed from translations/source/lb/scp2/source/kde.po)0
-rw-r--r--source/lb/scp2/source/math.po (renamed from translations/source/lb/scp2/source/math.po)0
-rw-r--r--source/lb/scp2/source/onlineupdate.po (renamed from translations/source/lb/scp2/source/onlineupdate.po)0
-rw-r--r--source/lb/scp2/source/ooo.po (renamed from translations/source/lb/scp2/source/ooo.po)0
-rw-r--r--source/lb/scp2/source/python.po (renamed from translations/source/lb/scp2/source/python.po)0
-rw-r--r--source/lb/scp2/source/quickstart.po (renamed from translations/source/lb/scp2/source/quickstart.po)0
-rw-r--r--source/lb/scp2/source/sdkoo.po (renamed from translations/source/lb/scp2/source/sdkoo.po)0
-rw-r--r--source/lb/scp2/source/smoketest.po (renamed from translations/source/lb/scp2/source/smoketest.po)0
-rw-r--r--source/lb/scp2/source/stdlibs.po (renamed from translations/source/lb/scp2/source/stdlibs.po)0
-rw-r--r--source/lb/scp2/source/tde.po (renamed from translations/source/lb/scp2/source/tde.po)0
-rw-r--r--source/lb/scp2/source/winexplorerext.po (renamed from translations/source/lb/scp2/source/winexplorerext.po)0
-rw-r--r--source/lb/scp2/source/writer.po (renamed from translations/source/lb/scp2/source/writer.po)0
-rw-r--r--source/lb/scp2/source/xsltfilter.po (renamed from translations/source/lb/scp2/source/xsltfilter.po)0
-rw-r--r--source/lb/scripting/source/pyprov.po (renamed from translations/source/lb/scripting/source/pyprov.po)0
-rw-r--r--source/lb/sd/source/core.po (renamed from translations/source/lb/sd/source/core.po)0
-rw-r--r--source/lb/sd/source/filter/html.po (renamed from translations/source/lb/sd/source/filter/html.po)0
-rw-r--r--source/lb/sd/source/ui/accessibility.po (renamed from translations/source/lb/sd/source/ui/accessibility.po)0
-rw-r--r--source/lb/sd/source/ui/animations.po (renamed from translations/source/lb/sd/source/ui/animations.po)0
-rw-r--r--source/lb/sd/source/ui/annotations.po (renamed from translations/source/lb/sd/source/ui/annotations.po)0
-rw-r--r--source/lb/sd/source/ui/app.po (renamed from translations/source/lb/sd/source/ui/app.po)0
-rw-r--r--source/lb/sd/source/ui/dlg.po (renamed from translations/source/lb/sd/source/ui/dlg.po)0
-rw-r--r--source/lb/sd/source/ui/slideshow.po (renamed from translations/source/lb/sd/source/ui/slideshow.po)0
-rw-r--r--source/lb/sd/source/ui/table.po (renamed from translations/source/lb/sd/source/ui/table.po)0
-rw-r--r--source/lb/sd/source/ui/view.po (renamed from translations/source/lb/sd/source/ui/view.po)0
-rw-r--r--source/lb/sdext/source/minimizer.po (renamed from translations/source/lb/sdext/source/minimizer.po)0
-rw-r--r--source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lb/sdext/source/pdfimport.po (renamed from translations/source/lb/sdext/source/pdfimport.po)0
-rw-r--r--source/lb/sdext/source/presenter.po (renamed from translations/source/lb/sdext/source/presenter.po)0
-rw-r--r--source/lb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/lb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/lb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lb/setup_native/source/mac.po (renamed from translations/source/lb/setup_native/source/mac.po)0
-rw-r--r--source/lb/sfx2/source/appl.po (renamed from translations/source/lb/sfx2/source/appl.po)0
-rw-r--r--source/lb/sfx2/source/bastyp.po (renamed from translations/source/lb/sfx2/source/bastyp.po)0
-rw-r--r--source/lb/sfx2/source/dialog.po (renamed from translations/source/lb/sfx2/source/dialog.po)0
-rw-r--r--source/lb/sfx2/source/doc.po (renamed from translations/source/lb/sfx2/source/doc.po)0
-rw-r--r--source/lb/sfx2/source/menu.po (renamed from translations/source/lb/sfx2/source/menu.po)0
-rw-r--r--source/lb/sfx2/source/view.po (renamed from translations/source/lb/sfx2/source/view.po)0
-rw-r--r--source/lb/shell/source/win32/shlxthandler/res.po (renamed from translations/source/lb/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/lb/starmath/source.po (renamed from translations/source/lb/starmath/source.po)0
-rw-r--r--source/lb/svl/source/items.po (renamed from translations/source/lb/svl/source/items.po)0
-rw-r--r--source/lb/svl/source/misc.po (renamed from translations/source/lb/svl/source/misc.po)0
-rw-r--r--source/lb/svtools/source/contnr.po (renamed from translations/source/lb/svtools/source/contnr.po)0
-rw-r--r--source/lb/svtools/source/control.po (renamed from translations/source/lb/svtools/source/control.po)0
-rw-r--r--source/lb/svtools/source/dialogs.po (renamed from translations/source/lb/svtools/source/dialogs.po)0
-rw-r--r--source/lb/svtools/source/filter.po (renamed from translations/source/lb/svtools/source/filter.po)0
-rw-r--r--source/lb/svtools/source/java.po (renamed from translations/source/lb/svtools/source/java.po)0
-rw-r--r--source/lb/svtools/source/misc.po (renamed from translations/source/lb/svtools/source/misc.po)0
-rw-r--r--source/lb/svtools/source/toolpanel.po (renamed from translations/source/lb/svtools/source/toolpanel.po)0
-rw-r--r--source/lb/svtools/workben/unodialog.po (renamed from translations/source/lb/svtools/workben/unodialog.po)0
-rw-r--r--source/lb/svx/inc.po (renamed from translations/source/lb/svx/inc.po)0
-rw-r--r--source/lb/svx/source/accessibility.po (renamed from translations/source/lb/svx/source/accessibility.po)0
-rw-r--r--source/lb/svx/source/dialog.po (renamed from translations/source/lb/svx/source/dialog.po)0
-rw-r--r--source/lb/svx/source/engine3d.po (renamed from translations/source/lb/svx/source/engine3d.po)0
-rw-r--r--source/lb/svx/source/fmcomp.po (renamed from translations/source/lb/svx/source/fmcomp.po)0
-rw-r--r--source/lb/svx/source/form.po (renamed from translations/source/lb/svx/source/form.po)0
-rw-r--r--source/lb/svx/source/gallery2.po (renamed from translations/source/lb/svx/source/gallery2.po)0
-rw-r--r--source/lb/svx/source/items.po (renamed from translations/source/lb/svx/source/items.po)0
-rw-r--r--source/lb/svx/source/src.po (renamed from translations/source/lb/svx/source/src.po)0
-rw-r--r--source/lb/svx/source/stbctrls.po (renamed from translations/source/lb/svx/source/stbctrls.po)0
-rw-r--r--source/lb/svx/source/svdraw.po (renamed from translations/source/lb/svx/source/svdraw.po)0
-rw-r--r--source/lb/svx/source/table.po (renamed from translations/source/lb/svx/source/table.po)0
-rw-r--r--source/lb/svx/source/tbxctrls.po (renamed from translations/source/lb/svx/source/tbxctrls.po)0
-rw-r--r--source/lb/svx/source/toolbars.po (renamed from translations/source/lb/svx/source/toolbars.po)0
-rw-r--r--source/lb/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/lb/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/lb/sw/source/core/layout.po (renamed from translations/source/lb/sw/source/core/layout.po)0
-rw-r--r--source/lb/sw/source/core/undo.po (renamed from translations/source/lb/sw/source/core/undo.po)0
-rw-r--r--source/lb/sw/source/core/unocore.po (renamed from translations/source/lb/sw/source/core/unocore.po)0
-rw-r--r--source/lb/sw/source/ui/app.po (renamed from translations/source/lb/sw/source/ui/app.po)0
-rw-r--r--source/lb/sw/source/ui/chrdlg.po (renamed from translations/source/lb/sw/source/ui/chrdlg.po)0
-rw-r--r--source/lb/sw/source/ui/config.po (renamed from translations/source/lb/sw/source/ui/config.po)0
-rw-r--r--source/lb/sw/source/ui/dbui.po (renamed from translations/source/lb/sw/source/ui/dbui.po)0
-rw-r--r--source/lb/sw/source/ui/dialog.po (renamed from translations/source/lb/sw/source/ui/dialog.po)0
-rw-r--r--source/lb/sw/source/ui/dochdl.po (renamed from translations/source/lb/sw/source/ui/dochdl.po)0
-rw-r--r--source/lb/sw/source/ui/docvw.po (renamed from translations/source/lb/sw/source/ui/docvw.po)0
-rw-r--r--source/lb/sw/source/ui/envelp.po (renamed from translations/source/lb/sw/source/ui/envelp.po)0
-rw-r--r--source/lb/sw/source/ui/fldui.po (renamed from translations/source/lb/sw/source/ui/fldui.po)0
-rw-r--r--source/lb/sw/source/ui/fmtui.po (renamed from translations/source/lb/sw/source/ui/fmtui.po)0
-rw-r--r--source/lb/sw/source/ui/frmdlg.po (renamed from translations/source/lb/sw/source/ui/frmdlg.po)0
-rw-r--r--source/lb/sw/source/ui/globdoc.po (renamed from translations/source/lb/sw/source/ui/globdoc.po)0
-rw-r--r--source/lb/sw/source/ui/index.po (renamed from translations/source/lb/sw/source/ui/index.po)0
-rw-r--r--source/lb/sw/source/ui/lingu.po (renamed from translations/source/lb/sw/source/ui/lingu.po)0
-rw-r--r--source/lb/sw/source/ui/misc.po (renamed from translations/source/lb/sw/source/ui/misc.po)0
-rw-r--r--source/lb/sw/source/ui/ribbar.po (renamed from translations/source/lb/sw/source/ui/ribbar.po)0
-rw-r--r--source/lb/sw/source/ui/shells.po (renamed from translations/source/lb/sw/source/ui/shells.po)0
-rw-r--r--source/lb/sw/source/ui/smartmenu.po (renamed from translations/source/lb/sw/source/ui/smartmenu.po)0
-rw-r--r--source/lb/sw/source/ui/table.po (renamed from translations/source/lb/sw/source/ui/table.po)0
-rw-r--r--source/lb/sw/source/ui/uiview.po (renamed from translations/source/lb/sw/source/ui/uiview.po)0
-rw-r--r--source/lb/sw/source/ui/utlui.po (renamed from translations/source/lb/sw/source/ui/utlui.po)0
-rw-r--r--source/lb/sw/source/ui/web.po (renamed from translations/source/lb/sw/source/ui/web.po)0
-rw-r--r--source/lb/sw/source/ui/wrtsh.po (renamed from translations/source/lb/sw/source/ui/wrtsh.po)0
-rw-r--r--source/lb/swext/mediawiki/help.po (renamed from translations/source/lb/swext/mediawiki/help.po)0
-rw-r--r--source/lb/swext/mediawiki/src.po (renamed from translations/source/lb/swext/mediawiki/src.po)0
-rw-r--r--source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/lb/sysui/desktop/share.po (renamed from translations/source/lb/sysui/desktop/share.po)0
-rw-r--r--source/lb/uui/source.po (renamed from translations/source/lb/uui/source.po)0
-rw-r--r--source/lb/vcl/source/src.po (renamed from translations/source/lb/vcl/source/src.po)0
-rw-r--r--source/lb/wizards/source/euro.po (renamed from translations/source/lb/wizards/source/euro.po)0
-rw-r--r--source/lb/wizards/source/formwizard.po (renamed from translations/source/lb/wizards/source/formwizard.po)0
-rw-r--r--source/lb/wizards/source/importwizard.po (renamed from translations/source/lb/wizards/source/importwizard.po)0
-rw-r--r--source/lb/wizards/source/schedule.po (renamed from translations/source/lb/wizards/source/schedule.po)0
-rw-r--r--source/lb/wizards/source/template.po (renamed from translations/source/lb/wizards/source/template.po)0
-rw-r--r--source/lb/xmlsecurity/source/component.po (renamed from translations/source/lb/xmlsecurity/source/component.po)0
-rw-r--r--source/lb/xmlsecurity/source/dialogs.po (renamed from translations/source/lb/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/lo/accessibility/source/helper.po (renamed from translations/source/lo/accessibility/source/helper.po)0
-rw-r--r--source/lo/avmedia/source/framework.po (renamed from translations/source/lo/avmedia/source/framework.po)0
-rw-r--r--source/lo/avmedia/source/viewer.po (renamed from translations/source/lo/avmedia/source/viewer.po)0
-rw-r--r--source/lo/basctl/source/basicide.po (renamed from translations/source/lo/basctl/source/basicide.po)0
-rw-r--r--source/lo/basctl/source/dlged.po (renamed from translations/source/lo/basctl/source/dlged.po)0
-rw-r--r--source/lo/basic/source/classes.po (renamed from translations/source/lo/basic/source/classes.po)0
-rw-r--r--source/lo/basic/source/sbx.po (renamed from translations/source/lo/basic/source/sbx.po)0
-rw-r--r--source/lo/chart2/source/controller/dialogs.po (renamed from translations/source/lo/chart2/source/controller/dialogs.po)0
-rw-r--r--source/lo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/lo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/lo/connectivity/source/resource.po (renamed from translations/source/lo/connectivity/source/resource.po)0
-rw-r--r--source/lo/cui/source/customize.po (renamed from translations/source/lo/cui/source/customize.po)0
-rw-r--r--source/lo/cui/source/dialogs.po (renamed from translations/source/lo/cui/source/dialogs.po)0
-rw-r--r--source/lo/cui/source/options.po (renamed from translations/source/lo/cui/source/options.po)0
-rw-r--r--source/lo/cui/source/tabpages.po (renamed from translations/source/lo/cui/source/tabpages.po)0
-rw-r--r--source/lo/dbaccess/source/core/resource.po (renamed from translations/source/lo/dbaccess/source/core/resource.po)0
-rw-r--r--source/lo/dbaccess/source/ext/macromigration.po (renamed from translations/source/lo/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/lo/dbaccess/source/sdbtools/resource.po (renamed from translations/source/lo/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/lo/dbaccess/source/ui/app.po (renamed from translations/source/lo/dbaccess/source/ui/app.po)0
-rw-r--r--source/lo/dbaccess/source/ui/browser.po (renamed from translations/source/lo/dbaccess/source/ui/browser.po)0
-rw-r--r--source/lo/dbaccess/source/ui/control.po (renamed from translations/source/lo/dbaccess/source/ui/control.po)0
-rw-r--r--source/lo/dbaccess/source/ui/dlg.po (renamed from translations/source/lo/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/lo/dbaccess/source/ui/inc.po (renamed from translations/source/lo/dbaccess/source/ui/inc.po)0
-rw-r--r--source/lo/dbaccess/source/ui/misc.po (renamed from translations/source/lo/dbaccess/source/ui/misc.po)0
-rw-r--r--source/lo/dbaccess/source/ui/querydesign.po (renamed from translations/source/lo/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/lo/dbaccess/source/ui/relationdesign.po (renamed from translations/source/lo/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/lo/dbaccess/source/ui/tabledesign.po (renamed from translations/source/lo/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/lo/dbaccess/source/ui/uno.po (renamed from translations/source/lo/dbaccess/source/ui/uno.po)0
-rw-r--r--source/lo/desktop/source/app.po (renamed from translations/source/lo/desktop/source/app.po)0
-rw-r--r--source/lo/desktop/source/deployment/gui.po (renamed from translations/source/lo/desktop/source/deployment/gui.po)0
-rw-r--r--source/lo/desktop/source/deployment/manager.po (renamed from translations/source/lo/desktop/source/deployment/manager.po)0
-rw-r--r--source/lo/desktop/source/deployment/misc.po (renamed from translations/source/lo/desktop/source/deployment/misc.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry.po (renamed from translations/source/lo/desktop/source/deployment/registry.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/component.po (renamed from translations/source/lo/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/configuration.po (renamed from translations/source/lo/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/help.po (renamed from translations/source/lo/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/package.po (renamed from translations/source/lo/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/script.po (renamed from translations/source/lo/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/lo/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/lo/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/lo/desktop/source/deployment/unopkg.po (renamed from translations/source/lo/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/lo/dictionaries/af_ZA.po (renamed from translations/source/lo/dictionaries/af_ZA.po)0
-rw-r--r--source/lo/dictionaries/an_ES.po (renamed from translations/source/lo/dictionaries/an_ES.po)0
-rw-r--r--source/lo/dictionaries/ar.po (renamed from translations/source/lo/dictionaries/ar.po)0
-rw-r--r--source/lo/dictionaries/be_BY.po (renamed from translations/source/lo/dictionaries/be_BY.po)0
-rw-r--r--source/lo/dictionaries/bg_BG.po (renamed from translations/source/lo/dictionaries/bg_BG.po)0
-rw-r--r--source/lo/dictionaries/bn_BD.po (renamed from translations/source/lo/dictionaries/bn_BD.po)0
-rw-r--r--source/lo/dictionaries/br_FR.po (renamed from translations/source/lo/dictionaries/br_FR.po)0
-rw-r--r--source/lo/dictionaries/ca.po (renamed from translations/source/lo/dictionaries/ca.po)0
-rw-r--r--source/lo/dictionaries/cs_CZ.po (renamed from translations/source/lo/dictionaries/cs_CZ.po)0
-rw-r--r--source/lo/dictionaries/da_DK.po (renamed from translations/source/lo/dictionaries/da_DK.po)0
-rw-r--r--source/lo/dictionaries/de.po (renamed from translations/source/lo/dictionaries/de.po)0
-rw-r--r--source/lo/dictionaries/el_GR.po (renamed from translations/source/lo/dictionaries/el_GR.po)0
-rw-r--r--source/lo/dictionaries/en.po (renamed from translations/source/lo/dictionaries/en.po)0
-rw-r--r--source/lo/dictionaries/en/dialog.po (renamed from translations/source/lo/dictionaries/en/dialog.po)0
-rw-r--r--source/lo/dictionaries/es_ES.po (renamed from translations/source/lo/dictionaries/es_ES.po)0
-rw-r--r--source/lo/dictionaries/et_EE.po (renamed from translations/source/lo/dictionaries/et_EE.po)0
-rw-r--r--source/lo/dictionaries/fr_FR.po (renamed from translations/source/lo/dictionaries/fr_FR.po)0
-rw-r--r--source/lo/dictionaries/gd_GB.po (renamed from translations/source/lo/dictionaries/gd_GB.po)0
-rw-r--r--source/lo/dictionaries/gl.po (renamed from translations/source/lo/dictionaries/gl.po)0
-rw-r--r--source/lo/dictionaries/gu_IN.po (renamed from translations/source/lo/dictionaries/gu_IN.po)0
-rw-r--r--source/lo/dictionaries/he_IL.po (renamed from translations/source/lo/dictionaries/he_IL.po)0
-rw-r--r--source/lo/dictionaries/hi_IN.po (renamed from translations/source/lo/dictionaries/hi_IN.po)0
-rw-r--r--source/lo/dictionaries/hr_HR.po (renamed from translations/source/lo/dictionaries/hr_HR.po)0
-rw-r--r--source/lo/dictionaries/hu_HU.po (renamed from translations/source/lo/dictionaries/hu_HU.po)0
-rw-r--r--source/lo/dictionaries/hu_HU/dialog.po (renamed from translations/source/lo/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/lo/dictionaries/it_IT.po (renamed from translations/source/lo/dictionaries/it_IT.po)0
-rw-r--r--source/lo/dictionaries/ku_TR.po (renamed from translations/source/lo/dictionaries/ku_TR.po)0
-rw-r--r--source/lo/dictionaries/lt_LT.po (renamed from translations/source/lo/dictionaries/lt_LT.po)0
-rw-r--r--source/lo/dictionaries/lv_LV.po (renamed from translations/source/lo/dictionaries/lv_LV.po)0
-rw-r--r--source/lo/dictionaries/ne_NP.po (renamed from translations/source/lo/dictionaries/ne_NP.po)0
-rw-r--r--source/lo/dictionaries/nl_NL.po (renamed from translations/source/lo/dictionaries/nl_NL.po)0
-rw-r--r--source/lo/dictionaries/no.po (renamed from translations/source/lo/dictionaries/no.po)0
-rw-r--r--source/lo/dictionaries/oc_FR.po (renamed from translations/source/lo/dictionaries/oc_FR.po)0
-rw-r--r--source/lo/dictionaries/pl_PL.po (renamed from translations/source/lo/dictionaries/pl_PL.po)0
-rw-r--r--source/lo/dictionaries/pt_BR.po (renamed from translations/source/lo/dictionaries/pt_BR.po)0
-rw-r--r--source/lo/dictionaries/pt_PT.po (renamed from translations/source/lo/dictionaries/pt_PT.po)0
-rw-r--r--source/lo/dictionaries/ro.po (renamed from translations/source/lo/dictionaries/ro.po)0
-rw-r--r--source/lo/dictionaries/ru_RU.po (renamed from translations/source/lo/dictionaries/ru_RU.po)0
-rw-r--r--source/lo/dictionaries/ru_RU/dialog.po (renamed from translations/source/lo/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/lo/dictionaries/si_LK.po (renamed from translations/source/lo/dictionaries/si_LK.po)0
-rw-r--r--source/lo/dictionaries/sk_SK.po (renamed from translations/source/lo/dictionaries/sk_SK.po)0
-rw-r--r--source/lo/dictionaries/sl_SI.po (renamed from translations/source/lo/dictionaries/sl_SI.po)0
-rw-r--r--source/lo/dictionaries/sr.po (renamed from translations/source/lo/dictionaries/sr.po)0
-rw-r--r--source/lo/dictionaries/sv_SE.po (renamed from translations/source/lo/dictionaries/sv_SE.po)0
-rw-r--r--source/lo/dictionaries/sw_TZ.po (renamed from translations/source/lo/dictionaries/sw_TZ.po)0
-rw-r--r--source/lo/dictionaries/te_IN.po (renamed from translations/source/lo/dictionaries/te_IN.po)0
-rw-r--r--source/lo/dictionaries/th_TH.po (renamed from translations/source/lo/dictionaries/th_TH.po)0
-rw-r--r--source/lo/dictionaries/uk_UA.po (renamed from translations/source/lo/dictionaries/uk_UA.po)0
-rw-r--r--source/lo/dictionaries/vi.po (renamed from translations/source/lo/dictionaries/vi.po)0
-rw-r--r--source/lo/dictionaries/zu_ZA.po (renamed from translations/source/lo/dictionaries/zu_ZA.po)0
-rw-r--r--source/lo/editeng/source/accessibility.po (renamed from translations/source/lo/editeng/source/accessibility.po)0
-rw-r--r--source/lo/editeng/source/editeng.po (renamed from translations/source/lo/editeng/source/editeng.po)0
-rw-r--r--source/lo/editeng/source/items.po (renamed from translations/source/lo/editeng/source/items.po)0
-rw-r--r--source/lo/editeng/source/misc.po (renamed from translations/source/lo/editeng/source/misc.po)0
-rw-r--r--source/lo/editeng/source/outliner.po (renamed from translations/source/lo/editeng/source/outliner.po)0
-rw-r--r--source/lo/extensions/source/abpilot.po (renamed from translations/source/lo/extensions/source/abpilot.po)0
-rw-r--r--source/lo/extensions/source/bibliography.po (renamed from translations/source/lo/extensions/source/bibliography.po)0
-rw-r--r--source/lo/extensions/source/dbpilots.po (renamed from translations/source/lo/extensions/source/dbpilots.po)0
-rw-r--r--source/lo/extensions/source/propctrlr.po (renamed from translations/source/lo/extensions/source/propctrlr.po)0
-rw-r--r--source/lo/extensions/source/scanner.po (renamed from translations/source/lo/extensions/source/scanner.po)0
-rw-r--r--source/lo/extensions/source/update/check.po (renamed from translations/source/lo/extensions/source/update/check.po)0
-rw-r--r--source/lo/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/lo/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/lo/filter/source/config/fragments/filters.po (renamed from translations/source/lo/filter/source/config/fragments/filters.po)0
-rw-r--r--source/lo/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/lo/filter/source/config/fragments/types.po (renamed from translations/source/lo/filter/source/config/fragments/types.po)0
-rw-r--r--source/lo/filter/source/flash.po (renamed from translations/source/lo/filter/source/flash.po)0
-rw-r--r--source/lo/filter/source/graphicfilter/eps.po (renamed from translations/source/lo/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/lo/filter/source/pdf.po (renamed from translations/source/lo/filter/source/pdf.po)0
-rw-r--r--source/lo/filter/source/t602.po (renamed from translations/source/lo/filter/source/t602.po)0
-rw-r--r--source/lo/filter/source/xsltdialog.po (renamed from translations/source/lo/filter/source/xsltdialog.po)0
-rw-r--r--source/lo/forms/source/resource.po (renamed from translations/source/lo/forms/source/resource.po)0
-rw-r--r--source/lo/formula/source/core/resource.po (renamed from translations/source/lo/formula/source/core/resource.po)0
-rw-r--r--source/lo/formula/source/ui/dlg.po (renamed from translations/source/lo/formula/source/ui/dlg.po)0
-rw-r--r--source/lo/fpicker/source/office.po (renamed from translations/source/lo/fpicker/source/office.po)0
-rw-r--r--source/lo/framework/source/classes.po (renamed from translations/source/lo/framework/source/classes.po)0
-rw-r--r--source/lo/framework/source/services.po (renamed from translations/source/lo/framework/source/services.po)0
-rw-r--r--source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/lo/mysqlc/source.po (renamed from translations/source/lo/mysqlc/source.po)0
-rw-r--r--source/lo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/lo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/lo/nlpsolver/src/locale.po (renamed from translations/source/lo/nlpsolver/src/locale.po)0
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/lo/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lo/padmin/source.po (renamed from translations/source/lo/padmin/source.po)0
-rw-r--r--source/lo/readlicense_oo/docs/readme.po (renamed from translations/source/lo/readlicense_oo/docs/readme.po)0
-rw-r--r--source/lo/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/lo/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/lo/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/lo/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lo/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lo/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lo/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/lo/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/lo/reportbuilder/util.po (renamed from translations/source/lo/reportbuilder/util.po)0
-rw-r--r--source/lo/reportdesign/source/core/resource.po (renamed from translations/source/lo/reportdesign/source/core/resource.po)0
-rw-r--r--source/lo/reportdesign/source/ui/dlg.po (renamed from translations/source/lo/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/lo/reportdesign/source/ui/inspection.po (renamed from translations/source/lo/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/lo/reportdesign/source/ui/report.po (renamed from translations/source/lo/reportdesign/source/ui/report.po)0
-rw-r--r--source/lo/sc/source/core/src.po (renamed from translations/source/lo/sc/source/core/src.po)0
-rw-r--r--source/lo/sc/source/ui/cctrl.po (renamed from translations/source/lo/sc/source/ui/cctrl.po)0
-rw-r--r--source/lo/sc/source/ui/dbgui.po (renamed from translations/source/lo/sc/source/ui/dbgui.po)0
-rw-r--r--source/lo/sc/source/ui/docshell.po (renamed from translations/source/lo/sc/source/ui/docshell.po)0
-rw-r--r--source/lo/sc/source/ui/drawfunc.po (renamed from translations/source/lo/sc/source/ui/drawfunc.po)0
-rw-r--r--source/lo/sc/source/ui/formdlg.po (renamed from translations/source/lo/sc/source/ui/formdlg.po)0
-rw-r--r--source/lo/sc/source/ui/miscdlgs.po (renamed from translations/source/lo/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/lo/sc/source/ui/navipi.po (renamed from translations/source/lo/sc/source/ui/navipi.po)0
-rw-r--r--source/lo/sc/source/ui/optdlg.po (renamed from translations/source/lo/sc/source/ui/optdlg.po)0
-rw-r--r--source/lo/sc/source/ui/pagedlg.po (renamed from translations/source/lo/sc/source/ui/pagedlg.po)0
-rw-r--r--source/lo/sc/source/ui/src.po (renamed from translations/source/lo/sc/source/ui/src.po)0
-rw-r--r--source/lo/sc/source/ui/styleui.po (renamed from translations/source/lo/sc/source/ui/styleui.po)0
-rw-r--r--source/lo/scaddins/source/analysis.po (renamed from translations/source/lo/scaddins/source/analysis.po)0
-rw-r--r--source/lo/scaddins/source/datefunc.po (renamed from translations/source/lo/scaddins/source/datefunc.po)0
-rw-r--r--source/lo/sccomp/source/solver.po (renamed from translations/source/lo/sccomp/source/solver.po)0
-rw-r--r--source/lo/scp2/source/accessories.po (renamed from translations/source/lo/scp2/source/accessories.po)0
-rw-r--r--source/lo/scp2/source/activex.po (renamed from translations/source/lo/scp2/source/activex.po)0
-rw-r--r--source/lo/scp2/source/base.po (renamed from translations/source/lo/scp2/source/base.po)0
-rw-r--r--source/lo/scp2/source/binfilter.po (renamed from translations/source/lo/scp2/source/binfilter.po)0
-rw-r--r--source/lo/scp2/source/calc.po (renamed from translations/source/lo/scp2/source/calc.po)0
-rw-r--r--source/lo/scp2/source/draw.po (renamed from translations/source/lo/scp2/source/draw.po)0
-rw-r--r--source/lo/scp2/source/extensions.po (renamed from translations/source/lo/scp2/source/extensions.po)0
-rw-r--r--source/lo/scp2/source/gnome.po (renamed from translations/source/lo/scp2/source/gnome.po)0
-rw-r--r--source/lo/scp2/source/graphicfilter.po (renamed from translations/source/lo/scp2/source/graphicfilter.po)0
-rw-r--r--source/lo/scp2/source/impress.po (renamed from translations/source/lo/scp2/source/impress.po)0
-rw-r--r--source/lo/scp2/source/javafilter.po (renamed from translations/source/lo/scp2/source/javafilter.po)0
-rw-r--r--source/lo/scp2/source/kde.po (renamed from translations/source/lo/scp2/source/kde.po)0
-rw-r--r--source/lo/scp2/source/math.po (renamed from translations/source/lo/scp2/source/math.po)0
-rw-r--r--source/lo/scp2/source/onlineupdate.po (renamed from translations/source/lo/scp2/source/onlineupdate.po)0
-rw-r--r--source/lo/scp2/source/ooo.po (renamed from translations/source/lo/scp2/source/ooo.po)0
-rw-r--r--source/lo/scp2/source/python.po (renamed from translations/source/lo/scp2/source/python.po)0
-rw-r--r--source/lo/scp2/source/quickstart.po (renamed from translations/source/lo/scp2/source/quickstart.po)0
-rw-r--r--source/lo/scp2/source/sdkoo.po (renamed from translations/source/lo/scp2/source/sdkoo.po)0
-rw-r--r--source/lo/scp2/source/smoketest.po (renamed from translations/source/lo/scp2/source/smoketest.po)0
-rw-r--r--source/lo/scp2/source/stdlibs.po (renamed from translations/source/lo/scp2/source/stdlibs.po)0
-rw-r--r--source/lo/scp2/source/tde.po (renamed from translations/source/lo/scp2/source/tde.po)0
-rw-r--r--source/lo/scp2/source/winexplorerext.po (renamed from translations/source/lo/scp2/source/winexplorerext.po)0
-rw-r--r--source/lo/scp2/source/writer.po (renamed from translations/source/lo/scp2/source/writer.po)0
-rw-r--r--source/lo/scp2/source/xsltfilter.po (renamed from translations/source/lo/scp2/source/xsltfilter.po)0
-rw-r--r--source/lo/scripting/source/pyprov.po (renamed from translations/source/lo/scripting/source/pyprov.po)0
-rw-r--r--source/lo/sd/source/core.po (renamed from translations/source/lo/sd/source/core.po)0
-rw-r--r--source/lo/sd/source/filter/html.po (renamed from translations/source/lo/sd/source/filter/html.po)0
-rw-r--r--source/lo/sd/source/ui/accessibility.po (renamed from translations/source/lo/sd/source/ui/accessibility.po)0
-rw-r--r--source/lo/sd/source/ui/animations.po (renamed from translations/source/lo/sd/source/ui/animations.po)0
-rw-r--r--source/lo/sd/source/ui/annotations.po (renamed from translations/source/lo/sd/source/ui/annotations.po)0
-rw-r--r--source/lo/sd/source/ui/app.po (renamed from translations/source/lo/sd/source/ui/app.po)0
-rw-r--r--source/lo/sd/source/ui/dlg.po (renamed from translations/source/lo/sd/source/ui/dlg.po)0
-rw-r--r--source/lo/sd/source/ui/slideshow.po (renamed from translations/source/lo/sd/source/ui/slideshow.po)0
-rw-r--r--source/lo/sd/source/ui/table.po (renamed from translations/source/lo/sd/source/ui/table.po)0
-rw-r--r--source/lo/sd/source/ui/view.po (renamed from translations/source/lo/sd/source/ui/view.po)0
-rw-r--r--source/lo/sdext/source/minimizer.po (renamed from translations/source/lo/sdext/source/minimizer.po)0
-rw-r--r--source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lo/sdext/source/pdfimport.po (renamed from translations/source/lo/sdext/source/pdfimport.po)0
-rw-r--r--source/lo/sdext/source/presenter.po (renamed from translations/source/lo/sdext/source/presenter.po)0
-rw-r--r--source/lo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/lo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/lo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lo/setup_native/source/mac.po (renamed from translations/source/lo/setup_native/source/mac.po)0
-rw-r--r--source/lo/sfx2/source/appl.po (renamed from translations/source/lo/sfx2/source/appl.po)0
-rw-r--r--source/lo/sfx2/source/bastyp.po (renamed from translations/source/lo/sfx2/source/bastyp.po)0
-rw-r--r--source/lo/sfx2/source/dialog.po (renamed from translations/source/lo/sfx2/source/dialog.po)0
-rw-r--r--source/lo/sfx2/source/doc.po (renamed from translations/source/lo/sfx2/source/doc.po)0
-rw-r--r--source/lo/sfx2/source/menu.po (renamed from translations/source/lo/sfx2/source/menu.po)0
-rw-r--r--source/lo/sfx2/source/view.po (renamed from translations/source/lo/sfx2/source/view.po)0
-rw-r--r--source/lo/shell/source/win32/shlxthandler/res.po (renamed from translations/source/lo/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/lo/starmath/source.po (renamed from translations/source/lo/starmath/source.po)0
-rw-r--r--source/lo/svl/source/items.po (renamed from translations/source/lo/svl/source/items.po)0
-rw-r--r--source/lo/svl/source/misc.po (renamed from translations/source/lo/svl/source/misc.po)0
-rw-r--r--source/lo/svtools/source/contnr.po (renamed from translations/source/lo/svtools/source/contnr.po)0
-rw-r--r--source/lo/svtools/source/control.po (renamed from translations/source/lo/svtools/source/control.po)0
-rw-r--r--source/lo/svtools/source/dialogs.po (renamed from translations/source/lo/svtools/source/dialogs.po)0
-rw-r--r--source/lo/svtools/source/filter.po (renamed from translations/source/lo/svtools/source/filter.po)0
-rw-r--r--source/lo/svtools/source/java.po (renamed from translations/source/lo/svtools/source/java.po)0
-rw-r--r--source/lo/svtools/source/misc.po (renamed from translations/source/lo/svtools/source/misc.po)0
-rw-r--r--source/lo/svtools/source/toolpanel.po (renamed from translations/source/lo/svtools/source/toolpanel.po)0
-rw-r--r--source/lo/svtools/workben/unodialog.po (renamed from translations/source/lo/svtools/workben/unodialog.po)0
-rw-r--r--source/lo/svx/inc.po (renamed from translations/source/lo/svx/inc.po)0
-rw-r--r--source/lo/svx/source/accessibility.po (renamed from translations/source/lo/svx/source/accessibility.po)0
-rw-r--r--source/lo/svx/source/dialog.po (renamed from translations/source/lo/svx/source/dialog.po)0
-rw-r--r--source/lo/svx/source/engine3d.po (renamed from translations/source/lo/svx/source/engine3d.po)0
-rw-r--r--source/lo/svx/source/fmcomp.po (renamed from translations/source/lo/svx/source/fmcomp.po)0
-rw-r--r--source/lo/svx/source/form.po (renamed from translations/source/lo/svx/source/form.po)0
-rw-r--r--source/lo/svx/source/gallery2.po (renamed from translations/source/lo/svx/source/gallery2.po)0
-rw-r--r--source/lo/svx/source/items.po (renamed from translations/source/lo/svx/source/items.po)0
-rw-r--r--source/lo/svx/source/src.po (renamed from translations/source/lo/svx/source/src.po)0
-rw-r--r--source/lo/svx/source/stbctrls.po (renamed from translations/source/lo/svx/source/stbctrls.po)0
-rw-r--r--source/lo/svx/source/svdraw.po (renamed from translations/source/lo/svx/source/svdraw.po)0
-rw-r--r--source/lo/svx/source/table.po (renamed from translations/source/lo/svx/source/table.po)0
-rw-r--r--source/lo/svx/source/tbxctrls.po (renamed from translations/source/lo/svx/source/tbxctrls.po)0
-rw-r--r--source/lo/svx/source/toolbars.po (renamed from translations/source/lo/svx/source/toolbars.po)0
-rw-r--r--source/lo/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/lo/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/lo/sw/source/core/layout.po (renamed from translations/source/lo/sw/source/core/layout.po)0
-rw-r--r--source/lo/sw/source/core/undo.po (renamed from translations/source/lo/sw/source/core/undo.po)0
-rw-r--r--source/lo/sw/source/core/unocore.po (renamed from translations/source/lo/sw/source/core/unocore.po)0
-rw-r--r--source/lo/sw/source/ui/app.po (renamed from translations/source/lo/sw/source/ui/app.po)0
-rw-r--r--source/lo/sw/source/ui/chrdlg.po (renamed from translations/source/lo/sw/source/ui/chrdlg.po)0
-rw-r--r--source/lo/sw/source/ui/config.po (renamed from translations/source/lo/sw/source/ui/config.po)0
-rw-r--r--source/lo/sw/source/ui/dbui.po (renamed from translations/source/lo/sw/source/ui/dbui.po)0
-rw-r--r--source/lo/sw/source/ui/dialog.po (renamed from translations/source/lo/sw/source/ui/dialog.po)0
-rw-r--r--source/lo/sw/source/ui/dochdl.po (renamed from translations/source/lo/sw/source/ui/dochdl.po)0
-rw-r--r--source/lo/sw/source/ui/docvw.po (renamed from translations/source/lo/sw/source/ui/docvw.po)0
-rw-r--r--source/lo/sw/source/ui/envelp.po (renamed from translations/source/lo/sw/source/ui/envelp.po)0
-rw-r--r--source/lo/sw/source/ui/fldui.po (renamed from translations/source/lo/sw/source/ui/fldui.po)0
-rw-r--r--source/lo/sw/source/ui/fmtui.po (renamed from translations/source/lo/sw/source/ui/fmtui.po)0
-rw-r--r--source/lo/sw/source/ui/frmdlg.po (renamed from translations/source/lo/sw/source/ui/frmdlg.po)0
-rw-r--r--source/lo/sw/source/ui/globdoc.po (renamed from translations/source/lo/sw/source/ui/globdoc.po)0
-rw-r--r--source/lo/sw/source/ui/index.po (renamed from translations/source/lo/sw/source/ui/index.po)0
-rw-r--r--source/lo/sw/source/ui/lingu.po (renamed from translations/source/lo/sw/source/ui/lingu.po)0
-rw-r--r--source/lo/sw/source/ui/misc.po (renamed from translations/source/lo/sw/source/ui/misc.po)0
-rw-r--r--source/lo/sw/source/ui/ribbar.po (renamed from translations/source/lo/sw/source/ui/ribbar.po)0
-rw-r--r--source/lo/sw/source/ui/shells.po (renamed from translations/source/lo/sw/source/ui/shells.po)0
-rw-r--r--source/lo/sw/source/ui/smartmenu.po (renamed from translations/source/lo/sw/source/ui/smartmenu.po)0
-rw-r--r--source/lo/sw/source/ui/table.po (renamed from translations/source/lo/sw/source/ui/table.po)0
-rw-r--r--source/lo/sw/source/ui/uiview.po (renamed from translations/source/lo/sw/source/ui/uiview.po)0
-rw-r--r--source/lo/sw/source/ui/utlui.po (renamed from translations/source/lo/sw/source/ui/utlui.po)0
-rw-r--r--source/lo/sw/source/ui/web.po (renamed from translations/source/lo/sw/source/ui/web.po)0
-rw-r--r--source/lo/sw/source/ui/wrtsh.po (renamed from translations/source/lo/sw/source/ui/wrtsh.po)0
-rw-r--r--source/lo/swext/mediawiki/help.po (renamed from translations/source/lo/swext/mediawiki/help.po)0
-rw-r--r--source/lo/swext/mediawiki/src.po (renamed from translations/source/lo/swext/mediawiki/src.po)0
-rw-r--r--source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/lo/sysui/desktop/share.po (renamed from translations/source/lo/sysui/desktop/share.po)0
-rw-r--r--source/lo/uui/source.po (renamed from translations/source/lo/uui/source.po)0
-rw-r--r--source/lo/vcl/source/src.po (renamed from translations/source/lo/vcl/source/src.po)0
-rw-r--r--source/lo/wizards/source/euro.po (renamed from translations/source/lo/wizards/source/euro.po)0
-rw-r--r--source/lo/wizards/source/formwizard.po (renamed from translations/source/lo/wizards/source/formwizard.po)0
-rw-r--r--source/lo/wizards/source/importwizard.po (renamed from translations/source/lo/wizards/source/importwizard.po)0
-rw-r--r--source/lo/wizards/source/schedule.po (renamed from translations/source/lo/wizards/source/schedule.po)0
-rw-r--r--source/lo/wizards/source/template.po (renamed from translations/source/lo/wizards/source/template.po)0
-rw-r--r--source/lo/xmlsecurity/source/component.po (renamed from translations/source/lo/xmlsecurity/source/component.po)0
-rw-r--r--source/lo/xmlsecurity/source/dialogs.po (renamed from translations/source/lo/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/lt/accessibility/source/helper.po (renamed from translations/source/lt/accessibility/source/helper.po)0
-rw-r--r--source/lt/avmedia/source/framework.po (renamed from translations/source/lt/avmedia/source/framework.po)0
-rw-r--r--source/lt/avmedia/source/viewer.po (renamed from translations/source/lt/avmedia/source/viewer.po)0
-rw-r--r--source/lt/basctl/source/basicide.po (renamed from translations/source/lt/basctl/source/basicide.po)0
-rw-r--r--source/lt/basctl/source/dlged.po (renamed from translations/source/lt/basctl/source/dlged.po)0
-rw-r--r--source/lt/basic/source/classes.po (renamed from translations/source/lt/basic/source/classes.po)0
-rw-r--r--source/lt/basic/source/sbx.po (renamed from translations/source/lt/basic/source/sbx.po)0
-rw-r--r--source/lt/chart2/source/controller/dialogs.po (renamed from translations/source/lt/chart2/source/controller/dialogs.po)0
-rw-r--r--source/lt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/lt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/lt/connectivity/source/resource.po (renamed from translations/source/lt/connectivity/source/resource.po)0
-rw-r--r--source/lt/cui/source/customize.po (renamed from translations/source/lt/cui/source/customize.po)0
-rw-r--r--source/lt/cui/source/dialogs.po (renamed from translations/source/lt/cui/source/dialogs.po)0
-rw-r--r--source/lt/cui/source/options.po (renamed from translations/source/lt/cui/source/options.po)0
-rw-r--r--source/lt/cui/source/tabpages.po (renamed from translations/source/lt/cui/source/tabpages.po)0
-rw-r--r--source/lt/dbaccess/source/core/resource.po (renamed from translations/source/lt/dbaccess/source/core/resource.po)0
-rw-r--r--source/lt/dbaccess/source/ext/macromigration.po (renamed from translations/source/lt/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/lt/dbaccess/source/sdbtools/resource.po (renamed from translations/source/lt/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/lt/dbaccess/source/ui/app.po (renamed from translations/source/lt/dbaccess/source/ui/app.po)0
-rw-r--r--source/lt/dbaccess/source/ui/browser.po (renamed from translations/source/lt/dbaccess/source/ui/browser.po)0
-rw-r--r--source/lt/dbaccess/source/ui/control.po (renamed from translations/source/lt/dbaccess/source/ui/control.po)0
-rw-r--r--source/lt/dbaccess/source/ui/dlg.po (renamed from translations/source/lt/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/lt/dbaccess/source/ui/inc.po (renamed from translations/source/lt/dbaccess/source/ui/inc.po)0
-rw-r--r--source/lt/dbaccess/source/ui/misc.po (renamed from translations/source/lt/dbaccess/source/ui/misc.po)0
-rw-r--r--source/lt/dbaccess/source/ui/querydesign.po (renamed from translations/source/lt/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/lt/dbaccess/source/ui/relationdesign.po (renamed from translations/source/lt/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/lt/dbaccess/source/ui/tabledesign.po (renamed from translations/source/lt/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/lt/dbaccess/source/ui/uno.po (renamed from translations/source/lt/dbaccess/source/ui/uno.po)0
-rw-r--r--source/lt/desktop/source/app.po (renamed from translations/source/lt/desktop/source/app.po)0
-rw-r--r--source/lt/desktop/source/deployment/gui.po (renamed from translations/source/lt/desktop/source/deployment/gui.po)0
-rw-r--r--source/lt/desktop/source/deployment/manager.po (renamed from translations/source/lt/desktop/source/deployment/manager.po)0
-rw-r--r--source/lt/desktop/source/deployment/misc.po (renamed from translations/source/lt/desktop/source/deployment/misc.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry.po (renamed from translations/source/lt/desktop/source/deployment/registry.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/component.po (renamed from translations/source/lt/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/configuration.po (renamed from translations/source/lt/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/help.po (renamed from translations/source/lt/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/package.po (renamed from translations/source/lt/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/script.po (renamed from translations/source/lt/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/lt/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/lt/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/lt/desktop/source/deployment/unopkg.po (renamed from translations/source/lt/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/lt/dictionaries/af_ZA.po (renamed from translations/source/lt/dictionaries/af_ZA.po)0
-rw-r--r--source/lt/dictionaries/an_ES.po (renamed from translations/source/lt/dictionaries/an_ES.po)0
-rw-r--r--source/lt/dictionaries/ar.po (renamed from translations/source/lt/dictionaries/ar.po)0
-rw-r--r--source/lt/dictionaries/be_BY.po (renamed from translations/source/lt/dictionaries/be_BY.po)0
-rw-r--r--source/lt/dictionaries/bg_BG.po (renamed from translations/source/lt/dictionaries/bg_BG.po)0
-rw-r--r--source/lt/dictionaries/bn_BD.po (renamed from translations/source/lt/dictionaries/bn_BD.po)0
-rw-r--r--source/lt/dictionaries/br_FR.po (renamed from translations/source/lt/dictionaries/br_FR.po)0
-rw-r--r--source/lt/dictionaries/ca.po (renamed from translations/source/lt/dictionaries/ca.po)0
-rw-r--r--source/lt/dictionaries/cs_CZ.po (renamed from translations/source/lt/dictionaries/cs_CZ.po)0
-rw-r--r--source/lt/dictionaries/da_DK.po (renamed from translations/source/lt/dictionaries/da_DK.po)0
-rw-r--r--source/lt/dictionaries/de.po (renamed from translations/source/lt/dictionaries/de.po)0
-rw-r--r--source/lt/dictionaries/el_GR.po (renamed from translations/source/lt/dictionaries/el_GR.po)0
-rw-r--r--source/lt/dictionaries/en.po (renamed from translations/source/lt/dictionaries/en.po)0
-rw-r--r--source/lt/dictionaries/en/dialog.po (renamed from translations/source/lt/dictionaries/en/dialog.po)0
-rw-r--r--source/lt/dictionaries/es_ES.po (renamed from translations/source/lt/dictionaries/es_ES.po)0
-rw-r--r--source/lt/dictionaries/et_EE.po (renamed from translations/source/lt/dictionaries/et_EE.po)0
-rw-r--r--source/lt/dictionaries/fr_FR.po (renamed from translations/source/lt/dictionaries/fr_FR.po)0
-rw-r--r--source/lt/dictionaries/gd_GB.po (renamed from translations/source/lt/dictionaries/gd_GB.po)0
-rw-r--r--source/lt/dictionaries/gl.po (renamed from translations/source/lt/dictionaries/gl.po)0
-rw-r--r--source/lt/dictionaries/gu_IN.po (renamed from translations/source/lt/dictionaries/gu_IN.po)0
-rw-r--r--source/lt/dictionaries/he_IL.po (renamed from translations/source/lt/dictionaries/he_IL.po)0
-rw-r--r--source/lt/dictionaries/hi_IN.po (renamed from translations/source/lt/dictionaries/hi_IN.po)0
-rw-r--r--source/lt/dictionaries/hr_HR.po (renamed from translations/source/lt/dictionaries/hr_HR.po)0
-rw-r--r--source/lt/dictionaries/hu_HU.po (renamed from translations/source/lt/dictionaries/hu_HU.po)0
-rw-r--r--source/lt/dictionaries/hu_HU/dialog.po (renamed from translations/source/lt/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/lt/dictionaries/it_IT.po (renamed from translations/source/lt/dictionaries/it_IT.po)0
-rw-r--r--source/lt/dictionaries/ku_TR.po (renamed from translations/source/lt/dictionaries/ku_TR.po)0
-rw-r--r--source/lt/dictionaries/lt_LT.po (renamed from translations/source/lt/dictionaries/lt_LT.po)0
-rw-r--r--source/lt/dictionaries/lv_LV.po (renamed from translations/source/lt/dictionaries/lv_LV.po)0
-rw-r--r--source/lt/dictionaries/ne_NP.po (renamed from translations/source/lt/dictionaries/ne_NP.po)0
-rw-r--r--source/lt/dictionaries/nl_NL.po (renamed from translations/source/lt/dictionaries/nl_NL.po)0
-rw-r--r--source/lt/dictionaries/no.po (renamed from translations/source/lt/dictionaries/no.po)0
-rw-r--r--source/lt/dictionaries/oc_FR.po (renamed from translations/source/lt/dictionaries/oc_FR.po)0
-rw-r--r--source/lt/dictionaries/pl_PL.po (renamed from translations/source/lt/dictionaries/pl_PL.po)0
-rw-r--r--source/lt/dictionaries/pt_BR.po (renamed from translations/source/lt/dictionaries/pt_BR.po)0
-rw-r--r--source/lt/dictionaries/pt_PT.po (renamed from translations/source/lt/dictionaries/pt_PT.po)0
-rw-r--r--source/lt/dictionaries/ro.po (renamed from translations/source/lt/dictionaries/ro.po)0
-rw-r--r--source/lt/dictionaries/ru_RU.po (renamed from translations/source/lt/dictionaries/ru_RU.po)0
-rw-r--r--source/lt/dictionaries/ru_RU/dialog.po (renamed from translations/source/lt/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/lt/dictionaries/si_LK.po (renamed from translations/source/lt/dictionaries/si_LK.po)0
-rw-r--r--source/lt/dictionaries/sk_SK.po (renamed from translations/source/lt/dictionaries/sk_SK.po)0
-rw-r--r--source/lt/dictionaries/sl_SI.po (renamed from translations/source/lt/dictionaries/sl_SI.po)0
-rw-r--r--source/lt/dictionaries/sr.po (renamed from translations/source/lt/dictionaries/sr.po)0
-rw-r--r--source/lt/dictionaries/sv_SE.po (renamed from translations/source/lt/dictionaries/sv_SE.po)0
-rw-r--r--source/lt/dictionaries/sw_TZ.po (renamed from translations/source/lt/dictionaries/sw_TZ.po)0
-rw-r--r--source/lt/dictionaries/te_IN.po (renamed from translations/source/lt/dictionaries/te_IN.po)0
-rw-r--r--source/lt/dictionaries/th_TH.po (renamed from translations/source/lt/dictionaries/th_TH.po)0
-rw-r--r--source/lt/dictionaries/uk_UA.po (renamed from translations/source/lt/dictionaries/uk_UA.po)0
-rw-r--r--source/lt/dictionaries/vi.po (renamed from translations/source/lt/dictionaries/vi.po)0
-rw-r--r--source/lt/dictionaries/zu_ZA.po (renamed from translations/source/lt/dictionaries/zu_ZA.po)0
-rw-r--r--source/lt/editeng/source/accessibility.po (renamed from translations/source/lt/editeng/source/accessibility.po)0
-rw-r--r--source/lt/editeng/source/editeng.po (renamed from translations/source/lt/editeng/source/editeng.po)0
-rw-r--r--source/lt/editeng/source/items.po (renamed from translations/source/lt/editeng/source/items.po)0
-rw-r--r--source/lt/editeng/source/misc.po (renamed from translations/source/lt/editeng/source/misc.po)0
-rw-r--r--source/lt/editeng/source/outliner.po (renamed from translations/source/lt/editeng/source/outliner.po)0
-rw-r--r--source/lt/extensions/source/abpilot.po (renamed from translations/source/lt/extensions/source/abpilot.po)0
-rw-r--r--source/lt/extensions/source/bibliography.po (renamed from translations/source/lt/extensions/source/bibliography.po)0
-rw-r--r--source/lt/extensions/source/dbpilots.po (renamed from translations/source/lt/extensions/source/dbpilots.po)0
-rw-r--r--source/lt/extensions/source/propctrlr.po (renamed from translations/source/lt/extensions/source/propctrlr.po)0
-rw-r--r--source/lt/extensions/source/scanner.po (renamed from translations/source/lt/extensions/source/scanner.po)0
-rw-r--r--source/lt/extensions/source/update/check.po (renamed from translations/source/lt/extensions/source/update/check.po)0
-rw-r--r--source/lt/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/lt/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/lt/filter/source/config/fragments/filters.po (renamed from translations/source/lt/filter/source/config/fragments/filters.po)0
-rw-r--r--source/lt/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/lt/filter/source/config/fragments/types.po (renamed from translations/source/lt/filter/source/config/fragments/types.po)0
-rw-r--r--source/lt/filter/source/flash.po (renamed from translations/source/lt/filter/source/flash.po)0
-rw-r--r--source/lt/filter/source/graphicfilter/eps.po (renamed from translations/source/lt/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/lt/filter/source/pdf.po (renamed from translations/source/lt/filter/source/pdf.po)0
-rw-r--r--source/lt/filter/source/t602.po (renamed from translations/source/lt/filter/source/t602.po)0
-rw-r--r--source/lt/filter/source/xsltdialog.po (renamed from translations/source/lt/filter/source/xsltdialog.po)0
-rw-r--r--source/lt/forms/source/resource.po (renamed from translations/source/lt/forms/source/resource.po)0
-rw-r--r--source/lt/formula/source/core/resource.po (renamed from translations/source/lt/formula/source/core/resource.po)0
-rw-r--r--source/lt/formula/source/ui/dlg.po (renamed from translations/source/lt/formula/source/ui/dlg.po)0
-rw-r--r--source/lt/fpicker/source/office.po (renamed from translations/source/lt/fpicker/source/office.po)0
-rw-r--r--source/lt/framework/source/classes.po (renamed from translations/source/lt/framework/source/classes.po)0
-rw-r--r--source/lt/framework/source/services.po (renamed from translations/source/lt/framework/source/services.po)0
-rw-r--r--source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/lt/mysqlc/source.po (renamed from translations/source/lt/mysqlc/source.po)0
-rw-r--r--source/lt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/lt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/lt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/lt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/lt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/lt/nlpsolver/src/locale.po (renamed from translations/source/lt/nlpsolver/src/locale.po)0
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/lt/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lt/padmin/source.po (renamed from translations/source/lt/padmin/source.po)0
-rw-r--r--source/lt/readlicense_oo/docs/readme.po (renamed from translations/source/lt/readlicense_oo/docs/readme.po)0
-rw-r--r--source/lt/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/lt/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/lt/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/lt/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lt/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lt/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lt/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/lt/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/lt/reportbuilder/util.po (renamed from translations/source/lt/reportbuilder/util.po)0
-rw-r--r--source/lt/reportdesign/source/core/resource.po (renamed from translations/source/lt/reportdesign/source/core/resource.po)0
-rw-r--r--source/lt/reportdesign/source/ui/dlg.po (renamed from translations/source/lt/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/lt/reportdesign/source/ui/inspection.po (renamed from translations/source/lt/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/lt/reportdesign/source/ui/report.po (renamed from translations/source/lt/reportdesign/source/ui/report.po)0
-rw-r--r--source/lt/sc/source/core/src.po (renamed from translations/source/lt/sc/source/core/src.po)0
-rw-r--r--source/lt/sc/source/ui/cctrl.po (renamed from translations/source/lt/sc/source/ui/cctrl.po)0
-rw-r--r--source/lt/sc/source/ui/dbgui.po (renamed from translations/source/lt/sc/source/ui/dbgui.po)0
-rw-r--r--source/lt/sc/source/ui/docshell.po (renamed from translations/source/lt/sc/source/ui/docshell.po)0
-rw-r--r--source/lt/sc/source/ui/drawfunc.po (renamed from translations/source/lt/sc/source/ui/drawfunc.po)0
-rw-r--r--source/lt/sc/source/ui/formdlg.po (renamed from translations/source/lt/sc/source/ui/formdlg.po)0
-rw-r--r--source/lt/sc/source/ui/miscdlgs.po (renamed from translations/source/lt/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/lt/sc/source/ui/navipi.po (renamed from translations/source/lt/sc/source/ui/navipi.po)0
-rw-r--r--source/lt/sc/source/ui/optdlg.po (renamed from translations/source/lt/sc/source/ui/optdlg.po)0
-rw-r--r--source/lt/sc/source/ui/pagedlg.po (renamed from translations/source/lt/sc/source/ui/pagedlg.po)0
-rw-r--r--source/lt/sc/source/ui/src.po (renamed from translations/source/lt/sc/source/ui/src.po)0
-rw-r--r--source/lt/sc/source/ui/styleui.po (renamed from translations/source/lt/sc/source/ui/styleui.po)0
-rw-r--r--source/lt/scaddins/source/analysis.po (renamed from translations/source/lt/scaddins/source/analysis.po)0
-rw-r--r--source/lt/scaddins/source/datefunc.po (renamed from translations/source/lt/scaddins/source/datefunc.po)0
-rw-r--r--source/lt/sccomp/source/solver.po (renamed from translations/source/lt/sccomp/source/solver.po)0
-rw-r--r--source/lt/scp2/source/accessories.po (renamed from translations/source/lt/scp2/source/accessories.po)0
-rw-r--r--source/lt/scp2/source/activex.po (renamed from translations/source/lt/scp2/source/activex.po)0
-rw-r--r--source/lt/scp2/source/base.po (renamed from translations/source/lt/scp2/source/base.po)0
-rw-r--r--source/lt/scp2/source/binfilter.po (renamed from translations/source/lt/scp2/source/binfilter.po)0
-rw-r--r--source/lt/scp2/source/calc.po (renamed from translations/source/lt/scp2/source/calc.po)0
-rw-r--r--source/lt/scp2/source/draw.po (renamed from translations/source/lt/scp2/source/draw.po)0
-rw-r--r--source/lt/scp2/source/extensions.po (renamed from translations/source/lt/scp2/source/extensions.po)0
-rw-r--r--source/lt/scp2/source/gnome.po (renamed from translations/source/lt/scp2/source/gnome.po)0
-rw-r--r--source/lt/scp2/source/graphicfilter.po (renamed from translations/source/lt/scp2/source/graphicfilter.po)0
-rw-r--r--source/lt/scp2/source/impress.po (renamed from translations/source/lt/scp2/source/impress.po)0
-rw-r--r--source/lt/scp2/source/javafilter.po (renamed from translations/source/lt/scp2/source/javafilter.po)0
-rw-r--r--source/lt/scp2/source/kde.po (renamed from translations/source/lt/scp2/source/kde.po)0
-rw-r--r--source/lt/scp2/source/math.po (renamed from translations/source/lt/scp2/source/math.po)0
-rw-r--r--source/lt/scp2/source/onlineupdate.po (renamed from translations/source/lt/scp2/source/onlineupdate.po)0
-rw-r--r--source/lt/scp2/source/ooo.po (renamed from translations/source/lt/scp2/source/ooo.po)0
-rw-r--r--source/lt/scp2/source/python.po (renamed from translations/source/lt/scp2/source/python.po)0
-rw-r--r--source/lt/scp2/source/quickstart.po (renamed from translations/source/lt/scp2/source/quickstart.po)0
-rw-r--r--source/lt/scp2/source/sdkoo.po (renamed from translations/source/lt/scp2/source/sdkoo.po)0
-rw-r--r--source/lt/scp2/source/smoketest.po (renamed from translations/source/lt/scp2/source/smoketest.po)0
-rw-r--r--source/lt/scp2/source/stdlibs.po (renamed from translations/source/lt/scp2/source/stdlibs.po)0
-rw-r--r--source/lt/scp2/source/tde.po (renamed from translations/source/lt/scp2/source/tde.po)0
-rw-r--r--source/lt/scp2/source/winexplorerext.po (renamed from translations/source/lt/scp2/source/winexplorerext.po)0
-rw-r--r--source/lt/scp2/source/writer.po (renamed from translations/source/lt/scp2/source/writer.po)0
-rw-r--r--source/lt/scp2/source/xsltfilter.po (renamed from translations/source/lt/scp2/source/xsltfilter.po)0
-rw-r--r--source/lt/scripting/source/pyprov.po (renamed from translations/source/lt/scripting/source/pyprov.po)0
-rw-r--r--source/lt/sd/source/core.po (renamed from translations/source/lt/sd/source/core.po)0
-rw-r--r--source/lt/sd/source/filter/html.po (renamed from translations/source/lt/sd/source/filter/html.po)0
-rw-r--r--source/lt/sd/source/ui/accessibility.po (renamed from translations/source/lt/sd/source/ui/accessibility.po)0
-rw-r--r--source/lt/sd/source/ui/animations.po (renamed from translations/source/lt/sd/source/ui/animations.po)0
-rw-r--r--source/lt/sd/source/ui/annotations.po (renamed from translations/source/lt/sd/source/ui/annotations.po)0
-rw-r--r--source/lt/sd/source/ui/app.po (renamed from translations/source/lt/sd/source/ui/app.po)0
-rw-r--r--source/lt/sd/source/ui/dlg.po (renamed from translations/source/lt/sd/source/ui/dlg.po)0
-rw-r--r--source/lt/sd/source/ui/slideshow.po (renamed from translations/source/lt/sd/source/ui/slideshow.po)0
-rw-r--r--source/lt/sd/source/ui/table.po (renamed from translations/source/lt/sd/source/ui/table.po)0
-rw-r--r--source/lt/sd/source/ui/view.po (renamed from translations/source/lt/sd/source/ui/view.po)0
-rw-r--r--source/lt/sdext/source/minimizer.po (renamed from translations/source/lt/sdext/source/minimizer.po)0
-rw-r--r--source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lt/sdext/source/pdfimport.po (renamed from translations/source/lt/sdext/source/pdfimport.po)0
-rw-r--r--source/lt/sdext/source/presenter.po (renamed from translations/source/lt/sdext/source/presenter.po)0
-rw-r--r--source/lt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/lt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/lt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lt/setup_native/source/mac.po (renamed from translations/source/lt/setup_native/source/mac.po)0
-rw-r--r--source/lt/sfx2/source/appl.po (renamed from translations/source/lt/sfx2/source/appl.po)0
-rw-r--r--source/lt/sfx2/source/bastyp.po (renamed from translations/source/lt/sfx2/source/bastyp.po)0
-rw-r--r--source/lt/sfx2/source/dialog.po (renamed from translations/source/lt/sfx2/source/dialog.po)0
-rw-r--r--source/lt/sfx2/source/doc.po (renamed from translations/source/lt/sfx2/source/doc.po)0
-rw-r--r--source/lt/sfx2/source/menu.po (renamed from translations/source/lt/sfx2/source/menu.po)0
-rw-r--r--source/lt/sfx2/source/view.po (renamed from translations/source/lt/sfx2/source/view.po)0
-rw-r--r--source/lt/shell/source/win32/shlxthandler/res.po (renamed from translations/source/lt/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/lt/starmath/source.po (renamed from translations/source/lt/starmath/source.po)0
-rw-r--r--source/lt/svl/source/items.po (renamed from translations/source/lt/svl/source/items.po)0
-rw-r--r--source/lt/svl/source/misc.po (renamed from translations/source/lt/svl/source/misc.po)0
-rw-r--r--source/lt/svtools/source/contnr.po (renamed from translations/source/lt/svtools/source/contnr.po)0
-rw-r--r--source/lt/svtools/source/control.po (renamed from translations/source/lt/svtools/source/control.po)0
-rw-r--r--source/lt/svtools/source/dialogs.po (renamed from translations/source/lt/svtools/source/dialogs.po)0
-rw-r--r--source/lt/svtools/source/filter.po (renamed from translations/source/lt/svtools/source/filter.po)0
-rw-r--r--source/lt/svtools/source/java.po (renamed from translations/source/lt/svtools/source/java.po)0
-rw-r--r--source/lt/svtools/source/misc.po (renamed from translations/source/lt/svtools/source/misc.po)0
-rw-r--r--source/lt/svtools/source/toolpanel.po (renamed from translations/source/lt/svtools/source/toolpanel.po)0
-rw-r--r--source/lt/svtools/workben/unodialog.po (renamed from translations/source/lt/svtools/workben/unodialog.po)0
-rw-r--r--source/lt/svx/inc.po (renamed from translations/source/lt/svx/inc.po)0
-rw-r--r--source/lt/svx/source/accessibility.po (renamed from translations/source/lt/svx/source/accessibility.po)0
-rw-r--r--source/lt/svx/source/dialog.po (renamed from translations/source/lt/svx/source/dialog.po)0
-rw-r--r--source/lt/svx/source/engine3d.po (renamed from translations/source/lt/svx/source/engine3d.po)0
-rw-r--r--source/lt/svx/source/fmcomp.po (renamed from translations/source/lt/svx/source/fmcomp.po)0
-rw-r--r--source/lt/svx/source/form.po (renamed from translations/source/lt/svx/source/form.po)0
-rw-r--r--source/lt/svx/source/gallery2.po (renamed from translations/source/lt/svx/source/gallery2.po)0
-rw-r--r--source/lt/svx/source/items.po (renamed from translations/source/lt/svx/source/items.po)0
-rw-r--r--source/lt/svx/source/src.po (renamed from translations/source/lt/svx/source/src.po)0
-rw-r--r--source/lt/svx/source/stbctrls.po (renamed from translations/source/lt/svx/source/stbctrls.po)0
-rw-r--r--source/lt/svx/source/svdraw.po (renamed from translations/source/lt/svx/source/svdraw.po)0
-rw-r--r--source/lt/svx/source/table.po (renamed from translations/source/lt/svx/source/table.po)0
-rw-r--r--source/lt/svx/source/tbxctrls.po (renamed from translations/source/lt/svx/source/tbxctrls.po)0
-rw-r--r--source/lt/svx/source/toolbars.po (renamed from translations/source/lt/svx/source/toolbars.po)0
-rw-r--r--source/lt/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/lt/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/lt/sw/source/core/layout.po (renamed from translations/source/lt/sw/source/core/layout.po)0
-rw-r--r--source/lt/sw/source/core/undo.po (renamed from translations/source/lt/sw/source/core/undo.po)0
-rw-r--r--source/lt/sw/source/core/unocore.po (renamed from translations/source/lt/sw/source/core/unocore.po)0
-rw-r--r--source/lt/sw/source/ui/app.po (renamed from translations/source/lt/sw/source/ui/app.po)0
-rw-r--r--source/lt/sw/source/ui/chrdlg.po (renamed from translations/source/lt/sw/source/ui/chrdlg.po)0
-rw-r--r--source/lt/sw/source/ui/config.po (renamed from translations/source/lt/sw/source/ui/config.po)0
-rw-r--r--source/lt/sw/source/ui/dbui.po (renamed from translations/source/lt/sw/source/ui/dbui.po)0
-rw-r--r--source/lt/sw/source/ui/dialog.po (renamed from translations/source/lt/sw/source/ui/dialog.po)0
-rw-r--r--source/lt/sw/source/ui/dochdl.po (renamed from translations/source/lt/sw/source/ui/dochdl.po)0
-rw-r--r--source/lt/sw/source/ui/docvw.po (renamed from translations/source/lt/sw/source/ui/docvw.po)0
-rw-r--r--source/lt/sw/source/ui/envelp.po (renamed from translations/source/lt/sw/source/ui/envelp.po)0
-rw-r--r--source/lt/sw/source/ui/fldui.po (renamed from translations/source/lt/sw/source/ui/fldui.po)0
-rw-r--r--source/lt/sw/source/ui/fmtui.po (renamed from translations/source/lt/sw/source/ui/fmtui.po)0
-rw-r--r--source/lt/sw/source/ui/frmdlg.po (renamed from translations/source/lt/sw/source/ui/frmdlg.po)0
-rw-r--r--source/lt/sw/source/ui/globdoc.po (renamed from translations/source/lt/sw/source/ui/globdoc.po)0
-rw-r--r--source/lt/sw/source/ui/index.po (renamed from translations/source/lt/sw/source/ui/index.po)0
-rw-r--r--source/lt/sw/source/ui/lingu.po (renamed from translations/source/lt/sw/source/ui/lingu.po)0
-rw-r--r--source/lt/sw/source/ui/misc.po (renamed from translations/source/lt/sw/source/ui/misc.po)0
-rw-r--r--source/lt/sw/source/ui/ribbar.po (renamed from translations/source/lt/sw/source/ui/ribbar.po)0
-rw-r--r--source/lt/sw/source/ui/shells.po (renamed from translations/source/lt/sw/source/ui/shells.po)0
-rw-r--r--source/lt/sw/source/ui/smartmenu.po (renamed from translations/source/lt/sw/source/ui/smartmenu.po)0
-rw-r--r--source/lt/sw/source/ui/table.po (renamed from translations/source/lt/sw/source/ui/table.po)0
-rw-r--r--source/lt/sw/source/ui/uiview.po (renamed from translations/source/lt/sw/source/ui/uiview.po)0
-rw-r--r--source/lt/sw/source/ui/utlui.po (renamed from translations/source/lt/sw/source/ui/utlui.po)0
-rw-r--r--source/lt/sw/source/ui/web.po (renamed from translations/source/lt/sw/source/ui/web.po)0
-rw-r--r--source/lt/sw/source/ui/wrtsh.po (renamed from translations/source/lt/sw/source/ui/wrtsh.po)0
-rw-r--r--source/lt/swext/mediawiki/help.po (renamed from translations/source/lt/swext/mediawiki/help.po)0
-rw-r--r--source/lt/swext/mediawiki/src.po (renamed from translations/source/lt/swext/mediawiki/src.po)0
-rw-r--r--source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/lt/sysui/desktop/share.po (renamed from translations/source/lt/sysui/desktop/share.po)0
-rw-r--r--source/lt/uui/source.po (renamed from translations/source/lt/uui/source.po)0
-rw-r--r--source/lt/vcl/source/src.po (renamed from translations/source/lt/vcl/source/src.po)0
-rw-r--r--source/lt/wizards/source/euro.po (renamed from translations/source/lt/wizards/source/euro.po)0
-rw-r--r--source/lt/wizards/source/formwizard.po (renamed from translations/source/lt/wizards/source/formwizard.po)0
-rw-r--r--source/lt/wizards/source/importwizard.po (renamed from translations/source/lt/wizards/source/importwizard.po)0
-rw-r--r--source/lt/wizards/source/schedule.po (renamed from translations/source/lt/wizards/source/schedule.po)0
-rw-r--r--source/lt/wizards/source/template.po (renamed from translations/source/lt/wizards/source/template.po)0
-rw-r--r--source/lt/xmlsecurity/source/component.po (renamed from translations/source/lt/xmlsecurity/source/component.po)0
-rw-r--r--source/lt/xmlsecurity/source/dialogs.po (renamed from translations/source/lt/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/lv/accessibility/source/helper.po (renamed from translations/source/lv/accessibility/source/helper.po)0
-rw-r--r--source/lv/avmedia/source/framework.po (renamed from translations/source/lv/avmedia/source/framework.po)0
-rw-r--r--source/lv/avmedia/source/viewer.po (renamed from translations/source/lv/avmedia/source/viewer.po)0
-rw-r--r--source/lv/basctl/source/basicide.po (renamed from translations/source/lv/basctl/source/basicide.po)0
-rw-r--r--source/lv/basctl/source/dlged.po (renamed from translations/source/lv/basctl/source/dlged.po)0
-rw-r--r--source/lv/basic/source/classes.po (renamed from translations/source/lv/basic/source/classes.po)0
-rw-r--r--source/lv/basic/source/sbx.po (renamed from translations/source/lv/basic/source/sbx.po)0
-rw-r--r--source/lv/chart2/source/controller/dialogs.po (renamed from translations/source/lv/chart2/source/controller/dialogs.po)0
-rw-r--r--source/lv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/lv/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/lv/connectivity/source/resource.po (renamed from translations/source/lv/connectivity/source/resource.po)0
-rw-r--r--source/lv/cui/source/customize.po (renamed from translations/source/lv/cui/source/customize.po)0
-rw-r--r--source/lv/cui/source/dialogs.po (renamed from translations/source/lv/cui/source/dialogs.po)0
-rw-r--r--source/lv/cui/source/options.po (renamed from translations/source/lv/cui/source/options.po)0
-rw-r--r--source/lv/cui/source/tabpages.po (renamed from translations/source/lv/cui/source/tabpages.po)0
-rw-r--r--source/lv/dbaccess/source/core/resource.po (renamed from translations/source/lv/dbaccess/source/core/resource.po)0
-rw-r--r--source/lv/dbaccess/source/ext/macromigration.po (renamed from translations/source/lv/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/lv/dbaccess/source/sdbtools/resource.po (renamed from translations/source/lv/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/lv/dbaccess/source/ui/app.po (renamed from translations/source/lv/dbaccess/source/ui/app.po)0
-rw-r--r--source/lv/dbaccess/source/ui/browser.po (renamed from translations/source/lv/dbaccess/source/ui/browser.po)0
-rw-r--r--source/lv/dbaccess/source/ui/control.po (renamed from translations/source/lv/dbaccess/source/ui/control.po)0
-rw-r--r--source/lv/dbaccess/source/ui/dlg.po (renamed from translations/source/lv/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/lv/dbaccess/source/ui/inc.po (renamed from translations/source/lv/dbaccess/source/ui/inc.po)0
-rw-r--r--source/lv/dbaccess/source/ui/misc.po (renamed from translations/source/lv/dbaccess/source/ui/misc.po)0
-rw-r--r--source/lv/dbaccess/source/ui/querydesign.po (renamed from translations/source/lv/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/lv/dbaccess/source/ui/relationdesign.po (renamed from translations/source/lv/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/lv/dbaccess/source/ui/tabledesign.po (renamed from translations/source/lv/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/lv/dbaccess/source/ui/uno.po (renamed from translations/source/lv/dbaccess/source/ui/uno.po)0
-rw-r--r--source/lv/desktop/source/app.po (renamed from translations/source/lv/desktop/source/app.po)0
-rw-r--r--source/lv/desktop/source/deployment/gui.po (renamed from translations/source/lv/desktop/source/deployment/gui.po)0
-rw-r--r--source/lv/desktop/source/deployment/manager.po (renamed from translations/source/lv/desktop/source/deployment/manager.po)0
-rw-r--r--source/lv/desktop/source/deployment/misc.po (renamed from translations/source/lv/desktop/source/deployment/misc.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry.po (renamed from translations/source/lv/desktop/source/deployment/registry.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/component.po (renamed from translations/source/lv/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/configuration.po (renamed from translations/source/lv/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/help.po (renamed from translations/source/lv/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/package.po (renamed from translations/source/lv/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/script.po (renamed from translations/source/lv/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/lv/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/lv/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/lv/desktop/source/deployment/unopkg.po (renamed from translations/source/lv/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/lv/dictionaries/af_ZA.po (renamed from translations/source/lv/dictionaries/af_ZA.po)0
-rw-r--r--source/lv/dictionaries/an_ES.po (renamed from translations/source/lv/dictionaries/an_ES.po)0
-rw-r--r--source/lv/dictionaries/ar.po (renamed from translations/source/lv/dictionaries/ar.po)0
-rw-r--r--source/lv/dictionaries/be_BY.po (renamed from translations/source/lv/dictionaries/be_BY.po)0
-rw-r--r--source/lv/dictionaries/bg_BG.po (renamed from translations/source/lv/dictionaries/bg_BG.po)0
-rw-r--r--source/lv/dictionaries/bn_BD.po (renamed from translations/source/lv/dictionaries/bn_BD.po)0
-rw-r--r--source/lv/dictionaries/br_FR.po (renamed from translations/source/lv/dictionaries/br_FR.po)0
-rw-r--r--source/lv/dictionaries/ca.po (renamed from translations/source/lv/dictionaries/ca.po)0
-rw-r--r--source/lv/dictionaries/cs_CZ.po (renamed from translations/source/lv/dictionaries/cs_CZ.po)0
-rw-r--r--source/lv/dictionaries/da_DK.po (renamed from translations/source/lv/dictionaries/da_DK.po)0
-rw-r--r--source/lv/dictionaries/de.po (renamed from translations/source/lv/dictionaries/de.po)0
-rw-r--r--source/lv/dictionaries/el_GR.po (renamed from translations/source/lv/dictionaries/el_GR.po)0
-rw-r--r--source/lv/dictionaries/en.po (renamed from translations/source/lv/dictionaries/en.po)0
-rw-r--r--source/lv/dictionaries/en/dialog.po (renamed from translations/source/lv/dictionaries/en/dialog.po)0
-rw-r--r--source/lv/dictionaries/es_ES.po (renamed from translations/source/lv/dictionaries/es_ES.po)0
-rw-r--r--source/lv/dictionaries/et_EE.po (renamed from translations/source/lv/dictionaries/et_EE.po)0
-rw-r--r--source/lv/dictionaries/fr_FR.po (renamed from translations/source/lv/dictionaries/fr_FR.po)0
-rw-r--r--source/lv/dictionaries/gd_GB.po (renamed from translations/source/lv/dictionaries/gd_GB.po)0
-rw-r--r--source/lv/dictionaries/gl.po (renamed from translations/source/lv/dictionaries/gl.po)0
-rw-r--r--source/lv/dictionaries/gu_IN.po (renamed from translations/source/lv/dictionaries/gu_IN.po)0
-rw-r--r--source/lv/dictionaries/he_IL.po (renamed from translations/source/lv/dictionaries/he_IL.po)0
-rw-r--r--source/lv/dictionaries/hi_IN.po (renamed from translations/source/lv/dictionaries/hi_IN.po)0
-rw-r--r--source/lv/dictionaries/hr_HR.po (renamed from translations/source/lv/dictionaries/hr_HR.po)0
-rw-r--r--source/lv/dictionaries/hu_HU.po (renamed from translations/source/lv/dictionaries/hu_HU.po)0
-rw-r--r--source/lv/dictionaries/hu_HU/dialog.po (renamed from translations/source/lv/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/lv/dictionaries/it_IT.po (renamed from translations/source/lv/dictionaries/it_IT.po)0
-rw-r--r--source/lv/dictionaries/ku_TR.po (renamed from translations/source/lv/dictionaries/ku_TR.po)0
-rw-r--r--source/lv/dictionaries/lt_LT.po (renamed from translations/source/lv/dictionaries/lt_LT.po)0
-rw-r--r--source/lv/dictionaries/lv_LV.po (renamed from translations/source/lv/dictionaries/lv_LV.po)0
-rw-r--r--source/lv/dictionaries/ne_NP.po (renamed from translations/source/lv/dictionaries/ne_NP.po)0
-rw-r--r--source/lv/dictionaries/nl_NL.po (renamed from translations/source/lv/dictionaries/nl_NL.po)0
-rw-r--r--source/lv/dictionaries/no.po (renamed from translations/source/lv/dictionaries/no.po)0
-rw-r--r--source/lv/dictionaries/oc_FR.po (renamed from translations/source/lv/dictionaries/oc_FR.po)0
-rw-r--r--source/lv/dictionaries/pl_PL.po (renamed from translations/source/lv/dictionaries/pl_PL.po)0
-rw-r--r--source/lv/dictionaries/pt_BR.po (renamed from translations/source/lv/dictionaries/pt_BR.po)0
-rw-r--r--source/lv/dictionaries/pt_PT.po (renamed from translations/source/lv/dictionaries/pt_PT.po)0
-rw-r--r--source/lv/dictionaries/ro.po (renamed from translations/source/lv/dictionaries/ro.po)0
-rw-r--r--source/lv/dictionaries/ru_RU.po (renamed from translations/source/lv/dictionaries/ru_RU.po)0
-rw-r--r--source/lv/dictionaries/ru_RU/dialog.po (renamed from translations/source/lv/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/lv/dictionaries/si_LK.po (renamed from translations/source/lv/dictionaries/si_LK.po)0
-rw-r--r--source/lv/dictionaries/sk_SK.po (renamed from translations/source/lv/dictionaries/sk_SK.po)0
-rw-r--r--source/lv/dictionaries/sl_SI.po (renamed from translations/source/lv/dictionaries/sl_SI.po)0
-rw-r--r--source/lv/dictionaries/sr.po (renamed from translations/source/lv/dictionaries/sr.po)0
-rw-r--r--source/lv/dictionaries/sv_SE.po (renamed from translations/source/lv/dictionaries/sv_SE.po)0
-rw-r--r--source/lv/dictionaries/sw_TZ.po (renamed from translations/source/lv/dictionaries/sw_TZ.po)0
-rw-r--r--source/lv/dictionaries/te_IN.po (renamed from translations/source/lv/dictionaries/te_IN.po)0
-rw-r--r--source/lv/dictionaries/th_TH.po (renamed from translations/source/lv/dictionaries/th_TH.po)0
-rw-r--r--source/lv/dictionaries/uk_UA.po (renamed from translations/source/lv/dictionaries/uk_UA.po)0
-rw-r--r--source/lv/dictionaries/vi.po (renamed from translations/source/lv/dictionaries/vi.po)0
-rw-r--r--source/lv/dictionaries/zu_ZA.po (renamed from translations/source/lv/dictionaries/zu_ZA.po)0
-rw-r--r--source/lv/editeng/source/accessibility.po (renamed from translations/source/lv/editeng/source/accessibility.po)0
-rw-r--r--source/lv/editeng/source/editeng.po (renamed from translations/source/lv/editeng/source/editeng.po)0
-rw-r--r--source/lv/editeng/source/items.po (renamed from translations/source/lv/editeng/source/items.po)0
-rw-r--r--source/lv/editeng/source/misc.po (renamed from translations/source/lv/editeng/source/misc.po)0
-rw-r--r--source/lv/editeng/source/outliner.po (renamed from translations/source/lv/editeng/source/outliner.po)0
-rw-r--r--source/lv/extensions/source/abpilot.po (renamed from translations/source/lv/extensions/source/abpilot.po)0
-rw-r--r--source/lv/extensions/source/bibliography.po (renamed from translations/source/lv/extensions/source/bibliography.po)0
-rw-r--r--source/lv/extensions/source/dbpilots.po (renamed from translations/source/lv/extensions/source/dbpilots.po)0
-rw-r--r--source/lv/extensions/source/propctrlr.po (renamed from translations/source/lv/extensions/source/propctrlr.po)0
-rw-r--r--source/lv/extensions/source/scanner.po (renamed from translations/source/lv/extensions/source/scanner.po)0
-rw-r--r--source/lv/extensions/source/update/check.po (renamed from translations/source/lv/extensions/source/update/check.po)0
-rw-r--r--source/lv/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/lv/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/lv/filter/source/config/fragments/filters.po (renamed from translations/source/lv/filter/source/config/fragments/filters.po)0
-rw-r--r--source/lv/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/lv/filter/source/config/fragments/types.po (renamed from translations/source/lv/filter/source/config/fragments/types.po)0
-rw-r--r--source/lv/filter/source/flash.po (renamed from translations/source/lv/filter/source/flash.po)0
-rw-r--r--source/lv/filter/source/graphicfilter/eps.po (renamed from translations/source/lv/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/lv/filter/source/pdf.po (renamed from translations/source/lv/filter/source/pdf.po)0
-rw-r--r--source/lv/filter/source/t602.po (renamed from translations/source/lv/filter/source/t602.po)0
-rw-r--r--source/lv/filter/source/xsltdialog.po (renamed from translations/source/lv/filter/source/xsltdialog.po)0
-rw-r--r--source/lv/forms/source/resource.po (renamed from translations/source/lv/forms/source/resource.po)0
-rw-r--r--source/lv/formula/source/core/resource.po (renamed from translations/source/lv/formula/source/core/resource.po)0
-rw-r--r--source/lv/formula/source/ui/dlg.po (renamed from translations/source/lv/formula/source/ui/dlg.po)0
-rw-r--r--source/lv/fpicker/source/office.po (renamed from translations/source/lv/fpicker/source/office.po)0
-rw-r--r--source/lv/framework/source/classes.po (renamed from translations/source/lv/framework/source/classes.po)0
-rw-r--r--source/lv/framework/source/services.po (renamed from translations/source/lv/framework/source/services.po)0
-rw-r--r--source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/lv/mysqlc/source.po (renamed from translations/source/lv/mysqlc/source.po)0
-rw-r--r--source/lv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/lv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/lv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/lv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/lv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/lv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/lv/nlpsolver/src/locale.po (renamed from translations/source/lv/nlpsolver/src/locale.po)0
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/lv/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lv/padmin/source.po (renamed from translations/source/lv/padmin/source.po)0
-rw-r--r--source/lv/readlicense_oo/docs/readme.po (renamed from translations/source/lv/readlicense_oo/docs/readme.po)0
-rw-r--r--source/lv/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/lv/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/lv/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/lv/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lv/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/lv/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/lv/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/lv/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/lv/reportbuilder/util.po (renamed from translations/source/lv/reportbuilder/util.po)0
-rw-r--r--source/lv/reportdesign/source/core/resource.po (renamed from translations/source/lv/reportdesign/source/core/resource.po)0
-rw-r--r--source/lv/reportdesign/source/ui/dlg.po (renamed from translations/source/lv/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/lv/reportdesign/source/ui/inspection.po (renamed from translations/source/lv/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/lv/reportdesign/source/ui/report.po (renamed from translations/source/lv/reportdesign/source/ui/report.po)0
-rw-r--r--source/lv/sc/source/core/src.po (renamed from translations/source/lv/sc/source/core/src.po)0
-rw-r--r--source/lv/sc/source/ui/cctrl.po (renamed from translations/source/lv/sc/source/ui/cctrl.po)0
-rw-r--r--source/lv/sc/source/ui/dbgui.po (renamed from translations/source/lv/sc/source/ui/dbgui.po)0
-rw-r--r--source/lv/sc/source/ui/docshell.po (renamed from translations/source/lv/sc/source/ui/docshell.po)0
-rw-r--r--source/lv/sc/source/ui/drawfunc.po (renamed from translations/source/lv/sc/source/ui/drawfunc.po)0
-rw-r--r--source/lv/sc/source/ui/formdlg.po (renamed from translations/source/lv/sc/source/ui/formdlg.po)0
-rw-r--r--source/lv/sc/source/ui/miscdlgs.po (renamed from translations/source/lv/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/lv/sc/source/ui/navipi.po (renamed from translations/source/lv/sc/source/ui/navipi.po)0
-rw-r--r--source/lv/sc/source/ui/optdlg.po (renamed from translations/source/lv/sc/source/ui/optdlg.po)0
-rw-r--r--source/lv/sc/source/ui/pagedlg.po (renamed from translations/source/lv/sc/source/ui/pagedlg.po)0
-rw-r--r--source/lv/sc/source/ui/src.po (renamed from translations/source/lv/sc/source/ui/src.po)0
-rw-r--r--source/lv/sc/source/ui/styleui.po (renamed from translations/source/lv/sc/source/ui/styleui.po)0
-rw-r--r--source/lv/scaddins/source/analysis.po (renamed from translations/source/lv/scaddins/source/analysis.po)0
-rw-r--r--source/lv/scaddins/source/datefunc.po (renamed from translations/source/lv/scaddins/source/datefunc.po)0
-rw-r--r--source/lv/sccomp/source/solver.po (renamed from translations/source/lv/sccomp/source/solver.po)0
-rw-r--r--source/lv/scp2/source/accessories.po (renamed from translations/source/lv/scp2/source/accessories.po)0
-rw-r--r--source/lv/scp2/source/activex.po (renamed from translations/source/lv/scp2/source/activex.po)0
-rw-r--r--source/lv/scp2/source/base.po (renamed from translations/source/lv/scp2/source/base.po)0
-rw-r--r--source/lv/scp2/source/binfilter.po (renamed from translations/source/lv/scp2/source/binfilter.po)0
-rw-r--r--source/lv/scp2/source/calc.po (renamed from translations/source/lv/scp2/source/calc.po)0
-rw-r--r--source/lv/scp2/source/draw.po (renamed from translations/source/lv/scp2/source/draw.po)0
-rw-r--r--source/lv/scp2/source/extensions.po (renamed from translations/source/lv/scp2/source/extensions.po)0
-rw-r--r--source/lv/scp2/source/gnome.po (renamed from translations/source/lv/scp2/source/gnome.po)0
-rw-r--r--source/lv/scp2/source/graphicfilter.po (renamed from translations/source/lv/scp2/source/graphicfilter.po)0
-rw-r--r--source/lv/scp2/source/impress.po (renamed from translations/source/lv/scp2/source/impress.po)0
-rw-r--r--source/lv/scp2/source/javafilter.po (renamed from translations/source/lv/scp2/source/javafilter.po)0
-rw-r--r--source/lv/scp2/source/kde.po (renamed from translations/source/lv/scp2/source/kde.po)0
-rw-r--r--source/lv/scp2/source/math.po (renamed from translations/source/lv/scp2/source/math.po)0
-rw-r--r--source/lv/scp2/source/onlineupdate.po (renamed from translations/source/lv/scp2/source/onlineupdate.po)0
-rw-r--r--source/lv/scp2/source/ooo.po (renamed from translations/source/lv/scp2/source/ooo.po)0
-rw-r--r--source/lv/scp2/source/python.po (renamed from translations/source/lv/scp2/source/python.po)0
-rw-r--r--source/lv/scp2/source/quickstart.po (renamed from translations/source/lv/scp2/source/quickstart.po)0
-rw-r--r--source/lv/scp2/source/sdkoo.po (renamed from translations/source/lv/scp2/source/sdkoo.po)0
-rw-r--r--source/lv/scp2/source/smoketest.po (renamed from translations/source/lv/scp2/source/smoketest.po)0
-rw-r--r--source/lv/scp2/source/stdlibs.po (renamed from translations/source/lv/scp2/source/stdlibs.po)0
-rw-r--r--source/lv/scp2/source/tde.po (renamed from translations/source/lv/scp2/source/tde.po)0
-rw-r--r--source/lv/scp2/source/winexplorerext.po (renamed from translations/source/lv/scp2/source/winexplorerext.po)0
-rw-r--r--source/lv/scp2/source/writer.po (renamed from translations/source/lv/scp2/source/writer.po)0
-rw-r--r--source/lv/scp2/source/xsltfilter.po (renamed from translations/source/lv/scp2/source/xsltfilter.po)0
-rw-r--r--source/lv/scripting/source/pyprov.po (renamed from translations/source/lv/scripting/source/pyprov.po)0
-rw-r--r--source/lv/sd/source/core.po (renamed from translations/source/lv/sd/source/core.po)0
-rw-r--r--source/lv/sd/source/filter/html.po (renamed from translations/source/lv/sd/source/filter/html.po)0
-rw-r--r--source/lv/sd/source/ui/accessibility.po (renamed from translations/source/lv/sd/source/ui/accessibility.po)0
-rw-r--r--source/lv/sd/source/ui/animations.po (renamed from translations/source/lv/sd/source/ui/animations.po)0
-rw-r--r--source/lv/sd/source/ui/annotations.po (renamed from translations/source/lv/sd/source/ui/annotations.po)0
-rw-r--r--source/lv/sd/source/ui/app.po (renamed from translations/source/lv/sd/source/ui/app.po)0
-rw-r--r--source/lv/sd/source/ui/dlg.po (renamed from translations/source/lv/sd/source/ui/dlg.po)0
-rw-r--r--source/lv/sd/source/ui/slideshow.po (renamed from translations/source/lv/sd/source/ui/slideshow.po)0
-rw-r--r--source/lv/sd/source/ui/table.po (renamed from translations/source/lv/sd/source/ui/table.po)0
-rw-r--r--source/lv/sd/source/ui/view.po (renamed from translations/source/lv/sd/source/ui/view.po)0
-rw-r--r--source/lv/sdext/source/minimizer.po (renamed from translations/source/lv/sdext/source/minimizer.po)0
-rw-r--r--source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lv/sdext/source/pdfimport.po (renamed from translations/source/lv/sdext/source/pdfimport.po)0
-rw-r--r--source/lv/sdext/source/presenter.po (renamed from translations/source/lv/sdext/source/presenter.po)0
-rw-r--r--source/lv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/lv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/lv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/lv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/lv/setup_native/source/mac.po (renamed from translations/source/lv/setup_native/source/mac.po)0
-rw-r--r--source/lv/sfx2/source/appl.po (renamed from translations/source/lv/sfx2/source/appl.po)0
-rw-r--r--source/lv/sfx2/source/bastyp.po (renamed from translations/source/lv/sfx2/source/bastyp.po)0
-rw-r--r--source/lv/sfx2/source/dialog.po (renamed from translations/source/lv/sfx2/source/dialog.po)0
-rw-r--r--source/lv/sfx2/source/doc.po (renamed from translations/source/lv/sfx2/source/doc.po)0
-rw-r--r--source/lv/sfx2/source/menu.po (renamed from translations/source/lv/sfx2/source/menu.po)0
-rw-r--r--source/lv/sfx2/source/view.po (renamed from translations/source/lv/sfx2/source/view.po)0
-rw-r--r--source/lv/shell/source/win32/shlxthandler/res.po (renamed from translations/source/lv/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/lv/starmath/source.po (renamed from translations/source/lv/starmath/source.po)0
-rw-r--r--source/lv/svl/source/items.po (renamed from translations/source/lv/svl/source/items.po)0
-rw-r--r--source/lv/svl/source/misc.po (renamed from translations/source/lv/svl/source/misc.po)0
-rw-r--r--source/lv/svtools/source/contnr.po (renamed from translations/source/lv/svtools/source/contnr.po)0
-rw-r--r--source/lv/svtools/source/control.po (renamed from translations/source/lv/svtools/source/control.po)0
-rw-r--r--source/lv/svtools/source/dialogs.po (renamed from translations/source/lv/svtools/source/dialogs.po)0
-rw-r--r--source/lv/svtools/source/filter.po (renamed from translations/source/lv/svtools/source/filter.po)0
-rw-r--r--source/lv/svtools/source/java.po (renamed from translations/source/lv/svtools/source/java.po)0
-rw-r--r--source/lv/svtools/source/misc.po (renamed from translations/source/lv/svtools/source/misc.po)0
-rw-r--r--source/lv/svtools/source/toolpanel.po (renamed from translations/source/lv/svtools/source/toolpanel.po)0
-rw-r--r--source/lv/svtools/workben/unodialog.po (renamed from translations/source/lv/svtools/workben/unodialog.po)0
-rw-r--r--source/lv/svx/inc.po (renamed from translations/source/lv/svx/inc.po)0
-rw-r--r--source/lv/svx/source/accessibility.po (renamed from translations/source/lv/svx/source/accessibility.po)0
-rw-r--r--source/lv/svx/source/dialog.po (renamed from translations/source/lv/svx/source/dialog.po)0
-rw-r--r--source/lv/svx/source/engine3d.po (renamed from translations/source/lv/svx/source/engine3d.po)0
-rw-r--r--source/lv/svx/source/fmcomp.po (renamed from translations/source/lv/svx/source/fmcomp.po)0
-rw-r--r--source/lv/svx/source/form.po (renamed from translations/source/lv/svx/source/form.po)0
-rw-r--r--source/lv/svx/source/gallery2.po (renamed from translations/source/lv/svx/source/gallery2.po)0
-rw-r--r--source/lv/svx/source/items.po (renamed from translations/source/lv/svx/source/items.po)0
-rw-r--r--source/lv/svx/source/src.po (renamed from translations/source/lv/svx/source/src.po)0
-rw-r--r--source/lv/svx/source/stbctrls.po (renamed from translations/source/lv/svx/source/stbctrls.po)0
-rw-r--r--source/lv/svx/source/svdraw.po (renamed from translations/source/lv/svx/source/svdraw.po)0
-rw-r--r--source/lv/svx/source/table.po (renamed from translations/source/lv/svx/source/table.po)0
-rw-r--r--source/lv/svx/source/tbxctrls.po (renamed from translations/source/lv/svx/source/tbxctrls.po)0
-rw-r--r--source/lv/svx/source/toolbars.po (renamed from translations/source/lv/svx/source/toolbars.po)0
-rw-r--r--source/lv/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/lv/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/lv/sw/source/core/layout.po (renamed from translations/source/lv/sw/source/core/layout.po)0
-rw-r--r--source/lv/sw/source/core/undo.po (renamed from translations/source/lv/sw/source/core/undo.po)0
-rw-r--r--source/lv/sw/source/core/unocore.po (renamed from translations/source/lv/sw/source/core/unocore.po)0
-rw-r--r--source/lv/sw/source/ui/app.po (renamed from translations/source/lv/sw/source/ui/app.po)0
-rw-r--r--source/lv/sw/source/ui/chrdlg.po (renamed from translations/source/lv/sw/source/ui/chrdlg.po)0
-rw-r--r--source/lv/sw/source/ui/config.po (renamed from translations/source/lv/sw/source/ui/config.po)0
-rw-r--r--source/lv/sw/source/ui/dbui.po (renamed from translations/source/lv/sw/source/ui/dbui.po)0
-rw-r--r--source/lv/sw/source/ui/dialog.po (renamed from translations/source/lv/sw/source/ui/dialog.po)0
-rw-r--r--source/lv/sw/source/ui/dochdl.po (renamed from translations/source/lv/sw/source/ui/dochdl.po)0
-rw-r--r--source/lv/sw/source/ui/docvw.po (renamed from translations/source/lv/sw/source/ui/docvw.po)0
-rw-r--r--source/lv/sw/source/ui/envelp.po (renamed from translations/source/lv/sw/source/ui/envelp.po)0
-rw-r--r--source/lv/sw/source/ui/fldui.po (renamed from translations/source/lv/sw/source/ui/fldui.po)0
-rw-r--r--source/lv/sw/source/ui/fmtui.po (renamed from translations/source/lv/sw/source/ui/fmtui.po)0
-rw-r--r--source/lv/sw/source/ui/frmdlg.po (renamed from translations/source/lv/sw/source/ui/frmdlg.po)0
-rw-r--r--source/lv/sw/source/ui/globdoc.po (renamed from translations/source/lv/sw/source/ui/globdoc.po)0
-rw-r--r--source/lv/sw/source/ui/index.po (renamed from translations/source/lv/sw/source/ui/index.po)0
-rw-r--r--source/lv/sw/source/ui/lingu.po (renamed from translations/source/lv/sw/source/ui/lingu.po)0
-rw-r--r--source/lv/sw/source/ui/misc.po (renamed from translations/source/lv/sw/source/ui/misc.po)0
-rw-r--r--source/lv/sw/source/ui/ribbar.po (renamed from translations/source/lv/sw/source/ui/ribbar.po)0
-rw-r--r--source/lv/sw/source/ui/shells.po (renamed from translations/source/lv/sw/source/ui/shells.po)0
-rw-r--r--source/lv/sw/source/ui/smartmenu.po (renamed from translations/source/lv/sw/source/ui/smartmenu.po)0
-rw-r--r--source/lv/sw/source/ui/table.po (renamed from translations/source/lv/sw/source/ui/table.po)0
-rw-r--r--source/lv/sw/source/ui/uiview.po (renamed from translations/source/lv/sw/source/ui/uiview.po)0
-rw-r--r--source/lv/sw/source/ui/utlui.po (renamed from translations/source/lv/sw/source/ui/utlui.po)0
-rw-r--r--source/lv/sw/source/ui/web.po (renamed from translations/source/lv/sw/source/ui/web.po)0
-rw-r--r--source/lv/sw/source/ui/wrtsh.po (renamed from translations/source/lv/sw/source/ui/wrtsh.po)0
-rw-r--r--source/lv/swext/mediawiki/help.po (renamed from translations/source/lv/swext/mediawiki/help.po)0
-rw-r--r--source/lv/swext/mediawiki/src.po (renamed from translations/source/lv/swext/mediawiki/src.po)0
-rw-r--r--source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/lv/sysui/desktop/share.po (renamed from translations/source/lv/sysui/desktop/share.po)0
-rw-r--r--source/lv/uui/source.po (renamed from translations/source/lv/uui/source.po)0
-rw-r--r--source/lv/vcl/source/src.po (renamed from translations/source/lv/vcl/source/src.po)0
-rw-r--r--source/lv/wizards/source/euro.po (renamed from translations/source/lv/wizards/source/euro.po)0
-rw-r--r--source/lv/wizards/source/formwizard.po (renamed from translations/source/lv/wizards/source/formwizard.po)0
-rw-r--r--source/lv/wizards/source/importwizard.po (renamed from translations/source/lv/wizards/source/importwizard.po)0
-rw-r--r--source/lv/wizards/source/schedule.po (renamed from translations/source/lv/wizards/source/schedule.po)0
-rw-r--r--source/lv/wizards/source/template.po (renamed from translations/source/lv/wizards/source/template.po)0
-rw-r--r--source/lv/xmlsecurity/source/component.po (renamed from translations/source/lv/xmlsecurity/source/component.po)0
-rw-r--r--source/lv/xmlsecurity/source/dialogs.po (renamed from translations/source/lv/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/mai/accessibility/source/helper.po (renamed from translations/source/mai/accessibility/source/helper.po)0
-rw-r--r--source/mai/avmedia/source/framework.po (renamed from translations/source/mai/avmedia/source/framework.po)0
-rw-r--r--source/mai/avmedia/source/viewer.po (renamed from translations/source/mai/avmedia/source/viewer.po)0
-rw-r--r--source/mai/basctl/source/basicide.po (renamed from translations/source/mai/basctl/source/basicide.po)0
-rw-r--r--source/mai/basctl/source/dlged.po (renamed from translations/source/mai/basctl/source/dlged.po)0
-rw-r--r--source/mai/basic/source/classes.po (renamed from translations/source/mai/basic/source/classes.po)0
-rw-r--r--source/mai/basic/source/sbx.po (renamed from translations/source/mai/basic/source/sbx.po)0
-rw-r--r--source/mai/chart2/source/controller/dialogs.po (renamed from translations/source/mai/chart2/source/controller/dialogs.po)0
-rw-r--r--source/mai/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/mai/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/mai/connectivity/source/resource.po (renamed from translations/source/mai/connectivity/source/resource.po)0
-rw-r--r--source/mai/cui/source/customize.po (renamed from translations/source/mai/cui/source/customize.po)0
-rw-r--r--source/mai/cui/source/dialogs.po (renamed from translations/source/mai/cui/source/dialogs.po)0
-rw-r--r--source/mai/cui/source/options.po (renamed from translations/source/mai/cui/source/options.po)0
-rw-r--r--source/mai/cui/source/tabpages.po (renamed from translations/source/mai/cui/source/tabpages.po)0
-rw-r--r--source/mai/dbaccess/source/core/resource.po (renamed from translations/source/mai/dbaccess/source/core/resource.po)0
-rw-r--r--source/mai/dbaccess/source/ext/macromigration.po (renamed from translations/source/mai/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/mai/dbaccess/source/sdbtools/resource.po (renamed from translations/source/mai/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/mai/dbaccess/source/ui/app.po (renamed from translations/source/mai/dbaccess/source/ui/app.po)0
-rw-r--r--source/mai/dbaccess/source/ui/browser.po (renamed from translations/source/mai/dbaccess/source/ui/browser.po)0
-rw-r--r--source/mai/dbaccess/source/ui/control.po (renamed from translations/source/mai/dbaccess/source/ui/control.po)0
-rw-r--r--source/mai/dbaccess/source/ui/dlg.po (renamed from translations/source/mai/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/mai/dbaccess/source/ui/inc.po (renamed from translations/source/mai/dbaccess/source/ui/inc.po)0
-rw-r--r--source/mai/dbaccess/source/ui/misc.po (renamed from translations/source/mai/dbaccess/source/ui/misc.po)0
-rw-r--r--source/mai/dbaccess/source/ui/querydesign.po (renamed from translations/source/mai/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/mai/dbaccess/source/ui/relationdesign.po (renamed from translations/source/mai/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/mai/dbaccess/source/ui/tabledesign.po (renamed from translations/source/mai/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/mai/dbaccess/source/ui/uno.po (renamed from translations/source/mai/dbaccess/source/ui/uno.po)0
-rw-r--r--source/mai/desktop/source/app.po (renamed from translations/source/mai/desktop/source/app.po)0
-rw-r--r--source/mai/desktop/source/deployment/gui.po (renamed from translations/source/mai/desktop/source/deployment/gui.po)0
-rw-r--r--source/mai/desktop/source/deployment/manager.po (renamed from translations/source/mai/desktop/source/deployment/manager.po)0
-rw-r--r--source/mai/desktop/source/deployment/misc.po (renamed from translations/source/mai/desktop/source/deployment/misc.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry.po (renamed from translations/source/mai/desktop/source/deployment/registry.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/component.po (renamed from translations/source/mai/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/configuration.po (renamed from translations/source/mai/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/help.po (renamed from translations/source/mai/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/package.po (renamed from translations/source/mai/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/script.po (renamed from translations/source/mai/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/mai/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/mai/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/mai/desktop/source/deployment/unopkg.po (renamed from translations/source/mai/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/mai/dictionaries/af_ZA.po (renamed from translations/source/mai/dictionaries/af_ZA.po)0
-rw-r--r--source/mai/dictionaries/an_ES.po (renamed from translations/source/mai/dictionaries/an_ES.po)0
-rw-r--r--source/mai/dictionaries/ar.po (renamed from translations/source/mai/dictionaries/ar.po)0
-rw-r--r--source/mai/dictionaries/be_BY.po (renamed from translations/source/mai/dictionaries/be_BY.po)0
-rw-r--r--source/mai/dictionaries/bg_BG.po (renamed from translations/source/mai/dictionaries/bg_BG.po)0
-rw-r--r--source/mai/dictionaries/bn_BD.po (renamed from translations/source/mai/dictionaries/bn_BD.po)0
-rw-r--r--source/mai/dictionaries/br_FR.po (renamed from translations/source/mai/dictionaries/br_FR.po)0
-rw-r--r--source/mai/dictionaries/ca.po (renamed from translations/source/mai/dictionaries/ca.po)0
-rw-r--r--source/mai/dictionaries/cs_CZ.po (renamed from translations/source/mai/dictionaries/cs_CZ.po)0
-rw-r--r--source/mai/dictionaries/da_DK.po (renamed from translations/source/mai/dictionaries/da_DK.po)0
-rw-r--r--source/mai/dictionaries/de.po (renamed from translations/source/mai/dictionaries/de.po)0
-rw-r--r--source/mai/dictionaries/el_GR.po (renamed from translations/source/mai/dictionaries/el_GR.po)0
-rw-r--r--source/mai/dictionaries/en.po (renamed from translations/source/mai/dictionaries/en.po)0
-rw-r--r--source/mai/dictionaries/en/dialog.po (renamed from translations/source/mai/dictionaries/en/dialog.po)0
-rw-r--r--source/mai/dictionaries/es_ES.po (renamed from translations/source/mai/dictionaries/es_ES.po)0
-rw-r--r--source/mai/dictionaries/et_EE.po (renamed from translations/source/mai/dictionaries/et_EE.po)0
-rw-r--r--source/mai/dictionaries/fr_FR.po (renamed from translations/source/mai/dictionaries/fr_FR.po)0
-rw-r--r--source/mai/dictionaries/gd_GB.po (renamed from translations/source/mai/dictionaries/gd_GB.po)0
-rw-r--r--source/mai/dictionaries/gl.po (renamed from translations/source/mai/dictionaries/gl.po)0
-rw-r--r--source/mai/dictionaries/gu_IN.po (renamed from translations/source/mai/dictionaries/gu_IN.po)0
-rw-r--r--source/mai/dictionaries/he_IL.po (renamed from translations/source/mai/dictionaries/he_IL.po)0
-rw-r--r--source/mai/dictionaries/hi_IN.po (renamed from translations/source/mai/dictionaries/hi_IN.po)0
-rw-r--r--source/mai/dictionaries/hr_HR.po (renamed from translations/source/mai/dictionaries/hr_HR.po)0
-rw-r--r--source/mai/dictionaries/hu_HU.po (renamed from translations/source/mai/dictionaries/hu_HU.po)0
-rw-r--r--source/mai/dictionaries/hu_HU/dialog.po (renamed from translations/source/mai/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/mai/dictionaries/it_IT.po (renamed from translations/source/mai/dictionaries/it_IT.po)0
-rw-r--r--source/mai/dictionaries/ku_TR.po (renamed from translations/source/mai/dictionaries/ku_TR.po)0
-rw-r--r--source/mai/dictionaries/lt_LT.po (renamed from translations/source/mai/dictionaries/lt_LT.po)0
-rw-r--r--source/mai/dictionaries/lv_LV.po (renamed from translations/source/mai/dictionaries/lv_LV.po)0
-rw-r--r--source/mai/dictionaries/ne_NP.po (renamed from translations/source/mai/dictionaries/ne_NP.po)0
-rw-r--r--source/mai/dictionaries/nl_NL.po (renamed from translations/source/mai/dictionaries/nl_NL.po)0
-rw-r--r--source/mai/dictionaries/no.po (renamed from translations/source/mai/dictionaries/no.po)0
-rw-r--r--source/mai/dictionaries/oc_FR.po (renamed from translations/source/mai/dictionaries/oc_FR.po)0
-rw-r--r--source/mai/dictionaries/pl_PL.po (renamed from translations/source/mai/dictionaries/pl_PL.po)0
-rw-r--r--source/mai/dictionaries/pt_BR.po (renamed from translations/source/mai/dictionaries/pt_BR.po)0
-rw-r--r--source/mai/dictionaries/pt_PT.po (renamed from translations/source/mai/dictionaries/pt_PT.po)0
-rw-r--r--source/mai/dictionaries/ro.po (renamed from translations/source/mai/dictionaries/ro.po)0
-rw-r--r--source/mai/dictionaries/ru_RU.po (renamed from translations/source/mai/dictionaries/ru_RU.po)0
-rw-r--r--source/mai/dictionaries/ru_RU/dialog.po (renamed from translations/source/mai/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/mai/dictionaries/si_LK.po (renamed from translations/source/mai/dictionaries/si_LK.po)0
-rw-r--r--source/mai/dictionaries/sk_SK.po (renamed from translations/source/mai/dictionaries/sk_SK.po)0
-rw-r--r--source/mai/dictionaries/sl_SI.po (renamed from translations/source/mai/dictionaries/sl_SI.po)0
-rw-r--r--source/mai/dictionaries/sr.po (renamed from translations/source/mai/dictionaries/sr.po)0
-rw-r--r--source/mai/dictionaries/sv_SE.po (renamed from translations/source/mai/dictionaries/sv_SE.po)0
-rw-r--r--source/mai/dictionaries/sw_TZ.po (renamed from translations/source/mai/dictionaries/sw_TZ.po)0
-rw-r--r--source/mai/dictionaries/te_IN.po (renamed from translations/source/mai/dictionaries/te_IN.po)0
-rw-r--r--source/mai/dictionaries/th_TH.po (renamed from translations/source/mai/dictionaries/th_TH.po)0
-rw-r--r--source/mai/dictionaries/uk_UA.po (renamed from translations/source/mai/dictionaries/uk_UA.po)0
-rw-r--r--source/mai/dictionaries/vi.po (renamed from translations/source/mai/dictionaries/vi.po)0
-rw-r--r--source/mai/dictionaries/zu_ZA.po (renamed from translations/source/mai/dictionaries/zu_ZA.po)0
-rw-r--r--source/mai/editeng/source/accessibility.po (renamed from translations/source/mai/editeng/source/accessibility.po)0
-rw-r--r--source/mai/editeng/source/editeng.po (renamed from translations/source/mai/editeng/source/editeng.po)0
-rw-r--r--source/mai/editeng/source/items.po (renamed from translations/source/mai/editeng/source/items.po)0
-rw-r--r--source/mai/editeng/source/misc.po (renamed from translations/source/mai/editeng/source/misc.po)0
-rw-r--r--source/mai/editeng/source/outliner.po (renamed from translations/source/mai/editeng/source/outliner.po)0
-rw-r--r--source/mai/extensions/source/abpilot.po (renamed from translations/source/mai/extensions/source/abpilot.po)0
-rw-r--r--source/mai/extensions/source/bibliography.po (renamed from translations/source/mai/extensions/source/bibliography.po)0
-rw-r--r--source/mai/extensions/source/dbpilots.po (renamed from translations/source/mai/extensions/source/dbpilots.po)0
-rw-r--r--source/mai/extensions/source/propctrlr.po (renamed from translations/source/mai/extensions/source/propctrlr.po)0
-rw-r--r--source/mai/extensions/source/scanner.po (renamed from translations/source/mai/extensions/source/scanner.po)0
-rw-r--r--source/mai/extensions/source/update/check.po (renamed from translations/source/mai/extensions/source/update/check.po)0
-rw-r--r--source/mai/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/mai/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/mai/filter/source/config/fragments/filters.po (renamed from translations/source/mai/filter/source/config/fragments/filters.po)0
-rw-r--r--source/mai/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/mai/filter/source/config/fragments/types.po (renamed from translations/source/mai/filter/source/config/fragments/types.po)0
-rw-r--r--source/mai/filter/source/flash.po (renamed from translations/source/mai/filter/source/flash.po)0
-rw-r--r--source/mai/filter/source/graphicfilter/eps.po (renamed from translations/source/mai/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/mai/filter/source/pdf.po (renamed from translations/source/mai/filter/source/pdf.po)0
-rw-r--r--source/mai/filter/source/t602.po (renamed from translations/source/mai/filter/source/t602.po)0
-rw-r--r--source/mai/filter/source/xsltdialog.po (renamed from translations/source/mai/filter/source/xsltdialog.po)0
-rw-r--r--source/mai/forms/source/resource.po (renamed from translations/source/mai/forms/source/resource.po)0
-rw-r--r--source/mai/formula/source/core/resource.po (renamed from translations/source/mai/formula/source/core/resource.po)0
-rw-r--r--source/mai/formula/source/ui/dlg.po (renamed from translations/source/mai/formula/source/ui/dlg.po)0
-rw-r--r--source/mai/fpicker/source/office.po (renamed from translations/source/mai/fpicker/source/office.po)0
-rw-r--r--source/mai/framework/source/classes.po (renamed from translations/source/mai/framework/source/classes.po)0
-rw-r--r--source/mai/framework/source/services.po (renamed from translations/source/mai/framework/source/services.po)0
-rw-r--r--source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/mai/mysqlc/source.po (renamed from translations/source/mai/mysqlc/source.po)0
-rw-r--r--source/mai/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/mai/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mai/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/mai/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/mai/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/mai/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/mai/nlpsolver/src/locale.po (renamed from translations/source/mai/nlpsolver/src/locale.po)0
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/mai/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mai/padmin/source.po (renamed from translations/source/mai/padmin/source.po)0
-rw-r--r--source/mai/readlicense_oo/docs/readme.po (renamed from translations/source/mai/readlicense_oo/docs/readme.po)0
-rw-r--r--source/mai/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/mai/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/mai/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/mai/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mai/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mai/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mai/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/mai/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/mai/reportbuilder/util.po (renamed from translations/source/mai/reportbuilder/util.po)0
-rw-r--r--source/mai/reportdesign/source/core/resource.po (renamed from translations/source/mai/reportdesign/source/core/resource.po)0
-rw-r--r--source/mai/reportdesign/source/ui/dlg.po (renamed from translations/source/mai/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/mai/reportdesign/source/ui/inspection.po (renamed from translations/source/mai/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/mai/reportdesign/source/ui/report.po (renamed from translations/source/mai/reportdesign/source/ui/report.po)0
-rw-r--r--source/mai/sc/source/core/src.po (renamed from translations/source/mai/sc/source/core/src.po)0
-rw-r--r--source/mai/sc/source/ui/cctrl.po (renamed from translations/source/mai/sc/source/ui/cctrl.po)0
-rw-r--r--source/mai/sc/source/ui/dbgui.po (renamed from translations/source/mai/sc/source/ui/dbgui.po)0
-rw-r--r--source/mai/sc/source/ui/docshell.po (renamed from translations/source/mai/sc/source/ui/docshell.po)0
-rw-r--r--source/mai/sc/source/ui/drawfunc.po (renamed from translations/source/mai/sc/source/ui/drawfunc.po)0
-rw-r--r--source/mai/sc/source/ui/formdlg.po (renamed from translations/source/mai/sc/source/ui/formdlg.po)0
-rw-r--r--source/mai/sc/source/ui/miscdlgs.po (renamed from translations/source/mai/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/mai/sc/source/ui/navipi.po (renamed from translations/source/mai/sc/source/ui/navipi.po)0
-rw-r--r--source/mai/sc/source/ui/optdlg.po (renamed from translations/source/mai/sc/source/ui/optdlg.po)0
-rw-r--r--source/mai/sc/source/ui/pagedlg.po (renamed from translations/source/mai/sc/source/ui/pagedlg.po)0
-rw-r--r--source/mai/sc/source/ui/src.po (renamed from translations/source/mai/sc/source/ui/src.po)0
-rw-r--r--source/mai/sc/source/ui/styleui.po (renamed from translations/source/mai/sc/source/ui/styleui.po)0
-rw-r--r--source/mai/scaddins/source/analysis.po (renamed from translations/source/mai/scaddins/source/analysis.po)0
-rw-r--r--source/mai/scaddins/source/datefunc.po (renamed from translations/source/mai/scaddins/source/datefunc.po)0
-rw-r--r--source/mai/sccomp/source/solver.po (renamed from translations/source/mai/sccomp/source/solver.po)0
-rw-r--r--source/mai/scp2/source/accessories.po (renamed from translations/source/mai/scp2/source/accessories.po)0
-rw-r--r--source/mai/scp2/source/activex.po (renamed from translations/source/mai/scp2/source/activex.po)0
-rw-r--r--source/mai/scp2/source/base.po (renamed from translations/source/mai/scp2/source/base.po)0
-rw-r--r--source/mai/scp2/source/binfilter.po (renamed from translations/source/mai/scp2/source/binfilter.po)0
-rw-r--r--source/mai/scp2/source/calc.po (renamed from translations/source/mai/scp2/source/calc.po)0
-rw-r--r--source/mai/scp2/source/draw.po (renamed from translations/source/mai/scp2/source/draw.po)0
-rw-r--r--source/mai/scp2/source/extensions.po (renamed from translations/source/mai/scp2/source/extensions.po)0
-rw-r--r--source/mai/scp2/source/gnome.po (renamed from translations/source/mai/scp2/source/gnome.po)0
-rw-r--r--source/mai/scp2/source/graphicfilter.po (renamed from translations/source/mai/scp2/source/graphicfilter.po)0
-rw-r--r--source/mai/scp2/source/impress.po (renamed from translations/source/mai/scp2/source/impress.po)0
-rw-r--r--source/mai/scp2/source/javafilter.po (renamed from translations/source/mai/scp2/source/javafilter.po)0
-rw-r--r--source/mai/scp2/source/kde.po (renamed from translations/source/mai/scp2/source/kde.po)0
-rw-r--r--source/mai/scp2/source/math.po (renamed from translations/source/mai/scp2/source/math.po)0
-rw-r--r--source/mai/scp2/source/onlineupdate.po (renamed from translations/source/mai/scp2/source/onlineupdate.po)0
-rw-r--r--source/mai/scp2/source/ooo.po (renamed from translations/source/mai/scp2/source/ooo.po)0
-rw-r--r--source/mai/scp2/source/python.po (renamed from translations/source/mai/scp2/source/python.po)0
-rw-r--r--source/mai/scp2/source/quickstart.po (renamed from translations/source/mai/scp2/source/quickstart.po)0
-rw-r--r--source/mai/scp2/source/sdkoo.po (renamed from translations/source/mai/scp2/source/sdkoo.po)0
-rw-r--r--source/mai/scp2/source/smoketest.po (renamed from translations/source/mai/scp2/source/smoketest.po)0
-rw-r--r--source/mai/scp2/source/stdlibs.po (renamed from translations/source/mai/scp2/source/stdlibs.po)0
-rw-r--r--source/mai/scp2/source/tde.po (renamed from translations/source/mai/scp2/source/tde.po)0
-rw-r--r--source/mai/scp2/source/winexplorerext.po (renamed from translations/source/mai/scp2/source/winexplorerext.po)0
-rw-r--r--source/mai/scp2/source/writer.po (renamed from translations/source/mai/scp2/source/writer.po)0
-rw-r--r--source/mai/scp2/source/xsltfilter.po (renamed from translations/source/mai/scp2/source/xsltfilter.po)0
-rw-r--r--source/mai/scripting/source/pyprov.po (renamed from translations/source/mai/scripting/source/pyprov.po)0
-rw-r--r--source/mai/sd/source/core.po (renamed from translations/source/mai/sd/source/core.po)0
-rw-r--r--source/mai/sd/source/filter/html.po (renamed from translations/source/mai/sd/source/filter/html.po)0
-rw-r--r--source/mai/sd/source/ui/accessibility.po (renamed from translations/source/mai/sd/source/ui/accessibility.po)0
-rw-r--r--source/mai/sd/source/ui/animations.po (renamed from translations/source/mai/sd/source/ui/animations.po)0
-rw-r--r--source/mai/sd/source/ui/annotations.po (renamed from translations/source/mai/sd/source/ui/annotations.po)0
-rw-r--r--source/mai/sd/source/ui/app.po (renamed from translations/source/mai/sd/source/ui/app.po)0
-rw-r--r--source/mai/sd/source/ui/dlg.po (renamed from translations/source/mai/sd/source/ui/dlg.po)0
-rw-r--r--source/mai/sd/source/ui/slideshow.po (renamed from translations/source/mai/sd/source/ui/slideshow.po)0
-rw-r--r--source/mai/sd/source/ui/table.po (renamed from translations/source/mai/sd/source/ui/table.po)0
-rw-r--r--source/mai/sd/source/ui/view.po (renamed from translations/source/mai/sd/source/ui/view.po)0
-rw-r--r--source/mai/sdext/source/minimizer.po (renamed from translations/source/mai/sdext/source/minimizer.po)0
-rw-r--r--source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mai/sdext/source/pdfimport.po (renamed from translations/source/mai/sdext/source/pdfimport.po)0
-rw-r--r--source/mai/sdext/source/presenter.po (renamed from translations/source/mai/sdext/source/presenter.po)0
-rw-r--r--source/mai/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/mai/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/mai/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mai/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mai/setup_native/source/mac.po (renamed from translations/source/mai/setup_native/source/mac.po)0
-rw-r--r--source/mai/sfx2/source/appl.po (renamed from translations/source/mai/sfx2/source/appl.po)0
-rw-r--r--source/mai/sfx2/source/bastyp.po (renamed from translations/source/mai/sfx2/source/bastyp.po)0
-rw-r--r--source/mai/sfx2/source/dialog.po (renamed from translations/source/mai/sfx2/source/dialog.po)0
-rw-r--r--source/mai/sfx2/source/doc.po (renamed from translations/source/mai/sfx2/source/doc.po)0
-rw-r--r--source/mai/sfx2/source/menu.po (renamed from translations/source/mai/sfx2/source/menu.po)0
-rw-r--r--source/mai/sfx2/source/view.po (renamed from translations/source/mai/sfx2/source/view.po)0
-rw-r--r--source/mai/shell/source/win32/shlxthandler/res.po (renamed from translations/source/mai/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/mai/starmath/source.po (renamed from translations/source/mai/starmath/source.po)0
-rw-r--r--source/mai/svl/source/items.po (renamed from translations/source/mai/svl/source/items.po)0
-rw-r--r--source/mai/svl/source/misc.po (renamed from translations/source/mai/svl/source/misc.po)0
-rw-r--r--source/mai/svtools/source/contnr.po (renamed from translations/source/mai/svtools/source/contnr.po)0
-rw-r--r--source/mai/svtools/source/control.po (renamed from translations/source/mai/svtools/source/control.po)0
-rw-r--r--source/mai/svtools/source/dialogs.po (renamed from translations/source/mai/svtools/source/dialogs.po)0
-rw-r--r--source/mai/svtools/source/filter.po (renamed from translations/source/mai/svtools/source/filter.po)0
-rw-r--r--source/mai/svtools/source/java.po (renamed from translations/source/mai/svtools/source/java.po)0
-rw-r--r--source/mai/svtools/source/misc.po (renamed from translations/source/mai/svtools/source/misc.po)0
-rw-r--r--source/mai/svtools/source/toolpanel.po (renamed from translations/source/mai/svtools/source/toolpanel.po)0
-rw-r--r--source/mai/svtools/workben/unodialog.po (renamed from translations/source/mai/svtools/workben/unodialog.po)0
-rw-r--r--source/mai/svx/inc.po (renamed from translations/source/mai/svx/inc.po)0
-rw-r--r--source/mai/svx/source/accessibility.po (renamed from translations/source/mai/svx/source/accessibility.po)0
-rw-r--r--source/mai/svx/source/dialog.po (renamed from translations/source/mai/svx/source/dialog.po)0
-rw-r--r--source/mai/svx/source/engine3d.po (renamed from translations/source/mai/svx/source/engine3d.po)0
-rw-r--r--source/mai/svx/source/fmcomp.po (renamed from translations/source/mai/svx/source/fmcomp.po)0
-rw-r--r--source/mai/svx/source/form.po (renamed from translations/source/mai/svx/source/form.po)0
-rw-r--r--source/mai/svx/source/gallery2.po (renamed from translations/source/mai/svx/source/gallery2.po)0
-rw-r--r--source/mai/svx/source/items.po (renamed from translations/source/mai/svx/source/items.po)0
-rw-r--r--source/mai/svx/source/src.po (renamed from translations/source/mai/svx/source/src.po)0
-rw-r--r--source/mai/svx/source/stbctrls.po (renamed from translations/source/mai/svx/source/stbctrls.po)0
-rw-r--r--source/mai/svx/source/svdraw.po (renamed from translations/source/mai/svx/source/svdraw.po)0
-rw-r--r--source/mai/svx/source/table.po (renamed from translations/source/mai/svx/source/table.po)0
-rw-r--r--source/mai/svx/source/tbxctrls.po (renamed from translations/source/mai/svx/source/tbxctrls.po)0
-rw-r--r--source/mai/svx/source/toolbars.po (renamed from translations/source/mai/svx/source/toolbars.po)0
-rw-r--r--source/mai/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/mai/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/mai/sw/source/core/layout.po (renamed from translations/source/mai/sw/source/core/layout.po)0
-rw-r--r--source/mai/sw/source/core/undo.po (renamed from translations/source/mai/sw/source/core/undo.po)0
-rw-r--r--source/mai/sw/source/core/unocore.po (renamed from translations/source/mai/sw/source/core/unocore.po)0
-rw-r--r--source/mai/sw/source/ui/app.po (renamed from translations/source/mai/sw/source/ui/app.po)0
-rw-r--r--source/mai/sw/source/ui/chrdlg.po (renamed from translations/source/mai/sw/source/ui/chrdlg.po)0
-rw-r--r--source/mai/sw/source/ui/config.po (renamed from translations/source/mai/sw/source/ui/config.po)0
-rw-r--r--source/mai/sw/source/ui/dbui.po (renamed from translations/source/mai/sw/source/ui/dbui.po)0
-rw-r--r--source/mai/sw/source/ui/dialog.po (renamed from translations/source/mai/sw/source/ui/dialog.po)0
-rw-r--r--source/mai/sw/source/ui/dochdl.po (renamed from translations/source/mai/sw/source/ui/dochdl.po)0
-rw-r--r--source/mai/sw/source/ui/docvw.po (renamed from translations/source/mai/sw/source/ui/docvw.po)0
-rw-r--r--source/mai/sw/source/ui/envelp.po (renamed from translations/source/mai/sw/source/ui/envelp.po)0
-rw-r--r--source/mai/sw/source/ui/fldui.po (renamed from translations/source/mai/sw/source/ui/fldui.po)0
-rw-r--r--source/mai/sw/source/ui/fmtui.po (renamed from translations/source/mai/sw/source/ui/fmtui.po)0
-rw-r--r--source/mai/sw/source/ui/frmdlg.po (renamed from translations/source/mai/sw/source/ui/frmdlg.po)0
-rw-r--r--source/mai/sw/source/ui/globdoc.po (renamed from translations/source/mai/sw/source/ui/globdoc.po)0
-rw-r--r--source/mai/sw/source/ui/index.po (renamed from translations/source/mai/sw/source/ui/index.po)0
-rw-r--r--source/mai/sw/source/ui/lingu.po (renamed from translations/source/mai/sw/source/ui/lingu.po)0
-rw-r--r--source/mai/sw/source/ui/misc.po (renamed from translations/source/mai/sw/source/ui/misc.po)0
-rw-r--r--source/mai/sw/source/ui/ribbar.po (renamed from translations/source/mai/sw/source/ui/ribbar.po)0
-rw-r--r--source/mai/sw/source/ui/shells.po (renamed from translations/source/mai/sw/source/ui/shells.po)0
-rw-r--r--source/mai/sw/source/ui/smartmenu.po (renamed from translations/source/mai/sw/source/ui/smartmenu.po)0
-rw-r--r--source/mai/sw/source/ui/table.po (renamed from translations/source/mai/sw/source/ui/table.po)0
-rw-r--r--source/mai/sw/source/ui/uiview.po (renamed from translations/source/mai/sw/source/ui/uiview.po)0
-rw-r--r--source/mai/sw/source/ui/utlui.po (renamed from translations/source/mai/sw/source/ui/utlui.po)0
-rw-r--r--source/mai/sw/source/ui/web.po (renamed from translations/source/mai/sw/source/ui/web.po)0
-rw-r--r--source/mai/sw/source/ui/wrtsh.po (renamed from translations/source/mai/sw/source/ui/wrtsh.po)0
-rw-r--r--source/mai/swext/mediawiki/help.po (renamed from translations/source/mai/swext/mediawiki/help.po)0
-rw-r--r--source/mai/swext/mediawiki/src.po (renamed from translations/source/mai/swext/mediawiki/src.po)0
-rw-r--r--source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/mai/sysui/desktop/share.po (renamed from translations/source/mai/sysui/desktop/share.po)0
-rw-r--r--source/mai/uui/source.po (renamed from translations/source/mai/uui/source.po)0
-rw-r--r--source/mai/vcl/source/src.po (renamed from translations/source/mai/vcl/source/src.po)0
-rw-r--r--source/mai/wizards/source/euro.po (renamed from translations/source/mai/wizards/source/euro.po)0
-rw-r--r--source/mai/wizards/source/formwizard.po (renamed from translations/source/mai/wizards/source/formwizard.po)0
-rw-r--r--source/mai/wizards/source/importwizard.po (renamed from translations/source/mai/wizards/source/importwizard.po)0
-rw-r--r--source/mai/wizards/source/schedule.po (renamed from translations/source/mai/wizards/source/schedule.po)0
-rw-r--r--source/mai/wizards/source/template.po (renamed from translations/source/mai/wizards/source/template.po)0
-rw-r--r--source/mai/xmlsecurity/source/component.po (renamed from translations/source/mai/xmlsecurity/source/component.po)0
-rw-r--r--source/mai/xmlsecurity/source/dialogs.po (renamed from translations/source/mai/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/mk/accessibility/source/helper.po (renamed from translations/source/mk/accessibility/source/helper.po)0
-rw-r--r--source/mk/avmedia/source/framework.po (renamed from translations/source/mk/avmedia/source/framework.po)0
-rw-r--r--source/mk/avmedia/source/viewer.po (renamed from translations/source/mk/avmedia/source/viewer.po)0
-rw-r--r--source/mk/basctl/source/basicide.po (renamed from translations/source/mk/basctl/source/basicide.po)0
-rw-r--r--source/mk/basctl/source/dlged.po (renamed from translations/source/mk/basctl/source/dlged.po)0
-rw-r--r--source/mk/basic/source/classes.po (renamed from translations/source/mk/basic/source/classes.po)0
-rw-r--r--source/mk/basic/source/sbx.po (renamed from translations/source/mk/basic/source/sbx.po)0
-rw-r--r--source/mk/chart2/source/controller/dialogs.po (renamed from translations/source/mk/chart2/source/controller/dialogs.po)0
-rw-r--r--source/mk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/mk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/mk/connectivity/source/resource.po (renamed from translations/source/mk/connectivity/source/resource.po)0
-rw-r--r--source/mk/cui/source/customize.po (renamed from translations/source/mk/cui/source/customize.po)0
-rw-r--r--source/mk/cui/source/dialogs.po (renamed from translations/source/mk/cui/source/dialogs.po)0
-rw-r--r--source/mk/cui/source/options.po (renamed from translations/source/mk/cui/source/options.po)0
-rw-r--r--source/mk/cui/source/tabpages.po (renamed from translations/source/mk/cui/source/tabpages.po)0
-rw-r--r--source/mk/dbaccess/source/core/resource.po (renamed from translations/source/mk/dbaccess/source/core/resource.po)0
-rw-r--r--source/mk/dbaccess/source/ext/macromigration.po (renamed from translations/source/mk/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/mk/dbaccess/source/sdbtools/resource.po (renamed from translations/source/mk/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/mk/dbaccess/source/ui/app.po (renamed from translations/source/mk/dbaccess/source/ui/app.po)0
-rw-r--r--source/mk/dbaccess/source/ui/browser.po (renamed from translations/source/mk/dbaccess/source/ui/browser.po)0
-rw-r--r--source/mk/dbaccess/source/ui/control.po (renamed from translations/source/mk/dbaccess/source/ui/control.po)0
-rw-r--r--source/mk/dbaccess/source/ui/dlg.po (renamed from translations/source/mk/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/mk/dbaccess/source/ui/inc.po (renamed from translations/source/mk/dbaccess/source/ui/inc.po)0
-rw-r--r--source/mk/dbaccess/source/ui/misc.po (renamed from translations/source/mk/dbaccess/source/ui/misc.po)0
-rw-r--r--source/mk/dbaccess/source/ui/querydesign.po (renamed from translations/source/mk/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/mk/dbaccess/source/ui/relationdesign.po (renamed from translations/source/mk/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/mk/dbaccess/source/ui/tabledesign.po (renamed from translations/source/mk/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/mk/dbaccess/source/ui/uno.po (renamed from translations/source/mk/dbaccess/source/ui/uno.po)0
-rw-r--r--source/mk/desktop/source/app.po (renamed from translations/source/mk/desktop/source/app.po)0
-rw-r--r--source/mk/desktop/source/deployment/gui.po (renamed from translations/source/mk/desktop/source/deployment/gui.po)0
-rw-r--r--source/mk/desktop/source/deployment/manager.po (renamed from translations/source/mk/desktop/source/deployment/manager.po)0
-rw-r--r--source/mk/desktop/source/deployment/misc.po (renamed from translations/source/mk/desktop/source/deployment/misc.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry.po (renamed from translations/source/mk/desktop/source/deployment/registry.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/component.po (renamed from translations/source/mk/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/configuration.po (renamed from translations/source/mk/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/help.po (renamed from translations/source/mk/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/package.po (renamed from translations/source/mk/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/script.po (renamed from translations/source/mk/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/mk/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/mk/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/mk/desktop/source/deployment/unopkg.po (renamed from translations/source/mk/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/mk/dictionaries/af_ZA.po (renamed from translations/source/mk/dictionaries/af_ZA.po)0
-rw-r--r--source/mk/dictionaries/an_ES.po (renamed from translations/source/mk/dictionaries/an_ES.po)0
-rw-r--r--source/mk/dictionaries/ar.po (renamed from translations/source/mk/dictionaries/ar.po)0
-rw-r--r--source/mk/dictionaries/be_BY.po (renamed from translations/source/mk/dictionaries/be_BY.po)0
-rw-r--r--source/mk/dictionaries/bg_BG.po (renamed from translations/source/mk/dictionaries/bg_BG.po)0
-rw-r--r--source/mk/dictionaries/bn_BD.po (renamed from translations/source/mk/dictionaries/bn_BD.po)0
-rw-r--r--source/mk/dictionaries/br_FR.po (renamed from translations/source/mk/dictionaries/br_FR.po)0
-rw-r--r--source/mk/dictionaries/ca.po (renamed from translations/source/mk/dictionaries/ca.po)0
-rw-r--r--source/mk/dictionaries/cs_CZ.po (renamed from translations/source/mk/dictionaries/cs_CZ.po)0
-rw-r--r--source/mk/dictionaries/da_DK.po (renamed from translations/source/mk/dictionaries/da_DK.po)0
-rw-r--r--source/mk/dictionaries/de.po (renamed from translations/source/mk/dictionaries/de.po)0
-rw-r--r--source/mk/dictionaries/el_GR.po (renamed from translations/source/mk/dictionaries/el_GR.po)0
-rw-r--r--source/mk/dictionaries/en.po (renamed from translations/source/mk/dictionaries/en.po)0
-rw-r--r--source/mk/dictionaries/en/dialog.po (renamed from translations/source/mk/dictionaries/en/dialog.po)0
-rw-r--r--source/mk/dictionaries/es_ES.po (renamed from translations/source/mk/dictionaries/es_ES.po)0
-rw-r--r--source/mk/dictionaries/et_EE.po (renamed from translations/source/mk/dictionaries/et_EE.po)0
-rw-r--r--source/mk/dictionaries/fr_FR.po (renamed from translations/source/mk/dictionaries/fr_FR.po)0
-rw-r--r--source/mk/dictionaries/gd_GB.po (renamed from translations/source/mk/dictionaries/gd_GB.po)0
-rw-r--r--source/mk/dictionaries/gl.po (renamed from translations/source/mk/dictionaries/gl.po)0
-rw-r--r--source/mk/dictionaries/gu_IN.po (renamed from translations/source/mk/dictionaries/gu_IN.po)0
-rw-r--r--source/mk/dictionaries/he_IL.po (renamed from translations/source/mk/dictionaries/he_IL.po)0
-rw-r--r--source/mk/dictionaries/hi_IN.po (renamed from translations/source/mk/dictionaries/hi_IN.po)0
-rw-r--r--source/mk/dictionaries/hr_HR.po (renamed from translations/source/mk/dictionaries/hr_HR.po)0
-rw-r--r--source/mk/dictionaries/hu_HU.po (renamed from translations/source/mk/dictionaries/hu_HU.po)0
-rw-r--r--source/mk/dictionaries/hu_HU/dialog.po (renamed from translations/source/mk/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/mk/dictionaries/it_IT.po (renamed from translations/source/mk/dictionaries/it_IT.po)0
-rw-r--r--source/mk/dictionaries/ku_TR.po (renamed from translations/source/mk/dictionaries/ku_TR.po)0
-rw-r--r--source/mk/dictionaries/lt_LT.po (renamed from translations/source/mk/dictionaries/lt_LT.po)0
-rw-r--r--source/mk/dictionaries/lv_LV.po (renamed from translations/source/mk/dictionaries/lv_LV.po)0
-rw-r--r--source/mk/dictionaries/ne_NP.po (renamed from translations/source/mk/dictionaries/ne_NP.po)0
-rw-r--r--source/mk/dictionaries/nl_NL.po (renamed from translations/source/mk/dictionaries/nl_NL.po)0
-rw-r--r--source/mk/dictionaries/no.po (renamed from translations/source/mk/dictionaries/no.po)0
-rw-r--r--source/mk/dictionaries/oc_FR.po (renamed from translations/source/mk/dictionaries/oc_FR.po)0
-rw-r--r--source/mk/dictionaries/pl_PL.po (renamed from translations/source/mk/dictionaries/pl_PL.po)0
-rw-r--r--source/mk/dictionaries/pt_BR.po (renamed from translations/source/mk/dictionaries/pt_BR.po)0
-rw-r--r--source/mk/dictionaries/pt_PT.po (renamed from translations/source/mk/dictionaries/pt_PT.po)0
-rw-r--r--source/mk/dictionaries/ro.po (renamed from translations/source/mk/dictionaries/ro.po)0
-rw-r--r--source/mk/dictionaries/ru_RU.po (renamed from translations/source/mk/dictionaries/ru_RU.po)0
-rw-r--r--source/mk/dictionaries/ru_RU/dialog.po (renamed from translations/source/mk/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/mk/dictionaries/si_LK.po (renamed from translations/source/mk/dictionaries/si_LK.po)0
-rw-r--r--source/mk/dictionaries/sk_SK.po (renamed from translations/source/mk/dictionaries/sk_SK.po)0
-rw-r--r--source/mk/dictionaries/sl_SI.po (renamed from translations/source/mk/dictionaries/sl_SI.po)0
-rw-r--r--source/mk/dictionaries/sr.po (renamed from translations/source/mk/dictionaries/sr.po)0
-rw-r--r--source/mk/dictionaries/sv_SE.po (renamed from translations/source/mk/dictionaries/sv_SE.po)0
-rw-r--r--source/mk/dictionaries/sw_TZ.po (renamed from translations/source/mk/dictionaries/sw_TZ.po)0
-rw-r--r--source/mk/dictionaries/te_IN.po (renamed from translations/source/mk/dictionaries/te_IN.po)0
-rw-r--r--source/mk/dictionaries/th_TH.po (renamed from translations/source/mk/dictionaries/th_TH.po)0
-rw-r--r--source/mk/dictionaries/uk_UA.po (renamed from translations/source/mk/dictionaries/uk_UA.po)0
-rw-r--r--source/mk/dictionaries/vi.po (renamed from translations/source/mk/dictionaries/vi.po)0
-rw-r--r--source/mk/dictionaries/zu_ZA.po (renamed from translations/source/mk/dictionaries/zu_ZA.po)0
-rw-r--r--source/mk/editeng/source/accessibility.po (renamed from translations/source/mk/editeng/source/accessibility.po)0
-rw-r--r--source/mk/editeng/source/editeng.po (renamed from translations/source/mk/editeng/source/editeng.po)0
-rw-r--r--source/mk/editeng/source/items.po (renamed from translations/source/mk/editeng/source/items.po)0
-rw-r--r--source/mk/editeng/source/misc.po (renamed from translations/source/mk/editeng/source/misc.po)0
-rw-r--r--source/mk/editeng/source/outliner.po (renamed from translations/source/mk/editeng/source/outliner.po)0
-rw-r--r--source/mk/extensions/source/abpilot.po (renamed from translations/source/mk/extensions/source/abpilot.po)0
-rw-r--r--source/mk/extensions/source/bibliography.po (renamed from translations/source/mk/extensions/source/bibliography.po)0
-rw-r--r--source/mk/extensions/source/dbpilots.po (renamed from translations/source/mk/extensions/source/dbpilots.po)0
-rw-r--r--source/mk/extensions/source/propctrlr.po (renamed from translations/source/mk/extensions/source/propctrlr.po)0
-rw-r--r--source/mk/extensions/source/scanner.po (renamed from translations/source/mk/extensions/source/scanner.po)0
-rw-r--r--source/mk/extensions/source/update/check.po (renamed from translations/source/mk/extensions/source/update/check.po)0
-rw-r--r--source/mk/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/mk/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/mk/filter/source/config/fragments/filters.po (renamed from translations/source/mk/filter/source/config/fragments/filters.po)0
-rw-r--r--source/mk/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/mk/filter/source/config/fragments/types.po (renamed from translations/source/mk/filter/source/config/fragments/types.po)0
-rw-r--r--source/mk/filter/source/flash.po (renamed from translations/source/mk/filter/source/flash.po)0
-rw-r--r--source/mk/filter/source/graphicfilter/eps.po (renamed from translations/source/mk/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/mk/filter/source/pdf.po (renamed from translations/source/mk/filter/source/pdf.po)0
-rw-r--r--source/mk/filter/source/t602.po (renamed from translations/source/mk/filter/source/t602.po)0
-rw-r--r--source/mk/filter/source/xsltdialog.po (renamed from translations/source/mk/filter/source/xsltdialog.po)0
-rw-r--r--source/mk/forms/source/resource.po (renamed from translations/source/mk/forms/source/resource.po)0
-rw-r--r--source/mk/formula/source/core/resource.po (renamed from translations/source/mk/formula/source/core/resource.po)0
-rw-r--r--source/mk/formula/source/ui/dlg.po (renamed from translations/source/mk/formula/source/ui/dlg.po)0
-rw-r--r--source/mk/fpicker/source/office.po (renamed from translations/source/mk/fpicker/source/office.po)0
-rw-r--r--source/mk/framework/source/classes.po (renamed from translations/source/mk/framework/source/classes.po)0
-rw-r--r--source/mk/framework/source/services.po (renamed from translations/source/mk/framework/source/services.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/mk/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/mk/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc.po (renamed from translations/source/mk/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/00.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/02.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/04.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/05.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/mk/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/schart.po (renamed from translations/source/mk/helpcontent2/source/text/schart.po)0
-rw-r--r--source/mk/helpcontent2/source/text/schart/00.po (renamed from translations/source/mk/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/schart/01.po (renamed from translations/source/mk/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/schart/02.po (renamed from translations/source/mk/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/schart/04.po (renamed from translations/source/mk/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sdraw.po (renamed from translations/source/mk/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/mk/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/mk/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/mk/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/mk/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared.po (renamed from translations/source/mk/helpcontent2/source/text/shared.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po (renamed from translations/source/mk/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po (renamed from translations/source/mk/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po (renamed from translations/source/mk/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/04.po (renamed from translations/source/mk/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/05.po (renamed from translations/source/mk/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/07.po (renamed from translations/source/mk/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/mk/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/mk/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/mk/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po (renamed from translations/source/mk/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/mk/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress.po (renamed from translations/source/mk/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress/00.po (renamed from translations/source/mk/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress/01.po (renamed from translations/source/mk/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress/02.po (renamed from translations/source/mk/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress/04.po (renamed from translations/source/mk/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/mk/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath.po (renamed from translations/source/mk/helpcontent2/source/text/smath.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath/00.po (renamed from translations/source/mk/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath/01.po (renamed from translations/source/mk/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath/02.po (renamed from translations/source/mk/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath/04.po (renamed from translations/source/mk/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/smath/guide.po (renamed from translations/source/mk/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po (renamed from translations/source/mk/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po (renamed from translations/source/mk/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po (renamed from translations/source/mk/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter/02.po (renamed from translations/source/mk/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter/04.po (renamed from translations/source/mk/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/mk/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/mk/mysqlc/source.po (renamed from translations/source/mk/mysqlc/source.po)0
-rw-r--r--source/mk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/mk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/mk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/mk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/mk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/mk/nlpsolver/src/locale.po (renamed from translations/source/mk/nlpsolver/src/locale.po)0
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/mk/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mk/padmin/source.po (renamed from translations/source/mk/padmin/source.po)0
-rw-r--r--source/mk/readlicense_oo/docs/readme.po (renamed from translations/source/mk/readlicense_oo/docs/readme.po)0
-rw-r--r--source/mk/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/mk/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/mk/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/mk/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mk/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mk/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mk/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/mk/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/mk/reportbuilder/util.po (renamed from translations/source/mk/reportbuilder/util.po)0
-rw-r--r--source/mk/reportdesign/source/core/resource.po (renamed from translations/source/mk/reportdesign/source/core/resource.po)0
-rw-r--r--source/mk/reportdesign/source/ui/dlg.po (renamed from translations/source/mk/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/mk/reportdesign/source/ui/inspection.po (renamed from translations/source/mk/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/mk/reportdesign/source/ui/report.po (renamed from translations/source/mk/reportdesign/source/ui/report.po)0
-rw-r--r--source/mk/sc/source/core/src.po (renamed from translations/source/mk/sc/source/core/src.po)0
-rw-r--r--source/mk/sc/source/ui/cctrl.po (renamed from translations/source/mk/sc/source/ui/cctrl.po)0
-rw-r--r--source/mk/sc/source/ui/dbgui.po (renamed from translations/source/mk/sc/source/ui/dbgui.po)0
-rw-r--r--source/mk/sc/source/ui/docshell.po (renamed from translations/source/mk/sc/source/ui/docshell.po)0
-rw-r--r--source/mk/sc/source/ui/drawfunc.po (renamed from translations/source/mk/sc/source/ui/drawfunc.po)0
-rw-r--r--source/mk/sc/source/ui/formdlg.po (renamed from translations/source/mk/sc/source/ui/formdlg.po)0
-rw-r--r--source/mk/sc/source/ui/miscdlgs.po (renamed from translations/source/mk/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/mk/sc/source/ui/navipi.po (renamed from translations/source/mk/sc/source/ui/navipi.po)0
-rw-r--r--source/mk/sc/source/ui/optdlg.po (renamed from translations/source/mk/sc/source/ui/optdlg.po)0
-rw-r--r--source/mk/sc/source/ui/pagedlg.po (renamed from translations/source/mk/sc/source/ui/pagedlg.po)0
-rw-r--r--source/mk/sc/source/ui/src.po (renamed from translations/source/mk/sc/source/ui/src.po)0
-rw-r--r--source/mk/sc/source/ui/styleui.po (renamed from translations/source/mk/sc/source/ui/styleui.po)0
-rw-r--r--source/mk/scaddins/source/analysis.po (renamed from translations/source/mk/scaddins/source/analysis.po)0
-rw-r--r--source/mk/scaddins/source/datefunc.po (renamed from translations/source/mk/scaddins/source/datefunc.po)0
-rw-r--r--source/mk/sccomp/source/solver.po (renamed from translations/source/mk/sccomp/source/solver.po)0
-rw-r--r--source/mk/scp2/source/accessories.po (renamed from translations/source/mk/scp2/source/accessories.po)0
-rw-r--r--source/mk/scp2/source/activex.po (renamed from translations/source/mk/scp2/source/activex.po)0
-rw-r--r--source/mk/scp2/source/base.po (renamed from translations/source/mk/scp2/source/base.po)0
-rw-r--r--source/mk/scp2/source/binfilter.po (renamed from translations/source/mk/scp2/source/binfilter.po)0
-rw-r--r--source/mk/scp2/source/calc.po (renamed from translations/source/mk/scp2/source/calc.po)0
-rw-r--r--source/mk/scp2/source/draw.po (renamed from translations/source/mk/scp2/source/draw.po)0
-rw-r--r--source/mk/scp2/source/extensions.po (renamed from translations/source/mk/scp2/source/extensions.po)0
-rw-r--r--source/mk/scp2/source/gnome.po (renamed from translations/source/mk/scp2/source/gnome.po)0
-rw-r--r--source/mk/scp2/source/graphicfilter.po (renamed from translations/source/mk/scp2/source/graphicfilter.po)0
-rw-r--r--source/mk/scp2/source/impress.po (renamed from translations/source/mk/scp2/source/impress.po)0
-rw-r--r--source/mk/scp2/source/javafilter.po (renamed from translations/source/mk/scp2/source/javafilter.po)0
-rw-r--r--source/mk/scp2/source/kde.po (renamed from translations/source/mk/scp2/source/kde.po)0
-rw-r--r--source/mk/scp2/source/math.po (renamed from translations/source/mk/scp2/source/math.po)0
-rw-r--r--source/mk/scp2/source/onlineupdate.po (renamed from translations/source/mk/scp2/source/onlineupdate.po)0
-rw-r--r--source/mk/scp2/source/ooo.po (renamed from translations/source/mk/scp2/source/ooo.po)0
-rw-r--r--source/mk/scp2/source/python.po (renamed from translations/source/mk/scp2/source/python.po)0
-rw-r--r--source/mk/scp2/source/quickstart.po (renamed from translations/source/mk/scp2/source/quickstart.po)0
-rw-r--r--source/mk/scp2/source/sdkoo.po (renamed from translations/source/mk/scp2/source/sdkoo.po)0
-rw-r--r--source/mk/scp2/source/smoketest.po (renamed from translations/source/mk/scp2/source/smoketest.po)0
-rw-r--r--source/mk/scp2/source/stdlibs.po (renamed from translations/source/mk/scp2/source/stdlibs.po)0
-rw-r--r--source/mk/scp2/source/tde.po (renamed from translations/source/mk/scp2/source/tde.po)0
-rw-r--r--source/mk/scp2/source/winexplorerext.po (renamed from translations/source/mk/scp2/source/winexplorerext.po)0
-rw-r--r--source/mk/scp2/source/writer.po (renamed from translations/source/mk/scp2/source/writer.po)0
-rw-r--r--source/mk/scp2/source/xsltfilter.po (renamed from translations/source/mk/scp2/source/xsltfilter.po)0
-rw-r--r--source/mk/scripting/source/pyprov.po (renamed from translations/source/mk/scripting/source/pyprov.po)0
-rw-r--r--source/mk/sd/source/core.po (renamed from translations/source/mk/sd/source/core.po)0
-rw-r--r--source/mk/sd/source/filter/html.po (renamed from translations/source/mk/sd/source/filter/html.po)0
-rw-r--r--source/mk/sd/source/ui/accessibility.po (renamed from translations/source/mk/sd/source/ui/accessibility.po)0
-rw-r--r--source/mk/sd/source/ui/animations.po (renamed from translations/source/mk/sd/source/ui/animations.po)0
-rw-r--r--source/mk/sd/source/ui/annotations.po (renamed from translations/source/mk/sd/source/ui/annotations.po)0
-rw-r--r--source/mk/sd/source/ui/app.po (renamed from translations/source/mk/sd/source/ui/app.po)0
-rw-r--r--source/mk/sd/source/ui/dlg.po (renamed from translations/source/mk/sd/source/ui/dlg.po)0
-rw-r--r--source/mk/sd/source/ui/slideshow.po (renamed from translations/source/mk/sd/source/ui/slideshow.po)0
-rw-r--r--source/mk/sd/source/ui/table.po (renamed from translations/source/mk/sd/source/ui/table.po)0
-rw-r--r--source/mk/sd/source/ui/view.po (renamed from translations/source/mk/sd/source/ui/view.po)0
-rw-r--r--source/mk/sdext/source/minimizer.po (renamed from translations/source/mk/sdext/source/minimizer.po)0
-rw-r--r--source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mk/sdext/source/pdfimport.po (renamed from translations/source/mk/sdext/source/pdfimport.po)0
-rw-r--r--source/mk/sdext/source/presenter.po (renamed from translations/source/mk/sdext/source/presenter.po)0
-rw-r--r--source/mk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/mk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/mk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mk/setup_native/source/mac.po (renamed from translations/source/mk/setup_native/source/mac.po)0
-rw-r--r--source/mk/sfx2/source/appl.po (renamed from translations/source/mk/sfx2/source/appl.po)0
-rw-r--r--source/mk/sfx2/source/bastyp.po (renamed from translations/source/mk/sfx2/source/bastyp.po)0
-rw-r--r--source/mk/sfx2/source/dialog.po (renamed from translations/source/mk/sfx2/source/dialog.po)0
-rw-r--r--source/mk/sfx2/source/doc.po (renamed from translations/source/mk/sfx2/source/doc.po)0
-rw-r--r--source/mk/sfx2/source/menu.po (renamed from translations/source/mk/sfx2/source/menu.po)0
-rw-r--r--source/mk/sfx2/source/view.po (renamed from translations/source/mk/sfx2/source/view.po)0
-rw-r--r--source/mk/shell/source/win32/shlxthandler/res.po (renamed from translations/source/mk/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/mk/starmath/source.po (renamed from translations/source/mk/starmath/source.po)0
-rw-r--r--source/mk/svl/source/items.po (renamed from translations/source/mk/svl/source/items.po)0
-rw-r--r--source/mk/svl/source/misc.po (renamed from translations/source/mk/svl/source/misc.po)0
-rw-r--r--source/mk/svtools/source/contnr.po (renamed from translations/source/mk/svtools/source/contnr.po)0
-rw-r--r--source/mk/svtools/source/control.po (renamed from translations/source/mk/svtools/source/control.po)0
-rw-r--r--source/mk/svtools/source/dialogs.po (renamed from translations/source/mk/svtools/source/dialogs.po)0
-rw-r--r--source/mk/svtools/source/filter.po (renamed from translations/source/mk/svtools/source/filter.po)0
-rw-r--r--source/mk/svtools/source/java.po (renamed from translations/source/mk/svtools/source/java.po)0
-rw-r--r--source/mk/svtools/source/misc.po (renamed from translations/source/mk/svtools/source/misc.po)0
-rw-r--r--source/mk/svtools/source/toolpanel.po (renamed from translations/source/mk/svtools/source/toolpanel.po)0
-rw-r--r--source/mk/svtools/workben/unodialog.po (renamed from translations/source/mk/svtools/workben/unodialog.po)0
-rw-r--r--source/mk/svx/inc.po (renamed from translations/source/mk/svx/inc.po)0
-rw-r--r--source/mk/svx/source/accessibility.po (renamed from translations/source/mk/svx/source/accessibility.po)0
-rw-r--r--source/mk/svx/source/dialog.po (renamed from translations/source/mk/svx/source/dialog.po)0
-rw-r--r--source/mk/svx/source/engine3d.po (renamed from translations/source/mk/svx/source/engine3d.po)0
-rw-r--r--source/mk/svx/source/fmcomp.po (renamed from translations/source/mk/svx/source/fmcomp.po)0
-rw-r--r--source/mk/svx/source/form.po (renamed from translations/source/mk/svx/source/form.po)0
-rw-r--r--source/mk/svx/source/gallery2.po (renamed from translations/source/mk/svx/source/gallery2.po)0
-rw-r--r--source/mk/svx/source/items.po (renamed from translations/source/mk/svx/source/items.po)0
-rw-r--r--source/mk/svx/source/src.po (renamed from translations/source/mk/svx/source/src.po)0
-rw-r--r--source/mk/svx/source/stbctrls.po (renamed from translations/source/mk/svx/source/stbctrls.po)0
-rw-r--r--source/mk/svx/source/svdraw.po (renamed from translations/source/mk/svx/source/svdraw.po)0
-rw-r--r--source/mk/svx/source/table.po (renamed from translations/source/mk/svx/source/table.po)0
-rw-r--r--source/mk/svx/source/tbxctrls.po (renamed from translations/source/mk/svx/source/tbxctrls.po)0
-rw-r--r--source/mk/svx/source/toolbars.po (renamed from translations/source/mk/svx/source/toolbars.po)0
-rw-r--r--source/mk/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/mk/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/mk/sw/source/core/layout.po (renamed from translations/source/mk/sw/source/core/layout.po)0
-rw-r--r--source/mk/sw/source/core/undo.po (renamed from translations/source/mk/sw/source/core/undo.po)0
-rw-r--r--source/mk/sw/source/core/unocore.po (renamed from translations/source/mk/sw/source/core/unocore.po)0
-rw-r--r--source/mk/sw/source/ui/app.po (renamed from translations/source/mk/sw/source/ui/app.po)0
-rw-r--r--source/mk/sw/source/ui/chrdlg.po (renamed from translations/source/mk/sw/source/ui/chrdlg.po)0
-rw-r--r--source/mk/sw/source/ui/config.po (renamed from translations/source/mk/sw/source/ui/config.po)0
-rw-r--r--source/mk/sw/source/ui/dbui.po (renamed from translations/source/mk/sw/source/ui/dbui.po)0
-rw-r--r--source/mk/sw/source/ui/dialog.po (renamed from translations/source/mk/sw/source/ui/dialog.po)0
-rw-r--r--source/mk/sw/source/ui/dochdl.po (renamed from translations/source/mk/sw/source/ui/dochdl.po)0
-rw-r--r--source/mk/sw/source/ui/docvw.po (renamed from translations/source/mk/sw/source/ui/docvw.po)0
-rw-r--r--source/mk/sw/source/ui/envelp.po (renamed from translations/source/mk/sw/source/ui/envelp.po)0
-rw-r--r--source/mk/sw/source/ui/fldui.po (renamed from translations/source/mk/sw/source/ui/fldui.po)0
-rw-r--r--source/mk/sw/source/ui/fmtui.po (renamed from translations/source/mk/sw/source/ui/fmtui.po)0
-rw-r--r--source/mk/sw/source/ui/frmdlg.po (renamed from translations/source/mk/sw/source/ui/frmdlg.po)0
-rw-r--r--source/mk/sw/source/ui/globdoc.po (renamed from translations/source/mk/sw/source/ui/globdoc.po)0
-rw-r--r--source/mk/sw/source/ui/index.po (renamed from translations/source/mk/sw/source/ui/index.po)0
-rw-r--r--source/mk/sw/source/ui/lingu.po (renamed from translations/source/mk/sw/source/ui/lingu.po)0
-rw-r--r--source/mk/sw/source/ui/misc.po (renamed from translations/source/mk/sw/source/ui/misc.po)0
-rw-r--r--source/mk/sw/source/ui/ribbar.po (renamed from translations/source/mk/sw/source/ui/ribbar.po)0
-rw-r--r--source/mk/sw/source/ui/shells.po (renamed from translations/source/mk/sw/source/ui/shells.po)0
-rw-r--r--source/mk/sw/source/ui/smartmenu.po (renamed from translations/source/mk/sw/source/ui/smartmenu.po)0
-rw-r--r--source/mk/sw/source/ui/table.po (renamed from translations/source/mk/sw/source/ui/table.po)0
-rw-r--r--source/mk/sw/source/ui/uiview.po (renamed from translations/source/mk/sw/source/ui/uiview.po)0
-rw-r--r--source/mk/sw/source/ui/utlui.po (renamed from translations/source/mk/sw/source/ui/utlui.po)0
-rw-r--r--source/mk/sw/source/ui/web.po (renamed from translations/source/mk/sw/source/ui/web.po)0
-rw-r--r--source/mk/sw/source/ui/wrtsh.po (renamed from translations/source/mk/sw/source/ui/wrtsh.po)0
-rw-r--r--source/mk/swext/mediawiki/help.po (renamed from translations/source/mk/swext/mediawiki/help.po)0
-rw-r--r--source/mk/swext/mediawiki/src.po (renamed from translations/source/mk/swext/mediawiki/src.po)0
-rw-r--r--source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/mk/sysui/desktop/share.po (renamed from translations/source/mk/sysui/desktop/share.po)0
-rw-r--r--source/mk/uui/source.po (renamed from translations/source/mk/uui/source.po)0
-rw-r--r--source/mk/vcl/source/src.po (renamed from translations/source/mk/vcl/source/src.po)0
-rw-r--r--source/mk/wizards/source/euro.po (renamed from translations/source/mk/wizards/source/euro.po)0
-rw-r--r--source/mk/wizards/source/formwizard.po (renamed from translations/source/mk/wizards/source/formwizard.po)0
-rw-r--r--source/mk/wizards/source/importwizard.po (renamed from translations/source/mk/wizards/source/importwizard.po)0
-rw-r--r--source/mk/wizards/source/schedule.po (renamed from translations/source/mk/wizards/source/schedule.po)0
-rw-r--r--source/mk/wizards/source/template.po (renamed from translations/source/mk/wizards/source/template.po)0
-rw-r--r--source/mk/xmlsecurity/source/component.po (renamed from translations/source/mk/xmlsecurity/source/component.po)0
-rw-r--r--source/mk/xmlsecurity/source/dialogs.po (renamed from translations/source/mk/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ml/accessibility/source/helper.po (renamed from translations/source/ml/accessibility/source/helper.po)0
-rw-r--r--source/ml/avmedia/source/framework.po (renamed from translations/source/ml/avmedia/source/framework.po)0
-rw-r--r--source/ml/avmedia/source/viewer.po (renamed from translations/source/ml/avmedia/source/viewer.po)0
-rw-r--r--source/ml/basctl/source/basicide.po (renamed from translations/source/ml/basctl/source/basicide.po)0
-rw-r--r--source/ml/basctl/source/dlged.po (renamed from translations/source/ml/basctl/source/dlged.po)0
-rw-r--r--source/ml/basic/source/classes.po (renamed from translations/source/ml/basic/source/classes.po)0
-rw-r--r--source/ml/basic/source/sbx.po (renamed from translations/source/ml/basic/source/sbx.po)0
-rw-r--r--source/ml/chart2/source/controller/dialogs.po (renamed from translations/source/ml/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ml/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ml/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ml/connectivity/source/resource.po (renamed from translations/source/ml/connectivity/source/resource.po)0
-rw-r--r--source/ml/cui/source/customize.po (renamed from translations/source/ml/cui/source/customize.po)0
-rw-r--r--source/ml/cui/source/dialogs.po (renamed from translations/source/ml/cui/source/dialogs.po)0
-rw-r--r--source/ml/cui/source/options.po (renamed from translations/source/ml/cui/source/options.po)0
-rw-r--r--source/ml/cui/source/tabpages.po (renamed from translations/source/ml/cui/source/tabpages.po)0
-rw-r--r--source/ml/dbaccess/source/core/resource.po (renamed from translations/source/ml/dbaccess/source/core/resource.po)0
-rw-r--r--source/ml/dbaccess/source/ext/macromigration.po (renamed from translations/source/ml/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ml/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ml/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ml/dbaccess/source/ui/app.po (renamed from translations/source/ml/dbaccess/source/ui/app.po)0
-rw-r--r--source/ml/dbaccess/source/ui/browser.po (renamed from translations/source/ml/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ml/dbaccess/source/ui/control.po (renamed from translations/source/ml/dbaccess/source/ui/control.po)0
-rw-r--r--source/ml/dbaccess/source/ui/dlg.po (renamed from translations/source/ml/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ml/dbaccess/source/ui/inc.po (renamed from translations/source/ml/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ml/dbaccess/source/ui/misc.po (renamed from translations/source/ml/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ml/dbaccess/source/ui/querydesign.po (renamed from translations/source/ml/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ml/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ml/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ml/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ml/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ml/dbaccess/source/ui/uno.po (renamed from translations/source/ml/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ml/desktop/source/app.po (renamed from translations/source/ml/desktop/source/app.po)0
-rw-r--r--source/ml/desktop/source/deployment/gui.po (renamed from translations/source/ml/desktop/source/deployment/gui.po)0
-rw-r--r--source/ml/desktop/source/deployment/manager.po (renamed from translations/source/ml/desktop/source/deployment/manager.po)0
-rw-r--r--source/ml/desktop/source/deployment/misc.po (renamed from translations/source/ml/desktop/source/deployment/misc.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry.po (renamed from translations/source/ml/desktop/source/deployment/registry.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/component.po (renamed from translations/source/ml/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ml/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/help.po (renamed from translations/source/ml/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/package.po (renamed from translations/source/ml/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/script.po (renamed from translations/source/ml/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ml/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ml/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ml/desktop/source/deployment/unopkg.po (renamed from translations/source/ml/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ml/dictionaries/af_ZA.po (renamed from translations/source/ml/dictionaries/af_ZA.po)0
-rw-r--r--source/ml/dictionaries/an_ES.po (renamed from translations/source/ml/dictionaries/an_ES.po)0
-rw-r--r--source/ml/dictionaries/ar.po (renamed from translations/source/ml/dictionaries/ar.po)0
-rw-r--r--source/ml/dictionaries/be_BY.po (renamed from translations/source/ml/dictionaries/be_BY.po)0
-rw-r--r--source/ml/dictionaries/bg_BG.po (renamed from translations/source/ml/dictionaries/bg_BG.po)0
-rw-r--r--source/ml/dictionaries/bn_BD.po (renamed from translations/source/ml/dictionaries/bn_BD.po)0
-rw-r--r--source/ml/dictionaries/br_FR.po (renamed from translations/source/ml/dictionaries/br_FR.po)0
-rw-r--r--source/ml/dictionaries/ca.po (renamed from translations/source/ml/dictionaries/ca.po)0
-rw-r--r--source/ml/dictionaries/cs_CZ.po (renamed from translations/source/ml/dictionaries/cs_CZ.po)0
-rw-r--r--source/ml/dictionaries/da_DK.po (renamed from translations/source/ml/dictionaries/da_DK.po)0
-rw-r--r--source/ml/dictionaries/de.po (renamed from translations/source/ml/dictionaries/de.po)0
-rw-r--r--source/ml/dictionaries/el_GR.po (renamed from translations/source/ml/dictionaries/el_GR.po)0
-rw-r--r--source/ml/dictionaries/en.po (renamed from translations/source/ml/dictionaries/en.po)0
-rw-r--r--source/ml/dictionaries/en/dialog.po (renamed from translations/source/ml/dictionaries/en/dialog.po)0
-rw-r--r--source/ml/dictionaries/es_ES.po (renamed from translations/source/ml/dictionaries/es_ES.po)0
-rw-r--r--source/ml/dictionaries/et_EE.po (renamed from translations/source/ml/dictionaries/et_EE.po)0
-rw-r--r--source/ml/dictionaries/fr_FR.po (renamed from translations/source/ml/dictionaries/fr_FR.po)0
-rw-r--r--source/ml/dictionaries/gd_GB.po (renamed from translations/source/ml/dictionaries/gd_GB.po)0
-rw-r--r--source/ml/dictionaries/gl.po (renamed from translations/source/ml/dictionaries/gl.po)0
-rw-r--r--source/ml/dictionaries/gu_IN.po (renamed from translations/source/ml/dictionaries/gu_IN.po)0
-rw-r--r--source/ml/dictionaries/he_IL.po (renamed from translations/source/ml/dictionaries/he_IL.po)0
-rw-r--r--source/ml/dictionaries/hi_IN.po (renamed from translations/source/ml/dictionaries/hi_IN.po)0
-rw-r--r--source/ml/dictionaries/hr_HR.po (renamed from translations/source/ml/dictionaries/hr_HR.po)0
-rw-r--r--source/ml/dictionaries/hu_HU.po (renamed from translations/source/ml/dictionaries/hu_HU.po)0
-rw-r--r--source/ml/dictionaries/hu_HU/dialog.po (renamed from translations/source/ml/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ml/dictionaries/it_IT.po (renamed from translations/source/ml/dictionaries/it_IT.po)0
-rw-r--r--source/ml/dictionaries/ku_TR.po (renamed from translations/source/ml/dictionaries/ku_TR.po)0
-rw-r--r--source/ml/dictionaries/lt_LT.po (renamed from translations/source/ml/dictionaries/lt_LT.po)0
-rw-r--r--source/ml/dictionaries/lv_LV.po (renamed from translations/source/ml/dictionaries/lv_LV.po)0
-rw-r--r--source/ml/dictionaries/ne_NP.po (renamed from translations/source/ml/dictionaries/ne_NP.po)0
-rw-r--r--source/ml/dictionaries/nl_NL.po (renamed from translations/source/ml/dictionaries/nl_NL.po)0
-rw-r--r--source/ml/dictionaries/no.po (renamed from translations/source/ml/dictionaries/no.po)0
-rw-r--r--source/ml/dictionaries/oc_FR.po (renamed from translations/source/ml/dictionaries/oc_FR.po)0
-rw-r--r--source/ml/dictionaries/pl_PL.po (renamed from translations/source/ml/dictionaries/pl_PL.po)0
-rw-r--r--source/ml/dictionaries/pt_BR.po (renamed from translations/source/ml/dictionaries/pt_BR.po)0
-rw-r--r--source/ml/dictionaries/pt_PT.po (renamed from translations/source/ml/dictionaries/pt_PT.po)0
-rw-r--r--source/ml/dictionaries/ro.po (renamed from translations/source/ml/dictionaries/ro.po)0
-rw-r--r--source/ml/dictionaries/ru_RU.po (renamed from translations/source/ml/dictionaries/ru_RU.po)0
-rw-r--r--source/ml/dictionaries/ru_RU/dialog.po (renamed from translations/source/ml/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ml/dictionaries/si_LK.po (renamed from translations/source/ml/dictionaries/si_LK.po)0
-rw-r--r--source/ml/dictionaries/sk_SK.po (renamed from translations/source/ml/dictionaries/sk_SK.po)0
-rw-r--r--source/ml/dictionaries/sl_SI.po (renamed from translations/source/ml/dictionaries/sl_SI.po)0
-rw-r--r--source/ml/dictionaries/sr.po (renamed from translations/source/ml/dictionaries/sr.po)0
-rw-r--r--source/ml/dictionaries/sv_SE.po (renamed from translations/source/ml/dictionaries/sv_SE.po)0
-rw-r--r--source/ml/dictionaries/sw_TZ.po (renamed from translations/source/ml/dictionaries/sw_TZ.po)0
-rw-r--r--source/ml/dictionaries/te_IN.po (renamed from translations/source/ml/dictionaries/te_IN.po)0
-rw-r--r--source/ml/dictionaries/th_TH.po (renamed from translations/source/ml/dictionaries/th_TH.po)0
-rw-r--r--source/ml/dictionaries/uk_UA.po (renamed from translations/source/ml/dictionaries/uk_UA.po)0
-rw-r--r--source/ml/dictionaries/vi.po (renamed from translations/source/ml/dictionaries/vi.po)0
-rw-r--r--source/ml/dictionaries/zu_ZA.po (renamed from translations/source/ml/dictionaries/zu_ZA.po)0
-rw-r--r--source/ml/editeng/source/accessibility.po (renamed from translations/source/ml/editeng/source/accessibility.po)0
-rw-r--r--source/ml/editeng/source/editeng.po (renamed from translations/source/ml/editeng/source/editeng.po)0
-rw-r--r--source/ml/editeng/source/items.po (renamed from translations/source/ml/editeng/source/items.po)0
-rw-r--r--source/ml/editeng/source/misc.po (renamed from translations/source/ml/editeng/source/misc.po)0
-rw-r--r--source/ml/editeng/source/outliner.po (renamed from translations/source/ml/editeng/source/outliner.po)0
-rw-r--r--source/ml/extensions/source/abpilot.po (renamed from translations/source/ml/extensions/source/abpilot.po)0
-rw-r--r--source/ml/extensions/source/bibliography.po (renamed from translations/source/ml/extensions/source/bibliography.po)0
-rw-r--r--source/ml/extensions/source/dbpilots.po (renamed from translations/source/ml/extensions/source/dbpilots.po)0
-rw-r--r--source/ml/extensions/source/propctrlr.po (renamed from translations/source/ml/extensions/source/propctrlr.po)0
-rw-r--r--source/ml/extensions/source/scanner.po (renamed from translations/source/ml/extensions/source/scanner.po)0
-rw-r--r--source/ml/extensions/source/update/check.po (renamed from translations/source/ml/extensions/source/update/check.po)0
-rw-r--r--source/ml/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ml/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ml/filter/source/config/fragments/filters.po (renamed from translations/source/ml/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ml/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ml/filter/source/config/fragments/types.po (renamed from translations/source/ml/filter/source/config/fragments/types.po)0
-rw-r--r--source/ml/filter/source/flash.po (renamed from translations/source/ml/filter/source/flash.po)0
-rw-r--r--source/ml/filter/source/graphicfilter/eps.po (renamed from translations/source/ml/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ml/filter/source/pdf.po (renamed from translations/source/ml/filter/source/pdf.po)0
-rw-r--r--source/ml/filter/source/t602.po (renamed from translations/source/ml/filter/source/t602.po)0
-rw-r--r--source/ml/filter/source/xsltdialog.po (renamed from translations/source/ml/filter/source/xsltdialog.po)0
-rw-r--r--source/ml/forms/source/resource.po (renamed from translations/source/ml/forms/source/resource.po)0
-rw-r--r--source/ml/formula/source/core/resource.po (renamed from translations/source/ml/formula/source/core/resource.po)0
-rw-r--r--source/ml/formula/source/ui/dlg.po (renamed from translations/source/ml/formula/source/ui/dlg.po)0
-rw-r--r--source/ml/fpicker/source/office.po (renamed from translations/source/ml/fpicker/source/office.po)0
-rw-r--r--source/ml/framework/source/classes.po (renamed from translations/source/ml/framework/source/classes.po)0
-rw-r--r--source/ml/framework/source/services.po (renamed from translations/source/ml/framework/source/services.po)0
-rw-r--r--source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ml/mysqlc/source.po (renamed from translations/source/ml/mysqlc/source.po)0
-rw-r--r--source/ml/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ml/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ml/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ml/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ml/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ml/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ml/nlpsolver/src/locale.po (renamed from translations/source/ml/nlpsolver/src/locale.po)0
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ml/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ml/padmin/source.po (renamed from translations/source/ml/padmin/source.po)0
-rw-r--r--source/ml/readlicense_oo/docs/readme.po (renamed from translations/source/ml/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ml/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ml/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ml/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ml/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ml/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ml/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ml/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ml/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ml/reportbuilder/util.po (renamed from translations/source/ml/reportbuilder/util.po)0
-rw-r--r--source/ml/reportdesign/source/core/resource.po (renamed from translations/source/ml/reportdesign/source/core/resource.po)0
-rw-r--r--source/ml/reportdesign/source/ui/dlg.po (renamed from translations/source/ml/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ml/reportdesign/source/ui/inspection.po (renamed from translations/source/ml/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ml/reportdesign/source/ui/report.po (renamed from translations/source/ml/reportdesign/source/ui/report.po)0
-rw-r--r--source/ml/sc/source/core/src.po (renamed from translations/source/ml/sc/source/core/src.po)0
-rw-r--r--source/ml/sc/source/ui/cctrl.po (renamed from translations/source/ml/sc/source/ui/cctrl.po)0
-rw-r--r--source/ml/sc/source/ui/dbgui.po (renamed from translations/source/ml/sc/source/ui/dbgui.po)0
-rw-r--r--source/ml/sc/source/ui/docshell.po (renamed from translations/source/ml/sc/source/ui/docshell.po)0
-rw-r--r--source/ml/sc/source/ui/drawfunc.po (renamed from translations/source/ml/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ml/sc/source/ui/formdlg.po (renamed from translations/source/ml/sc/source/ui/formdlg.po)0
-rw-r--r--source/ml/sc/source/ui/miscdlgs.po (renamed from translations/source/ml/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ml/sc/source/ui/navipi.po (renamed from translations/source/ml/sc/source/ui/navipi.po)0
-rw-r--r--source/ml/sc/source/ui/optdlg.po (renamed from translations/source/ml/sc/source/ui/optdlg.po)0
-rw-r--r--source/ml/sc/source/ui/pagedlg.po (renamed from translations/source/ml/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ml/sc/source/ui/src.po (renamed from translations/source/ml/sc/source/ui/src.po)0
-rw-r--r--source/ml/sc/source/ui/styleui.po (renamed from translations/source/ml/sc/source/ui/styleui.po)0
-rw-r--r--source/ml/scaddins/source/analysis.po (renamed from translations/source/ml/scaddins/source/analysis.po)0
-rw-r--r--source/ml/scaddins/source/datefunc.po (renamed from translations/source/ml/scaddins/source/datefunc.po)0
-rw-r--r--source/ml/sccomp/source/solver.po (renamed from translations/source/ml/sccomp/source/solver.po)0
-rw-r--r--source/ml/scp2/source/accessories.po (renamed from translations/source/ml/scp2/source/accessories.po)0
-rw-r--r--source/ml/scp2/source/activex.po (renamed from translations/source/ml/scp2/source/activex.po)0
-rw-r--r--source/ml/scp2/source/base.po (renamed from translations/source/ml/scp2/source/base.po)0
-rw-r--r--source/ml/scp2/source/binfilter.po (renamed from translations/source/ml/scp2/source/binfilter.po)0
-rw-r--r--source/ml/scp2/source/calc.po (renamed from translations/source/ml/scp2/source/calc.po)0
-rw-r--r--source/ml/scp2/source/draw.po (renamed from translations/source/ml/scp2/source/draw.po)0
-rw-r--r--source/ml/scp2/source/extensions.po (renamed from translations/source/ml/scp2/source/extensions.po)0
-rw-r--r--source/ml/scp2/source/gnome.po (renamed from translations/source/ml/scp2/source/gnome.po)0
-rw-r--r--source/ml/scp2/source/graphicfilter.po (renamed from translations/source/ml/scp2/source/graphicfilter.po)0
-rw-r--r--source/ml/scp2/source/impress.po (renamed from translations/source/ml/scp2/source/impress.po)0
-rw-r--r--source/ml/scp2/source/javafilter.po (renamed from translations/source/ml/scp2/source/javafilter.po)0
-rw-r--r--source/ml/scp2/source/kde.po (renamed from translations/source/ml/scp2/source/kde.po)0
-rw-r--r--source/ml/scp2/source/math.po (renamed from translations/source/ml/scp2/source/math.po)0
-rw-r--r--source/ml/scp2/source/onlineupdate.po (renamed from translations/source/ml/scp2/source/onlineupdate.po)0
-rw-r--r--source/ml/scp2/source/ooo.po (renamed from translations/source/ml/scp2/source/ooo.po)0
-rw-r--r--source/ml/scp2/source/python.po (renamed from translations/source/ml/scp2/source/python.po)0
-rw-r--r--source/ml/scp2/source/quickstart.po (renamed from translations/source/ml/scp2/source/quickstart.po)0
-rw-r--r--source/ml/scp2/source/sdkoo.po (renamed from translations/source/ml/scp2/source/sdkoo.po)0
-rw-r--r--source/ml/scp2/source/smoketest.po (renamed from translations/source/ml/scp2/source/smoketest.po)0
-rw-r--r--source/ml/scp2/source/stdlibs.po (renamed from translations/source/ml/scp2/source/stdlibs.po)0
-rw-r--r--source/ml/scp2/source/tde.po (renamed from translations/source/ml/scp2/source/tde.po)0
-rw-r--r--source/ml/scp2/source/winexplorerext.po (renamed from translations/source/ml/scp2/source/winexplorerext.po)0
-rw-r--r--source/ml/scp2/source/writer.po (renamed from translations/source/ml/scp2/source/writer.po)0
-rw-r--r--source/ml/scp2/source/xsltfilter.po (renamed from translations/source/ml/scp2/source/xsltfilter.po)0
-rw-r--r--source/ml/scripting/source/pyprov.po (renamed from translations/source/ml/scripting/source/pyprov.po)0
-rw-r--r--source/ml/sd/source/core.po (renamed from translations/source/ml/sd/source/core.po)0
-rw-r--r--source/ml/sd/source/filter/html.po (renamed from translations/source/ml/sd/source/filter/html.po)0
-rw-r--r--source/ml/sd/source/ui/accessibility.po (renamed from translations/source/ml/sd/source/ui/accessibility.po)0
-rw-r--r--source/ml/sd/source/ui/animations.po (renamed from translations/source/ml/sd/source/ui/animations.po)0
-rw-r--r--source/ml/sd/source/ui/annotations.po (renamed from translations/source/ml/sd/source/ui/annotations.po)0
-rw-r--r--source/ml/sd/source/ui/app.po (renamed from translations/source/ml/sd/source/ui/app.po)0
-rw-r--r--source/ml/sd/source/ui/dlg.po (renamed from translations/source/ml/sd/source/ui/dlg.po)0
-rw-r--r--source/ml/sd/source/ui/slideshow.po (renamed from translations/source/ml/sd/source/ui/slideshow.po)0
-rw-r--r--source/ml/sd/source/ui/table.po (renamed from translations/source/ml/sd/source/ui/table.po)0
-rw-r--r--source/ml/sd/source/ui/view.po (renamed from translations/source/ml/sd/source/ui/view.po)0
-rw-r--r--source/ml/sdext/source/minimizer.po (renamed from translations/source/ml/sdext/source/minimizer.po)0
-rw-r--r--source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ml/sdext/source/pdfimport.po (renamed from translations/source/ml/sdext/source/pdfimport.po)0
-rw-r--r--source/ml/sdext/source/presenter.po (renamed from translations/source/ml/sdext/source/presenter.po)0
-rw-r--r--source/ml/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ml/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ml/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ml/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ml/setup_native/source/mac.po (renamed from translations/source/ml/setup_native/source/mac.po)0
-rw-r--r--source/ml/sfx2/source/appl.po (renamed from translations/source/ml/sfx2/source/appl.po)0
-rw-r--r--source/ml/sfx2/source/bastyp.po (renamed from translations/source/ml/sfx2/source/bastyp.po)0
-rw-r--r--source/ml/sfx2/source/dialog.po (renamed from translations/source/ml/sfx2/source/dialog.po)0
-rw-r--r--source/ml/sfx2/source/doc.po (renamed from translations/source/ml/sfx2/source/doc.po)0
-rw-r--r--source/ml/sfx2/source/menu.po (renamed from translations/source/ml/sfx2/source/menu.po)0
-rw-r--r--source/ml/sfx2/source/view.po (renamed from translations/source/ml/sfx2/source/view.po)0
-rw-r--r--source/ml/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ml/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ml/starmath/source.po (renamed from translations/source/ml/starmath/source.po)0
-rw-r--r--source/ml/svl/source/items.po (renamed from translations/source/ml/svl/source/items.po)0
-rw-r--r--source/ml/svl/source/misc.po (renamed from translations/source/ml/svl/source/misc.po)0
-rw-r--r--source/ml/svtools/source/contnr.po (renamed from translations/source/ml/svtools/source/contnr.po)0
-rw-r--r--source/ml/svtools/source/control.po (renamed from translations/source/ml/svtools/source/control.po)0
-rw-r--r--source/ml/svtools/source/dialogs.po (renamed from translations/source/ml/svtools/source/dialogs.po)0
-rw-r--r--source/ml/svtools/source/filter.po (renamed from translations/source/ml/svtools/source/filter.po)0
-rw-r--r--source/ml/svtools/source/java.po (renamed from translations/source/ml/svtools/source/java.po)0
-rw-r--r--source/ml/svtools/source/misc.po (renamed from translations/source/ml/svtools/source/misc.po)0
-rw-r--r--source/ml/svtools/source/toolpanel.po (renamed from translations/source/ml/svtools/source/toolpanel.po)0
-rw-r--r--source/ml/svtools/workben/unodialog.po (renamed from translations/source/ml/svtools/workben/unodialog.po)0
-rw-r--r--source/ml/svx/inc.po (renamed from translations/source/ml/svx/inc.po)0
-rw-r--r--source/ml/svx/source/accessibility.po (renamed from translations/source/ml/svx/source/accessibility.po)0
-rw-r--r--source/ml/svx/source/dialog.po (renamed from translations/source/ml/svx/source/dialog.po)0
-rw-r--r--source/ml/svx/source/engine3d.po (renamed from translations/source/ml/svx/source/engine3d.po)0
-rw-r--r--source/ml/svx/source/fmcomp.po (renamed from translations/source/ml/svx/source/fmcomp.po)0
-rw-r--r--source/ml/svx/source/form.po (renamed from translations/source/ml/svx/source/form.po)0
-rw-r--r--source/ml/svx/source/gallery2.po (renamed from translations/source/ml/svx/source/gallery2.po)0
-rw-r--r--source/ml/svx/source/items.po (renamed from translations/source/ml/svx/source/items.po)0
-rw-r--r--source/ml/svx/source/src.po (renamed from translations/source/ml/svx/source/src.po)0
-rw-r--r--source/ml/svx/source/stbctrls.po (renamed from translations/source/ml/svx/source/stbctrls.po)0
-rw-r--r--source/ml/svx/source/svdraw.po (renamed from translations/source/ml/svx/source/svdraw.po)0
-rw-r--r--source/ml/svx/source/table.po (renamed from translations/source/ml/svx/source/table.po)0
-rw-r--r--source/ml/svx/source/tbxctrls.po (renamed from translations/source/ml/svx/source/tbxctrls.po)0
-rw-r--r--source/ml/svx/source/toolbars.po (renamed from translations/source/ml/svx/source/toolbars.po)0
-rw-r--r--source/ml/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ml/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ml/sw/source/core/layout.po (renamed from translations/source/ml/sw/source/core/layout.po)0
-rw-r--r--source/ml/sw/source/core/undo.po (renamed from translations/source/ml/sw/source/core/undo.po)0
-rw-r--r--source/ml/sw/source/core/unocore.po (renamed from translations/source/ml/sw/source/core/unocore.po)0
-rw-r--r--source/ml/sw/source/ui/app.po (renamed from translations/source/ml/sw/source/ui/app.po)0
-rw-r--r--source/ml/sw/source/ui/chrdlg.po (renamed from translations/source/ml/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ml/sw/source/ui/config.po (renamed from translations/source/ml/sw/source/ui/config.po)0
-rw-r--r--source/ml/sw/source/ui/dbui.po (renamed from translations/source/ml/sw/source/ui/dbui.po)0
-rw-r--r--source/ml/sw/source/ui/dialog.po (renamed from translations/source/ml/sw/source/ui/dialog.po)0
-rw-r--r--source/ml/sw/source/ui/dochdl.po (renamed from translations/source/ml/sw/source/ui/dochdl.po)0
-rw-r--r--source/ml/sw/source/ui/docvw.po (renamed from translations/source/ml/sw/source/ui/docvw.po)0
-rw-r--r--source/ml/sw/source/ui/envelp.po (renamed from translations/source/ml/sw/source/ui/envelp.po)0
-rw-r--r--source/ml/sw/source/ui/fldui.po (renamed from translations/source/ml/sw/source/ui/fldui.po)0
-rw-r--r--source/ml/sw/source/ui/fmtui.po (renamed from translations/source/ml/sw/source/ui/fmtui.po)0
-rw-r--r--source/ml/sw/source/ui/frmdlg.po (renamed from translations/source/ml/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ml/sw/source/ui/globdoc.po (renamed from translations/source/ml/sw/source/ui/globdoc.po)0
-rw-r--r--source/ml/sw/source/ui/index.po (renamed from translations/source/ml/sw/source/ui/index.po)0
-rw-r--r--source/ml/sw/source/ui/lingu.po (renamed from translations/source/ml/sw/source/ui/lingu.po)0
-rw-r--r--source/ml/sw/source/ui/misc.po (renamed from translations/source/ml/sw/source/ui/misc.po)0
-rw-r--r--source/ml/sw/source/ui/ribbar.po (renamed from translations/source/ml/sw/source/ui/ribbar.po)0
-rw-r--r--source/ml/sw/source/ui/shells.po (renamed from translations/source/ml/sw/source/ui/shells.po)0
-rw-r--r--source/ml/sw/source/ui/smartmenu.po (renamed from translations/source/ml/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ml/sw/source/ui/table.po (renamed from translations/source/ml/sw/source/ui/table.po)0
-rw-r--r--source/ml/sw/source/ui/uiview.po (renamed from translations/source/ml/sw/source/ui/uiview.po)0
-rw-r--r--source/ml/sw/source/ui/utlui.po (renamed from translations/source/ml/sw/source/ui/utlui.po)0
-rw-r--r--source/ml/sw/source/ui/web.po (renamed from translations/source/ml/sw/source/ui/web.po)0
-rw-r--r--source/ml/sw/source/ui/wrtsh.po (renamed from translations/source/ml/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ml/swext/mediawiki/help.po (renamed from translations/source/ml/swext/mediawiki/help.po)0
-rw-r--r--source/ml/swext/mediawiki/src.po (renamed from translations/source/ml/swext/mediawiki/src.po)0
-rw-r--r--source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ml/sysui/desktop/share.po (renamed from translations/source/ml/sysui/desktop/share.po)0
-rw-r--r--source/ml/uui/source.po (renamed from translations/source/ml/uui/source.po)0
-rw-r--r--source/ml/vcl/source/src.po (renamed from translations/source/ml/vcl/source/src.po)0
-rw-r--r--source/ml/wizards/source/euro.po (renamed from translations/source/ml/wizards/source/euro.po)0
-rw-r--r--source/ml/wizards/source/formwizard.po (renamed from translations/source/ml/wizards/source/formwizard.po)0
-rw-r--r--source/ml/wizards/source/importwizard.po (renamed from translations/source/ml/wizards/source/importwizard.po)0
-rw-r--r--source/ml/wizards/source/schedule.po (renamed from translations/source/ml/wizards/source/schedule.po)0
-rw-r--r--source/ml/wizards/source/template.po (renamed from translations/source/ml/wizards/source/template.po)0
-rw-r--r--source/ml/xmlsecurity/source/component.po (renamed from translations/source/ml/xmlsecurity/source/component.po)0
-rw-r--r--source/ml/xmlsecurity/source/dialogs.po (renamed from translations/source/ml/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/mn/accessibility/source/helper.po (renamed from translations/source/mn/accessibility/source/helper.po)0
-rw-r--r--source/mn/avmedia/source/framework.po (renamed from translations/source/mn/avmedia/source/framework.po)0
-rw-r--r--source/mn/avmedia/source/viewer.po (renamed from translations/source/mn/avmedia/source/viewer.po)0
-rw-r--r--source/mn/basctl/source/basicide.po (renamed from translations/source/mn/basctl/source/basicide.po)0
-rw-r--r--source/mn/basctl/source/dlged.po (renamed from translations/source/mn/basctl/source/dlged.po)0
-rw-r--r--source/mn/basic/source/classes.po (renamed from translations/source/mn/basic/source/classes.po)0
-rw-r--r--source/mn/basic/source/sbx.po (renamed from translations/source/mn/basic/source/sbx.po)0
-rw-r--r--source/mn/chart2/source/controller/dialogs.po (renamed from translations/source/mn/chart2/source/controller/dialogs.po)0
-rw-r--r--source/mn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/mn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/mn/connectivity/source/resource.po (renamed from translations/source/mn/connectivity/source/resource.po)0
-rw-r--r--source/mn/cui/source/customize.po (renamed from translations/source/mn/cui/source/customize.po)0
-rw-r--r--source/mn/cui/source/dialogs.po (renamed from translations/source/mn/cui/source/dialogs.po)0
-rw-r--r--source/mn/cui/source/options.po (renamed from translations/source/mn/cui/source/options.po)0
-rw-r--r--source/mn/cui/source/tabpages.po (renamed from translations/source/mn/cui/source/tabpages.po)0
-rw-r--r--source/mn/dbaccess/source/core/resource.po (renamed from translations/source/mn/dbaccess/source/core/resource.po)0
-rw-r--r--source/mn/dbaccess/source/ext/macromigration.po (renamed from translations/source/mn/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/mn/dbaccess/source/sdbtools/resource.po (renamed from translations/source/mn/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/mn/dbaccess/source/ui/app.po (renamed from translations/source/mn/dbaccess/source/ui/app.po)0
-rw-r--r--source/mn/dbaccess/source/ui/browser.po (renamed from translations/source/mn/dbaccess/source/ui/browser.po)0
-rw-r--r--source/mn/dbaccess/source/ui/control.po (renamed from translations/source/mn/dbaccess/source/ui/control.po)0
-rw-r--r--source/mn/dbaccess/source/ui/dlg.po (renamed from translations/source/mn/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/mn/dbaccess/source/ui/inc.po (renamed from translations/source/mn/dbaccess/source/ui/inc.po)0
-rw-r--r--source/mn/dbaccess/source/ui/misc.po (renamed from translations/source/mn/dbaccess/source/ui/misc.po)0
-rw-r--r--source/mn/dbaccess/source/ui/querydesign.po (renamed from translations/source/mn/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/mn/dbaccess/source/ui/relationdesign.po (renamed from translations/source/mn/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/mn/dbaccess/source/ui/tabledesign.po (renamed from translations/source/mn/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/mn/dbaccess/source/ui/uno.po (renamed from translations/source/mn/dbaccess/source/ui/uno.po)0
-rw-r--r--source/mn/desktop/source/app.po (renamed from translations/source/mn/desktop/source/app.po)0
-rw-r--r--source/mn/desktop/source/deployment/gui.po (renamed from translations/source/mn/desktop/source/deployment/gui.po)0
-rw-r--r--source/mn/desktop/source/deployment/manager.po (renamed from translations/source/mn/desktop/source/deployment/manager.po)0
-rw-r--r--source/mn/desktop/source/deployment/misc.po (renamed from translations/source/mn/desktop/source/deployment/misc.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry.po (renamed from translations/source/mn/desktop/source/deployment/registry.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/component.po (renamed from translations/source/mn/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/configuration.po (renamed from translations/source/mn/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/help.po (renamed from translations/source/mn/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/package.po (renamed from translations/source/mn/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/script.po (renamed from translations/source/mn/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/mn/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/mn/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/mn/desktop/source/deployment/unopkg.po (renamed from translations/source/mn/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/mn/dictionaries/af_ZA.po (renamed from translations/source/mn/dictionaries/af_ZA.po)0
-rw-r--r--source/mn/dictionaries/an_ES.po (renamed from translations/source/mn/dictionaries/an_ES.po)0
-rw-r--r--source/mn/dictionaries/ar.po (renamed from translations/source/mn/dictionaries/ar.po)0
-rw-r--r--source/mn/dictionaries/be_BY.po (renamed from translations/source/mn/dictionaries/be_BY.po)0
-rw-r--r--source/mn/dictionaries/bg_BG.po (renamed from translations/source/mn/dictionaries/bg_BG.po)0
-rw-r--r--source/mn/dictionaries/bn_BD.po (renamed from translations/source/mn/dictionaries/bn_BD.po)0
-rw-r--r--source/mn/dictionaries/br_FR.po (renamed from translations/source/mn/dictionaries/br_FR.po)0
-rw-r--r--source/mn/dictionaries/ca.po (renamed from translations/source/mn/dictionaries/ca.po)0
-rw-r--r--source/mn/dictionaries/cs_CZ.po (renamed from translations/source/mn/dictionaries/cs_CZ.po)0
-rw-r--r--source/mn/dictionaries/da_DK.po (renamed from translations/source/mn/dictionaries/da_DK.po)0
-rw-r--r--source/mn/dictionaries/de.po (renamed from translations/source/mn/dictionaries/de.po)0
-rw-r--r--source/mn/dictionaries/el_GR.po (renamed from translations/source/mn/dictionaries/el_GR.po)0
-rw-r--r--source/mn/dictionaries/en.po (renamed from translations/source/mn/dictionaries/en.po)0
-rw-r--r--source/mn/dictionaries/en/dialog.po (renamed from translations/source/mn/dictionaries/en/dialog.po)0
-rw-r--r--source/mn/dictionaries/es_ES.po (renamed from translations/source/mn/dictionaries/es_ES.po)0
-rw-r--r--source/mn/dictionaries/et_EE.po (renamed from translations/source/mn/dictionaries/et_EE.po)0
-rw-r--r--source/mn/dictionaries/fr_FR.po (renamed from translations/source/mn/dictionaries/fr_FR.po)0
-rw-r--r--source/mn/dictionaries/gd_GB.po (renamed from translations/source/mn/dictionaries/gd_GB.po)0
-rw-r--r--source/mn/dictionaries/gl.po (renamed from translations/source/mn/dictionaries/gl.po)0
-rw-r--r--source/mn/dictionaries/gu_IN.po (renamed from translations/source/mn/dictionaries/gu_IN.po)0
-rw-r--r--source/mn/dictionaries/he_IL.po (renamed from translations/source/mn/dictionaries/he_IL.po)0
-rw-r--r--source/mn/dictionaries/hi_IN.po (renamed from translations/source/mn/dictionaries/hi_IN.po)0
-rw-r--r--source/mn/dictionaries/hr_HR.po (renamed from translations/source/mn/dictionaries/hr_HR.po)0
-rw-r--r--source/mn/dictionaries/hu_HU.po (renamed from translations/source/mn/dictionaries/hu_HU.po)0
-rw-r--r--source/mn/dictionaries/hu_HU/dialog.po (renamed from translations/source/mn/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/mn/dictionaries/it_IT.po (renamed from translations/source/mn/dictionaries/it_IT.po)0
-rw-r--r--source/mn/dictionaries/ku_TR.po (renamed from translations/source/mn/dictionaries/ku_TR.po)0
-rw-r--r--source/mn/dictionaries/lt_LT.po (renamed from translations/source/mn/dictionaries/lt_LT.po)0
-rw-r--r--source/mn/dictionaries/lv_LV.po (renamed from translations/source/mn/dictionaries/lv_LV.po)0
-rw-r--r--source/mn/dictionaries/ne_NP.po (renamed from translations/source/mn/dictionaries/ne_NP.po)0
-rw-r--r--source/mn/dictionaries/nl_NL.po (renamed from translations/source/mn/dictionaries/nl_NL.po)0
-rw-r--r--source/mn/dictionaries/no.po (renamed from translations/source/mn/dictionaries/no.po)0
-rw-r--r--source/mn/dictionaries/oc_FR.po (renamed from translations/source/mn/dictionaries/oc_FR.po)0
-rw-r--r--source/mn/dictionaries/pl_PL.po (renamed from translations/source/mn/dictionaries/pl_PL.po)0
-rw-r--r--source/mn/dictionaries/pt_BR.po (renamed from translations/source/mn/dictionaries/pt_BR.po)0
-rw-r--r--source/mn/dictionaries/pt_PT.po (renamed from translations/source/mn/dictionaries/pt_PT.po)0
-rw-r--r--source/mn/dictionaries/ro.po (renamed from translations/source/mn/dictionaries/ro.po)0
-rw-r--r--source/mn/dictionaries/ru_RU.po (renamed from translations/source/mn/dictionaries/ru_RU.po)0
-rw-r--r--source/mn/dictionaries/ru_RU/dialog.po (renamed from translations/source/mn/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/mn/dictionaries/si_LK.po (renamed from translations/source/mn/dictionaries/si_LK.po)0
-rw-r--r--source/mn/dictionaries/sk_SK.po (renamed from translations/source/mn/dictionaries/sk_SK.po)0
-rw-r--r--source/mn/dictionaries/sl_SI.po (renamed from translations/source/mn/dictionaries/sl_SI.po)0
-rw-r--r--source/mn/dictionaries/sr.po (renamed from translations/source/mn/dictionaries/sr.po)0
-rw-r--r--source/mn/dictionaries/sv_SE.po (renamed from translations/source/mn/dictionaries/sv_SE.po)0
-rw-r--r--source/mn/dictionaries/sw_TZ.po (renamed from translations/source/mn/dictionaries/sw_TZ.po)0
-rw-r--r--source/mn/dictionaries/te_IN.po (renamed from translations/source/mn/dictionaries/te_IN.po)0
-rw-r--r--source/mn/dictionaries/th_TH.po (renamed from translations/source/mn/dictionaries/th_TH.po)0
-rw-r--r--source/mn/dictionaries/uk_UA.po (renamed from translations/source/mn/dictionaries/uk_UA.po)0
-rw-r--r--source/mn/dictionaries/vi.po (renamed from translations/source/mn/dictionaries/vi.po)0
-rw-r--r--source/mn/dictionaries/zu_ZA.po (renamed from translations/source/mn/dictionaries/zu_ZA.po)0
-rw-r--r--source/mn/editeng/source/accessibility.po (renamed from translations/source/mn/editeng/source/accessibility.po)0
-rw-r--r--source/mn/editeng/source/editeng.po (renamed from translations/source/mn/editeng/source/editeng.po)0
-rw-r--r--source/mn/editeng/source/items.po (renamed from translations/source/mn/editeng/source/items.po)0
-rw-r--r--source/mn/editeng/source/misc.po (renamed from translations/source/mn/editeng/source/misc.po)0
-rw-r--r--source/mn/editeng/source/outliner.po (renamed from translations/source/mn/editeng/source/outliner.po)0
-rw-r--r--source/mn/extensions/source/abpilot.po (renamed from translations/source/mn/extensions/source/abpilot.po)0
-rw-r--r--source/mn/extensions/source/bibliography.po (renamed from translations/source/mn/extensions/source/bibliography.po)0
-rw-r--r--source/mn/extensions/source/dbpilots.po (renamed from translations/source/mn/extensions/source/dbpilots.po)0
-rw-r--r--source/mn/extensions/source/propctrlr.po (renamed from translations/source/mn/extensions/source/propctrlr.po)0
-rw-r--r--source/mn/extensions/source/scanner.po (renamed from translations/source/mn/extensions/source/scanner.po)0
-rw-r--r--source/mn/extensions/source/update/check.po (renamed from translations/source/mn/extensions/source/update/check.po)0
-rw-r--r--source/mn/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/mn/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/mn/filter/source/config/fragments/filters.po (renamed from translations/source/mn/filter/source/config/fragments/filters.po)0
-rw-r--r--source/mn/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/mn/filter/source/config/fragments/types.po (renamed from translations/source/mn/filter/source/config/fragments/types.po)0
-rw-r--r--source/mn/filter/source/flash.po (renamed from translations/source/mn/filter/source/flash.po)0
-rw-r--r--source/mn/filter/source/graphicfilter/eps.po (renamed from translations/source/mn/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/mn/filter/source/pdf.po (renamed from translations/source/mn/filter/source/pdf.po)0
-rw-r--r--source/mn/filter/source/t602.po (renamed from translations/source/mn/filter/source/t602.po)0
-rw-r--r--source/mn/filter/source/xsltdialog.po (renamed from translations/source/mn/filter/source/xsltdialog.po)0
-rw-r--r--source/mn/forms/source/resource.po (renamed from translations/source/mn/forms/source/resource.po)0
-rw-r--r--source/mn/formula/source/core/resource.po (renamed from translations/source/mn/formula/source/core/resource.po)0
-rw-r--r--source/mn/formula/source/ui/dlg.po (renamed from translations/source/mn/formula/source/ui/dlg.po)0
-rw-r--r--source/mn/fpicker/source/office.po (renamed from translations/source/mn/fpicker/source/office.po)0
-rw-r--r--source/mn/framework/source/classes.po (renamed from translations/source/mn/framework/source/classes.po)0
-rw-r--r--source/mn/framework/source/services.po (renamed from translations/source/mn/framework/source/services.po)0
-rw-r--r--source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/mn/mysqlc/source.po (renamed from translations/source/mn/mysqlc/source.po)0
-rw-r--r--source/mn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/mn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/mn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/mn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/mn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/mn/nlpsolver/src/locale.po (renamed from translations/source/mn/nlpsolver/src/locale.po)0
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/mn/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mn/padmin/source.po (renamed from translations/source/mn/padmin/source.po)0
-rw-r--r--source/mn/readlicense_oo/docs/readme.po (renamed from translations/source/mn/readlicense_oo/docs/readme.po)0
-rw-r--r--source/mn/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/mn/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/mn/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/mn/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mn/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mn/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mn/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/mn/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/mn/reportbuilder/util.po (renamed from translations/source/mn/reportbuilder/util.po)0
-rw-r--r--source/mn/reportdesign/source/core/resource.po (renamed from translations/source/mn/reportdesign/source/core/resource.po)0
-rw-r--r--source/mn/reportdesign/source/ui/dlg.po (renamed from translations/source/mn/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/mn/reportdesign/source/ui/inspection.po (renamed from translations/source/mn/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/mn/reportdesign/source/ui/report.po (renamed from translations/source/mn/reportdesign/source/ui/report.po)0
-rw-r--r--source/mn/sc/source/core/src.po (renamed from translations/source/mn/sc/source/core/src.po)0
-rw-r--r--source/mn/sc/source/ui/cctrl.po (renamed from translations/source/mn/sc/source/ui/cctrl.po)0
-rw-r--r--source/mn/sc/source/ui/dbgui.po (renamed from translations/source/mn/sc/source/ui/dbgui.po)0
-rw-r--r--source/mn/sc/source/ui/docshell.po (renamed from translations/source/mn/sc/source/ui/docshell.po)0
-rw-r--r--source/mn/sc/source/ui/drawfunc.po (renamed from translations/source/mn/sc/source/ui/drawfunc.po)0
-rw-r--r--source/mn/sc/source/ui/formdlg.po (renamed from translations/source/mn/sc/source/ui/formdlg.po)0
-rw-r--r--source/mn/sc/source/ui/miscdlgs.po (renamed from translations/source/mn/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/mn/sc/source/ui/navipi.po (renamed from translations/source/mn/sc/source/ui/navipi.po)0
-rw-r--r--source/mn/sc/source/ui/optdlg.po (renamed from translations/source/mn/sc/source/ui/optdlg.po)0
-rw-r--r--source/mn/sc/source/ui/pagedlg.po (renamed from translations/source/mn/sc/source/ui/pagedlg.po)0
-rw-r--r--source/mn/sc/source/ui/src.po (renamed from translations/source/mn/sc/source/ui/src.po)0
-rw-r--r--source/mn/sc/source/ui/styleui.po (renamed from translations/source/mn/sc/source/ui/styleui.po)0
-rw-r--r--source/mn/scaddins/source/analysis.po (renamed from translations/source/mn/scaddins/source/analysis.po)0
-rw-r--r--source/mn/scaddins/source/datefunc.po (renamed from translations/source/mn/scaddins/source/datefunc.po)0
-rw-r--r--source/mn/sccomp/source/solver.po (renamed from translations/source/mn/sccomp/source/solver.po)0
-rw-r--r--source/mn/scp2/source/accessories.po (renamed from translations/source/mn/scp2/source/accessories.po)0
-rw-r--r--source/mn/scp2/source/activex.po (renamed from translations/source/mn/scp2/source/activex.po)0
-rw-r--r--source/mn/scp2/source/base.po (renamed from translations/source/mn/scp2/source/base.po)0
-rw-r--r--source/mn/scp2/source/binfilter.po (renamed from translations/source/mn/scp2/source/binfilter.po)0
-rw-r--r--source/mn/scp2/source/calc.po (renamed from translations/source/mn/scp2/source/calc.po)0
-rw-r--r--source/mn/scp2/source/draw.po (renamed from translations/source/mn/scp2/source/draw.po)0
-rw-r--r--source/mn/scp2/source/extensions.po (renamed from translations/source/mn/scp2/source/extensions.po)0
-rw-r--r--source/mn/scp2/source/gnome.po (renamed from translations/source/mn/scp2/source/gnome.po)0
-rw-r--r--source/mn/scp2/source/graphicfilter.po (renamed from translations/source/mn/scp2/source/graphicfilter.po)0
-rw-r--r--source/mn/scp2/source/impress.po (renamed from translations/source/mn/scp2/source/impress.po)0
-rw-r--r--source/mn/scp2/source/javafilter.po (renamed from translations/source/mn/scp2/source/javafilter.po)0
-rw-r--r--source/mn/scp2/source/kde.po (renamed from translations/source/mn/scp2/source/kde.po)0
-rw-r--r--source/mn/scp2/source/math.po (renamed from translations/source/mn/scp2/source/math.po)0
-rw-r--r--source/mn/scp2/source/onlineupdate.po (renamed from translations/source/mn/scp2/source/onlineupdate.po)0
-rw-r--r--source/mn/scp2/source/ooo.po (renamed from translations/source/mn/scp2/source/ooo.po)0
-rw-r--r--source/mn/scp2/source/python.po (renamed from translations/source/mn/scp2/source/python.po)0
-rw-r--r--source/mn/scp2/source/quickstart.po (renamed from translations/source/mn/scp2/source/quickstart.po)0
-rw-r--r--source/mn/scp2/source/sdkoo.po (renamed from translations/source/mn/scp2/source/sdkoo.po)0
-rw-r--r--source/mn/scp2/source/smoketest.po (renamed from translations/source/mn/scp2/source/smoketest.po)0
-rw-r--r--source/mn/scp2/source/stdlibs.po (renamed from translations/source/mn/scp2/source/stdlibs.po)0
-rw-r--r--source/mn/scp2/source/tde.po (renamed from translations/source/mn/scp2/source/tde.po)0
-rw-r--r--source/mn/scp2/source/winexplorerext.po (renamed from translations/source/mn/scp2/source/winexplorerext.po)0
-rw-r--r--source/mn/scp2/source/writer.po (renamed from translations/source/mn/scp2/source/writer.po)0
-rw-r--r--source/mn/scp2/source/xsltfilter.po (renamed from translations/source/mn/scp2/source/xsltfilter.po)0
-rw-r--r--source/mn/scripting/source/pyprov.po (renamed from translations/source/mn/scripting/source/pyprov.po)0
-rw-r--r--source/mn/sd/source/core.po (renamed from translations/source/mn/sd/source/core.po)0
-rw-r--r--source/mn/sd/source/filter/html.po (renamed from translations/source/mn/sd/source/filter/html.po)0
-rw-r--r--source/mn/sd/source/ui/accessibility.po (renamed from translations/source/mn/sd/source/ui/accessibility.po)0
-rw-r--r--source/mn/sd/source/ui/animations.po (renamed from translations/source/mn/sd/source/ui/animations.po)0
-rw-r--r--source/mn/sd/source/ui/annotations.po (renamed from translations/source/mn/sd/source/ui/annotations.po)0
-rw-r--r--source/mn/sd/source/ui/app.po (renamed from translations/source/mn/sd/source/ui/app.po)0
-rw-r--r--source/mn/sd/source/ui/dlg.po (renamed from translations/source/mn/sd/source/ui/dlg.po)0
-rw-r--r--source/mn/sd/source/ui/slideshow.po (renamed from translations/source/mn/sd/source/ui/slideshow.po)0
-rw-r--r--source/mn/sd/source/ui/table.po (renamed from translations/source/mn/sd/source/ui/table.po)0
-rw-r--r--source/mn/sd/source/ui/view.po (renamed from translations/source/mn/sd/source/ui/view.po)0
-rw-r--r--source/mn/sdext/source/minimizer.po (renamed from translations/source/mn/sdext/source/minimizer.po)0
-rw-r--r--source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mn/sdext/source/pdfimport.po (renamed from translations/source/mn/sdext/source/pdfimport.po)0
-rw-r--r--source/mn/sdext/source/presenter.po (renamed from translations/source/mn/sdext/source/presenter.po)0
-rw-r--r--source/mn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/mn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/mn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mn/setup_native/source/mac.po (renamed from translations/source/mn/setup_native/source/mac.po)0
-rw-r--r--source/mn/sfx2/source/appl.po (renamed from translations/source/mn/sfx2/source/appl.po)0
-rw-r--r--source/mn/sfx2/source/bastyp.po (renamed from translations/source/mn/sfx2/source/bastyp.po)0
-rw-r--r--source/mn/sfx2/source/dialog.po (renamed from translations/source/mn/sfx2/source/dialog.po)0
-rw-r--r--source/mn/sfx2/source/doc.po (renamed from translations/source/mn/sfx2/source/doc.po)0
-rw-r--r--source/mn/sfx2/source/menu.po (renamed from translations/source/mn/sfx2/source/menu.po)0
-rw-r--r--source/mn/sfx2/source/view.po (renamed from translations/source/mn/sfx2/source/view.po)0
-rw-r--r--source/mn/shell/source/win32/shlxthandler/res.po (renamed from translations/source/mn/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/mn/starmath/source.po (renamed from translations/source/mn/starmath/source.po)0
-rw-r--r--source/mn/svl/source/items.po (renamed from translations/source/mn/svl/source/items.po)0
-rw-r--r--source/mn/svl/source/misc.po (renamed from translations/source/mn/svl/source/misc.po)0
-rw-r--r--source/mn/svtools/source/contnr.po (renamed from translations/source/mn/svtools/source/contnr.po)0
-rw-r--r--source/mn/svtools/source/control.po (renamed from translations/source/mn/svtools/source/control.po)0
-rw-r--r--source/mn/svtools/source/dialogs.po (renamed from translations/source/mn/svtools/source/dialogs.po)0
-rw-r--r--source/mn/svtools/source/filter.po (renamed from translations/source/mn/svtools/source/filter.po)0
-rw-r--r--source/mn/svtools/source/java.po (renamed from translations/source/mn/svtools/source/java.po)0
-rw-r--r--source/mn/svtools/source/misc.po (renamed from translations/source/mn/svtools/source/misc.po)0
-rw-r--r--source/mn/svtools/source/toolpanel.po (renamed from translations/source/mn/svtools/source/toolpanel.po)0
-rw-r--r--source/mn/svtools/workben/unodialog.po (renamed from translations/source/mn/svtools/workben/unodialog.po)0
-rw-r--r--source/mn/svx/inc.po (renamed from translations/source/mn/svx/inc.po)0
-rw-r--r--source/mn/svx/source/accessibility.po (renamed from translations/source/mn/svx/source/accessibility.po)0
-rw-r--r--source/mn/svx/source/dialog.po (renamed from translations/source/mn/svx/source/dialog.po)0
-rw-r--r--source/mn/svx/source/engine3d.po (renamed from translations/source/mn/svx/source/engine3d.po)0
-rw-r--r--source/mn/svx/source/fmcomp.po (renamed from translations/source/mn/svx/source/fmcomp.po)0
-rw-r--r--source/mn/svx/source/form.po (renamed from translations/source/mn/svx/source/form.po)0
-rw-r--r--source/mn/svx/source/gallery2.po (renamed from translations/source/mn/svx/source/gallery2.po)0
-rw-r--r--source/mn/svx/source/items.po (renamed from translations/source/mn/svx/source/items.po)0
-rw-r--r--source/mn/svx/source/src.po (renamed from translations/source/mn/svx/source/src.po)0
-rw-r--r--source/mn/svx/source/stbctrls.po (renamed from translations/source/mn/svx/source/stbctrls.po)0
-rw-r--r--source/mn/svx/source/svdraw.po (renamed from translations/source/mn/svx/source/svdraw.po)0
-rw-r--r--source/mn/svx/source/table.po (renamed from translations/source/mn/svx/source/table.po)0
-rw-r--r--source/mn/svx/source/tbxctrls.po (renamed from translations/source/mn/svx/source/tbxctrls.po)0
-rw-r--r--source/mn/svx/source/toolbars.po (renamed from translations/source/mn/svx/source/toolbars.po)0
-rw-r--r--source/mn/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/mn/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/mn/sw/source/core/layout.po (renamed from translations/source/mn/sw/source/core/layout.po)0
-rw-r--r--source/mn/sw/source/core/undo.po (renamed from translations/source/mn/sw/source/core/undo.po)0
-rw-r--r--source/mn/sw/source/core/unocore.po (renamed from translations/source/mn/sw/source/core/unocore.po)0
-rw-r--r--source/mn/sw/source/ui/app.po (renamed from translations/source/mn/sw/source/ui/app.po)0
-rw-r--r--source/mn/sw/source/ui/chrdlg.po (renamed from translations/source/mn/sw/source/ui/chrdlg.po)0
-rw-r--r--source/mn/sw/source/ui/config.po (renamed from translations/source/mn/sw/source/ui/config.po)0
-rw-r--r--source/mn/sw/source/ui/dbui.po (renamed from translations/source/mn/sw/source/ui/dbui.po)0
-rw-r--r--source/mn/sw/source/ui/dialog.po (renamed from translations/source/mn/sw/source/ui/dialog.po)0
-rw-r--r--source/mn/sw/source/ui/dochdl.po (renamed from translations/source/mn/sw/source/ui/dochdl.po)0
-rw-r--r--source/mn/sw/source/ui/docvw.po (renamed from translations/source/mn/sw/source/ui/docvw.po)0
-rw-r--r--source/mn/sw/source/ui/envelp.po (renamed from translations/source/mn/sw/source/ui/envelp.po)0
-rw-r--r--source/mn/sw/source/ui/fldui.po (renamed from translations/source/mn/sw/source/ui/fldui.po)0
-rw-r--r--source/mn/sw/source/ui/fmtui.po (renamed from translations/source/mn/sw/source/ui/fmtui.po)0
-rw-r--r--source/mn/sw/source/ui/frmdlg.po (renamed from translations/source/mn/sw/source/ui/frmdlg.po)0
-rw-r--r--source/mn/sw/source/ui/globdoc.po (renamed from translations/source/mn/sw/source/ui/globdoc.po)0
-rw-r--r--source/mn/sw/source/ui/index.po (renamed from translations/source/mn/sw/source/ui/index.po)0
-rw-r--r--source/mn/sw/source/ui/lingu.po (renamed from translations/source/mn/sw/source/ui/lingu.po)0
-rw-r--r--source/mn/sw/source/ui/misc.po (renamed from translations/source/mn/sw/source/ui/misc.po)0
-rw-r--r--source/mn/sw/source/ui/ribbar.po (renamed from translations/source/mn/sw/source/ui/ribbar.po)0
-rw-r--r--source/mn/sw/source/ui/shells.po (renamed from translations/source/mn/sw/source/ui/shells.po)0
-rw-r--r--source/mn/sw/source/ui/smartmenu.po (renamed from translations/source/mn/sw/source/ui/smartmenu.po)0
-rw-r--r--source/mn/sw/source/ui/table.po (renamed from translations/source/mn/sw/source/ui/table.po)0
-rw-r--r--source/mn/sw/source/ui/uiview.po (renamed from translations/source/mn/sw/source/ui/uiview.po)0
-rw-r--r--source/mn/sw/source/ui/utlui.po (renamed from translations/source/mn/sw/source/ui/utlui.po)0
-rw-r--r--source/mn/sw/source/ui/web.po (renamed from translations/source/mn/sw/source/ui/web.po)0
-rw-r--r--source/mn/sw/source/ui/wrtsh.po (renamed from translations/source/mn/sw/source/ui/wrtsh.po)0
-rw-r--r--source/mn/swext/mediawiki/help.po (renamed from translations/source/mn/swext/mediawiki/help.po)0
-rw-r--r--source/mn/swext/mediawiki/src.po (renamed from translations/source/mn/swext/mediawiki/src.po)0
-rw-r--r--source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/mn/sysui/desktop/share.po (renamed from translations/source/mn/sysui/desktop/share.po)0
-rw-r--r--source/mn/uui/source.po (renamed from translations/source/mn/uui/source.po)0
-rw-r--r--source/mn/vcl/source/src.po (renamed from translations/source/mn/vcl/source/src.po)0
-rw-r--r--source/mn/wizards/source/euro.po (renamed from translations/source/mn/wizards/source/euro.po)0
-rw-r--r--source/mn/wizards/source/formwizard.po (renamed from translations/source/mn/wizards/source/formwizard.po)0
-rw-r--r--source/mn/wizards/source/importwizard.po (renamed from translations/source/mn/wizards/source/importwizard.po)0
-rw-r--r--source/mn/wizards/source/schedule.po (renamed from translations/source/mn/wizards/source/schedule.po)0
-rw-r--r--source/mn/wizards/source/template.po (renamed from translations/source/mn/wizards/source/template.po)0
-rw-r--r--source/mn/xmlsecurity/source/component.po (renamed from translations/source/mn/xmlsecurity/source/component.po)0
-rw-r--r--source/mn/xmlsecurity/source/dialogs.po (renamed from translations/source/mn/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/mni/accessibility/source/helper.po (renamed from translations/source/mni/accessibility/source/helper.po)0
-rw-r--r--source/mni/avmedia/source/framework.po (renamed from translations/source/mni/avmedia/source/framework.po)0
-rw-r--r--source/mni/avmedia/source/viewer.po (renamed from translations/source/mni/avmedia/source/viewer.po)0
-rw-r--r--source/mni/basctl/source/basicide.po (renamed from translations/source/mni/basctl/source/basicide.po)0
-rw-r--r--source/mni/basctl/source/dlged.po (renamed from translations/source/mni/basctl/source/dlged.po)0
-rw-r--r--source/mni/basic/source/classes.po (renamed from translations/source/mni/basic/source/classes.po)0
-rw-r--r--source/mni/basic/source/sbx.po (renamed from translations/source/mni/basic/source/sbx.po)0
-rw-r--r--source/mni/chart2/source/controller/dialogs.po (renamed from translations/source/mni/chart2/source/controller/dialogs.po)0
-rw-r--r--source/mni/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/mni/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/mni/connectivity/source/resource.po (renamed from translations/source/mni/connectivity/source/resource.po)0
-rw-r--r--source/mni/cui/source/customize.po (renamed from translations/source/mni/cui/source/customize.po)0
-rw-r--r--source/mni/cui/source/dialogs.po (renamed from translations/source/mni/cui/source/dialogs.po)0
-rw-r--r--source/mni/cui/source/options.po (renamed from translations/source/mni/cui/source/options.po)0
-rw-r--r--source/mni/cui/source/tabpages.po (renamed from translations/source/mni/cui/source/tabpages.po)0
-rw-r--r--source/mni/dbaccess/source/core/resource.po (renamed from translations/source/mni/dbaccess/source/core/resource.po)0
-rw-r--r--source/mni/dbaccess/source/ext/macromigration.po (renamed from translations/source/mni/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/mni/dbaccess/source/sdbtools/resource.po (renamed from translations/source/mni/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/mni/dbaccess/source/ui/app.po (renamed from translations/source/mni/dbaccess/source/ui/app.po)0
-rw-r--r--source/mni/dbaccess/source/ui/browser.po (renamed from translations/source/mni/dbaccess/source/ui/browser.po)0
-rw-r--r--source/mni/dbaccess/source/ui/control.po (renamed from translations/source/mni/dbaccess/source/ui/control.po)0
-rw-r--r--source/mni/dbaccess/source/ui/dlg.po (renamed from translations/source/mni/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/mni/dbaccess/source/ui/inc.po (renamed from translations/source/mni/dbaccess/source/ui/inc.po)0
-rw-r--r--source/mni/dbaccess/source/ui/misc.po (renamed from translations/source/mni/dbaccess/source/ui/misc.po)0
-rw-r--r--source/mni/dbaccess/source/ui/querydesign.po (renamed from translations/source/mni/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/mni/dbaccess/source/ui/relationdesign.po (renamed from translations/source/mni/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/mni/dbaccess/source/ui/tabledesign.po (renamed from translations/source/mni/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/mni/dbaccess/source/ui/uno.po (renamed from translations/source/mni/dbaccess/source/ui/uno.po)0
-rw-r--r--source/mni/desktop/source/app.po (renamed from translations/source/mni/desktop/source/app.po)0
-rw-r--r--source/mni/desktop/source/deployment/gui.po (renamed from translations/source/mni/desktop/source/deployment/gui.po)0
-rw-r--r--source/mni/desktop/source/deployment/manager.po (renamed from translations/source/mni/desktop/source/deployment/manager.po)0
-rw-r--r--source/mni/desktop/source/deployment/misc.po (renamed from translations/source/mni/desktop/source/deployment/misc.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry.po (renamed from translations/source/mni/desktop/source/deployment/registry.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/component.po (renamed from translations/source/mni/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/configuration.po (renamed from translations/source/mni/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/help.po (renamed from translations/source/mni/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/package.po (renamed from translations/source/mni/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/script.po (renamed from translations/source/mni/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/mni/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/mni/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/mni/desktop/source/deployment/unopkg.po (renamed from translations/source/mni/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/mni/dictionaries/af_ZA.po (renamed from translations/source/mni/dictionaries/af_ZA.po)0
-rw-r--r--source/mni/dictionaries/an_ES.po (renamed from translations/source/mni/dictionaries/an_ES.po)0
-rw-r--r--source/mni/dictionaries/ar.po (renamed from translations/source/mni/dictionaries/ar.po)0
-rw-r--r--source/mni/dictionaries/be_BY.po (renamed from translations/source/mni/dictionaries/be_BY.po)0
-rw-r--r--source/mni/dictionaries/bg_BG.po (renamed from translations/source/mni/dictionaries/bg_BG.po)0
-rw-r--r--source/mni/dictionaries/bn_BD.po (renamed from translations/source/mni/dictionaries/bn_BD.po)0
-rw-r--r--source/mni/dictionaries/br_FR.po (renamed from translations/source/mni/dictionaries/br_FR.po)0
-rw-r--r--source/mni/dictionaries/ca.po (renamed from translations/source/mni/dictionaries/ca.po)0
-rw-r--r--source/mni/dictionaries/cs_CZ.po (renamed from translations/source/mni/dictionaries/cs_CZ.po)0
-rw-r--r--source/mni/dictionaries/da_DK.po (renamed from translations/source/mni/dictionaries/da_DK.po)0
-rw-r--r--source/mni/dictionaries/de.po (renamed from translations/source/mni/dictionaries/de.po)0
-rw-r--r--source/mni/dictionaries/el_GR.po (renamed from translations/source/mni/dictionaries/el_GR.po)0
-rw-r--r--source/mni/dictionaries/en.po (renamed from translations/source/mni/dictionaries/en.po)0
-rw-r--r--source/mni/dictionaries/en/dialog.po (renamed from translations/source/mni/dictionaries/en/dialog.po)0
-rw-r--r--source/mni/dictionaries/es_ES.po (renamed from translations/source/mni/dictionaries/es_ES.po)0
-rw-r--r--source/mni/dictionaries/et_EE.po (renamed from translations/source/mni/dictionaries/et_EE.po)0
-rw-r--r--source/mni/dictionaries/fr_FR.po (renamed from translations/source/mni/dictionaries/fr_FR.po)0
-rw-r--r--source/mni/dictionaries/gd_GB.po (renamed from translations/source/mni/dictionaries/gd_GB.po)0
-rw-r--r--source/mni/dictionaries/gl.po (renamed from translations/source/mni/dictionaries/gl.po)0
-rw-r--r--source/mni/dictionaries/gu_IN.po (renamed from translations/source/mni/dictionaries/gu_IN.po)0
-rw-r--r--source/mni/dictionaries/he_IL.po (renamed from translations/source/mni/dictionaries/he_IL.po)0
-rw-r--r--source/mni/dictionaries/hi_IN.po (renamed from translations/source/mni/dictionaries/hi_IN.po)0
-rw-r--r--source/mni/dictionaries/hr_HR.po (renamed from translations/source/mni/dictionaries/hr_HR.po)0
-rw-r--r--source/mni/dictionaries/hu_HU.po (renamed from translations/source/mni/dictionaries/hu_HU.po)0
-rw-r--r--source/mni/dictionaries/hu_HU/dialog.po (renamed from translations/source/mni/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/mni/dictionaries/it_IT.po (renamed from translations/source/mni/dictionaries/it_IT.po)0
-rw-r--r--source/mni/dictionaries/ku_TR.po (renamed from translations/source/mni/dictionaries/ku_TR.po)0
-rw-r--r--source/mni/dictionaries/lt_LT.po (renamed from translations/source/mni/dictionaries/lt_LT.po)0
-rw-r--r--source/mni/dictionaries/lv_LV.po (renamed from translations/source/mni/dictionaries/lv_LV.po)0
-rw-r--r--source/mni/dictionaries/ne_NP.po (renamed from translations/source/mni/dictionaries/ne_NP.po)0
-rw-r--r--source/mni/dictionaries/nl_NL.po (renamed from translations/source/mni/dictionaries/nl_NL.po)0
-rw-r--r--source/mni/dictionaries/no.po (renamed from translations/source/mni/dictionaries/no.po)0
-rw-r--r--source/mni/dictionaries/oc_FR.po (renamed from translations/source/mni/dictionaries/oc_FR.po)0
-rw-r--r--source/mni/dictionaries/pl_PL.po (renamed from translations/source/mni/dictionaries/pl_PL.po)0
-rw-r--r--source/mni/dictionaries/pt_BR.po (renamed from translations/source/mni/dictionaries/pt_BR.po)0
-rw-r--r--source/mni/dictionaries/pt_PT.po (renamed from translations/source/mni/dictionaries/pt_PT.po)0
-rw-r--r--source/mni/dictionaries/ro.po (renamed from translations/source/mni/dictionaries/ro.po)0
-rw-r--r--source/mni/dictionaries/ru_RU.po (renamed from translations/source/mni/dictionaries/ru_RU.po)0
-rw-r--r--source/mni/dictionaries/ru_RU/dialog.po (renamed from translations/source/mni/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/mni/dictionaries/si_LK.po (renamed from translations/source/mni/dictionaries/si_LK.po)0
-rw-r--r--source/mni/dictionaries/sk_SK.po (renamed from translations/source/mni/dictionaries/sk_SK.po)0
-rw-r--r--source/mni/dictionaries/sl_SI.po (renamed from translations/source/mni/dictionaries/sl_SI.po)0
-rw-r--r--source/mni/dictionaries/sr.po (renamed from translations/source/mni/dictionaries/sr.po)0
-rw-r--r--source/mni/dictionaries/sv_SE.po (renamed from translations/source/mni/dictionaries/sv_SE.po)0
-rw-r--r--source/mni/dictionaries/sw_TZ.po (renamed from translations/source/mni/dictionaries/sw_TZ.po)0
-rw-r--r--source/mni/dictionaries/te_IN.po (renamed from translations/source/mni/dictionaries/te_IN.po)0
-rw-r--r--source/mni/dictionaries/th_TH.po (renamed from translations/source/mni/dictionaries/th_TH.po)0
-rw-r--r--source/mni/dictionaries/uk_UA.po (renamed from translations/source/mni/dictionaries/uk_UA.po)0
-rw-r--r--source/mni/dictionaries/vi.po (renamed from translations/source/mni/dictionaries/vi.po)0
-rw-r--r--source/mni/dictionaries/zu_ZA.po (renamed from translations/source/mni/dictionaries/zu_ZA.po)0
-rw-r--r--source/mni/editeng/source/accessibility.po (renamed from translations/source/mni/editeng/source/accessibility.po)0
-rw-r--r--source/mni/editeng/source/editeng.po (renamed from translations/source/mni/editeng/source/editeng.po)0
-rw-r--r--source/mni/editeng/source/items.po (renamed from translations/source/mni/editeng/source/items.po)0
-rw-r--r--source/mni/editeng/source/misc.po (renamed from translations/source/mni/editeng/source/misc.po)0
-rw-r--r--source/mni/editeng/source/outliner.po (renamed from translations/source/mni/editeng/source/outliner.po)0
-rw-r--r--source/mni/extensions/source/abpilot.po (renamed from translations/source/mni/extensions/source/abpilot.po)0
-rw-r--r--source/mni/extensions/source/bibliography.po (renamed from translations/source/mni/extensions/source/bibliography.po)0
-rw-r--r--source/mni/extensions/source/dbpilots.po (renamed from translations/source/mni/extensions/source/dbpilots.po)0
-rw-r--r--source/mni/extensions/source/propctrlr.po (renamed from translations/source/mni/extensions/source/propctrlr.po)0
-rw-r--r--source/mni/extensions/source/scanner.po (renamed from translations/source/mni/extensions/source/scanner.po)0
-rw-r--r--source/mni/extensions/source/update/check.po (renamed from translations/source/mni/extensions/source/update/check.po)0
-rw-r--r--source/mni/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/mni/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/mni/filter/source/config/fragments/filters.po (renamed from translations/source/mni/filter/source/config/fragments/filters.po)0
-rw-r--r--source/mni/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/mni/filter/source/config/fragments/types.po (renamed from translations/source/mni/filter/source/config/fragments/types.po)0
-rw-r--r--source/mni/filter/source/flash.po (renamed from translations/source/mni/filter/source/flash.po)0
-rw-r--r--source/mni/filter/source/graphicfilter/eps.po (renamed from translations/source/mni/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/mni/filter/source/pdf.po (renamed from translations/source/mni/filter/source/pdf.po)0
-rw-r--r--source/mni/filter/source/t602.po (renamed from translations/source/mni/filter/source/t602.po)0
-rw-r--r--source/mni/filter/source/xsltdialog.po (renamed from translations/source/mni/filter/source/xsltdialog.po)0
-rw-r--r--source/mni/forms/source/resource.po (renamed from translations/source/mni/forms/source/resource.po)0
-rw-r--r--source/mni/formula/source/core/resource.po (renamed from translations/source/mni/formula/source/core/resource.po)0
-rw-r--r--source/mni/formula/source/ui/dlg.po (renamed from translations/source/mni/formula/source/ui/dlg.po)0
-rw-r--r--source/mni/fpicker/source/office.po (renamed from translations/source/mni/fpicker/source/office.po)0
-rw-r--r--source/mni/framework/source/classes.po (renamed from translations/source/mni/framework/source/classes.po)0
-rw-r--r--source/mni/framework/source/services.po (renamed from translations/source/mni/framework/source/services.po)0
-rw-r--r--source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/mni/mysqlc/source.po (renamed from translations/source/mni/mysqlc/source.po)0
-rw-r--r--source/mni/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/mni/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mni/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/mni/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/mni/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/mni/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/mni/nlpsolver/src/locale.po (renamed from translations/source/mni/nlpsolver/src/locale.po)0
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/mni/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mni/padmin/source.po (renamed from translations/source/mni/padmin/source.po)0
-rw-r--r--source/mni/readlicense_oo/docs/readme.po (renamed from translations/source/mni/readlicense_oo/docs/readme.po)0
-rw-r--r--source/mni/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/mni/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/mni/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/mni/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mni/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mni/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mni/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/mni/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/mni/reportbuilder/util.po (renamed from translations/source/mni/reportbuilder/util.po)0
-rw-r--r--source/mni/reportdesign/source/core/resource.po (renamed from translations/source/mni/reportdesign/source/core/resource.po)0
-rw-r--r--source/mni/reportdesign/source/ui/dlg.po (renamed from translations/source/mni/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/mni/reportdesign/source/ui/inspection.po (renamed from translations/source/mni/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/mni/reportdesign/source/ui/report.po (renamed from translations/source/mni/reportdesign/source/ui/report.po)0
-rw-r--r--source/mni/sc/source/core/src.po (renamed from translations/source/mni/sc/source/core/src.po)0
-rw-r--r--source/mni/sc/source/ui/cctrl.po (renamed from translations/source/mni/sc/source/ui/cctrl.po)0
-rw-r--r--source/mni/sc/source/ui/dbgui.po (renamed from translations/source/mni/sc/source/ui/dbgui.po)0
-rw-r--r--source/mni/sc/source/ui/docshell.po (renamed from translations/source/mni/sc/source/ui/docshell.po)0
-rw-r--r--source/mni/sc/source/ui/drawfunc.po (renamed from translations/source/mni/sc/source/ui/drawfunc.po)0
-rw-r--r--source/mni/sc/source/ui/formdlg.po (renamed from translations/source/mni/sc/source/ui/formdlg.po)0
-rw-r--r--source/mni/sc/source/ui/miscdlgs.po (renamed from translations/source/mni/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/mni/sc/source/ui/navipi.po (renamed from translations/source/mni/sc/source/ui/navipi.po)0
-rw-r--r--source/mni/sc/source/ui/optdlg.po (renamed from translations/source/mni/sc/source/ui/optdlg.po)0
-rw-r--r--source/mni/sc/source/ui/pagedlg.po (renamed from translations/source/mni/sc/source/ui/pagedlg.po)0
-rw-r--r--source/mni/sc/source/ui/src.po (renamed from translations/source/mni/sc/source/ui/src.po)0
-rw-r--r--source/mni/sc/source/ui/styleui.po (renamed from translations/source/mni/sc/source/ui/styleui.po)0
-rw-r--r--source/mni/scaddins/source/analysis.po (renamed from translations/source/mni/scaddins/source/analysis.po)0
-rw-r--r--source/mni/scaddins/source/datefunc.po (renamed from translations/source/mni/scaddins/source/datefunc.po)0
-rw-r--r--source/mni/sccomp/source/solver.po (renamed from translations/source/mni/sccomp/source/solver.po)0
-rw-r--r--source/mni/scp2/source/accessories.po (renamed from translations/source/mni/scp2/source/accessories.po)0
-rw-r--r--source/mni/scp2/source/activex.po (renamed from translations/source/mni/scp2/source/activex.po)0
-rw-r--r--source/mni/scp2/source/base.po (renamed from translations/source/mni/scp2/source/base.po)0
-rw-r--r--source/mni/scp2/source/binfilter.po (renamed from translations/source/mni/scp2/source/binfilter.po)0
-rw-r--r--source/mni/scp2/source/calc.po (renamed from translations/source/mni/scp2/source/calc.po)0
-rw-r--r--source/mni/scp2/source/draw.po (renamed from translations/source/mni/scp2/source/draw.po)0
-rw-r--r--source/mni/scp2/source/extensions.po (renamed from translations/source/mni/scp2/source/extensions.po)0
-rw-r--r--source/mni/scp2/source/gnome.po (renamed from translations/source/mni/scp2/source/gnome.po)0
-rw-r--r--source/mni/scp2/source/graphicfilter.po (renamed from translations/source/mni/scp2/source/graphicfilter.po)0
-rw-r--r--source/mni/scp2/source/impress.po (renamed from translations/source/mni/scp2/source/impress.po)0
-rw-r--r--source/mni/scp2/source/javafilter.po (renamed from translations/source/mni/scp2/source/javafilter.po)0
-rw-r--r--source/mni/scp2/source/kde.po (renamed from translations/source/mni/scp2/source/kde.po)0
-rw-r--r--source/mni/scp2/source/math.po (renamed from translations/source/mni/scp2/source/math.po)0
-rw-r--r--source/mni/scp2/source/onlineupdate.po (renamed from translations/source/mni/scp2/source/onlineupdate.po)0
-rw-r--r--source/mni/scp2/source/ooo.po (renamed from translations/source/mni/scp2/source/ooo.po)0
-rw-r--r--source/mni/scp2/source/python.po (renamed from translations/source/mni/scp2/source/python.po)0
-rw-r--r--source/mni/scp2/source/quickstart.po (renamed from translations/source/mni/scp2/source/quickstart.po)0
-rw-r--r--source/mni/scp2/source/sdkoo.po (renamed from translations/source/mni/scp2/source/sdkoo.po)0
-rw-r--r--source/mni/scp2/source/smoketest.po (renamed from translations/source/mni/scp2/source/smoketest.po)0
-rw-r--r--source/mni/scp2/source/stdlibs.po (renamed from translations/source/mni/scp2/source/stdlibs.po)0
-rw-r--r--source/mni/scp2/source/tde.po (renamed from translations/source/mni/scp2/source/tde.po)0
-rw-r--r--source/mni/scp2/source/winexplorerext.po (renamed from translations/source/mni/scp2/source/winexplorerext.po)0
-rw-r--r--source/mni/scp2/source/writer.po (renamed from translations/source/mni/scp2/source/writer.po)0
-rw-r--r--source/mni/scp2/source/xsltfilter.po (renamed from translations/source/mni/scp2/source/xsltfilter.po)0
-rw-r--r--source/mni/scripting/source/pyprov.po (renamed from translations/source/mni/scripting/source/pyprov.po)0
-rw-r--r--source/mni/sd/source/core.po (renamed from translations/source/mni/sd/source/core.po)0
-rw-r--r--source/mni/sd/source/filter/html.po (renamed from translations/source/mni/sd/source/filter/html.po)0
-rw-r--r--source/mni/sd/source/ui/accessibility.po (renamed from translations/source/mni/sd/source/ui/accessibility.po)0
-rw-r--r--source/mni/sd/source/ui/animations.po (renamed from translations/source/mni/sd/source/ui/animations.po)0
-rw-r--r--source/mni/sd/source/ui/annotations.po (renamed from translations/source/mni/sd/source/ui/annotations.po)0
-rw-r--r--source/mni/sd/source/ui/app.po (renamed from translations/source/mni/sd/source/ui/app.po)0
-rw-r--r--source/mni/sd/source/ui/dlg.po (renamed from translations/source/mni/sd/source/ui/dlg.po)0
-rw-r--r--source/mni/sd/source/ui/slideshow.po (renamed from translations/source/mni/sd/source/ui/slideshow.po)0
-rw-r--r--source/mni/sd/source/ui/table.po (renamed from translations/source/mni/sd/source/ui/table.po)0
-rw-r--r--source/mni/sd/source/ui/view.po (renamed from translations/source/mni/sd/source/ui/view.po)0
-rw-r--r--source/mni/sdext/source/minimizer.po (renamed from translations/source/mni/sdext/source/minimizer.po)0
-rw-r--r--source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mni/sdext/source/pdfimport.po (renamed from translations/source/mni/sdext/source/pdfimport.po)0
-rw-r--r--source/mni/sdext/source/presenter.po (renamed from translations/source/mni/sdext/source/presenter.po)0
-rw-r--r--source/mni/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/mni/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/mni/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mni/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mni/setup_native/source/mac.po (renamed from translations/source/mni/setup_native/source/mac.po)0
-rw-r--r--source/mni/sfx2/source/appl.po (renamed from translations/source/mni/sfx2/source/appl.po)0
-rw-r--r--source/mni/sfx2/source/bastyp.po (renamed from translations/source/mni/sfx2/source/bastyp.po)0
-rw-r--r--source/mni/sfx2/source/dialog.po (renamed from translations/source/mni/sfx2/source/dialog.po)0
-rw-r--r--source/mni/sfx2/source/doc.po (renamed from translations/source/mni/sfx2/source/doc.po)0
-rw-r--r--source/mni/sfx2/source/menu.po (renamed from translations/source/mni/sfx2/source/menu.po)0
-rw-r--r--source/mni/sfx2/source/view.po (renamed from translations/source/mni/sfx2/source/view.po)0
-rw-r--r--source/mni/shell/source/win32/shlxthandler/res.po (renamed from translations/source/mni/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/mni/starmath/source.po (renamed from translations/source/mni/starmath/source.po)0
-rw-r--r--source/mni/svl/source/items.po (renamed from translations/source/mni/svl/source/items.po)0
-rw-r--r--source/mni/svl/source/misc.po (renamed from translations/source/mni/svl/source/misc.po)0
-rw-r--r--source/mni/svtools/source/contnr.po (renamed from translations/source/mni/svtools/source/contnr.po)0
-rw-r--r--source/mni/svtools/source/control.po (renamed from translations/source/mni/svtools/source/control.po)0
-rw-r--r--source/mni/svtools/source/dialogs.po (renamed from translations/source/mni/svtools/source/dialogs.po)0
-rw-r--r--source/mni/svtools/source/filter.po (renamed from translations/source/mni/svtools/source/filter.po)0
-rw-r--r--source/mni/svtools/source/java.po (renamed from translations/source/mni/svtools/source/java.po)0
-rw-r--r--source/mni/svtools/source/misc.po (renamed from translations/source/mni/svtools/source/misc.po)0
-rw-r--r--source/mni/svtools/source/toolpanel.po (renamed from translations/source/mni/svtools/source/toolpanel.po)0
-rw-r--r--source/mni/svtools/workben/unodialog.po (renamed from translations/source/mni/svtools/workben/unodialog.po)0
-rw-r--r--source/mni/svx/inc.po (renamed from translations/source/mni/svx/inc.po)0
-rw-r--r--source/mni/svx/source/accessibility.po (renamed from translations/source/mni/svx/source/accessibility.po)0
-rw-r--r--source/mni/svx/source/dialog.po (renamed from translations/source/mni/svx/source/dialog.po)0
-rw-r--r--source/mni/svx/source/engine3d.po (renamed from translations/source/mni/svx/source/engine3d.po)0
-rw-r--r--source/mni/svx/source/fmcomp.po (renamed from translations/source/mni/svx/source/fmcomp.po)0
-rw-r--r--source/mni/svx/source/form.po (renamed from translations/source/mni/svx/source/form.po)0
-rw-r--r--source/mni/svx/source/gallery2.po (renamed from translations/source/mni/svx/source/gallery2.po)0
-rw-r--r--source/mni/svx/source/items.po (renamed from translations/source/mni/svx/source/items.po)0
-rw-r--r--source/mni/svx/source/src.po (renamed from translations/source/mni/svx/source/src.po)0
-rw-r--r--source/mni/svx/source/stbctrls.po (renamed from translations/source/mni/svx/source/stbctrls.po)0
-rw-r--r--source/mni/svx/source/svdraw.po (renamed from translations/source/mni/svx/source/svdraw.po)0
-rw-r--r--source/mni/svx/source/table.po (renamed from translations/source/mni/svx/source/table.po)0
-rw-r--r--source/mni/svx/source/tbxctrls.po (renamed from translations/source/mni/svx/source/tbxctrls.po)0
-rw-r--r--source/mni/svx/source/toolbars.po (renamed from translations/source/mni/svx/source/toolbars.po)0
-rw-r--r--source/mni/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/mni/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/mni/sw/source/core/layout.po (renamed from translations/source/mni/sw/source/core/layout.po)0
-rw-r--r--source/mni/sw/source/core/undo.po (renamed from translations/source/mni/sw/source/core/undo.po)0
-rw-r--r--source/mni/sw/source/core/unocore.po (renamed from translations/source/mni/sw/source/core/unocore.po)0
-rw-r--r--source/mni/sw/source/ui/app.po (renamed from translations/source/mni/sw/source/ui/app.po)0
-rw-r--r--source/mni/sw/source/ui/chrdlg.po (renamed from translations/source/mni/sw/source/ui/chrdlg.po)0
-rw-r--r--source/mni/sw/source/ui/config.po (renamed from translations/source/mni/sw/source/ui/config.po)0
-rw-r--r--source/mni/sw/source/ui/dbui.po (renamed from translations/source/mni/sw/source/ui/dbui.po)0
-rw-r--r--source/mni/sw/source/ui/dialog.po (renamed from translations/source/mni/sw/source/ui/dialog.po)0
-rw-r--r--source/mni/sw/source/ui/dochdl.po (renamed from translations/source/mni/sw/source/ui/dochdl.po)0
-rw-r--r--source/mni/sw/source/ui/docvw.po (renamed from translations/source/mni/sw/source/ui/docvw.po)0
-rw-r--r--source/mni/sw/source/ui/envelp.po (renamed from translations/source/mni/sw/source/ui/envelp.po)0
-rw-r--r--source/mni/sw/source/ui/fldui.po (renamed from translations/source/mni/sw/source/ui/fldui.po)0
-rw-r--r--source/mni/sw/source/ui/fmtui.po (renamed from translations/source/mni/sw/source/ui/fmtui.po)0
-rw-r--r--source/mni/sw/source/ui/frmdlg.po (renamed from translations/source/mni/sw/source/ui/frmdlg.po)0
-rw-r--r--source/mni/sw/source/ui/globdoc.po (renamed from translations/source/mni/sw/source/ui/globdoc.po)0
-rw-r--r--source/mni/sw/source/ui/index.po (renamed from translations/source/mni/sw/source/ui/index.po)0
-rw-r--r--source/mni/sw/source/ui/lingu.po (renamed from translations/source/mni/sw/source/ui/lingu.po)0
-rw-r--r--source/mni/sw/source/ui/misc.po (renamed from translations/source/mni/sw/source/ui/misc.po)0
-rw-r--r--source/mni/sw/source/ui/ribbar.po (renamed from translations/source/mni/sw/source/ui/ribbar.po)0
-rw-r--r--source/mni/sw/source/ui/shells.po (renamed from translations/source/mni/sw/source/ui/shells.po)0
-rw-r--r--source/mni/sw/source/ui/smartmenu.po (renamed from translations/source/mni/sw/source/ui/smartmenu.po)0
-rw-r--r--source/mni/sw/source/ui/table.po (renamed from translations/source/mni/sw/source/ui/table.po)0
-rw-r--r--source/mni/sw/source/ui/uiview.po (renamed from translations/source/mni/sw/source/ui/uiview.po)0
-rw-r--r--source/mni/sw/source/ui/utlui.po (renamed from translations/source/mni/sw/source/ui/utlui.po)0
-rw-r--r--source/mni/sw/source/ui/web.po (renamed from translations/source/mni/sw/source/ui/web.po)0
-rw-r--r--source/mni/sw/source/ui/wrtsh.po (renamed from translations/source/mni/sw/source/ui/wrtsh.po)0
-rw-r--r--source/mni/swext/mediawiki/help.po (renamed from translations/source/mni/swext/mediawiki/help.po)0
-rw-r--r--source/mni/swext/mediawiki/src.po (renamed from translations/source/mni/swext/mediawiki/src.po)0
-rw-r--r--source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/mni/sysui/desktop/share.po (renamed from translations/source/mni/sysui/desktop/share.po)0
-rw-r--r--source/mni/uui/source.po (renamed from translations/source/mni/uui/source.po)0
-rw-r--r--source/mni/vcl/source/src.po (renamed from translations/source/mni/vcl/source/src.po)0
-rw-r--r--source/mni/wizards/source/euro.po (renamed from translations/source/mni/wizards/source/euro.po)0
-rw-r--r--source/mni/wizards/source/formwizard.po (renamed from translations/source/mni/wizards/source/formwizard.po)0
-rw-r--r--source/mni/wizards/source/importwizard.po (renamed from translations/source/mni/wizards/source/importwizard.po)0
-rw-r--r--source/mni/wizards/source/schedule.po (renamed from translations/source/mni/wizards/source/schedule.po)0
-rw-r--r--source/mni/wizards/source/template.po (renamed from translations/source/mni/wizards/source/template.po)0
-rw-r--r--source/mni/xmlsecurity/source/component.po (renamed from translations/source/mni/xmlsecurity/source/component.po)0
-rw-r--r--source/mni/xmlsecurity/source/dialogs.po (renamed from translations/source/mni/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/mr/accessibility/source/helper.po (renamed from translations/source/mr/accessibility/source/helper.po)0
-rw-r--r--source/mr/avmedia/source/framework.po (renamed from translations/source/mr/avmedia/source/framework.po)0
-rw-r--r--source/mr/avmedia/source/viewer.po (renamed from translations/source/mr/avmedia/source/viewer.po)0
-rw-r--r--source/mr/basctl/source/basicide.po (renamed from translations/source/mr/basctl/source/basicide.po)0
-rw-r--r--source/mr/basctl/source/dlged.po (renamed from translations/source/mr/basctl/source/dlged.po)0
-rw-r--r--source/mr/basic/source/classes.po (renamed from translations/source/mr/basic/source/classes.po)0
-rw-r--r--source/mr/basic/source/sbx.po (renamed from translations/source/mr/basic/source/sbx.po)0
-rw-r--r--source/mr/chart2/source/controller/dialogs.po (renamed from translations/source/mr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/mr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/mr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/mr/connectivity/source/resource.po (renamed from translations/source/mr/connectivity/source/resource.po)0
-rw-r--r--source/mr/cui/source/customize.po (renamed from translations/source/mr/cui/source/customize.po)0
-rw-r--r--source/mr/cui/source/dialogs.po (renamed from translations/source/mr/cui/source/dialogs.po)0
-rw-r--r--source/mr/cui/source/options.po (renamed from translations/source/mr/cui/source/options.po)0
-rw-r--r--source/mr/cui/source/tabpages.po (renamed from translations/source/mr/cui/source/tabpages.po)0
-rw-r--r--source/mr/dbaccess/source/core/resource.po (renamed from translations/source/mr/dbaccess/source/core/resource.po)0
-rw-r--r--source/mr/dbaccess/source/ext/macromigration.po (renamed from translations/source/mr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/mr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/mr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/mr/dbaccess/source/ui/app.po (renamed from translations/source/mr/dbaccess/source/ui/app.po)0
-rw-r--r--source/mr/dbaccess/source/ui/browser.po (renamed from translations/source/mr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/mr/dbaccess/source/ui/control.po (renamed from translations/source/mr/dbaccess/source/ui/control.po)0
-rw-r--r--source/mr/dbaccess/source/ui/dlg.po (renamed from translations/source/mr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/mr/dbaccess/source/ui/inc.po (renamed from translations/source/mr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/mr/dbaccess/source/ui/misc.po (renamed from translations/source/mr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/mr/dbaccess/source/ui/querydesign.po (renamed from translations/source/mr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/mr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/mr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/mr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/mr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/mr/dbaccess/source/ui/uno.po (renamed from translations/source/mr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/mr/desktop/source/app.po (renamed from translations/source/mr/desktop/source/app.po)0
-rw-r--r--source/mr/desktop/source/deployment/gui.po (renamed from translations/source/mr/desktop/source/deployment/gui.po)0
-rw-r--r--source/mr/desktop/source/deployment/manager.po (renamed from translations/source/mr/desktop/source/deployment/manager.po)0
-rw-r--r--source/mr/desktop/source/deployment/misc.po (renamed from translations/source/mr/desktop/source/deployment/misc.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry.po (renamed from translations/source/mr/desktop/source/deployment/registry.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/component.po (renamed from translations/source/mr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/mr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/help.po (renamed from translations/source/mr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/package.po (renamed from translations/source/mr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/script.po (renamed from translations/source/mr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/mr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/mr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/mr/desktop/source/deployment/unopkg.po (renamed from translations/source/mr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/mr/dictionaries/af_ZA.po (renamed from translations/source/mr/dictionaries/af_ZA.po)0
-rw-r--r--source/mr/dictionaries/an_ES.po (renamed from translations/source/mr/dictionaries/an_ES.po)0
-rw-r--r--source/mr/dictionaries/ar.po (renamed from translations/source/mr/dictionaries/ar.po)0
-rw-r--r--source/mr/dictionaries/be_BY.po (renamed from translations/source/mr/dictionaries/be_BY.po)0
-rw-r--r--source/mr/dictionaries/bg_BG.po (renamed from translations/source/mr/dictionaries/bg_BG.po)0
-rw-r--r--source/mr/dictionaries/bn_BD.po (renamed from translations/source/mr/dictionaries/bn_BD.po)0
-rw-r--r--source/mr/dictionaries/br_FR.po (renamed from translations/source/mr/dictionaries/br_FR.po)0
-rw-r--r--source/mr/dictionaries/ca.po (renamed from translations/source/mr/dictionaries/ca.po)0
-rw-r--r--source/mr/dictionaries/cs_CZ.po (renamed from translations/source/mr/dictionaries/cs_CZ.po)0
-rw-r--r--source/mr/dictionaries/da_DK.po (renamed from translations/source/mr/dictionaries/da_DK.po)0
-rw-r--r--source/mr/dictionaries/de.po (renamed from translations/source/mr/dictionaries/de.po)0
-rw-r--r--source/mr/dictionaries/el_GR.po (renamed from translations/source/mr/dictionaries/el_GR.po)0
-rw-r--r--source/mr/dictionaries/en.po (renamed from translations/source/mr/dictionaries/en.po)0
-rw-r--r--source/mr/dictionaries/en/dialog.po (renamed from translations/source/mr/dictionaries/en/dialog.po)0
-rw-r--r--source/mr/dictionaries/es_ES.po (renamed from translations/source/mr/dictionaries/es_ES.po)0
-rw-r--r--source/mr/dictionaries/et_EE.po (renamed from translations/source/mr/dictionaries/et_EE.po)0
-rw-r--r--source/mr/dictionaries/fr_FR.po (renamed from translations/source/mr/dictionaries/fr_FR.po)0
-rw-r--r--source/mr/dictionaries/gd_GB.po (renamed from translations/source/mr/dictionaries/gd_GB.po)0
-rw-r--r--source/mr/dictionaries/gl.po (renamed from translations/source/mr/dictionaries/gl.po)0
-rw-r--r--source/mr/dictionaries/gu_IN.po (renamed from translations/source/mr/dictionaries/gu_IN.po)0
-rw-r--r--source/mr/dictionaries/he_IL.po (renamed from translations/source/mr/dictionaries/he_IL.po)0
-rw-r--r--source/mr/dictionaries/hi_IN.po (renamed from translations/source/mr/dictionaries/hi_IN.po)0
-rw-r--r--source/mr/dictionaries/hr_HR.po (renamed from translations/source/mr/dictionaries/hr_HR.po)0
-rw-r--r--source/mr/dictionaries/hu_HU.po (renamed from translations/source/mr/dictionaries/hu_HU.po)0
-rw-r--r--source/mr/dictionaries/hu_HU/dialog.po (renamed from translations/source/mr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/mr/dictionaries/it_IT.po (renamed from translations/source/mr/dictionaries/it_IT.po)0
-rw-r--r--source/mr/dictionaries/ku_TR.po (renamed from translations/source/mr/dictionaries/ku_TR.po)0
-rw-r--r--source/mr/dictionaries/lt_LT.po (renamed from translations/source/mr/dictionaries/lt_LT.po)0
-rw-r--r--source/mr/dictionaries/lv_LV.po (renamed from translations/source/mr/dictionaries/lv_LV.po)0
-rw-r--r--source/mr/dictionaries/ne_NP.po (renamed from translations/source/mr/dictionaries/ne_NP.po)0
-rw-r--r--source/mr/dictionaries/nl_NL.po (renamed from translations/source/mr/dictionaries/nl_NL.po)0
-rw-r--r--source/mr/dictionaries/no.po (renamed from translations/source/mr/dictionaries/no.po)0
-rw-r--r--source/mr/dictionaries/oc_FR.po (renamed from translations/source/mr/dictionaries/oc_FR.po)0
-rw-r--r--source/mr/dictionaries/pl_PL.po (renamed from translations/source/mr/dictionaries/pl_PL.po)0
-rw-r--r--source/mr/dictionaries/pt_BR.po (renamed from translations/source/mr/dictionaries/pt_BR.po)0
-rw-r--r--source/mr/dictionaries/pt_PT.po (renamed from translations/source/mr/dictionaries/pt_PT.po)0
-rw-r--r--source/mr/dictionaries/ro.po (renamed from translations/source/mr/dictionaries/ro.po)0
-rw-r--r--source/mr/dictionaries/ru_RU.po (renamed from translations/source/mr/dictionaries/ru_RU.po)0
-rw-r--r--source/mr/dictionaries/ru_RU/dialog.po (renamed from translations/source/mr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/mr/dictionaries/si_LK.po (renamed from translations/source/mr/dictionaries/si_LK.po)0
-rw-r--r--source/mr/dictionaries/sk_SK.po (renamed from translations/source/mr/dictionaries/sk_SK.po)0
-rw-r--r--source/mr/dictionaries/sl_SI.po (renamed from translations/source/mr/dictionaries/sl_SI.po)0
-rw-r--r--source/mr/dictionaries/sr.po (renamed from translations/source/mr/dictionaries/sr.po)0
-rw-r--r--source/mr/dictionaries/sv_SE.po (renamed from translations/source/mr/dictionaries/sv_SE.po)0
-rw-r--r--source/mr/dictionaries/sw_TZ.po (renamed from translations/source/mr/dictionaries/sw_TZ.po)0
-rw-r--r--source/mr/dictionaries/te_IN.po (renamed from translations/source/mr/dictionaries/te_IN.po)0
-rw-r--r--source/mr/dictionaries/th_TH.po (renamed from translations/source/mr/dictionaries/th_TH.po)0
-rw-r--r--source/mr/dictionaries/uk_UA.po (renamed from translations/source/mr/dictionaries/uk_UA.po)0
-rw-r--r--source/mr/dictionaries/vi.po (renamed from translations/source/mr/dictionaries/vi.po)0
-rw-r--r--source/mr/dictionaries/zu_ZA.po (renamed from translations/source/mr/dictionaries/zu_ZA.po)0
-rw-r--r--source/mr/editeng/source/accessibility.po (renamed from translations/source/mr/editeng/source/accessibility.po)0
-rw-r--r--source/mr/editeng/source/editeng.po (renamed from translations/source/mr/editeng/source/editeng.po)0
-rw-r--r--source/mr/editeng/source/items.po (renamed from translations/source/mr/editeng/source/items.po)0
-rw-r--r--source/mr/editeng/source/misc.po (renamed from translations/source/mr/editeng/source/misc.po)0
-rw-r--r--source/mr/editeng/source/outliner.po (renamed from translations/source/mr/editeng/source/outliner.po)0
-rw-r--r--source/mr/extensions/source/abpilot.po (renamed from translations/source/mr/extensions/source/abpilot.po)0
-rw-r--r--source/mr/extensions/source/bibliography.po (renamed from translations/source/mr/extensions/source/bibliography.po)0
-rw-r--r--source/mr/extensions/source/dbpilots.po (renamed from translations/source/mr/extensions/source/dbpilots.po)0
-rw-r--r--source/mr/extensions/source/propctrlr.po (renamed from translations/source/mr/extensions/source/propctrlr.po)0
-rw-r--r--source/mr/extensions/source/scanner.po (renamed from translations/source/mr/extensions/source/scanner.po)0
-rw-r--r--source/mr/extensions/source/update/check.po (renamed from translations/source/mr/extensions/source/update/check.po)0
-rw-r--r--source/mr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/mr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/mr/filter/source/config/fragments/filters.po (renamed from translations/source/mr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/mr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/mr/filter/source/config/fragments/types.po (renamed from translations/source/mr/filter/source/config/fragments/types.po)0
-rw-r--r--source/mr/filter/source/flash.po (renamed from translations/source/mr/filter/source/flash.po)0
-rw-r--r--source/mr/filter/source/graphicfilter/eps.po (renamed from translations/source/mr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/mr/filter/source/pdf.po (renamed from translations/source/mr/filter/source/pdf.po)0
-rw-r--r--source/mr/filter/source/t602.po (renamed from translations/source/mr/filter/source/t602.po)0
-rw-r--r--source/mr/filter/source/xsltdialog.po (renamed from translations/source/mr/filter/source/xsltdialog.po)0
-rw-r--r--source/mr/forms/source/resource.po (renamed from translations/source/mr/forms/source/resource.po)0
-rw-r--r--source/mr/formula/source/core/resource.po (renamed from translations/source/mr/formula/source/core/resource.po)0
-rw-r--r--source/mr/formula/source/ui/dlg.po (renamed from translations/source/mr/formula/source/ui/dlg.po)0
-rw-r--r--source/mr/fpicker/source/office.po (renamed from translations/source/mr/fpicker/source/office.po)0
-rw-r--r--source/mr/framework/source/classes.po (renamed from translations/source/mr/framework/source/classes.po)0
-rw-r--r--source/mr/framework/source/services.po (renamed from translations/source/mr/framework/source/services.po)0
-rw-r--r--source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/mr/mysqlc/source.po (renamed from translations/source/mr/mysqlc/source.po)0
-rw-r--r--source/mr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/mr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/mr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/mr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/mr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/mr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/mr/nlpsolver/src/locale.po (renamed from translations/source/mr/nlpsolver/src/locale.po)0
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/mr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mr/padmin/source.po (renamed from translations/source/mr/padmin/source.po)0
-rw-r--r--source/mr/readlicense_oo/docs/readme.po (renamed from translations/source/mr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/mr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/mr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/mr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/mr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/mr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/mr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/mr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/mr/reportbuilder/util.po (renamed from translations/source/mr/reportbuilder/util.po)0
-rw-r--r--source/mr/reportdesign/source/core/resource.po (renamed from translations/source/mr/reportdesign/source/core/resource.po)0
-rw-r--r--source/mr/reportdesign/source/ui/dlg.po (renamed from translations/source/mr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/mr/reportdesign/source/ui/inspection.po (renamed from translations/source/mr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/mr/reportdesign/source/ui/report.po (renamed from translations/source/mr/reportdesign/source/ui/report.po)0
-rw-r--r--source/mr/sc/source/core/src.po (renamed from translations/source/mr/sc/source/core/src.po)0
-rw-r--r--source/mr/sc/source/ui/cctrl.po (renamed from translations/source/mr/sc/source/ui/cctrl.po)0
-rw-r--r--source/mr/sc/source/ui/dbgui.po (renamed from translations/source/mr/sc/source/ui/dbgui.po)0
-rw-r--r--source/mr/sc/source/ui/docshell.po (renamed from translations/source/mr/sc/source/ui/docshell.po)0
-rw-r--r--source/mr/sc/source/ui/drawfunc.po (renamed from translations/source/mr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/mr/sc/source/ui/formdlg.po (renamed from translations/source/mr/sc/source/ui/formdlg.po)0
-rw-r--r--source/mr/sc/source/ui/miscdlgs.po (renamed from translations/source/mr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/mr/sc/source/ui/navipi.po (renamed from translations/source/mr/sc/source/ui/navipi.po)0
-rw-r--r--source/mr/sc/source/ui/optdlg.po (renamed from translations/source/mr/sc/source/ui/optdlg.po)0
-rw-r--r--source/mr/sc/source/ui/pagedlg.po (renamed from translations/source/mr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/mr/sc/source/ui/src.po (renamed from translations/source/mr/sc/source/ui/src.po)0
-rw-r--r--source/mr/sc/source/ui/styleui.po (renamed from translations/source/mr/sc/source/ui/styleui.po)0
-rw-r--r--source/mr/scaddins/source/analysis.po (renamed from translations/source/mr/scaddins/source/analysis.po)0
-rw-r--r--source/mr/scaddins/source/datefunc.po (renamed from translations/source/mr/scaddins/source/datefunc.po)0
-rw-r--r--source/mr/sccomp/source/solver.po (renamed from translations/source/mr/sccomp/source/solver.po)0
-rw-r--r--source/mr/scp2/source/accessories.po (renamed from translations/source/mr/scp2/source/accessories.po)0
-rw-r--r--source/mr/scp2/source/activex.po (renamed from translations/source/mr/scp2/source/activex.po)0
-rw-r--r--source/mr/scp2/source/base.po (renamed from translations/source/mr/scp2/source/base.po)0
-rw-r--r--source/mr/scp2/source/binfilter.po (renamed from translations/source/mr/scp2/source/binfilter.po)0
-rw-r--r--source/mr/scp2/source/calc.po (renamed from translations/source/mr/scp2/source/calc.po)0
-rw-r--r--source/mr/scp2/source/draw.po (renamed from translations/source/mr/scp2/source/draw.po)0
-rw-r--r--source/mr/scp2/source/extensions.po (renamed from translations/source/mr/scp2/source/extensions.po)0
-rw-r--r--source/mr/scp2/source/gnome.po (renamed from translations/source/mr/scp2/source/gnome.po)0
-rw-r--r--source/mr/scp2/source/graphicfilter.po (renamed from translations/source/mr/scp2/source/graphicfilter.po)0
-rw-r--r--source/mr/scp2/source/impress.po (renamed from translations/source/mr/scp2/source/impress.po)0
-rw-r--r--source/mr/scp2/source/javafilter.po (renamed from translations/source/mr/scp2/source/javafilter.po)0
-rw-r--r--source/mr/scp2/source/kde.po (renamed from translations/source/mr/scp2/source/kde.po)0
-rw-r--r--source/mr/scp2/source/math.po (renamed from translations/source/mr/scp2/source/math.po)0
-rw-r--r--source/mr/scp2/source/onlineupdate.po (renamed from translations/source/mr/scp2/source/onlineupdate.po)0
-rw-r--r--source/mr/scp2/source/ooo.po (renamed from translations/source/mr/scp2/source/ooo.po)0
-rw-r--r--source/mr/scp2/source/python.po (renamed from translations/source/mr/scp2/source/python.po)0
-rw-r--r--source/mr/scp2/source/quickstart.po (renamed from translations/source/mr/scp2/source/quickstart.po)0
-rw-r--r--source/mr/scp2/source/sdkoo.po (renamed from translations/source/mr/scp2/source/sdkoo.po)0
-rw-r--r--source/mr/scp2/source/smoketest.po (renamed from translations/source/mr/scp2/source/smoketest.po)0
-rw-r--r--source/mr/scp2/source/stdlibs.po (renamed from translations/source/mr/scp2/source/stdlibs.po)0
-rw-r--r--source/mr/scp2/source/tde.po (renamed from translations/source/mr/scp2/source/tde.po)0
-rw-r--r--source/mr/scp2/source/winexplorerext.po (renamed from translations/source/mr/scp2/source/winexplorerext.po)0
-rw-r--r--source/mr/scp2/source/writer.po (renamed from translations/source/mr/scp2/source/writer.po)0
-rw-r--r--source/mr/scp2/source/xsltfilter.po (renamed from translations/source/mr/scp2/source/xsltfilter.po)0
-rw-r--r--source/mr/scripting/source/pyprov.po (renamed from translations/source/mr/scripting/source/pyprov.po)0
-rw-r--r--source/mr/sd/source/core.po (renamed from translations/source/mr/sd/source/core.po)0
-rw-r--r--source/mr/sd/source/filter/html.po (renamed from translations/source/mr/sd/source/filter/html.po)0
-rw-r--r--source/mr/sd/source/ui/accessibility.po (renamed from translations/source/mr/sd/source/ui/accessibility.po)0
-rw-r--r--source/mr/sd/source/ui/animations.po (renamed from translations/source/mr/sd/source/ui/animations.po)0
-rw-r--r--source/mr/sd/source/ui/annotations.po (renamed from translations/source/mr/sd/source/ui/annotations.po)0
-rw-r--r--source/mr/sd/source/ui/app.po (renamed from translations/source/mr/sd/source/ui/app.po)0
-rw-r--r--source/mr/sd/source/ui/dlg.po (renamed from translations/source/mr/sd/source/ui/dlg.po)0
-rw-r--r--source/mr/sd/source/ui/slideshow.po (renamed from translations/source/mr/sd/source/ui/slideshow.po)0
-rw-r--r--source/mr/sd/source/ui/table.po (renamed from translations/source/mr/sd/source/ui/table.po)0
-rw-r--r--source/mr/sd/source/ui/view.po (renamed from translations/source/mr/sd/source/ui/view.po)0
-rw-r--r--source/mr/sdext/source/minimizer.po (renamed from translations/source/mr/sdext/source/minimizer.po)0
-rw-r--r--source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mr/sdext/source/pdfimport.po (renamed from translations/source/mr/sdext/source/pdfimport.po)0
-rw-r--r--source/mr/sdext/source/presenter.po (renamed from translations/source/mr/sdext/source/presenter.po)0
-rw-r--r--source/mr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/mr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/mr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/mr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/mr/setup_native/source/mac.po (renamed from translations/source/mr/setup_native/source/mac.po)0
-rw-r--r--source/mr/sfx2/source/appl.po (renamed from translations/source/mr/sfx2/source/appl.po)0
-rw-r--r--source/mr/sfx2/source/bastyp.po (renamed from translations/source/mr/sfx2/source/bastyp.po)0
-rw-r--r--source/mr/sfx2/source/dialog.po (renamed from translations/source/mr/sfx2/source/dialog.po)0
-rw-r--r--source/mr/sfx2/source/doc.po (renamed from translations/source/mr/sfx2/source/doc.po)0
-rw-r--r--source/mr/sfx2/source/menu.po (renamed from translations/source/mr/sfx2/source/menu.po)0
-rw-r--r--source/mr/sfx2/source/view.po (renamed from translations/source/mr/sfx2/source/view.po)0
-rw-r--r--source/mr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/mr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/mr/starmath/source.po (renamed from translations/source/mr/starmath/source.po)0
-rw-r--r--source/mr/svl/source/items.po (renamed from translations/source/mr/svl/source/items.po)0
-rw-r--r--source/mr/svl/source/misc.po (renamed from translations/source/mr/svl/source/misc.po)0
-rw-r--r--source/mr/svtools/source/contnr.po (renamed from translations/source/mr/svtools/source/contnr.po)0
-rw-r--r--source/mr/svtools/source/control.po (renamed from translations/source/mr/svtools/source/control.po)0
-rw-r--r--source/mr/svtools/source/dialogs.po (renamed from translations/source/mr/svtools/source/dialogs.po)0
-rw-r--r--source/mr/svtools/source/filter.po (renamed from translations/source/mr/svtools/source/filter.po)0
-rw-r--r--source/mr/svtools/source/java.po (renamed from translations/source/mr/svtools/source/java.po)0
-rw-r--r--source/mr/svtools/source/misc.po (renamed from translations/source/mr/svtools/source/misc.po)0
-rw-r--r--source/mr/svtools/source/toolpanel.po (renamed from translations/source/mr/svtools/source/toolpanel.po)0
-rw-r--r--source/mr/svtools/workben/unodialog.po (renamed from translations/source/mr/svtools/workben/unodialog.po)0
-rw-r--r--source/mr/svx/inc.po (renamed from translations/source/mr/svx/inc.po)0
-rw-r--r--source/mr/svx/source/accessibility.po (renamed from translations/source/mr/svx/source/accessibility.po)0
-rw-r--r--source/mr/svx/source/dialog.po (renamed from translations/source/mr/svx/source/dialog.po)0
-rw-r--r--source/mr/svx/source/engine3d.po (renamed from translations/source/mr/svx/source/engine3d.po)0
-rw-r--r--source/mr/svx/source/fmcomp.po (renamed from translations/source/mr/svx/source/fmcomp.po)0
-rw-r--r--source/mr/svx/source/form.po (renamed from translations/source/mr/svx/source/form.po)0
-rw-r--r--source/mr/svx/source/gallery2.po (renamed from translations/source/mr/svx/source/gallery2.po)0
-rw-r--r--source/mr/svx/source/items.po (renamed from translations/source/mr/svx/source/items.po)0
-rw-r--r--source/mr/svx/source/src.po (renamed from translations/source/mr/svx/source/src.po)0
-rw-r--r--source/mr/svx/source/stbctrls.po (renamed from translations/source/mr/svx/source/stbctrls.po)0
-rw-r--r--source/mr/svx/source/svdraw.po (renamed from translations/source/mr/svx/source/svdraw.po)0
-rw-r--r--source/mr/svx/source/table.po (renamed from translations/source/mr/svx/source/table.po)0
-rw-r--r--source/mr/svx/source/tbxctrls.po (renamed from translations/source/mr/svx/source/tbxctrls.po)0
-rw-r--r--source/mr/svx/source/toolbars.po (renamed from translations/source/mr/svx/source/toolbars.po)0
-rw-r--r--source/mr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/mr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/mr/sw/source/core/layout.po (renamed from translations/source/mr/sw/source/core/layout.po)0
-rw-r--r--source/mr/sw/source/core/undo.po (renamed from translations/source/mr/sw/source/core/undo.po)0
-rw-r--r--source/mr/sw/source/core/unocore.po (renamed from translations/source/mr/sw/source/core/unocore.po)0
-rw-r--r--source/mr/sw/source/ui/app.po (renamed from translations/source/mr/sw/source/ui/app.po)0
-rw-r--r--source/mr/sw/source/ui/chrdlg.po (renamed from translations/source/mr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/mr/sw/source/ui/config.po (renamed from translations/source/mr/sw/source/ui/config.po)0
-rw-r--r--source/mr/sw/source/ui/dbui.po (renamed from translations/source/mr/sw/source/ui/dbui.po)0
-rw-r--r--source/mr/sw/source/ui/dialog.po (renamed from translations/source/mr/sw/source/ui/dialog.po)0
-rw-r--r--source/mr/sw/source/ui/dochdl.po (renamed from translations/source/mr/sw/source/ui/dochdl.po)0
-rw-r--r--source/mr/sw/source/ui/docvw.po (renamed from translations/source/mr/sw/source/ui/docvw.po)0
-rw-r--r--source/mr/sw/source/ui/envelp.po (renamed from translations/source/mr/sw/source/ui/envelp.po)0
-rw-r--r--source/mr/sw/source/ui/fldui.po (renamed from translations/source/mr/sw/source/ui/fldui.po)0
-rw-r--r--source/mr/sw/source/ui/fmtui.po (renamed from translations/source/mr/sw/source/ui/fmtui.po)0
-rw-r--r--source/mr/sw/source/ui/frmdlg.po (renamed from translations/source/mr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/mr/sw/source/ui/globdoc.po (renamed from translations/source/mr/sw/source/ui/globdoc.po)0
-rw-r--r--source/mr/sw/source/ui/index.po (renamed from translations/source/mr/sw/source/ui/index.po)0
-rw-r--r--source/mr/sw/source/ui/lingu.po (renamed from translations/source/mr/sw/source/ui/lingu.po)0
-rw-r--r--source/mr/sw/source/ui/misc.po (renamed from translations/source/mr/sw/source/ui/misc.po)0
-rw-r--r--source/mr/sw/source/ui/ribbar.po (renamed from translations/source/mr/sw/source/ui/ribbar.po)0
-rw-r--r--source/mr/sw/source/ui/shells.po (renamed from translations/source/mr/sw/source/ui/shells.po)0
-rw-r--r--source/mr/sw/source/ui/smartmenu.po (renamed from translations/source/mr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/mr/sw/source/ui/table.po (renamed from translations/source/mr/sw/source/ui/table.po)0
-rw-r--r--source/mr/sw/source/ui/uiview.po (renamed from translations/source/mr/sw/source/ui/uiview.po)0
-rw-r--r--source/mr/sw/source/ui/utlui.po (renamed from translations/source/mr/sw/source/ui/utlui.po)0
-rw-r--r--source/mr/sw/source/ui/web.po (renamed from translations/source/mr/sw/source/ui/web.po)0
-rw-r--r--source/mr/sw/source/ui/wrtsh.po (renamed from translations/source/mr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/mr/swext/mediawiki/help.po (renamed from translations/source/mr/swext/mediawiki/help.po)0
-rw-r--r--source/mr/swext/mediawiki/src.po (renamed from translations/source/mr/swext/mediawiki/src.po)0
-rw-r--r--source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/mr/sysui/desktop/share.po (renamed from translations/source/mr/sysui/desktop/share.po)0
-rw-r--r--source/mr/uui/source.po (renamed from translations/source/mr/uui/source.po)0
-rw-r--r--source/mr/vcl/source/src.po (renamed from translations/source/mr/vcl/source/src.po)0
-rw-r--r--source/mr/wizards/source/euro.po (renamed from translations/source/mr/wizards/source/euro.po)0
-rw-r--r--source/mr/wizards/source/formwizard.po (renamed from translations/source/mr/wizards/source/formwizard.po)0
-rw-r--r--source/mr/wizards/source/importwizard.po (renamed from translations/source/mr/wizards/source/importwizard.po)0
-rw-r--r--source/mr/wizards/source/schedule.po (renamed from translations/source/mr/wizards/source/schedule.po)0
-rw-r--r--source/mr/wizards/source/template.po (renamed from translations/source/mr/wizards/source/template.po)0
-rw-r--r--source/mr/xmlsecurity/source/component.po (renamed from translations/source/mr/xmlsecurity/source/component.po)0
-rw-r--r--source/mr/xmlsecurity/source/dialogs.po (renamed from translations/source/mr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/my/accessibility/source/helper.po (renamed from translations/source/my/accessibility/source/helper.po)0
-rw-r--r--source/my/avmedia/source/framework.po (renamed from translations/source/my/avmedia/source/framework.po)0
-rw-r--r--source/my/avmedia/source/viewer.po (renamed from translations/source/my/avmedia/source/viewer.po)0
-rw-r--r--source/my/basctl/source/basicide.po (renamed from translations/source/my/basctl/source/basicide.po)0
-rw-r--r--source/my/basctl/source/dlged.po (renamed from translations/source/my/basctl/source/dlged.po)0
-rw-r--r--source/my/basic/source/classes.po (renamed from translations/source/my/basic/source/classes.po)0
-rw-r--r--source/my/basic/source/sbx.po (renamed from translations/source/my/basic/source/sbx.po)0
-rw-r--r--source/my/chart2/source/controller/dialogs.po (renamed from translations/source/my/chart2/source/controller/dialogs.po)0
-rw-r--r--source/my/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/my/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/my/connectivity/source/resource.po (renamed from translations/source/my/connectivity/source/resource.po)0
-rw-r--r--source/my/cui/source/customize.po (renamed from translations/source/my/cui/source/customize.po)0
-rw-r--r--source/my/cui/source/dialogs.po (renamed from translations/source/my/cui/source/dialogs.po)0
-rw-r--r--source/my/cui/source/options.po (renamed from translations/source/my/cui/source/options.po)0
-rw-r--r--source/my/cui/source/tabpages.po (renamed from translations/source/my/cui/source/tabpages.po)0
-rw-r--r--source/my/dbaccess/source/core/resource.po (renamed from translations/source/my/dbaccess/source/core/resource.po)0
-rw-r--r--source/my/dbaccess/source/ext/macromigration.po (renamed from translations/source/my/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/my/dbaccess/source/sdbtools/resource.po (renamed from translations/source/my/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/my/dbaccess/source/ui/app.po (renamed from translations/source/my/dbaccess/source/ui/app.po)0
-rw-r--r--source/my/dbaccess/source/ui/browser.po (renamed from translations/source/my/dbaccess/source/ui/browser.po)0
-rw-r--r--source/my/dbaccess/source/ui/control.po (renamed from translations/source/my/dbaccess/source/ui/control.po)0
-rw-r--r--source/my/dbaccess/source/ui/dlg.po (renamed from translations/source/my/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/my/dbaccess/source/ui/inc.po (renamed from translations/source/my/dbaccess/source/ui/inc.po)0
-rw-r--r--source/my/dbaccess/source/ui/misc.po (renamed from translations/source/my/dbaccess/source/ui/misc.po)0
-rw-r--r--source/my/dbaccess/source/ui/querydesign.po (renamed from translations/source/my/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/my/dbaccess/source/ui/relationdesign.po (renamed from translations/source/my/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/my/dbaccess/source/ui/tabledesign.po (renamed from translations/source/my/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/my/dbaccess/source/ui/uno.po (renamed from translations/source/my/dbaccess/source/ui/uno.po)0
-rw-r--r--source/my/desktop/source/app.po (renamed from translations/source/my/desktop/source/app.po)0
-rw-r--r--source/my/desktop/source/deployment/gui.po (renamed from translations/source/my/desktop/source/deployment/gui.po)0
-rw-r--r--source/my/desktop/source/deployment/manager.po (renamed from translations/source/my/desktop/source/deployment/manager.po)0
-rw-r--r--source/my/desktop/source/deployment/misc.po (renamed from translations/source/my/desktop/source/deployment/misc.po)0
-rw-r--r--source/my/desktop/source/deployment/registry.po (renamed from translations/source/my/desktop/source/deployment/registry.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/component.po (renamed from translations/source/my/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/configuration.po (renamed from translations/source/my/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/help.po (renamed from translations/source/my/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/package.po (renamed from translations/source/my/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/script.po (renamed from translations/source/my/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/my/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/my/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/my/desktop/source/deployment/unopkg.po (renamed from translations/source/my/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/my/dictionaries/af_ZA.po (renamed from translations/source/my/dictionaries/af_ZA.po)0
-rw-r--r--source/my/dictionaries/an_ES.po (renamed from translations/source/my/dictionaries/an_ES.po)0
-rw-r--r--source/my/dictionaries/ar.po (renamed from translations/source/my/dictionaries/ar.po)0
-rw-r--r--source/my/dictionaries/be_BY.po (renamed from translations/source/my/dictionaries/be_BY.po)0
-rw-r--r--source/my/dictionaries/bg_BG.po (renamed from translations/source/my/dictionaries/bg_BG.po)0
-rw-r--r--source/my/dictionaries/bn_BD.po (renamed from translations/source/my/dictionaries/bn_BD.po)0
-rw-r--r--source/my/dictionaries/br_FR.po (renamed from translations/source/my/dictionaries/br_FR.po)0
-rw-r--r--source/my/dictionaries/ca.po (renamed from translations/source/my/dictionaries/ca.po)0
-rw-r--r--source/my/dictionaries/cs_CZ.po (renamed from translations/source/my/dictionaries/cs_CZ.po)0
-rw-r--r--source/my/dictionaries/da_DK.po (renamed from translations/source/my/dictionaries/da_DK.po)0
-rw-r--r--source/my/dictionaries/de.po (renamed from translations/source/my/dictionaries/de.po)0
-rw-r--r--source/my/dictionaries/el_GR.po (renamed from translations/source/my/dictionaries/el_GR.po)0
-rw-r--r--source/my/dictionaries/en.po (renamed from translations/source/my/dictionaries/en.po)0
-rw-r--r--source/my/dictionaries/en/dialog.po (renamed from translations/source/my/dictionaries/en/dialog.po)0
-rw-r--r--source/my/dictionaries/es_ES.po (renamed from translations/source/my/dictionaries/es_ES.po)0
-rw-r--r--source/my/dictionaries/et_EE.po (renamed from translations/source/my/dictionaries/et_EE.po)0
-rw-r--r--source/my/dictionaries/fr_FR.po (renamed from translations/source/my/dictionaries/fr_FR.po)0
-rw-r--r--source/my/dictionaries/gd_GB.po (renamed from translations/source/my/dictionaries/gd_GB.po)0
-rw-r--r--source/my/dictionaries/gl.po (renamed from translations/source/my/dictionaries/gl.po)0
-rw-r--r--source/my/dictionaries/gu_IN.po (renamed from translations/source/my/dictionaries/gu_IN.po)0
-rw-r--r--source/my/dictionaries/he_IL.po (renamed from translations/source/my/dictionaries/he_IL.po)0
-rw-r--r--source/my/dictionaries/hi_IN.po (renamed from translations/source/my/dictionaries/hi_IN.po)0
-rw-r--r--source/my/dictionaries/hr_HR.po (renamed from translations/source/my/dictionaries/hr_HR.po)0
-rw-r--r--source/my/dictionaries/hu_HU.po (renamed from translations/source/my/dictionaries/hu_HU.po)0
-rw-r--r--source/my/dictionaries/hu_HU/dialog.po (renamed from translations/source/my/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/my/dictionaries/it_IT.po (renamed from translations/source/my/dictionaries/it_IT.po)0
-rw-r--r--source/my/dictionaries/ku_TR.po (renamed from translations/source/my/dictionaries/ku_TR.po)0
-rw-r--r--source/my/dictionaries/lt_LT.po (renamed from translations/source/my/dictionaries/lt_LT.po)0
-rw-r--r--source/my/dictionaries/lv_LV.po (renamed from translations/source/my/dictionaries/lv_LV.po)0
-rw-r--r--source/my/dictionaries/ne_NP.po (renamed from translations/source/my/dictionaries/ne_NP.po)0
-rw-r--r--source/my/dictionaries/nl_NL.po (renamed from translations/source/my/dictionaries/nl_NL.po)0
-rw-r--r--source/my/dictionaries/no.po (renamed from translations/source/my/dictionaries/no.po)0
-rw-r--r--source/my/dictionaries/oc_FR.po (renamed from translations/source/my/dictionaries/oc_FR.po)0
-rw-r--r--source/my/dictionaries/pl_PL.po (renamed from translations/source/my/dictionaries/pl_PL.po)0
-rw-r--r--source/my/dictionaries/pt_BR.po (renamed from translations/source/my/dictionaries/pt_BR.po)0
-rw-r--r--source/my/dictionaries/pt_PT.po (renamed from translations/source/my/dictionaries/pt_PT.po)0
-rw-r--r--source/my/dictionaries/ro.po (renamed from translations/source/my/dictionaries/ro.po)0
-rw-r--r--source/my/dictionaries/ru_RU.po (renamed from translations/source/my/dictionaries/ru_RU.po)0
-rw-r--r--source/my/dictionaries/ru_RU/dialog.po (renamed from translations/source/my/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/my/dictionaries/si_LK.po (renamed from translations/source/my/dictionaries/si_LK.po)0
-rw-r--r--source/my/dictionaries/sk_SK.po (renamed from translations/source/my/dictionaries/sk_SK.po)0
-rw-r--r--source/my/dictionaries/sl_SI.po (renamed from translations/source/my/dictionaries/sl_SI.po)0
-rw-r--r--source/my/dictionaries/sr.po (renamed from translations/source/my/dictionaries/sr.po)0
-rw-r--r--source/my/dictionaries/sv_SE.po (renamed from translations/source/my/dictionaries/sv_SE.po)0
-rw-r--r--source/my/dictionaries/sw_TZ.po (renamed from translations/source/my/dictionaries/sw_TZ.po)0
-rw-r--r--source/my/dictionaries/te_IN.po (renamed from translations/source/my/dictionaries/te_IN.po)0
-rw-r--r--source/my/dictionaries/th_TH.po (renamed from translations/source/my/dictionaries/th_TH.po)0
-rw-r--r--source/my/dictionaries/uk_UA.po (renamed from translations/source/my/dictionaries/uk_UA.po)0
-rw-r--r--source/my/dictionaries/vi.po (renamed from translations/source/my/dictionaries/vi.po)0
-rw-r--r--source/my/dictionaries/zu_ZA.po (renamed from translations/source/my/dictionaries/zu_ZA.po)0
-rw-r--r--source/my/editeng/source/accessibility.po (renamed from translations/source/my/editeng/source/accessibility.po)0
-rw-r--r--source/my/editeng/source/editeng.po (renamed from translations/source/my/editeng/source/editeng.po)0
-rw-r--r--source/my/editeng/source/items.po (renamed from translations/source/my/editeng/source/items.po)0
-rw-r--r--source/my/editeng/source/misc.po (renamed from translations/source/my/editeng/source/misc.po)0
-rw-r--r--source/my/editeng/source/outliner.po (renamed from translations/source/my/editeng/source/outliner.po)0
-rw-r--r--source/my/extensions/source/abpilot.po (renamed from translations/source/my/extensions/source/abpilot.po)0
-rw-r--r--source/my/extensions/source/bibliography.po (renamed from translations/source/my/extensions/source/bibliography.po)0
-rw-r--r--source/my/extensions/source/dbpilots.po (renamed from translations/source/my/extensions/source/dbpilots.po)0
-rw-r--r--source/my/extensions/source/propctrlr.po (renamed from translations/source/my/extensions/source/propctrlr.po)0
-rw-r--r--source/my/extensions/source/scanner.po (renamed from translations/source/my/extensions/source/scanner.po)0
-rw-r--r--source/my/extensions/source/update/check.po (renamed from translations/source/my/extensions/source/update/check.po)0
-rw-r--r--source/my/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/my/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/my/filter/source/config/fragments/filters.po (renamed from translations/source/my/filter/source/config/fragments/filters.po)0
-rw-r--r--source/my/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/my/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/my/filter/source/config/fragments/types.po (renamed from translations/source/my/filter/source/config/fragments/types.po)0
-rw-r--r--source/my/filter/source/flash.po (renamed from translations/source/my/filter/source/flash.po)0
-rw-r--r--source/my/filter/source/graphicfilter/eps.po (renamed from translations/source/my/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/my/filter/source/pdf.po (renamed from translations/source/my/filter/source/pdf.po)0
-rw-r--r--source/my/filter/source/t602.po (renamed from translations/source/my/filter/source/t602.po)0
-rw-r--r--source/my/filter/source/xsltdialog.po (renamed from translations/source/my/filter/source/xsltdialog.po)0
-rw-r--r--source/my/forms/source/resource.po (renamed from translations/source/my/forms/source/resource.po)0
-rw-r--r--source/my/formula/source/core/resource.po (renamed from translations/source/my/formula/source/core/resource.po)0
-rw-r--r--source/my/formula/source/ui/dlg.po (renamed from translations/source/my/formula/source/ui/dlg.po)0
-rw-r--r--source/my/fpicker/source/office.po (renamed from translations/source/my/fpicker/source/office.po)0
-rw-r--r--source/my/framework/source/classes.po (renamed from translations/source/my/framework/source/classes.po)0
-rw-r--r--source/my/framework/source/services.po (renamed from translations/source/my/framework/source/services.po)0
-rw-r--r--source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/my/mysqlc/source.po (renamed from translations/source/my/mysqlc/source.po)0
-rw-r--r--source/my/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/my/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/my/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/my/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/my/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/my/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/my/nlpsolver/src/locale.po (renamed from translations/source/my/nlpsolver/src/locale.po)0
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/my/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/my/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/my/padmin/source.po (renamed from translations/source/my/padmin/source.po)0
-rw-r--r--source/my/readlicense_oo/docs/readme.po (renamed from translations/source/my/readlicense_oo/docs/readme.po)0
-rw-r--r--source/my/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/my/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/my/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/my/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/my/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/my/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/my/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/my/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/my/reportbuilder/util.po (renamed from translations/source/my/reportbuilder/util.po)0
-rw-r--r--source/my/reportdesign/source/core/resource.po (renamed from translations/source/my/reportdesign/source/core/resource.po)0
-rw-r--r--source/my/reportdesign/source/ui/dlg.po (renamed from translations/source/my/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/my/reportdesign/source/ui/inspection.po (renamed from translations/source/my/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/my/reportdesign/source/ui/report.po (renamed from translations/source/my/reportdesign/source/ui/report.po)0
-rw-r--r--source/my/sc/source/core/src.po (renamed from translations/source/my/sc/source/core/src.po)0
-rw-r--r--source/my/sc/source/ui/cctrl.po (renamed from translations/source/my/sc/source/ui/cctrl.po)0
-rw-r--r--source/my/sc/source/ui/dbgui.po (renamed from translations/source/my/sc/source/ui/dbgui.po)0
-rw-r--r--source/my/sc/source/ui/docshell.po (renamed from translations/source/my/sc/source/ui/docshell.po)0
-rw-r--r--source/my/sc/source/ui/drawfunc.po (renamed from translations/source/my/sc/source/ui/drawfunc.po)0
-rw-r--r--source/my/sc/source/ui/formdlg.po (renamed from translations/source/my/sc/source/ui/formdlg.po)0
-rw-r--r--source/my/sc/source/ui/miscdlgs.po (renamed from translations/source/my/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/my/sc/source/ui/navipi.po (renamed from translations/source/my/sc/source/ui/navipi.po)0
-rw-r--r--source/my/sc/source/ui/optdlg.po (renamed from translations/source/my/sc/source/ui/optdlg.po)0
-rw-r--r--source/my/sc/source/ui/pagedlg.po (renamed from translations/source/my/sc/source/ui/pagedlg.po)0
-rw-r--r--source/my/sc/source/ui/src.po (renamed from translations/source/my/sc/source/ui/src.po)0
-rw-r--r--source/my/sc/source/ui/styleui.po (renamed from translations/source/my/sc/source/ui/styleui.po)0
-rw-r--r--source/my/scaddins/source/analysis.po (renamed from translations/source/my/scaddins/source/analysis.po)0
-rw-r--r--source/my/scaddins/source/datefunc.po (renamed from translations/source/my/scaddins/source/datefunc.po)0
-rw-r--r--source/my/sccomp/source/solver.po (renamed from translations/source/my/sccomp/source/solver.po)0
-rw-r--r--source/my/scp2/source/accessories.po (renamed from translations/source/my/scp2/source/accessories.po)0
-rw-r--r--source/my/scp2/source/activex.po (renamed from translations/source/my/scp2/source/activex.po)0
-rw-r--r--source/my/scp2/source/base.po (renamed from translations/source/my/scp2/source/base.po)0
-rw-r--r--source/my/scp2/source/binfilter.po (renamed from translations/source/my/scp2/source/binfilter.po)0
-rw-r--r--source/my/scp2/source/calc.po (renamed from translations/source/my/scp2/source/calc.po)0
-rw-r--r--source/my/scp2/source/draw.po (renamed from translations/source/my/scp2/source/draw.po)0
-rw-r--r--source/my/scp2/source/extensions.po (renamed from translations/source/my/scp2/source/extensions.po)0
-rw-r--r--source/my/scp2/source/gnome.po (renamed from translations/source/my/scp2/source/gnome.po)0
-rw-r--r--source/my/scp2/source/graphicfilter.po (renamed from translations/source/my/scp2/source/graphicfilter.po)0
-rw-r--r--source/my/scp2/source/impress.po (renamed from translations/source/my/scp2/source/impress.po)0
-rw-r--r--source/my/scp2/source/javafilter.po (renamed from translations/source/my/scp2/source/javafilter.po)0
-rw-r--r--source/my/scp2/source/kde.po (renamed from translations/source/my/scp2/source/kde.po)0
-rw-r--r--source/my/scp2/source/math.po (renamed from translations/source/my/scp2/source/math.po)0
-rw-r--r--source/my/scp2/source/onlineupdate.po (renamed from translations/source/my/scp2/source/onlineupdate.po)0
-rw-r--r--source/my/scp2/source/ooo.po (renamed from translations/source/my/scp2/source/ooo.po)0
-rw-r--r--source/my/scp2/source/python.po (renamed from translations/source/my/scp2/source/python.po)0
-rw-r--r--source/my/scp2/source/quickstart.po (renamed from translations/source/my/scp2/source/quickstart.po)0
-rw-r--r--source/my/scp2/source/sdkoo.po (renamed from translations/source/my/scp2/source/sdkoo.po)0
-rw-r--r--source/my/scp2/source/smoketest.po (renamed from translations/source/my/scp2/source/smoketest.po)0
-rw-r--r--source/my/scp2/source/stdlibs.po (renamed from translations/source/my/scp2/source/stdlibs.po)0
-rw-r--r--source/my/scp2/source/tde.po (renamed from translations/source/my/scp2/source/tde.po)0
-rw-r--r--source/my/scp2/source/winexplorerext.po (renamed from translations/source/my/scp2/source/winexplorerext.po)0
-rw-r--r--source/my/scp2/source/writer.po (renamed from translations/source/my/scp2/source/writer.po)0
-rw-r--r--source/my/scp2/source/xsltfilter.po (renamed from translations/source/my/scp2/source/xsltfilter.po)0
-rw-r--r--source/my/scripting/source/pyprov.po (renamed from translations/source/my/scripting/source/pyprov.po)0
-rw-r--r--source/my/sd/source/core.po (renamed from translations/source/my/sd/source/core.po)0
-rw-r--r--source/my/sd/source/filter/html.po (renamed from translations/source/my/sd/source/filter/html.po)0
-rw-r--r--source/my/sd/source/ui/accessibility.po (renamed from translations/source/my/sd/source/ui/accessibility.po)0
-rw-r--r--source/my/sd/source/ui/animations.po (renamed from translations/source/my/sd/source/ui/animations.po)0
-rw-r--r--source/my/sd/source/ui/annotations.po (renamed from translations/source/my/sd/source/ui/annotations.po)0
-rw-r--r--source/my/sd/source/ui/app.po (renamed from translations/source/my/sd/source/ui/app.po)0
-rw-r--r--source/my/sd/source/ui/dlg.po (renamed from translations/source/my/sd/source/ui/dlg.po)0
-rw-r--r--source/my/sd/source/ui/slideshow.po (renamed from translations/source/my/sd/source/ui/slideshow.po)0
-rw-r--r--source/my/sd/source/ui/table.po (renamed from translations/source/my/sd/source/ui/table.po)0
-rw-r--r--source/my/sd/source/ui/view.po (renamed from translations/source/my/sd/source/ui/view.po)0
-rw-r--r--source/my/sdext/source/minimizer.po (renamed from translations/source/my/sdext/source/minimizer.po)0
-rw-r--r--source/my/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/my/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/my/sdext/source/pdfimport.po (renamed from translations/source/my/sdext/source/pdfimport.po)0
-rw-r--r--source/my/sdext/source/presenter.po (renamed from translations/source/my/sdext/source/presenter.po)0
-rw-r--r--source/my/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/my/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/my/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/my/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/my/setup_native/source/mac.po (renamed from translations/source/my/setup_native/source/mac.po)0
-rw-r--r--source/my/sfx2/source/appl.po (renamed from translations/source/my/sfx2/source/appl.po)0
-rw-r--r--source/my/sfx2/source/bastyp.po (renamed from translations/source/my/sfx2/source/bastyp.po)0
-rw-r--r--source/my/sfx2/source/dialog.po (renamed from translations/source/my/sfx2/source/dialog.po)0
-rw-r--r--source/my/sfx2/source/doc.po (renamed from translations/source/my/sfx2/source/doc.po)0
-rw-r--r--source/my/sfx2/source/menu.po (renamed from translations/source/my/sfx2/source/menu.po)0
-rw-r--r--source/my/sfx2/source/view.po (renamed from translations/source/my/sfx2/source/view.po)0
-rw-r--r--source/my/shell/source/win32/shlxthandler/res.po (renamed from translations/source/my/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/my/starmath/source.po (renamed from translations/source/my/starmath/source.po)0
-rw-r--r--source/my/svl/source/items.po (renamed from translations/source/my/svl/source/items.po)0
-rw-r--r--source/my/svl/source/misc.po (renamed from translations/source/my/svl/source/misc.po)0
-rw-r--r--source/my/svtools/source/contnr.po (renamed from translations/source/my/svtools/source/contnr.po)0
-rw-r--r--source/my/svtools/source/control.po (renamed from translations/source/my/svtools/source/control.po)0
-rw-r--r--source/my/svtools/source/dialogs.po (renamed from translations/source/my/svtools/source/dialogs.po)0
-rw-r--r--source/my/svtools/source/filter.po (renamed from translations/source/my/svtools/source/filter.po)0
-rw-r--r--source/my/svtools/source/java.po (renamed from translations/source/my/svtools/source/java.po)0
-rw-r--r--source/my/svtools/source/misc.po (renamed from translations/source/my/svtools/source/misc.po)0
-rw-r--r--source/my/svtools/source/toolpanel.po (renamed from translations/source/my/svtools/source/toolpanel.po)0
-rw-r--r--source/my/svtools/workben/unodialog.po (renamed from translations/source/my/svtools/workben/unodialog.po)0
-rw-r--r--source/my/svx/inc.po (renamed from translations/source/my/svx/inc.po)0
-rw-r--r--source/my/svx/source/accessibility.po (renamed from translations/source/my/svx/source/accessibility.po)0
-rw-r--r--source/my/svx/source/dialog.po (renamed from translations/source/my/svx/source/dialog.po)0
-rw-r--r--source/my/svx/source/engine3d.po (renamed from translations/source/my/svx/source/engine3d.po)0
-rw-r--r--source/my/svx/source/fmcomp.po (renamed from translations/source/my/svx/source/fmcomp.po)0
-rw-r--r--source/my/svx/source/form.po (renamed from translations/source/my/svx/source/form.po)0
-rw-r--r--source/my/svx/source/gallery2.po (renamed from translations/source/my/svx/source/gallery2.po)0
-rw-r--r--source/my/svx/source/items.po (renamed from translations/source/my/svx/source/items.po)0
-rw-r--r--source/my/svx/source/src.po (renamed from translations/source/my/svx/source/src.po)0
-rw-r--r--source/my/svx/source/stbctrls.po (renamed from translations/source/my/svx/source/stbctrls.po)0
-rw-r--r--source/my/svx/source/svdraw.po (renamed from translations/source/my/svx/source/svdraw.po)0
-rw-r--r--source/my/svx/source/table.po (renamed from translations/source/my/svx/source/table.po)0
-rw-r--r--source/my/svx/source/tbxctrls.po (renamed from translations/source/my/svx/source/tbxctrls.po)0
-rw-r--r--source/my/svx/source/toolbars.po (renamed from translations/source/my/svx/source/toolbars.po)0
-rw-r--r--source/my/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/my/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/my/sw/source/core/layout.po (renamed from translations/source/my/sw/source/core/layout.po)0
-rw-r--r--source/my/sw/source/core/undo.po (renamed from translations/source/my/sw/source/core/undo.po)0
-rw-r--r--source/my/sw/source/core/unocore.po (renamed from translations/source/my/sw/source/core/unocore.po)0
-rw-r--r--source/my/sw/source/ui/app.po (renamed from translations/source/my/sw/source/ui/app.po)0
-rw-r--r--source/my/sw/source/ui/chrdlg.po (renamed from translations/source/my/sw/source/ui/chrdlg.po)0
-rw-r--r--source/my/sw/source/ui/config.po (renamed from translations/source/my/sw/source/ui/config.po)0
-rw-r--r--source/my/sw/source/ui/dbui.po (renamed from translations/source/my/sw/source/ui/dbui.po)0
-rw-r--r--source/my/sw/source/ui/dialog.po (renamed from translations/source/my/sw/source/ui/dialog.po)0
-rw-r--r--source/my/sw/source/ui/dochdl.po (renamed from translations/source/my/sw/source/ui/dochdl.po)0
-rw-r--r--source/my/sw/source/ui/docvw.po (renamed from translations/source/my/sw/source/ui/docvw.po)0
-rw-r--r--source/my/sw/source/ui/envelp.po (renamed from translations/source/my/sw/source/ui/envelp.po)0
-rw-r--r--source/my/sw/source/ui/fldui.po (renamed from translations/source/my/sw/source/ui/fldui.po)0
-rw-r--r--source/my/sw/source/ui/fmtui.po (renamed from translations/source/my/sw/source/ui/fmtui.po)0
-rw-r--r--source/my/sw/source/ui/frmdlg.po (renamed from translations/source/my/sw/source/ui/frmdlg.po)0
-rw-r--r--source/my/sw/source/ui/globdoc.po (renamed from translations/source/my/sw/source/ui/globdoc.po)0
-rw-r--r--source/my/sw/source/ui/index.po (renamed from translations/source/my/sw/source/ui/index.po)0
-rw-r--r--source/my/sw/source/ui/lingu.po (renamed from translations/source/my/sw/source/ui/lingu.po)0
-rw-r--r--source/my/sw/source/ui/misc.po (renamed from translations/source/my/sw/source/ui/misc.po)0
-rw-r--r--source/my/sw/source/ui/ribbar.po (renamed from translations/source/my/sw/source/ui/ribbar.po)0
-rw-r--r--source/my/sw/source/ui/shells.po (renamed from translations/source/my/sw/source/ui/shells.po)0
-rw-r--r--source/my/sw/source/ui/smartmenu.po (renamed from translations/source/my/sw/source/ui/smartmenu.po)0
-rw-r--r--source/my/sw/source/ui/table.po (renamed from translations/source/my/sw/source/ui/table.po)0
-rw-r--r--source/my/sw/source/ui/uiview.po (renamed from translations/source/my/sw/source/ui/uiview.po)0
-rw-r--r--source/my/sw/source/ui/utlui.po (renamed from translations/source/my/sw/source/ui/utlui.po)0
-rw-r--r--source/my/sw/source/ui/web.po (renamed from translations/source/my/sw/source/ui/web.po)0
-rw-r--r--source/my/sw/source/ui/wrtsh.po (renamed from translations/source/my/sw/source/ui/wrtsh.po)0
-rw-r--r--source/my/swext/mediawiki/help.po (renamed from translations/source/my/swext/mediawiki/help.po)0
-rw-r--r--source/my/swext/mediawiki/src.po (renamed from translations/source/my/swext/mediawiki/src.po)0
-rw-r--r--source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/my/sysui/desktop/share.po (renamed from translations/source/my/sysui/desktop/share.po)0
-rw-r--r--source/my/uui/source.po (renamed from translations/source/my/uui/source.po)0
-rw-r--r--source/my/vcl/source/src.po (renamed from translations/source/my/vcl/source/src.po)0
-rw-r--r--source/my/wizards/source/euro.po (renamed from translations/source/my/wizards/source/euro.po)0
-rw-r--r--source/my/wizards/source/formwizard.po (renamed from translations/source/my/wizards/source/formwizard.po)0
-rw-r--r--source/my/wizards/source/importwizard.po (renamed from translations/source/my/wizards/source/importwizard.po)0
-rw-r--r--source/my/wizards/source/schedule.po (renamed from translations/source/my/wizards/source/schedule.po)0
-rw-r--r--source/my/wizards/source/template.po (renamed from translations/source/my/wizards/source/template.po)0
-rw-r--r--source/my/xmlsecurity/source/component.po (renamed from translations/source/my/xmlsecurity/source/component.po)0
-rw-r--r--source/my/xmlsecurity/source/dialogs.po (renamed from translations/source/my/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/nb/accessibility/source/helper.po (renamed from translations/source/nb/accessibility/source/helper.po)0
-rw-r--r--source/nb/avmedia/source/framework.po (renamed from translations/source/nb/avmedia/source/framework.po)0
-rw-r--r--source/nb/avmedia/source/viewer.po (renamed from translations/source/nb/avmedia/source/viewer.po)0
-rw-r--r--source/nb/basctl/source/basicide.po (renamed from translations/source/nb/basctl/source/basicide.po)0
-rw-r--r--source/nb/basctl/source/dlged.po (renamed from translations/source/nb/basctl/source/dlged.po)0
-rw-r--r--source/nb/basic/source/classes.po (renamed from translations/source/nb/basic/source/classes.po)0
-rw-r--r--source/nb/basic/source/sbx.po (renamed from translations/source/nb/basic/source/sbx.po)0
-rw-r--r--source/nb/chart2/source/controller/dialogs.po (renamed from translations/source/nb/chart2/source/controller/dialogs.po)0
-rw-r--r--source/nb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/nb/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/nb/connectivity/source/resource.po (renamed from translations/source/nb/connectivity/source/resource.po)0
-rw-r--r--source/nb/cui/source/customize.po (renamed from translations/source/nb/cui/source/customize.po)0
-rw-r--r--source/nb/cui/source/dialogs.po (renamed from translations/source/nb/cui/source/dialogs.po)0
-rw-r--r--source/nb/cui/source/options.po (renamed from translations/source/nb/cui/source/options.po)0
-rw-r--r--source/nb/cui/source/tabpages.po (renamed from translations/source/nb/cui/source/tabpages.po)0
-rw-r--r--source/nb/dbaccess/source/core/resource.po (renamed from translations/source/nb/dbaccess/source/core/resource.po)0
-rw-r--r--source/nb/dbaccess/source/ext/macromigration.po (renamed from translations/source/nb/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/nb/dbaccess/source/sdbtools/resource.po (renamed from translations/source/nb/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/nb/dbaccess/source/ui/app.po (renamed from translations/source/nb/dbaccess/source/ui/app.po)0
-rw-r--r--source/nb/dbaccess/source/ui/browser.po (renamed from translations/source/nb/dbaccess/source/ui/browser.po)0
-rw-r--r--source/nb/dbaccess/source/ui/control.po (renamed from translations/source/nb/dbaccess/source/ui/control.po)0
-rw-r--r--source/nb/dbaccess/source/ui/dlg.po (renamed from translations/source/nb/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/nb/dbaccess/source/ui/inc.po (renamed from translations/source/nb/dbaccess/source/ui/inc.po)0
-rw-r--r--source/nb/dbaccess/source/ui/misc.po (renamed from translations/source/nb/dbaccess/source/ui/misc.po)0
-rw-r--r--source/nb/dbaccess/source/ui/querydesign.po (renamed from translations/source/nb/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/nb/dbaccess/source/ui/relationdesign.po (renamed from translations/source/nb/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/nb/dbaccess/source/ui/tabledesign.po (renamed from translations/source/nb/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/nb/dbaccess/source/ui/uno.po (renamed from translations/source/nb/dbaccess/source/ui/uno.po)0
-rw-r--r--source/nb/desktop/source/app.po (renamed from translations/source/nb/desktop/source/app.po)0
-rw-r--r--source/nb/desktop/source/deployment/gui.po (renamed from translations/source/nb/desktop/source/deployment/gui.po)0
-rw-r--r--source/nb/desktop/source/deployment/manager.po (renamed from translations/source/nb/desktop/source/deployment/manager.po)0
-rw-r--r--source/nb/desktop/source/deployment/misc.po (renamed from translations/source/nb/desktop/source/deployment/misc.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry.po (renamed from translations/source/nb/desktop/source/deployment/registry.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/component.po (renamed from translations/source/nb/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/configuration.po (renamed from translations/source/nb/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/help.po (renamed from translations/source/nb/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/package.po (renamed from translations/source/nb/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/script.po (renamed from translations/source/nb/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/nb/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/nb/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/nb/desktop/source/deployment/unopkg.po (renamed from translations/source/nb/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/nb/dictionaries/af_ZA.po (renamed from translations/source/nb/dictionaries/af_ZA.po)0
-rw-r--r--source/nb/dictionaries/an_ES.po (renamed from translations/source/nb/dictionaries/an_ES.po)0
-rw-r--r--source/nb/dictionaries/ar.po (renamed from translations/source/nb/dictionaries/ar.po)0
-rw-r--r--source/nb/dictionaries/be_BY.po (renamed from translations/source/nb/dictionaries/be_BY.po)0
-rw-r--r--source/nb/dictionaries/bg_BG.po (renamed from translations/source/nb/dictionaries/bg_BG.po)0
-rw-r--r--source/nb/dictionaries/bn_BD.po (renamed from translations/source/nb/dictionaries/bn_BD.po)0
-rw-r--r--source/nb/dictionaries/br_FR.po (renamed from translations/source/nb/dictionaries/br_FR.po)0
-rw-r--r--source/nb/dictionaries/ca.po (renamed from translations/source/nb/dictionaries/ca.po)0
-rw-r--r--source/nb/dictionaries/cs_CZ.po (renamed from translations/source/nb/dictionaries/cs_CZ.po)0
-rw-r--r--source/nb/dictionaries/da_DK.po (renamed from translations/source/nb/dictionaries/da_DK.po)0
-rw-r--r--source/nb/dictionaries/de.po (renamed from translations/source/nb/dictionaries/de.po)0
-rw-r--r--source/nb/dictionaries/el_GR.po (renamed from translations/source/nb/dictionaries/el_GR.po)0
-rw-r--r--source/nb/dictionaries/en.po (renamed from translations/source/nb/dictionaries/en.po)0
-rw-r--r--source/nb/dictionaries/en/dialog.po (renamed from translations/source/nb/dictionaries/en/dialog.po)0
-rw-r--r--source/nb/dictionaries/es_ES.po (renamed from translations/source/nb/dictionaries/es_ES.po)0
-rw-r--r--source/nb/dictionaries/et_EE.po (renamed from translations/source/nb/dictionaries/et_EE.po)0
-rw-r--r--source/nb/dictionaries/fr_FR.po (renamed from translations/source/nb/dictionaries/fr_FR.po)0
-rw-r--r--source/nb/dictionaries/gd_GB.po (renamed from translations/source/nb/dictionaries/gd_GB.po)0
-rw-r--r--source/nb/dictionaries/gl.po (renamed from translations/source/nb/dictionaries/gl.po)0
-rw-r--r--source/nb/dictionaries/gu_IN.po (renamed from translations/source/nb/dictionaries/gu_IN.po)0
-rw-r--r--source/nb/dictionaries/he_IL.po (renamed from translations/source/nb/dictionaries/he_IL.po)0
-rw-r--r--source/nb/dictionaries/hi_IN.po (renamed from translations/source/nb/dictionaries/hi_IN.po)0
-rw-r--r--source/nb/dictionaries/hr_HR.po (renamed from translations/source/nb/dictionaries/hr_HR.po)0
-rw-r--r--source/nb/dictionaries/hu_HU.po (renamed from translations/source/nb/dictionaries/hu_HU.po)0
-rw-r--r--source/nb/dictionaries/hu_HU/dialog.po (renamed from translations/source/nb/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/nb/dictionaries/it_IT.po (renamed from translations/source/nb/dictionaries/it_IT.po)0
-rw-r--r--source/nb/dictionaries/ku_TR.po (renamed from translations/source/nb/dictionaries/ku_TR.po)0
-rw-r--r--source/nb/dictionaries/lt_LT.po (renamed from translations/source/nb/dictionaries/lt_LT.po)0
-rw-r--r--source/nb/dictionaries/lv_LV.po (renamed from translations/source/nb/dictionaries/lv_LV.po)0
-rw-r--r--source/nb/dictionaries/ne_NP.po (renamed from translations/source/nb/dictionaries/ne_NP.po)0
-rw-r--r--source/nb/dictionaries/nl_NL.po (renamed from translations/source/nb/dictionaries/nl_NL.po)0
-rw-r--r--source/nb/dictionaries/no.po (renamed from translations/source/nb/dictionaries/no.po)0
-rw-r--r--source/nb/dictionaries/oc_FR.po (renamed from translations/source/nb/dictionaries/oc_FR.po)0
-rw-r--r--source/nb/dictionaries/pl_PL.po (renamed from translations/source/nb/dictionaries/pl_PL.po)0
-rw-r--r--source/nb/dictionaries/pt_BR.po (renamed from translations/source/nb/dictionaries/pt_BR.po)0
-rw-r--r--source/nb/dictionaries/pt_PT.po (renamed from translations/source/nb/dictionaries/pt_PT.po)0
-rw-r--r--source/nb/dictionaries/ro.po (renamed from translations/source/nb/dictionaries/ro.po)0
-rw-r--r--source/nb/dictionaries/ru_RU.po (renamed from translations/source/nb/dictionaries/ru_RU.po)0
-rw-r--r--source/nb/dictionaries/ru_RU/dialog.po (renamed from translations/source/nb/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/nb/dictionaries/si_LK.po (renamed from translations/source/nb/dictionaries/si_LK.po)0
-rw-r--r--source/nb/dictionaries/sk_SK.po (renamed from translations/source/nb/dictionaries/sk_SK.po)0
-rw-r--r--source/nb/dictionaries/sl_SI.po (renamed from translations/source/nb/dictionaries/sl_SI.po)0
-rw-r--r--source/nb/dictionaries/sr.po (renamed from translations/source/nb/dictionaries/sr.po)0
-rw-r--r--source/nb/dictionaries/sv_SE.po (renamed from translations/source/nb/dictionaries/sv_SE.po)0
-rw-r--r--source/nb/dictionaries/sw_TZ.po (renamed from translations/source/nb/dictionaries/sw_TZ.po)0
-rw-r--r--source/nb/dictionaries/te_IN.po (renamed from translations/source/nb/dictionaries/te_IN.po)0
-rw-r--r--source/nb/dictionaries/th_TH.po (renamed from translations/source/nb/dictionaries/th_TH.po)0
-rw-r--r--source/nb/dictionaries/uk_UA.po (renamed from translations/source/nb/dictionaries/uk_UA.po)0
-rw-r--r--source/nb/dictionaries/vi.po (renamed from translations/source/nb/dictionaries/vi.po)0
-rw-r--r--source/nb/dictionaries/zu_ZA.po (renamed from translations/source/nb/dictionaries/zu_ZA.po)0
-rw-r--r--source/nb/editeng/source/accessibility.po (renamed from translations/source/nb/editeng/source/accessibility.po)0
-rw-r--r--source/nb/editeng/source/editeng.po (renamed from translations/source/nb/editeng/source/editeng.po)0
-rw-r--r--source/nb/editeng/source/items.po (renamed from translations/source/nb/editeng/source/items.po)0
-rw-r--r--source/nb/editeng/source/misc.po (renamed from translations/source/nb/editeng/source/misc.po)0
-rw-r--r--source/nb/editeng/source/outliner.po (renamed from translations/source/nb/editeng/source/outliner.po)0
-rw-r--r--source/nb/extensions/source/abpilot.po (renamed from translations/source/nb/extensions/source/abpilot.po)0
-rw-r--r--source/nb/extensions/source/bibliography.po (renamed from translations/source/nb/extensions/source/bibliography.po)0
-rw-r--r--source/nb/extensions/source/dbpilots.po (renamed from translations/source/nb/extensions/source/dbpilots.po)0
-rw-r--r--source/nb/extensions/source/propctrlr.po (renamed from translations/source/nb/extensions/source/propctrlr.po)0
-rw-r--r--source/nb/extensions/source/scanner.po (renamed from translations/source/nb/extensions/source/scanner.po)0
-rw-r--r--source/nb/extensions/source/update/check.po (renamed from translations/source/nb/extensions/source/update/check.po)0
-rw-r--r--source/nb/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/nb/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/nb/filter/source/config/fragments/filters.po (renamed from translations/source/nb/filter/source/config/fragments/filters.po)0
-rw-r--r--source/nb/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/nb/filter/source/config/fragments/types.po (renamed from translations/source/nb/filter/source/config/fragments/types.po)0
-rw-r--r--source/nb/filter/source/flash.po (renamed from translations/source/nb/filter/source/flash.po)0
-rw-r--r--source/nb/filter/source/graphicfilter/eps.po (renamed from translations/source/nb/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/nb/filter/source/pdf.po (renamed from translations/source/nb/filter/source/pdf.po)0
-rw-r--r--source/nb/filter/source/t602.po (renamed from translations/source/nb/filter/source/t602.po)0
-rw-r--r--source/nb/filter/source/xsltdialog.po (renamed from translations/source/nb/filter/source/xsltdialog.po)0
-rw-r--r--source/nb/forms/source/resource.po (renamed from translations/source/nb/forms/source/resource.po)0
-rw-r--r--source/nb/formula/source/core/resource.po (renamed from translations/source/nb/formula/source/core/resource.po)0
-rw-r--r--source/nb/formula/source/ui/dlg.po (renamed from translations/source/nb/formula/source/ui/dlg.po)0
-rw-r--r--source/nb/fpicker/source/office.po (renamed from translations/source/nb/fpicker/source/office.po)0
-rw-r--r--source/nb/framework/source/classes.po (renamed from translations/source/nb/framework/source/classes.po)0
-rw-r--r--source/nb/framework/source/services.po (renamed from translations/source/nb/framework/source/services.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/nb/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/nb/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po (renamed from translations/source/nb/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/02.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/04.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/05.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/nb/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/schart.po (renamed from translations/source/nb/helpcontent2/source/text/schart.po)0
-rw-r--r--source/nb/helpcontent2/source/text/schart/00.po (renamed from translations/source/nb/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/schart/01.po (renamed from translations/source/nb/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/schart/02.po (renamed from translations/source/nb/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/schart/04.po (renamed from translations/source/nb/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sdraw.po (renamed from translations/source/nb/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/nb/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/nb/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/nb/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/nb/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared.po (renamed from translations/source/nb/helpcontent2/source/text/shared.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po (renamed from translations/source/nb/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po (renamed from translations/source/nb/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po (renamed from translations/source/nb/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/04.po (renamed from translations/source/nb/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/05.po (renamed from translations/source/nb/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/07.po (renamed from translations/source/nb/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/nb/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/nb/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/nb/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po (renamed from translations/source/nb/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/nb/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po (renamed from translations/source/nb/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po (renamed from translations/source/nb/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress/01.po (renamed from translations/source/nb/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress/02.po (renamed from translations/source/nb/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress/04.po (renamed from translations/source/nb/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/nb/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath.po (renamed from translations/source/nb/helpcontent2/source/text/smath.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath/00.po (renamed from translations/source/nb/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po (renamed from translations/source/nb/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath/02.po (renamed from translations/source/nb/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath/04.po (renamed from translations/source/nb/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/smath/guide.po (renamed from translations/source/nb/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po (renamed from translations/source/nb/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po (renamed from translations/source/nb/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po (renamed from translations/source/nb/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po (renamed from translations/source/nb/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter/04.po (renamed from translations/source/nb/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/nb/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/nb/mysqlc/source.po (renamed from translations/source/nb/mysqlc/source.po)0
-rw-r--r--source/nb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/nb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/nb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/nb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/nb/nlpsolver/src/locale.po (renamed from translations/source/nb/nlpsolver/src/locale.po)0
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/nb/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nb/padmin/source.po (renamed from translations/source/nb/padmin/source.po)0
-rw-r--r--source/nb/readlicense_oo/docs/readme.po (renamed from translations/source/nb/readlicense_oo/docs/readme.po)0
-rw-r--r--source/nb/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/nb/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/nb/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/nb/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nb/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nb/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nb/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/nb/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/nb/reportbuilder/util.po (renamed from translations/source/nb/reportbuilder/util.po)0
-rw-r--r--source/nb/reportdesign/source/core/resource.po (renamed from translations/source/nb/reportdesign/source/core/resource.po)0
-rw-r--r--source/nb/reportdesign/source/ui/dlg.po (renamed from translations/source/nb/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/nb/reportdesign/source/ui/inspection.po (renamed from translations/source/nb/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/nb/reportdesign/source/ui/report.po (renamed from translations/source/nb/reportdesign/source/ui/report.po)0
-rw-r--r--source/nb/sc/source/core/src.po (renamed from translations/source/nb/sc/source/core/src.po)0
-rw-r--r--source/nb/sc/source/ui/cctrl.po (renamed from translations/source/nb/sc/source/ui/cctrl.po)0
-rw-r--r--source/nb/sc/source/ui/dbgui.po (renamed from translations/source/nb/sc/source/ui/dbgui.po)0
-rw-r--r--source/nb/sc/source/ui/docshell.po (renamed from translations/source/nb/sc/source/ui/docshell.po)0
-rw-r--r--source/nb/sc/source/ui/drawfunc.po (renamed from translations/source/nb/sc/source/ui/drawfunc.po)0
-rw-r--r--source/nb/sc/source/ui/formdlg.po (renamed from translations/source/nb/sc/source/ui/formdlg.po)0
-rw-r--r--source/nb/sc/source/ui/miscdlgs.po (renamed from translations/source/nb/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/nb/sc/source/ui/navipi.po (renamed from translations/source/nb/sc/source/ui/navipi.po)0
-rw-r--r--source/nb/sc/source/ui/optdlg.po (renamed from translations/source/nb/sc/source/ui/optdlg.po)0
-rw-r--r--source/nb/sc/source/ui/pagedlg.po (renamed from translations/source/nb/sc/source/ui/pagedlg.po)0
-rw-r--r--source/nb/sc/source/ui/src.po (renamed from translations/source/nb/sc/source/ui/src.po)0
-rw-r--r--source/nb/sc/source/ui/styleui.po (renamed from translations/source/nb/sc/source/ui/styleui.po)0
-rw-r--r--source/nb/scaddins/source/analysis.po (renamed from translations/source/nb/scaddins/source/analysis.po)0
-rw-r--r--source/nb/scaddins/source/datefunc.po (renamed from translations/source/nb/scaddins/source/datefunc.po)0
-rw-r--r--source/nb/sccomp/source/solver.po (renamed from translations/source/nb/sccomp/source/solver.po)0
-rw-r--r--source/nb/scp2/source/accessories.po (renamed from translations/source/nb/scp2/source/accessories.po)0
-rw-r--r--source/nb/scp2/source/activex.po (renamed from translations/source/nb/scp2/source/activex.po)0
-rw-r--r--source/nb/scp2/source/base.po (renamed from translations/source/nb/scp2/source/base.po)0
-rw-r--r--source/nb/scp2/source/binfilter.po (renamed from translations/source/nb/scp2/source/binfilter.po)0
-rw-r--r--source/nb/scp2/source/calc.po (renamed from translations/source/nb/scp2/source/calc.po)0
-rw-r--r--source/nb/scp2/source/draw.po (renamed from translations/source/nb/scp2/source/draw.po)0
-rw-r--r--source/nb/scp2/source/extensions.po (renamed from translations/source/nb/scp2/source/extensions.po)0
-rw-r--r--source/nb/scp2/source/gnome.po (renamed from translations/source/nb/scp2/source/gnome.po)0
-rw-r--r--source/nb/scp2/source/graphicfilter.po (renamed from translations/source/nb/scp2/source/graphicfilter.po)0
-rw-r--r--source/nb/scp2/source/impress.po (renamed from translations/source/nb/scp2/source/impress.po)0
-rw-r--r--source/nb/scp2/source/javafilter.po (renamed from translations/source/nb/scp2/source/javafilter.po)0
-rw-r--r--source/nb/scp2/source/kde.po (renamed from translations/source/nb/scp2/source/kde.po)0
-rw-r--r--source/nb/scp2/source/math.po (renamed from translations/source/nb/scp2/source/math.po)0
-rw-r--r--source/nb/scp2/source/onlineupdate.po (renamed from translations/source/nb/scp2/source/onlineupdate.po)0
-rw-r--r--source/nb/scp2/source/ooo.po (renamed from translations/source/nb/scp2/source/ooo.po)0
-rw-r--r--source/nb/scp2/source/python.po (renamed from translations/source/nb/scp2/source/python.po)0
-rw-r--r--source/nb/scp2/source/quickstart.po (renamed from translations/source/nb/scp2/source/quickstart.po)0
-rw-r--r--source/nb/scp2/source/sdkoo.po (renamed from translations/source/nb/scp2/source/sdkoo.po)0
-rw-r--r--source/nb/scp2/source/smoketest.po (renamed from translations/source/nb/scp2/source/smoketest.po)0
-rw-r--r--source/nb/scp2/source/stdlibs.po (renamed from translations/source/nb/scp2/source/stdlibs.po)0
-rw-r--r--source/nb/scp2/source/tde.po (renamed from translations/source/nb/scp2/source/tde.po)0
-rw-r--r--source/nb/scp2/source/winexplorerext.po (renamed from translations/source/nb/scp2/source/winexplorerext.po)0
-rw-r--r--source/nb/scp2/source/writer.po (renamed from translations/source/nb/scp2/source/writer.po)0
-rw-r--r--source/nb/scp2/source/xsltfilter.po (renamed from translations/source/nb/scp2/source/xsltfilter.po)0
-rw-r--r--source/nb/scripting/source/pyprov.po (renamed from translations/source/nb/scripting/source/pyprov.po)0
-rw-r--r--source/nb/sd/source/core.po (renamed from translations/source/nb/sd/source/core.po)0
-rw-r--r--source/nb/sd/source/filter/html.po (renamed from translations/source/nb/sd/source/filter/html.po)0
-rw-r--r--source/nb/sd/source/ui/accessibility.po (renamed from translations/source/nb/sd/source/ui/accessibility.po)0
-rw-r--r--source/nb/sd/source/ui/animations.po (renamed from translations/source/nb/sd/source/ui/animations.po)0
-rw-r--r--source/nb/sd/source/ui/annotations.po (renamed from translations/source/nb/sd/source/ui/annotations.po)0
-rw-r--r--source/nb/sd/source/ui/app.po (renamed from translations/source/nb/sd/source/ui/app.po)0
-rw-r--r--source/nb/sd/source/ui/dlg.po (renamed from translations/source/nb/sd/source/ui/dlg.po)0
-rw-r--r--source/nb/sd/source/ui/slideshow.po (renamed from translations/source/nb/sd/source/ui/slideshow.po)0
-rw-r--r--source/nb/sd/source/ui/table.po (renamed from translations/source/nb/sd/source/ui/table.po)0
-rw-r--r--source/nb/sd/source/ui/view.po (renamed from translations/source/nb/sd/source/ui/view.po)0
-rw-r--r--source/nb/sdext/source/minimizer.po (renamed from translations/source/nb/sdext/source/minimizer.po)0
-rw-r--r--source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nb/sdext/source/pdfimport.po (renamed from translations/source/nb/sdext/source/pdfimport.po)0
-rw-r--r--source/nb/sdext/source/presenter.po (renamed from translations/source/nb/sdext/source/presenter.po)0
-rw-r--r--source/nb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/nb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/nb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nb/setup_native/source/mac.po (renamed from translations/source/nb/setup_native/source/mac.po)0
-rw-r--r--source/nb/sfx2/source/appl.po (renamed from translations/source/nb/sfx2/source/appl.po)0
-rw-r--r--source/nb/sfx2/source/bastyp.po (renamed from translations/source/nb/sfx2/source/bastyp.po)0
-rw-r--r--source/nb/sfx2/source/dialog.po (renamed from translations/source/nb/sfx2/source/dialog.po)0
-rw-r--r--source/nb/sfx2/source/doc.po (renamed from translations/source/nb/sfx2/source/doc.po)0
-rw-r--r--source/nb/sfx2/source/menu.po (renamed from translations/source/nb/sfx2/source/menu.po)0
-rw-r--r--source/nb/sfx2/source/view.po (renamed from translations/source/nb/sfx2/source/view.po)0
-rw-r--r--source/nb/shell/source/win32/shlxthandler/res.po (renamed from translations/source/nb/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/nb/starmath/source.po (renamed from translations/source/nb/starmath/source.po)0
-rw-r--r--source/nb/svl/source/items.po (renamed from translations/source/nb/svl/source/items.po)0
-rw-r--r--source/nb/svl/source/misc.po (renamed from translations/source/nb/svl/source/misc.po)0
-rw-r--r--source/nb/svtools/source/contnr.po (renamed from translations/source/nb/svtools/source/contnr.po)0
-rw-r--r--source/nb/svtools/source/control.po (renamed from translations/source/nb/svtools/source/control.po)0
-rw-r--r--source/nb/svtools/source/dialogs.po (renamed from translations/source/nb/svtools/source/dialogs.po)0
-rw-r--r--source/nb/svtools/source/filter.po (renamed from translations/source/nb/svtools/source/filter.po)0
-rw-r--r--source/nb/svtools/source/java.po (renamed from translations/source/nb/svtools/source/java.po)0
-rw-r--r--source/nb/svtools/source/misc.po (renamed from translations/source/nb/svtools/source/misc.po)0
-rw-r--r--source/nb/svtools/source/toolpanel.po (renamed from translations/source/nb/svtools/source/toolpanel.po)0
-rw-r--r--source/nb/svtools/workben/unodialog.po (renamed from translations/source/nb/svtools/workben/unodialog.po)0
-rw-r--r--source/nb/svx/inc.po (renamed from translations/source/nb/svx/inc.po)0
-rw-r--r--source/nb/svx/source/accessibility.po (renamed from translations/source/nb/svx/source/accessibility.po)0
-rw-r--r--source/nb/svx/source/dialog.po (renamed from translations/source/nb/svx/source/dialog.po)0
-rw-r--r--source/nb/svx/source/engine3d.po (renamed from translations/source/nb/svx/source/engine3d.po)0
-rw-r--r--source/nb/svx/source/fmcomp.po (renamed from translations/source/nb/svx/source/fmcomp.po)0
-rw-r--r--source/nb/svx/source/form.po (renamed from translations/source/nb/svx/source/form.po)0
-rw-r--r--source/nb/svx/source/gallery2.po (renamed from translations/source/nb/svx/source/gallery2.po)0
-rw-r--r--source/nb/svx/source/items.po (renamed from translations/source/nb/svx/source/items.po)0
-rw-r--r--source/nb/svx/source/src.po (renamed from translations/source/nb/svx/source/src.po)0
-rw-r--r--source/nb/svx/source/stbctrls.po (renamed from translations/source/nb/svx/source/stbctrls.po)0
-rw-r--r--source/nb/svx/source/svdraw.po (renamed from translations/source/nb/svx/source/svdraw.po)0
-rw-r--r--source/nb/svx/source/table.po (renamed from translations/source/nb/svx/source/table.po)0
-rw-r--r--source/nb/svx/source/tbxctrls.po (renamed from translations/source/nb/svx/source/tbxctrls.po)0
-rw-r--r--source/nb/svx/source/toolbars.po (renamed from translations/source/nb/svx/source/toolbars.po)0
-rw-r--r--source/nb/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/nb/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/nb/sw/source/core/layout.po (renamed from translations/source/nb/sw/source/core/layout.po)0
-rw-r--r--source/nb/sw/source/core/undo.po (renamed from translations/source/nb/sw/source/core/undo.po)0
-rw-r--r--source/nb/sw/source/core/unocore.po (renamed from translations/source/nb/sw/source/core/unocore.po)0
-rw-r--r--source/nb/sw/source/ui/app.po (renamed from translations/source/nb/sw/source/ui/app.po)0
-rw-r--r--source/nb/sw/source/ui/chrdlg.po (renamed from translations/source/nb/sw/source/ui/chrdlg.po)0
-rw-r--r--source/nb/sw/source/ui/config.po (renamed from translations/source/nb/sw/source/ui/config.po)0
-rw-r--r--source/nb/sw/source/ui/dbui.po (renamed from translations/source/nb/sw/source/ui/dbui.po)0
-rw-r--r--source/nb/sw/source/ui/dialog.po (renamed from translations/source/nb/sw/source/ui/dialog.po)0
-rw-r--r--source/nb/sw/source/ui/dochdl.po (renamed from translations/source/nb/sw/source/ui/dochdl.po)0
-rw-r--r--source/nb/sw/source/ui/docvw.po (renamed from translations/source/nb/sw/source/ui/docvw.po)0
-rw-r--r--source/nb/sw/source/ui/envelp.po (renamed from translations/source/nb/sw/source/ui/envelp.po)0
-rw-r--r--source/nb/sw/source/ui/fldui.po (renamed from translations/source/nb/sw/source/ui/fldui.po)0
-rw-r--r--source/nb/sw/source/ui/fmtui.po (renamed from translations/source/nb/sw/source/ui/fmtui.po)0
-rw-r--r--source/nb/sw/source/ui/frmdlg.po (renamed from translations/source/nb/sw/source/ui/frmdlg.po)0
-rw-r--r--source/nb/sw/source/ui/globdoc.po (renamed from translations/source/nb/sw/source/ui/globdoc.po)0
-rw-r--r--source/nb/sw/source/ui/index.po (renamed from translations/source/nb/sw/source/ui/index.po)0
-rw-r--r--source/nb/sw/source/ui/lingu.po (renamed from translations/source/nb/sw/source/ui/lingu.po)0
-rw-r--r--source/nb/sw/source/ui/misc.po (renamed from translations/source/nb/sw/source/ui/misc.po)0
-rw-r--r--source/nb/sw/source/ui/ribbar.po (renamed from translations/source/nb/sw/source/ui/ribbar.po)0
-rw-r--r--source/nb/sw/source/ui/shells.po (renamed from translations/source/nb/sw/source/ui/shells.po)0
-rw-r--r--source/nb/sw/source/ui/smartmenu.po (renamed from translations/source/nb/sw/source/ui/smartmenu.po)0
-rw-r--r--source/nb/sw/source/ui/table.po (renamed from translations/source/nb/sw/source/ui/table.po)0
-rw-r--r--source/nb/sw/source/ui/uiview.po (renamed from translations/source/nb/sw/source/ui/uiview.po)0
-rw-r--r--source/nb/sw/source/ui/utlui.po (renamed from translations/source/nb/sw/source/ui/utlui.po)0
-rw-r--r--source/nb/sw/source/ui/web.po (renamed from translations/source/nb/sw/source/ui/web.po)0
-rw-r--r--source/nb/sw/source/ui/wrtsh.po (renamed from translations/source/nb/sw/source/ui/wrtsh.po)0
-rw-r--r--source/nb/swext/mediawiki/help.po (renamed from translations/source/nb/swext/mediawiki/help.po)0
-rw-r--r--source/nb/swext/mediawiki/src.po (renamed from translations/source/nb/swext/mediawiki/src.po)0
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/nb/sysui/desktop/share.po (renamed from translations/source/nb/sysui/desktop/share.po)0
-rw-r--r--source/nb/uui/source.po (renamed from translations/source/nb/uui/source.po)0
-rw-r--r--source/nb/vcl/source/src.po (renamed from translations/source/nb/vcl/source/src.po)0
-rw-r--r--source/nb/wizards/source/euro.po (renamed from translations/source/nb/wizards/source/euro.po)0
-rw-r--r--source/nb/wizards/source/formwizard.po (renamed from translations/source/nb/wizards/source/formwizard.po)0
-rw-r--r--source/nb/wizards/source/importwizard.po (renamed from translations/source/nb/wizards/source/importwizard.po)0
-rw-r--r--source/nb/wizards/source/schedule.po (renamed from translations/source/nb/wizards/source/schedule.po)0
-rw-r--r--source/nb/wizards/source/template.po (renamed from translations/source/nb/wizards/source/template.po)0
-rw-r--r--source/nb/xmlsecurity/source/component.po (renamed from translations/source/nb/xmlsecurity/source/component.po)0
-rw-r--r--source/nb/xmlsecurity/source/dialogs.po (renamed from translations/source/nb/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ne/accessibility/source/helper.po (renamed from translations/source/ne/accessibility/source/helper.po)0
-rw-r--r--source/ne/avmedia/source/framework.po (renamed from translations/source/ne/avmedia/source/framework.po)0
-rw-r--r--source/ne/avmedia/source/viewer.po (renamed from translations/source/ne/avmedia/source/viewer.po)0
-rw-r--r--source/ne/basctl/source/basicide.po (renamed from translations/source/ne/basctl/source/basicide.po)0
-rw-r--r--source/ne/basctl/source/dlged.po (renamed from translations/source/ne/basctl/source/dlged.po)0
-rw-r--r--source/ne/basic/source/classes.po (renamed from translations/source/ne/basic/source/classes.po)0
-rw-r--r--source/ne/basic/source/sbx.po (renamed from translations/source/ne/basic/source/sbx.po)0
-rw-r--r--source/ne/chart2/source/controller/dialogs.po (renamed from translations/source/ne/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ne/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ne/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ne/connectivity/source/resource.po (renamed from translations/source/ne/connectivity/source/resource.po)0
-rw-r--r--source/ne/cui/source/customize.po (renamed from translations/source/ne/cui/source/customize.po)0
-rw-r--r--source/ne/cui/source/dialogs.po (renamed from translations/source/ne/cui/source/dialogs.po)0
-rw-r--r--source/ne/cui/source/options.po (renamed from translations/source/ne/cui/source/options.po)0
-rw-r--r--source/ne/cui/source/tabpages.po (renamed from translations/source/ne/cui/source/tabpages.po)0
-rw-r--r--source/ne/dbaccess/source/core/resource.po (renamed from translations/source/ne/dbaccess/source/core/resource.po)0
-rw-r--r--source/ne/dbaccess/source/ext/macromigration.po (renamed from translations/source/ne/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ne/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ne/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ne/dbaccess/source/ui/app.po (renamed from translations/source/ne/dbaccess/source/ui/app.po)0
-rw-r--r--source/ne/dbaccess/source/ui/browser.po (renamed from translations/source/ne/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ne/dbaccess/source/ui/control.po (renamed from translations/source/ne/dbaccess/source/ui/control.po)0
-rw-r--r--source/ne/dbaccess/source/ui/dlg.po (renamed from translations/source/ne/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ne/dbaccess/source/ui/inc.po (renamed from translations/source/ne/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ne/dbaccess/source/ui/misc.po (renamed from translations/source/ne/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ne/dbaccess/source/ui/querydesign.po (renamed from translations/source/ne/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ne/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ne/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ne/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ne/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ne/dbaccess/source/ui/uno.po (renamed from translations/source/ne/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ne/desktop/source/app.po (renamed from translations/source/ne/desktop/source/app.po)0
-rw-r--r--source/ne/desktop/source/deployment/gui.po (renamed from translations/source/ne/desktop/source/deployment/gui.po)0
-rw-r--r--source/ne/desktop/source/deployment/manager.po (renamed from translations/source/ne/desktop/source/deployment/manager.po)0
-rw-r--r--source/ne/desktop/source/deployment/misc.po (renamed from translations/source/ne/desktop/source/deployment/misc.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry.po (renamed from translations/source/ne/desktop/source/deployment/registry.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/component.po (renamed from translations/source/ne/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ne/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/help.po (renamed from translations/source/ne/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/package.po (renamed from translations/source/ne/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/script.po (renamed from translations/source/ne/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ne/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ne/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ne/desktop/source/deployment/unopkg.po (renamed from translations/source/ne/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ne/dictionaries/af_ZA.po (renamed from translations/source/ne/dictionaries/af_ZA.po)0
-rw-r--r--source/ne/dictionaries/an_ES.po (renamed from translations/source/ne/dictionaries/an_ES.po)0
-rw-r--r--source/ne/dictionaries/ar.po (renamed from translations/source/ne/dictionaries/ar.po)0
-rw-r--r--source/ne/dictionaries/be_BY.po (renamed from translations/source/ne/dictionaries/be_BY.po)0
-rw-r--r--source/ne/dictionaries/bg_BG.po (renamed from translations/source/ne/dictionaries/bg_BG.po)0
-rw-r--r--source/ne/dictionaries/bn_BD.po (renamed from translations/source/ne/dictionaries/bn_BD.po)0
-rw-r--r--source/ne/dictionaries/br_FR.po (renamed from translations/source/ne/dictionaries/br_FR.po)0
-rw-r--r--source/ne/dictionaries/ca.po (renamed from translations/source/ne/dictionaries/ca.po)0
-rw-r--r--source/ne/dictionaries/cs_CZ.po (renamed from translations/source/ne/dictionaries/cs_CZ.po)0
-rw-r--r--source/ne/dictionaries/da_DK.po (renamed from translations/source/ne/dictionaries/da_DK.po)0
-rw-r--r--source/ne/dictionaries/de.po (renamed from translations/source/ne/dictionaries/de.po)0
-rw-r--r--source/ne/dictionaries/el_GR.po (renamed from translations/source/ne/dictionaries/el_GR.po)0
-rw-r--r--source/ne/dictionaries/en.po (renamed from translations/source/ne/dictionaries/en.po)0
-rw-r--r--source/ne/dictionaries/en/dialog.po (renamed from translations/source/ne/dictionaries/en/dialog.po)0
-rw-r--r--source/ne/dictionaries/es_ES.po (renamed from translations/source/ne/dictionaries/es_ES.po)0
-rw-r--r--source/ne/dictionaries/et_EE.po (renamed from translations/source/ne/dictionaries/et_EE.po)0
-rw-r--r--source/ne/dictionaries/fr_FR.po (renamed from translations/source/ne/dictionaries/fr_FR.po)0
-rw-r--r--source/ne/dictionaries/gd_GB.po (renamed from translations/source/ne/dictionaries/gd_GB.po)0
-rw-r--r--source/ne/dictionaries/gl.po (renamed from translations/source/ne/dictionaries/gl.po)0
-rw-r--r--source/ne/dictionaries/gu_IN.po (renamed from translations/source/ne/dictionaries/gu_IN.po)0
-rw-r--r--source/ne/dictionaries/he_IL.po (renamed from translations/source/ne/dictionaries/he_IL.po)0
-rw-r--r--source/ne/dictionaries/hi_IN.po (renamed from translations/source/ne/dictionaries/hi_IN.po)0
-rw-r--r--source/ne/dictionaries/hr_HR.po (renamed from translations/source/ne/dictionaries/hr_HR.po)0
-rw-r--r--source/ne/dictionaries/hu_HU.po (renamed from translations/source/ne/dictionaries/hu_HU.po)0
-rw-r--r--source/ne/dictionaries/hu_HU/dialog.po (renamed from translations/source/ne/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ne/dictionaries/it_IT.po (renamed from translations/source/ne/dictionaries/it_IT.po)0
-rw-r--r--source/ne/dictionaries/ku_TR.po (renamed from translations/source/ne/dictionaries/ku_TR.po)0
-rw-r--r--source/ne/dictionaries/lt_LT.po (renamed from translations/source/ne/dictionaries/lt_LT.po)0
-rw-r--r--source/ne/dictionaries/lv_LV.po (renamed from translations/source/ne/dictionaries/lv_LV.po)0
-rw-r--r--source/ne/dictionaries/ne_NP.po (renamed from translations/source/ne/dictionaries/ne_NP.po)0
-rw-r--r--source/ne/dictionaries/nl_NL.po (renamed from translations/source/ne/dictionaries/nl_NL.po)0
-rw-r--r--source/ne/dictionaries/no.po (renamed from translations/source/ne/dictionaries/no.po)0
-rw-r--r--source/ne/dictionaries/oc_FR.po (renamed from translations/source/ne/dictionaries/oc_FR.po)0
-rw-r--r--source/ne/dictionaries/pl_PL.po (renamed from translations/source/ne/dictionaries/pl_PL.po)0
-rw-r--r--source/ne/dictionaries/pt_BR.po (renamed from translations/source/ne/dictionaries/pt_BR.po)0
-rw-r--r--source/ne/dictionaries/pt_PT.po (renamed from translations/source/ne/dictionaries/pt_PT.po)0
-rw-r--r--source/ne/dictionaries/ro.po (renamed from translations/source/ne/dictionaries/ro.po)0
-rw-r--r--source/ne/dictionaries/ru_RU.po (renamed from translations/source/ne/dictionaries/ru_RU.po)0
-rw-r--r--source/ne/dictionaries/ru_RU/dialog.po (renamed from translations/source/ne/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ne/dictionaries/si_LK.po (renamed from translations/source/ne/dictionaries/si_LK.po)0
-rw-r--r--source/ne/dictionaries/sk_SK.po (renamed from translations/source/ne/dictionaries/sk_SK.po)0
-rw-r--r--source/ne/dictionaries/sl_SI.po (renamed from translations/source/ne/dictionaries/sl_SI.po)0
-rw-r--r--source/ne/dictionaries/sr.po (renamed from translations/source/ne/dictionaries/sr.po)0
-rw-r--r--source/ne/dictionaries/sv_SE.po (renamed from translations/source/ne/dictionaries/sv_SE.po)0
-rw-r--r--source/ne/dictionaries/sw_TZ.po (renamed from translations/source/ne/dictionaries/sw_TZ.po)0
-rw-r--r--source/ne/dictionaries/te_IN.po (renamed from translations/source/ne/dictionaries/te_IN.po)0
-rw-r--r--source/ne/dictionaries/th_TH.po (renamed from translations/source/ne/dictionaries/th_TH.po)0
-rw-r--r--source/ne/dictionaries/uk_UA.po (renamed from translations/source/ne/dictionaries/uk_UA.po)0
-rw-r--r--source/ne/dictionaries/vi.po (renamed from translations/source/ne/dictionaries/vi.po)0
-rw-r--r--source/ne/dictionaries/zu_ZA.po (renamed from translations/source/ne/dictionaries/zu_ZA.po)0
-rw-r--r--source/ne/editeng/source/accessibility.po (renamed from translations/source/ne/editeng/source/accessibility.po)0
-rw-r--r--source/ne/editeng/source/editeng.po (renamed from translations/source/ne/editeng/source/editeng.po)0
-rw-r--r--source/ne/editeng/source/items.po (renamed from translations/source/ne/editeng/source/items.po)0
-rw-r--r--source/ne/editeng/source/misc.po (renamed from translations/source/ne/editeng/source/misc.po)0
-rw-r--r--source/ne/editeng/source/outliner.po (renamed from translations/source/ne/editeng/source/outliner.po)0
-rw-r--r--source/ne/extensions/source/abpilot.po (renamed from translations/source/ne/extensions/source/abpilot.po)0
-rw-r--r--source/ne/extensions/source/bibliography.po (renamed from translations/source/ne/extensions/source/bibliography.po)0
-rw-r--r--source/ne/extensions/source/dbpilots.po (renamed from translations/source/ne/extensions/source/dbpilots.po)0
-rw-r--r--source/ne/extensions/source/propctrlr.po (renamed from translations/source/ne/extensions/source/propctrlr.po)0
-rw-r--r--source/ne/extensions/source/scanner.po (renamed from translations/source/ne/extensions/source/scanner.po)0
-rw-r--r--source/ne/extensions/source/update/check.po (renamed from translations/source/ne/extensions/source/update/check.po)0
-rw-r--r--source/ne/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ne/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ne/filter/source/config/fragments/filters.po (renamed from translations/source/ne/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ne/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ne/filter/source/config/fragments/types.po (renamed from translations/source/ne/filter/source/config/fragments/types.po)0
-rw-r--r--source/ne/filter/source/flash.po (renamed from translations/source/ne/filter/source/flash.po)0
-rw-r--r--source/ne/filter/source/graphicfilter/eps.po (renamed from translations/source/ne/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ne/filter/source/pdf.po (renamed from translations/source/ne/filter/source/pdf.po)0
-rw-r--r--source/ne/filter/source/t602.po (renamed from translations/source/ne/filter/source/t602.po)0
-rw-r--r--source/ne/filter/source/xsltdialog.po (renamed from translations/source/ne/filter/source/xsltdialog.po)0
-rw-r--r--source/ne/forms/source/resource.po (renamed from translations/source/ne/forms/source/resource.po)0
-rw-r--r--source/ne/formula/source/core/resource.po (renamed from translations/source/ne/formula/source/core/resource.po)0
-rw-r--r--source/ne/formula/source/ui/dlg.po (renamed from translations/source/ne/formula/source/ui/dlg.po)0
-rw-r--r--source/ne/fpicker/source/office.po (renamed from translations/source/ne/fpicker/source/office.po)0
-rw-r--r--source/ne/framework/source/classes.po (renamed from translations/source/ne/framework/source/classes.po)0
-rw-r--r--source/ne/framework/source/services.po (renamed from translations/source/ne/framework/source/services.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ne/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ne/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc.po (renamed from translations/source/ne/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ne/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/schart.po (renamed from translations/source/ne/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ne/helpcontent2/source/text/schart/00.po (renamed from translations/source/ne/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/schart/01.po (renamed from translations/source/ne/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/schart/02.po (renamed from translations/source/ne/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/schart/04.po (renamed from translations/source/ne/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sdraw.po (renamed from translations/source/ne/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ne/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ne/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ne/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ne/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared.po (renamed from translations/source/ne/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po (renamed from translations/source/ne/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po (renamed from translations/source/ne/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po (renamed from translations/source/ne/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/04.po (renamed from translations/source/ne/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/05.po (renamed from translations/source/ne/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/07.po (renamed from translations/source/ne/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ne/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ne/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ne/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ne/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ne/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress.po (renamed from translations/source/ne/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ne/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ne/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ne/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ne/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ne/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath.po (renamed from translations/source/ne/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath/00.po (renamed from translations/source/ne/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath/01.po (renamed from translations/source/ne/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath/02.po (renamed from translations/source/ne/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath/04.po (renamed from translations/source/ne/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ne/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po (renamed from translations/source/ne/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ne/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ne/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ne/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ne/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ne/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ne/mysqlc/source.po (renamed from translations/source/ne/mysqlc/source.po)0
-rw-r--r--source/ne/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ne/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ne/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ne/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ne/nlpsolver/src/locale.po (renamed from translations/source/ne/nlpsolver/src/locale.po)0
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ne/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ne/padmin/source.po (renamed from translations/source/ne/padmin/source.po)0
-rw-r--r--source/ne/readlicense_oo/docs/readme.po (renamed from translations/source/ne/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ne/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ne/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ne/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ne/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ne/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ne/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ne/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ne/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ne/reportbuilder/util.po (renamed from translations/source/ne/reportbuilder/util.po)0
-rw-r--r--source/ne/reportdesign/source/core/resource.po (renamed from translations/source/ne/reportdesign/source/core/resource.po)0
-rw-r--r--source/ne/reportdesign/source/ui/dlg.po (renamed from translations/source/ne/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ne/reportdesign/source/ui/inspection.po (renamed from translations/source/ne/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ne/reportdesign/source/ui/report.po (renamed from translations/source/ne/reportdesign/source/ui/report.po)0
-rw-r--r--source/ne/sc/source/core/src.po (renamed from translations/source/ne/sc/source/core/src.po)0
-rw-r--r--source/ne/sc/source/ui/cctrl.po (renamed from translations/source/ne/sc/source/ui/cctrl.po)0
-rw-r--r--source/ne/sc/source/ui/dbgui.po (renamed from translations/source/ne/sc/source/ui/dbgui.po)0
-rw-r--r--source/ne/sc/source/ui/docshell.po (renamed from translations/source/ne/sc/source/ui/docshell.po)0
-rw-r--r--source/ne/sc/source/ui/drawfunc.po (renamed from translations/source/ne/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ne/sc/source/ui/formdlg.po (renamed from translations/source/ne/sc/source/ui/formdlg.po)0
-rw-r--r--source/ne/sc/source/ui/miscdlgs.po (renamed from translations/source/ne/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ne/sc/source/ui/navipi.po (renamed from translations/source/ne/sc/source/ui/navipi.po)0
-rw-r--r--source/ne/sc/source/ui/optdlg.po (renamed from translations/source/ne/sc/source/ui/optdlg.po)0
-rw-r--r--source/ne/sc/source/ui/pagedlg.po (renamed from translations/source/ne/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ne/sc/source/ui/src.po (renamed from translations/source/ne/sc/source/ui/src.po)0
-rw-r--r--source/ne/sc/source/ui/styleui.po (renamed from translations/source/ne/sc/source/ui/styleui.po)0
-rw-r--r--source/ne/scaddins/source/analysis.po (renamed from translations/source/ne/scaddins/source/analysis.po)0
-rw-r--r--source/ne/scaddins/source/datefunc.po (renamed from translations/source/ne/scaddins/source/datefunc.po)0
-rw-r--r--source/ne/sccomp/source/solver.po (renamed from translations/source/ne/sccomp/source/solver.po)0
-rw-r--r--source/ne/scp2/source/accessories.po (renamed from translations/source/ne/scp2/source/accessories.po)0
-rw-r--r--source/ne/scp2/source/activex.po (renamed from translations/source/ne/scp2/source/activex.po)0
-rw-r--r--source/ne/scp2/source/base.po (renamed from translations/source/ne/scp2/source/base.po)0
-rw-r--r--source/ne/scp2/source/binfilter.po (renamed from translations/source/ne/scp2/source/binfilter.po)0
-rw-r--r--source/ne/scp2/source/calc.po (renamed from translations/source/ne/scp2/source/calc.po)0
-rw-r--r--source/ne/scp2/source/draw.po (renamed from translations/source/ne/scp2/source/draw.po)0
-rw-r--r--source/ne/scp2/source/extensions.po (renamed from translations/source/ne/scp2/source/extensions.po)0
-rw-r--r--source/ne/scp2/source/gnome.po (renamed from translations/source/ne/scp2/source/gnome.po)0
-rw-r--r--source/ne/scp2/source/graphicfilter.po (renamed from translations/source/ne/scp2/source/graphicfilter.po)0
-rw-r--r--source/ne/scp2/source/impress.po (renamed from translations/source/ne/scp2/source/impress.po)0
-rw-r--r--source/ne/scp2/source/javafilter.po (renamed from translations/source/ne/scp2/source/javafilter.po)0
-rw-r--r--source/ne/scp2/source/kde.po (renamed from translations/source/ne/scp2/source/kde.po)0
-rw-r--r--source/ne/scp2/source/math.po (renamed from translations/source/ne/scp2/source/math.po)0
-rw-r--r--source/ne/scp2/source/onlineupdate.po (renamed from translations/source/ne/scp2/source/onlineupdate.po)0
-rw-r--r--source/ne/scp2/source/ooo.po (renamed from translations/source/ne/scp2/source/ooo.po)0
-rw-r--r--source/ne/scp2/source/python.po (renamed from translations/source/ne/scp2/source/python.po)0
-rw-r--r--source/ne/scp2/source/quickstart.po (renamed from translations/source/ne/scp2/source/quickstart.po)0
-rw-r--r--source/ne/scp2/source/sdkoo.po (renamed from translations/source/ne/scp2/source/sdkoo.po)0
-rw-r--r--source/ne/scp2/source/smoketest.po (renamed from translations/source/ne/scp2/source/smoketest.po)0
-rw-r--r--source/ne/scp2/source/stdlibs.po (renamed from translations/source/ne/scp2/source/stdlibs.po)0
-rw-r--r--source/ne/scp2/source/tde.po (renamed from translations/source/ne/scp2/source/tde.po)0
-rw-r--r--source/ne/scp2/source/winexplorerext.po (renamed from translations/source/ne/scp2/source/winexplorerext.po)0
-rw-r--r--source/ne/scp2/source/writer.po (renamed from translations/source/ne/scp2/source/writer.po)0
-rw-r--r--source/ne/scp2/source/xsltfilter.po (renamed from translations/source/ne/scp2/source/xsltfilter.po)0
-rw-r--r--source/ne/scripting/source/pyprov.po (renamed from translations/source/ne/scripting/source/pyprov.po)0
-rw-r--r--source/ne/sd/source/core.po (renamed from translations/source/ne/sd/source/core.po)0
-rw-r--r--source/ne/sd/source/filter/html.po (renamed from translations/source/ne/sd/source/filter/html.po)0
-rw-r--r--source/ne/sd/source/ui/accessibility.po (renamed from translations/source/ne/sd/source/ui/accessibility.po)0
-rw-r--r--source/ne/sd/source/ui/animations.po (renamed from translations/source/ne/sd/source/ui/animations.po)0
-rw-r--r--source/ne/sd/source/ui/annotations.po (renamed from translations/source/ne/sd/source/ui/annotations.po)0
-rw-r--r--source/ne/sd/source/ui/app.po (renamed from translations/source/ne/sd/source/ui/app.po)0
-rw-r--r--source/ne/sd/source/ui/dlg.po (renamed from translations/source/ne/sd/source/ui/dlg.po)0
-rw-r--r--source/ne/sd/source/ui/slideshow.po (renamed from translations/source/ne/sd/source/ui/slideshow.po)0
-rw-r--r--source/ne/sd/source/ui/table.po (renamed from translations/source/ne/sd/source/ui/table.po)0
-rw-r--r--source/ne/sd/source/ui/view.po (renamed from translations/source/ne/sd/source/ui/view.po)0
-rw-r--r--source/ne/sdext/source/minimizer.po (renamed from translations/source/ne/sdext/source/minimizer.po)0
-rw-r--r--source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ne/sdext/source/pdfimport.po (renamed from translations/source/ne/sdext/source/pdfimport.po)0
-rw-r--r--source/ne/sdext/source/presenter.po (renamed from translations/source/ne/sdext/source/presenter.po)0
-rw-r--r--source/ne/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ne/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ne/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ne/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ne/setup_native/source/mac.po (renamed from translations/source/ne/setup_native/source/mac.po)0
-rw-r--r--source/ne/sfx2/source/appl.po (renamed from translations/source/ne/sfx2/source/appl.po)0
-rw-r--r--source/ne/sfx2/source/bastyp.po (renamed from translations/source/ne/sfx2/source/bastyp.po)0
-rw-r--r--source/ne/sfx2/source/dialog.po (renamed from translations/source/ne/sfx2/source/dialog.po)0
-rw-r--r--source/ne/sfx2/source/doc.po (renamed from translations/source/ne/sfx2/source/doc.po)0
-rw-r--r--source/ne/sfx2/source/menu.po (renamed from translations/source/ne/sfx2/source/menu.po)0
-rw-r--r--source/ne/sfx2/source/view.po (renamed from translations/source/ne/sfx2/source/view.po)0
-rw-r--r--source/ne/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ne/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ne/starmath/source.po (renamed from translations/source/ne/starmath/source.po)0
-rw-r--r--source/ne/svl/source/items.po (renamed from translations/source/ne/svl/source/items.po)0
-rw-r--r--source/ne/svl/source/misc.po (renamed from translations/source/ne/svl/source/misc.po)0
-rw-r--r--source/ne/svtools/source/contnr.po (renamed from translations/source/ne/svtools/source/contnr.po)0
-rw-r--r--source/ne/svtools/source/control.po (renamed from translations/source/ne/svtools/source/control.po)0
-rw-r--r--source/ne/svtools/source/dialogs.po (renamed from translations/source/ne/svtools/source/dialogs.po)0
-rw-r--r--source/ne/svtools/source/filter.po (renamed from translations/source/ne/svtools/source/filter.po)0
-rw-r--r--source/ne/svtools/source/java.po (renamed from translations/source/ne/svtools/source/java.po)0
-rw-r--r--source/ne/svtools/source/misc.po (renamed from translations/source/ne/svtools/source/misc.po)0
-rw-r--r--source/ne/svtools/source/toolpanel.po (renamed from translations/source/ne/svtools/source/toolpanel.po)0
-rw-r--r--source/ne/svtools/workben/unodialog.po (renamed from translations/source/ne/svtools/workben/unodialog.po)0
-rw-r--r--source/ne/svx/inc.po (renamed from translations/source/ne/svx/inc.po)0
-rw-r--r--source/ne/svx/source/accessibility.po (renamed from translations/source/ne/svx/source/accessibility.po)0
-rw-r--r--source/ne/svx/source/dialog.po (renamed from translations/source/ne/svx/source/dialog.po)0
-rw-r--r--source/ne/svx/source/engine3d.po (renamed from translations/source/ne/svx/source/engine3d.po)0
-rw-r--r--source/ne/svx/source/fmcomp.po (renamed from translations/source/ne/svx/source/fmcomp.po)0
-rw-r--r--source/ne/svx/source/form.po (renamed from translations/source/ne/svx/source/form.po)0
-rw-r--r--source/ne/svx/source/gallery2.po (renamed from translations/source/ne/svx/source/gallery2.po)0
-rw-r--r--source/ne/svx/source/items.po (renamed from translations/source/ne/svx/source/items.po)0
-rw-r--r--source/ne/svx/source/src.po (renamed from translations/source/ne/svx/source/src.po)0
-rw-r--r--source/ne/svx/source/stbctrls.po (renamed from translations/source/ne/svx/source/stbctrls.po)0
-rw-r--r--source/ne/svx/source/svdraw.po (renamed from translations/source/ne/svx/source/svdraw.po)0
-rw-r--r--source/ne/svx/source/table.po (renamed from translations/source/ne/svx/source/table.po)0
-rw-r--r--source/ne/svx/source/tbxctrls.po (renamed from translations/source/ne/svx/source/tbxctrls.po)0
-rw-r--r--source/ne/svx/source/toolbars.po (renamed from translations/source/ne/svx/source/toolbars.po)0
-rw-r--r--source/ne/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ne/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ne/sw/source/core/layout.po (renamed from translations/source/ne/sw/source/core/layout.po)0
-rw-r--r--source/ne/sw/source/core/undo.po (renamed from translations/source/ne/sw/source/core/undo.po)0
-rw-r--r--source/ne/sw/source/core/unocore.po (renamed from translations/source/ne/sw/source/core/unocore.po)0
-rw-r--r--source/ne/sw/source/ui/app.po (renamed from translations/source/ne/sw/source/ui/app.po)0
-rw-r--r--source/ne/sw/source/ui/chrdlg.po (renamed from translations/source/ne/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ne/sw/source/ui/config.po (renamed from translations/source/ne/sw/source/ui/config.po)0
-rw-r--r--source/ne/sw/source/ui/dbui.po (renamed from translations/source/ne/sw/source/ui/dbui.po)0
-rw-r--r--source/ne/sw/source/ui/dialog.po (renamed from translations/source/ne/sw/source/ui/dialog.po)0
-rw-r--r--source/ne/sw/source/ui/dochdl.po (renamed from translations/source/ne/sw/source/ui/dochdl.po)0
-rw-r--r--source/ne/sw/source/ui/docvw.po (renamed from translations/source/ne/sw/source/ui/docvw.po)0
-rw-r--r--source/ne/sw/source/ui/envelp.po (renamed from translations/source/ne/sw/source/ui/envelp.po)0
-rw-r--r--source/ne/sw/source/ui/fldui.po (renamed from translations/source/ne/sw/source/ui/fldui.po)0
-rw-r--r--source/ne/sw/source/ui/fmtui.po (renamed from translations/source/ne/sw/source/ui/fmtui.po)0
-rw-r--r--source/ne/sw/source/ui/frmdlg.po (renamed from translations/source/ne/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ne/sw/source/ui/globdoc.po (renamed from translations/source/ne/sw/source/ui/globdoc.po)0
-rw-r--r--source/ne/sw/source/ui/index.po (renamed from translations/source/ne/sw/source/ui/index.po)0
-rw-r--r--source/ne/sw/source/ui/lingu.po (renamed from translations/source/ne/sw/source/ui/lingu.po)0
-rw-r--r--source/ne/sw/source/ui/misc.po (renamed from translations/source/ne/sw/source/ui/misc.po)0
-rw-r--r--source/ne/sw/source/ui/ribbar.po (renamed from translations/source/ne/sw/source/ui/ribbar.po)0
-rw-r--r--source/ne/sw/source/ui/shells.po (renamed from translations/source/ne/sw/source/ui/shells.po)0
-rw-r--r--source/ne/sw/source/ui/smartmenu.po (renamed from translations/source/ne/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ne/sw/source/ui/table.po (renamed from translations/source/ne/sw/source/ui/table.po)0
-rw-r--r--source/ne/sw/source/ui/uiview.po (renamed from translations/source/ne/sw/source/ui/uiview.po)0
-rw-r--r--source/ne/sw/source/ui/utlui.po (renamed from translations/source/ne/sw/source/ui/utlui.po)0
-rw-r--r--source/ne/sw/source/ui/web.po (renamed from translations/source/ne/sw/source/ui/web.po)0
-rw-r--r--source/ne/sw/source/ui/wrtsh.po (renamed from translations/source/ne/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ne/swext/mediawiki/help.po (renamed from translations/source/ne/swext/mediawiki/help.po)0
-rw-r--r--source/ne/swext/mediawiki/src.po (renamed from translations/source/ne/swext/mediawiki/src.po)0
-rw-r--r--source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ne/sysui/desktop/share.po (renamed from translations/source/ne/sysui/desktop/share.po)0
-rw-r--r--source/ne/uui/source.po (renamed from translations/source/ne/uui/source.po)0
-rw-r--r--source/ne/vcl/source/src.po (renamed from translations/source/ne/vcl/source/src.po)0
-rw-r--r--source/ne/wizards/source/euro.po (renamed from translations/source/ne/wizards/source/euro.po)0
-rw-r--r--source/ne/wizards/source/formwizard.po (renamed from translations/source/ne/wizards/source/formwizard.po)0
-rw-r--r--source/ne/wizards/source/importwizard.po (renamed from translations/source/ne/wizards/source/importwizard.po)0
-rw-r--r--source/ne/wizards/source/schedule.po (renamed from translations/source/ne/wizards/source/schedule.po)0
-rw-r--r--source/ne/wizards/source/template.po (renamed from translations/source/ne/wizards/source/template.po)0
-rw-r--r--source/ne/xmlsecurity/source/component.po (renamed from translations/source/ne/xmlsecurity/source/component.po)0
-rw-r--r--source/ne/xmlsecurity/source/dialogs.po (renamed from translations/source/ne/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/nl/accessibility/source/helper.po (renamed from translations/source/nl/accessibility/source/helper.po)0
-rw-r--r--source/nl/avmedia/source/framework.po (renamed from translations/source/nl/avmedia/source/framework.po)0
-rw-r--r--source/nl/avmedia/source/viewer.po (renamed from translations/source/nl/avmedia/source/viewer.po)0
-rw-r--r--source/nl/basctl/source/basicide.po (renamed from translations/source/nl/basctl/source/basicide.po)0
-rw-r--r--source/nl/basctl/source/dlged.po (renamed from translations/source/nl/basctl/source/dlged.po)0
-rw-r--r--source/nl/basic/source/classes.po (renamed from translations/source/nl/basic/source/classes.po)0
-rw-r--r--source/nl/basic/source/sbx.po (renamed from translations/source/nl/basic/source/sbx.po)0
-rw-r--r--source/nl/chart2/source/controller/dialogs.po (renamed from translations/source/nl/chart2/source/controller/dialogs.po)0
-rw-r--r--source/nl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/nl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/nl/connectivity/source/resource.po (renamed from translations/source/nl/connectivity/source/resource.po)0
-rw-r--r--source/nl/cui/source/customize.po (renamed from translations/source/nl/cui/source/customize.po)0
-rw-r--r--source/nl/cui/source/dialogs.po (renamed from translations/source/nl/cui/source/dialogs.po)0
-rw-r--r--source/nl/cui/source/options.po (renamed from translations/source/nl/cui/source/options.po)0
-rw-r--r--source/nl/cui/source/tabpages.po (renamed from translations/source/nl/cui/source/tabpages.po)0
-rw-r--r--source/nl/dbaccess/source/core/resource.po (renamed from translations/source/nl/dbaccess/source/core/resource.po)0
-rw-r--r--source/nl/dbaccess/source/ext/macromigration.po (renamed from translations/source/nl/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/nl/dbaccess/source/sdbtools/resource.po (renamed from translations/source/nl/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/nl/dbaccess/source/ui/app.po (renamed from translations/source/nl/dbaccess/source/ui/app.po)0
-rw-r--r--source/nl/dbaccess/source/ui/browser.po (renamed from translations/source/nl/dbaccess/source/ui/browser.po)0
-rw-r--r--source/nl/dbaccess/source/ui/control.po (renamed from translations/source/nl/dbaccess/source/ui/control.po)0
-rw-r--r--source/nl/dbaccess/source/ui/dlg.po (renamed from translations/source/nl/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/nl/dbaccess/source/ui/inc.po (renamed from translations/source/nl/dbaccess/source/ui/inc.po)0
-rw-r--r--source/nl/dbaccess/source/ui/misc.po (renamed from translations/source/nl/dbaccess/source/ui/misc.po)0
-rw-r--r--source/nl/dbaccess/source/ui/querydesign.po (renamed from translations/source/nl/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/nl/dbaccess/source/ui/relationdesign.po (renamed from translations/source/nl/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/nl/dbaccess/source/ui/tabledesign.po (renamed from translations/source/nl/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/nl/dbaccess/source/ui/uno.po (renamed from translations/source/nl/dbaccess/source/ui/uno.po)0
-rw-r--r--source/nl/desktop/source/app.po (renamed from translations/source/nl/desktop/source/app.po)0
-rw-r--r--source/nl/desktop/source/deployment/gui.po (renamed from translations/source/nl/desktop/source/deployment/gui.po)0
-rw-r--r--source/nl/desktop/source/deployment/manager.po (renamed from translations/source/nl/desktop/source/deployment/manager.po)0
-rw-r--r--source/nl/desktop/source/deployment/misc.po (renamed from translations/source/nl/desktop/source/deployment/misc.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry.po (renamed from translations/source/nl/desktop/source/deployment/registry.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/component.po (renamed from translations/source/nl/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/configuration.po (renamed from translations/source/nl/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/help.po (renamed from translations/source/nl/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/package.po (renamed from translations/source/nl/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/script.po (renamed from translations/source/nl/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/nl/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/nl/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/nl/desktop/source/deployment/unopkg.po (renamed from translations/source/nl/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/nl/dictionaries/af_ZA.po (renamed from translations/source/nl/dictionaries/af_ZA.po)0
-rw-r--r--source/nl/dictionaries/an_ES.po (renamed from translations/source/nl/dictionaries/an_ES.po)0
-rw-r--r--source/nl/dictionaries/ar.po (renamed from translations/source/nl/dictionaries/ar.po)0
-rw-r--r--source/nl/dictionaries/be_BY.po (renamed from translations/source/nl/dictionaries/be_BY.po)0
-rw-r--r--source/nl/dictionaries/bg_BG.po (renamed from translations/source/nl/dictionaries/bg_BG.po)0
-rw-r--r--source/nl/dictionaries/bn_BD.po (renamed from translations/source/nl/dictionaries/bn_BD.po)0
-rw-r--r--source/nl/dictionaries/br_FR.po (renamed from translations/source/nl/dictionaries/br_FR.po)0
-rw-r--r--source/nl/dictionaries/ca.po (renamed from translations/source/nl/dictionaries/ca.po)0
-rw-r--r--source/nl/dictionaries/cs_CZ.po (renamed from translations/source/nl/dictionaries/cs_CZ.po)0
-rw-r--r--source/nl/dictionaries/da_DK.po (renamed from translations/source/nl/dictionaries/da_DK.po)0
-rw-r--r--source/nl/dictionaries/de.po (renamed from translations/source/nl/dictionaries/de.po)0
-rw-r--r--source/nl/dictionaries/el_GR.po (renamed from translations/source/nl/dictionaries/el_GR.po)0
-rw-r--r--source/nl/dictionaries/en.po (renamed from translations/source/nl/dictionaries/en.po)0
-rw-r--r--source/nl/dictionaries/en/dialog.po (renamed from translations/source/nl/dictionaries/en/dialog.po)0
-rw-r--r--source/nl/dictionaries/es_ES.po (renamed from translations/source/nl/dictionaries/es_ES.po)0
-rw-r--r--source/nl/dictionaries/et_EE.po (renamed from translations/source/nl/dictionaries/et_EE.po)0
-rw-r--r--source/nl/dictionaries/fr_FR.po (renamed from translations/source/nl/dictionaries/fr_FR.po)0
-rw-r--r--source/nl/dictionaries/gd_GB.po (renamed from translations/source/nl/dictionaries/gd_GB.po)0
-rw-r--r--source/nl/dictionaries/gl.po (renamed from translations/source/nl/dictionaries/gl.po)0
-rw-r--r--source/nl/dictionaries/gu_IN.po (renamed from translations/source/nl/dictionaries/gu_IN.po)0
-rw-r--r--source/nl/dictionaries/he_IL.po (renamed from translations/source/nl/dictionaries/he_IL.po)0
-rw-r--r--source/nl/dictionaries/hi_IN.po (renamed from translations/source/nl/dictionaries/hi_IN.po)0
-rw-r--r--source/nl/dictionaries/hr_HR.po (renamed from translations/source/nl/dictionaries/hr_HR.po)0
-rw-r--r--source/nl/dictionaries/hu_HU.po (renamed from translations/source/nl/dictionaries/hu_HU.po)0
-rw-r--r--source/nl/dictionaries/hu_HU/dialog.po (renamed from translations/source/nl/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/nl/dictionaries/it_IT.po (renamed from translations/source/nl/dictionaries/it_IT.po)0
-rw-r--r--source/nl/dictionaries/ku_TR.po (renamed from translations/source/nl/dictionaries/ku_TR.po)0
-rw-r--r--source/nl/dictionaries/lt_LT.po (renamed from translations/source/nl/dictionaries/lt_LT.po)0
-rw-r--r--source/nl/dictionaries/lv_LV.po (renamed from translations/source/nl/dictionaries/lv_LV.po)0
-rw-r--r--source/nl/dictionaries/ne_NP.po (renamed from translations/source/nl/dictionaries/ne_NP.po)0
-rw-r--r--source/nl/dictionaries/nl_NL.po (renamed from translations/source/nl/dictionaries/nl_NL.po)0
-rw-r--r--source/nl/dictionaries/no.po (renamed from translations/source/nl/dictionaries/no.po)0
-rw-r--r--source/nl/dictionaries/oc_FR.po (renamed from translations/source/nl/dictionaries/oc_FR.po)0
-rw-r--r--source/nl/dictionaries/pl_PL.po (renamed from translations/source/nl/dictionaries/pl_PL.po)0
-rw-r--r--source/nl/dictionaries/pt_BR.po (renamed from translations/source/nl/dictionaries/pt_BR.po)0
-rw-r--r--source/nl/dictionaries/pt_PT.po (renamed from translations/source/nl/dictionaries/pt_PT.po)0
-rw-r--r--source/nl/dictionaries/ro.po (renamed from translations/source/nl/dictionaries/ro.po)0
-rw-r--r--source/nl/dictionaries/ru_RU.po (renamed from translations/source/nl/dictionaries/ru_RU.po)0
-rw-r--r--source/nl/dictionaries/ru_RU/dialog.po (renamed from translations/source/nl/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/nl/dictionaries/si_LK.po (renamed from translations/source/nl/dictionaries/si_LK.po)0
-rw-r--r--source/nl/dictionaries/sk_SK.po (renamed from translations/source/nl/dictionaries/sk_SK.po)0
-rw-r--r--source/nl/dictionaries/sl_SI.po (renamed from translations/source/nl/dictionaries/sl_SI.po)0
-rw-r--r--source/nl/dictionaries/sr.po (renamed from translations/source/nl/dictionaries/sr.po)0
-rw-r--r--source/nl/dictionaries/sv_SE.po (renamed from translations/source/nl/dictionaries/sv_SE.po)0
-rw-r--r--source/nl/dictionaries/sw_TZ.po (renamed from translations/source/nl/dictionaries/sw_TZ.po)0
-rw-r--r--source/nl/dictionaries/te_IN.po (renamed from translations/source/nl/dictionaries/te_IN.po)0
-rw-r--r--source/nl/dictionaries/th_TH.po (renamed from translations/source/nl/dictionaries/th_TH.po)0
-rw-r--r--source/nl/dictionaries/uk_UA.po (renamed from translations/source/nl/dictionaries/uk_UA.po)0
-rw-r--r--source/nl/dictionaries/vi.po (renamed from translations/source/nl/dictionaries/vi.po)0
-rw-r--r--source/nl/dictionaries/zu_ZA.po (renamed from translations/source/nl/dictionaries/zu_ZA.po)0
-rw-r--r--source/nl/editeng/source/accessibility.po (renamed from translations/source/nl/editeng/source/accessibility.po)0
-rw-r--r--source/nl/editeng/source/editeng.po (renamed from translations/source/nl/editeng/source/editeng.po)0
-rw-r--r--source/nl/editeng/source/items.po (renamed from translations/source/nl/editeng/source/items.po)0
-rw-r--r--source/nl/editeng/source/misc.po (renamed from translations/source/nl/editeng/source/misc.po)0
-rw-r--r--source/nl/editeng/source/outliner.po (renamed from translations/source/nl/editeng/source/outliner.po)0
-rw-r--r--source/nl/extensions/source/abpilot.po (renamed from translations/source/nl/extensions/source/abpilot.po)0
-rw-r--r--source/nl/extensions/source/bibliography.po (renamed from translations/source/nl/extensions/source/bibliography.po)0
-rw-r--r--source/nl/extensions/source/dbpilots.po (renamed from translations/source/nl/extensions/source/dbpilots.po)0
-rw-r--r--source/nl/extensions/source/propctrlr.po (renamed from translations/source/nl/extensions/source/propctrlr.po)0
-rw-r--r--source/nl/extensions/source/scanner.po (renamed from translations/source/nl/extensions/source/scanner.po)0
-rw-r--r--source/nl/extensions/source/update/check.po (renamed from translations/source/nl/extensions/source/update/check.po)0
-rw-r--r--source/nl/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/nl/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/nl/filter/source/config/fragments/filters.po (renamed from translations/source/nl/filter/source/config/fragments/filters.po)0
-rw-r--r--source/nl/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/nl/filter/source/config/fragments/types.po (renamed from translations/source/nl/filter/source/config/fragments/types.po)0
-rw-r--r--source/nl/filter/source/flash.po (renamed from translations/source/nl/filter/source/flash.po)0
-rw-r--r--source/nl/filter/source/graphicfilter/eps.po (renamed from translations/source/nl/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/nl/filter/source/pdf.po (renamed from translations/source/nl/filter/source/pdf.po)0
-rw-r--r--source/nl/filter/source/t602.po (renamed from translations/source/nl/filter/source/t602.po)0
-rw-r--r--source/nl/filter/source/xsltdialog.po (renamed from translations/source/nl/filter/source/xsltdialog.po)0
-rw-r--r--source/nl/forms/source/resource.po (renamed from translations/source/nl/forms/source/resource.po)0
-rw-r--r--source/nl/formula/source/core/resource.po (renamed from translations/source/nl/formula/source/core/resource.po)0
-rw-r--r--source/nl/formula/source/ui/dlg.po (renamed from translations/source/nl/formula/source/ui/dlg.po)0
-rw-r--r--source/nl/fpicker/source/office.po (renamed from translations/source/nl/fpicker/source/office.po)0
-rw-r--r--source/nl/framework/source/classes.po (renamed from translations/source/nl/framework/source/classes.po)0
-rw-r--r--source/nl/framework/source/services.po (renamed from translations/source/nl/framework/source/services.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/nl/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/nl/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc.po (renamed from translations/source/nl/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/02.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/04.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/05.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/nl/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/schart.po (renamed from translations/source/nl/helpcontent2/source/text/schart.po)0
-rw-r--r--source/nl/helpcontent2/source/text/schart/00.po (renamed from translations/source/nl/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/schart/01.po (renamed from translations/source/nl/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/schart/02.po (renamed from translations/source/nl/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/schart/04.po (renamed from translations/source/nl/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sdraw.po (renamed from translations/source/nl/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/nl/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/nl/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/nl/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/nl/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared.po (renamed from translations/source/nl/helpcontent2/source/text/shared.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po (renamed from translations/source/nl/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po (renamed from translations/source/nl/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po (renamed from translations/source/nl/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/04.po (renamed from translations/source/nl/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/05.po (renamed from translations/source/nl/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/07.po (renamed from translations/source/nl/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/nl/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/nl/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/nl/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po (renamed from translations/source/nl/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/nl/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress.po (renamed from translations/source/nl/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress/00.po (renamed from translations/source/nl/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress/01.po (renamed from translations/source/nl/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress/02.po (renamed from translations/source/nl/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress/04.po (renamed from translations/source/nl/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/nl/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath.po (renamed from translations/source/nl/helpcontent2/source/text/smath.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath/00.po (renamed from translations/source/nl/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po (renamed from translations/source/nl/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath/02.po (renamed from translations/source/nl/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath/04.po (renamed from translations/source/nl/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/smath/guide.po (renamed from translations/source/nl/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po (renamed from translations/source/nl/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po (renamed from translations/source/nl/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po (renamed from translations/source/nl/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po (renamed from translations/source/nl/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter/04.po (renamed from translations/source/nl/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/nl/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/nl/mysqlc/source.po (renamed from translations/source/nl/mysqlc/source.po)0
-rw-r--r--source/nl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/nl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/nl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/nl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/nl/nlpsolver/src/locale.po (renamed from translations/source/nl/nlpsolver/src/locale.po)0
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/nl/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nl/padmin/source.po (renamed from translations/source/nl/padmin/source.po)0
-rw-r--r--source/nl/readlicense_oo/docs/readme.po (renamed from translations/source/nl/readlicense_oo/docs/readme.po)0
-rw-r--r--source/nl/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/nl/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/nl/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/nl/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nl/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nl/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nl/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/nl/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/nl/reportbuilder/util.po (renamed from translations/source/nl/reportbuilder/util.po)0
-rw-r--r--source/nl/reportdesign/source/core/resource.po (renamed from translations/source/nl/reportdesign/source/core/resource.po)0
-rw-r--r--source/nl/reportdesign/source/ui/dlg.po (renamed from translations/source/nl/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/nl/reportdesign/source/ui/inspection.po (renamed from translations/source/nl/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/nl/reportdesign/source/ui/report.po (renamed from translations/source/nl/reportdesign/source/ui/report.po)0
-rw-r--r--source/nl/sc/source/core/src.po (renamed from translations/source/nl/sc/source/core/src.po)0
-rw-r--r--source/nl/sc/source/ui/cctrl.po (renamed from translations/source/nl/sc/source/ui/cctrl.po)0
-rw-r--r--source/nl/sc/source/ui/dbgui.po (renamed from translations/source/nl/sc/source/ui/dbgui.po)0
-rw-r--r--source/nl/sc/source/ui/docshell.po (renamed from translations/source/nl/sc/source/ui/docshell.po)0
-rw-r--r--source/nl/sc/source/ui/drawfunc.po (renamed from translations/source/nl/sc/source/ui/drawfunc.po)0
-rw-r--r--source/nl/sc/source/ui/formdlg.po (renamed from translations/source/nl/sc/source/ui/formdlg.po)0
-rw-r--r--source/nl/sc/source/ui/miscdlgs.po (renamed from translations/source/nl/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/nl/sc/source/ui/navipi.po (renamed from translations/source/nl/sc/source/ui/navipi.po)0
-rw-r--r--source/nl/sc/source/ui/optdlg.po (renamed from translations/source/nl/sc/source/ui/optdlg.po)0
-rw-r--r--source/nl/sc/source/ui/pagedlg.po (renamed from translations/source/nl/sc/source/ui/pagedlg.po)0
-rw-r--r--source/nl/sc/source/ui/src.po (renamed from translations/source/nl/sc/source/ui/src.po)0
-rw-r--r--source/nl/sc/source/ui/styleui.po (renamed from translations/source/nl/sc/source/ui/styleui.po)0
-rw-r--r--source/nl/scaddins/source/analysis.po (renamed from translations/source/nl/scaddins/source/analysis.po)0
-rw-r--r--source/nl/scaddins/source/datefunc.po (renamed from translations/source/nl/scaddins/source/datefunc.po)0
-rw-r--r--source/nl/sccomp/source/solver.po (renamed from translations/source/nl/sccomp/source/solver.po)0
-rw-r--r--source/nl/scp2/source/accessories.po (renamed from translations/source/nl/scp2/source/accessories.po)0
-rw-r--r--source/nl/scp2/source/activex.po (renamed from translations/source/nl/scp2/source/activex.po)0
-rw-r--r--source/nl/scp2/source/base.po (renamed from translations/source/nl/scp2/source/base.po)0
-rw-r--r--source/nl/scp2/source/binfilter.po (renamed from translations/source/nl/scp2/source/binfilter.po)0
-rw-r--r--source/nl/scp2/source/calc.po (renamed from translations/source/nl/scp2/source/calc.po)0
-rw-r--r--source/nl/scp2/source/draw.po (renamed from translations/source/nl/scp2/source/draw.po)0
-rw-r--r--source/nl/scp2/source/extensions.po (renamed from translations/source/nl/scp2/source/extensions.po)0
-rw-r--r--source/nl/scp2/source/gnome.po (renamed from translations/source/nl/scp2/source/gnome.po)0
-rw-r--r--source/nl/scp2/source/graphicfilter.po (renamed from translations/source/nl/scp2/source/graphicfilter.po)0
-rw-r--r--source/nl/scp2/source/impress.po (renamed from translations/source/nl/scp2/source/impress.po)0
-rw-r--r--source/nl/scp2/source/javafilter.po (renamed from translations/source/nl/scp2/source/javafilter.po)0
-rw-r--r--source/nl/scp2/source/kde.po (renamed from translations/source/nl/scp2/source/kde.po)0
-rw-r--r--source/nl/scp2/source/math.po (renamed from translations/source/nl/scp2/source/math.po)0
-rw-r--r--source/nl/scp2/source/onlineupdate.po (renamed from translations/source/nl/scp2/source/onlineupdate.po)0
-rw-r--r--source/nl/scp2/source/ooo.po (renamed from translations/source/nl/scp2/source/ooo.po)0
-rw-r--r--source/nl/scp2/source/python.po (renamed from translations/source/nl/scp2/source/python.po)0
-rw-r--r--source/nl/scp2/source/quickstart.po (renamed from translations/source/nl/scp2/source/quickstart.po)0
-rw-r--r--source/nl/scp2/source/sdkoo.po (renamed from translations/source/nl/scp2/source/sdkoo.po)0
-rw-r--r--source/nl/scp2/source/smoketest.po (renamed from translations/source/nl/scp2/source/smoketest.po)0
-rw-r--r--source/nl/scp2/source/stdlibs.po (renamed from translations/source/nl/scp2/source/stdlibs.po)0
-rw-r--r--source/nl/scp2/source/tde.po (renamed from translations/source/nl/scp2/source/tde.po)0
-rw-r--r--source/nl/scp2/source/winexplorerext.po (renamed from translations/source/nl/scp2/source/winexplorerext.po)0
-rw-r--r--source/nl/scp2/source/writer.po (renamed from translations/source/nl/scp2/source/writer.po)0
-rw-r--r--source/nl/scp2/source/xsltfilter.po (renamed from translations/source/nl/scp2/source/xsltfilter.po)0
-rw-r--r--source/nl/scripting/source/pyprov.po (renamed from translations/source/nl/scripting/source/pyprov.po)0
-rw-r--r--source/nl/sd/source/core.po (renamed from translations/source/nl/sd/source/core.po)0
-rw-r--r--source/nl/sd/source/filter/html.po (renamed from translations/source/nl/sd/source/filter/html.po)0
-rw-r--r--source/nl/sd/source/ui/accessibility.po (renamed from translations/source/nl/sd/source/ui/accessibility.po)0
-rw-r--r--source/nl/sd/source/ui/animations.po (renamed from translations/source/nl/sd/source/ui/animations.po)0
-rw-r--r--source/nl/sd/source/ui/annotations.po (renamed from translations/source/nl/sd/source/ui/annotations.po)0
-rw-r--r--source/nl/sd/source/ui/app.po (renamed from translations/source/nl/sd/source/ui/app.po)0
-rw-r--r--source/nl/sd/source/ui/dlg.po (renamed from translations/source/nl/sd/source/ui/dlg.po)0
-rw-r--r--source/nl/sd/source/ui/slideshow.po (renamed from translations/source/nl/sd/source/ui/slideshow.po)0
-rw-r--r--source/nl/sd/source/ui/table.po (renamed from translations/source/nl/sd/source/ui/table.po)0
-rw-r--r--source/nl/sd/source/ui/view.po (renamed from translations/source/nl/sd/source/ui/view.po)0
-rw-r--r--source/nl/sdext/source/minimizer.po (renamed from translations/source/nl/sdext/source/minimizer.po)0
-rw-r--r--source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nl/sdext/source/pdfimport.po (renamed from translations/source/nl/sdext/source/pdfimport.po)0
-rw-r--r--source/nl/sdext/source/presenter.po (renamed from translations/source/nl/sdext/source/presenter.po)0
-rw-r--r--source/nl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/nl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/nl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nl/setup_native/source/mac.po (renamed from translations/source/nl/setup_native/source/mac.po)0
-rw-r--r--source/nl/sfx2/source/appl.po (renamed from translations/source/nl/sfx2/source/appl.po)0
-rw-r--r--source/nl/sfx2/source/bastyp.po (renamed from translations/source/nl/sfx2/source/bastyp.po)0
-rw-r--r--source/nl/sfx2/source/dialog.po (renamed from translations/source/nl/sfx2/source/dialog.po)0
-rw-r--r--source/nl/sfx2/source/doc.po (renamed from translations/source/nl/sfx2/source/doc.po)0
-rw-r--r--source/nl/sfx2/source/menu.po (renamed from translations/source/nl/sfx2/source/menu.po)0
-rw-r--r--source/nl/sfx2/source/view.po (renamed from translations/source/nl/sfx2/source/view.po)0
-rw-r--r--source/nl/shell/source/win32/shlxthandler/res.po (renamed from translations/source/nl/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/nl/starmath/source.po (renamed from translations/source/nl/starmath/source.po)0
-rw-r--r--source/nl/svl/source/items.po (renamed from translations/source/nl/svl/source/items.po)0
-rw-r--r--source/nl/svl/source/misc.po (renamed from translations/source/nl/svl/source/misc.po)0
-rw-r--r--source/nl/svtools/source/contnr.po (renamed from translations/source/nl/svtools/source/contnr.po)0
-rw-r--r--source/nl/svtools/source/control.po (renamed from translations/source/nl/svtools/source/control.po)0
-rw-r--r--source/nl/svtools/source/dialogs.po (renamed from translations/source/nl/svtools/source/dialogs.po)0
-rw-r--r--source/nl/svtools/source/filter.po (renamed from translations/source/nl/svtools/source/filter.po)0
-rw-r--r--source/nl/svtools/source/java.po (renamed from translations/source/nl/svtools/source/java.po)0
-rw-r--r--source/nl/svtools/source/misc.po (renamed from translations/source/nl/svtools/source/misc.po)0
-rw-r--r--source/nl/svtools/source/toolpanel.po (renamed from translations/source/nl/svtools/source/toolpanel.po)0
-rw-r--r--source/nl/svtools/workben/unodialog.po (renamed from translations/source/nl/svtools/workben/unodialog.po)0
-rw-r--r--source/nl/svx/inc.po (renamed from translations/source/nl/svx/inc.po)0
-rw-r--r--source/nl/svx/source/accessibility.po (renamed from translations/source/nl/svx/source/accessibility.po)0
-rw-r--r--source/nl/svx/source/dialog.po (renamed from translations/source/nl/svx/source/dialog.po)0
-rw-r--r--source/nl/svx/source/engine3d.po (renamed from translations/source/nl/svx/source/engine3d.po)0
-rw-r--r--source/nl/svx/source/fmcomp.po (renamed from translations/source/nl/svx/source/fmcomp.po)0
-rw-r--r--source/nl/svx/source/form.po (renamed from translations/source/nl/svx/source/form.po)0
-rw-r--r--source/nl/svx/source/gallery2.po (renamed from translations/source/nl/svx/source/gallery2.po)0
-rw-r--r--source/nl/svx/source/items.po (renamed from translations/source/nl/svx/source/items.po)0
-rw-r--r--source/nl/svx/source/src.po (renamed from translations/source/nl/svx/source/src.po)0
-rw-r--r--source/nl/svx/source/stbctrls.po (renamed from translations/source/nl/svx/source/stbctrls.po)0
-rw-r--r--source/nl/svx/source/svdraw.po (renamed from translations/source/nl/svx/source/svdraw.po)0
-rw-r--r--source/nl/svx/source/table.po (renamed from translations/source/nl/svx/source/table.po)0
-rw-r--r--source/nl/svx/source/tbxctrls.po (renamed from translations/source/nl/svx/source/tbxctrls.po)0
-rw-r--r--source/nl/svx/source/toolbars.po (renamed from translations/source/nl/svx/source/toolbars.po)0
-rw-r--r--source/nl/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/nl/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/nl/sw/source/core/layout.po (renamed from translations/source/nl/sw/source/core/layout.po)0
-rw-r--r--source/nl/sw/source/core/undo.po (renamed from translations/source/nl/sw/source/core/undo.po)0
-rw-r--r--source/nl/sw/source/core/unocore.po (renamed from translations/source/nl/sw/source/core/unocore.po)0
-rw-r--r--source/nl/sw/source/ui/app.po (renamed from translations/source/nl/sw/source/ui/app.po)0
-rw-r--r--source/nl/sw/source/ui/chrdlg.po (renamed from translations/source/nl/sw/source/ui/chrdlg.po)0
-rw-r--r--source/nl/sw/source/ui/config.po (renamed from translations/source/nl/sw/source/ui/config.po)0
-rw-r--r--source/nl/sw/source/ui/dbui.po (renamed from translations/source/nl/sw/source/ui/dbui.po)0
-rw-r--r--source/nl/sw/source/ui/dialog.po (renamed from translations/source/nl/sw/source/ui/dialog.po)0
-rw-r--r--source/nl/sw/source/ui/dochdl.po (renamed from translations/source/nl/sw/source/ui/dochdl.po)0
-rw-r--r--source/nl/sw/source/ui/docvw.po (renamed from translations/source/nl/sw/source/ui/docvw.po)0
-rw-r--r--source/nl/sw/source/ui/envelp.po (renamed from translations/source/nl/sw/source/ui/envelp.po)0
-rw-r--r--source/nl/sw/source/ui/fldui.po (renamed from translations/source/nl/sw/source/ui/fldui.po)0
-rw-r--r--source/nl/sw/source/ui/fmtui.po (renamed from translations/source/nl/sw/source/ui/fmtui.po)0
-rw-r--r--source/nl/sw/source/ui/frmdlg.po (renamed from translations/source/nl/sw/source/ui/frmdlg.po)0
-rw-r--r--source/nl/sw/source/ui/globdoc.po (renamed from translations/source/nl/sw/source/ui/globdoc.po)0
-rw-r--r--source/nl/sw/source/ui/index.po (renamed from translations/source/nl/sw/source/ui/index.po)0
-rw-r--r--source/nl/sw/source/ui/lingu.po (renamed from translations/source/nl/sw/source/ui/lingu.po)0
-rw-r--r--source/nl/sw/source/ui/misc.po (renamed from translations/source/nl/sw/source/ui/misc.po)0
-rw-r--r--source/nl/sw/source/ui/ribbar.po (renamed from translations/source/nl/sw/source/ui/ribbar.po)0
-rw-r--r--source/nl/sw/source/ui/shells.po (renamed from translations/source/nl/sw/source/ui/shells.po)0
-rw-r--r--source/nl/sw/source/ui/smartmenu.po (renamed from translations/source/nl/sw/source/ui/smartmenu.po)0
-rw-r--r--source/nl/sw/source/ui/table.po (renamed from translations/source/nl/sw/source/ui/table.po)0
-rw-r--r--source/nl/sw/source/ui/uiview.po (renamed from translations/source/nl/sw/source/ui/uiview.po)0
-rw-r--r--source/nl/sw/source/ui/utlui.po (renamed from translations/source/nl/sw/source/ui/utlui.po)0
-rw-r--r--source/nl/sw/source/ui/web.po (renamed from translations/source/nl/sw/source/ui/web.po)0
-rw-r--r--source/nl/sw/source/ui/wrtsh.po (renamed from translations/source/nl/sw/source/ui/wrtsh.po)0
-rw-r--r--source/nl/swext/mediawiki/help.po (renamed from translations/source/nl/swext/mediawiki/help.po)0
-rw-r--r--source/nl/swext/mediawiki/src.po (renamed from translations/source/nl/swext/mediawiki/src.po)0
-rw-r--r--source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/nl/sysui/desktop/share.po (renamed from translations/source/nl/sysui/desktop/share.po)0
-rw-r--r--source/nl/uui/source.po (renamed from translations/source/nl/uui/source.po)0
-rw-r--r--source/nl/vcl/source/src.po (renamed from translations/source/nl/vcl/source/src.po)0
-rw-r--r--source/nl/wizards/source/euro.po (renamed from translations/source/nl/wizards/source/euro.po)0
-rw-r--r--source/nl/wizards/source/formwizard.po (renamed from translations/source/nl/wizards/source/formwizard.po)0
-rw-r--r--source/nl/wizards/source/importwizard.po (renamed from translations/source/nl/wizards/source/importwizard.po)0
-rw-r--r--source/nl/wizards/source/schedule.po (renamed from translations/source/nl/wizards/source/schedule.po)0
-rw-r--r--source/nl/wizards/source/template.po (renamed from translations/source/nl/wizards/source/template.po)0
-rw-r--r--source/nl/xmlsecurity/source/component.po (renamed from translations/source/nl/xmlsecurity/source/component.po)0
-rw-r--r--source/nl/xmlsecurity/source/dialogs.po (renamed from translations/source/nl/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/nn/accessibility/source/helper.po (renamed from translations/source/nn/accessibility/source/helper.po)0
-rw-r--r--source/nn/avmedia/source/framework.po (renamed from translations/source/nn/avmedia/source/framework.po)0
-rw-r--r--source/nn/avmedia/source/viewer.po (renamed from translations/source/nn/avmedia/source/viewer.po)0
-rw-r--r--source/nn/basctl/source/basicide.po (renamed from translations/source/nn/basctl/source/basicide.po)0
-rw-r--r--source/nn/basctl/source/dlged.po (renamed from translations/source/nn/basctl/source/dlged.po)0
-rw-r--r--source/nn/basic/source/classes.po (renamed from translations/source/nn/basic/source/classes.po)0
-rw-r--r--source/nn/basic/source/sbx.po (renamed from translations/source/nn/basic/source/sbx.po)0
-rw-r--r--source/nn/chart2/source/controller/dialogs.po (renamed from translations/source/nn/chart2/source/controller/dialogs.po)0
-rw-r--r--source/nn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/nn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/nn/connectivity/source/resource.po (renamed from translations/source/nn/connectivity/source/resource.po)0
-rw-r--r--source/nn/cui/source/customize.po (renamed from translations/source/nn/cui/source/customize.po)0
-rw-r--r--source/nn/cui/source/dialogs.po (renamed from translations/source/nn/cui/source/dialogs.po)0
-rw-r--r--source/nn/cui/source/options.po (renamed from translations/source/nn/cui/source/options.po)0
-rw-r--r--source/nn/cui/source/tabpages.po (renamed from translations/source/nn/cui/source/tabpages.po)0
-rw-r--r--source/nn/dbaccess/source/core/resource.po (renamed from translations/source/nn/dbaccess/source/core/resource.po)0
-rw-r--r--source/nn/dbaccess/source/ext/macromigration.po (renamed from translations/source/nn/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/nn/dbaccess/source/sdbtools/resource.po (renamed from translations/source/nn/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/nn/dbaccess/source/ui/app.po (renamed from translations/source/nn/dbaccess/source/ui/app.po)0
-rw-r--r--source/nn/dbaccess/source/ui/browser.po (renamed from translations/source/nn/dbaccess/source/ui/browser.po)0
-rw-r--r--source/nn/dbaccess/source/ui/control.po (renamed from translations/source/nn/dbaccess/source/ui/control.po)0
-rw-r--r--source/nn/dbaccess/source/ui/dlg.po (renamed from translations/source/nn/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/nn/dbaccess/source/ui/inc.po (renamed from translations/source/nn/dbaccess/source/ui/inc.po)0
-rw-r--r--source/nn/dbaccess/source/ui/misc.po (renamed from translations/source/nn/dbaccess/source/ui/misc.po)0
-rw-r--r--source/nn/dbaccess/source/ui/querydesign.po (renamed from translations/source/nn/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/nn/dbaccess/source/ui/relationdesign.po (renamed from translations/source/nn/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/nn/dbaccess/source/ui/tabledesign.po (renamed from translations/source/nn/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/nn/dbaccess/source/ui/uno.po (renamed from translations/source/nn/dbaccess/source/ui/uno.po)0
-rw-r--r--source/nn/desktop/source/app.po (renamed from translations/source/nn/desktop/source/app.po)0
-rw-r--r--source/nn/desktop/source/deployment/gui.po (renamed from translations/source/nn/desktop/source/deployment/gui.po)0
-rw-r--r--source/nn/desktop/source/deployment/manager.po (renamed from translations/source/nn/desktop/source/deployment/manager.po)0
-rw-r--r--source/nn/desktop/source/deployment/misc.po (renamed from translations/source/nn/desktop/source/deployment/misc.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry.po (renamed from translations/source/nn/desktop/source/deployment/registry.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/component.po (renamed from translations/source/nn/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/configuration.po (renamed from translations/source/nn/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/help.po (renamed from translations/source/nn/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/package.po (renamed from translations/source/nn/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/script.po (renamed from translations/source/nn/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/nn/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/nn/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/nn/desktop/source/deployment/unopkg.po (renamed from translations/source/nn/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/nn/dictionaries/af_ZA.po (renamed from translations/source/nn/dictionaries/af_ZA.po)0
-rw-r--r--source/nn/dictionaries/an_ES.po (renamed from translations/source/nn/dictionaries/an_ES.po)0
-rw-r--r--source/nn/dictionaries/ar.po (renamed from translations/source/nn/dictionaries/ar.po)0
-rw-r--r--source/nn/dictionaries/be_BY.po (renamed from translations/source/nn/dictionaries/be_BY.po)0
-rw-r--r--source/nn/dictionaries/bg_BG.po (renamed from translations/source/nn/dictionaries/bg_BG.po)0
-rw-r--r--source/nn/dictionaries/bn_BD.po (renamed from translations/source/nn/dictionaries/bn_BD.po)0
-rw-r--r--source/nn/dictionaries/br_FR.po (renamed from translations/source/nn/dictionaries/br_FR.po)0
-rw-r--r--source/nn/dictionaries/ca.po (renamed from translations/source/nn/dictionaries/ca.po)0
-rw-r--r--source/nn/dictionaries/cs_CZ.po (renamed from translations/source/nn/dictionaries/cs_CZ.po)0
-rw-r--r--source/nn/dictionaries/da_DK.po (renamed from translations/source/nn/dictionaries/da_DK.po)0
-rw-r--r--source/nn/dictionaries/de.po (renamed from translations/source/nn/dictionaries/de.po)0
-rw-r--r--source/nn/dictionaries/el_GR.po (renamed from translations/source/nn/dictionaries/el_GR.po)0
-rw-r--r--source/nn/dictionaries/en.po (renamed from translations/source/nn/dictionaries/en.po)0
-rw-r--r--source/nn/dictionaries/en/dialog.po (renamed from translations/source/nn/dictionaries/en/dialog.po)0
-rw-r--r--source/nn/dictionaries/es_ES.po (renamed from translations/source/nn/dictionaries/es_ES.po)0
-rw-r--r--source/nn/dictionaries/et_EE.po (renamed from translations/source/nn/dictionaries/et_EE.po)0
-rw-r--r--source/nn/dictionaries/fr_FR.po (renamed from translations/source/nn/dictionaries/fr_FR.po)0
-rw-r--r--source/nn/dictionaries/gd_GB.po (renamed from translations/source/nn/dictionaries/gd_GB.po)0
-rw-r--r--source/nn/dictionaries/gl.po (renamed from translations/source/nn/dictionaries/gl.po)0
-rw-r--r--source/nn/dictionaries/gu_IN.po (renamed from translations/source/nn/dictionaries/gu_IN.po)0
-rw-r--r--source/nn/dictionaries/he_IL.po (renamed from translations/source/nn/dictionaries/he_IL.po)0
-rw-r--r--source/nn/dictionaries/hi_IN.po (renamed from translations/source/nn/dictionaries/hi_IN.po)0
-rw-r--r--source/nn/dictionaries/hr_HR.po (renamed from translations/source/nn/dictionaries/hr_HR.po)0
-rw-r--r--source/nn/dictionaries/hu_HU.po (renamed from translations/source/nn/dictionaries/hu_HU.po)0
-rw-r--r--source/nn/dictionaries/hu_HU/dialog.po (renamed from translations/source/nn/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/nn/dictionaries/it_IT.po (renamed from translations/source/nn/dictionaries/it_IT.po)0
-rw-r--r--source/nn/dictionaries/ku_TR.po (renamed from translations/source/nn/dictionaries/ku_TR.po)0
-rw-r--r--source/nn/dictionaries/lt_LT.po (renamed from translations/source/nn/dictionaries/lt_LT.po)0
-rw-r--r--source/nn/dictionaries/lv_LV.po (renamed from translations/source/nn/dictionaries/lv_LV.po)0
-rw-r--r--source/nn/dictionaries/ne_NP.po (renamed from translations/source/nn/dictionaries/ne_NP.po)0
-rw-r--r--source/nn/dictionaries/nl_NL.po (renamed from translations/source/nn/dictionaries/nl_NL.po)0
-rw-r--r--source/nn/dictionaries/no.po (renamed from translations/source/nn/dictionaries/no.po)0
-rw-r--r--source/nn/dictionaries/oc_FR.po (renamed from translations/source/nn/dictionaries/oc_FR.po)0
-rw-r--r--source/nn/dictionaries/pl_PL.po (renamed from translations/source/nn/dictionaries/pl_PL.po)0
-rw-r--r--source/nn/dictionaries/pt_BR.po (renamed from translations/source/nn/dictionaries/pt_BR.po)0
-rw-r--r--source/nn/dictionaries/pt_PT.po (renamed from translations/source/nn/dictionaries/pt_PT.po)0
-rw-r--r--source/nn/dictionaries/ro.po (renamed from translations/source/nn/dictionaries/ro.po)0
-rw-r--r--source/nn/dictionaries/ru_RU.po (renamed from translations/source/nn/dictionaries/ru_RU.po)0
-rw-r--r--source/nn/dictionaries/ru_RU/dialog.po (renamed from translations/source/nn/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/nn/dictionaries/si_LK.po (renamed from translations/source/nn/dictionaries/si_LK.po)0
-rw-r--r--source/nn/dictionaries/sk_SK.po (renamed from translations/source/nn/dictionaries/sk_SK.po)0
-rw-r--r--source/nn/dictionaries/sl_SI.po (renamed from translations/source/nn/dictionaries/sl_SI.po)0
-rw-r--r--source/nn/dictionaries/sr.po (renamed from translations/source/nn/dictionaries/sr.po)0
-rw-r--r--source/nn/dictionaries/sv_SE.po (renamed from translations/source/nn/dictionaries/sv_SE.po)0
-rw-r--r--source/nn/dictionaries/sw_TZ.po (renamed from translations/source/nn/dictionaries/sw_TZ.po)0
-rw-r--r--source/nn/dictionaries/te_IN.po (renamed from translations/source/nn/dictionaries/te_IN.po)0
-rw-r--r--source/nn/dictionaries/th_TH.po (renamed from translations/source/nn/dictionaries/th_TH.po)0
-rw-r--r--source/nn/dictionaries/uk_UA.po (renamed from translations/source/nn/dictionaries/uk_UA.po)0
-rw-r--r--source/nn/dictionaries/vi.po (renamed from translations/source/nn/dictionaries/vi.po)0
-rw-r--r--source/nn/dictionaries/zu_ZA.po (renamed from translations/source/nn/dictionaries/zu_ZA.po)0
-rw-r--r--source/nn/editeng/source/accessibility.po (renamed from translations/source/nn/editeng/source/accessibility.po)0
-rw-r--r--source/nn/editeng/source/editeng.po (renamed from translations/source/nn/editeng/source/editeng.po)0
-rw-r--r--source/nn/editeng/source/items.po (renamed from translations/source/nn/editeng/source/items.po)0
-rw-r--r--source/nn/editeng/source/misc.po (renamed from translations/source/nn/editeng/source/misc.po)0
-rw-r--r--source/nn/editeng/source/outliner.po (renamed from translations/source/nn/editeng/source/outliner.po)0
-rw-r--r--source/nn/extensions/source/abpilot.po (renamed from translations/source/nn/extensions/source/abpilot.po)0
-rw-r--r--source/nn/extensions/source/bibliography.po (renamed from translations/source/nn/extensions/source/bibliography.po)0
-rw-r--r--source/nn/extensions/source/dbpilots.po (renamed from translations/source/nn/extensions/source/dbpilots.po)0
-rw-r--r--source/nn/extensions/source/propctrlr.po (renamed from translations/source/nn/extensions/source/propctrlr.po)0
-rw-r--r--source/nn/extensions/source/scanner.po (renamed from translations/source/nn/extensions/source/scanner.po)0
-rw-r--r--source/nn/extensions/source/update/check.po (renamed from translations/source/nn/extensions/source/update/check.po)0
-rw-r--r--source/nn/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/nn/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/nn/filter/source/config/fragments/filters.po (renamed from translations/source/nn/filter/source/config/fragments/filters.po)0
-rw-r--r--source/nn/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/nn/filter/source/config/fragments/types.po (renamed from translations/source/nn/filter/source/config/fragments/types.po)0
-rw-r--r--source/nn/filter/source/flash.po (renamed from translations/source/nn/filter/source/flash.po)0
-rw-r--r--source/nn/filter/source/graphicfilter/eps.po (renamed from translations/source/nn/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/nn/filter/source/pdf.po (renamed from translations/source/nn/filter/source/pdf.po)0
-rw-r--r--source/nn/filter/source/t602.po (renamed from translations/source/nn/filter/source/t602.po)0
-rw-r--r--source/nn/filter/source/xsltdialog.po (renamed from translations/source/nn/filter/source/xsltdialog.po)0
-rw-r--r--source/nn/forms/source/resource.po (renamed from translations/source/nn/forms/source/resource.po)0
-rw-r--r--source/nn/formula/source/core/resource.po (renamed from translations/source/nn/formula/source/core/resource.po)0
-rw-r--r--source/nn/formula/source/ui/dlg.po (renamed from translations/source/nn/formula/source/ui/dlg.po)0
-rw-r--r--source/nn/fpicker/source/office.po (renamed from translations/source/nn/fpicker/source/office.po)0
-rw-r--r--source/nn/framework/source/classes.po (renamed from translations/source/nn/framework/source/classes.po)0
-rw-r--r--source/nn/framework/source/services.po (renamed from translations/source/nn/framework/source/services.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/nn/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/nn/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po (renamed from translations/source/nn/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/02.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/04.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/05.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/nn/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/schart.po (renamed from translations/source/nn/helpcontent2/source/text/schart.po)0
-rw-r--r--source/nn/helpcontent2/source/text/schart/00.po (renamed from translations/source/nn/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po (renamed from translations/source/nn/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/schart/02.po (renamed from translations/source/nn/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/schart/04.po (renamed from translations/source/nn/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sdraw.po (renamed from translations/source/nn/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/nn/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/nn/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/nn/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/nn/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared.po (renamed from translations/source/nn/helpcontent2/source/text/shared.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po (renamed from translations/source/nn/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po (renamed from translations/source/nn/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po (renamed from translations/source/nn/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/04.po (renamed from translations/source/nn/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/05.po (renamed from translations/source/nn/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/07.po (renamed from translations/source/nn/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/nn/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/nn/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/nn/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po (renamed from translations/source/nn/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/nn/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress.po (renamed from translations/source/nn/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress/00.po (renamed from translations/source/nn/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress/01.po (renamed from translations/source/nn/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress/02.po (renamed from translations/source/nn/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress/04.po (renamed from translations/source/nn/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/nn/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath.po (renamed from translations/source/nn/helpcontent2/source/text/smath.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath/00.po (renamed from translations/source/nn/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po (renamed from translations/source/nn/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath/02.po (renamed from translations/source/nn/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath/04.po (renamed from translations/source/nn/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/smath/guide.po (renamed from translations/source/nn/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po (renamed from translations/source/nn/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po (renamed from translations/source/nn/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po (renamed from translations/source/nn/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po (renamed from translations/source/nn/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter/04.po (renamed from translations/source/nn/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/nn/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/nn/mysqlc/source.po (renamed from translations/source/nn/mysqlc/source.po)0
-rw-r--r--source/nn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/nn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/nn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/nn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/nn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/nn/nlpsolver/src/locale.po (renamed from translations/source/nn/nlpsolver/src/locale.po)0
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/nn/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nn/padmin/source.po (renamed from translations/source/nn/padmin/source.po)0
-rw-r--r--source/nn/readlicense_oo/docs/readme.po (renamed from translations/source/nn/readlicense_oo/docs/readme.po)0
-rw-r--r--source/nn/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/nn/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/nn/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/nn/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nn/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nn/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nn/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/nn/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/nn/reportbuilder/util.po (renamed from translations/source/nn/reportbuilder/util.po)0
-rw-r--r--source/nn/reportdesign/source/core/resource.po (renamed from translations/source/nn/reportdesign/source/core/resource.po)0
-rw-r--r--source/nn/reportdesign/source/ui/dlg.po (renamed from translations/source/nn/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/nn/reportdesign/source/ui/inspection.po (renamed from translations/source/nn/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/nn/reportdesign/source/ui/report.po (renamed from translations/source/nn/reportdesign/source/ui/report.po)0
-rw-r--r--source/nn/sc/source/core/src.po (renamed from translations/source/nn/sc/source/core/src.po)0
-rw-r--r--source/nn/sc/source/ui/cctrl.po (renamed from translations/source/nn/sc/source/ui/cctrl.po)0
-rw-r--r--source/nn/sc/source/ui/dbgui.po (renamed from translations/source/nn/sc/source/ui/dbgui.po)0
-rw-r--r--source/nn/sc/source/ui/docshell.po (renamed from translations/source/nn/sc/source/ui/docshell.po)0
-rw-r--r--source/nn/sc/source/ui/drawfunc.po (renamed from translations/source/nn/sc/source/ui/drawfunc.po)0
-rw-r--r--source/nn/sc/source/ui/formdlg.po (renamed from translations/source/nn/sc/source/ui/formdlg.po)0
-rw-r--r--source/nn/sc/source/ui/miscdlgs.po (renamed from translations/source/nn/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/nn/sc/source/ui/navipi.po (renamed from translations/source/nn/sc/source/ui/navipi.po)0
-rw-r--r--source/nn/sc/source/ui/optdlg.po (renamed from translations/source/nn/sc/source/ui/optdlg.po)0
-rw-r--r--source/nn/sc/source/ui/pagedlg.po (renamed from translations/source/nn/sc/source/ui/pagedlg.po)0
-rw-r--r--source/nn/sc/source/ui/src.po (renamed from translations/source/nn/sc/source/ui/src.po)0
-rw-r--r--source/nn/sc/source/ui/styleui.po (renamed from translations/source/nn/sc/source/ui/styleui.po)0
-rw-r--r--source/nn/scaddins/source/analysis.po (renamed from translations/source/nn/scaddins/source/analysis.po)0
-rw-r--r--source/nn/scaddins/source/datefunc.po (renamed from translations/source/nn/scaddins/source/datefunc.po)0
-rw-r--r--source/nn/sccomp/source/solver.po (renamed from translations/source/nn/sccomp/source/solver.po)0
-rw-r--r--source/nn/scp2/source/accessories.po (renamed from translations/source/nn/scp2/source/accessories.po)0
-rw-r--r--source/nn/scp2/source/activex.po (renamed from translations/source/nn/scp2/source/activex.po)0
-rw-r--r--source/nn/scp2/source/base.po (renamed from translations/source/nn/scp2/source/base.po)0
-rw-r--r--source/nn/scp2/source/binfilter.po (renamed from translations/source/nn/scp2/source/binfilter.po)0
-rw-r--r--source/nn/scp2/source/calc.po (renamed from translations/source/nn/scp2/source/calc.po)0
-rw-r--r--source/nn/scp2/source/draw.po (renamed from translations/source/nn/scp2/source/draw.po)0
-rw-r--r--source/nn/scp2/source/extensions.po (renamed from translations/source/nn/scp2/source/extensions.po)0
-rw-r--r--source/nn/scp2/source/gnome.po (renamed from translations/source/nn/scp2/source/gnome.po)0
-rw-r--r--source/nn/scp2/source/graphicfilter.po (renamed from translations/source/nn/scp2/source/graphicfilter.po)0
-rw-r--r--source/nn/scp2/source/impress.po (renamed from translations/source/nn/scp2/source/impress.po)0
-rw-r--r--source/nn/scp2/source/javafilter.po (renamed from translations/source/nn/scp2/source/javafilter.po)0
-rw-r--r--source/nn/scp2/source/kde.po (renamed from translations/source/nn/scp2/source/kde.po)0
-rw-r--r--source/nn/scp2/source/math.po (renamed from translations/source/nn/scp2/source/math.po)0
-rw-r--r--source/nn/scp2/source/onlineupdate.po (renamed from translations/source/nn/scp2/source/onlineupdate.po)0
-rw-r--r--source/nn/scp2/source/ooo.po (renamed from translations/source/nn/scp2/source/ooo.po)0
-rw-r--r--source/nn/scp2/source/python.po (renamed from translations/source/nn/scp2/source/python.po)0
-rw-r--r--source/nn/scp2/source/quickstart.po (renamed from translations/source/nn/scp2/source/quickstart.po)0
-rw-r--r--source/nn/scp2/source/sdkoo.po (renamed from translations/source/nn/scp2/source/sdkoo.po)0
-rw-r--r--source/nn/scp2/source/smoketest.po (renamed from translations/source/nn/scp2/source/smoketest.po)0
-rw-r--r--source/nn/scp2/source/stdlibs.po (renamed from translations/source/nn/scp2/source/stdlibs.po)0
-rw-r--r--source/nn/scp2/source/tde.po (renamed from translations/source/nn/scp2/source/tde.po)0
-rw-r--r--source/nn/scp2/source/winexplorerext.po (renamed from translations/source/nn/scp2/source/winexplorerext.po)0
-rw-r--r--source/nn/scp2/source/writer.po (renamed from translations/source/nn/scp2/source/writer.po)0
-rw-r--r--source/nn/scp2/source/xsltfilter.po (renamed from translations/source/nn/scp2/source/xsltfilter.po)0
-rw-r--r--source/nn/scripting/source/pyprov.po (renamed from translations/source/nn/scripting/source/pyprov.po)0
-rw-r--r--source/nn/sd/source/core.po (renamed from translations/source/nn/sd/source/core.po)0
-rw-r--r--source/nn/sd/source/filter/html.po (renamed from translations/source/nn/sd/source/filter/html.po)0
-rw-r--r--source/nn/sd/source/ui/accessibility.po (renamed from translations/source/nn/sd/source/ui/accessibility.po)0
-rw-r--r--source/nn/sd/source/ui/animations.po (renamed from translations/source/nn/sd/source/ui/animations.po)0
-rw-r--r--source/nn/sd/source/ui/annotations.po (renamed from translations/source/nn/sd/source/ui/annotations.po)0
-rw-r--r--source/nn/sd/source/ui/app.po (renamed from translations/source/nn/sd/source/ui/app.po)0
-rw-r--r--source/nn/sd/source/ui/dlg.po (renamed from translations/source/nn/sd/source/ui/dlg.po)0
-rw-r--r--source/nn/sd/source/ui/slideshow.po (renamed from translations/source/nn/sd/source/ui/slideshow.po)0
-rw-r--r--source/nn/sd/source/ui/table.po (renamed from translations/source/nn/sd/source/ui/table.po)0
-rw-r--r--source/nn/sd/source/ui/view.po (renamed from translations/source/nn/sd/source/ui/view.po)0
-rw-r--r--source/nn/sdext/source/minimizer.po (renamed from translations/source/nn/sdext/source/minimizer.po)0
-rw-r--r--source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nn/sdext/source/pdfimport.po (renamed from translations/source/nn/sdext/source/pdfimport.po)0
-rw-r--r--source/nn/sdext/source/presenter.po (renamed from translations/source/nn/sdext/source/presenter.po)0
-rw-r--r--source/nn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/nn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/nn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nn/setup_native/source/mac.po (renamed from translations/source/nn/setup_native/source/mac.po)0
-rw-r--r--source/nn/sfx2/source/appl.po (renamed from translations/source/nn/sfx2/source/appl.po)0
-rw-r--r--source/nn/sfx2/source/bastyp.po (renamed from translations/source/nn/sfx2/source/bastyp.po)0
-rw-r--r--source/nn/sfx2/source/dialog.po (renamed from translations/source/nn/sfx2/source/dialog.po)0
-rw-r--r--source/nn/sfx2/source/doc.po (renamed from translations/source/nn/sfx2/source/doc.po)0
-rw-r--r--source/nn/sfx2/source/menu.po (renamed from translations/source/nn/sfx2/source/menu.po)0
-rw-r--r--source/nn/sfx2/source/view.po (renamed from translations/source/nn/sfx2/source/view.po)0
-rw-r--r--source/nn/shell/source/win32/shlxthandler/res.po (renamed from translations/source/nn/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/nn/starmath/source.po (renamed from translations/source/nn/starmath/source.po)0
-rw-r--r--source/nn/svl/source/items.po (renamed from translations/source/nn/svl/source/items.po)0
-rw-r--r--source/nn/svl/source/misc.po (renamed from translations/source/nn/svl/source/misc.po)0
-rw-r--r--source/nn/svtools/source/contnr.po (renamed from translations/source/nn/svtools/source/contnr.po)0
-rw-r--r--source/nn/svtools/source/control.po (renamed from translations/source/nn/svtools/source/control.po)0
-rw-r--r--source/nn/svtools/source/dialogs.po (renamed from translations/source/nn/svtools/source/dialogs.po)0
-rw-r--r--source/nn/svtools/source/filter.po (renamed from translations/source/nn/svtools/source/filter.po)0
-rw-r--r--source/nn/svtools/source/java.po (renamed from translations/source/nn/svtools/source/java.po)0
-rw-r--r--source/nn/svtools/source/misc.po (renamed from translations/source/nn/svtools/source/misc.po)0
-rw-r--r--source/nn/svtools/source/toolpanel.po (renamed from translations/source/nn/svtools/source/toolpanel.po)0
-rw-r--r--source/nn/svtools/workben/unodialog.po (renamed from translations/source/nn/svtools/workben/unodialog.po)0
-rw-r--r--source/nn/svx/inc.po (renamed from translations/source/nn/svx/inc.po)0
-rw-r--r--source/nn/svx/source/accessibility.po (renamed from translations/source/nn/svx/source/accessibility.po)0
-rw-r--r--source/nn/svx/source/dialog.po (renamed from translations/source/nn/svx/source/dialog.po)0
-rw-r--r--source/nn/svx/source/engine3d.po (renamed from translations/source/nn/svx/source/engine3d.po)0
-rw-r--r--source/nn/svx/source/fmcomp.po (renamed from translations/source/nn/svx/source/fmcomp.po)0
-rw-r--r--source/nn/svx/source/form.po (renamed from translations/source/nn/svx/source/form.po)0
-rw-r--r--source/nn/svx/source/gallery2.po (renamed from translations/source/nn/svx/source/gallery2.po)0
-rw-r--r--source/nn/svx/source/items.po (renamed from translations/source/nn/svx/source/items.po)0
-rw-r--r--source/nn/svx/source/src.po (renamed from translations/source/nn/svx/source/src.po)0
-rw-r--r--source/nn/svx/source/stbctrls.po (renamed from translations/source/nn/svx/source/stbctrls.po)0
-rw-r--r--source/nn/svx/source/svdraw.po (renamed from translations/source/nn/svx/source/svdraw.po)0
-rw-r--r--source/nn/svx/source/table.po (renamed from translations/source/nn/svx/source/table.po)0
-rw-r--r--source/nn/svx/source/tbxctrls.po (renamed from translations/source/nn/svx/source/tbxctrls.po)0
-rw-r--r--source/nn/svx/source/toolbars.po (renamed from translations/source/nn/svx/source/toolbars.po)0
-rw-r--r--source/nn/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/nn/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/nn/sw/source/core/layout.po (renamed from translations/source/nn/sw/source/core/layout.po)0
-rw-r--r--source/nn/sw/source/core/undo.po (renamed from translations/source/nn/sw/source/core/undo.po)0
-rw-r--r--source/nn/sw/source/core/unocore.po (renamed from translations/source/nn/sw/source/core/unocore.po)0
-rw-r--r--source/nn/sw/source/ui/app.po (renamed from translations/source/nn/sw/source/ui/app.po)0
-rw-r--r--source/nn/sw/source/ui/chrdlg.po (renamed from translations/source/nn/sw/source/ui/chrdlg.po)0
-rw-r--r--source/nn/sw/source/ui/config.po (renamed from translations/source/nn/sw/source/ui/config.po)0
-rw-r--r--source/nn/sw/source/ui/dbui.po (renamed from translations/source/nn/sw/source/ui/dbui.po)0
-rw-r--r--source/nn/sw/source/ui/dialog.po (renamed from translations/source/nn/sw/source/ui/dialog.po)0
-rw-r--r--source/nn/sw/source/ui/dochdl.po (renamed from translations/source/nn/sw/source/ui/dochdl.po)0
-rw-r--r--source/nn/sw/source/ui/docvw.po (renamed from translations/source/nn/sw/source/ui/docvw.po)0
-rw-r--r--source/nn/sw/source/ui/envelp.po (renamed from translations/source/nn/sw/source/ui/envelp.po)0
-rw-r--r--source/nn/sw/source/ui/fldui.po (renamed from translations/source/nn/sw/source/ui/fldui.po)0
-rw-r--r--source/nn/sw/source/ui/fmtui.po (renamed from translations/source/nn/sw/source/ui/fmtui.po)0
-rw-r--r--source/nn/sw/source/ui/frmdlg.po (renamed from translations/source/nn/sw/source/ui/frmdlg.po)0
-rw-r--r--source/nn/sw/source/ui/globdoc.po (renamed from translations/source/nn/sw/source/ui/globdoc.po)0
-rw-r--r--source/nn/sw/source/ui/index.po (renamed from translations/source/nn/sw/source/ui/index.po)0
-rw-r--r--source/nn/sw/source/ui/lingu.po (renamed from translations/source/nn/sw/source/ui/lingu.po)0
-rw-r--r--source/nn/sw/source/ui/misc.po (renamed from translations/source/nn/sw/source/ui/misc.po)0
-rw-r--r--source/nn/sw/source/ui/ribbar.po (renamed from translations/source/nn/sw/source/ui/ribbar.po)0
-rw-r--r--source/nn/sw/source/ui/shells.po (renamed from translations/source/nn/sw/source/ui/shells.po)0
-rw-r--r--source/nn/sw/source/ui/smartmenu.po (renamed from translations/source/nn/sw/source/ui/smartmenu.po)0
-rw-r--r--source/nn/sw/source/ui/table.po (renamed from translations/source/nn/sw/source/ui/table.po)0
-rw-r--r--source/nn/sw/source/ui/uiview.po (renamed from translations/source/nn/sw/source/ui/uiview.po)0
-rw-r--r--source/nn/sw/source/ui/utlui.po (renamed from translations/source/nn/sw/source/ui/utlui.po)0
-rw-r--r--source/nn/sw/source/ui/web.po (renamed from translations/source/nn/sw/source/ui/web.po)0
-rw-r--r--source/nn/sw/source/ui/wrtsh.po (renamed from translations/source/nn/sw/source/ui/wrtsh.po)0
-rw-r--r--source/nn/swext/mediawiki/help.po (renamed from translations/source/nn/swext/mediawiki/help.po)0
-rw-r--r--source/nn/swext/mediawiki/src.po (renamed from translations/source/nn/swext/mediawiki/src.po)0
-rw-r--r--source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/nn/sysui/desktop/share.po (renamed from translations/source/nn/sysui/desktop/share.po)0
-rw-r--r--source/nn/uui/source.po (renamed from translations/source/nn/uui/source.po)0
-rw-r--r--source/nn/vcl/source/src.po (renamed from translations/source/nn/vcl/source/src.po)0
-rw-r--r--source/nn/wizards/source/euro.po (renamed from translations/source/nn/wizards/source/euro.po)0
-rw-r--r--source/nn/wizards/source/formwizard.po (renamed from translations/source/nn/wizards/source/formwizard.po)0
-rw-r--r--source/nn/wizards/source/importwizard.po (renamed from translations/source/nn/wizards/source/importwizard.po)0
-rw-r--r--source/nn/wizards/source/schedule.po (renamed from translations/source/nn/wizards/source/schedule.po)0
-rw-r--r--source/nn/wizards/source/template.po (renamed from translations/source/nn/wizards/source/template.po)0
-rw-r--r--source/nn/xmlsecurity/source/component.po (renamed from translations/source/nn/xmlsecurity/source/component.po)0
-rw-r--r--source/nn/xmlsecurity/source/dialogs.po (renamed from translations/source/nn/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/nr/accessibility/source/helper.po (renamed from translations/source/nr/accessibility/source/helper.po)0
-rw-r--r--source/nr/avmedia/source/framework.po (renamed from translations/source/nr/avmedia/source/framework.po)0
-rw-r--r--source/nr/avmedia/source/viewer.po (renamed from translations/source/nr/avmedia/source/viewer.po)0
-rw-r--r--source/nr/basctl/source/basicide.po (renamed from translations/source/nr/basctl/source/basicide.po)0
-rw-r--r--source/nr/basctl/source/dlged.po (renamed from translations/source/nr/basctl/source/dlged.po)0
-rw-r--r--source/nr/basic/source/classes.po (renamed from translations/source/nr/basic/source/classes.po)0
-rw-r--r--source/nr/basic/source/sbx.po (renamed from translations/source/nr/basic/source/sbx.po)0
-rw-r--r--source/nr/chart2/source/controller/dialogs.po (renamed from translations/source/nr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/nr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/nr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/nr/connectivity/source/resource.po (renamed from translations/source/nr/connectivity/source/resource.po)0
-rw-r--r--source/nr/cui/source/customize.po (renamed from translations/source/nr/cui/source/customize.po)0
-rw-r--r--source/nr/cui/source/dialogs.po (renamed from translations/source/nr/cui/source/dialogs.po)0
-rw-r--r--source/nr/cui/source/options.po (renamed from translations/source/nr/cui/source/options.po)0
-rw-r--r--source/nr/cui/source/tabpages.po (renamed from translations/source/nr/cui/source/tabpages.po)0
-rw-r--r--source/nr/dbaccess/source/core/resource.po (renamed from translations/source/nr/dbaccess/source/core/resource.po)0
-rw-r--r--source/nr/dbaccess/source/ext/macromigration.po (renamed from translations/source/nr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/nr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/nr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/nr/dbaccess/source/ui/app.po (renamed from translations/source/nr/dbaccess/source/ui/app.po)0
-rw-r--r--source/nr/dbaccess/source/ui/browser.po (renamed from translations/source/nr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/nr/dbaccess/source/ui/control.po (renamed from translations/source/nr/dbaccess/source/ui/control.po)0
-rw-r--r--source/nr/dbaccess/source/ui/dlg.po (renamed from translations/source/nr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/nr/dbaccess/source/ui/inc.po (renamed from translations/source/nr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/nr/dbaccess/source/ui/misc.po (renamed from translations/source/nr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/nr/dbaccess/source/ui/querydesign.po (renamed from translations/source/nr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/nr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/nr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/nr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/nr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/nr/dbaccess/source/ui/uno.po (renamed from translations/source/nr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/nr/desktop/source/app.po (renamed from translations/source/nr/desktop/source/app.po)0
-rw-r--r--source/nr/desktop/source/deployment/gui.po (renamed from translations/source/nr/desktop/source/deployment/gui.po)0
-rw-r--r--source/nr/desktop/source/deployment/manager.po (renamed from translations/source/nr/desktop/source/deployment/manager.po)0
-rw-r--r--source/nr/desktop/source/deployment/misc.po (renamed from translations/source/nr/desktop/source/deployment/misc.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry.po (renamed from translations/source/nr/desktop/source/deployment/registry.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/component.po (renamed from translations/source/nr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/nr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/help.po (renamed from translations/source/nr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/package.po (renamed from translations/source/nr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/script.po (renamed from translations/source/nr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/nr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/nr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/nr/desktop/source/deployment/unopkg.po (renamed from translations/source/nr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/nr/dictionaries/af_ZA.po (renamed from translations/source/nr/dictionaries/af_ZA.po)0
-rw-r--r--source/nr/dictionaries/an_ES.po (renamed from translations/source/nr/dictionaries/an_ES.po)0
-rw-r--r--source/nr/dictionaries/ar.po (renamed from translations/source/nr/dictionaries/ar.po)0
-rw-r--r--source/nr/dictionaries/be_BY.po (renamed from translations/source/nr/dictionaries/be_BY.po)0
-rw-r--r--source/nr/dictionaries/bg_BG.po (renamed from translations/source/nr/dictionaries/bg_BG.po)0
-rw-r--r--source/nr/dictionaries/bn_BD.po (renamed from translations/source/nr/dictionaries/bn_BD.po)0
-rw-r--r--source/nr/dictionaries/br_FR.po (renamed from translations/source/nr/dictionaries/br_FR.po)0
-rw-r--r--source/nr/dictionaries/ca.po (renamed from translations/source/nr/dictionaries/ca.po)0
-rw-r--r--source/nr/dictionaries/cs_CZ.po (renamed from translations/source/nr/dictionaries/cs_CZ.po)0
-rw-r--r--source/nr/dictionaries/da_DK.po (renamed from translations/source/nr/dictionaries/da_DK.po)0
-rw-r--r--source/nr/dictionaries/de.po (renamed from translations/source/nr/dictionaries/de.po)0
-rw-r--r--source/nr/dictionaries/el_GR.po (renamed from translations/source/nr/dictionaries/el_GR.po)0
-rw-r--r--source/nr/dictionaries/en.po (renamed from translations/source/nr/dictionaries/en.po)0
-rw-r--r--source/nr/dictionaries/en/dialog.po (renamed from translations/source/nr/dictionaries/en/dialog.po)0
-rw-r--r--source/nr/dictionaries/es_ES.po (renamed from translations/source/nr/dictionaries/es_ES.po)0
-rw-r--r--source/nr/dictionaries/et_EE.po (renamed from translations/source/nr/dictionaries/et_EE.po)0
-rw-r--r--source/nr/dictionaries/fr_FR.po (renamed from translations/source/nr/dictionaries/fr_FR.po)0
-rw-r--r--source/nr/dictionaries/gd_GB.po (renamed from translations/source/nr/dictionaries/gd_GB.po)0
-rw-r--r--source/nr/dictionaries/gl.po (renamed from translations/source/nr/dictionaries/gl.po)0
-rw-r--r--source/nr/dictionaries/gu_IN.po (renamed from translations/source/nr/dictionaries/gu_IN.po)0
-rw-r--r--source/nr/dictionaries/he_IL.po (renamed from translations/source/nr/dictionaries/he_IL.po)0
-rw-r--r--source/nr/dictionaries/hi_IN.po (renamed from translations/source/nr/dictionaries/hi_IN.po)0
-rw-r--r--source/nr/dictionaries/hr_HR.po (renamed from translations/source/nr/dictionaries/hr_HR.po)0
-rw-r--r--source/nr/dictionaries/hu_HU.po (renamed from translations/source/nr/dictionaries/hu_HU.po)0
-rw-r--r--source/nr/dictionaries/hu_HU/dialog.po (renamed from translations/source/nr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/nr/dictionaries/it_IT.po (renamed from translations/source/nr/dictionaries/it_IT.po)0
-rw-r--r--source/nr/dictionaries/ku_TR.po (renamed from translations/source/nr/dictionaries/ku_TR.po)0
-rw-r--r--source/nr/dictionaries/lt_LT.po (renamed from translations/source/nr/dictionaries/lt_LT.po)0
-rw-r--r--source/nr/dictionaries/lv_LV.po (renamed from translations/source/nr/dictionaries/lv_LV.po)0
-rw-r--r--source/nr/dictionaries/ne_NP.po (renamed from translations/source/nr/dictionaries/ne_NP.po)0
-rw-r--r--source/nr/dictionaries/nl_NL.po (renamed from translations/source/nr/dictionaries/nl_NL.po)0
-rw-r--r--source/nr/dictionaries/no.po (renamed from translations/source/nr/dictionaries/no.po)0
-rw-r--r--source/nr/dictionaries/oc_FR.po (renamed from translations/source/nr/dictionaries/oc_FR.po)0
-rw-r--r--source/nr/dictionaries/pl_PL.po (renamed from translations/source/nr/dictionaries/pl_PL.po)0
-rw-r--r--source/nr/dictionaries/pt_BR.po (renamed from translations/source/nr/dictionaries/pt_BR.po)0
-rw-r--r--source/nr/dictionaries/pt_PT.po (renamed from translations/source/nr/dictionaries/pt_PT.po)0
-rw-r--r--source/nr/dictionaries/ro.po (renamed from translations/source/nr/dictionaries/ro.po)0
-rw-r--r--source/nr/dictionaries/ru_RU.po (renamed from translations/source/nr/dictionaries/ru_RU.po)0
-rw-r--r--source/nr/dictionaries/ru_RU/dialog.po (renamed from translations/source/nr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/nr/dictionaries/si_LK.po (renamed from translations/source/nr/dictionaries/si_LK.po)0
-rw-r--r--source/nr/dictionaries/sk_SK.po (renamed from translations/source/nr/dictionaries/sk_SK.po)0
-rw-r--r--source/nr/dictionaries/sl_SI.po (renamed from translations/source/nr/dictionaries/sl_SI.po)0
-rw-r--r--source/nr/dictionaries/sr.po (renamed from translations/source/nr/dictionaries/sr.po)0
-rw-r--r--source/nr/dictionaries/sv_SE.po (renamed from translations/source/nr/dictionaries/sv_SE.po)0
-rw-r--r--source/nr/dictionaries/sw_TZ.po (renamed from translations/source/nr/dictionaries/sw_TZ.po)0
-rw-r--r--source/nr/dictionaries/te_IN.po (renamed from translations/source/nr/dictionaries/te_IN.po)0
-rw-r--r--source/nr/dictionaries/th_TH.po (renamed from translations/source/nr/dictionaries/th_TH.po)0
-rw-r--r--source/nr/dictionaries/uk_UA.po (renamed from translations/source/nr/dictionaries/uk_UA.po)0
-rw-r--r--source/nr/dictionaries/vi.po (renamed from translations/source/nr/dictionaries/vi.po)0
-rw-r--r--source/nr/dictionaries/zu_ZA.po (renamed from translations/source/nr/dictionaries/zu_ZA.po)0
-rw-r--r--source/nr/editeng/source/accessibility.po (renamed from translations/source/nr/editeng/source/accessibility.po)0
-rw-r--r--source/nr/editeng/source/editeng.po (renamed from translations/source/nr/editeng/source/editeng.po)0
-rw-r--r--source/nr/editeng/source/items.po (renamed from translations/source/nr/editeng/source/items.po)0
-rw-r--r--source/nr/editeng/source/misc.po (renamed from translations/source/nr/editeng/source/misc.po)0
-rw-r--r--source/nr/editeng/source/outliner.po (renamed from translations/source/nr/editeng/source/outliner.po)0
-rw-r--r--source/nr/extensions/source/abpilot.po (renamed from translations/source/nr/extensions/source/abpilot.po)0
-rw-r--r--source/nr/extensions/source/bibliography.po (renamed from translations/source/nr/extensions/source/bibliography.po)0
-rw-r--r--source/nr/extensions/source/dbpilots.po (renamed from translations/source/nr/extensions/source/dbpilots.po)0
-rw-r--r--source/nr/extensions/source/propctrlr.po (renamed from translations/source/nr/extensions/source/propctrlr.po)0
-rw-r--r--source/nr/extensions/source/scanner.po (renamed from translations/source/nr/extensions/source/scanner.po)0
-rw-r--r--source/nr/extensions/source/update/check.po (renamed from translations/source/nr/extensions/source/update/check.po)0
-rw-r--r--source/nr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/nr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/nr/filter/source/config/fragments/filters.po (renamed from translations/source/nr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/nr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/nr/filter/source/config/fragments/types.po (renamed from translations/source/nr/filter/source/config/fragments/types.po)0
-rw-r--r--source/nr/filter/source/flash.po (renamed from translations/source/nr/filter/source/flash.po)0
-rw-r--r--source/nr/filter/source/graphicfilter/eps.po (renamed from translations/source/nr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/nr/filter/source/pdf.po (renamed from translations/source/nr/filter/source/pdf.po)0
-rw-r--r--source/nr/filter/source/t602.po (renamed from translations/source/nr/filter/source/t602.po)0
-rw-r--r--source/nr/filter/source/xsltdialog.po (renamed from translations/source/nr/filter/source/xsltdialog.po)0
-rw-r--r--source/nr/forms/source/resource.po (renamed from translations/source/nr/forms/source/resource.po)0
-rw-r--r--source/nr/formula/source/core/resource.po (renamed from translations/source/nr/formula/source/core/resource.po)0
-rw-r--r--source/nr/formula/source/ui/dlg.po (renamed from translations/source/nr/formula/source/ui/dlg.po)0
-rw-r--r--source/nr/fpicker/source/office.po (renamed from translations/source/nr/fpicker/source/office.po)0
-rw-r--r--source/nr/framework/source/classes.po (renamed from translations/source/nr/framework/source/classes.po)0
-rw-r--r--source/nr/framework/source/services.po (renamed from translations/source/nr/framework/source/services.po)0
-rw-r--r--source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/nr/mysqlc/source.po (renamed from translations/source/nr/mysqlc/source.po)0
-rw-r--r--source/nr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/nr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/nr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/nr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/nr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/nr/nlpsolver/src/locale.po (renamed from translations/source/nr/nlpsolver/src/locale.po)0
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/nr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nr/padmin/source.po (renamed from translations/source/nr/padmin/source.po)0
-rw-r--r--source/nr/readlicense_oo/docs/readme.po (renamed from translations/source/nr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/nr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/nr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/nr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/nr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/nr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/nr/reportbuilder/util.po (renamed from translations/source/nr/reportbuilder/util.po)0
-rw-r--r--source/nr/reportdesign/source/core/resource.po (renamed from translations/source/nr/reportdesign/source/core/resource.po)0
-rw-r--r--source/nr/reportdesign/source/ui/dlg.po (renamed from translations/source/nr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/nr/reportdesign/source/ui/inspection.po (renamed from translations/source/nr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/nr/reportdesign/source/ui/report.po (renamed from translations/source/nr/reportdesign/source/ui/report.po)0
-rw-r--r--source/nr/sc/source/core/src.po (renamed from translations/source/nr/sc/source/core/src.po)0
-rw-r--r--source/nr/sc/source/ui/cctrl.po (renamed from translations/source/nr/sc/source/ui/cctrl.po)0
-rw-r--r--source/nr/sc/source/ui/dbgui.po (renamed from translations/source/nr/sc/source/ui/dbgui.po)0
-rw-r--r--source/nr/sc/source/ui/docshell.po (renamed from translations/source/nr/sc/source/ui/docshell.po)0
-rw-r--r--source/nr/sc/source/ui/drawfunc.po (renamed from translations/source/nr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/nr/sc/source/ui/formdlg.po (renamed from translations/source/nr/sc/source/ui/formdlg.po)0
-rw-r--r--source/nr/sc/source/ui/miscdlgs.po (renamed from translations/source/nr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/nr/sc/source/ui/navipi.po (renamed from translations/source/nr/sc/source/ui/navipi.po)0
-rw-r--r--source/nr/sc/source/ui/optdlg.po (renamed from translations/source/nr/sc/source/ui/optdlg.po)0
-rw-r--r--source/nr/sc/source/ui/pagedlg.po (renamed from translations/source/nr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/nr/sc/source/ui/src.po (renamed from translations/source/nr/sc/source/ui/src.po)0
-rw-r--r--source/nr/sc/source/ui/styleui.po (renamed from translations/source/nr/sc/source/ui/styleui.po)0
-rw-r--r--source/nr/scaddins/source/analysis.po (renamed from translations/source/nr/scaddins/source/analysis.po)0
-rw-r--r--source/nr/scaddins/source/datefunc.po (renamed from translations/source/nr/scaddins/source/datefunc.po)0
-rw-r--r--source/nr/sccomp/source/solver.po (renamed from translations/source/nr/sccomp/source/solver.po)0
-rw-r--r--source/nr/scp2/source/accessories.po (renamed from translations/source/nr/scp2/source/accessories.po)0
-rw-r--r--source/nr/scp2/source/activex.po (renamed from translations/source/nr/scp2/source/activex.po)0
-rw-r--r--source/nr/scp2/source/base.po (renamed from translations/source/nr/scp2/source/base.po)0
-rw-r--r--source/nr/scp2/source/binfilter.po (renamed from translations/source/nr/scp2/source/binfilter.po)0
-rw-r--r--source/nr/scp2/source/calc.po (renamed from translations/source/nr/scp2/source/calc.po)0
-rw-r--r--source/nr/scp2/source/draw.po (renamed from translations/source/nr/scp2/source/draw.po)0
-rw-r--r--source/nr/scp2/source/extensions.po (renamed from translations/source/nr/scp2/source/extensions.po)0
-rw-r--r--source/nr/scp2/source/gnome.po (renamed from translations/source/nr/scp2/source/gnome.po)0
-rw-r--r--source/nr/scp2/source/graphicfilter.po (renamed from translations/source/nr/scp2/source/graphicfilter.po)0
-rw-r--r--source/nr/scp2/source/impress.po (renamed from translations/source/nr/scp2/source/impress.po)0
-rw-r--r--source/nr/scp2/source/javafilter.po (renamed from translations/source/nr/scp2/source/javafilter.po)0
-rw-r--r--source/nr/scp2/source/kde.po (renamed from translations/source/nr/scp2/source/kde.po)0
-rw-r--r--source/nr/scp2/source/math.po (renamed from translations/source/nr/scp2/source/math.po)0
-rw-r--r--source/nr/scp2/source/onlineupdate.po (renamed from translations/source/nr/scp2/source/onlineupdate.po)0
-rw-r--r--source/nr/scp2/source/ooo.po (renamed from translations/source/nr/scp2/source/ooo.po)0
-rw-r--r--source/nr/scp2/source/python.po (renamed from translations/source/nr/scp2/source/python.po)0
-rw-r--r--source/nr/scp2/source/quickstart.po (renamed from translations/source/nr/scp2/source/quickstart.po)0
-rw-r--r--source/nr/scp2/source/sdkoo.po (renamed from translations/source/nr/scp2/source/sdkoo.po)0
-rw-r--r--source/nr/scp2/source/smoketest.po (renamed from translations/source/nr/scp2/source/smoketest.po)0
-rw-r--r--source/nr/scp2/source/stdlibs.po (renamed from translations/source/nr/scp2/source/stdlibs.po)0
-rw-r--r--source/nr/scp2/source/tde.po (renamed from translations/source/nr/scp2/source/tde.po)0
-rw-r--r--source/nr/scp2/source/winexplorerext.po (renamed from translations/source/nr/scp2/source/winexplorerext.po)0
-rw-r--r--source/nr/scp2/source/writer.po (renamed from translations/source/nr/scp2/source/writer.po)0
-rw-r--r--source/nr/scp2/source/xsltfilter.po (renamed from translations/source/nr/scp2/source/xsltfilter.po)0
-rw-r--r--source/nr/scripting/source/pyprov.po (renamed from translations/source/nr/scripting/source/pyprov.po)0
-rw-r--r--source/nr/sd/source/core.po (renamed from translations/source/nr/sd/source/core.po)0
-rw-r--r--source/nr/sd/source/filter/html.po (renamed from translations/source/nr/sd/source/filter/html.po)0
-rw-r--r--source/nr/sd/source/ui/accessibility.po (renamed from translations/source/nr/sd/source/ui/accessibility.po)0
-rw-r--r--source/nr/sd/source/ui/animations.po (renamed from translations/source/nr/sd/source/ui/animations.po)0
-rw-r--r--source/nr/sd/source/ui/annotations.po (renamed from translations/source/nr/sd/source/ui/annotations.po)0
-rw-r--r--source/nr/sd/source/ui/app.po (renamed from translations/source/nr/sd/source/ui/app.po)0
-rw-r--r--source/nr/sd/source/ui/dlg.po (renamed from translations/source/nr/sd/source/ui/dlg.po)0
-rw-r--r--source/nr/sd/source/ui/slideshow.po (renamed from translations/source/nr/sd/source/ui/slideshow.po)0
-rw-r--r--source/nr/sd/source/ui/table.po (renamed from translations/source/nr/sd/source/ui/table.po)0
-rw-r--r--source/nr/sd/source/ui/view.po (renamed from translations/source/nr/sd/source/ui/view.po)0
-rw-r--r--source/nr/sdext/source/minimizer.po (renamed from translations/source/nr/sdext/source/minimizer.po)0
-rw-r--r--source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nr/sdext/source/pdfimport.po (renamed from translations/source/nr/sdext/source/pdfimport.po)0
-rw-r--r--source/nr/sdext/source/presenter.po (renamed from translations/source/nr/sdext/source/presenter.po)0
-rw-r--r--source/nr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/nr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/nr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nr/setup_native/source/mac.po (renamed from translations/source/nr/setup_native/source/mac.po)0
-rw-r--r--source/nr/sfx2/source/appl.po (renamed from translations/source/nr/sfx2/source/appl.po)0
-rw-r--r--source/nr/sfx2/source/bastyp.po (renamed from translations/source/nr/sfx2/source/bastyp.po)0
-rw-r--r--source/nr/sfx2/source/dialog.po (renamed from translations/source/nr/sfx2/source/dialog.po)0
-rw-r--r--source/nr/sfx2/source/doc.po (renamed from translations/source/nr/sfx2/source/doc.po)0
-rw-r--r--source/nr/sfx2/source/menu.po (renamed from translations/source/nr/sfx2/source/menu.po)0
-rw-r--r--source/nr/sfx2/source/view.po (renamed from translations/source/nr/sfx2/source/view.po)0
-rw-r--r--source/nr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/nr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/nr/starmath/source.po (renamed from translations/source/nr/starmath/source.po)0
-rw-r--r--source/nr/svl/source/items.po (renamed from translations/source/nr/svl/source/items.po)0
-rw-r--r--source/nr/svl/source/misc.po (renamed from translations/source/nr/svl/source/misc.po)0
-rw-r--r--source/nr/svtools/source/contnr.po (renamed from translations/source/nr/svtools/source/contnr.po)0
-rw-r--r--source/nr/svtools/source/control.po (renamed from translations/source/nr/svtools/source/control.po)0
-rw-r--r--source/nr/svtools/source/dialogs.po (renamed from translations/source/nr/svtools/source/dialogs.po)0
-rw-r--r--source/nr/svtools/source/filter.po (renamed from translations/source/nr/svtools/source/filter.po)0
-rw-r--r--source/nr/svtools/source/java.po (renamed from translations/source/nr/svtools/source/java.po)0
-rw-r--r--source/nr/svtools/source/misc.po (renamed from translations/source/nr/svtools/source/misc.po)0
-rw-r--r--source/nr/svtools/source/toolpanel.po (renamed from translations/source/nr/svtools/source/toolpanel.po)0
-rw-r--r--source/nr/svtools/workben/unodialog.po (renamed from translations/source/nr/svtools/workben/unodialog.po)0
-rw-r--r--source/nr/svx/inc.po (renamed from translations/source/nr/svx/inc.po)0
-rw-r--r--source/nr/svx/source/accessibility.po (renamed from translations/source/nr/svx/source/accessibility.po)0
-rw-r--r--source/nr/svx/source/dialog.po (renamed from translations/source/nr/svx/source/dialog.po)0
-rw-r--r--source/nr/svx/source/engine3d.po (renamed from translations/source/nr/svx/source/engine3d.po)0
-rw-r--r--source/nr/svx/source/fmcomp.po (renamed from translations/source/nr/svx/source/fmcomp.po)0
-rw-r--r--source/nr/svx/source/form.po (renamed from translations/source/nr/svx/source/form.po)0
-rw-r--r--source/nr/svx/source/gallery2.po (renamed from translations/source/nr/svx/source/gallery2.po)0
-rw-r--r--source/nr/svx/source/items.po (renamed from translations/source/nr/svx/source/items.po)0
-rw-r--r--source/nr/svx/source/src.po (renamed from translations/source/nr/svx/source/src.po)0
-rw-r--r--source/nr/svx/source/stbctrls.po (renamed from translations/source/nr/svx/source/stbctrls.po)0
-rw-r--r--source/nr/svx/source/svdraw.po (renamed from translations/source/nr/svx/source/svdraw.po)0
-rw-r--r--source/nr/svx/source/table.po (renamed from translations/source/nr/svx/source/table.po)0
-rw-r--r--source/nr/svx/source/tbxctrls.po (renamed from translations/source/nr/svx/source/tbxctrls.po)0
-rw-r--r--source/nr/svx/source/toolbars.po (renamed from translations/source/nr/svx/source/toolbars.po)0
-rw-r--r--source/nr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/nr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/nr/sw/source/core/layout.po (renamed from translations/source/nr/sw/source/core/layout.po)0
-rw-r--r--source/nr/sw/source/core/undo.po (renamed from translations/source/nr/sw/source/core/undo.po)0
-rw-r--r--source/nr/sw/source/core/unocore.po (renamed from translations/source/nr/sw/source/core/unocore.po)0
-rw-r--r--source/nr/sw/source/ui/app.po (renamed from translations/source/nr/sw/source/ui/app.po)0
-rw-r--r--source/nr/sw/source/ui/chrdlg.po (renamed from translations/source/nr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/nr/sw/source/ui/config.po (renamed from translations/source/nr/sw/source/ui/config.po)0
-rw-r--r--source/nr/sw/source/ui/dbui.po (renamed from translations/source/nr/sw/source/ui/dbui.po)0
-rw-r--r--source/nr/sw/source/ui/dialog.po (renamed from translations/source/nr/sw/source/ui/dialog.po)0
-rw-r--r--source/nr/sw/source/ui/dochdl.po (renamed from translations/source/nr/sw/source/ui/dochdl.po)0
-rw-r--r--source/nr/sw/source/ui/docvw.po (renamed from translations/source/nr/sw/source/ui/docvw.po)0
-rw-r--r--source/nr/sw/source/ui/envelp.po (renamed from translations/source/nr/sw/source/ui/envelp.po)0
-rw-r--r--source/nr/sw/source/ui/fldui.po (renamed from translations/source/nr/sw/source/ui/fldui.po)0
-rw-r--r--source/nr/sw/source/ui/fmtui.po (renamed from translations/source/nr/sw/source/ui/fmtui.po)0
-rw-r--r--source/nr/sw/source/ui/frmdlg.po (renamed from translations/source/nr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/nr/sw/source/ui/globdoc.po (renamed from translations/source/nr/sw/source/ui/globdoc.po)0
-rw-r--r--source/nr/sw/source/ui/index.po (renamed from translations/source/nr/sw/source/ui/index.po)0
-rw-r--r--source/nr/sw/source/ui/lingu.po (renamed from translations/source/nr/sw/source/ui/lingu.po)0
-rw-r--r--source/nr/sw/source/ui/misc.po (renamed from translations/source/nr/sw/source/ui/misc.po)0
-rw-r--r--source/nr/sw/source/ui/ribbar.po (renamed from translations/source/nr/sw/source/ui/ribbar.po)0
-rw-r--r--source/nr/sw/source/ui/shells.po (renamed from translations/source/nr/sw/source/ui/shells.po)0
-rw-r--r--source/nr/sw/source/ui/smartmenu.po (renamed from translations/source/nr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/nr/sw/source/ui/table.po (renamed from translations/source/nr/sw/source/ui/table.po)0
-rw-r--r--source/nr/sw/source/ui/uiview.po (renamed from translations/source/nr/sw/source/ui/uiview.po)0
-rw-r--r--source/nr/sw/source/ui/utlui.po (renamed from translations/source/nr/sw/source/ui/utlui.po)0
-rw-r--r--source/nr/sw/source/ui/web.po (renamed from translations/source/nr/sw/source/ui/web.po)0
-rw-r--r--source/nr/sw/source/ui/wrtsh.po (renamed from translations/source/nr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/nr/swext/mediawiki/help.po (renamed from translations/source/nr/swext/mediawiki/help.po)0
-rw-r--r--source/nr/swext/mediawiki/src.po (renamed from translations/source/nr/swext/mediawiki/src.po)0
-rw-r--r--source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/nr/sysui/desktop/share.po (renamed from translations/source/nr/sysui/desktop/share.po)0
-rw-r--r--source/nr/uui/source.po (renamed from translations/source/nr/uui/source.po)0
-rw-r--r--source/nr/vcl/source/src.po (renamed from translations/source/nr/vcl/source/src.po)0
-rw-r--r--source/nr/wizards/source/euro.po (renamed from translations/source/nr/wizards/source/euro.po)0
-rw-r--r--source/nr/wizards/source/formwizard.po (renamed from translations/source/nr/wizards/source/formwizard.po)0
-rw-r--r--source/nr/wizards/source/importwizard.po (renamed from translations/source/nr/wizards/source/importwizard.po)0
-rw-r--r--source/nr/wizards/source/schedule.po (renamed from translations/source/nr/wizards/source/schedule.po)0
-rw-r--r--source/nr/wizards/source/template.po (renamed from translations/source/nr/wizards/source/template.po)0
-rw-r--r--source/nr/xmlsecurity/source/component.po (renamed from translations/source/nr/xmlsecurity/source/component.po)0
-rw-r--r--source/nr/xmlsecurity/source/dialogs.po (renamed from translations/source/nr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/nso/accessibility/source/helper.po (renamed from translations/source/nso/accessibility/source/helper.po)0
-rw-r--r--source/nso/avmedia/source/framework.po (renamed from translations/source/nso/avmedia/source/framework.po)0
-rw-r--r--source/nso/avmedia/source/viewer.po (renamed from translations/source/nso/avmedia/source/viewer.po)0
-rw-r--r--source/nso/basctl/source/basicide.po (renamed from translations/source/nso/basctl/source/basicide.po)0
-rw-r--r--source/nso/basctl/source/dlged.po (renamed from translations/source/nso/basctl/source/dlged.po)0
-rw-r--r--source/nso/basic/source/classes.po (renamed from translations/source/nso/basic/source/classes.po)0
-rw-r--r--source/nso/basic/source/sbx.po (renamed from translations/source/nso/basic/source/sbx.po)0
-rw-r--r--source/nso/chart2/source/controller/dialogs.po (renamed from translations/source/nso/chart2/source/controller/dialogs.po)0
-rw-r--r--source/nso/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/nso/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/nso/connectivity/source/resource.po (renamed from translations/source/nso/connectivity/source/resource.po)0
-rw-r--r--source/nso/cui/source/customize.po (renamed from translations/source/nso/cui/source/customize.po)0
-rw-r--r--source/nso/cui/source/dialogs.po (renamed from translations/source/nso/cui/source/dialogs.po)0
-rw-r--r--source/nso/cui/source/options.po (renamed from translations/source/nso/cui/source/options.po)0
-rw-r--r--source/nso/cui/source/tabpages.po (renamed from translations/source/nso/cui/source/tabpages.po)0
-rw-r--r--source/nso/dbaccess/source/core/resource.po (renamed from translations/source/nso/dbaccess/source/core/resource.po)0
-rw-r--r--source/nso/dbaccess/source/ext/macromigration.po (renamed from translations/source/nso/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/nso/dbaccess/source/sdbtools/resource.po (renamed from translations/source/nso/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/nso/dbaccess/source/ui/app.po (renamed from translations/source/nso/dbaccess/source/ui/app.po)0
-rw-r--r--source/nso/dbaccess/source/ui/browser.po (renamed from translations/source/nso/dbaccess/source/ui/browser.po)0
-rw-r--r--source/nso/dbaccess/source/ui/control.po (renamed from translations/source/nso/dbaccess/source/ui/control.po)0
-rw-r--r--source/nso/dbaccess/source/ui/dlg.po (renamed from translations/source/nso/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/nso/dbaccess/source/ui/inc.po (renamed from translations/source/nso/dbaccess/source/ui/inc.po)0
-rw-r--r--source/nso/dbaccess/source/ui/misc.po (renamed from translations/source/nso/dbaccess/source/ui/misc.po)0
-rw-r--r--source/nso/dbaccess/source/ui/querydesign.po (renamed from translations/source/nso/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/nso/dbaccess/source/ui/relationdesign.po (renamed from translations/source/nso/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/nso/dbaccess/source/ui/tabledesign.po (renamed from translations/source/nso/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/nso/dbaccess/source/ui/uno.po (renamed from translations/source/nso/dbaccess/source/ui/uno.po)0
-rw-r--r--source/nso/desktop/source/app.po (renamed from translations/source/nso/desktop/source/app.po)0
-rw-r--r--source/nso/desktop/source/deployment/gui.po (renamed from translations/source/nso/desktop/source/deployment/gui.po)0
-rw-r--r--source/nso/desktop/source/deployment/manager.po (renamed from translations/source/nso/desktop/source/deployment/manager.po)0
-rw-r--r--source/nso/desktop/source/deployment/misc.po (renamed from translations/source/nso/desktop/source/deployment/misc.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry.po (renamed from translations/source/nso/desktop/source/deployment/registry.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/component.po (renamed from translations/source/nso/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/configuration.po (renamed from translations/source/nso/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/help.po (renamed from translations/source/nso/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/package.po (renamed from translations/source/nso/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/script.po (renamed from translations/source/nso/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/nso/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/nso/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/nso/desktop/source/deployment/unopkg.po (renamed from translations/source/nso/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/nso/dictionaries/af_ZA.po (renamed from translations/source/nso/dictionaries/af_ZA.po)0
-rw-r--r--source/nso/dictionaries/an_ES.po (renamed from translations/source/nso/dictionaries/an_ES.po)0
-rw-r--r--source/nso/dictionaries/ar.po (renamed from translations/source/nso/dictionaries/ar.po)0
-rw-r--r--source/nso/dictionaries/be_BY.po (renamed from translations/source/nso/dictionaries/be_BY.po)0
-rw-r--r--source/nso/dictionaries/bg_BG.po (renamed from translations/source/nso/dictionaries/bg_BG.po)0
-rw-r--r--source/nso/dictionaries/bn_BD.po (renamed from translations/source/nso/dictionaries/bn_BD.po)0
-rw-r--r--source/nso/dictionaries/br_FR.po (renamed from translations/source/nso/dictionaries/br_FR.po)0
-rw-r--r--source/nso/dictionaries/ca.po (renamed from translations/source/nso/dictionaries/ca.po)0
-rw-r--r--source/nso/dictionaries/cs_CZ.po (renamed from translations/source/nso/dictionaries/cs_CZ.po)0
-rw-r--r--source/nso/dictionaries/da_DK.po (renamed from translations/source/nso/dictionaries/da_DK.po)0
-rw-r--r--source/nso/dictionaries/de.po (renamed from translations/source/nso/dictionaries/de.po)0
-rw-r--r--source/nso/dictionaries/el_GR.po (renamed from translations/source/nso/dictionaries/el_GR.po)0
-rw-r--r--source/nso/dictionaries/en.po (renamed from translations/source/nso/dictionaries/en.po)0
-rw-r--r--source/nso/dictionaries/en/dialog.po (renamed from translations/source/nso/dictionaries/en/dialog.po)0
-rw-r--r--source/nso/dictionaries/es_ES.po (renamed from translations/source/nso/dictionaries/es_ES.po)0
-rw-r--r--source/nso/dictionaries/et_EE.po (renamed from translations/source/nso/dictionaries/et_EE.po)0
-rw-r--r--source/nso/dictionaries/fr_FR.po (renamed from translations/source/nso/dictionaries/fr_FR.po)0
-rw-r--r--source/nso/dictionaries/gd_GB.po (renamed from translations/source/nso/dictionaries/gd_GB.po)0
-rw-r--r--source/nso/dictionaries/gl.po (renamed from translations/source/nso/dictionaries/gl.po)0
-rw-r--r--source/nso/dictionaries/gu_IN.po (renamed from translations/source/nso/dictionaries/gu_IN.po)0
-rw-r--r--source/nso/dictionaries/he_IL.po (renamed from translations/source/nso/dictionaries/he_IL.po)0
-rw-r--r--source/nso/dictionaries/hi_IN.po (renamed from translations/source/nso/dictionaries/hi_IN.po)0
-rw-r--r--source/nso/dictionaries/hr_HR.po (renamed from translations/source/nso/dictionaries/hr_HR.po)0
-rw-r--r--source/nso/dictionaries/hu_HU.po (renamed from translations/source/nso/dictionaries/hu_HU.po)0
-rw-r--r--source/nso/dictionaries/hu_HU/dialog.po (renamed from translations/source/nso/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/nso/dictionaries/it_IT.po (renamed from translations/source/nso/dictionaries/it_IT.po)0
-rw-r--r--source/nso/dictionaries/ku_TR.po (renamed from translations/source/nso/dictionaries/ku_TR.po)0
-rw-r--r--source/nso/dictionaries/lt_LT.po (renamed from translations/source/nso/dictionaries/lt_LT.po)0
-rw-r--r--source/nso/dictionaries/lv_LV.po (renamed from translations/source/nso/dictionaries/lv_LV.po)0
-rw-r--r--source/nso/dictionaries/ne_NP.po (renamed from translations/source/nso/dictionaries/ne_NP.po)0
-rw-r--r--source/nso/dictionaries/nl_NL.po (renamed from translations/source/nso/dictionaries/nl_NL.po)0
-rw-r--r--source/nso/dictionaries/no.po (renamed from translations/source/nso/dictionaries/no.po)0
-rw-r--r--source/nso/dictionaries/oc_FR.po (renamed from translations/source/nso/dictionaries/oc_FR.po)0
-rw-r--r--source/nso/dictionaries/pl_PL.po (renamed from translations/source/nso/dictionaries/pl_PL.po)0
-rw-r--r--source/nso/dictionaries/pt_BR.po (renamed from translations/source/nso/dictionaries/pt_BR.po)0
-rw-r--r--source/nso/dictionaries/pt_PT.po (renamed from translations/source/nso/dictionaries/pt_PT.po)0
-rw-r--r--source/nso/dictionaries/ro.po (renamed from translations/source/nso/dictionaries/ro.po)0
-rw-r--r--source/nso/dictionaries/ru_RU.po (renamed from translations/source/nso/dictionaries/ru_RU.po)0
-rw-r--r--source/nso/dictionaries/ru_RU/dialog.po (renamed from translations/source/nso/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/nso/dictionaries/si_LK.po (renamed from translations/source/nso/dictionaries/si_LK.po)0
-rw-r--r--source/nso/dictionaries/sk_SK.po (renamed from translations/source/nso/dictionaries/sk_SK.po)0
-rw-r--r--source/nso/dictionaries/sl_SI.po (renamed from translations/source/nso/dictionaries/sl_SI.po)0
-rw-r--r--source/nso/dictionaries/sr.po (renamed from translations/source/nso/dictionaries/sr.po)0
-rw-r--r--source/nso/dictionaries/sv_SE.po (renamed from translations/source/nso/dictionaries/sv_SE.po)0
-rw-r--r--source/nso/dictionaries/sw_TZ.po (renamed from translations/source/nso/dictionaries/sw_TZ.po)0
-rw-r--r--source/nso/dictionaries/te_IN.po (renamed from translations/source/nso/dictionaries/te_IN.po)0
-rw-r--r--source/nso/dictionaries/th_TH.po (renamed from translations/source/nso/dictionaries/th_TH.po)0
-rw-r--r--source/nso/dictionaries/uk_UA.po (renamed from translations/source/nso/dictionaries/uk_UA.po)0
-rw-r--r--source/nso/dictionaries/vi.po (renamed from translations/source/nso/dictionaries/vi.po)0
-rw-r--r--source/nso/dictionaries/zu_ZA.po (renamed from translations/source/nso/dictionaries/zu_ZA.po)0
-rw-r--r--source/nso/editeng/source/accessibility.po (renamed from translations/source/nso/editeng/source/accessibility.po)0
-rw-r--r--source/nso/editeng/source/editeng.po (renamed from translations/source/nso/editeng/source/editeng.po)0
-rw-r--r--source/nso/editeng/source/items.po (renamed from translations/source/nso/editeng/source/items.po)0
-rw-r--r--source/nso/editeng/source/misc.po (renamed from translations/source/nso/editeng/source/misc.po)0
-rw-r--r--source/nso/editeng/source/outliner.po (renamed from translations/source/nso/editeng/source/outliner.po)0
-rw-r--r--source/nso/extensions/source/abpilot.po (renamed from translations/source/nso/extensions/source/abpilot.po)0
-rw-r--r--source/nso/extensions/source/bibliography.po (renamed from translations/source/nso/extensions/source/bibliography.po)0
-rw-r--r--source/nso/extensions/source/dbpilots.po (renamed from translations/source/nso/extensions/source/dbpilots.po)0
-rw-r--r--source/nso/extensions/source/propctrlr.po (renamed from translations/source/nso/extensions/source/propctrlr.po)0
-rw-r--r--source/nso/extensions/source/scanner.po (renamed from translations/source/nso/extensions/source/scanner.po)0
-rw-r--r--source/nso/extensions/source/update/check.po (renamed from translations/source/nso/extensions/source/update/check.po)0
-rw-r--r--source/nso/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/nso/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/nso/filter/source/config/fragments/filters.po (renamed from translations/source/nso/filter/source/config/fragments/filters.po)0
-rw-r--r--source/nso/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/nso/filter/source/config/fragments/types.po (renamed from translations/source/nso/filter/source/config/fragments/types.po)0
-rw-r--r--source/nso/filter/source/flash.po (renamed from translations/source/nso/filter/source/flash.po)0
-rw-r--r--source/nso/filter/source/graphicfilter/eps.po (renamed from translations/source/nso/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/nso/filter/source/pdf.po (renamed from translations/source/nso/filter/source/pdf.po)0
-rw-r--r--source/nso/filter/source/t602.po (renamed from translations/source/nso/filter/source/t602.po)0
-rw-r--r--source/nso/filter/source/xsltdialog.po (renamed from translations/source/nso/filter/source/xsltdialog.po)0
-rw-r--r--source/nso/forms/source/resource.po (renamed from translations/source/nso/forms/source/resource.po)0
-rw-r--r--source/nso/formula/source/core/resource.po (renamed from translations/source/nso/formula/source/core/resource.po)0
-rw-r--r--source/nso/formula/source/ui/dlg.po (renamed from translations/source/nso/formula/source/ui/dlg.po)0
-rw-r--r--source/nso/fpicker/source/office.po (renamed from translations/source/nso/fpicker/source/office.po)0
-rw-r--r--source/nso/framework/source/classes.po (renamed from translations/source/nso/framework/source/classes.po)0
-rw-r--r--source/nso/framework/source/services.po (renamed from translations/source/nso/framework/source/services.po)0
-rw-r--r--source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/nso/mysqlc/source.po (renamed from translations/source/nso/mysqlc/source.po)0
-rw-r--r--source/nso/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/nso/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/nso/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/nso/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/nso/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/nso/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/nso/nlpsolver/src/locale.po (renamed from translations/source/nso/nlpsolver/src/locale.po)0
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/nso/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nso/padmin/source.po (renamed from translations/source/nso/padmin/source.po)0
-rw-r--r--source/nso/readlicense_oo/docs/readme.po (renamed from translations/source/nso/readlicense_oo/docs/readme.po)0
-rw-r--r--source/nso/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/nso/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/nso/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/nso/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nso/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/nso/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/nso/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/nso/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/nso/reportbuilder/util.po (renamed from translations/source/nso/reportbuilder/util.po)0
-rw-r--r--source/nso/reportdesign/source/core/resource.po (renamed from translations/source/nso/reportdesign/source/core/resource.po)0
-rw-r--r--source/nso/reportdesign/source/ui/dlg.po (renamed from translations/source/nso/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/nso/reportdesign/source/ui/inspection.po (renamed from translations/source/nso/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/nso/reportdesign/source/ui/report.po (renamed from translations/source/nso/reportdesign/source/ui/report.po)0
-rw-r--r--source/nso/sc/source/core/src.po (renamed from translations/source/nso/sc/source/core/src.po)0
-rw-r--r--source/nso/sc/source/ui/cctrl.po (renamed from translations/source/nso/sc/source/ui/cctrl.po)0
-rw-r--r--source/nso/sc/source/ui/dbgui.po (renamed from translations/source/nso/sc/source/ui/dbgui.po)0
-rw-r--r--source/nso/sc/source/ui/docshell.po (renamed from translations/source/nso/sc/source/ui/docshell.po)0
-rw-r--r--source/nso/sc/source/ui/drawfunc.po (renamed from translations/source/nso/sc/source/ui/drawfunc.po)0
-rw-r--r--source/nso/sc/source/ui/formdlg.po (renamed from translations/source/nso/sc/source/ui/formdlg.po)0
-rw-r--r--source/nso/sc/source/ui/miscdlgs.po (renamed from translations/source/nso/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/nso/sc/source/ui/navipi.po (renamed from translations/source/nso/sc/source/ui/navipi.po)0
-rw-r--r--source/nso/sc/source/ui/optdlg.po (renamed from translations/source/nso/sc/source/ui/optdlg.po)0
-rw-r--r--source/nso/sc/source/ui/pagedlg.po (renamed from translations/source/nso/sc/source/ui/pagedlg.po)0
-rw-r--r--source/nso/sc/source/ui/src.po (renamed from translations/source/nso/sc/source/ui/src.po)0
-rw-r--r--source/nso/sc/source/ui/styleui.po (renamed from translations/source/nso/sc/source/ui/styleui.po)0
-rw-r--r--source/nso/scaddins/source/analysis.po (renamed from translations/source/nso/scaddins/source/analysis.po)0
-rw-r--r--source/nso/scaddins/source/datefunc.po (renamed from translations/source/nso/scaddins/source/datefunc.po)0
-rw-r--r--source/nso/sccomp/source/solver.po (renamed from translations/source/nso/sccomp/source/solver.po)0
-rw-r--r--source/nso/scp2/source/accessories.po (renamed from translations/source/nso/scp2/source/accessories.po)0
-rw-r--r--source/nso/scp2/source/activex.po (renamed from translations/source/nso/scp2/source/activex.po)0
-rw-r--r--source/nso/scp2/source/base.po (renamed from translations/source/nso/scp2/source/base.po)0
-rw-r--r--source/nso/scp2/source/binfilter.po (renamed from translations/source/nso/scp2/source/binfilter.po)0
-rw-r--r--source/nso/scp2/source/calc.po (renamed from translations/source/nso/scp2/source/calc.po)0
-rw-r--r--source/nso/scp2/source/draw.po (renamed from translations/source/nso/scp2/source/draw.po)0
-rw-r--r--source/nso/scp2/source/extensions.po (renamed from translations/source/nso/scp2/source/extensions.po)0
-rw-r--r--source/nso/scp2/source/gnome.po (renamed from translations/source/nso/scp2/source/gnome.po)0
-rw-r--r--source/nso/scp2/source/graphicfilter.po (renamed from translations/source/nso/scp2/source/graphicfilter.po)0
-rw-r--r--source/nso/scp2/source/impress.po (renamed from translations/source/nso/scp2/source/impress.po)0
-rw-r--r--source/nso/scp2/source/javafilter.po (renamed from translations/source/nso/scp2/source/javafilter.po)0
-rw-r--r--source/nso/scp2/source/kde.po (renamed from translations/source/nso/scp2/source/kde.po)0
-rw-r--r--source/nso/scp2/source/math.po (renamed from translations/source/nso/scp2/source/math.po)0
-rw-r--r--source/nso/scp2/source/onlineupdate.po (renamed from translations/source/nso/scp2/source/onlineupdate.po)0
-rw-r--r--source/nso/scp2/source/ooo.po (renamed from translations/source/nso/scp2/source/ooo.po)0
-rw-r--r--source/nso/scp2/source/python.po (renamed from translations/source/nso/scp2/source/python.po)0
-rw-r--r--source/nso/scp2/source/quickstart.po (renamed from translations/source/nso/scp2/source/quickstart.po)0
-rw-r--r--source/nso/scp2/source/sdkoo.po (renamed from translations/source/nso/scp2/source/sdkoo.po)0
-rw-r--r--source/nso/scp2/source/smoketest.po (renamed from translations/source/nso/scp2/source/smoketest.po)0
-rw-r--r--source/nso/scp2/source/stdlibs.po (renamed from translations/source/nso/scp2/source/stdlibs.po)0
-rw-r--r--source/nso/scp2/source/tde.po (renamed from translations/source/nso/scp2/source/tde.po)0
-rw-r--r--source/nso/scp2/source/winexplorerext.po (renamed from translations/source/nso/scp2/source/winexplorerext.po)0
-rw-r--r--source/nso/scp2/source/writer.po (renamed from translations/source/nso/scp2/source/writer.po)0
-rw-r--r--source/nso/scp2/source/xsltfilter.po (renamed from translations/source/nso/scp2/source/xsltfilter.po)0
-rw-r--r--source/nso/scripting/source/pyprov.po (renamed from translations/source/nso/scripting/source/pyprov.po)0
-rw-r--r--source/nso/sd/source/core.po (renamed from translations/source/nso/sd/source/core.po)0
-rw-r--r--source/nso/sd/source/filter/html.po (renamed from translations/source/nso/sd/source/filter/html.po)0
-rw-r--r--source/nso/sd/source/ui/accessibility.po (renamed from translations/source/nso/sd/source/ui/accessibility.po)0
-rw-r--r--source/nso/sd/source/ui/animations.po (renamed from translations/source/nso/sd/source/ui/animations.po)0
-rw-r--r--source/nso/sd/source/ui/annotations.po (renamed from translations/source/nso/sd/source/ui/annotations.po)0
-rw-r--r--source/nso/sd/source/ui/app.po (renamed from translations/source/nso/sd/source/ui/app.po)0
-rw-r--r--source/nso/sd/source/ui/dlg.po (renamed from translations/source/nso/sd/source/ui/dlg.po)0
-rw-r--r--source/nso/sd/source/ui/slideshow.po (renamed from translations/source/nso/sd/source/ui/slideshow.po)0
-rw-r--r--source/nso/sd/source/ui/table.po (renamed from translations/source/nso/sd/source/ui/table.po)0
-rw-r--r--source/nso/sd/source/ui/view.po (renamed from translations/source/nso/sd/source/ui/view.po)0
-rw-r--r--source/nso/sdext/source/minimizer.po (renamed from translations/source/nso/sdext/source/minimizer.po)0
-rw-r--r--source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nso/sdext/source/pdfimport.po (renamed from translations/source/nso/sdext/source/pdfimport.po)0
-rw-r--r--source/nso/sdext/source/presenter.po (renamed from translations/source/nso/sdext/source/presenter.po)0
-rw-r--r--source/nso/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/nso/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/nso/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/nso/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/nso/setup_native/source/mac.po (renamed from translations/source/nso/setup_native/source/mac.po)0
-rw-r--r--source/nso/sfx2/source/appl.po (renamed from translations/source/nso/sfx2/source/appl.po)0
-rw-r--r--source/nso/sfx2/source/bastyp.po (renamed from translations/source/nso/sfx2/source/bastyp.po)0
-rw-r--r--source/nso/sfx2/source/dialog.po (renamed from translations/source/nso/sfx2/source/dialog.po)0
-rw-r--r--source/nso/sfx2/source/doc.po (renamed from translations/source/nso/sfx2/source/doc.po)0
-rw-r--r--source/nso/sfx2/source/menu.po (renamed from translations/source/nso/sfx2/source/menu.po)0
-rw-r--r--source/nso/sfx2/source/view.po (renamed from translations/source/nso/sfx2/source/view.po)0
-rw-r--r--source/nso/shell/source/win32/shlxthandler/res.po (renamed from translations/source/nso/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/nso/starmath/source.po (renamed from translations/source/nso/starmath/source.po)0
-rw-r--r--source/nso/svl/source/items.po (renamed from translations/source/nso/svl/source/items.po)0
-rw-r--r--source/nso/svl/source/misc.po (renamed from translations/source/nso/svl/source/misc.po)0
-rw-r--r--source/nso/svtools/source/contnr.po (renamed from translations/source/nso/svtools/source/contnr.po)0
-rw-r--r--source/nso/svtools/source/control.po (renamed from translations/source/nso/svtools/source/control.po)0
-rw-r--r--source/nso/svtools/source/dialogs.po (renamed from translations/source/nso/svtools/source/dialogs.po)0
-rw-r--r--source/nso/svtools/source/filter.po (renamed from translations/source/nso/svtools/source/filter.po)0
-rw-r--r--source/nso/svtools/source/java.po (renamed from translations/source/nso/svtools/source/java.po)0
-rw-r--r--source/nso/svtools/source/misc.po (renamed from translations/source/nso/svtools/source/misc.po)0
-rw-r--r--source/nso/svtools/source/toolpanel.po (renamed from translations/source/nso/svtools/source/toolpanel.po)0
-rw-r--r--source/nso/svtools/workben/unodialog.po (renamed from translations/source/nso/svtools/workben/unodialog.po)0
-rw-r--r--source/nso/svx/inc.po (renamed from translations/source/nso/svx/inc.po)0
-rw-r--r--source/nso/svx/source/accessibility.po (renamed from translations/source/nso/svx/source/accessibility.po)0
-rw-r--r--source/nso/svx/source/dialog.po (renamed from translations/source/nso/svx/source/dialog.po)0
-rw-r--r--source/nso/svx/source/engine3d.po (renamed from translations/source/nso/svx/source/engine3d.po)0
-rw-r--r--source/nso/svx/source/fmcomp.po (renamed from translations/source/nso/svx/source/fmcomp.po)0
-rw-r--r--source/nso/svx/source/form.po (renamed from translations/source/nso/svx/source/form.po)0
-rw-r--r--source/nso/svx/source/gallery2.po (renamed from translations/source/nso/svx/source/gallery2.po)0
-rw-r--r--source/nso/svx/source/items.po (renamed from translations/source/nso/svx/source/items.po)0
-rw-r--r--source/nso/svx/source/src.po (renamed from translations/source/nso/svx/source/src.po)0
-rw-r--r--source/nso/svx/source/stbctrls.po (renamed from translations/source/nso/svx/source/stbctrls.po)0
-rw-r--r--source/nso/svx/source/svdraw.po (renamed from translations/source/nso/svx/source/svdraw.po)0
-rw-r--r--source/nso/svx/source/table.po (renamed from translations/source/nso/svx/source/table.po)0
-rw-r--r--source/nso/svx/source/tbxctrls.po (renamed from translations/source/nso/svx/source/tbxctrls.po)0
-rw-r--r--source/nso/svx/source/toolbars.po (renamed from translations/source/nso/svx/source/toolbars.po)0
-rw-r--r--source/nso/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/nso/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/nso/sw/source/core/layout.po (renamed from translations/source/nso/sw/source/core/layout.po)0
-rw-r--r--source/nso/sw/source/core/undo.po (renamed from translations/source/nso/sw/source/core/undo.po)0
-rw-r--r--source/nso/sw/source/core/unocore.po (renamed from translations/source/nso/sw/source/core/unocore.po)0
-rw-r--r--source/nso/sw/source/ui/app.po (renamed from translations/source/nso/sw/source/ui/app.po)0
-rw-r--r--source/nso/sw/source/ui/chrdlg.po (renamed from translations/source/nso/sw/source/ui/chrdlg.po)0
-rw-r--r--source/nso/sw/source/ui/config.po (renamed from translations/source/nso/sw/source/ui/config.po)0
-rw-r--r--source/nso/sw/source/ui/dbui.po (renamed from translations/source/nso/sw/source/ui/dbui.po)0
-rw-r--r--source/nso/sw/source/ui/dialog.po (renamed from translations/source/nso/sw/source/ui/dialog.po)0
-rw-r--r--source/nso/sw/source/ui/dochdl.po (renamed from translations/source/nso/sw/source/ui/dochdl.po)0
-rw-r--r--source/nso/sw/source/ui/docvw.po (renamed from translations/source/nso/sw/source/ui/docvw.po)0
-rw-r--r--source/nso/sw/source/ui/envelp.po (renamed from translations/source/nso/sw/source/ui/envelp.po)0
-rw-r--r--source/nso/sw/source/ui/fldui.po (renamed from translations/source/nso/sw/source/ui/fldui.po)0
-rw-r--r--source/nso/sw/source/ui/fmtui.po (renamed from translations/source/nso/sw/source/ui/fmtui.po)0
-rw-r--r--source/nso/sw/source/ui/frmdlg.po (renamed from translations/source/nso/sw/source/ui/frmdlg.po)0
-rw-r--r--source/nso/sw/source/ui/globdoc.po (renamed from translations/source/nso/sw/source/ui/globdoc.po)0
-rw-r--r--source/nso/sw/source/ui/index.po (renamed from translations/source/nso/sw/source/ui/index.po)0
-rw-r--r--source/nso/sw/source/ui/lingu.po (renamed from translations/source/nso/sw/source/ui/lingu.po)0
-rw-r--r--source/nso/sw/source/ui/misc.po (renamed from translations/source/nso/sw/source/ui/misc.po)0
-rw-r--r--source/nso/sw/source/ui/ribbar.po (renamed from translations/source/nso/sw/source/ui/ribbar.po)0
-rw-r--r--source/nso/sw/source/ui/shells.po (renamed from translations/source/nso/sw/source/ui/shells.po)0
-rw-r--r--source/nso/sw/source/ui/smartmenu.po (renamed from translations/source/nso/sw/source/ui/smartmenu.po)0
-rw-r--r--source/nso/sw/source/ui/table.po (renamed from translations/source/nso/sw/source/ui/table.po)0
-rw-r--r--source/nso/sw/source/ui/uiview.po (renamed from translations/source/nso/sw/source/ui/uiview.po)0
-rw-r--r--source/nso/sw/source/ui/utlui.po (renamed from translations/source/nso/sw/source/ui/utlui.po)0
-rw-r--r--source/nso/sw/source/ui/web.po (renamed from translations/source/nso/sw/source/ui/web.po)0
-rw-r--r--source/nso/sw/source/ui/wrtsh.po (renamed from translations/source/nso/sw/source/ui/wrtsh.po)0
-rw-r--r--source/nso/swext/mediawiki/help.po (renamed from translations/source/nso/swext/mediawiki/help.po)0
-rw-r--r--source/nso/swext/mediawiki/src.po (renamed from translations/source/nso/swext/mediawiki/src.po)0
-rw-r--r--source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/nso/sysui/desktop/share.po (renamed from translations/source/nso/sysui/desktop/share.po)0
-rw-r--r--source/nso/uui/source.po (renamed from translations/source/nso/uui/source.po)0
-rw-r--r--source/nso/vcl/source/src.po (renamed from translations/source/nso/vcl/source/src.po)0
-rw-r--r--source/nso/wizards/source/euro.po (renamed from translations/source/nso/wizards/source/euro.po)0
-rw-r--r--source/nso/wizards/source/formwizard.po (renamed from translations/source/nso/wizards/source/formwizard.po)0
-rw-r--r--source/nso/wizards/source/importwizard.po (renamed from translations/source/nso/wizards/source/importwizard.po)0
-rw-r--r--source/nso/wizards/source/schedule.po (renamed from translations/source/nso/wizards/source/schedule.po)0
-rw-r--r--source/nso/wizards/source/template.po (renamed from translations/source/nso/wizards/source/template.po)0
-rw-r--r--source/nso/xmlsecurity/source/component.po (renamed from translations/source/nso/xmlsecurity/source/component.po)0
-rw-r--r--source/nso/xmlsecurity/source/dialogs.po (renamed from translations/source/nso/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/oc/accessibility/source/helper.po (renamed from translations/source/oc/accessibility/source/helper.po)0
-rw-r--r--source/oc/avmedia/source/framework.po (renamed from translations/source/oc/avmedia/source/framework.po)0
-rw-r--r--source/oc/avmedia/source/viewer.po (renamed from translations/source/oc/avmedia/source/viewer.po)0
-rw-r--r--source/oc/basctl/source/basicide.po (renamed from translations/source/oc/basctl/source/basicide.po)0
-rw-r--r--source/oc/basctl/source/dlged.po (renamed from translations/source/oc/basctl/source/dlged.po)0
-rw-r--r--source/oc/basic/source/classes.po (renamed from translations/source/oc/basic/source/classes.po)0
-rw-r--r--source/oc/basic/source/sbx.po (renamed from translations/source/oc/basic/source/sbx.po)0
-rw-r--r--source/oc/chart2/source/controller/dialogs.po (renamed from translations/source/oc/chart2/source/controller/dialogs.po)0
-rw-r--r--source/oc/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/oc/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/oc/connectivity/source/resource.po (renamed from translations/source/oc/connectivity/source/resource.po)0
-rw-r--r--source/oc/cui/source/customize.po (renamed from translations/source/oc/cui/source/customize.po)0
-rw-r--r--source/oc/cui/source/dialogs.po (renamed from translations/source/oc/cui/source/dialogs.po)0
-rw-r--r--source/oc/cui/source/options.po (renamed from translations/source/oc/cui/source/options.po)0
-rw-r--r--source/oc/cui/source/tabpages.po (renamed from translations/source/oc/cui/source/tabpages.po)0
-rw-r--r--source/oc/dbaccess/source/core/resource.po (renamed from translations/source/oc/dbaccess/source/core/resource.po)0
-rw-r--r--source/oc/dbaccess/source/ext/macromigration.po (renamed from translations/source/oc/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/oc/dbaccess/source/sdbtools/resource.po (renamed from translations/source/oc/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/oc/dbaccess/source/ui/app.po (renamed from translations/source/oc/dbaccess/source/ui/app.po)0
-rw-r--r--source/oc/dbaccess/source/ui/browser.po (renamed from translations/source/oc/dbaccess/source/ui/browser.po)0
-rw-r--r--source/oc/dbaccess/source/ui/control.po (renamed from translations/source/oc/dbaccess/source/ui/control.po)0
-rw-r--r--source/oc/dbaccess/source/ui/dlg.po (renamed from translations/source/oc/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/oc/dbaccess/source/ui/inc.po (renamed from translations/source/oc/dbaccess/source/ui/inc.po)0
-rw-r--r--source/oc/dbaccess/source/ui/misc.po (renamed from translations/source/oc/dbaccess/source/ui/misc.po)0
-rw-r--r--source/oc/dbaccess/source/ui/querydesign.po (renamed from translations/source/oc/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/oc/dbaccess/source/ui/relationdesign.po (renamed from translations/source/oc/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/oc/dbaccess/source/ui/tabledesign.po (renamed from translations/source/oc/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/oc/dbaccess/source/ui/uno.po (renamed from translations/source/oc/dbaccess/source/ui/uno.po)0
-rw-r--r--source/oc/desktop/source/app.po (renamed from translations/source/oc/desktop/source/app.po)0
-rw-r--r--source/oc/desktop/source/deployment/gui.po (renamed from translations/source/oc/desktop/source/deployment/gui.po)0
-rw-r--r--source/oc/desktop/source/deployment/manager.po (renamed from translations/source/oc/desktop/source/deployment/manager.po)0
-rw-r--r--source/oc/desktop/source/deployment/misc.po (renamed from translations/source/oc/desktop/source/deployment/misc.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry.po (renamed from translations/source/oc/desktop/source/deployment/registry.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/component.po (renamed from translations/source/oc/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/configuration.po (renamed from translations/source/oc/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/help.po (renamed from translations/source/oc/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/package.po (renamed from translations/source/oc/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/script.po (renamed from translations/source/oc/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/oc/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/oc/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/oc/desktop/source/deployment/unopkg.po (renamed from translations/source/oc/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/oc/dictionaries/af_ZA.po (renamed from translations/source/oc/dictionaries/af_ZA.po)0
-rw-r--r--source/oc/dictionaries/an_ES.po (renamed from translations/source/oc/dictionaries/an_ES.po)0
-rw-r--r--source/oc/dictionaries/ar.po (renamed from translations/source/oc/dictionaries/ar.po)0
-rw-r--r--source/oc/dictionaries/be_BY.po (renamed from translations/source/oc/dictionaries/be_BY.po)0
-rw-r--r--source/oc/dictionaries/bg_BG.po (renamed from translations/source/oc/dictionaries/bg_BG.po)0
-rw-r--r--source/oc/dictionaries/bn_BD.po (renamed from translations/source/oc/dictionaries/bn_BD.po)0
-rw-r--r--source/oc/dictionaries/br_FR.po (renamed from translations/source/oc/dictionaries/br_FR.po)0
-rw-r--r--source/oc/dictionaries/ca.po (renamed from translations/source/oc/dictionaries/ca.po)0
-rw-r--r--source/oc/dictionaries/cs_CZ.po (renamed from translations/source/oc/dictionaries/cs_CZ.po)0
-rw-r--r--source/oc/dictionaries/da_DK.po (renamed from translations/source/oc/dictionaries/da_DK.po)0
-rw-r--r--source/oc/dictionaries/de.po (renamed from translations/source/oc/dictionaries/de.po)0
-rw-r--r--source/oc/dictionaries/el_GR.po (renamed from translations/source/oc/dictionaries/el_GR.po)0
-rw-r--r--source/oc/dictionaries/en.po (renamed from translations/source/oc/dictionaries/en.po)0
-rw-r--r--source/oc/dictionaries/en/dialog.po (renamed from translations/source/oc/dictionaries/en/dialog.po)0
-rw-r--r--source/oc/dictionaries/es_ES.po (renamed from translations/source/oc/dictionaries/es_ES.po)0
-rw-r--r--source/oc/dictionaries/et_EE.po (renamed from translations/source/oc/dictionaries/et_EE.po)0
-rw-r--r--source/oc/dictionaries/fr_FR.po (renamed from translations/source/oc/dictionaries/fr_FR.po)0
-rw-r--r--source/oc/dictionaries/gd_GB.po (renamed from translations/source/oc/dictionaries/gd_GB.po)0
-rw-r--r--source/oc/dictionaries/gl.po (renamed from translations/source/oc/dictionaries/gl.po)0
-rw-r--r--source/oc/dictionaries/gu_IN.po (renamed from translations/source/oc/dictionaries/gu_IN.po)0
-rw-r--r--source/oc/dictionaries/he_IL.po (renamed from translations/source/oc/dictionaries/he_IL.po)0
-rw-r--r--source/oc/dictionaries/hi_IN.po (renamed from translations/source/oc/dictionaries/hi_IN.po)0
-rw-r--r--source/oc/dictionaries/hr_HR.po (renamed from translations/source/oc/dictionaries/hr_HR.po)0
-rw-r--r--source/oc/dictionaries/hu_HU.po (renamed from translations/source/oc/dictionaries/hu_HU.po)0
-rw-r--r--source/oc/dictionaries/hu_HU/dialog.po (renamed from translations/source/oc/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/oc/dictionaries/it_IT.po (renamed from translations/source/oc/dictionaries/it_IT.po)0
-rw-r--r--source/oc/dictionaries/ku_TR.po (renamed from translations/source/oc/dictionaries/ku_TR.po)0
-rw-r--r--source/oc/dictionaries/lt_LT.po (renamed from translations/source/oc/dictionaries/lt_LT.po)0
-rw-r--r--source/oc/dictionaries/lv_LV.po (renamed from translations/source/oc/dictionaries/lv_LV.po)0
-rw-r--r--source/oc/dictionaries/ne_NP.po (renamed from translations/source/oc/dictionaries/ne_NP.po)0
-rw-r--r--source/oc/dictionaries/nl_NL.po (renamed from translations/source/oc/dictionaries/nl_NL.po)0
-rw-r--r--source/oc/dictionaries/no.po (renamed from translations/source/oc/dictionaries/no.po)0
-rw-r--r--source/oc/dictionaries/oc_FR.po (renamed from translations/source/oc/dictionaries/oc_FR.po)0
-rw-r--r--source/oc/dictionaries/pl_PL.po (renamed from translations/source/oc/dictionaries/pl_PL.po)0
-rw-r--r--source/oc/dictionaries/pt_BR.po (renamed from translations/source/oc/dictionaries/pt_BR.po)0
-rw-r--r--source/oc/dictionaries/pt_PT.po (renamed from translations/source/oc/dictionaries/pt_PT.po)0
-rw-r--r--source/oc/dictionaries/ro.po (renamed from translations/source/oc/dictionaries/ro.po)0
-rw-r--r--source/oc/dictionaries/ru_RU.po (renamed from translations/source/oc/dictionaries/ru_RU.po)0
-rw-r--r--source/oc/dictionaries/ru_RU/dialog.po (renamed from translations/source/oc/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/oc/dictionaries/si_LK.po (renamed from translations/source/oc/dictionaries/si_LK.po)0
-rw-r--r--source/oc/dictionaries/sk_SK.po (renamed from translations/source/oc/dictionaries/sk_SK.po)0
-rw-r--r--source/oc/dictionaries/sl_SI.po (renamed from translations/source/oc/dictionaries/sl_SI.po)0
-rw-r--r--source/oc/dictionaries/sr.po (renamed from translations/source/oc/dictionaries/sr.po)0
-rw-r--r--source/oc/dictionaries/sv_SE.po (renamed from translations/source/oc/dictionaries/sv_SE.po)0
-rw-r--r--source/oc/dictionaries/sw_TZ.po (renamed from translations/source/oc/dictionaries/sw_TZ.po)0
-rw-r--r--source/oc/dictionaries/te_IN.po (renamed from translations/source/oc/dictionaries/te_IN.po)0
-rw-r--r--source/oc/dictionaries/th_TH.po (renamed from translations/source/oc/dictionaries/th_TH.po)0
-rw-r--r--source/oc/dictionaries/uk_UA.po (renamed from translations/source/oc/dictionaries/uk_UA.po)0
-rw-r--r--source/oc/dictionaries/vi.po (renamed from translations/source/oc/dictionaries/vi.po)0
-rw-r--r--source/oc/dictionaries/zu_ZA.po (renamed from translations/source/oc/dictionaries/zu_ZA.po)0
-rw-r--r--source/oc/editeng/source/accessibility.po (renamed from translations/source/oc/editeng/source/accessibility.po)0
-rw-r--r--source/oc/editeng/source/editeng.po (renamed from translations/source/oc/editeng/source/editeng.po)0
-rw-r--r--source/oc/editeng/source/items.po (renamed from translations/source/oc/editeng/source/items.po)0
-rw-r--r--source/oc/editeng/source/misc.po (renamed from translations/source/oc/editeng/source/misc.po)0
-rw-r--r--source/oc/editeng/source/outliner.po (renamed from translations/source/oc/editeng/source/outliner.po)0
-rw-r--r--source/oc/extensions/source/abpilot.po (renamed from translations/source/oc/extensions/source/abpilot.po)0
-rw-r--r--source/oc/extensions/source/bibliography.po (renamed from translations/source/oc/extensions/source/bibliography.po)0
-rw-r--r--source/oc/extensions/source/dbpilots.po (renamed from translations/source/oc/extensions/source/dbpilots.po)0
-rw-r--r--source/oc/extensions/source/propctrlr.po (renamed from translations/source/oc/extensions/source/propctrlr.po)0
-rw-r--r--source/oc/extensions/source/scanner.po (renamed from translations/source/oc/extensions/source/scanner.po)0
-rw-r--r--source/oc/extensions/source/update/check.po (renamed from translations/source/oc/extensions/source/update/check.po)0
-rw-r--r--source/oc/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/oc/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/oc/filter/source/config/fragments/filters.po (renamed from translations/source/oc/filter/source/config/fragments/filters.po)0
-rw-r--r--source/oc/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/oc/filter/source/config/fragments/types.po (renamed from translations/source/oc/filter/source/config/fragments/types.po)0
-rw-r--r--source/oc/filter/source/flash.po (renamed from translations/source/oc/filter/source/flash.po)0
-rw-r--r--source/oc/filter/source/graphicfilter/eps.po (renamed from translations/source/oc/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/oc/filter/source/pdf.po (renamed from translations/source/oc/filter/source/pdf.po)0
-rw-r--r--source/oc/filter/source/t602.po (renamed from translations/source/oc/filter/source/t602.po)0
-rw-r--r--source/oc/filter/source/xsltdialog.po (renamed from translations/source/oc/filter/source/xsltdialog.po)0
-rw-r--r--source/oc/forms/source/resource.po (renamed from translations/source/oc/forms/source/resource.po)0
-rw-r--r--source/oc/formula/source/core/resource.po (renamed from translations/source/oc/formula/source/core/resource.po)0
-rw-r--r--source/oc/formula/source/ui/dlg.po (renamed from translations/source/oc/formula/source/ui/dlg.po)0
-rw-r--r--source/oc/fpicker/source/office.po (renamed from translations/source/oc/fpicker/source/office.po)0
-rw-r--r--source/oc/framework/source/classes.po (renamed from translations/source/oc/framework/source/classes.po)0
-rw-r--r--source/oc/framework/source/services.po (renamed from translations/source/oc/framework/source/services.po)0
-rw-r--r--source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/oc/mysqlc/source.po (renamed from translations/source/oc/mysqlc/source.po)0
-rw-r--r--source/oc/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/oc/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/oc/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/oc/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/oc/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/oc/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/oc/nlpsolver/src/locale.po (renamed from translations/source/oc/nlpsolver/src/locale.po)0
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/oc/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/oc/padmin/source.po (renamed from translations/source/oc/padmin/source.po)0
-rw-r--r--source/oc/readlicense_oo/docs/readme.po (renamed from translations/source/oc/readlicense_oo/docs/readme.po)0
-rw-r--r--source/oc/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/oc/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/oc/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/oc/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/oc/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/oc/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/oc/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/oc/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/oc/reportbuilder/util.po (renamed from translations/source/oc/reportbuilder/util.po)0
-rw-r--r--source/oc/reportdesign/source/core/resource.po (renamed from translations/source/oc/reportdesign/source/core/resource.po)0
-rw-r--r--source/oc/reportdesign/source/ui/dlg.po (renamed from translations/source/oc/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/oc/reportdesign/source/ui/inspection.po (renamed from translations/source/oc/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/oc/reportdesign/source/ui/report.po (renamed from translations/source/oc/reportdesign/source/ui/report.po)0
-rw-r--r--source/oc/sc/source/core/src.po (renamed from translations/source/oc/sc/source/core/src.po)0
-rw-r--r--source/oc/sc/source/ui/cctrl.po (renamed from translations/source/oc/sc/source/ui/cctrl.po)0
-rw-r--r--source/oc/sc/source/ui/dbgui.po (renamed from translations/source/oc/sc/source/ui/dbgui.po)0
-rw-r--r--source/oc/sc/source/ui/docshell.po (renamed from translations/source/oc/sc/source/ui/docshell.po)0
-rw-r--r--source/oc/sc/source/ui/drawfunc.po (renamed from translations/source/oc/sc/source/ui/drawfunc.po)0
-rw-r--r--source/oc/sc/source/ui/formdlg.po (renamed from translations/source/oc/sc/source/ui/formdlg.po)0
-rw-r--r--source/oc/sc/source/ui/miscdlgs.po (renamed from translations/source/oc/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/oc/sc/source/ui/navipi.po (renamed from translations/source/oc/sc/source/ui/navipi.po)0
-rw-r--r--source/oc/sc/source/ui/optdlg.po (renamed from translations/source/oc/sc/source/ui/optdlg.po)0
-rw-r--r--source/oc/sc/source/ui/pagedlg.po (renamed from translations/source/oc/sc/source/ui/pagedlg.po)0
-rw-r--r--source/oc/sc/source/ui/src.po (renamed from translations/source/oc/sc/source/ui/src.po)0
-rw-r--r--source/oc/sc/source/ui/styleui.po (renamed from translations/source/oc/sc/source/ui/styleui.po)0
-rw-r--r--source/oc/scaddins/source/analysis.po (renamed from translations/source/oc/scaddins/source/analysis.po)0
-rw-r--r--source/oc/scaddins/source/datefunc.po (renamed from translations/source/oc/scaddins/source/datefunc.po)0
-rw-r--r--source/oc/sccomp/source/solver.po (renamed from translations/source/oc/sccomp/source/solver.po)0
-rw-r--r--source/oc/scp2/source/accessories.po (renamed from translations/source/oc/scp2/source/accessories.po)0
-rw-r--r--source/oc/scp2/source/activex.po (renamed from translations/source/oc/scp2/source/activex.po)0
-rw-r--r--source/oc/scp2/source/base.po (renamed from translations/source/oc/scp2/source/base.po)0
-rw-r--r--source/oc/scp2/source/binfilter.po (renamed from translations/source/oc/scp2/source/binfilter.po)0
-rw-r--r--source/oc/scp2/source/calc.po (renamed from translations/source/oc/scp2/source/calc.po)0
-rw-r--r--source/oc/scp2/source/draw.po (renamed from translations/source/oc/scp2/source/draw.po)0
-rw-r--r--source/oc/scp2/source/extensions.po (renamed from translations/source/oc/scp2/source/extensions.po)0
-rw-r--r--source/oc/scp2/source/gnome.po (renamed from translations/source/oc/scp2/source/gnome.po)0
-rw-r--r--source/oc/scp2/source/graphicfilter.po (renamed from translations/source/oc/scp2/source/graphicfilter.po)0
-rw-r--r--source/oc/scp2/source/impress.po (renamed from translations/source/oc/scp2/source/impress.po)0
-rw-r--r--source/oc/scp2/source/javafilter.po (renamed from translations/source/oc/scp2/source/javafilter.po)0
-rw-r--r--source/oc/scp2/source/kde.po (renamed from translations/source/oc/scp2/source/kde.po)0
-rw-r--r--source/oc/scp2/source/math.po (renamed from translations/source/oc/scp2/source/math.po)0
-rw-r--r--source/oc/scp2/source/onlineupdate.po (renamed from translations/source/oc/scp2/source/onlineupdate.po)0
-rw-r--r--source/oc/scp2/source/ooo.po (renamed from translations/source/oc/scp2/source/ooo.po)0
-rw-r--r--source/oc/scp2/source/python.po (renamed from translations/source/oc/scp2/source/python.po)0
-rw-r--r--source/oc/scp2/source/quickstart.po (renamed from translations/source/oc/scp2/source/quickstart.po)0
-rw-r--r--source/oc/scp2/source/sdkoo.po (renamed from translations/source/oc/scp2/source/sdkoo.po)0
-rw-r--r--source/oc/scp2/source/smoketest.po (renamed from translations/source/oc/scp2/source/smoketest.po)0
-rw-r--r--source/oc/scp2/source/stdlibs.po (renamed from translations/source/oc/scp2/source/stdlibs.po)0
-rw-r--r--source/oc/scp2/source/tde.po (renamed from translations/source/oc/scp2/source/tde.po)0
-rw-r--r--source/oc/scp2/source/winexplorerext.po (renamed from translations/source/oc/scp2/source/winexplorerext.po)0
-rw-r--r--source/oc/scp2/source/writer.po (renamed from translations/source/oc/scp2/source/writer.po)0
-rw-r--r--source/oc/scp2/source/xsltfilter.po (renamed from translations/source/oc/scp2/source/xsltfilter.po)0
-rw-r--r--source/oc/scripting/source/pyprov.po (renamed from translations/source/oc/scripting/source/pyprov.po)0
-rw-r--r--source/oc/sd/source/core.po (renamed from translations/source/oc/sd/source/core.po)0
-rw-r--r--source/oc/sd/source/filter/html.po (renamed from translations/source/oc/sd/source/filter/html.po)0
-rw-r--r--source/oc/sd/source/ui/accessibility.po (renamed from translations/source/oc/sd/source/ui/accessibility.po)0
-rw-r--r--source/oc/sd/source/ui/animations.po (renamed from translations/source/oc/sd/source/ui/animations.po)0
-rw-r--r--source/oc/sd/source/ui/annotations.po (renamed from translations/source/oc/sd/source/ui/annotations.po)0
-rw-r--r--source/oc/sd/source/ui/app.po (renamed from translations/source/oc/sd/source/ui/app.po)0
-rw-r--r--source/oc/sd/source/ui/dlg.po (renamed from translations/source/oc/sd/source/ui/dlg.po)0
-rw-r--r--source/oc/sd/source/ui/slideshow.po (renamed from translations/source/oc/sd/source/ui/slideshow.po)0
-rw-r--r--source/oc/sd/source/ui/table.po (renamed from translations/source/oc/sd/source/ui/table.po)0
-rw-r--r--source/oc/sd/source/ui/view.po (renamed from translations/source/oc/sd/source/ui/view.po)0
-rw-r--r--source/oc/sdext/source/minimizer.po (renamed from translations/source/oc/sdext/source/minimizer.po)0
-rw-r--r--source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/oc/sdext/source/pdfimport.po (renamed from translations/source/oc/sdext/source/pdfimport.po)0
-rw-r--r--source/oc/sdext/source/presenter.po (renamed from translations/source/oc/sdext/source/presenter.po)0
-rw-r--r--source/oc/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/oc/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/oc/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/oc/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/oc/setup_native/source/mac.po (renamed from translations/source/oc/setup_native/source/mac.po)0
-rw-r--r--source/oc/sfx2/source/appl.po (renamed from translations/source/oc/sfx2/source/appl.po)0
-rw-r--r--source/oc/sfx2/source/bastyp.po (renamed from translations/source/oc/sfx2/source/bastyp.po)0
-rw-r--r--source/oc/sfx2/source/dialog.po (renamed from translations/source/oc/sfx2/source/dialog.po)0
-rw-r--r--source/oc/sfx2/source/doc.po (renamed from translations/source/oc/sfx2/source/doc.po)0
-rw-r--r--source/oc/sfx2/source/menu.po (renamed from translations/source/oc/sfx2/source/menu.po)0
-rw-r--r--source/oc/sfx2/source/view.po (renamed from translations/source/oc/sfx2/source/view.po)0
-rw-r--r--source/oc/shell/source/win32/shlxthandler/res.po (renamed from translations/source/oc/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/oc/starmath/source.po (renamed from translations/source/oc/starmath/source.po)0
-rw-r--r--source/oc/svl/source/items.po (renamed from translations/source/oc/svl/source/items.po)0
-rw-r--r--source/oc/svl/source/misc.po (renamed from translations/source/oc/svl/source/misc.po)0
-rw-r--r--source/oc/svtools/source/contnr.po (renamed from translations/source/oc/svtools/source/contnr.po)0
-rw-r--r--source/oc/svtools/source/control.po (renamed from translations/source/oc/svtools/source/control.po)0
-rw-r--r--source/oc/svtools/source/dialogs.po (renamed from translations/source/oc/svtools/source/dialogs.po)0
-rw-r--r--source/oc/svtools/source/filter.po (renamed from translations/source/oc/svtools/source/filter.po)0
-rw-r--r--source/oc/svtools/source/java.po (renamed from translations/source/oc/svtools/source/java.po)0
-rw-r--r--source/oc/svtools/source/misc.po (renamed from translations/source/oc/svtools/source/misc.po)0
-rw-r--r--source/oc/svtools/source/toolpanel.po (renamed from translations/source/oc/svtools/source/toolpanel.po)0
-rw-r--r--source/oc/svtools/workben/unodialog.po (renamed from translations/source/oc/svtools/workben/unodialog.po)0
-rw-r--r--source/oc/svx/inc.po (renamed from translations/source/oc/svx/inc.po)0
-rw-r--r--source/oc/svx/source/accessibility.po (renamed from translations/source/oc/svx/source/accessibility.po)0
-rw-r--r--source/oc/svx/source/dialog.po (renamed from translations/source/oc/svx/source/dialog.po)0
-rw-r--r--source/oc/svx/source/engine3d.po (renamed from translations/source/oc/svx/source/engine3d.po)0
-rw-r--r--source/oc/svx/source/fmcomp.po (renamed from translations/source/oc/svx/source/fmcomp.po)0
-rw-r--r--source/oc/svx/source/form.po (renamed from translations/source/oc/svx/source/form.po)0
-rw-r--r--source/oc/svx/source/gallery2.po (renamed from translations/source/oc/svx/source/gallery2.po)0
-rw-r--r--source/oc/svx/source/items.po (renamed from translations/source/oc/svx/source/items.po)0
-rw-r--r--source/oc/svx/source/src.po (renamed from translations/source/oc/svx/source/src.po)0
-rw-r--r--source/oc/svx/source/stbctrls.po (renamed from translations/source/oc/svx/source/stbctrls.po)0
-rw-r--r--source/oc/svx/source/svdraw.po (renamed from translations/source/oc/svx/source/svdraw.po)0
-rw-r--r--source/oc/svx/source/table.po (renamed from translations/source/oc/svx/source/table.po)0
-rw-r--r--source/oc/svx/source/tbxctrls.po (renamed from translations/source/oc/svx/source/tbxctrls.po)0
-rw-r--r--source/oc/svx/source/toolbars.po (renamed from translations/source/oc/svx/source/toolbars.po)0
-rw-r--r--source/oc/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/oc/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/oc/sw/source/core/layout.po (renamed from translations/source/oc/sw/source/core/layout.po)0
-rw-r--r--source/oc/sw/source/core/undo.po (renamed from translations/source/oc/sw/source/core/undo.po)0
-rw-r--r--source/oc/sw/source/core/unocore.po (renamed from translations/source/oc/sw/source/core/unocore.po)0
-rw-r--r--source/oc/sw/source/ui/app.po (renamed from translations/source/oc/sw/source/ui/app.po)0
-rw-r--r--source/oc/sw/source/ui/chrdlg.po (renamed from translations/source/oc/sw/source/ui/chrdlg.po)0
-rw-r--r--source/oc/sw/source/ui/config.po (renamed from translations/source/oc/sw/source/ui/config.po)0
-rw-r--r--source/oc/sw/source/ui/dbui.po (renamed from translations/source/oc/sw/source/ui/dbui.po)0
-rw-r--r--source/oc/sw/source/ui/dialog.po (renamed from translations/source/oc/sw/source/ui/dialog.po)0
-rw-r--r--source/oc/sw/source/ui/dochdl.po (renamed from translations/source/oc/sw/source/ui/dochdl.po)0
-rw-r--r--source/oc/sw/source/ui/docvw.po (renamed from translations/source/oc/sw/source/ui/docvw.po)0
-rw-r--r--source/oc/sw/source/ui/envelp.po (renamed from translations/source/oc/sw/source/ui/envelp.po)0
-rw-r--r--source/oc/sw/source/ui/fldui.po (renamed from translations/source/oc/sw/source/ui/fldui.po)0
-rw-r--r--source/oc/sw/source/ui/fmtui.po (renamed from translations/source/oc/sw/source/ui/fmtui.po)0
-rw-r--r--source/oc/sw/source/ui/frmdlg.po (renamed from translations/source/oc/sw/source/ui/frmdlg.po)0
-rw-r--r--source/oc/sw/source/ui/globdoc.po (renamed from translations/source/oc/sw/source/ui/globdoc.po)0
-rw-r--r--source/oc/sw/source/ui/index.po (renamed from translations/source/oc/sw/source/ui/index.po)0
-rw-r--r--source/oc/sw/source/ui/lingu.po (renamed from translations/source/oc/sw/source/ui/lingu.po)0
-rw-r--r--source/oc/sw/source/ui/misc.po (renamed from translations/source/oc/sw/source/ui/misc.po)0
-rw-r--r--source/oc/sw/source/ui/ribbar.po (renamed from translations/source/oc/sw/source/ui/ribbar.po)0
-rw-r--r--source/oc/sw/source/ui/shells.po (renamed from translations/source/oc/sw/source/ui/shells.po)0
-rw-r--r--source/oc/sw/source/ui/smartmenu.po (renamed from translations/source/oc/sw/source/ui/smartmenu.po)0
-rw-r--r--source/oc/sw/source/ui/table.po (renamed from translations/source/oc/sw/source/ui/table.po)0
-rw-r--r--source/oc/sw/source/ui/uiview.po (renamed from translations/source/oc/sw/source/ui/uiview.po)0
-rw-r--r--source/oc/sw/source/ui/utlui.po (renamed from translations/source/oc/sw/source/ui/utlui.po)0
-rw-r--r--source/oc/sw/source/ui/web.po (renamed from translations/source/oc/sw/source/ui/web.po)0
-rw-r--r--source/oc/sw/source/ui/wrtsh.po (renamed from translations/source/oc/sw/source/ui/wrtsh.po)0
-rw-r--r--source/oc/swext/mediawiki/help.po (renamed from translations/source/oc/swext/mediawiki/help.po)0
-rw-r--r--source/oc/swext/mediawiki/src.po (renamed from translations/source/oc/swext/mediawiki/src.po)0
-rw-r--r--source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/oc/sysui/desktop/share.po (renamed from translations/source/oc/sysui/desktop/share.po)0
-rw-r--r--source/oc/uui/source.po (renamed from translations/source/oc/uui/source.po)0
-rw-r--r--source/oc/vcl/source/src.po (renamed from translations/source/oc/vcl/source/src.po)0
-rw-r--r--source/oc/wizards/source/euro.po (renamed from translations/source/oc/wizards/source/euro.po)0
-rw-r--r--source/oc/wizards/source/formwizard.po (renamed from translations/source/oc/wizards/source/formwizard.po)0
-rw-r--r--source/oc/wizards/source/importwizard.po (renamed from translations/source/oc/wizards/source/importwizard.po)0
-rw-r--r--source/oc/wizards/source/schedule.po (renamed from translations/source/oc/wizards/source/schedule.po)0
-rw-r--r--source/oc/wizards/source/template.po (renamed from translations/source/oc/wizards/source/template.po)0
-rw-r--r--source/oc/xmlsecurity/source/component.po (renamed from translations/source/oc/xmlsecurity/source/component.po)0
-rw-r--r--source/oc/xmlsecurity/source/dialogs.po (renamed from translations/source/oc/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/om/accessibility/source/helper.po (renamed from translations/source/om/accessibility/source/helper.po)0
-rw-r--r--source/om/avmedia/source/framework.po (renamed from translations/source/om/avmedia/source/framework.po)0
-rw-r--r--source/om/avmedia/source/viewer.po (renamed from translations/source/om/avmedia/source/viewer.po)0
-rw-r--r--source/om/basctl/source/basicide.po (renamed from translations/source/om/basctl/source/basicide.po)0
-rw-r--r--source/om/basctl/source/dlged.po (renamed from translations/source/om/basctl/source/dlged.po)0
-rw-r--r--source/om/basic/source/classes.po (renamed from translations/source/om/basic/source/classes.po)0
-rw-r--r--source/om/basic/source/sbx.po (renamed from translations/source/om/basic/source/sbx.po)0
-rw-r--r--source/om/chart2/source/controller/dialogs.po (renamed from translations/source/om/chart2/source/controller/dialogs.po)0
-rw-r--r--source/om/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/om/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/om/connectivity/source/resource.po (renamed from translations/source/om/connectivity/source/resource.po)0
-rw-r--r--source/om/cui/source/customize.po (renamed from translations/source/om/cui/source/customize.po)0
-rw-r--r--source/om/cui/source/dialogs.po (renamed from translations/source/om/cui/source/dialogs.po)0
-rw-r--r--source/om/cui/source/options.po (renamed from translations/source/om/cui/source/options.po)0
-rw-r--r--source/om/cui/source/tabpages.po (renamed from translations/source/om/cui/source/tabpages.po)0
-rw-r--r--source/om/dbaccess/source/core/resource.po (renamed from translations/source/om/dbaccess/source/core/resource.po)0
-rw-r--r--source/om/dbaccess/source/ext/macromigration.po (renamed from translations/source/om/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/om/dbaccess/source/sdbtools/resource.po (renamed from translations/source/om/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/om/dbaccess/source/ui/app.po (renamed from translations/source/om/dbaccess/source/ui/app.po)0
-rw-r--r--source/om/dbaccess/source/ui/browser.po (renamed from translations/source/om/dbaccess/source/ui/browser.po)0
-rw-r--r--source/om/dbaccess/source/ui/control.po (renamed from translations/source/om/dbaccess/source/ui/control.po)0
-rw-r--r--source/om/dbaccess/source/ui/dlg.po (renamed from translations/source/om/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/om/dbaccess/source/ui/inc.po (renamed from translations/source/om/dbaccess/source/ui/inc.po)0
-rw-r--r--source/om/dbaccess/source/ui/misc.po (renamed from translations/source/om/dbaccess/source/ui/misc.po)0
-rw-r--r--source/om/dbaccess/source/ui/querydesign.po (renamed from translations/source/om/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/om/dbaccess/source/ui/relationdesign.po (renamed from translations/source/om/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/om/dbaccess/source/ui/tabledesign.po (renamed from translations/source/om/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/om/dbaccess/source/ui/uno.po (renamed from translations/source/om/dbaccess/source/ui/uno.po)0
-rw-r--r--source/om/desktop/source/app.po (renamed from translations/source/om/desktop/source/app.po)0
-rw-r--r--source/om/desktop/source/deployment/gui.po (renamed from translations/source/om/desktop/source/deployment/gui.po)0
-rw-r--r--source/om/desktop/source/deployment/manager.po (renamed from translations/source/om/desktop/source/deployment/manager.po)0
-rw-r--r--source/om/desktop/source/deployment/misc.po (renamed from translations/source/om/desktop/source/deployment/misc.po)0
-rw-r--r--source/om/desktop/source/deployment/registry.po (renamed from translations/source/om/desktop/source/deployment/registry.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/component.po (renamed from translations/source/om/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/configuration.po (renamed from translations/source/om/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/help.po (renamed from translations/source/om/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/package.po (renamed from translations/source/om/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/script.po (renamed from translations/source/om/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/om/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/om/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/om/desktop/source/deployment/unopkg.po (renamed from translations/source/om/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/om/dictionaries/af_ZA.po (renamed from translations/source/om/dictionaries/af_ZA.po)0
-rw-r--r--source/om/dictionaries/an_ES.po (renamed from translations/source/om/dictionaries/an_ES.po)0
-rw-r--r--source/om/dictionaries/ar.po (renamed from translations/source/om/dictionaries/ar.po)0
-rw-r--r--source/om/dictionaries/be_BY.po (renamed from translations/source/om/dictionaries/be_BY.po)0
-rw-r--r--source/om/dictionaries/bg_BG.po (renamed from translations/source/om/dictionaries/bg_BG.po)0
-rw-r--r--source/om/dictionaries/bn_BD.po (renamed from translations/source/om/dictionaries/bn_BD.po)0
-rw-r--r--source/om/dictionaries/br_FR.po (renamed from translations/source/om/dictionaries/br_FR.po)0
-rw-r--r--source/om/dictionaries/ca.po (renamed from translations/source/om/dictionaries/ca.po)0
-rw-r--r--source/om/dictionaries/cs_CZ.po (renamed from translations/source/om/dictionaries/cs_CZ.po)0
-rw-r--r--source/om/dictionaries/da_DK.po (renamed from translations/source/om/dictionaries/da_DK.po)0
-rw-r--r--source/om/dictionaries/de.po (renamed from translations/source/om/dictionaries/de.po)0
-rw-r--r--source/om/dictionaries/el_GR.po (renamed from translations/source/om/dictionaries/el_GR.po)0
-rw-r--r--source/om/dictionaries/en.po (renamed from translations/source/om/dictionaries/en.po)0
-rw-r--r--source/om/dictionaries/en/dialog.po (renamed from translations/source/om/dictionaries/en/dialog.po)0
-rw-r--r--source/om/dictionaries/es_ES.po (renamed from translations/source/om/dictionaries/es_ES.po)0
-rw-r--r--source/om/dictionaries/et_EE.po (renamed from translations/source/om/dictionaries/et_EE.po)0
-rw-r--r--source/om/dictionaries/fr_FR.po (renamed from translations/source/om/dictionaries/fr_FR.po)0
-rw-r--r--source/om/dictionaries/gd_GB.po (renamed from translations/source/om/dictionaries/gd_GB.po)0
-rw-r--r--source/om/dictionaries/gl.po (renamed from translations/source/om/dictionaries/gl.po)0
-rw-r--r--source/om/dictionaries/gu_IN.po (renamed from translations/source/om/dictionaries/gu_IN.po)0
-rw-r--r--source/om/dictionaries/he_IL.po (renamed from translations/source/om/dictionaries/he_IL.po)0
-rw-r--r--source/om/dictionaries/hi_IN.po (renamed from translations/source/om/dictionaries/hi_IN.po)0
-rw-r--r--source/om/dictionaries/hr_HR.po (renamed from translations/source/om/dictionaries/hr_HR.po)0
-rw-r--r--source/om/dictionaries/hu_HU.po (renamed from translations/source/om/dictionaries/hu_HU.po)0
-rw-r--r--source/om/dictionaries/hu_HU/dialog.po (renamed from translations/source/om/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/om/dictionaries/it_IT.po (renamed from translations/source/om/dictionaries/it_IT.po)0
-rw-r--r--source/om/dictionaries/ku_TR.po (renamed from translations/source/om/dictionaries/ku_TR.po)0
-rw-r--r--source/om/dictionaries/lt_LT.po (renamed from translations/source/om/dictionaries/lt_LT.po)0
-rw-r--r--source/om/dictionaries/lv_LV.po (renamed from translations/source/om/dictionaries/lv_LV.po)0
-rw-r--r--source/om/dictionaries/ne_NP.po (renamed from translations/source/om/dictionaries/ne_NP.po)0
-rw-r--r--source/om/dictionaries/nl_NL.po (renamed from translations/source/om/dictionaries/nl_NL.po)0
-rw-r--r--source/om/dictionaries/no.po (renamed from translations/source/om/dictionaries/no.po)0
-rw-r--r--source/om/dictionaries/oc_FR.po (renamed from translations/source/om/dictionaries/oc_FR.po)0
-rw-r--r--source/om/dictionaries/pl_PL.po (renamed from translations/source/om/dictionaries/pl_PL.po)0
-rw-r--r--source/om/dictionaries/pt_BR.po (renamed from translations/source/om/dictionaries/pt_BR.po)0
-rw-r--r--source/om/dictionaries/pt_PT.po (renamed from translations/source/om/dictionaries/pt_PT.po)0
-rw-r--r--source/om/dictionaries/ro.po (renamed from translations/source/om/dictionaries/ro.po)0
-rw-r--r--source/om/dictionaries/ru_RU.po (renamed from translations/source/om/dictionaries/ru_RU.po)0
-rw-r--r--source/om/dictionaries/ru_RU/dialog.po (renamed from translations/source/om/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/om/dictionaries/si_LK.po (renamed from translations/source/om/dictionaries/si_LK.po)0
-rw-r--r--source/om/dictionaries/sk_SK.po (renamed from translations/source/om/dictionaries/sk_SK.po)0
-rw-r--r--source/om/dictionaries/sl_SI.po (renamed from translations/source/om/dictionaries/sl_SI.po)0
-rw-r--r--source/om/dictionaries/sr.po (renamed from translations/source/om/dictionaries/sr.po)0
-rw-r--r--source/om/dictionaries/sv_SE.po (renamed from translations/source/om/dictionaries/sv_SE.po)0
-rw-r--r--source/om/dictionaries/sw_TZ.po (renamed from translations/source/om/dictionaries/sw_TZ.po)0
-rw-r--r--source/om/dictionaries/te_IN.po (renamed from translations/source/om/dictionaries/te_IN.po)0
-rw-r--r--source/om/dictionaries/th_TH.po (renamed from translations/source/om/dictionaries/th_TH.po)0
-rw-r--r--source/om/dictionaries/uk_UA.po (renamed from translations/source/om/dictionaries/uk_UA.po)0
-rw-r--r--source/om/dictionaries/vi.po (renamed from translations/source/om/dictionaries/vi.po)0
-rw-r--r--source/om/dictionaries/zu_ZA.po (renamed from translations/source/om/dictionaries/zu_ZA.po)0
-rw-r--r--source/om/editeng/source/accessibility.po (renamed from translations/source/om/editeng/source/accessibility.po)0
-rw-r--r--source/om/editeng/source/editeng.po (renamed from translations/source/om/editeng/source/editeng.po)0
-rw-r--r--source/om/editeng/source/items.po (renamed from translations/source/om/editeng/source/items.po)0
-rw-r--r--source/om/editeng/source/misc.po (renamed from translations/source/om/editeng/source/misc.po)0
-rw-r--r--source/om/editeng/source/outliner.po (renamed from translations/source/om/editeng/source/outliner.po)0
-rw-r--r--source/om/extensions/source/abpilot.po (renamed from translations/source/om/extensions/source/abpilot.po)0
-rw-r--r--source/om/extensions/source/bibliography.po (renamed from translations/source/om/extensions/source/bibliography.po)0
-rw-r--r--source/om/extensions/source/dbpilots.po (renamed from translations/source/om/extensions/source/dbpilots.po)0
-rw-r--r--source/om/extensions/source/propctrlr.po (renamed from translations/source/om/extensions/source/propctrlr.po)0
-rw-r--r--source/om/extensions/source/scanner.po (renamed from translations/source/om/extensions/source/scanner.po)0
-rw-r--r--source/om/extensions/source/update/check.po (renamed from translations/source/om/extensions/source/update/check.po)0
-rw-r--r--source/om/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/om/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/om/filter/source/config/fragments/filters.po (renamed from translations/source/om/filter/source/config/fragments/filters.po)0
-rw-r--r--source/om/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/om/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/om/filter/source/config/fragments/types.po (renamed from translations/source/om/filter/source/config/fragments/types.po)0
-rw-r--r--source/om/filter/source/flash.po (renamed from translations/source/om/filter/source/flash.po)0
-rw-r--r--source/om/filter/source/graphicfilter/eps.po (renamed from translations/source/om/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/om/filter/source/pdf.po (renamed from translations/source/om/filter/source/pdf.po)0
-rw-r--r--source/om/filter/source/t602.po (renamed from translations/source/om/filter/source/t602.po)0
-rw-r--r--source/om/filter/source/xsltdialog.po (renamed from translations/source/om/filter/source/xsltdialog.po)0
-rw-r--r--source/om/forms/source/resource.po (renamed from translations/source/om/forms/source/resource.po)0
-rw-r--r--source/om/formula/source/core/resource.po (renamed from translations/source/om/formula/source/core/resource.po)0
-rw-r--r--source/om/formula/source/ui/dlg.po (renamed from translations/source/om/formula/source/ui/dlg.po)0
-rw-r--r--source/om/fpicker/source/office.po (renamed from translations/source/om/fpicker/source/office.po)0
-rw-r--r--source/om/framework/source/classes.po (renamed from translations/source/om/framework/source/classes.po)0
-rw-r--r--source/om/framework/source/services.po (renamed from translations/source/om/framework/source/services.po)0
-rw-r--r--source/om/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/om/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/om/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/om/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/om/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc.po (renamed from translations/source/om/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/00.po (renamed from translations/source/om/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po (renamed from translations/source/om/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/02.po (renamed from translations/source/om/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/04.po (renamed from translations/source/om/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/05.po (renamed from translations/source/om/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/om/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/schart.po (renamed from translations/source/om/helpcontent2/source/text/schart.po)0
-rw-r--r--source/om/helpcontent2/source/text/schart/00.po (renamed from translations/source/om/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/schart/01.po (renamed from translations/source/om/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/schart/02.po (renamed from translations/source/om/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/schart/04.po (renamed from translations/source/om/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/sdraw.po (renamed from translations/source/om/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/om/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/om/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/om/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/om/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/om/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared.po (renamed from translations/source/om/helpcontent2/source/text/shared.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po (renamed from translations/source/om/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po (renamed from translations/source/om/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po (renamed from translations/source/om/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/04.po (renamed from translations/source/om/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/05.po (renamed from translations/source/om/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/07.po (renamed from translations/source/om/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/om/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/om/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/om/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po (renamed from translations/source/om/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/om/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress.po (renamed from translations/source/om/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress/00.po (renamed from translations/source/om/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress/01.po (renamed from translations/source/om/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress/02.po (renamed from translations/source/om/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress/04.po (renamed from translations/source/om/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/om/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath.po (renamed from translations/source/om/helpcontent2/source/text/smath.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath/00.po (renamed from translations/source/om/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath/01.po (renamed from translations/source/om/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath/02.po (renamed from translations/source/om/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath/04.po (renamed from translations/source/om/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/smath/guide.po (renamed from translations/source/om/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter.po (renamed from translations/source/om/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po (renamed from translations/source/om/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po (renamed from translations/source/om/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter/02.po (renamed from translations/source/om/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter/04.po (renamed from translations/source/om/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/om/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/om/mysqlc/source.po (renamed from translations/source/om/mysqlc/source.po)0
-rw-r--r--source/om/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/om/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/om/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/om/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/om/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/om/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/om/nlpsolver/src/locale.po (renamed from translations/source/om/nlpsolver/src/locale.po)0
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/om/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/om/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/om/padmin/source.po (renamed from translations/source/om/padmin/source.po)0
-rw-r--r--source/om/readlicense_oo/docs/readme.po (renamed from translations/source/om/readlicense_oo/docs/readme.po)0
-rw-r--r--source/om/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/om/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/om/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/om/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/om/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/om/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/om/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/om/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/om/reportbuilder/util.po (renamed from translations/source/om/reportbuilder/util.po)0
-rw-r--r--source/om/reportdesign/source/core/resource.po (renamed from translations/source/om/reportdesign/source/core/resource.po)0
-rw-r--r--source/om/reportdesign/source/ui/dlg.po (renamed from translations/source/om/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/om/reportdesign/source/ui/inspection.po (renamed from translations/source/om/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/om/reportdesign/source/ui/report.po (renamed from translations/source/om/reportdesign/source/ui/report.po)0
-rw-r--r--source/om/sc/source/core/src.po (renamed from translations/source/om/sc/source/core/src.po)0
-rw-r--r--source/om/sc/source/ui/cctrl.po (renamed from translations/source/om/sc/source/ui/cctrl.po)0
-rw-r--r--source/om/sc/source/ui/dbgui.po (renamed from translations/source/om/sc/source/ui/dbgui.po)0
-rw-r--r--source/om/sc/source/ui/docshell.po (renamed from translations/source/om/sc/source/ui/docshell.po)0
-rw-r--r--source/om/sc/source/ui/drawfunc.po (renamed from translations/source/om/sc/source/ui/drawfunc.po)0
-rw-r--r--source/om/sc/source/ui/formdlg.po (renamed from translations/source/om/sc/source/ui/formdlg.po)0
-rw-r--r--source/om/sc/source/ui/miscdlgs.po (renamed from translations/source/om/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/om/sc/source/ui/navipi.po (renamed from translations/source/om/sc/source/ui/navipi.po)0
-rw-r--r--source/om/sc/source/ui/optdlg.po (renamed from translations/source/om/sc/source/ui/optdlg.po)0
-rw-r--r--source/om/sc/source/ui/pagedlg.po (renamed from translations/source/om/sc/source/ui/pagedlg.po)0
-rw-r--r--source/om/sc/source/ui/src.po (renamed from translations/source/om/sc/source/ui/src.po)0
-rw-r--r--source/om/sc/source/ui/styleui.po (renamed from translations/source/om/sc/source/ui/styleui.po)0
-rw-r--r--source/om/scaddins/source/analysis.po (renamed from translations/source/om/scaddins/source/analysis.po)0
-rw-r--r--source/om/scaddins/source/datefunc.po (renamed from translations/source/om/scaddins/source/datefunc.po)0
-rw-r--r--source/om/sccomp/source/solver.po (renamed from translations/source/om/sccomp/source/solver.po)0
-rw-r--r--source/om/scp2/source/accessories.po (renamed from translations/source/om/scp2/source/accessories.po)0
-rw-r--r--source/om/scp2/source/activex.po (renamed from translations/source/om/scp2/source/activex.po)0
-rw-r--r--source/om/scp2/source/base.po (renamed from translations/source/om/scp2/source/base.po)0
-rw-r--r--source/om/scp2/source/binfilter.po (renamed from translations/source/om/scp2/source/binfilter.po)0
-rw-r--r--source/om/scp2/source/calc.po (renamed from translations/source/om/scp2/source/calc.po)0
-rw-r--r--source/om/scp2/source/draw.po (renamed from translations/source/om/scp2/source/draw.po)0
-rw-r--r--source/om/scp2/source/extensions.po (renamed from translations/source/om/scp2/source/extensions.po)0
-rw-r--r--source/om/scp2/source/gnome.po (renamed from translations/source/om/scp2/source/gnome.po)0
-rw-r--r--source/om/scp2/source/graphicfilter.po (renamed from translations/source/om/scp2/source/graphicfilter.po)0
-rw-r--r--source/om/scp2/source/impress.po (renamed from translations/source/om/scp2/source/impress.po)0
-rw-r--r--source/om/scp2/source/javafilter.po (renamed from translations/source/om/scp2/source/javafilter.po)0
-rw-r--r--source/om/scp2/source/kde.po (renamed from translations/source/om/scp2/source/kde.po)0
-rw-r--r--source/om/scp2/source/math.po (renamed from translations/source/om/scp2/source/math.po)0
-rw-r--r--source/om/scp2/source/onlineupdate.po (renamed from translations/source/om/scp2/source/onlineupdate.po)0
-rw-r--r--source/om/scp2/source/ooo.po (renamed from translations/source/om/scp2/source/ooo.po)0
-rw-r--r--source/om/scp2/source/python.po (renamed from translations/source/om/scp2/source/python.po)0
-rw-r--r--source/om/scp2/source/quickstart.po (renamed from translations/source/om/scp2/source/quickstart.po)0
-rw-r--r--source/om/scp2/source/sdkoo.po (renamed from translations/source/om/scp2/source/sdkoo.po)0
-rw-r--r--source/om/scp2/source/smoketest.po (renamed from translations/source/om/scp2/source/smoketest.po)0
-rw-r--r--source/om/scp2/source/stdlibs.po (renamed from translations/source/om/scp2/source/stdlibs.po)0
-rw-r--r--source/om/scp2/source/tde.po (renamed from translations/source/om/scp2/source/tde.po)0
-rw-r--r--source/om/scp2/source/winexplorerext.po (renamed from translations/source/om/scp2/source/winexplorerext.po)0
-rw-r--r--source/om/scp2/source/writer.po (renamed from translations/source/om/scp2/source/writer.po)0
-rw-r--r--source/om/scp2/source/xsltfilter.po (renamed from translations/source/om/scp2/source/xsltfilter.po)0
-rw-r--r--source/om/scripting/source/pyprov.po (renamed from translations/source/om/scripting/source/pyprov.po)0
-rw-r--r--source/om/sd/source/core.po (renamed from translations/source/om/sd/source/core.po)0
-rw-r--r--source/om/sd/source/filter/html.po (renamed from translations/source/om/sd/source/filter/html.po)0
-rw-r--r--source/om/sd/source/ui/accessibility.po (renamed from translations/source/om/sd/source/ui/accessibility.po)0
-rw-r--r--source/om/sd/source/ui/animations.po (renamed from translations/source/om/sd/source/ui/animations.po)0
-rw-r--r--source/om/sd/source/ui/annotations.po (renamed from translations/source/om/sd/source/ui/annotations.po)0
-rw-r--r--source/om/sd/source/ui/app.po (renamed from translations/source/om/sd/source/ui/app.po)0
-rw-r--r--source/om/sd/source/ui/dlg.po (renamed from translations/source/om/sd/source/ui/dlg.po)0
-rw-r--r--source/om/sd/source/ui/slideshow.po (renamed from translations/source/om/sd/source/ui/slideshow.po)0
-rw-r--r--source/om/sd/source/ui/table.po (renamed from translations/source/om/sd/source/ui/table.po)0
-rw-r--r--source/om/sd/source/ui/view.po (renamed from translations/source/om/sd/source/ui/view.po)0
-rw-r--r--source/om/sdext/source/minimizer.po (renamed from translations/source/om/sdext/source/minimizer.po)0
-rw-r--r--source/om/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/om/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/om/sdext/source/pdfimport.po (renamed from translations/source/om/sdext/source/pdfimport.po)0
-rw-r--r--source/om/sdext/source/presenter.po (renamed from translations/source/om/sdext/source/presenter.po)0
-rw-r--r--source/om/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/om/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/om/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/om/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/om/setup_native/source/mac.po (renamed from translations/source/om/setup_native/source/mac.po)0
-rw-r--r--source/om/sfx2/source/appl.po (renamed from translations/source/om/sfx2/source/appl.po)0
-rw-r--r--source/om/sfx2/source/bastyp.po (renamed from translations/source/om/sfx2/source/bastyp.po)0
-rw-r--r--source/om/sfx2/source/dialog.po (renamed from translations/source/om/sfx2/source/dialog.po)0
-rw-r--r--source/om/sfx2/source/doc.po (renamed from translations/source/om/sfx2/source/doc.po)0
-rw-r--r--source/om/sfx2/source/menu.po (renamed from translations/source/om/sfx2/source/menu.po)0
-rw-r--r--source/om/sfx2/source/view.po (renamed from translations/source/om/sfx2/source/view.po)0
-rw-r--r--source/om/shell/source/win32/shlxthandler/res.po (renamed from translations/source/om/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/om/starmath/source.po (renamed from translations/source/om/starmath/source.po)0
-rw-r--r--source/om/svl/source/items.po (renamed from translations/source/om/svl/source/items.po)0
-rw-r--r--source/om/svl/source/misc.po (renamed from translations/source/om/svl/source/misc.po)0
-rw-r--r--source/om/svtools/source/contnr.po (renamed from translations/source/om/svtools/source/contnr.po)0
-rw-r--r--source/om/svtools/source/control.po (renamed from translations/source/om/svtools/source/control.po)0
-rw-r--r--source/om/svtools/source/dialogs.po (renamed from translations/source/om/svtools/source/dialogs.po)0
-rw-r--r--source/om/svtools/source/filter.po (renamed from translations/source/om/svtools/source/filter.po)0
-rw-r--r--source/om/svtools/source/java.po (renamed from translations/source/om/svtools/source/java.po)0
-rw-r--r--source/om/svtools/source/misc.po (renamed from translations/source/om/svtools/source/misc.po)0
-rw-r--r--source/om/svtools/source/toolpanel.po (renamed from translations/source/om/svtools/source/toolpanel.po)0
-rw-r--r--source/om/svtools/workben/unodialog.po (renamed from translations/source/om/svtools/workben/unodialog.po)0
-rw-r--r--source/om/svx/inc.po (renamed from translations/source/om/svx/inc.po)0
-rw-r--r--source/om/svx/source/accessibility.po (renamed from translations/source/om/svx/source/accessibility.po)0
-rw-r--r--source/om/svx/source/dialog.po (renamed from translations/source/om/svx/source/dialog.po)0
-rw-r--r--source/om/svx/source/engine3d.po (renamed from translations/source/om/svx/source/engine3d.po)0
-rw-r--r--source/om/svx/source/fmcomp.po (renamed from translations/source/om/svx/source/fmcomp.po)0
-rw-r--r--source/om/svx/source/form.po (renamed from translations/source/om/svx/source/form.po)0
-rw-r--r--source/om/svx/source/gallery2.po (renamed from translations/source/om/svx/source/gallery2.po)0
-rw-r--r--source/om/svx/source/items.po (renamed from translations/source/om/svx/source/items.po)0
-rw-r--r--source/om/svx/source/src.po (renamed from translations/source/om/svx/source/src.po)0
-rw-r--r--source/om/svx/source/stbctrls.po (renamed from translations/source/om/svx/source/stbctrls.po)0
-rw-r--r--source/om/svx/source/svdraw.po (renamed from translations/source/om/svx/source/svdraw.po)0
-rw-r--r--source/om/svx/source/table.po (renamed from translations/source/om/svx/source/table.po)0
-rw-r--r--source/om/svx/source/tbxctrls.po (renamed from translations/source/om/svx/source/tbxctrls.po)0
-rw-r--r--source/om/svx/source/toolbars.po (renamed from translations/source/om/svx/source/toolbars.po)0
-rw-r--r--source/om/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/om/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/om/sw/source/core/layout.po (renamed from translations/source/om/sw/source/core/layout.po)0
-rw-r--r--source/om/sw/source/core/undo.po (renamed from translations/source/om/sw/source/core/undo.po)0
-rw-r--r--source/om/sw/source/core/unocore.po (renamed from translations/source/om/sw/source/core/unocore.po)0
-rw-r--r--source/om/sw/source/ui/app.po (renamed from translations/source/om/sw/source/ui/app.po)0
-rw-r--r--source/om/sw/source/ui/chrdlg.po (renamed from translations/source/om/sw/source/ui/chrdlg.po)0
-rw-r--r--source/om/sw/source/ui/config.po (renamed from translations/source/om/sw/source/ui/config.po)0
-rw-r--r--source/om/sw/source/ui/dbui.po (renamed from translations/source/om/sw/source/ui/dbui.po)0
-rw-r--r--source/om/sw/source/ui/dialog.po (renamed from translations/source/om/sw/source/ui/dialog.po)0
-rw-r--r--source/om/sw/source/ui/dochdl.po (renamed from translations/source/om/sw/source/ui/dochdl.po)0
-rw-r--r--source/om/sw/source/ui/docvw.po (renamed from translations/source/om/sw/source/ui/docvw.po)0
-rw-r--r--source/om/sw/source/ui/envelp.po (renamed from translations/source/om/sw/source/ui/envelp.po)0
-rw-r--r--source/om/sw/source/ui/fldui.po (renamed from translations/source/om/sw/source/ui/fldui.po)0
-rw-r--r--source/om/sw/source/ui/fmtui.po (renamed from translations/source/om/sw/source/ui/fmtui.po)0
-rw-r--r--source/om/sw/source/ui/frmdlg.po (renamed from translations/source/om/sw/source/ui/frmdlg.po)0
-rw-r--r--source/om/sw/source/ui/globdoc.po (renamed from translations/source/om/sw/source/ui/globdoc.po)0
-rw-r--r--source/om/sw/source/ui/index.po (renamed from translations/source/om/sw/source/ui/index.po)0
-rw-r--r--source/om/sw/source/ui/lingu.po (renamed from translations/source/om/sw/source/ui/lingu.po)0
-rw-r--r--source/om/sw/source/ui/misc.po (renamed from translations/source/om/sw/source/ui/misc.po)0
-rw-r--r--source/om/sw/source/ui/ribbar.po (renamed from translations/source/om/sw/source/ui/ribbar.po)0
-rw-r--r--source/om/sw/source/ui/shells.po (renamed from translations/source/om/sw/source/ui/shells.po)0
-rw-r--r--source/om/sw/source/ui/smartmenu.po (renamed from translations/source/om/sw/source/ui/smartmenu.po)0
-rw-r--r--source/om/sw/source/ui/table.po (renamed from translations/source/om/sw/source/ui/table.po)0
-rw-r--r--source/om/sw/source/ui/uiview.po (renamed from translations/source/om/sw/source/ui/uiview.po)0
-rw-r--r--source/om/sw/source/ui/utlui.po (renamed from translations/source/om/sw/source/ui/utlui.po)0
-rw-r--r--source/om/sw/source/ui/web.po (renamed from translations/source/om/sw/source/ui/web.po)0
-rw-r--r--source/om/sw/source/ui/wrtsh.po (renamed from translations/source/om/sw/source/ui/wrtsh.po)0
-rw-r--r--source/om/swext/mediawiki/help.po (renamed from translations/source/om/swext/mediawiki/help.po)0
-rw-r--r--source/om/swext/mediawiki/src.po (renamed from translations/source/om/swext/mediawiki/src.po)0
-rw-r--r--source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/om/sysui/desktop/share.po (renamed from translations/source/om/sysui/desktop/share.po)0
-rw-r--r--source/om/uui/source.po (renamed from translations/source/om/uui/source.po)0
-rw-r--r--source/om/vcl/source/src.po (renamed from translations/source/om/vcl/source/src.po)0
-rw-r--r--source/om/wizards/source/euro.po (renamed from translations/source/om/wizards/source/euro.po)0
-rw-r--r--source/om/wizards/source/formwizard.po (renamed from translations/source/om/wizards/source/formwizard.po)0
-rw-r--r--source/om/wizards/source/importwizard.po (renamed from translations/source/om/wizards/source/importwizard.po)0
-rw-r--r--source/om/wizards/source/schedule.po (renamed from translations/source/om/wizards/source/schedule.po)0
-rw-r--r--source/om/wizards/source/template.po (renamed from translations/source/om/wizards/source/template.po)0
-rw-r--r--source/om/xmlsecurity/source/component.po (renamed from translations/source/om/xmlsecurity/source/component.po)0
-rw-r--r--source/om/xmlsecurity/source/dialogs.po (renamed from translations/source/om/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/or/accessibility/source/helper.po (renamed from translations/source/or/accessibility/source/helper.po)0
-rw-r--r--source/or/avmedia/source/framework.po (renamed from translations/source/or/avmedia/source/framework.po)0
-rw-r--r--source/or/avmedia/source/viewer.po (renamed from translations/source/or/avmedia/source/viewer.po)0
-rw-r--r--source/or/basctl/source/basicide.po (renamed from translations/source/or/basctl/source/basicide.po)0
-rw-r--r--source/or/basctl/source/dlged.po (renamed from translations/source/or/basctl/source/dlged.po)0
-rw-r--r--source/or/basic/source/classes.po (renamed from translations/source/or/basic/source/classes.po)0
-rw-r--r--source/or/basic/source/sbx.po (renamed from translations/source/or/basic/source/sbx.po)0
-rw-r--r--source/or/chart2/source/controller/dialogs.po (renamed from translations/source/or/chart2/source/controller/dialogs.po)0
-rw-r--r--source/or/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/or/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/or/connectivity/source/resource.po (renamed from translations/source/or/connectivity/source/resource.po)0
-rw-r--r--source/or/cui/source/customize.po (renamed from translations/source/or/cui/source/customize.po)0
-rw-r--r--source/or/cui/source/dialogs.po (renamed from translations/source/or/cui/source/dialogs.po)0
-rw-r--r--source/or/cui/source/options.po (renamed from translations/source/or/cui/source/options.po)0
-rw-r--r--source/or/cui/source/tabpages.po (renamed from translations/source/or/cui/source/tabpages.po)0
-rw-r--r--source/or/dbaccess/source/core/resource.po (renamed from translations/source/or/dbaccess/source/core/resource.po)0
-rw-r--r--source/or/dbaccess/source/ext/macromigration.po (renamed from translations/source/or/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/or/dbaccess/source/sdbtools/resource.po (renamed from translations/source/or/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/or/dbaccess/source/ui/app.po (renamed from translations/source/or/dbaccess/source/ui/app.po)0
-rw-r--r--source/or/dbaccess/source/ui/browser.po (renamed from translations/source/or/dbaccess/source/ui/browser.po)0
-rw-r--r--source/or/dbaccess/source/ui/control.po (renamed from translations/source/or/dbaccess/source/ui/control.po)0
-rw-r--r--source/or/dbaccess/source/ui/dlg.po (renamed from translations/source/or/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/or/dbaccess/source/ui/inc.po (renamed from translations/source/or/dbaccess/source/ui/inc.po)0
-rw-r--r--source/or/dbaccess/source/ui/misc.po (renamed from translations/source/or/dbaccess/source/ui/misc.po)0
-rw-r--r--source/or/dbaccess/source/ui/querydesign.po (renamed from translations/source/or/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/or/dbaccess/source/ui/relationdesign.po (renamed from translations/source/or/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/or/dbaccess/source/ui/tabledesign.po (renamed from translations/source/or/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/or/dbaccess/source/ui/uno.po (renamed from translations/source/or/dbaccess/source/ui/uno.po)0
-rw-r--r--source/or/desktop/source/app.po (renamed from translations/source/or/desktop/source/app.po)0
-rw-r--r--source/or/desktop/source/deployment/gui.po (renamed from translations/source/or/desktop/source/deployment/gui.po)0
-rw-r--r--source/or/desktop/source/deployment/manager.po (renamed from translations/source/or/desktop/source/deployment/manager.po)0
-rw-r--r--source/or/desktop/source/deployment/misc.po (renamed from translations/source/or/desktop/source/deployment/misc.po)0
-rw-r--r--source/or/desktop/source/deployment/registry.po (renamed from translations/source/or/desktop/source/deployment/registry.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/component.po (renamed from translations/source/or/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/configuration.po (renamed from translations/source/or/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/help.po (renamed from translations/source/or/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/package.po (renamed from translations/source/or/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/script.po (renamed from translations/source/or/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/or/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/or/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/or/desktop/source/deployment/unopkg.po (renamed from translations/source/or/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/or/dictionaries/af_ZA.po (renamed from translations/source/or/dictionaries/af_ZA.po)0
-rw-r--r--source/or/dictionaries/an_ES.po (renamed from translations/source/or/dictionaries/an_ES.po)0
-rw-r--r--source/or/dictionaries/ar.po (renamed from translations/source/or/dictionaries/ar.po)0
-rw-r--r--source/or/dictionaries/be_BY.po (renamed from translations/source/or/dictionaries/be_BY.po)0
-rw-r--r--source/or/dictionaries/bg_BG.po (renamed from translations/source/or/dictionaries/bg_BG.po)0
-rw-r--r--source/or/dictionaries/bn_BD.po (renamed from translations/source/or/dictionaries/bn_BD.po)0
-rw-r--r--source/or/dictionaries/br_FR.po (renamed from translations/source/or/dictionaries/br_FR.po)0
-rw-r--r--source/or/dictionaries/ca.po (renamed from translations/source/or/dictionaries/ca.po)0
-rw-r--r--source/or/dictionaries/cs_CZ.po (renamed from translations/source/or/dictionaries/cs_CZ.po)0
-rw-r--r--source/or/dictionaries/da_DK.po (renamed from translations/source/or/dictionaries/da_DK.po)0
-rw-r--r--source/or/dictionaries/de.po (renamed from translations/source/or/dictionaries/de.po)0
-rw-r--r--source/or/dictionaries/el_GR.po (renamed from translations/source/or/dictionaries/el_GR.po)0
-rw-r--r--source/or/dictionaries/en.po (renamed from translations/source/or/dictionaries/en.po)0
-rw-r--r--source/or/dictionaries/en/dialog.po (renamed from translations/source/or/dictionaries/en/dialog.po)0
-rw-r--r--source/or/dictionaries/es_ES.po (renamed from translations/source/or/dictionaries/es_ES.po)0
-rw-r--r--source/or/dictionaries/et_EE.po (renamed from translations/source/or/dictionaries/et_EE.po)0
-rw-r--r--source/or/dictionaries/fr_FR.po (renamed from translations/source/or/dictionaries/fr_FR.po)0
-rw-r--r--source/or/dictionaries/gd_GB.po (renamed from translations/source/or/dictionaries/gd_GB.po)0
-rw-r--r--source/or/dictionaries/gl.po (renamed from translations/source/or/dictionaries/gl.po)0
-rw-r--r--source/or/dictionaries/gu_IN.po (renamed from translations/source/or/dictionaries/gu_IN.po)0
-rw-r--r--source/or/dictionaries/he_IL.po (renamed from translations/source/or/dictionaries/he_IL.po)0
-rw-r--r--source/or/dictionaries/hi_IN.po (renamed from translations/source/or/dictionaries/hi_IN.po)0
-rw-r--r--source/or/dictionaries/hr_HR.po (renamed from translations/source/or/dictionaries/hr_HR.po)0
-rw-r--r--source/or/dictionaries/hu_HU.po (renamed from translations/source/or/dictionaries/hu_HU.po)0
-rw-r--r--source/or/dictionaries/hu_HU/dialog.po (renamed from translations/source/or/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/or/dictionaries/it_IT.po (renamed from translations/source/or/dictionaries/it_IT.po)0
-rw-r--r--source/or/dictionaries/ku_TR.po (renamed from translations/source/or/dictionaries/ku_TR.po)0
-rw-r--r--source/or/dictionaries/lt_LT.po (renamed from translations/source/or/dictionaries/lt_LT.po)0
-rw-r--r--source/or/dictionaries/lv_LV.po (renamed from translations/source/or/dictionaries/lv_LV.po)0
-rw-r--r--source/or/dictionaries/ne_NP.po (renamed from translations/source/or/dictionaries/ne_NP.po)0
-rw-r--r--source/or/dictionaries/nl_NL.po (renamed from translations/source/or/dictionaries/nl_NL.po)0
-rw-r--r--source/or/dictionaries/no.po (renamed from translations/source/or/dictionaries/no.po)0
-rw-r--r--source/or/dictionaries/oc_FR.po (renamed from translations/source/or/dictionaries/oc_FR.po)0
-rw-r--r--source/or/dictionaries/pl_PL.po (renamed from translations/source/or/dictionaries/pl_PL.po)0
-rw-r--r--source/or/dictionaries/pt_BR.po (renamed from translations/source/or/dictionaries/pt_BR.po)0
-rw-r--r--source/or/dictionaries/pt_PT.po (renamed from translations/source/or/dictionaries/pt_PT.po)0
-rw-r--r--source/or/dictionaries/ro.po (renamed from translations/source/or/dictionaries/ro.po)0
-rw-r--r--source/or/dictionaries/ru_RU.po (renamed from translations/source/or/dictionaries/ru_RU.po)0
-rw-r--r--source/or/dictionaries/ru_RU/dialog.po (renamed from translations/source/or/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/or/dictionaries/si_LK.po (renamed from translations/source/or/dictionaries/si_LK.po)0
-rw-r--r--source/or/dictionaries/sk_SK.po (renamed from translations/source/or/dictionaries/sk_SK.po)0
-rw-r--r--source/or/dictionaries/sl_SI.po (renamed from translations/source/or/dictionaries/sl_SI.po)0
-rw-r--r--source/or/dictionaries/sr.po (renamed from translations/source/or/dictionaries/sr.po)0
-rw-r--r--source/or/dictionaries/sv_SE.po (renamed from translations/source/or/dictionaries/sv_SE.po)0
-rw-r--r--source/or/dictionaries/sw_TZ.po (renamed from translations/source/or/dictionaries/sw_TZ.po)0
-rw-r--r--source/or/dictionaries/te_IN.po (renamed from translations/source/or/dictionaries/te_IN.po)0
-rw-r--r--source/or/dictionaries/th_TH.po (renamed from translations/source/or/dictionaries/th_TH.po)0
-rw-r--r--source/or/dictionaries/uk_UA.po (renamed from translations/source/or/dictionaries/uk_UA.po)0
-rw-r--r--source/or/dictionaries/vi.po (renamed from translations/source/or/dictionaries/vi.po)0
-rw-r--r--source/or/dictionaries/zu_ZA.po (renamed from translations/source/or/dictionaries/zu_ZA.po)0
-rw-r--r--source/or/editeng/source/accessibility.po (renamed from translations/source/or/editeng/source/accessibility.po)0
-rw-r--r--source/or/editeng/source/editeng.po (renamed from translations/source/or/editeng/source/editeng.po)0
-rw-r--r--source/or/editeng/source/items.po (renamed from translations/source/or/editeng/source/items.po)0
-rw-r--r--source/or/editeng/source/misc.po (renamed from translations/source/or/editeng/source/misc.po)0
-rw-r--r--source/or/editeng/source/outliner.po (renamed from translations/source/or/editeng/source/outliner.po)0
-rw-r--r--source/or/extensions/source/abpilot.po (renamed from translations/source/or/extensions/source/abpilot.po)0
-rw-r--r--source/or/extensions/source/bibliography.po (renamed from translations/source/or/extensions/source/bibliography.po)0
-rw-r--r--source/or/extensions/source/dbpilots.po (renamed from translations/source/or/extensions/source/dbpilots.po)0
-rw-r--r--source/or/extensions/source/propctrlr.po (renamed from translations/source/or/extensions/source/propctrlr.po)0
-rw-r--r--source/or/extensions/source/scanner.po (renamed from translations/source/or/extensions/source/scanner.po)0
-rw-r--r--source/or/extensions/source/update/check.po (renamed from translations/source/or/extensions/source/update/check.po)0
-rw-r--r--source/or/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/or/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/or/filter/source/config/fragments/filters.po (renamed from translations/source/or/filter/source/config/fragments/filters.po)0
-rw-r--r--source/or/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/or/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/or/filter/source/config/fragments/types.po (renamed from translations/source/or/filter/source/config/fragments/types.po)0
-rw-r--r--source/or/filter/source/flash.po (renamed from translations/source/or/filter/source/flash.po)0
-rw-r--r--source/or/filter/source/graphicfilter/eps.po (renamed from translations/source/or/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/or/filter/source/pdf.po (renamed from translations/source/or/filter/source/pdf.po)0
-rw-r--r--source/or/filter/source/t602.po (renamed from translations/source/or/filter/source/t602.po)0
-rw-r--r--source/or/filter/source/xsltdialog.po (renamed from translations/source/or/filter/source/xsltdialog.po)0
-rw-r--r--source/or/forms/source/resource.po (renamed from translations/source/or/forms/source/resource.po)0
-rw-r--r--source/or/formula/source/core/resource.po (renamed from translations/source/or/formula/source/core/resource.po)0
-rw-r--r--source/or/formula/source/ui/dlg.po (renamed from translations/source/or/formula/source/ui/dlg.po)0
-rw-r--r--source/or/fpicker/source/office.po (renamed from translations/source/or/fpicker/source/office.po)0
-rw-r--r--source/or/framework/source/classes.po (renamed from translations/source/or/framework/source/classes.po)0
-rw-r--r--source/or/framework/source/services.po (renamed from translations/source/or/framework/source/services.po)0
-rw-r--r--source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/or/mysqlc/source.po (renamed from translations/source/or/mysqlc/source.po)0
-rw-r--r--source/or/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/or/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/or/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/or/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/or/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/or/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/or/nlpsolver/src/locale.po (renamed from translations/source/or/nlpsolver/src/locale.po)0
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/or/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/or/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/or/padmin/source.po (renamed from translations/source/or/padmin/source.po)0
-rw-r--r--source/or/readlicense_oo/docs/readme.po (renamed from translations/source/or/readlicense_oo/docs/readme.po)0
-rw-r--r--source/or/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/or/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/or/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/or/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/or/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/or/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/or/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/or/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/or/reportbuilder/util.po (renamed from translations/source/or/reportbuilder/util.po)0
-rw-r--r--source/or/reportdesign/source/core/resource.po (renamed from translations/source/or/reportdesign/source/core/resource.po)0
-rw-r--r--source/or/reportdesign/source/ui/dlg.po (renamed from translations/source/or/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/or/reportdesign/source/ui/inspection.po (renamed from translations/source/or/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/or/reportdesign/source/ui/report.po (renamed from translations/source/or/reportdesign/source/ui/report.po)0
-rw-r--r--source/or/sc/source/core/src.po (renamed from translations/source/or/sc/source/core/src.po)0
-rw-r--r--source/or/sc/source/ui/cctrl.po (renamed from translations/source/or/sc/source/ui/cctrl.po)0
-rw-r--r--source/or/sc/source/ui/dbgui.po (renamed from translations/source/or/sc/source/ui/dbgui.po)0
-rw-r--r--source/or/sc/source/ui/docshell.po (renamed from translations/source/or/sc/source/ui/docshell.po)0
-rw-r--r--source/or/sc/source/ui/drawfunc.po (renamed from translations/source/or/sc/source/ui/drawfunc.po)0
-rw-r--r--source/or/sc/source/ui/formdlg.po (renamed from translations/source/or/sc/source/ui/formdlg.po)0
-rw-r--r--source/or/sc/source/ui/miscdlgs.po (renamed from translations/source/or/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/or/sc/source/ui/navipi.po (renamed from translations/source/or/sc/source/ui/navipi.po)0
-rw-r--r--source/or/sc/source/ui/optdlg.po (renamed from translations/source/or/sc/source/ui/optdlg.po)0
-rw-r--r--source/or/sc/source/ui/pagedlg.po (renamed from translations/source/or/sc/source/ui/pagedlg.po)0
-rw-r--r--source/or/sc/source/ui/src.po (renamed from translations/source/or/sc/source/ui/src.po)0
-rw-r--r--source/or/sc/source/ui/styleui.po (renamed from translations/source/or/sc/source/ui/styleui.po)0
-rw-r--r--source/or/scaddins/source/analysis.po (renamed from translations/source/or/scaddins/source/analysis.po)0
-rw-r--r--source/or/scaddins/source/datefunc.po (renamed from translations/source/or/scaddins/source/datefunc.po)0
-rw-r--r--source/or/sccomp/source/solver.po (renamed from translations/source/or/sccomp/source/solver.po)0
-rw-r--r--source/or/scp2/source/accessories.po (renamed from translations/source/or/scp2/source/accessories.po)0
-rw-r--r--source/or/scp2/source/activex.po (renamed from translations/source/or/scp2/source/activex.po)0
-rw-r--r--source/or/scp2/source/base.po (renamed from translations/source/or/scp2/source/base.po)0
-rw-r--r--source/or/scp2/source/binfilter.po (renamed from translations/source/or/scp2/source/binfilter.po)0
-rw-r--r--source/or/scp2/source/calc.po (renamed from translations/source/or/scp2/source/calc.po)0
-rw-r--r--source/or/scp2/source/draw.po (renamed from translations/source/or/scp2/source/draw.po)0
-rw-r--r--source/or/scp2/source/extensions.po (renamed from translations/source/or/scp2/source/extensions.po)0
-rw-r--r--source/or/scp2/source/gnome.po (renamed from translations/source/or/scp2/source/gnome.po)0
-rw-r--r--source/or/scp2/source/graphicfilter.po (renamed from translations/source/or/scp2/source/graphicfilter.po)0
-rw-r--r--source/or/scp2/source/impress.po (renamed from translations/source/or/scp2/source/impress.po)0
-rw-r--r--source/or/scp2/source/javafilter.po (renamed from translations/source/or/scp2/source/javafilter.po)0
-rw-r--r--source/or/scp2/source/kde.po (renamed from translations/source/or/scp2/source/kde.po)0
-rw-r--r--source/or/scp2/source/math.po (renamed from translations/source/or/scp2/source/math.po)0
-rw-r--r--source/or/scp2/source/onlineupdate.po (renamed from translations/source/or/scp2/source/onlineupdate.po)0
-rw-r--r--source/or/scp2/source/ooo.po (renamed from translations/source/or/scp2/source/ooo.po)0
-rw-r--r--source/or/scp2/source/python.po (renamed from translations/source/or/scp2/source/python.po)0
-rw-r--r--source/or/scp2/source/quickstart.po (renamed from translations/source/or/scp2/source/quickstart.po)0
-rw-r--r--source/or/scp2/source/sdkoo.po (renamed from translations/source/or/scp2/source/sdkoo.po)0
-rw-r--r--source/or/scp2/source/smoketest.po (renamed from translations/source/or/scp2/source/smoketest.po)0
-rw-r--r--source/or/scp2/source/stdlibs.po (renamed from translations/source/or/scp2/source/stdlibs.po)0
-rw-r--r--source/or/scp2/source/tde.po (renamed from translations/source/or/scp2/source/tde.po)0
-rw-r--r--source/or/scp2/source/winexplorerext.po (renamed from translations/source/or/scp2/source/winexplorerext.po)0
-rw-r--r--source/or/scp2/source/writer.po (renamed from translations/source/or/scp2/source/writer.po)0
-rw-r--r--source/or/scp2/source/xsltfilter.po (renamed from translations/source/or/scp2/source/xsltfilter.po)0
-rw-r--r--source/or/scripting/source/pyprov.po (renamed from translations/source/or/scripting/source/pyprov.po)0
-rw-r--r--source/or/sd/source/core.po (renamed from translations/source/or/sd/source/core.po)0
-rw-r--r--source/or/sd/source/filter/html.po (renamed from translations/source/or/sd/source/filter/html.po)0
-rw-r--r--source/or/sd/source/ui/accessibility.po (renamed from translations/source/or/sd/source/ui/accessibility.po)0
-rw-r--r--source/or/sd/source/ui/animations.po (renamed from translations/source/or/sd/source/ui/animations.po)0
-rw-r--r--source/or/sd/source/ui/annotations.po (renamed from translations/source/or/sd/source/ui/annotations.po)0
-rw-r--r--source/or/sd/source/ui/app.po (renamed from translations/source/or/sd/source/ui/app.po)0
-rw-r--r--source/or/sd/source/ui/dlg.po (renamed from translations/source/or/sd/source/ui/dlg.po)0
-rw-r--r--source/or/sd/source/ui/slideshow.po (renamed from translations/source/or/sd/source/ui/slideshow.po)0
-rw-r--r--source/or/sd/source/ui/table.po (renamed from translations/source/or/sd/source/ui/table.po)0
-rw-r--r--source/or/sd/source/ui/view.po (renamed from translations/source/or/sd/source/ui/view.po)0
-rw-r--r--source/or/sdext/source/minimizer.po (renamed from translations/source/or/sdext/source/minimizer.po)0
-rw-r--r--source/or/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/or/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/or/sdext/source/pdfimport.po (renamed from translations/source/or/sdext/source/pdfimport.po)0
-rw-r--r--source/or/sdext/source/presenter.po (renamed from translations/source/or/sdext/source/presenter.po)0
-rw-r--r--source/or/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/or/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/or/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/or/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/or/setup_native/source/mac.po (renamed from translations/source/or/setup_native/source/mac.po)0
-rw-r--r--source/or/sfx2/source/appl.po (renamed from translations/source/or/sfx2/source/appl.po)0
-rw-r--r--source/or/sfx2/source/bastyp.po (renamed from translations/source/or/sfx2/source/bastyp.po)0
-rw-r--r--source/or/sfx2/source/dialog.po (renamed from translations/source/or/sfx2/source/dialog.po)0
-rw-r--r--source/or/sfx2/source/doc.po (renamed from translations/source/or/sfx2/source/doc.po)0
-rw-r--r--source/or/sfx2/source/menu.po (renamed from translations/source/or/sfx2/source/menu.po)0
-rw-r--r--source/or/sfx2/source/view.po (renamed from translations/source/or/sfx2/source/view.po)0
-rw-r--r--source/or/shell/source/win32/shlxthandler/res.po (renamed from translations/source/or/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/or/starmath/source.po (renamed from translations/source/or/starmath/source.po)0
-rw-r--r--source/or/svl/source/items.po (renamed from translations/source/or/svl/source/items.po)0
-rw-r--r--source/or/svl/source/misc.po (renamed from translations/source/or/svl/source/misc.po)0
-rw-r--r--source/or/svtools/source/contnr.po (renamed from translations/source/or/svtools/source/contnr.po)0
-rw-r--r--source/or/svtools/source/control.po (renamed from translations/source/or/svtools/source/control.po)0
-rw-r--r--source/or/svtools/source/dialogs.po (renamed from translations/source/or/svtools/source/dialogs.po)0
-rw-r--r--source/or/svtools/source/filter.po (renamed from translations/source/or/svtools/source/filter.po)0
-rw-r--r--source/or/svtools/source/java.po (renamed from translations/source/or/svtools/source/java.po)0
-rw-r--r--source/or/svtools/source/misc.po (renamed from translations/source/or/svtools/source/misc.po)0
-rw-r--r--source/or/svtools/source/toolpanel.po (renamed from translations/source/or/svtools/source/toolpanel.po)0
-rw-r--r--source/or/svtools/workben/unodialog.po (renamed from translations/source/or/svtools/workben/unodialog.po)0
-rw-r--r--source/or/svx/inc.po (renamed from translations/source/or/svx/inc.po)0
-rw-r--r--source/or/svx/source/accessibility.po (renamed from translations/source/or/svx/source/accessibility.po)0
-rw-r--r--source/or/svx/source/dialog.po (renamed from translations/source/or/svx/source/dialog.po)0
-rw-r--r--source/or/svx/source/engine3d.po (renamed from translations/source/or/svx/source/engine3d.po)0
-rw-r--r--source/or/svx/source/fmcomp.po (renamed from translations/source/or/svx/source/fmcomp.po)0
-rw-r--r--source/or/svx/source/form.po (renamed from translations/source/or/svx/source/form.po)0
-rw-r--r--source/or/svx/source/gallery2.po (renamed from translations/source/or/svx/source/gallery2.po)0
-rw-r--r--source/or/svx/source/items.po (renamed from translations/source/or/svx/source/items.po)0
-rw-r--r--source/or/svx/source/src.po (renamed from translations/source/or/svx/source/src.po)0
-rw-r--r--source/or/svx/source/stbctrls.po (renamed from translations/source/or/svx/source/stbctrls.po)0
-rw-r--r--source/or/svx/source/svdraw.po (renamed from translations/source/or/svx/source/svdraw.po)0
-rw-r--r--source/or/svx/source/table.po (renamed from translations/source/or/svx/source/table.po)0
-rw-r--r--source/or/svx/source/tbxctrls.po (renamed from translations/source/or/svx/source/tbxctrls.po)0
-rw-r--r--source/or/svx/source/toolbars.po (renamed from translations/source/or/svx/source/toolbars.po)0
-rw-r--r--source/or/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/or/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/or/sw/source/core/layout.po (renamed from translations/source/or/sw/source/core/layout.po)0
-rw-r--r--source/or/sw/source/core/undo.po (renamed from translations/source/or/sw/source/core/undo.po)0
-rw-r--r--source/or/sw/source/core/unocore.po (renamed from translations/source/or/sw/source/core/unocore.po)0
-rw-r--r--source/or/sw/source/ui/app.po (renamed from translations/source/or/sw/source/ui/app.po)0
-rw-r--r--source/or/sw/source/ui/chrdlg.po (renamed from translations/source/or/sw/source/ui/chrdlg.po)0
-rw-r--r--source/or/sw/source/ui/config.po (renamed from translations/source/or/sw/source/ui/config.po)0
-rw-r--r--source/or/sw/source/ui/dbui.po (renamed from translations/source/or/sw/source/ui/dbui.po)0
-rw-r--r--source/or/sw/source/ui/dialog.po (renamed from translations/source/or/sw/source/ui/dialog.po)0
-rw-r--r--source/or/sw/source/ui/dochdl.po (renamed from translations/source/or/sw/source/ui/dochdl.po)0
-rw-r--r--source/or/sw/source/ui/docvw.po (renamed from translations/source/or/sw/source/ui/docvw.po)0
-rw-r--r--source/or/sw/source/ui/envelp.po (renamed from translations/source/or/sw/source/ui/envelp.po)0
-rw-r--r--source/or/sw/source/ui/fldui.po (renamed from translations/source/or/sw/source/ui/fldui.po)0
-rw-r--r--source/or/sw/source/ui/fmtui.po (renamed from translations/source/or/sw/source/ui/fmtui.po)0
-rw-r--r--source/or/sw/source/ui/frmdlg.po (renamed from translations/source/or/sw/source/ui/frmdlg.po)0
-rw-r--r--source/or/sw/source/ui/globdoc.po (renamed from translations/source/or/sw/source/ui/globdoc.po)0
-rw-r--r--source/or/sw/source/ui/index.po (renamed from translations/source/or/sw/source/ui/index.po)0
-rw-r--r--source/or/sw/source/ui/lingu.po (renamed from translations/source/or/sw/source/ui/lingu.po)0
-rw-r--r--source/or/sw/source/ui/misc.po (renamed from translations/source/or/sw/source/ui/misc.po)0
-rw-r--r--source/or/sw/source/ui/ribbar.po (renamed from translations/source/or/sw/source/ui/ribbar.po)0
-rw-r--r--source/or/sw/source/ui/shells.po (renamed from translations/source/or/sw/source/ui/shells.po)0
-rw-r--r--source/or/sw/source/ui/smartmenu.po (renamed from translations/source/or/sw/source/ui/smartmenu.po)0
-rw-r--r--source/or/sw/source/ui/table.po (renamed from translations/source/or/sw/source/ui/table.po)0
-rw-r--r--source/or/sw/source/ui/uiview.po (renamed from translations/source/or/sw/source/ui/uiview.po)0
-rw-r--r--source/or/sw/source/ui/utlui.po (renamed from translations/source/or/sw/source/ui/utlui.po)0
-rw-r--r--source/or/sw/source/ui/web.po (renamed from translations/source/or/sw/source/ui/web.po)0
-rw-r--r--source/or/sw/source/ui/wrtsh.po (renamed from translations/source/or/sw/source/ui/wrtsh.po)0
-rw-r--r--source/or/swext/mediawiki/help.po (renamed from translations/source/or/swext/mediawiki/help.po)0
-rw-r--r--source/or/swext/mediawiki/src.po (renamed from translations/source/or/swext/mediawiki/src.po)0
-rw-r--r--source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/or/sysui/desktop/share.po (renamed from translations/source/or/sysui/desktop/share.po)0
-rw-r--r--source/or/uui/source.po (renamed from translations/source/or/uui/source.po)0
-rw-r--r--source/or/vcl/source/src.po (renamed from translations/source/or/vcl/source/src.po)0
-rw-r--r--source/or/wizards/source/euro.po (renamed from translations/source/or/wizards/source/euro.po)0
-rw-r--r--source/or/wizards/source/formwizard.po (renamed from translations/source/or/wizards/source/formwizard.po)0
-rw-r--r--source/or/wizards/source/importwizard.po (renamed from translations/source/or/wizards/source/importwizard.po)0
-rw-r--r--source/or/wizards/source/schedule.po (renamed from translations/source/or/wizards/source/schedule.po)0
-rw-r--r--source/or/wizards/source/template.po (renamed from translations/source/or/wizards/source/template.po)0
-rw-r--r--source/or/xmlsecurity/source/component.po (renamed from translations/source/or/xmlsecurity/source/component.po)0
-rw-r--r--source/or/xmlsecurity/source/dialogs.po (renamed from translations/source/or/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/pa-IN/accessibility/source/helper.po (renamed from translations/source/pa-IN/accessibility/source/helper.po)0
-rw-r--r--source/pa-IN/avmedia/source/framework.po (renamed from translations/source/pa-IN/avmedia/source/framework.po)0
-rw-r--r--source/pa-IN/avmedia/source/viewer.po (renamed from translations/source/pa-IN/avmedia/source/viewer.po)0
-rw-r--r--source/pa-IN/basctl/source/basicide.po (renamed from translations/source/pa-IN/basctl/source/basicide.po)0
-rw-r--r--source/pa-IN/basctl/source/dlged.po (renamed from translations/source/pa-IN/basctl/source/dlged.po)0
-rw-r--r--source/pa-IN/basic/source/classes.po (renamed from translations/source/pa-IN/basic/source/classes.po)0
-rw-r--r--source/pa-IN/basic/source/sbx.po (renamed from translations/source/pa-IN/basic/source/sbx.po)0
-rw-r--r--source/pa-IN/chart2/source/controller/dialogs.po (renamed from translations/source/pa-IN/chart2/source/controller/dialogs.po)0
-rw-r--r--source/pa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/pa-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/connectivity/source/resource.po (renamed from translations/source/pa-IN/connectivity/source/resource.po)0
-rw-r--r--source/pa-IN/cui/source/customize.po (renamed from translations/source/pa-IN/cui/source/customize.po)0
-rw-r--r--source/pa-IN/cui/source/dialogs.po (renamed from translations/source/pa-IN/cui/source/dialogs.po)0
-rw-r--r--source/pa-IN/cui/source/options.po (renamed from translations/source/pa-IN/cui/source/options.po)0
-rw-r--r--source/pa-IN/cui/source/tabpages.po (renamed from translations/source/pa-IN/cui/source/tabpages.po)0
-rw-r--r--source/pa-IN/dbaccess/source/core/resource.po (renamed from translations/source/pa-IN/dbaccess/source/core/resource.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ext/macromigration.po (renamed from translations/source/pa-IN/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/pa-IN/dbaccess/source/sdbtools/resource.po (renamed from translations/source/pa-IN/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/app.po (renamed from translations/source/pa-IN/dbaccess/source/ui/app.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/browser.po (renamed from translations/source/pa-IN/dbaccess/source/ui/browser.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/control.po (renamed from translations/source/pa-IN/dbaccess/source/ui/control.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/dlg.po (renamed from translations/source/pa-IN/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/inc.po (renamed from translations/source/pa-IN/dbaccess/source/ui/inc.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/misc.po (renamed from translations/source/pa-IN/dbaccess/source/ui/misc.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/querydesign.po (renamed from translations/source/pa-IN/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/relationdesign.po (renamed from translations/source/pa-IN/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/tabledesign.po (renamed from translations/source/pa-IN/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/pa-IN/dbaccess/source/ui/uno.po (renamed from translations/source/pa-IN/dbaccess/source/ui/uno.po)0
-rw-r--r--source/pa-IN/desktop/source/app.po (renamed from translations/source/pa-IN/desktop/source/app.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/gui.po (renamed from translations/source/pa-IN/desktop/source/deployment/gui.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/manager.po (renamed from translations/source/pa-IN/desktop/source/deployment/manager.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/misc.po (renamed from translations/source/pa-IN/desktop/source/deployment/misc.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/component.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/configuration.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/help.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/package.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/script.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/pa-IN/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/pa-IN/desktop/source/deployment/unopkg.po (renamed from translations/source/pa-IN/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/pa-IN/dictionaries/af_ZA.po (renamed from translations/source/pa-IN/dictionaries/af_ZA.po)0
-rw-r--r--source/pa-IN/dictionaries/an_ES.po (renamed from translations/source/pa-IN/dictionaries/an_ES.po)0
-rw-r--r--source/pa-IN/dictionaries/ar.po (renamed from translations/source/pa-IN/dictionaries/ar.po)0
-rw-r--r--source/pa-IN/dictionaries/be_BY.po (renamed from translations/source/pa-IN/dictionaries/be_BY.po)0
-rw-r--r--source/pa-IN/dictionaries/bg_BG.po (renamed from translations/source/pa-IN/dictionaries/bg_BG.po)0
-rw-r--r--source/pa-IN/dictionaries/bn_BD.po (renamed from translations/source/pa-IN/dictionaries/bn_BD.po)0
-rw-r--r--source/pa-IN/dictionaries/br_FR.po (renamed from translations/source/pa-IN/dictionaries/br_FR.po)0
-rw-r--r--source/pa-IN/dictionaries/ca.po (renamed from translations/source/pa-IN/dictionaries/ca.po)0
-rw-r--r--source/pa-IN/dictionaries/cs_CZ.po (renamed from translations/source/pa-IN/dictionaries/cs_CZ.po)0
-rw-r--r--source/pa-IN/dictionaries/da_DK.po (renamed from translations/source/pa-IN/dictionaries/da_DK.po)0
-rw-r--r--source/pa-IN/dictionaries/de.po (renamed from translations/source/pa-IN/dictionaries/de.po)0
-rw-r--r--source/pa-IN/dictionaries/el_GR.po (renamed from translations/source/pa-IN/dictionaries/el_GR.po)0
-rw-r--r--source/pa-IN/dictionaries/en.po (renamed from translations/source/pa-IN/dictionaries/en.po)0
-rw-r--r--source/pa-IN/dictionaries/en/dialog.po (renamed from translations/source/pa-IN/dictionaries/en/dialog.po)0
-rw-r--r--source/pa-IN/dictionaries/es_ES.po (renamed from translations/source/pa-IN/dictionaries/es_ES.po)0
-rw-r--r--source/pa-IN/dictionaries/et_EE.po (renamed from translations/source/pa-IN/dictionaries/et_EE.po)0
-rw-r--r--source/pa-IN/dictionaries/fr_FR.po (renamed from translations/source/pa-IN/dictionaries/fr_FR.po)0
-rw-r--r--source/pa-IN/dictionaries/gd_GB.po (renamed from translations/source/pa-IN/dictionaries/gd_GB.po)0
-rw-r--r--source/pa-IN/dictionaries/gl.po (renamed from translations/source/pa-IN/dictionaries/gl.po)0
-rw-r--r--source/pa-IN/dictionaries/gu_IN.po (renamed from translations/source/pa-IN/dictionaries/gu_IN.po)0
-rw-r--r--source/pa-IN/dictionaries/he_IL.po (renamed from translations/source/pa-IN/dictionaries/he_IL.po)0
-rw-r--r--source/pa-IN/dictionaries/hi_IN.po (renamed from translations/source/pa-IN/dictionaries/hi_IN.po)0
-rw-r--r--source/pa-IN/dictionaries/hr_HR.po (renamed from translations/source/pa-IN/dictionaries/hr_HR.po)0
-rw-r--r--source/pa-IN/dictionaries/hu_HU.po (renamed from translations/source/pa-IN/dictionaries/hu_HU.po)0
-rw-r--r--source/pa-IN/dictionaries/hu_HU/dialog.po (renamed from translations/source/pa-IN/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/pa-IN/dictionaries/it_IT.po (renamed from translations/source/pa-IN/dictionaries/it_IT.po)0
-rw-r--r--source/pa-IN/dictionaries/ku_TR.po (renamed from translations/source/pa-IN/dictionaries/ku_TR.po)0
-rw-r--r--source/pa-IN/dictionaries/lt_LT.po (renamed from translations/source/pa-IN/dictionaries/lt_LT.po)0
-rw-r--r--source/pa-IN/dictionaries/lv_LV.po (renamed from translations/source/pa-IN/dictionaries/lv_LV.po)0
-rw-r--r--source/pa-IN/dictionaries/ne_NP.po (renamed from translations/source/pa-IN/dictionaries/ne_NP.po)0
-rw-r--r--source/pa-IN/dictionaries/nl_NL.po (renamed from translations/source/pa-IN/dictionaries/nl_NL.po)0
-rw-r--r--source/pa-IN/dictionaries/no.po (renamed from translations/source/pa-IN/dictionaries/no.po)0
-rw-r--r--source/pa-IN/dictionaries/oc_FR.po (renamed from translations/source/pa-IN/dictionaries/oc_FR.po)0
-rw-r--r--source/pa-IN/dictionaries/pl_PL.po (renamed from translations/source/pa-IN/dictionaries/pl_PL.po)0
-rw-r--r--source/pa-IN/dictionaries/pt_BR.po (renamed from translations/source/pa-IN/dictionaries/pt_BR.po)0
-rw-r--r--source/pa-IN/dictionaries/pt_PT.po (renamed from translations/source/pa-IN/dictionaries/pt_PT.po)0
-rw-r--r--source/pa-IN/dictionaries/ro.po (renamed from translations/source/pa-IN/dictionaries/ro.po)0
-rw-r--r--source/pa-IN/dictionaries/ru_RU.po (renamed from translations/source/pa-IN/dictionaries/ru_RU.po)0
-rw-r--r--source/pa-IN/dictionaries/ru_RU/dialog.po (renamed from translations/source/pa-IN/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/pa-IN/dictionaries/si_LK.po (renamed from translations/source/pa-IN/dictionaries/si_LK.po)0
-rw-r--r--source/pa-IN/dictionaries/sk_SK.po (renamed from translations/source/pa-IN/dictionaries/sk_SK.po)0
-rw-r--r--source/pa-IN/dictionaries/sl_SI.po (renamed from translations/source/pa-IN/dictionaries/sl_SI.po)0
-rw-r--r--source/pa-IN/dictionaries/sr.po (renamed from translations/source/pa-IN/dictionaries/sr.po)0
-rw-r--r--source/pa-IN/dictionaries/sv_SE.po (renamed from translations/source/pa-IN/dictionaries/sv_SE.po)0
-rw-r--r--source/pa-IN/dictionaries/sw_TZ.po (renamed from translations/source/pa-IN/dictionaries/sw_TZ.po)0
-rw-r--r--source/pa-IN/dictionaries/te_IN.po (renamed from translations/source/pa-IN/dictionaries/te_IN.po)0
-rw-r--r--source/pa-IN/dictionaries/th_TH.po (renamed from translations/source/pa-IN/dictionaries/th_TH.po)0
-rw-r--r--source/pa-IN/dictionaries/uk_UA.po (renamed from translations/source/pa-IN/dictionaries/uk_UA.po)0
-rw-r--r--source/pa-IN/dictionaries/vi.po (renamed from translations/source/pa-IN/dictionaries/vi.po)0
-rw-r--r--source/pa-IN/dictionaries/zu_ZA.po (renamed from translations/source/pa-IN/dictionaries/zu_ZA.po)0
-rw-r--r--source/pa-IN/editeng/source/accessibility.po (renamed from translations/source/pa-IN/editeng/source/accessibility.po)0
-rw-r--r--source/pa-IN/editeng/source/editeng.po (renamed from translations/source/pa-IN/editeng/source/editeng.po)0
-rw-r--r--source/pa-IN/editeng/source/items.po (renamed from translations/source/pa-IN/editeng/source/items.po)0
-rw-r--r--source/pa-IN/editeng/source/misc.po (renamed from translations/source/pa-IN/editeng/source/misc.po)0
-rw-r--r--source/pa-IN/editeng/source/outliner.po (renamed from translations/source/pa-IN/editeng/source/outliner.po)0
-rw-r--r--source/pa-IN/extensions/source/abpilot.po (renamed from translations/source/pa-IN/extensions/source/abpilot.po)0
-rw-r--r--source/pa-IN/extensions/source/bibliography.po (renamed from translations/source/pa-IN/extensions/source/bibliography.po)0
-rw-r--r--source/pa-IN/extensions/source/dbpilots.po (renamed from translations/source/pa-IN/extensions/source/dbpilots.po)0
-rw-r--r--source/pa-IN/extensions/source/propctrlr.po (renamed from translations/source/pa-IN/extensions/source/propctrlr.po)0
-rw-r--r--source/pa-IN/extensions/source/scanner.po (renamed from translations/source/pa-IN/extensions/source/scanner.po)0
-rw-r--r--source/pa-IN/extensions/source/update/check.po (renamed from translations/source/pa-IN/extensions/source/update/check.po)0
-rw-r--r--source/pa-IN/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/pa-IN/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/pa-IN/filter/source/config/fragments/filters.po (renamed from translations/source/pa-IN/filter/source/config/fragments/filters.po)0
-rw-r--r--source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/pa-IN/filter/source/config/fragments/types.po (renamed from translations/source/pa-IN/filter/source/config/fragments/types.po)0
-rw-r--r--source/pa-IN/filter/source/flash.po (renamed from translations/source/pa-IN/filter/source/flash.po)0
-rw-r--r--source/pa-IN/filter/source/graphicfilter/eps.po (renamed from translations/source/pa-IN/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/pa-IN/filter/source/pdf.po (renamed from translations/source/pa-IN/filter/source/pdf.po)0
-rw-r--r--source/pa-IN/filter/source/t602.po (renamed from translations/source/pa-IN/filter/source/t602.po)0
-rw-r--r--source/pa-IN/filter/source/xsltdialog.po (renamed from translations/source/pa-IN/filter/source/xsltdialog.po)0
-rw-r--r--source/pa-IN/forms/source/resource.po (renamed from translations/source/pa-IN/forms/source/resource.po)0
-rw-r--r--source/pa-IN/formula/source/core/resource.po (renamed from translations/source/pa-IN/formula/source/core/resource.po)0
-rw-r--r--source/pa-IN/formula/source/ui/dlg.po (renamed from translations/source/pa-IN/formula/source/ui/dlg.po)0
-rw-r--r--source/pa-IN/fpicker/source/office.po (renamed from translations/source/pa-IN/fpicker/source/office.po)0
-rw-r--r--source/pa-IN/framework/source/classes.po (renamed from translations/source/pa-IN/framework/source/classes.po)0
-rw-r--r--source/pa-IN/framework/source/services.po (renamed from translations/source/pa-IN/framework/source/services.po)0
-rw-r--r--source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/pa-IN/mysqlc/source.po (renamed from translations/source/pa-IN/mysqlc/source.po)0
-rw-r--r--source/pa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/pa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/pa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/pa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/pa-IN/nlpsolver/src/locale.po (renamed from translations/source/pa-IN/nlpsolver/src/locale.po)0
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pa-IN/padmin/source.po (renamed from translations/source/pa-IN/padmin/source.po)0
-rw-r--r--source/pa-IN/readlicense_oo/docs/readme.po (renamed from translations/source/pa-IN/readlicense_oo/docs/readme.po)0
-rw-r--r--source/pa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/pa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/pa-IN/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/pa-IN/reportbuilder/util.po (renamed from translations/source/pa-IN/reportbuilder/util.po)0
-rw-r--r--source/pa-IN/reportdesign/source/core/resource.po (renamed from translations/source/pa-IN/reportdesign/source/core/resource.po)0
-rw-r--r--source/pa-IN/reportdesign/source/ui/dlg.po (renamed from translations/source/pa-IN/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/pa-IN/reportdesign/source/ui/inspection.po (renamed from translations/source/pa-IN/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/pa-IN/reportdesign/source/ui/report.po (renamed from translations/source/pa-IN/reportdesign/source/ui/report.po)0
-rw-r--r--source/pa-IN/sc/source/core/src.po (renamed from translations/source/pa-IN/sc/source/core/src.po)0
-rw-r--r--source/pa-IN/sc/source/ui/cctrl.po (renamed from translations/source/pa-IN/sc/source/ui/cctrl.po)0
-rw-r--r--source/pa-IN/sc/source/ui/dbgui.po (renamed from translations/source/pa-IN/sc/source/ui/dbgui.po)0
-rw-r--r--source/pa-IN/sc/source/ui/docshell.po (renamed from translations/source/pa-IN/sc/source/ui/docshell.po)0
-rw-r--r--source/pa-IN/sc/source/ui/drawfunc.po (renamed from translations/source/pa-IN/sc/source/ui/drawfunc.po)0
-rw-r--r--source/pa-IN/sc/source/ui/formdlg.po (renamed from translations/source/pa-IN/sc/source/ui/formdlg.po)0
-rw-r--r--source/pa-IN/sc/source/ui/miscdlgs.po (renamed from translations/source/pa-IN/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/pa-IN/sc/source/ui/navipi.po (renamed from translations/source/pa-IN/sc/source/ui/navipi.po)0
-rw-r--r--source/pa-IN/sc/source/ui/optdlg.po (renamed from translations/source/pa-IN/sc/source/ui/optdlg.po)0
-rw-r--r--source/pa-IN/sc/source/ui/pagedlg.po (renamed from translations/source/pa-IN/sc/source/ui/pagedlg.po)0
-rw-r--r--source/pa-IN/sc/source/ui/src.po (renamed from translations/source/pa-IN/sc/source/ui/src.po)0
-rw-r--r--source/pa-IN/sc/source/ui/styleui.po (renamed from translations/source/pa-IN/sc/source/ui/styleui.po)0
-rw-r--r--source/pa-IN/scaddins/source/analysis.po (renamed from translations/source/pa-IN/scaddins/source/analysis.po)0
-rw-r--r--source/pa-IN/scaddins/source/datefunc.po (renamed from translations/source/pa-IN/scaddins/source/datefunc.po)0
-rw-r--r--source/pa-IN/sccomp/source/solver.po (renamed from translations/source/pa-IN/sccomp/source/solver.po)0
-rw-r--r--source/pa-IN/scp2/source/accessories.po (renamed from translations/source/pa-IN/scp2/source/accessories.po)0
-rw-r--r--source/pa-IN/scp2/source/activex.po (renamed from translations/source/pa-IN/scp2/source/activex.po)0
-rw-r--r--source/pa-IN/scp2/source/base.po (renamed from translations/source/pa-IN/scp2/source/base.po)0
-rw-r--r--source/pa-IN/scp2/source/binfilter.po (renamed from translations/source/pa-IN/scp2/source/binfilter.po)0
-rw-r--r--source/pa-IN/scp2/source/calc.po (renamed from translations/source/pa-IN/scp2/source/calc.po)0
-rw-r--r--source/pa-IN/scp2/source/draw.po (renamed from translations/source/pa-IN/scp2/source/draw.po)0
-rw-r--r--source/pa-IN/scp2/source/extensions.po (renamed from translations/source/pa-IN/scp2/source/extensions.po)0
-rw-r--r--source/pa-IN/scp2/source/gnome.po (renamed from translations/source/pa-IN/scp2/source/gnome.po)0
-rw-r--r--source/pa-IN/scp2/source/graphicfilter.po (renamed from translations/source/pa-IN/scp2/source/graphicfilter.po)0
-rw-r--r--source/pa-IN/scp2/source/impress.po (renamed from translations/source/pa-IN/scp2/source/impress.po)0
-rw-r--r--source/pa-IN/scp2/source/javafilter.po (renamed from translations/source/pa-IN/scp2/source/javafilter.po)0
-rw-r--r--source/pa-IN/scp2/source/kde.po (renamed from translations/source/pa-IN/scp2/source/kde.po)0
-rw-r--r--source/pa-IN/scp2/source/math.po (renamed from translations/source/pa-IN/scp2/source/math.po)0
-rw-r--r--source/pa-IN/scp2/source/onlineupdate.po (renamed from translations/source/pa-IN/scp2/source/onlineupdate.po)0
-rw-r--r--source/pa-IN/scp2/source/ooo.po (renamed from translations/source/pa-IN/scp2/source/ooo.po)0
-rw-r--r--source/pa-IN/scp2/source/python.po (renamed from translations/source/pa-IN/scp2/source/python.po)0
-rw-r--r--source/pa-IN/scp2/source/quickstart.po (renamed from translations/source/pa-IN/scp2/source/quickstart.po)0
-rw-r--r--source/pa-IN/scp2/source/sdkoo.po (renamed from translations/source/pa-IN/scp2/source/sdkoo.po)0
-rw-r--r--source/pa-IN/scp2/source/smoketest.po (renamed from translations/source/pa-IN/scp2/source/smoketest.po)0
-rw-r--r--source/pa-IN/scp2/source/stdlibs.po (renamed from translations/source/pa-IN/scp2/source/stdlibs.po)0
-rw-r--r--source/pa-IN/scp2/source/tde.po (renamed from translations/source/pa-IN/scp2/source/tde.po)0
-rw-r--r--source/pa-IN/scp2/source/winexplorerext.po (renamed from translations/source/pa-IN/scp2/source/winexplorerext.po)0
-rw-r--r--source/pa-IN/scp2/source/writer.po (renamed from translations/source/pa-IN/scp2/source/writer.po)0
-rw-r--r--source/pa-IN/scp2/source/xsltfilter.po (renamed from translations/source/pa-IN/scp2/source/xsltfilter.po)0
-rw-r--r--source/pa-IN/scripting/source/pyprov.po (renamed from translations/source/pa-IN/scripting/source/pyprov.po)0
-rw-r--r--source/pa-IN/sd/source/core.po (renamed from translations/source/pa-IN/sd/source/core.po)0
-rw-r--r--source/pa-IN/sd/source/filter/html.po (renamed from translations/source/pa-IN/sd/source/filter/html.po)0
-rw-r--r--source/pa-IN/sd/source/ui/accessibility.po (renamed from translations/source/pa-IN/sd/source/ui/accessibility.po)0
-rw-r--r--source/pa-IN/sd/source/ui/animations.po (renamed from translations/source/pa-IN/sd/source/ui/animations.po)0
-rw-r--r--source/pa-IN/sd/source/ui/annotations.po (renamed from translations/source/pa-IN/sd/source/ui/annotations.po)0
-rw-r--r--source/pa-IN/sd/source/ui/app.po (renamed from translations/source/pa-IN/sd/source/ui/app.po)0
-rw-r--r--source/pa-IN/sd/source/ui/dlg.po (renamed from translations/source/pa-IN/sd/source/ui/dlg.po)0
-rw-r--r--source/pa-IN/sd/source/ui/slideshow.po (renamed from translations/source/pa-IN/sd/source/ui/slideshow.po)0
-rw-r--r--source/pa-IN/sd/source/ui/table.po (renamed from translations/source/pa-IN/sd/source/ui/table.po)0
-rw-r--r--source/pa-IN/sd/source/ui/view.po (renamed from translations/source/pa-IN/sd/source/ui/view.po)0
-rw-r--r--source/pa-IN/sdext/source/minimizer.po (renamed from translations/source/pa-IN/sdext/source/minimizer.po)0
-rw-r--r--source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pa-IN/sdext/source/pdfimport.po (renamed from translations/source/pa-IN/sdext/source/pdfimport.po)0
-rw-r--r--source/pa-IN/sdext/source/presenter.po (renamed from translations/source/pa-IN/sdext/source/presenter.po)0
-rw-r--r--source/pa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/pa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/pa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pa-IN/setup_native/source/mac.po (renamed from translations/source/pa-IN/setup_native/source/mac.po)0
-rw-r--r--source/pa-IN/sfx2/source/appl.po (renamed from translations/source/pa-IN/sfx2/source/appl.po)0
-rw-r--r--source/pa-IN/sfx2/source/bastyp.po (renamed from translations/source/pa-IN/sfx2/source/bastyp.po)0
-rw-r--r--source/pa-IN/sfx2/source/dialog.po (renamed from translations/source/pa-IN/sfx2/source/dialog.po)0
-rw-r--r--source/pa-IN/sfx2/source/doc.po (renamed from translations/source/pa-IN/sfx2/source/doc.po)0
-rw-r--r--source/pa-IN/sfx2/source/menu.po (renamed from translations/source/pa-IN/sfx2/source/menu.po)0
-rw-r--r--source/pa-IN/sfx2/source/view.po (renamed from translations/source/pa-IN/sfx2/source/view.po)0
-rw-r--r--source/pa-IN/shell/source/win32/shlxthandler/res.po (renamed from translations/source/pa-IN/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/pa-IN/starmath/source.po (renamed from translations/source/pa-IN/starmath/source.po)0
-rw-r--r--source/pa-IN/svl/source/items.po (renamed from translations/source/pa-IN/svl/source/items.po)0
-rw-r--r--source/pa-IN/svl/source/misc.po (renamed from translations/source/pa-IN/svl/source/misc.po)0
-rw-r--r--source/pa-IN/svtools/source/contnr.po (renamed from translations/source/pa-IN/svtools/source/contnr.po)0
-rw-r--r--source/pa-IN/svtools/source/control.po (renamed from translations/source/pa-IN/svtools/source/control.po)0
-rw-r--r--source/pa-IN/svtools/source/dialogs.po (renamed from translations/source/pa-IN/svtools/source/dialogs.po)0
-rw-r--r--source/pa-IN/svtools/source/filter.po (renamed from translations/source/pa-IN/svtools/source/filter.po)0
-rw-r--r--source/pa-IN/svtools/source/java.po (renamed from translations/source/pa-IN/svtools/source/java.po)0
-rw-r--r--source/pa-IN/svtools/source/misc.po (renamed from translations/source/pa-IN/svtools/source/misc.po)0
-rw-r--r--source/pa-IN/svtools/source/toolpanel.po (renamed from translations/source/pa-IN/svtools/source/toolpanel.po)0
-rw-r--r--source/pa-IN/svtools/workben/unodialog.po (renamed from translations/source/pa-IN/svtools/workben/unodialog.po)0
-rw-r--r--source/pa-IN/svx/inc.po (renamed from translations/source/pa-IN/svx/inc.po)0
-rw-r--r--source/pa-IN/svx/source/accessibility.po (renamed from translations/source/pa-IN/svx/source/accessibility.po)0
-rw-r--r--source/pa-IN/svx/source/dialog.po (renamed from translations/source/pa-IN/svx/source/dialog.po)0
-rw-r--r--source/pa-IN/svx/source/engine3d.po (renamed from translations/source/pa-IN/svx/source/engine3d.po)0
-rw-r--r--source/pa-IN/svx/source/fmcomp.po (renamed from translations/source/pa-IN/svx/source/fmcomp.po)0
-rw-r--r--source/pa-IN/svx/source/form.po (renamed from translations/source/pa-IN/svx/source/form.po)0
-rw-r--r--source/pa-IN/svx/source/gallery2.po (renamed from translations/source/pa-IN/svx/source/gallery2.po)0
-rw-r--r--source/pa-IN/svx/source/items.po (renamed from translations/source/pa-IN/svx/source/items.po)0
-rw-r--r--source/pa-IN/svx/source/src.po (renamed from translations/source/pa-IN/svx/source/src.po)0
-rw-r--r--source/pa-IN/svx/source/stbctrls.po (renamed from translations/source/pa-IN/svx/source/stbctrls.po)0
-rw-r--r--source/pa-IN/svx/source/svdraw.po (renamed from translations/source/pa-IN/svx/source/svdraw.po)0
-rw-r--r--source/pa-IN/svx/source/table.po (renamed from translations/source/pa-IN/svx/source/table.po)0
-rw-r--r--source/pa-IN/svx/source/tbxctrls.po (renamed from translations/source/pa-IN/svx/source/tbxctrls.po)0
-rw-r--r--source/pa-IN/svx/source/toolbars.po (renamed from translations/source/pa-IN/svx/source/toolbars.po)0
-rw-r--r--source/pa-IN/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/pa-IN/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/pa-IN/sw/source/core/layout.po (renamed from translations/source/pa-IN/sw/source/core/layout.po)0
-rw-r--r--source/pa-IN/sw/source/core/undo.po (renamed from translations/source/pa-IN/sw/source/core/undo.po)0
-rw-r--r--source/pa-IN/sw/source/core/unocore.po (renamed from translations/source/pa-IN/sw/source/core/unocore.po)0
-rw-r--r--source/pa-IN/sw/source/ui/app.po (renamed from translations/source/pa-IN/sw/source/ui/app.po)0
-rw-r--r--source/pa-IN/sw/source/ui/chrdlg.po (renamed from translations/source/pa-IN/sw/source/ui/chrdlg.po)0
-rw-r--r--source/pa-IN/sw/source/ui/config.po (renamed from translations/source/pa-IN/sw/source/ui/config.po)0
-rw-r--r--source/pa-IN/sw/source/ui/dbui.po (renamed from translations/source/pa-IN/sw/source/ui/dbui.po)0
-rw-r--r--source/pa-IN/sw/source/ui/dialog.po (renamed from translations/source/pa-IN/sw/source/ui/dialog.po)0
-rw-r--r--source/pa-IN/sw/source/ui/dochdl.po (renamed from translations/source/pa-IN/sw/source/ui/dochdl.po)0
-rw-r--r--source/pa-IN/sw/source/ui/docvw.po (renamed from translations/source/pa-IN/sw/source/ui/docvw.po)0
-rw-r--r--source/pa-IN/sw/source/ui/envelp.po (renamed from translations/source/pa-IN/sw/source/ui/envelp.po)0
-rw-r--r--source/pa-IN/sw/source/ui/fldui.po (renamed from translations/source/pa-IN/sw/source/ui/fldui.po)0
-rw-r--r--source/pa-IN/sw/source/ui/fmtui.po (renamed from translations/source/pa-IN/sw/source/ui/fmtui.po)0
-rw-r--r--source/pa-IN/sw/source/ui/frmdlg.po (renamed from translations/source/pa-IN/sw/source/ui/frmdlg.po)0
-rw-r--r--source/pa-IN/sw/source/ui/globdoc.po (renamed from translations/source/pa-IN/sw/source/ui/globdoc.po)0
-rw-r--r--source/pa-IN/sw/source/ui/index.po (renamed from translations/source/pa-IN/sw/source/ui/index.po)0
-rw-r--r--source/pa-IN/sw/source/ui/lingu.po (renamed from translations/source/pa-IN/sw/source/ui/lingu.po)0
-rw-r--r--source/pa-IN/sw/source/ui/misc.po (renamed from translations/source/pa-IN/sw/source/ui/misc.po)0
-rw-r--r--source/pa-IN/sw/source/ui/ribbar.po (renamed from translations/source/pa-IN/sw/source/ui/ribbar.po)0
-rw-r--r--source/pa-IN/sw/source/ui/shells.po (renamed from translations/source/pa-IN/sw/source/ui/shells.po)0
-rw-r--r--source/pa-IN/sw/source/ui/smartmenu.po (renamed from translations/source/pa-IN/sw/source/ui/smartmenu.po)0
-rw-r--r--source/pa-IN/sw/source/ui/table.po (renamed from translations/source/pa-IN/sw/source/ui/table.po)0
-rw-r--r--source/pa-IN/sw/source/ui/uiview.po (renamed from translations/source/pa-IN/sw/source/ui/uiview.po)0
-rw-r--r--source/pa-IN/sw/source/ui/utlui.po (renamed from translations/source/pa-IN/sw/source/ui/utlui.po)0
-rw-r--r--source/pa-IN/sw/source/ui/web.po (renamed from translations/source/pa-IN/sw/source/ui/web.po)0
-rw-r--r--source/pa-IN/sw/source/ui/wrtsh.po (renamed from translations/source/pa-IN/sw/source/ui/wrtsh.po)0
-rw-r--r--source/pa-IN/swext/mediawiki/help.po (renamed from translations/source/pa-IN/swext/mediawiki/help.po)0
-rw-r--r--source/pa-IN/swext/mediawiki/src.po (renamed from translations/source/pa-IN/swext/mediawiki/src.po)0
-rw-r--r--source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/pa-IN/sysui/desktop/share.po (renamed from translations/source/pa-IN/sysui/desktop/share.po)0
-rw-r--r--source/pa-IN/uui/source.po (renamed from translations/source/pa-IN/uui/source.po)0
-rw-r--r--source/pa-IN/vcl/source/src.po (renamed from translations/source/pa-IN/vcl/source/src.po)0
-rw-r--r--source/pa-IN/wizards/source/euro.po (renamed from translations/source/pa-IN/wizards/source/euro.po)0
-rw-r--r--source/pa-IN/wizards/source/formwizard.po (renamed from translations/source/pa-IN/wizards/source/formwizard.po)0
-rw-r--r--source/pa-IN/wizards/source/importwizard.po (renamed from translations/source/pa-IN/wizards/source/importwizard.po)0
-rw-r--r--source/pa-IN/wizards/source/schedule.po (renamed from translations/source/pa-IN/wizards/source/schedule.po)0
-rw-r--r--source/pa-IN/wizards/source/template.po (renamed from translations/source/pa-IN/wizards/source/template.po)0
-rw-r--r--source/pa-IN/xmlsecurity/source/component.po (renamed from translations/source/pa-IN/xmlsecurity/source/component.po)0
-rw-r--r--source/pa-IN/xmlsecurity/source/dialogs.po (renamed from translations/source/pa-IN/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/pl/accessibility/source/helper.po (renamed from translations/source/pl/accessibility/source/helper.po)0
-rw-r--r--source/pl/avmedia/source/framework.po (renamed from translations/source/pl/avmedia/source/framework.po)0
-rw-r--r--source/pl/avmedia/source/viewer.po (renamed from translations/source/pl/avmedia/source/viewer.po)0
-rw-r--r--source/pl/basctl/source/basicide.po (renamed from translations/source/pl/basctl/source/basicide.po)0
-rw-r--r--source/pl/basctl/source/dlged.po (renamed from translations/source/pl/basctl/source/dlged.po)0
-rw-r--r--source/pl/basic/source/classes.po (renamed from translations/source/pl/basic/source/classes.po)0
-rw-r--r--source/pl/basic/source/sbx.po (renamed from translations/source/pl/basic/source/sbx.po)0
-rw-r--r--source/pl/chart2/source/controller/dialogs.po (renamed from translations/source/pl/chart2/source/controller/dialogs.po)0
-rw-r--r--source/pl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/pl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/pl/connectivity/source/resource.po (renamed from translations/source/pl/connectivity/source/resource.po)0
-rw-r--r--source/pl/cui/source/customize.po (renamed from translations/source/pl/cui/source/customize.po)0
-rw-r--r--source/pl/cui/source/dialogs.po (renamed from translations/source/pl/cui/source/dialogs.po)0
-rw-r--r--source/pl/cui/source/options.po (renamed from translations/source/pl/cui/source/options.po)0
-rw-r--r--source/pl/cui/source/tabpages.po (renamed from translations/source/pl/cui/source/tabpages.po)0
-rw-r--r--source/pl/dbaccess/source/core/resource.po (renamed from translations/source/pl/dbaccess/source/core/resource.po)0
-rw-r--r--source/pl/dbaccess/source/ext/macromigration.po (renamed from translations/source/pl/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/pl/dbaccess/source/sdbtools/resource.po (renamed from translations/source/pl/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/pl/dbaccess/source/ui/app.po (renamed from translations/source/pl/dbaccess/source/ui/app.po)0
-rw-r--r--source/pl/dbaccess/source/ui/browser.po (renamed from translations/source/pl/dbaccess/source/ui/browser.po)0
-rw-r--r--source/pl/dbaccess/source/ui/control.po (renamed from translations/source/pl/dbaccess/source/ui/control.po)0
-rw-r--r--source/pl/dbaccess/source/ui/dlg.po (renamed from translations/source/pl/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/pl/dbaccess/source/ui/inc.po (renamed from translations/source/pl/dbaccess/source/ui/inc.po)0
-rw-r--r--source/pl/dbaccess/source/ui/misc.po (renamed from translations/source/pl/dbaccess/source/ui/misc.po)0
-rw-r--r--source/pl/dbaccess/source/ui/querydesign.po (renamed from translations/source/pl/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/pl/dbaccess/source/ui/relationdesign.po (renamed from translations/source/pl/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/pl/dbaccess/source/ui/tabledesign.po (renamed from translations/source/pl/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/pl/dbaccess/source/ui/uno.po (renamed from translations/source/pl/dbaccess/source/ui/uno.po)0
-rw-r--r--source/pl/desktop/source/app.po (renamed from translations/source/pl/desktop/source/app.po)0
-rw-r--r--source/pl/desktop/source/deployment/gui.po (renamed from translations/source/pl/desktop/source/deployment/gui.po)0
-rw-r--r--source/pl/desktop/source/deployment/manager.po (renamed from translations/source/pl/desktop/source/deployment/manager.po)0
-rw-r--r--source/pl/desktop/source/deployment/misc.po (renamed from translations/source/pl/desktop/source/deployment/misc.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry.po (renamed from translations/source/pl/desktop/source/deployment/registry.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/component.po (renamed from translations/source/pl/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/configuration.po (renamed from translations/source/pl/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/help.po (renamed from translations/source/pl/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/package.po (renamed from translations/source/pl/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/script.po (renamed from translations/source/pl/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/pl/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/pl/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/pl/desktop/source/deployment/unopkg.po (renamed from translations/source/pl/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/pl/dictionaries/af_ZA.po (renamed from translations/source/pl/dictionaries/af_ZA.po)0
-rw-r--r--source/pl/dictionaries/an_ES.po (renamed from translations/source/pl/dictionaries/an_ES.po)0
-rw-r--r--source/pl/dictionaries/ar.po (renamed from translations/source/pl/dictionaries/ar.po)0
-rw-r--r--source/pl/dictionaries/be_BY.po (renamed from translations/source/pl/dictionaries/be_BY.po)0
-rw-r--r--source/pl/dictionaries/bg_BG.po (renamed from translations/source/pl/dictionaries/bg_BG.po)0
-rw-r--r--source/pl/dictionaries/bn_BD.po (renamed from translations/source/pl/dictionaries/bn_BD.po)0
-rw-r--r--source/pl/dictionaries/br_FR.po (renamed from translations/source/pl/dictionaries/br_FR.po)0
-rw-r--r--source/pl/dictionaries/ca.po (renamed from translations/source/pl/dictionaries/ca.po)0
-rw-r--r--source/pl/dictionaries/cs_CZ.po (renamed from translations/source/pl/dictionaries/cs_CZ.po)0
-rw-r--r--source/pl/dictionaries/da_DK.po (renamed from translations/source/pl/dictionaries/da_DK.po)0
-rw-r--r--source/pl/dictionaries/de.po (renamed from translations/source/pl/dictionaries/de.po)0
-rw-r--r--source/pl/dictionaries/el_GR.po (renamed from translations/source/pl/dictionaries/el_GR.po)0
-rw-r--r--source/pl/dictionaries/en.po (renamed from translations/source/pl/dictionaries/en.po)0
-rw-r--r--source/pl/dictionaries/en/dialog.po (renamed from translations/source/pl/dictionaries/en/dialog.po)0
-rw-r--r--source/pl/dictionaries/es_ES.po (renamed from translations/source/pl/dictionaries/es_ES.po)0
-rw-r--r--source/pl/dictionaries/et_EE.po (renamed from translations/source/pl/dictionaries/et_EE.po)0
-rw-r--r--source/pl/dictionaries/fr_FR.po (renamed from translations/source/pl/dictionaries/fr_FR.po)0
-rw-r--r--source/pl/dictionaries/gd_GB.po (renamed from translations/source/pl/dictionaries/gd_GB.po)0
-rw-r--r--source/pl/dictionaries/gl.po (renamed from translations/source/pl/dictionaries/gl.po)0
-rw-r--r--source/pl/dictionaries/gu_IN.po (renamed from translations/source/pl/dictionaries/gu_IN.po)0
-rw-r--r--source/pl/dictionaries/he_IL.po (renamed from translations/source/pl/dictionaries/he_IL.po)0
-rw-r--r--source/pl/dictionaries/hi_IN.po (renamed from translations/source/pl/dictionaries/hi_IN.po)0
-rw-r--r--source/pl/dictionaries/hr_HR.po (renamed from translations/source/pl/dictionaries/hr_HR.po)0
-rw-r--r--source/pl/dictionaries/hu_HU.po (renamed from translations/source/pl/dictionaries/hu_HU.po)0
-rw-r--r--source/pl/dictionaries/hu_HU/dialog.po (renamed from translations/source/pl/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/pl/dictionaries/it_IT.po (renamed from translations/source/pl/dictionaries/it_IT.po)0
-rw-r--r--source/pl/dictionaries/ku_TR.po (renamed from translations/source/pl/dictionaries/ku_TR.po)0
-rw-r--r--source/pl/dictionaries/lt_LT.po (renamed from translations/source/pl/dictionaries/lt_LT.po)0
-rw-r--r--source/pl/dictionaries/lv_LV.po (renamed from translations/source/pl/dictionaries/lv_LV.po)0
-rw-r--r--source/pl/dictionaries/ne_NP.po (renamed from translations/source/pl/dictionaries/ne_NP.po)0
-rw-r--r--source/pl/dictionaries/nl_NL.po (renamed from translations/source/pl/dictionaries/nl_NL.po)0
-rw-r--r--source/pl/dictionaries/no.po (renamed from translations/source/pl/dictionaries/no.po)0
-rw-r--r--source/pl/dictionaries/oc_FR.po (renamed from translations/source/pl/dictionaries/oc_FR.po)0
-rw-r--r--source/pl/dictionaries/pl_PL.po (renamed from translations/source/pl/dictionaries/pl_PL.po)0
-rw-r--r--source/pl/dictionaries/pt_BR.po (renamed from translations/source/pl/dictionaries/pt_BR.po)0
-rw-r--r--source/pl/dictionaries/pt_PT.po (renamed from translations/source/pl/dictionaries/pt_PT.po)0
-rw-r--r--source/pl/dictionaries/ro.po (renamed from translations/source/pl/dictionaries/ro.po)0
-rw-r--r--source/pl/dictionaries/ru_RU.po (renamed from translations/source/pl/dictionaries/ru_RU.po)0
-rw-r--r--source/pl/dictionaries/ru_RU/dialog.po (renamed from translations/source/pl/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/pl/dictionaries/si_LK.po (renamed from translations/source/pl/dictionaries/si_LK.po)0
-rw-r--r--source/pl/dictionaries/sk_SK.po (renamed from translations/source/pl/dictionaries/sk_SK.po)0
-rw-r--r--source/pl/dictionaries/sl_SI.po (renamed from translations/source/pl/dictionaries/sl_SI.po)0
-rw-r--r--source/pl/dictionaries/sr.po (renamed from translations/source/pl/dictionaries/sr.po)0
-rw-r--r--source/pl/dictionaries/sv_SE.po (renamed from translations/source/pl/dictionaries/sv_SE.po)0
-rw-r--r--source/pl/dictionaries/sw_TZ.po (renamed from translations/source/pl/dictionaries/sw_TZ.po)0
-rw-r--r--source/pl/dictionaries/te_IN.po (renamed from translations/source/pl/dictionaries/te_IN.po)0
-rw-r--r--source/pl/dictionaries/th_TH.po (renamed from translations/source/pl/dictionaries/th_TH.po)0
-rw-r--r--source/pl/dictionaries/uk_UA.po (renamed from translations/source/pl/dictionaries/uk_UA.po)0
-rw-r--r--source/pl/dictionaries/vi.po (renamed from translations/source/pl/dictionaries/vi.po)0
-rw-r--r--source/pl/dictionaries/zu_ZA.po (renamed from translations/source/pl/dictionaries/zu_ZA.po)0
-rw-r--r--source/pl/editeng/source/accessibility.po (renamed from translations/source/pl/editeng/source/accessibility.po)0
-rw-r--r--source/pl/editeng/source/editeng.po (renamed from translations/source/pl/editeng/source/editeng.po)0
-rw-r--r--source/pl/editeng/source/items.po (renamed from translations/source/pl/editeng/source/items.po)0
-rw-r--r--source/pl/editeng/source/misc.po (renamed from translations/source/pl/editeng/source/misc.po)0
-rw-r--r--source/pl/editeng/source/outliner.po (renamed from translations/source/pl/editeng/source/outliner.po)0
-rw-r--r--source/pl/extensions/source/abpilot.po (renamed from translations/source/pl/extensions/source/abpilot.po)0
-rw-r--r--source/pl/extensions/source/bibliography.po (renamed from translations/source/pl/extensions/source/bibliography.po)0
-rw-r--r--source/pl/extensions/source/dbpilots.po (renamed from translations/source/pl/extensions/source/dbpilots.po)0
-rw-r--r--source/pl/extensions/source/propctrlr.po (renamed from translations/source/pl/extensions/source/propctrlr.po)0
-rw-r--r--source/pl/extensions/source/scanner.po (renamed from translations/source/pl/extensions/source/scanner.po)0
-rw-r--r--source/pl/extensions/source/update/check.po (renamed from translations/source/pl/extensions/source/update/check.po)0
-rw-r--r--source/pl/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/pl/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/pl/filter/source/config/fragments/filters.po (renamed from translations/source/pl/filter/source/config/fragments/filters.po)0
-rw-r--r--source/pl/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/pl/filter/source/config/fragments/types.po (renamed from translations/source/pl/filter/source/config/fragments/types.po)0
-rw-r--r--source/pl/filter/source/flash.po (renamed from translations/source/pl/filter/source/flash.po)0
-rw-r--r--source/pl/filter/source/graphicfilter/eps.po (renamed from translations/source/pl/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/pl/filter/source/pdf.po (renamed from translations/source/pl/filter/source/pdf.po)0
-rw-r--r--source/pl/filter/source/t602.po (renamed from translations/source/pl/filter/source/t602.po)0
-rw-r--r--source/pl/filter/source/xsltdialog.po (renamed from translations/source/pl/filter/source/xsltdialog.po)0
-rw-r--r--source/pl/forms/source/resource.po (renamed from translations/source/pl/forms/source/resource.po)0
-rw-r--r--source/pl/formula/source/core/resource.po (renamed from translations/source/pl/formula/source/core/resource.po)0
-rw-r--r--source/pl/formula/source/ui/dlg.po (renamed from translations/source/pl/formula/source/ui/dlg.po)0
-rw-r--r--source/pl/fpicker/source/office.po (renamed from translations/source/pl/fpicker/source/office.po)0
-rw-r--r--source/pl/framework/source/classes.po (renamed from translations/source/pl/framework/source/classes.po)0
-rw-r--r--source/pl/framework/source/services.po (renamed from translations/source/pl/framework/source/services.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/pl/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/pl/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc.po (renamed from translations/source/pl/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/02.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/04.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/05.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/pl/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/schart.po (renamed from translations/source/pl/helpcontent2/source/text/schart.po)0
-rw-r--r--source/pl/helpcontent2/source/text/schart/00.po (renamed from translations/source/pl/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/schart/01.po (renamed from translations/source/pl/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/schart/02.po (renamed from translations/source/pl/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/schart/04.po (renamed from translations/source/pl/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sdraw.po (renamed from translations/source/pl/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/pl/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/pl/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/pl/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/pl/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared.po (renamed from translations/source/pl/helpcontent2/source/text/shared.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po (renamed from translations/source/pl/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po (renamed from translations/source/pl/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po (renamed from translations/source/pl/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/04.po (renamed from translations/source/pl/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/05.po (renamed from translations/source/pl/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/07.po (renamed from translations/source/pl/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/pl/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/pl/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/pl/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po (renamed from translations/source/pl/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/pl/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress.po (renamed from translations/source/pl/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po (renamed from translations/source/pl/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po (renamed from translations/source/pl/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress/02.po (renamed from translations/source/pl/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress/04.po (renamed from translations/source/pl/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/pl/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath.po (renamed from translations/source/pl/helpcontent2/source/text/smath.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath/00.po (renamed from translations/source/pl/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath/01.po (renamed from translations/source/pl/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath/02.po (renamed from translations/source/pl/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath/04.po (renamed from translations/source/pl/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/smath/guide.po (renamed from translations/source/pl/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po (renamed from translations/source/pl/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po (renamed from translations/source/pl/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po (renamed from translations/source/pl/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po (renamed from translations/source/pl/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter/04.po (renamed from translations/source/pl/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/pl/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/pl/mysqlc/source.po (renamed from translations/source/pl/mysqlc/source.po)0
-rw-r--r--source/pl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/pl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/pl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/pl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/pl/nlpsolver/src/locale.po (renamed from translations/source/pl/nlpsolver/src/locale.po)0
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/pl/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pl/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pl/padmin/source.po (renamed from translations/source/pl/padmin/source.po)0
-rw-r--r--source/pl/readlicense_oo/docs/readme.po (renamed from translations/source/pl/readlicense_oo/docs/readme.po)0
-rw-r--r--source/pl/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/pl/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/pl/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/pl/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pl/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pl/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pl/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/pl/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/pl/reportbuilder/util.po (renamed from translations/source/pl/reportbuilder/util.po)0
-rw-r--r--source/pl/reportdesign/source/core/resource.po (renamed from translations/source/pl/reportdesign/source/core/resource.po)0
-rw-r--r--source/pl/reportdesign/source/ui/dlg.po (renamed from translations/source/pl/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/pl/reportdesign/source/ui/inspection.po (renamed from translations/source/pl/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/pl/reportdesign/source/ui/report.po (renamed from translations/source/pl/reportdesign/source/ui/report.po)0
-rw-r--r--source/pl/sc/source/core/src.po (renamed from translations/source/pl/sc/source/core/src.po)0
-rw-r--r--source/pl/sc/source/ui/cctrl.po (renamed from translations/source/pl/sc/source/ui/cctrl.po)0
-rw-r--r--source/pl/sc/source/ui/dbgui.po (renamed from translations/source/pl/sc/source/ui/dbgui.po)0
-rw-r--r--source/pl/sc/source/ui/docshell.po (renamed from translations/source/pl/sc/source/ui/docshell.po)0
-rw-r--r--source/pl/sc/source/ui/drawfunc.po (renamed from translations/source/pl/sc/source/ui/drawfunc.po)0
-rw-r--r--source/pl/sc/source/ui/formdlg.po (renamed from translations/source/pl/sc/source/ui/formdlg.po)0
-rw-r--r--source/pl/sc/source/ui/miscdlgs.po (renamed from translations/source/pl/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/pl/sc/source/ui/navipi.po (renamed from translations/source/pl/sc/source/ui/navipi.po)0
-rw-r--r--source/pl/sc/source/ui/optdlg.po (renamed from translations/source/pl/sc/source/ui/optdlg.po)0
-rw-r--r--source/pl/sc/source/ui/pagedlg.po (renamed from translations/source/pl/sc/source/ui/pagedlg.po)0
-rw-r--r--source/pl/sc/source/ui/src.po (renamed from translations/source/pl/sc/source/ui/src.po)0
-rw-r--r--source/pl/sc/source/ui/styleui.po (renamed from translations/source/pl/sc/source/ui/styleui.po)0
-rw-r--r--source/pl/scaddins/source/analysis.po (renamed from translations/source/pl/scaddins/source/analysis.po)0
-rw-r--r--source/pl/scaddins/source/datefunc.po (renamed from translations/source/pl/scaddins/source/datefunc.po)0
-rw-r--r--source/pl/sccomp/source/solver.po (renamed from translations/source/pl/sccomp/source/solver.po)0
-rw-r--r--source/pl/scp2/source/accessories.po (renamed from translations/source/pl/scp2/source/accessories.po)0
-rw-r--r--source/pl/scp2/source/activex.po (renamed from translations/source/pl/scp2/source/activex.po)0
-rw-r--r--source/pl/scp2/source/base.po (renamed from translations/source/pl/scp2/source/base.po)0
-rw-r--r--source/pl/scp2/source/binfilter.po (renamed from translations/source/pl/scp2/source/binfilter.po)0
-rw-r--r--source/pl/scp2/source/calc.po (renamed from translations/source/pl/scp2/source/calc.po)0
-rw-r--r--source/pl/scp2/source/draw.po (renamed from translations/source/pl/scp2/source/draw.po)0
-rw-r--r--source/pl/scp2/source/extensions.po (renamed from translations/source/pl/scp2/source/extensions.po)0
-rw-r--r--source/pl/scp2/source/gnome.po (renamed from translations/source/pl/scp2/source/gnome.po)0
-rw-r--r--source/pl/scp2/source/graphicfilter.po (renamed from translations/source/pl/scp2/source/graphicfilter.po)0
-rw-r--r--source/pl/scp2/source/impress.po (renamed from translations/source/pl/scp2/source/impress.po)0
-rw-r--r--source/pl/scp2/source/javafilter.po (renamed from translations/source/pl/scp2/source/javafilter.po)0
-rw-r--r--source/pl/scp2/source/kde.po (renamed from translations/source/pl/scp2/source/kde.po)0
-rw-r--r--source/pl/scp2/source/math.po (renamed from translations/source/pl/scp2/source/math.po)0
-rw-r--r--source/pl/scp2/source/onlineupdate.po (renamed from translations/source/pl/scp2/source/onlineupdate.po)0
-rw-r--r--source/pl/scp2/source/ooo.po (renamed from translations/source/pl/scp2/source/ooo.po)0
-rw-r--r--source/pl/scp2/source/python.po (renamed from translations/source/pl/scp2/source/python.po)0
-rw-r--r--source/pl/scp2/source/quickstart.po (renamed from translations/source/pl/scp2/source/quickstart.po)0
-rw-r--r--source/pl/scp2/source/sdkoo.po (renamed from translations/source/pl/scp2/source/sdkoo.po)0
-rw-r--r--source/pl/scp2/source/smoketest.po (renamed from translations/source/pl/scp2/source/smoketest.po)0
-rw-r--r--source/pl/scp2/source/stdlibs.po (renamed from translations/source/pl/scp2/source/stdlibs.po)0
-rw-r--r--source/pl/scp2/source/tde.po (renamed from translations/source/pl/scp2/source/tde.po)0
-rw-r--r--source/pl/scp2/source/winexplorerext.po (renamed from translations/source/pl/scp2/source/winexplorerext.po)0
-rw-r--r--source/pl/scp2/source/writer.po (renamed from translations/source/pl/scp2/source/writer.po)0
-rw-r--r--source/pl/scp2/source/xsltfilter.po (renamed from translations/source/pl/scp2/source/xsltfilter.po)0
-rw-r--r--source/pl/scripting/source/pyprov.po (renamed from translations/source/pl/scripting/source/pyprov.po)0
-rw-r--r--source/pl/sd/source/core.po (renamed from translations/source/pl/sd/source/core.po)0
-rw-r--r--source/pl/sd/source/filter/html.po (renamed from translations/source/pl/sd/source/filter/html.po)0
-rw-r--r--source/pl/sd/source/ui/accessibility.po (renamed from translations/source/pl/sd/source/ui/accessibility.po)0
-rw-r--r--source/pl/sd/source/ui/animations.po (renamed from translations/source/pl/sd/source/ui/animations.po)0
-rw-r--r--source/pl/sd/source/ui/annotations.po (renamed from translations/source/pl/sd/source/ui/annotations.po)0
-rw-r--r--source/pl/sd/source/ui/app.po (renamed from translations/source/pl/sd/source/ui/app.po)0
-rw-r--r--source/pl/sd/source/ui/dlg.po (renamed from translations/source/pl/sd/source/ui/dlg.po)0
-rw-r--r--source/pl/sd/source/ui/slideshow.po (renamed from translations/source/pl/sd/source/ui/slideshow.po)0
-rw-r--r--source/pl/sd/source/ui/table.po (renamed from translations/source/pl/sd/source/ui/table.po)0
-rw-r--r--source/pl/sd/source/ui/view.po (renamed from translations/source/pl/sd/source/ui/view.po)0
-rw-r--r--source/pl/sdext/source/minimizer.po (renamed from translations/source/pl/sdext/source/minimizer.po)0
-rw-r--r--source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pl/sdext/source/pdfimport.po (renamed from translations/source/pl/sdext/source/pdfimport.po)0
-rw-r--r--source/pl/sdext/source/presenter.po (renamed from translations/source/pl/sdext/source/presenter.po)0
-rw-r--r--source/pl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/pl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/pl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pl/setup_native/source/mac.po (renamed from translations/source/pl/setup_native/source/mac.po)0
-rw-r--r--source/pl/sfx2/source/appl.po (renamed from translations/source/pl/sfx2/source/appl.po)0
-rw-r--r--source/pl/sfx2/source/bastyp.po (renamed from translations/source/pl/sfx2/source/bastyp.po)0
-rw-r--r--source/pl/sfx2/source/dialog.po (renamed from translations/source/pl/sfx2/source/dialog.po)0
-rw-r--r--source/pl/sfx2/source/doc.po (renamed from translations/source/pl/sfx2/source/doc.po)0
-rw-r--r--source/pl/sfx2/source/menu.po (renamed from translations/source/pl/sfx2/source/menu.po)0
-rw-r--r--source/pl/sfx2/source/view.po (renamed from translations/source/pl/sfx2/source/view.po)0
-rw-r--r--source/pl/shell/source/win32/shlxthandler/res.po (renamed from translations/source/pl/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/pl/starmath/source.po (renamed from translations/source/pl/starmath/source.po)0
-rw-r--r--source/pl/svl/source/items.po (renamed from translations/source/pl/svl/source/items.po)0
-rw-r--r--source/pl/svl/source/misc.po (renamed from translations/source/pl/svl/source/misc.po)0
-rw-r--r--source/pl/svtools/source/contnr.po (renamed from translations/source/pl/svtools/source/contnr.po)0
-rw-r--r--source/pl/svtools/source/control.po (renamed from translations/source/pl/svtools/source/control.po)0
-rw-r--r--source/pl/svtools/source/dialogs.po (renamed from translations/source/pl/svtools/source/dialogs.po)0
-rw-r--r--source/pl/svtools/source/filter.po (renamed from translations/source/pl/svtools/source/filter.po)0
-rw-r--r--source/pl/svtools/source/java.po (renamed from translations/source/pl/svtools/source/java.po)0
-rw-r--r--source/pl/svtools/source/misc.po (renamed from translations/source/pl/svtools/source/misc.po)0
-rw-r--r--source/pl/svtools/source/toolpanel.po (renamed from translations/source/pl/svtools/source/toolpanel.po)0
-rw-r--r--source/pl/svtools/workben/unodialog.po (renamed from translations/source/pl/svtools/workben/unodialog.po)0
-rw-r--r--source/pl/svx/inc.po (renamed from translations/source/pl/svx/inc.po)0
-rw-r--r--source/pl/svx/source/accessibility.po (renamed from translations/source/pl/svx/source/accessibility.po)0
-rw-r--r--source/pl/svx/source/dialog.po (renamed from translations/source/pl/svx/source/dialog.po)0
-rw-r--r--source/pl/svx/source/engine3d.po (renamed from translations/source/pl/svx/source/engine3d.po)0
-rw-r--r--source/pl/svx/source/fmcomp.po (renamed from translations/source/pl/svx/source/fmcomp.po)0
-rw-r--r--source/pl/svx/source/form.po (renamed from translations/source/pl/svx/source/form.po)0
-rw-r--r--source/pl/svx/source/gallery2.po (renamed from translations/source/pl/svx/source/gallery2.po)0
-rw-r--r--source/pl/svx/source/items.po (renamed from translations/source/pl/svx/source/items.po)0
-rw-r--r--source/pl/svx/source/src.po (renamed from translations/source/pl/svx/source/src.po)0
-rw-r--r--source/pl/svx/source/stbctrls.po (renamed from translations/source/pl/svx/source/stbctrls.po)0
-rw-r--r--source/pl/svx/source/svdraw.po (renamed from translations/source/pl/svx/source/svdraw.po)0
-rw-r--r--source/pl/svx/source/table.po (renamed from translations/source/pl/svx/source/table.po)0
-rw-r--r--source/pl/svx/source/tbxctrls.po (renamed from translations/source/pl/svx/source/tbxctrls.po)0
-rw-r--r--source/pl/svx/source/toolbars.po (renamed from translations/source/pl/svx/source/toolbars.po)0
-rw-r--r--source/pl/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/pl/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/pl/sw/source/core/layout.po (renamed from translations/source/pl/sw/source/core/layout.po)0
-rw-r--r--source/pl/sw/source/core/undo.po (renamed from translations/source/pl/sw/source/core/undo.po)0
-rw-r--r--source/pl/sw/source/core/unocore.po (renamed from translations/source/pl/sw/source/core/unocore.po)0
-rw-r--r--source/pl/sw/source/ui/app.po (renamed from translations/source/pl/sw/source/ui/app.po)0
-rw-r--r--source/pl/sw/source/ui/chrdlg.po (renamed from translations/source/pl/sw/source/ui/chrdlg.po)0
-rw-r--r--source/pl/sw/source/ui/config.po (renamed from translations/source/pl/sw/source/ui/config.po)0
-rw-r--r--source/pl/sw/source/ui/dbui.po (renamed from translations/source/pl/sw/source/ui/dbui.po)0
-rw-r--r--source/pl/sw/source/ui/dialog.po (renamed from translations/source/pl/sw/source/ui/dialog.po)0
-rw-r--r--source/pl/sw/source/ui/dochdl.po (renamed from translations/source/pl/sw/source/ui/dochdl.po)0
-rw-r--r--source/pl/sw/source/ui/docvw.po (renamed from translations/source/pl/sw/source/ui/docvw.po)0
-rw-r--r--source/pl/sw/source/ui/envelp.po (renamed from translations/source/pl/sw/source/ui/envelp.po)0
-rw-r--r--source/pl/sw/source/ui/fldui.po (renamed from translations/source/pl/sw/source/ui/fldui.po)0
-rw-r--r--source/pl/sw/source/ui/fmtui.po (renamed from translations/source/pl/sw/source/ui/fmtui.po)0
-rw-r--r--source/pl/sw/source/ui/frmdlg.po (renamed from translations/source/pl/sw/source/ui/frmdlg.po)0
-rw-r--r--source/pl/sw/source/ui/globdoc.po (renamed from translations/source/pl/sw/source/ui/globdoc.po)0
-rw-r--r--source/pl/sw/source/ui/index.po (renamed from translations/source/pl/sw/source/ui/index.po)0
-rw-r--r--source/pl/sw/source/ui/lingu.po (renamed from translations/source/pl/sw/source/ui/lingu.po)0
-rw-r--r--source/pl/sw/source/ui/misc.po (renamed from translations/source/pl/sw/source/ui/misc.po)0
-rw-r--r--source/pl/sw/source/ui/ribbar.po (renamed from translations/source/pl/sw/source/ui/ribbar.po)0
-rw-r--r--source/pl/sw/source/ui/shells.po (renamed from translations/source/pl/sw/source/ui/shells.po)0
-rw-r--r--source/pl/sw/source/ui/smartmenu.po (renamed from translations/source/pl/sw/source/ui/smartmenu.po)0
-rw-r--r--source/pl/sw/source/ui/table.po (renamed from translations/source/pl/sw/source/ui/table.po)0
-rw-r--r--source/pl/sw/source/ui/uiview.po (renamed from translations/source/pl/sw/source/ui/uiview.po)0
-rw-r--r--source/pl/sw/source/ui/utlui.po (renamed from translations/source/pl/sw/source/ui/utlui.po)0
-rw-r--r--source/pl/sw/source/ui/web.po (renamed from translations/source/pl/sw/source/ui/web.po)0
-rw-r--r--source/pl/sw/source/ui/wrtsh.po (renamed from translations/source/pl/sw/source/ui/wrtsh.po)0
-rw-r--r--source/pl/swext/mediawiki/help.po (renamed from translations/source/pl/swext/mediawiki/help.po)0
-rw-r--r--source/pl/swext/mediawiki/src.po (renamed from translations/source/pl/swext/mediawiki/src.po)0
-rw-r--r--source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/pl/sysui/desktop/share.po (renamed from translations/source/pl/sysui/desktop/share.po)0
-rw-r--r--source/pl/uui/source.po (renamed from translations/source/pl/uui/source.po)0
-rw-r--r--source/pl/vcl/source/src.po (renamed from translations/source/pl/vcl/source/src.po)0
-rw-r--r--source/pl/wizards/source/euro.po (renamed from translations/source/pl/wizards/source/euro.po)0
-rw-r--r--source/pl/wizards/source/formwizard.po (renamed from translations/source/pl/wizards/source/formwizard.po)0
-rw-r--r--source/pl/wizards/source/importwizard.po (renamed from translations/source/pl/wizards/source/importwizard.po)0
-rw-r--r--source/pl/wizards/source/schedule.po (renamed from translations/source/pl/wizards/source/schedule.po)0
-rw-r--r--source/pl/wizards/source/template.po (renamed from translations/source/pl/wizards/source/template.po)0
-rw-r--r--source/pl/xmlsecurity/source/component.po (renamed from translations/source/pl/xmlsecurity/source/component.po)0
-rw-r--r--source/pl/xmlsecurity/source/dialogs.po (renamed from translations/source/pl/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/pt-BR/accessibility/source/helper.po (renamed from translations/source/pt-BR/accessibility/source/helper.po)0
-rw-r--r--source/pt-BR/avmedia/source/framework.po (renamed from translations/source/pt-BR/avmedia/source/framework.po)0
-rw-r--r--source/pt-BR/avmedia/source/viewer.po (renamed from translations/source/pt-BR/avmedia/source/viewer.po)0
-rw-r--r--source/pt-BR/basctl/source/basicide.po (renamed from translations/source/pt-BR/basctl/source/basicide.po)0
-rw-r--r--source/pt-BR/basctl/source/dlged.po (renamed from translations/source/pt-BR/basctl/source/dlged.po)0
-rw-r--r--source/pt-BR/basic/source/classes.po (renamed from translations/source/pt-BR/basic/source/classes.po)0
-rw-r--r--source/pt-BR/basic/source/sbx.po (renamed from translations/source/pt-BR/basic/source/sbx.po)0
-rw-r--r--source/pt-BR/chart2/source/controller/dialogs.po (renamed from translations/source/pt-BR/chart2/source/controller/dialogs.po)0
-rw-r--r--source/pt-BR/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/pt-BR/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/connectivity/source/resource.po (renamed from translations/source/pt-BR/connectivity/source/resource.po)0
-rw-r--r--source/pt-BR/cui/source/customize.po (renamed from translations/source/pt-BR/cui/source/customize.po)0
-rw-r--r--source/pt-BR/cui/source/dialogs.po (renamed from translations/source/pt-BR/cui/source/dialogs.po)0
-rw-r--r--source/pt-BR/cui/source/options.po (renamed from translations/source/pt-BR/cui/source/options.po)0
-rw-r--r--source/pt-BR/cui/source/tabpages.po (renamed from translations/source/pt-BR/cui/source/tabpages.po)0
-rw-r--r--source/pt-BR/dbaccess/source/core/resource.po (renamed from translations/source/pt-BR/dbaccess/source/core/resource.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ext/macromigration.po (renamed from translations/source/pt-BR/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/pt-BR/dbaccess/source/sdbtools/resource.po (renamed from translations/source/pt-BR/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/app.po (renamed from translations/source/pt-BR/dbaccess/source/ui/app.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/browser.po (renamed from translations/source/pt-BR/dbaccess/source/ui/browser.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/control.po (renamed from translations/source/pt-BR/dbaccess/source/ui/control.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/dlg.po (renamed from translations/source/pt-BR/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/inc.po (renamed from translations/source/pt-BR/dbaccess/source/ui/inc.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/misc.po (renamed from translations/source/pt-BR/dbaccess/source/ui/misc.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/querydesign.po (renamed from translations/source/pt-BR/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/relationdesign.po (renamed from translations/source/pt-BR/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/tabledesign.po (renamed from translations/source/pt-BR/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/pt-BR/dbaccess/source/ui/uno.po (renamed from translations/source/pt-BR/dbaccess/source/ui/uno.po)0
-rw-r--r--source/pt-BR/desktop/source/app.po (renamed from translations/source/pt-BR/desktop/source/app.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/gui.po (renamed from translations/source/pt-BR/desktop/source/deployment/gui.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/manager.po (renamed from translations/source/pt-BR/desktop/source/deployment/manager.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/misc.po (renamed from translations/source/pt-BR/desktop/source/deployment/misc.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/component.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/configuration.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/help.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/package.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/script.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/pt-BR/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/pt-BR/desktop/source/deployment/unopkg.po (renamed from translations/source/pt-BR/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/pt-BR/dictionaries/af_ZA.po (renamed from translations/source/pt-BR/dictionaries/af_ZA.po)0
-rw-r--r--source/pt-BR/dictionaries/an_ES.po (renamed from translations/source/pt-BR/dictionaries/an_ES.po)0
-rw-r--r--source/pt-BR/dictionaries/ar.po (renamed from translations/source/pt-BR/dictionaries/ar.po)0
-rw-r--r--source/pt-BR/dictionaries/be_BY.po (renamed from translations/source/pt-BR/dictionaries/be_BY.po)0
-rw-r--r--source/pt-BR/dictionaries/bg_BG.po (renamed from translations/source/pt-BR/dictionaries/bg_BG.po)0
-rw-r--r--source/pt-BR/dictionaries/bn_BD.po (renamed from translations/source/pt-BR/dictionaries/bn_BD.po)0
-rw-r--r--source/pt-BR/dictionaries/br_FR.po (renamed from translations/source/pt-BR/dictionaries/br_FR.po)0
-rw-r--r--source/pt-BR/dictionaries/ca.po (renamed from translations/source/pt-BR/dictionaries/ca.po)0
-rw-r--r--source/pt-BR/dictionaries/cs_CZ.po (renamed from translations/source/pt-BR/dictionaries/cs_CZ.po)0
-rw-r--r--source/pt-BR/dictionaries/da_DK.po (renamed from translations/source/pt-BR/dictionaries/da_DK.po)0
-rw-r--r--source/pt-BR/dictionaries/de.po (renamed from translations/source/pt-BR/dictionaries/de.po)0
-rw-r--r--source/pt-BR/dictionaries/el_GR.po (renamed from translations/source/pt-BR/dictionaries/el_GR.po)0
-rw-r--r--source/pt-BR/dictionaries/en.po (renamed from translations/source/pt-BR/dictionaries/en.po)0
-rw-r--r--source/pt-BR/dictionaries/en/dialog.po (renamed from translations/source/pt-BR/dictionaries/en/dialog.po)0
-rw-r--r--source/pt-BR/dictionaries/es_ES.po (renamed from translations/source/pt-BR/dictionaries/es_ES.po)0
-rw-r--r--source/pt-BR/dictionaries/et_EE.po (renamed from translations/source/pt-BR/dictionaries/et_EE.po)0
-rw-r--r--source/pt-BR/dictionaries/fr_FR.po (renamed from translations/source/pt-BR/dictionaries/fr_FR.po)0
-rw-r--r--source/pt-BR/dictionaries/gd_GB.po (renamed from translations/source/pt-BR/dictionaries/gd_GB.po)0
-rw-r--r--source/pt-BR/dictionaries/gl.po (renamed from translations/source/pt-BR/dictionaries/gl.po)0
-rw-r--r--source/pt-BR/dictionaries/gu_IN.po (renamed from translations/source/pt-BR/dictionaries/gu_IN.po)0
-rw-r--r--source/pt-BR/dictionaries/he_IL.po (renamed from translations/source/pt-BR/dictionaries/he_IL.po)0
-rw-r--r--source/pt-BR/dictionaries/hi_IN.po (renamed from translations/source/pt-BR/dictionaries/hi_IN.po)0
-rw-r--r--source/pt-BR/dictionaries/hr_HR.po (renamed from translations/source/pt-BR/dictionaries/hr_HR.po)0
-rw-r--r--source/pt-BR/dictionaries/hu_HU.po (renamed from translations/source/pt-BR/dictionaries/hu_HU.po)0
-rw-r--r--source/pt-BR/dictionaries/hu_HU/dialog.po (renamed from translations/source/pt-BR/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/pt-BR/dictionaries/it_IT.po (renamed from translations/source/pt-BR/dictionaries/it_IT.po)0
-rw-r--r--source/pt-BR/dictionaries/ku_TR.po (renamed from translations/source/pt-BR/dictionaries/ku_TR.po)0
-rw-r--r--source/pt-BR/dictionaries/lt_LT.po (renamed from translations/source/pt-BR/dictionaries/lt_LT.po)0
-rw-r--r--source/pt-BR/dictionaries/lv_LV.po (renamed from translations/source/pt-BR/dictionaries/lv_LV.po)0
-rw-r--r--source/pt-BR/dictionaries/ne_NP.po (renamed from translations/source/pt-BR/dictionaries/ne_NP.po)0
-rw-r--r--source/pt-BR/dictionaries/nl_NL.po (renamed from translations/source/pt-BR/dictionaries/nl_NL.po)0
-rw-r--r--source/pt-BR/dictionaries/no.po (renamed from translations/source/pt-BR/dictionaries/no.po)0
-rw-r--r--source/pt-BR/dictionaries/oc_FR.po (renamed from translations/source/pt-BR/dictionaries/oc_FR.po)0
-rw-r--r--source/pt-BR/dictionaries/pl_PL.po (renamed from translations/source/pt-BR/dictionaries/pl_PL.po)0
-rw-r--r--source/pt-BR/dictionaries/pt_BR.po (renamed from translations/source/pt-BR/dictionaries/pt_BR.po)0
-rw-r--r--source/pt-BR/dictionaries/pt_PT.po (renamed from translations/source/pt-BR/dictionaries/pt_PT.po)0
-rw-r--r--source/pt-BR/dictionaries/ro.po (renamed from translations/source/pt-BR/dictionaries/ro.po)0
-rw-r--r--source/pt-BR/dictionaries/ru_RU.po (renamed from translations/source/pt-BR/dictionaries/ru_RU.po)0
-rw-r--r--source/pt-BR/dictionaries/ru_RU/dialog.po (renamed from translations/source/pt-BR/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/pt-BR/dictionaries/si_LK.po (renamed from translations/source/pt-BR/dictionaries/si_LK.po)0
-rw-r--r--source/pt-BR/dictionaries/sk_SK.po (renamed from translations/source/pt-BR/dictionaries/sk_SK.po)0
-rw-r--r--source/pt-BR/dictionaries/sl_SI.po (renamed from translations/source/pt-BR/dictionaries/sl_SI.po)0
-rw-r--r--source/pt-BR/dictionaries/sr.po (renamed from translations/source/pt-BR/dictionaries/sr.po)0
-rw-r--r--source/pt-BR/dictionaries/sv_SE.po (renamed from translations/source/pt-BR/dictionaries/sv_SE.po)0
-rw-r--r--source/pt-BR/dictionaries/sw_TZ.po (renamed from translations/source/pt-BR/dictionaries/sw_TZ.po)0
-rw-r--r--source/pt-BR/dictionaries/te_IN.po (renamed from translations/source/pt-BR/dictionaries/te_IN.po)0
-rw-r--r--source/pt-BR/dictionaries/th_TH.po (renamed from translations/source/pt-BR/dictionaries/th_TH.po)0
-rw-r--r--source/pt-BR/dictionaries/uk_UA.po (renamed from translations/source/pt-BR/dictionaries/uk_UA.po)0
-rw-r--r--source/pt-BR/dictionaries/vi.po (renamed from translations/source/pt-BR/dictionaries/vi.po)0
-rw-r--r--source/pt-BR/dictionaries/zu_ZA.po (renamed from translations/source/pt-BR/dictionaries/zu_ZA.po)0
-rw-r--r--source/pt-BR/editeng/source/accessibility.po (renamed from translations/source/pt-BR/editeng/source/accessibility.po)0
-rw-r--r--source/pt-BR/editeng/source/editeng.po (renamed from translations/source/pt-BR/editeng/source/editeng.po)0
-rw-r--r--source/pt-BR/editeng/source/items.po (renamed from translations/source/pt-BR/editeng/source/items.po)0
-rw-r--r--source/pt-BR/editeng/source/misc.po (renamed from translations/source/pt-BR/editeng/source/misc.po)0
-rw-r--r--source/pt-BR/editeng/source/outliner.po (renamed from translations/source/pt-BR/editeng/source/outliner.po)0
-rw-r--r--source/pt-BR/extensions/source/abpilot.po (renamed from translations/source/pt-BR/extensions/source/abpilot.po)0
-rw-r--r--source/pt-BR/extensions/source/bibliography.po (renamed from translations/source/pt-BR/extensions/source/bibliography.po)0
-rw-r--r--source/pt-BR/extensions/source/dbpilots.po (renamed from translations/source/pt-BR/extensions/source/dbpilots.po)0
-rw-r--r--source/pt-BR/extensions/source/propctrlr.po (renamed from translations/source/pt-BR/extensions/source/propctrlr.po)0
-rw-r--r--source/pt-BR/extensions/source/scanner.po (renamed from translations/source/pt-BR/extensions/source/scanner.po)0
-rw-r--r--source/pt-BR/extensions/source/update/check.po (renamed from translations/source/pt-BR/extensions/source/update/check.po)0
-rw-r--r--source/pt-BR/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/pt-BR/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/pt-BR/filter/source/config/fragments/filters.po (renamed from translations/source/pt-BR/filter/source/config/fragments/filters.po)0
-rw-r--r--source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/pt-BR/filter/source/config/fragments/types.po (renamed from translations/source/pt-BR/filter/source/config/fragments/types.po)0
-rw-r--r--source/pt-BR/filter/source/flash.po (renamed from translations/source/pt-BR/filter/source/flash.po)0
-rw-r--r--source/pt-BR/filter/source/graphicfilter/eps.po (renamed from translations/source/pt-BR/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/pt-BR/filter/source/pdf.po (renamed from translations/source/pt-BR/filter/source/pdf.po)0
-rw-r--r--source/pt-BR/filter/source/t602.po (renamed from translations/source/pt-BR/filter/source/t602.po)0
-rw-r--r--source/pt-BR/filter/source/xsltdialog.po (renamed from translations/source/pt-BR/filter/source/xsltdialog.po)0
-rw-r--r--source/pt-BR/forms/source/resource.po (renamed from translations/source/pt-BR/forms/source/resource.po)0
-rw-r--r--source/pt-BR/formula/source/core/resource.po (renamed from translations/source/pt-BR/formula/source/core/resource.po)0
-rw-r--r--source/pt-BR/formula/source/ui/dlg.po (renamed from translations/source/pt-BR/formula/source/ui/dlg.po)0
-rw-r--r--source/pt-BR/fpicker/source/office.po (renamed from translations/source/pt-BR/fpicker/source/office.po)0
-rw-r--r--source/pt-BR/framework/source/classes.po (renamed from translations/source/pt-BR/framework/source/classes.po)0
-rw-r--r--source/pt-BR/framework/source/services.po (renamed from translations/source/pt-BR/framework/source/services.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/05.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart.po (renamed from translations/source/pt-BR/helpcontent2/source/text/schart.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/05.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/07.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/pt-BR/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/04.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/pt-BR/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/pt-BR/mysqlc/source.po (renamed from translations/source/pt-BR/mysqlc/source.po)0
-rw-r--r--source/pt-BR/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt-BR/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/pt-BR/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/pt-BR/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/pt-BR/nlpsolver/src/locale.po (renamed from translations/source/pt-BR/nlpsolver/src/locale.po)0
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pt-BR/padmin/source.po (renamed from translations/source/pt-BR/padmin/source.po)0
-rw-r--r--source/pt-BR/readlicense_oo/docs/readme.po (renamed from translations/source/pt-BR/readlicense_oo/docs/readme.po)0
-rw-r--r--source/pt-BR/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/pt-BR/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/pt-BR/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt-BR/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pt-BR/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/pt-BR/reportbuilder/util.po (renamed from translations/source/pt-BR/reportbuilder/util.po)0
-rw-r--r--source/pt-BR/reportdesign/source/core/resource.po (renamed from translations/source/pt-BR/reportdesign/source/core/resource.po)0
-rw-r--r--source/pt-BR/reportdesign/source/ui/dlg.po (renamed from translations/source/pt-BR/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/pt-BR/reportdesign/source/ui/inspection.po (renamed from translations/source/pt-BR/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/pt-BR/reportdesign/source/ui/report.po (renamed from translations/source/pt-BR/reportdesign/source/ui/report.po)0
-rw-r--r--source/pt-BR/sc/source/core/src.po (renamed from translations/source/pt-BR/sc/source/core/src.po)0
-rw-r--r--source/pt-BR/sc/source/ui/cctrl.po (renamed from translations/source/pt-BR/sc/source/ui/cctrl.po)0
-rw-r--r--source/pt-BR/sc/source/ui/dbgui.po (renamed from translations/source/pt-BR/sc/source/ui/dbgui.po)0
-rw-r--r--source/pt-BR/sc/source/ui/docshell.po (renamed from translations/source/pt-BR/sc/source/ui/docshell.po)0
-rw-r--r--source/pt-BR/sc/source/ui/drawfunc.po (renamed from translations/source/pt-BR/sc/source/ui/drawfunc.po)0
-rw-r--r--source/pt-BR/sc/source/ui/formdlg.po (renamed from translations/source/pt-BR/sc/source/ui/formdlg.po)0
-rw-r--r--source/pt-BR/sc/source/ui/miscdlgs.po (renamed from translations/source/pt-BR/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/pt-BR/sc/source/ui/navipi.po (renamed from translations/source/pt-BR/sc/source/ui/navipi.po)0
-rw-r--r--source/pt-BR/sc/source/ui/optdlg.po (renamed from translations/source/pt-BR/sc/source/ui/optdlg.po)0
-rw-r--r--source/pt-BR/sc/source/ui/pagedlg.po (renamed from translations/source/pt-BR/sc/source/ui/pagedlg.po)0
-rw-r--r--source/pt-BR/sc/source/ui/src.po (renamed from translations/source/pt-BR/sc/source/ui/src.po)0
-rw-r--r--source/pt-BR/sc/source/ui/styleui.po (renamed from translations/source/pt-BR/sc/source/ui/styleui.po)0
-rw-r--r--source/pt-BR/scaddins/source/analysis.po (renamed from translations/source/pt-BR/scaddins/source/analysis.po)0
-rw-r--r--source/pt-BR/scaddins/source/datefunc.po (renamed from translations/source/pt-BR/scaddins/source/datefunc.po)0
-rw-r--r--source/pt-BR/sccomp/source/solver.po (renamed from translations/source/pt-BR/sccomp/source/solver.po)0
-rw-r--r--source/pt-BR/scp2/source/accessories.po (renamed from translations/source/pt-BR/scp2/source/accessories.po)0
-rw-r--r--source/pt-BR/scp2/source/activex.po (renamed from translations/source/pt-BR/scp2/source/activex.po)0
-rw-r--r--source/pt-BR/scp2/source/base.po (renamed from translations/source/pt-BR/scp2/source/base.po)0
-rw-r--r--source/pt-BR/scp2/source/binfilter.po (renamed from translations/source/pt-BR/scp2/source/binfilter.po)0
-rw-r--r--source/pt-BR/scp2/source/calc.po (renamed from translations/source/pt-BR/scp2/source/calc.po)0
-rw-r--r--source/pt-BR/scp2/source/draw.po (renamed from translations/source/pt-BR/scp2/source/draw.po)0
-rw-r--r--source/pt-BR/scp2/source/extensions.po (renamed from translations/source/pt-BR/scp2/source/extensions.po)0
-rw-r--r--source/pt-BR/scp2/source/gnome.po (renamed from translations/source/pt-BR/scp2/source/gnome.po)0
-rw-r--r--source/pt-BR/scp2/source/graphicfilter.po (renamed from translations/source/pt-BR/scp2/source/graphicfilter.po)0
-rw-r--r--source/pt-BR/scp2/source/impress.po (renamed from translations/source/pt-BR/scp2/source/impress.po)0
-rw-r--r--source/pt-BR/scp2/source/javafilter.po (renamed from translations/source/pt-BR/scp2/source/javafilter.po)0
-rw-r--r--source/pt-BR/scp2/source/kde.po (renamed from translations/source/pt-BR/scp2/source/kde.po)0
-rw-r--r--source/pt-BR/scp2/source/math.po (renamed from translations/source/pt-BR/scp2/source/math.po)0
-rw-r--r--source/pt-BR/scp2/source/onlineupdate.po (renamed from translations/source/pt-BR/scp2/source/onlineupdate.po)0
-rw-r--r--source/pt-BR/scp2/source/ooo.po (renamed from translations/source/pt-BR/scp2/source/ooo.po)0
-rw-r--r--source/pt-BR/scp2/source/python.po (renamed from translations/source/pt-BR/scp2/source/python.po)0
-rw-r--r--source/pt-BR/scp2/source/quickstart.po (renamed from translations/source/pt-BR/scp2/source/quickstart.po)0
-rw-r--r--source/pt-BR/scp2/source/sdkoo.po (renamed from translations/source/pt-BR/scp2/source/sdkoo.po)0
-rw-r--r--source/pt-BR/scp2/source/smoketest.po (renamed from translations/source/pt-BR/scp2/source/smoketest.po)0
-rw-r--r--source/pt-BR/scp2/source/stdlibs.po (renamed from translations/source/pt-BR/scp2/source/stdlibs.po)0
-rw-r--r--source/pt-BR/scp2/source/tde.po (renamed from translations/source/pt-BR/scp2/source/tde.po)0
-rw-r--r--source/pt-BR/scp2/source/winexplorerext.po (renamed from translations/source/pt-BR/scp2/source/winexplorerext.po)0
-rw-r--r--source/pt-BR/scp2/source/writer.po (renamed from translations/source/pt-BR/scp2/source/writer.po)0
-rw-r--r--source/pt-BR/scp2/source/xsltfilter.po (renamed from translations/source/pt-BR/scp2/source/xsltfilter.po)0
-rw-r--r--source/pt-BR/scripting/source/pyprov.po (renamed from translations/source/pt-BR/scripting/source/pyprov.po)0
-rw-r--r--source/pt-BR/sd/source/core.po (renamed from translations/source/pt-BR/sd/source/core.po)0
-rw-r--r--source/pt-BR/sd/source/filter/html.po (renamed from translations/source/pt-BR/sd/source/filter/html.po)0
-rw-r--r--source/pt-BR/sd/source/ui/accessibility.po (renamed from translations/source/pt-BR/sd/source/ui/accessibility.po)0
-rw-r--r--source/pt-BR/sd/source/ui/animations.po (renamed from translations/source/pt-BR/sd/source/ui/animations.po)0
-rw-r--r--source/pt-BR/sd/source/ui/annotations.po (renamed from translations/source/pt-BR/sd/source/ui/annotations.po)0
-rw-r--r--source/pt-BR/sd/source/ui/app.po (renamed from translations/source/pt-BR/sd/source/ui/app.po)0
-rw-r--r--source/pt-BR/sd/source/ui/dlg.po (renamed from translations/source/pt-BR/sd/source/ui/dlg.po)0
-rw-r--r--source/pt-BR/sd/source/ui/slideshow.po (renamed from translations/source/pt-BR/sd/source/ui/slideshow.po)0
-rw-r--r--source/pt-BR/sd/source/ui/table.po (renamed from translations/source/pt-BR/sd/source/ui/table.po)0
-rw-r--r--source/pt-BR/sd/source/ui/view.po (renamed from translations/source/pt-BR/sd/source/ui/view.po)0
-rw-r--r--source/pt-BR/sdext/source/minimizer.po (renamed from translations/source/pt-BR/sdext/source/minimizer.po)0
-rw-r--r--source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pt-BR/sdext/source/pdfimport.po (renamed from translations/source/pt-BR/sdext/source/pdfimport.po)0
-rw-r--r--source/pt-BR/sdext/source/presenter.po (renamed from translations/source/pt-BR/sdext/source/presenter.po)0
-rw-r--r--source/pt-BR/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/pt-BR/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/pt-BR/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pt-BR/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pt-BR/setup_native/source/mac.po (renamed from translations/source/pt-BR/setup_native/source/mac.po)0
-rw-r--r--source/pt-BR/sfx2/source/appl.po (renamed from translations/source/pt-BR/sfx2/source/appl.po)0
-rw-r--r--source/pt-BR/sfx2/source/bastyp.po (renamed from translations/source/pt-BR/sfx2/source/bastyp.po)0
-rw-r--r--source/pt-BR/sfx2/source/dialog.po (renamed from translations/source/pt-BR/sfx2/source/dialog.po)0
-rw-r--r--source/pt-BR/sfx2/source/doc.po (renamed from translations/source/pt-BR/sfx2/source/doc.po)0
-rw-r--r--source/pt-BR/sfx2/source/menu.po (renamed from translations/source/pt-BR/sfx2/source/menu.po)0
-rw-r--r--source/pt-BR/sfx2/source/view.po (renamed from translations/source/pt-BR/sfx2/source/view.po)0
-rw-r--r--source/pt-BR/shell/source/win32/shlxthandler/res.po (renamed from translations/source/pt-BR/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/pt-BR/starmath/source.po (renamed from translations/source/pt-BR/starmath/source.po)0
-rw-r--r--source/pt-BR/svl/source/items.po (renamed from translations/source/pt-BR/svl/source/items.po)0
-rw-r--r--source/pt-BR/svl/source/misc.po (renamed from translations/source/pt-BR/svl/source/misc.po)0
-rw-r--r--source/pt-BR/svtools/source/contnr.po (renamed from translations/source/pt-BR/svtools/source/contnr.po)0
-rw-r--r--source/pt-BR/svtools/source/control.po (renamed from translations/source/pt-BR/svtools/source/control.po)0
-rw-r--r--source/pt-BR/svtools/source/dialogs.po (renamed from translations/source/pt-BR/svtools/source/dialogs.po)0
-rw-r--r--source/pt-BR/svtools/source/filter.po (renamed from translations/source/pt-BR/svtools/source/filter.po)0
-rw-r--r--source/pt-BR/svtools/source/java.po (renamed from translations/source/pt-BR/svtools/source/java.po)0
-rw-r--r--source/pt-BR/svtools/source/misc.po (renamed from translations/source/pt-BR/svtools/source/misc.po)0
-rw-r--r--source/pt-BR/svtools/source/toolpanel.po (renamed from translations/source/pt-BR/svtools/source/toolpanel.po)0
-rw-r--r--source/pt-BR/svtools/workben/unodialog.po (renamed from translations/source/pt-BR/svtools/workben/unodialog.po)0
-rw-r--r--source/pt-BR/svx/inc.po (renamed from translations/source/pt-BR/svx/inc.po)0
-rw-r--r--source/pt-BR/svx/source/accessibility.po (renamed from translations/source/pt-BR/svx/source/accessibility.po)0
-rw-r--r--source/pt-BR/svx/source/dialog.po (renamed from translations/source/pt-BR/svx/source/dialog.po)0
-rw-r--r--source/pt-BR/svx/source/engine3d.po (renamed from translations/source/pt-BR/svx/source/engine3d.po)0
-rw-r--r--source/pt-BR/svx/source/fmcomp.po (renamed from translations/source/pt-BR/svx/source/fmcomp.po)0
-rw-r--r--source/pt-BR/svx/source/form.po (renamed from translations/source/pt-BR/svx/source/form.po)0
-rw-r--r--source/pt-BR/svx/source/gallery2.po (renamed from translations/source/pt-BR/svx/source/gallery2.po)0
-rw-r--r--source/pt-BR/svx/source/items.po (renamed from translations/source/pt-BR/svx/source/items.po)0
-rw-r--r--source/pt-BR/svx/source/src.po (renamed from translations/source/pt-BR/svx/source/src.po)0
-rw-r--r--source/pt-BR/svx/source/stbctrls.po (renamed from translations/source/pt-BR/svx/source/stbctrls.po)0
-rw-r--r--source/pt-BR/svx/source/svdraw.po (renamed from translations/source/pt-BR/svx/source/svdraw.po)0
-rw-r--r--source/pt-BR/svx/source/table.po (renamed from translations/source/pt-BR/svx/source/table.po)0
-rw-r--r--source/pt-BR/svx/source/tbxctrls.po (renamed from translations/source/pt-BR/svx/source/tbxctrls.po)0
-rw-r--r--source/pt-BR/svx/source/toolbars.po (renamed from translations/source/pt-BR/svx/source/toolbars.po)0
-rw-r--r--source/pt-BR/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/pt-BR/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/pt-BR/sw/source/core/layout.po (renamed from translations/source/pt-BR/sw/source/core/layout.po)0
-rw-r--r--source/pt-BR/sw/source/core/undo.po (renamed from translations/source/pt-BR/sw/source/core/undo.po)0
-rw-r--r--source/pt-BR/sw/source/core/unocore.po (renamed from translations/source/pt-BR/sw/source/core/unocore.po)0
-rw-r--r--source/pt-BR/sw/source/ui/app.po (renamed from translations/source/pt-BR/sw/source/ui/app.po)0
-rw-r--r--source/pt-BR/sw/source/ui/chrdlg.po (renamed from translations/source/pt-BR/sw/source/ui/chrdlg.po)0
-rw-r--r--source/pt-BR/sw/source/ui/config.po (renamed from translations/source/pt-BR/sw/source/ui/config.po)0
-rw-r--r--source/pt-BR/sw/source/ui/dbui.po (renamed from translations/source/pt-BR/sw/source/ui/dbui.po)0
-rw-r--r--source/pt-BR/sw/source/ui/dialog.po (renamed from translations/source/pt-BR/sw/source/ui/dialog.po)0
-rw-r--r--source/pt-BR/sw/source/ui/dochdl.po (renamed from translations/source/pt-BR/sw/source/ui/dochdl.po)0
-rw-r--r--source/pt-BR/sw/source/ui/docvw.po (renamed from translations/source/pt-BR/sw/source/ui/docvw.po)0
-rw-r--r--source/pt-BR/sw/source/ui/envelp.po (renamed from translations/source/pt-BR/sw/source/ui/envelp.po)0
-rw-r--r--source/pt-BR/sw/source/ui/fldui.po (renamed from translations/source/pt-BR/sw/source/ui/fldui.po)0
-rw-r--r--source/pt-BR/sw/source/ui/fmtui.po (renamed from translations/source/pt-BR/sw/source/ui/fmtui.po)0
-rw-r--r--source/pt-BR/sw/source/ui/frmdlg.po (renamed from translations/source/pt-BR/sw/source/ui/frmdlg.po)0
-rw-r--r--source/pt-BR/sw/source/ui/globdoc.po (renamed from translations/source/pt-BR/sw/source/ui/globdoc.po)0
-rw-r--r--source/pt-BR/sw/source/ui/index.po (renamed from translations/source/pt-BR/sw/source/ui/index.po)0
-rw-r--r--source/pt-BR/sw/source/ui/lingu.po (renamed from translations/source/pt-BR/sw/source/ui/lingu.po)0
-rw-r--r--source/pt-BR/sw/source/ui/misc.po (renamed from translations/source/pt-BR/sw/source/ui/misc.po)0
-rw-r--r--source/pt-BR/sw/source/ui/ribbar.po (renamed from translations/source/pt-BR/sw/source/ui/ribbar.po)0
-rw-r--r--source/pt-BR/sw/source/ui/shells.po (renamed from translations/source/pt-BR/sw/source/ui/shells.po)0
-rw-r--r--source/pt-BR/sw/source/ui/smartmenu.po (renamed from translations/source/pt-BR/sw/source/ui/smartmenu.po)0
-rw-r--r--source/pt-BR/sw/source/ui/table.po (renamed from translations/source/pt-BR/sw/source/ui/table.po)0
-rw-r--r--source/pt-BR/sw/source/ui/uiview.po (renamed from translations/source/pt-BR/sw/source/ui/uiview.po)0
-rw-r--r--source/pt-BR/sw/source/ui/utlui.po (renamed from translations/source/pt-BR/sw/source/ui/utlui.po)0
-rw-r--r--source/pt-BR/sw/source/ui/web.po (renamed from translations/source/pt-BR/sw/source/ui/web.po)0
-rw-r--r--source/pt-BR/sw/source/ui/wrtsh.po (renamed from translations/source/pt-BR/sw/source/ui/wrtsh.po)0
-rw-r--r--source/pt-BR/swext/mediawiki/help.po (renamed from translations/source/pt-BR/swext/mediawiki/help.po)0
-rw-r--r--source/pt-BR/swext/mediawiki/src.po (renamed from translations/source/pt-BR/swext/mediawiki/src.po)0
-rw-r--r--source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/pt-BR/sysui/desktop/share.po (renamed from translations/source/pt-BR/sysui/desktop/share.po)0
-rw-r--r--source/pt-BR/uui/source.po (renamed from translations/source/pt-BR/uui/source.po)0
-rw-r--r--source/pt-BR/vcl/source/src.po (renamed from translations/source/pt-BR/vcl/source/src.po)0
-rw-r--r--source/pt-BR/wizards/source/euro.po (renamed from translations/source/pt-BR/wizards/source/euro.po)0
-rw-r--r--source/pt-BR/wizards/source/formwizard.po (renamed from translations/source/pt-BR/wizards/source/formwizard.po)0
-rw-r--r--source/pt-BR/wizards/source/importwizard.po (renamed from translations/source/pt-BR/wizards/source/importwizard.po)0
-rw-r--r--source/pt-BR/wizards/source/schedule.po (renamed from translations/source/pt-BR/wizards/source/schedule.po)0
-rw-r--r--source/pt-BR/wizards/source/template.po (renamed from translations/source/pt-BR/wizards/source/template.po)0
-rw-r--r--source/pt-BR/xmlsecurity/source/component.po (renamed from translations/source/pt-BR/xmlsecurity/source/component.po)0
-rw-r--r--source/pt-BR/xmlsecurity/source/dialogs.po (renamed from translations/source/pt-BR/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/pt/accessibility/source/helper.po (renamed from translations/source/pt/accessibility/source/helper.po)0
-rw-r--r--source/pt/avmedia/source/framework.po (renamed from translations/source/pt/avmedia/source/framework.po)0
-rw-r--r--source/pt/avmedia/source/viewer.po (renamed from translations/source/pt/avmedia/source/viewer.po)0
-rw-r--r--source/pt/basctl/source/basicide.po (renamed from translations/source/pt/basctl/source/basicide.po)0
-rw-r--r--source/pt/basctl/source/dlged.po (renamed from translations/source/pt/basctl/source/dlged.po)0
-rw-r--r--source/pt/basic/source/classes.po (renamed from translations/source/pt/basic/source/classes.po)0
-rw-r--r--source/pt/basic/source/sbx.po (renamed from translations/source/pt/basic/source/sbx.po)0
-rw-r--r--source/pt/chart2/source/controller/dialogs.po (renamed from translations/source/pt/chart2/source/controller/dialogs.po)0
-rw-r--r--source/pt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/pt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/pt/connectivity/source/resource.po (renamed from translations/source/pt/connectivity/source/resource.po)0
-rw-r--r--source/pt/cui/source/customize.po (renamed from translations/source/pt/cui/source/customize.po)0
-rw-r--r--source/pt/cui/source/dialogs.po (renamed from translations/source/pt/cui/source/dialogs.po)0
-rw-r--r--source/pt/cui/source/options.po (renamed from translations/source/pt/cui/source/options.po)0
-rw-r--r--source/pt/cui/source/tabpages.po (renamed from translations/source/pt/cui/source/tabpages.po)0
-rw-r--r--source/pt/dbaccess/source/core/resource.po (renamed from translations/source/pt/dbaccess/source/core/resource.po)0
-rw-r--r--source/pt/dbaccess/source/ext/macromigration.po (renamed from translations/source/pt/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/pt/dbaccess/source/sdbtools/resource.po (renamed from translations/source/pt/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/pt/dbaccess/source/ui/app.po (renamed from translations/source/pt/dbaccess/source/ui/app.po)0
-rw-r--r--source/pt/dbaccess/source/ui/browser.po (renamed from translations/source/pt/dbaccess/source/ui/browser.po)0
-rw-r--r--source/pt/dbaccess/source/ui/control.po (renamed from translations/source/pt/dbaccess/source/ui/control.po)0
-rw-r--r--source/pt/dbaccess/source/ui/dlg.po (renamed from translations/source/pt/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/pt/dbaccess/source/ui/inc.po (renamed from translations/source/pt/dbaccess/source/ui/inc.po)0
-rw-r--r--source/pt/dbaccess/source/ui/misc.po (renamed from translations/source/pt/dbaccess/source/ui/misc.po)0
-rw-r--r--source/pt/dbaccess/source/ui/querydesign.po (renamed from translations/source/pt/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/pt/dbaccess/source/ui/relationdesign.po (renamed from translations/source/pt/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/pt/dbaccess/source/ui/tabledesign.po (renamed from translations/source/pt/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/pt/dbaccess/source/ui/uno.po (renamed from translations/source/pt/dbaccess/source/ui/uno.po)0
-rw-r--r--source/pt/desktop/source/app.po (renamed from translations/source/pt/desktop/source/app.po)0
-rw-r--r--source/pt/desktop/source/deployment/gui.po (renamed from translations/source/pt/desktop/source/deployment/gui.po)0
-rw-r--r--source/pt/desktop/source/deployment/manager.po (renamed from translations/source/pt/desktop/source/deployment/manager.po)0
-rw-r--r--source/pt/desktop/source/deployment/misc.po (renamed from translations/source/pt/desktop/source/deployment/misc.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry.po (renamed from translations/source/pt/desktop/source/deployment/registry.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/component.po (renamed from translations/source/pt/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/configuration.po (renamed from translations/source/pt/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/help.po (renamed from translations/source/pt/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/package.po (renamed from translations/source/pt/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/script.po (renamed from translations/source/pt/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/pt/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/pt/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/pt/desktop/source/deployment/unopkg.po (renamed from translations/source/pt/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/pt/dictionaries/af_ZA.po (renamed from translations/source/pt/dictionaries/af_ZA.po)0
-rw-r--r--source/pt/dictionaries/an_ES.po (renamed from translations/source/pt/dictionaries/an_ES.po)0
-rw-r--r--source/pt/dictionaries/ar.po (renamed from translations/source/pt/dictionaries/ar.po)0
-rw-r--r--source/pt/dictionaries/be_BY.po (renamed from translations/source/pt/dictionaries/be_BY.po)0
-rw-r--r--source/pt/dictionaries/bg_BG.po (renamed from translations/source/pt/dictionaries/bg_BG.po)0
-rw-r--r--source/pt/dictionaries/bn_BD.po (renamed from translations/source/pt/dictionaries/bn_BD.po)0
-rw-r--r--source/pt/dictionaries/br_FR.po (renamed from translations/source/pt/dictionaries/br_FR.po)0
-rw-r--r--source/pt/dictionaries/ca.po (renamed from translations/source/pt/dictionaries/ca.po)0
-rw-r--r--source/pt/dictionaries/cs_CZ.po (renamed from translations/source/pt/dictionaries/cs_CZ.po)0
-rw-r--r--source/pt/dictionaries/da_DK.po (renamed from translations/source/pt/dictionaries/da_DK.po)0
-rw-r--r--source/pt/dictionaries/de.po (renamed from translations/source/pt/dictionaries/de.po)0
-rw-r--r--source/pt/dictionaries/el_GR.po (renamed from translations/source/pt/dictionaries/el_GR.po)0
-rw-r--r--source/pt/dictionaries/en.po (renamed from translations/source/pt/dictionaries/en.po)0
-rw-r--r--source/pt/dictionaries/en/dialog.po (renamed from translations/source/pt/dictionaries/en/dialog.po)0
-rw-r--r--source/pt/dictionaries/es_ES.po (renamed from translations/source/pt/dictionaries/es_ES.po)0
-rw-r--r--source/pt/dictionaries/et_EE.po (renamed from translations/source/pt/dictionaries/et_EE.po)0
-rw-r--r--source/pt/dictionaries/fr_FR.po (renamed from translations/source/pt/dictionaries/fr_FR.po)0
-rw-r--r--source/pt/dictionaries/gd_GB.po (renamed from translations/source/pt/dictionaries/gd_GB.po)0
-rw-r--r--source/pt/dictionaries/gl.po (renamed from translations/source/pt/dictionaries/gl.po)0
-rw-r--r--source/pt/dictionaries/gu_IN.po (renamed from translations/source/pt/dictionaries/gu_IN.po)0
-rw-r--r--source/pt/dictionaries/he_IL.po (renamed from translations/source/pt/dictionaries/he_IL.po)0
-rw-r--r--source/pt/dictionaries/hi_IN.po (renamed from translations/source/pt/dictionaries/hi_IN.po)0
-rw-r--r--source/pt/dictionaries/hr_HR.po (renamed from translations/source/pt/dictionaries/hr_HR.po)0
-rw-r--r--source/pt/dictionaries/hu_HU.po (renamed from translations/source/pt/dictionaries/hu_HU.po)0
-rw-r--r--source/pt/dictionaries/hu_HU/dialog.po (renamed from translations/source/pt/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/pt/dictionaries/it_IT.po (renamed from translations/source/pt/dictionaries/it_IT.po)0
-rw-r--r--source/pt/dictionaries/ku_TR.po (renamed from translations/source/pt/dictionaries/ku_TR.po)0
-rw-r--r--source/pt/dictionaries/lt_LT.po (renamed from translations/source/pt/dictionaries/lt_LT.po)0
-rw-r--r--source/pt/dictionaries/lv_LV.po (renamed from translations/source/pt/dictionaries/lv_LV.po)0
-rw-r--r--source/pt/dictionaries/ne_NP.po (renamed from translations/source/pt/dictionaries/ne_NP.po)0
-rw-r--r--source/pt/dictionaries/nl_NL.po (renamed from translations/source/pt/dictionaries/nl_NL.po)0
-rw-r--r--source/pt/dictionaries/no.po (renamed from translations/source/pt/dictionaries/no.po)0
-rw-r--r--source/pt/dictionaries/oc_FR.po (renamed from translations/source/pt/dictionaries/oc_FR.po)0
-rw-r--r--source/pt/dictionaries/pl_PL.po (renamed from translations/source/pt/dictionaries/pl_PL.po)0
-rw-r--r--source/pt/dictionaries/pt_BR.po (renamed from translations/source/pt/dictionaries/pt_BR.po)0
-rw-r--r--source/pt/dictionaries/pt_PT.po (renamed from translations/source/pt/dictionaries/pt_PT.po)0
-rw-r--r--source/pt/dictionaries/ro.po (renamed from translations/source/pt/dictionaries/ro.po)0
-rw-r--r--source/pt/dictionaries/ru_RU.po (renamed from translations/source/pt/dictionaries/ru_RU.po)0
-rw-r--r--source/pt/dictionaries/ru_RU/dialog.po (renamed from translations/source/pt/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/pt/dictionaries/si_LK.po (renamed from translations/source/pt/dictionaries/si_LK.po)0
-rw-r--r--source/pt/dictionaries/sk_SK.po (renamed from translations/source/pt/dictionaries/sk_SK.po)0
-rw-r--r--source/pt/dictionaries/sl_SI.po (renamed from translations/source/pt/dictionaries/sl_SI.po)0
-rw-r--r--source/pt/dictionaries/sr.po (renamed from translations/source/pt/dictionaries/sr.po)0
-rw-r--r--source/pt/dictionaries/sv_SE.po (renamed from translations/source/pt/dictionaries/sv_SE.po)0
-rw-r--r--source/pt/dictionaries/sw_TZ.po (renamed from translations/source/pt/dictionaries/sw_TZ.po)0
-rw-r--r--source/pt/dictionaries/te_IN.po (renamed from translations/source/pt/dictionaries/te_IN.po)0
-rw-r--r--source/pt/dictionaries/th_TH.po (renamed from translations/source/pt/dictionaries/th_TH.po)0
-rw-r--r--source/pt/dictionaries/uk_UA.po (renamed from translations/source/pt/dictionaries/uk_UA.po)0
-rw-r--r--source/pt/dictionaries/vi.po (renamed from translations/source/pt/dictionaries/vi.po)0
-rw-r--r--source/pt/dictionaries/zu_ZA.po (renamed from translations/source/pt/dictionaries/zu_ZA.po)0
-rw-r--r--source/pt/editeng/source/accessibility.po (renamed from translations/source/pt/editeng/source/accessibility.po)0
-rw-r--r--source/pt/editeng/source/editeng.po (renamed from translations/source/pt/editeng/source/editeng.po)0
-rw-r--r--source/pt/editeng/source/items.po (renamed from translations/source/pt/editeng/source/items.po)0
-rw-r--r--source/pt/editeng/source/misc.po (renamed from translations/source/pt/editeng/source/misc.po)0
-rw-r--r--source/pt/editeng/source/outliner.po (renamed from translations/source/pt/editeng/source/outliner.po)0
-rw-r--r--source/pt/extensions/source/abpilot.po (renamed from translations/source/pt/extensions/source/abpilot.po)0
-rw-r--r--source/pt/extensions/source/bibliography.po (renamed from translations/source/pt/extensions/source/bibliography.po)0
-rw-r--r--source/pt/extensions/source/dbpilots.po (renamed from translations/source/pt/extensions/source/dbpilots.po)0
-rw-r--r--source/pt/extensions/source/propctrlr.po (renamed from translations/source/pt/extensions/source/propctrlr.po)0
-rw-r--r--source/pt/extensions/source/scanner.po (renamed from translations/source/pt/extensions/source/scanner.po)0
-rw-r--r--source/pt/extensions/source/update/check.po (renamed from translations/source/pt/extensions/source/update/check.po)0
-rw-r--r--source/pt/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/pt/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/pt/filter/source/config/fragments/filters.po (renamed from translations/source/pt/filter/source/config/fragments/filters.po)0
-rw-r--r--source/pt/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/pt/filter/source/config/fragments/types.po (renamed from translations/source/pt/filter/source/config/fragments/types.po)0
-rw-r--r--source/pt/filter/source/flash.po (renamed from translations/source/pt/filter/source/flash.po)0
-rw-r--r--source/pt/filter/source/graphicfilter/eps.po (renamed from translations/source/pt/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/pt/filter/source/pdf.po (renamed from translations/source/pt/filter/source/pdf.po)0
-rw-r--r--source/pt/filter/source/t602.po (renamed from translations/source/pt/filter/source/t602.po)0
-rw-r--r--source/pt/filter/source/xsltdialog.po (renamed from translations/source/pt/filter/source/xsltdialog.po)0
-rw-r--r--source/pt/forms/source/resource.po (renamed from translations/source/pt/forms/source/resource.po)0
-rw-r--r--source/pt/formula/source/core/resource.po (renamed from translations/source/pt/formula/source/core/resource.po)0
-rw-r--r--source/pt/formula/source/ui/dlg.po (renamed from translations/source/pt/formula/source/ui/dlg.po)0
-rw-r--r--source/pt/fpicker/source/office.po (renamed from translations/source/pt/fpicker/source/office.po)0
-rw-r--r--source/pt/framework/source/classes.po (renamed from translations/source/pt/framework/source/classes.po)0
-rw-r--r--source/pt/framework/source/services.po (renamed from translations/source/pt/framework/source/services.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/pt/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/pt/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po (renamed from translations/source/pt/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/04.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/05.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/pt/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/schart.po (renamed from translations/source/pt/helpcontent2/source/text/schart.po)0
-rw-r--r--source/pt/helpcontent2/source/text/schart/00.po (renamed from translations/source/pt/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/schart/01.po (renamed from translations/source/pt/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/schart/02.po (renamed from translations/source/pt/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/schart/04.po (renamed from translations/source/pt/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sdraw.po (renamed from translations/source/pt/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/pt/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/pt/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/pt/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/pt/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared.po (renamed from translations/source/pt/helpcontent2/source/text/shared.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po (renamed from translations/source/pt/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po (renamed from translations/source/pt/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po (renamed from translations/source/pt/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/04.po (renamed from translations/source/pt/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/05.po (renamed from translations/source/pt/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/07.po (renamed from translations/source/pt/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/pt/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/pt/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/pt/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po (renamed from translations/source/pt/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/pt/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po (renamed from translations/source/pt/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress/00.po (renamed from translations/source/pt/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress/01.po (renamed from translations/source/pt/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress/02.po (renamed from translations/source/pt/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress/04.po (renamed from translations/source/pt/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/pt/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath.po (renamed from translations/source/pt/helpcontent2/source/text/smath.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath/00.po (renamed from translations/source/pt/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath/01.po (renamed from translations/source/pt/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath/02.po (renamed from translations/source/pt/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath/04.po (renamed from translations/source/pt/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/smath/guide.po (renamed from translations/source/pt/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po (renamed from translations/source/pt/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po (renamed from translations/source/pt/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po (renamed from translations/source/pt/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po (renamed from translations/source/pt/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter/04.po (renamed from translations/source/pt/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/pt/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/pt/mysqlc/source.po (renamed from translations/source/pt/mysqlc/source.po)0
-rw-r--r--source/pt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/pt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/pt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/pt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/pt/nlpsolver/src/locale.po (renamed from translations/source/pt/nlpsolver/src/locale.po)0
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/pt/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pt/padmin/source.po (renamed from translations/source/pt/padmin/source.po)0
-rw-r--r--source/pt/readlicense_oo/docs/readme.po (renamed from translations/source/pt/readlicense_oo/docs/readme.po)0
-rw-r--r--source/pt/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/pt/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/pt/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/pt/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/pt/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/pt/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/pt/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/pt/reportbuilder/util.po (renamed from translations/source/pt/reportbuilder/util.po)0
-rw-r--r--source/pt/reportdesign/source/core/resource.po (renamed from translations/source/pt/reportdesign/source/core/resource.po)0
-rw-r--r--source/pt/reportdesign/source/ui/dlg.po (renamed from translations/source/pt/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/pt/reportdesign/source/ui/inspection.po (renamed from translations/source/pt/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/pt/reportdesign/source/ui/report.po (renamed from translations/source/pt/reportdesign/source/ui/report.po)0
-rw-r--r--source/pt/sc/source/core/src.po (renamed from translations/source/pt/sc/source/core/src.po)0
-rw-r--r--source/pt/sc/source/ui/cctrl.po (renamed from translations/source/pt/sc/source/ui/cctrl.po)0
-rw-r--r--source/pt/sc/source/ui/dbgui.po (renamed from translations/source/pt/sc/source/ui/dbgui.po)0
-rw-r--r--source/pt/sc/source/ui/docshell.po (renamed from translations/source/pt/sc/source/ui/docshell.po)0
-rw-r--r--source/pt/sc/source/ui/drawfunc.po (renamed from translations/source/pt/sc/source/ui/drawfunc.po)0
-rw-r--r--source/pt/sc/source/ui/formdlg.po (renamed from translations/source/pt/sc/source/ui/formdlg.po)0
-rw-r--r--source/pt/sc/source/ui/miscdlgs.po (renamed from translations/source/pt/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/pt/sc/source/ui/navipi.po (renamed from translations/source/pt/sc/source/ui/navipi.po)0
-rw-r--r--source/pt/sc/source/ui/optdlg.po (renamed from translations/source/pt/sc/source/ui/optdlg.po)0
-rw-r--r--source/pt/sc/source/ui/pagedlg.po (renamed from translations/source/pt/sc/source/ui/pagedlg.po)0
-rw-r--r--source/pt/sc/source/ui/src.po (renamed from translations/source/pt/sc/source/ui/src.po)0
-rw-r--r--source/pt/sc/source/ui/styleui.po (renamed from translations/source/pt/sc/source/ui/styleui.po)0
-rw-r--r--source/pt/scaddins/source/analysis.po (renamed from translations/source/pt/scaddins/source/analysis.po)0
-rw-r--r--source/pt/scaddins/source/datefunc.po (renamed from translations/source/pt/scaddins/source/datefunc.po)0
-rw-r--r--source/pt/sccomp/source/solver.po (renamed from translations/source/pt/sccomp/source/solver.po)0
-rw-r--r--source/pt/scp2/source/accessories.po (renamed from translations/source/pt/scp2/source/accessories.po)0
-rw-r--r--source/pt/scp2/source/activex.po (renamed from translations/source/pt/scp2/source/activex.po)0
-rw-r--r--source/pt/scp2/source/base.po (renamed from translations/source/pt/scp2/source/base.po)0
-rw-r--r--source/pt/scp2/source/binfilter.po (renamed from translations/source/pt/scp2/source/binfilter.po)0
-rw-r--r--source/pt/scp2/source/calc.po (renamed from translations/source/pt/scp2/source/calc.po)0
-rw-r--r--source/pt/scp2/source/draw.po (renamed from translations/source/pt/scp2/source/draw.po)0
-rw-r--r--source/pt/scp2/source/extensions.po (renamed from translations/source/pt/scp2/source/extensions.po)0
-rw-r--r--source/pt/scp2/source/gnome.po (renamed from translations/source/pt/scp2/source/gnome.po)0
-rw-r--r--source/pt/scp2/source/graphicfilter.po (renamed from translations/source/pt/scp2/source/graphicfilter.po)0
-rw-r--r--source/pt/scp2/source/impress.po (renamed from translations/source/pt/scp2/source/impress.po)0
-rw-r--r--source/pt/scp2/source/javafilter.po (renamed from translations/source/pt/scp2/source/javafilter.po)0
-rw-r--r--source/pt/scp2/source/kde.po (renamed from translations/source/pt/scp2/source/kde.po)0
-rw-r--r--source/pt/scp2/source/math.po (renamed from translations/source/pt/scp2/source/math.po)0
-rw-r--r--source/pt/scp2/source/onlineupdate.po (renamed from translations/source/pt/scp2/source/onlineupdate.po)0
-rw-r--r--source/pt/scp2/source/ooo.po (renamed from translations/source/pt/scp2/source/ooo.po)0
-rw-r--r--source/pt/scp2/source/python.po (renamed from translations/source/pt/scp2/source/python.po)0
-rw-r--r--source/pt/scp2/source/quickstart.po (renamed from translations/source/pt/scp2/source/quickstart.po)0
-rw-r--r--source/pt/scp2/source/sdkoo.po (renamed from translations/source/pt/scp2/source/sdkoo.po)0
-rw-r--r--source/pt/scp2/source/smoketest.po (renamed from translations/source/pt/scp2/source/smoketest.po)0
-rw-r--r--source/pt/scp2/source/stdlibs.po (renamed from translations/source/pt/scp2/source/stdlibs.po)0
-rw-r--r--source/pt/scp2/source/tde.po (renamed from translations/source/pt/scp2/source/tde.po)0
-rw-r--r--source/pt/scp2/source/winexplorerext.po (renamed from translations/source/pt/scp2/source/winexplorerext.po)0
-rw-r--r--source/pt/scp2/source/writer.po (renamed from translations/source/pt/scp2/source/writer.po)0
-rw-r--r--source/pt/scp2/source/xsltfilter.po (renamed from translations/source/pt/scp2/source/xsltfilter.po)0
-rw-r--r--source/pt/scripting/source/pyprov.po (renamed from translations/source/pt/scripting/source/pyprov.po)0
-rw-r--r--source/pt/sd/source/core.po (renamed from translations/source/pt/sd/source/core.po)0
-rw-r--r--source/pt/sd/source/filter/html.po (renamed from translations/source/pt/sd/source/filter/html.po)0
-rw-r--r--source/pt/sd/source/ui/accessibility.po (renamed from translations/source/pt/sd/source/ui/accessibility.po)0
-rw-r--r--source/pt/sd/source/ui/animations.po (renamed from translations/source/pt/sd/source/ui/animations.po)0
-rw-r--r--source/pt/sd/source/ui/annotations.po (renamed from translations/source/pt/sd/source/ui/annotations.po)0
-rw-r--r--source/pt/sd/source/ui/app.po (renamed from translations/source/pt/sd/source/ui/app.po)0
-rw-r--r--source/pt/sd/source/ui/dlg.po (renamed from translations/source/pt/sd/source/ui/dlg.po)0
-rw-r--r--source/pt/sd/source/ui/slideshow.po (renamed from translations/source/pt/sd/source/ui/slideshow.po)0
-rw-r--r--source/pt/sd/source/ui/table.po (renamed from translations/source/pt/sd/source/ui/table.po)0
-rw-r--r--source/pt/sd/source/ui/view.po (renamed from translations/source/pt/sd/source/ui/view.po)0
-rw-r--r--source/pt/sdext/source/minimizer.po (renamed from translations/source/pt/sdext/source/minimizer.po)0
-rw-r--r--source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pt/sdext/source/pdfimport.po (renamed from translations/source/pt/sdext/source/pdfimport.po)0
-rw-r--r--source/pt/sdext/source/presenter.po (renamed from translations/source/pt/sdext/source/presenter.po)0
-rw-r--r--source/pt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/pt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/pt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/pt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/pt/setup_native/source/mac.po (renamed from translations/source/pt/setup_native/source/mac.po)0
-rw-r--r--source/pt/sfx2/source/appl.po (renamed from translations/source/pt/sfx2/source/appl.po)0
-rw-r--r--source/pt/sfx2/source/bastyp.po (renamed from translations/source/pt/sfx2/source/bastyp.po)0
-rw-r--r--source/pt/sfx2/source/dialog.po (renamed from translations/source/pt/sfx2/source/dialog.po)0
-rw-r--r--source/pt/sfx2/source/doc.po (renamed from translations/source/pt/sfx2/source/doc.po)0
-rw-r--r--source/pt/sfx2/source/menu.po (renamed from translations/source/pt/sfx2/source/menu.po)0
-rw-r--r--source/pt/sfx2/source/view.po (renamed from translations/source/pt/sfx2/source/view.po)0
-rw-r--r--source/pt/shell/source/win32/shlxthandler/res.po (renamed from translations/source/pt/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/pt/starmath/source.po (renamed from translations/source/pt/starmath/source.po)0
-rw-r--r--source/pt/svl/source/items.po (renamed from translations/source/pt/svl/source/items.po)0
-rw-r--r--source/pt/svl/source/misc.po (renamed from translations/source/pt/svl/source/misc.po)0
-rw-r--r--source/pt/svtools/source/contnr.po (renamed from translations/source/pt/svtools/source/contnr.po)0
-rw-r--r--source/pt/svtools/source/control.po (renamed from translations/source/pt/svtools/source/control.po)0
-rw-r--r--source/pt/svtools/source/dialogs.po (renamed from translations/source/pt/svtools/source/dialogs.po)0
-rw-r--r--source/pt/svtools/source/filter.po (renamed from translations/source/pt/svtools/source/filter.po)0
-rw-r--r--source/pt/svtools/source/java.po (renamed from translations/source/pt/svtools/source/java.po)0
-rw-r--r--source/pt/svtools/source/misc.po (renamed from translations/source/pt/svtools/source/misc.po)0
-rw-r--r--source/pt/svtools/source/toolpanel.po (renamed from translations/source/pt/svtools/source/toolpanel.po)0
-rw-r--r--source/pt/svtools/workben/unodialog.po (renamed from translations/source/pt/svtools/workben/unodialog.po)0
-rw-r--r--source/pt/svx/inc.po (renamed from translations/source/pt/svx/inc.po)0
-rw-r--r--source/pt/svx/source/accessibility.po (renamed from translations/source/pt/svx/source/accessibility.po)0
-rw-r--r--source/pt/svx/source/dialog.po (renamed from translations/source/pt/svx/source/dialog.po)0
-rw-r--r--source/pt/svx/source/engine3d.po (renamed from translations/source/pt/svx/source/engine3d.po)0
-rw-r--r--source/pt/svx/source/fmcomp.po (renamed from translations/source/pt/svx/source/fmcomp.po)0
-rw-r--r--source/pt/svx/source/form.po (renamed from translations/source/pt/svx/source/form.po)0
-rw-r--r--source/pt/svx/source/gallery2.po (renamed from translations/source/pt/svx/source/gallery2.po)0
-rw-r--r--source/pt/svx/source/items.po (renamed from translations/source/pt/svx/source/items.po)0
-rw-r--r--source/pt/svx/source/src.po (renamed from translations/source/pt/svx/source/src.po)0
-rw-r--r--source/pt/svx/source/stbctrls.po (renamed from translations/source/pt/svx/source/stbctrls.po)0
-rw-r--r--source/pt/svx/source/svdraw.po (renamed from translations/source/pt/svx/source/svdraw.po)0
-rw-r--r--source/pt/svx/source/table.po (renamed from translations/source/pt/svx/source/table.po)0
-rw-r--r--source/pt/svx/source/tbxctrls.po (renamed from translations/source/pt/svx/source/tbxctrls.po)0
-rw-r--r--source/pt/svx/source/toolbars.po (renamed from translations/source/pt/svx/source/toolbars.po)0
-rw-r--r--source/pt/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/pt/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/pt/sw/source/core/layout.po (renamed from translations/source/pt/sw/source/core/layout.po)0
-rw-r--r--source/pt/sw/source/core/undo.po (renamed from translations/source/pt/sw/source/core/undo.po)0
-rw-r--r--source/pt/sw/source/core/unocore.po (renamed from translations/source/pt/sw/source/core/unocore.po)0
-rw-r--r--source/pt/sw/source/ui/app.po (renamed from translations/source/pt/sw/source/ui/app.po)0
-rw-r--r--source/pt/sw/source/ui/chrdlg.po (renamed from translations/source/pt/sw/source/ui/chrdlg.po)0
-rw-r--r--source/pt/sw/source/ui/config.po (renamed from translations/source/pt/sw/source/ui/config.po)0
-rw-r--r--source/pt/sw/source/ui/dbui.po (renamed from translations/source/pt/sw/source/ui/dbui.po)0
-rw-r--r--source/pt/sw/source/ui/dialog.po (renamed from translations/source/pt/sw/source/ui/dialog.po)0
-rw-r--r--source/pt/sw/source/ui/dochdl.po (renamed from translations/source/pt/sw/source/ui/dochdl.po)0
-rw-r--r--source/pt/sw/source/ui/docvw.po (renamed from translations/source/pt/sw/source/ui/docvw.po)0
-rw-r--r--source/pt/sw/source/ui/envelp.po (renamed from translations/source/pt/sw/source/ui/envelp.po)0
-rw-r--r--source/pt/sw/source/ui/fldui.po (renamed from translations/source/pt/sw/source/ui/fldui.po)0
-rw-r--r--source/pt/sw/source/ui/fmtui.po (renamed from translations/source/pt/sw/source/ui/fmtui.po)0
-rw-r--r--source/pt/sw/source/ui/frmdlg.po (renamed from translations/source/pt/sw/source/ui/frmdlg.po)0
-rw-r--r--source/pt/sw/source/ui/globdoc.po (renamed from translations/source/pt/sw/source/ui/globdoc.po)0
-rw-r--r--source/pt/sw/source/ui/index.po (renamed from translations/source/pt/sw/source/ui/index.po)0
-rw-r--r--source/pt/sw/source/ui/lingu.po (renamed from translations/source/pt/sw/source/ui/lingu.po)0
-rw-r--r--source/pt/sw/source/ui/misc.po (renamed from translations/source/pt/sw/source/ui/misc.po)0
-rw-r--r--source/pt/sw/source/ui/ribbar.po (renamed from translations/source/pt/sw/source/ui/ribbar.po)0
-rw-r--r--source/pt/sw/source/ui/shells.po (renamed from translations/source/pt/sw/source/ui/shells.po)0
-rw-r--r--source/pt/sw/source/ui/smartmenu.po (renamed from translations/source/pt/sw/source/ui/smartmenu.po)0
-rw-r--r--source/pt/sw/source/ui/table.po (renamed from translations/source/pt/sw/source/ui/table.po)0
-rw-r--r--source/pt/sw/source/ui/uiview.po (renamed from translations/source/pt/sw/source/ui/uiview.po)0
-rw-r--r--source/pt/sw/source/ui/utlui.po (renamed from translations/source/pt/sw/source/ui/utlui.po)0
-rw-r--r--source/pt/sw/source/ui/web.po (renamed from translations/source/pt/sw/source/ui/web.po)0
-rw-r--r--source/pt/sw/source/ui/wrtsh.po (renamed from translations/source/pt/sw/source/ui/wrtsh.po)0
-rw-r--r--source/pt/swext/mediawiki/help.po (renamed from translations/source/pt/swext/mediawiki/help.po)0
-rw-r--r--source/pt/swext/mediawiki/src.po (renamed from translations/source/pt/swext/mediawiki/src.po)0
-rw-r--r--source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/pt/sysui/desktop/share.po (renamed from translations/source/pt/sysui/desktop/share.po)0
-rw-r--r--source/pt/uui/source.po (renamed from translations/source/pt/uui/source.po)0
-rw-r--r--source/pt/vcl/source/src.po (renamed from translations/source/pt/vcl/source/src.po)0
-rw-r--r--source/pt/wizards/source/euro.po (renamed from translations/source/pt/wizards/source/euro.po)0
-rw-r--r--source/pt/wizards/source/formwizard.po (renamed from translations/source/pt/wizards/source/formwizard.po)0
-rw-r--r--source/pt/wizards/source/importwizard.po (renamed from translations/source/pt/wizards/source/importwizard.po)0
-rw-r--r--source/pt/wizards/source/schedule.po (renamed from translations/source/pt/wizards/source/schedule.po)0
-rw-r--r--source/pt/wizards/source/template.po (renamed from translations/source/pt/wizards/source/template.po)0
-rw-r--r--source/pt/xmlsecurity/source/component.po (renamed from translations/source/pt/xmlsecurity/source/component.po)0
-rw-r--r--source/pt/xmlsecurity/source/dialogs.po (renamed from translations/source/pt/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ro/accessibility/source/helper.po (renamed from translations/source/ro/accessibility/source/helper.po)0
-rw-r--r--source/ro/avmedia/source/framework.po (renamed from translations/source/ro/avmedia/source/framework.po)0
-rw-r--r--source/ro/avmedia/source/viewer.po (renamed from translations/source/ro/avmedia/source/viewer.po)0
-rw-r--r--source/ro/basctl/source/basicide.po (renamed from translations/source/ro/basctl/source/basicide.po)0
-rw-r--r--source/ro/basctl/source/dlged.po (renamed from translations/source/ro/basctl/source/dlged.po)0
-rw-r--r--source/ro/basic/source/classes.po (renamed from translations/source/ro/basic/source/classes.po)0
-rw-r--r--source/ro/basic/source/sbx.po (renamed from translations/source/ro/basic/source/sbx.po)0
-rw-r--r--source/ro/chart2/source/controller/dialogs.po (renamed from translations/source/ro/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ro/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ro/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ro/connectivity/source/resource.po (renamed from translations/source/ro/connectivity/source/resource.po)0
-rw-r--r--source/ro/cui/source/customize.po (renamed from translations/source/ro/cui/source/customize.po)0
-rw-r--r--source/ro/cui/source/dialogs.po (renamed from translations/source/ro/cui/source/dialogs.po)0
-rw-r--r--source/ro/cui/source/options.po (renamed from translations/source/ro/cui/source/options.po)0
-rw-r--r--source/ro/cui/source/tabpages.po (renamed from translations/source/ro/cui/source/tabpages.po)0
-rw-r--r--source/ro/dbaccess/source/core/resource.po (renamed from translations/source/ro/dbaccess/source/core/resource.po)0
-rw-r--r--source/ro/dbaccess/source/ext/macromigration.po (renamed from translations/source/ro/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ro/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ro/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ro/dbaccess/source/ui/app.po (renamed from translations/source/ro/dbaccess/source/ui/app.po)0
-rw-r--r--source/ro/dbaccess/source/ui/browser.po (renamed from translations/source/ro/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ro/dbaccess/source/ui/control.po (renamed from translations/source/ro/dbaccess/source/ui/control.po)0
-rw-r--r--source/ro/dbaccess/source/ui/dlg.po (renamed from translations/source/ro/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ro/dbaccess/source/ui/inc.po (renamed from translations/source/ro/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ro/dbaccess/source/ui/misc.po (renamed from translations/source/ro/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ro/dbaccess/source/ui/querydesign.po (renamed from translations/source/ro/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ro/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ro/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ro/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ro/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ro/dbaccess/source/ui/uno.po (renamed from translations/source/ro/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ro/desktop/source/app.po (renamed from translations/source/ro/desktop/source/app.po)0
-rw-r--r--source/ro/desktop/source/deployment/gui.po (renamed from translations/source/ro/desktop/source/deployment/gui.po)0
-rw-r--r--source/ro/desktop/source/deployment/manager.po (renamed from translations/source/ro/desktop/source/deployment/manager.po)0
-rw-r--r--source/ro/desktop/source/deployment/misc.po (renamed from translations/source/ro/desktop/source/deployment/misc.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry.po (renamed from translations/source/ro/desktop/source/deployment/registry.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/component.po (renamed from translations/source/ro/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ro/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/help.po (renamed from translations/source/ro/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/package.po (renamed from translations/source/ro/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/script.po (renamed from translations/source/ro/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ro/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ro/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ro/desktop/source/deployment/unopkg.po (renamed from translations/source/ro/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ro/dictionaries/af_ZA.po (renamed from translations/source/ro/dictionaries/af_ZA.po)0
-rw-r--r--source/ro/dictionaries/an_ES.po (renamed from translations/source/ro/dictionaries/an_ES.po)0
-rw-r--r--source/ro/dictionaries/ar.po (renamed from translations/source/ro/dictionaries/ar.po)0
-rw-r--r--source/ro/dictionaries/be_BY.po (renamed from translations/source/ro/dictionaries/be_BY.po)0
-rw-r--r--source/ro/dictionaries/bg_BG.po (renamed from translations/source/ro/dictionaries/bg_BG.po)0
-rw-r--r--source/ro/dictionaries/bn_BD.po (renamed from translations/source/ro/dictionaries/bn_BD.po)0
-rw-r--r--source/ro/dictionaries/br_FR.po (renamed from translations/source/ro/dictionaries/br_FR.po)0
-rw-r--r--source/ro/dictionaries/ca.po (renamed from translations/source/ro/dictionaries/ca.po)0
-rw-r--r--source/ro/dictionaries/cs_CZ.po (renamed from translations/source/ro/dictionaries/cs_CZ.po)0
-rw-r--r--source/ro/dictionaries/da_DK.po (renamed from translations/source/ro/dictionaries/da_DK.po)0
-rw-r--r--source/ro/dictionaries/de.po (renamed from translations/source/ro/dictionaries/de.po)0
-rw-r--r--source/ro/dictionaries/el_GR.po (renamed from translations/source/ro/dictionaries/el_GR.po)0
-rw-r--r--source/ro/dictionaries/en.po (renamed from translations/source/ro/dictionaries/en.po)0
-rw-r--r--source/ro/dictionaries/en/dialog.po (renamed from translations/source/ro/dictionaries/en/dialog.po)0
-rw-r--r--source/ro/dictionaries/es_ES.po (renamed from translations/source/ro/dictionaries/es_ES.po)0
-rw-r--r--source/ro/dictionaries/et_EE.po (renamed from translations/source/ro/dictionaries/et_EE.po)0
-rw-r--r--source/ro/dictionaries/fr_FR.po (renamed from translations/source/ro/dictionaries/fr_FR.po)0
-rw-r--r--source/ro/dictionaries/gd_GB.po (renamed from translations/source/ro/dictionaries/gd_GB.po)0
-rw-r--r--source/ro/dictionaries/gl.po (renamed from translations/source/ro/dictionaries/gl.po)0
-rw-r--r--source/ro/dictionaries/gu_IN.po (renamed from translations/source/ro/dictionaries/gu_IN.po)0
-rw-r--r--source/ro/dictionaries/he_IL.po (renamed from translations/source/ro/dictionaries/he_IL.po)0
-rw-r--r--source/ro/dictionaries/hi_IN.po (renamed from translations/source/ro/dictionaries/hi_IN.po)0
-rw-r--r--source/ro/dictionaries/hr_HR.po (renamed from translations/source/ro/dictionaries/hr_HR.po)0
-rw-r--r--source/ro/dictionaries/hu_HU.po (renamed from translations/source/ro/dictionaries/hu_HU.po)0
-rw-r--r--source/ro/dictionaries/hu_HU/dialog.po (renamed from translations/source/ro/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ro/dictionaries/it_IT.po (renamed from translations/source/ro/dictionaries/it_IT.po)0
-rw-r--r--source/ro/dictionaries/ku_TR.po (renamed from translations/source/ro/dictionaries/ku_TR.po)0
-rw-r--r--source/ro/dictionaries/lt_LT.po (renamed from translations/source/ro/dictionaries/lt_LT.po)0
-rw-r--r--source/ro/dictionaries/lv_LV.po (renamed from translations/source/ro/dictionaries/lv_LV.po)0
-rw-r--r--source/ro/dictionaries/ne_NP.po (renamed from translations/source/ro/dictionaries/ne_NP.po)0
-rw-r--r--source/ro/dictionaries/nl_NL.po (renamed from translations/source/ro/dictionaries/nl_NL.po)0
-rw-r--r--source/ro/dictionaries/no.po (renamed from translations/source/ro/dictionaries/no.po)0
-rw-r--r--source/ro/dictionaries/oc_FR.po (renamed from translations/source/ro/dictionaries/oc_FR.po)0
-rw-r--r--source/ro/dictionaries/pl_PL.po (renamed from translations/source/ro/dictionaries/pl_PL.po)0
-rw-r--r--source/ro/dictionaries/pt_BR.po (renamed from translations/source/ro/dictionaries/pt_BR.po)0
-rw-r--r--source/ro/dictionaries/pt_PT.po (renamed from translations/source/ro/dictionaries/pt_PT.po)0
-rw-r--r--source/ro/dictionaries/ro.po (renamed from translations/source/ro/dictionaries/ro.po)0
-rw-r--r--source/ro/dictionaries/ru_RU.po (renamed from translations/source/ro/dictionaries/ru_RU.po)0
-rw-r--r--source/ro/dictionaries/ru_RU/dialog.po (renamed from translations/source/ro/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ro/dictionaries/si_LK.po (renamed from translations/source/ro/dictionaries/si_LK.po)0
-rw-r--r--source/ro/dictionaries/sk_SK.po (renamed from translations/source/ro/dictionaries/sk_SK.po)0
-rw-r--r--source/ro/dictionaries/sl_SI.po (renamed from translations/source/ro/dictionaries/sl_SI.po)0
-rw-r--r--source/ro/dictionaries/sr.po (renamed from translations/source/ro/dictionaries/sr.po)0
-rw-r--r--source/ro/dictionaries/sv_SE.po (renamed from translations/source/ro/dictionaries/sv_SE.po)0
-rw-r--r--source/ro/dictionaries/sw_TZ.po (renamed from translations/source/ro/dictionaries/sw_TZ.po)0
-rw-r--r--source/ro/dictionaries/te_IN.po (renamed from translations/source/ro/dictionaries/te_IN.po)0
-rw-r--r--source/ro/dictionaries/th_TH.po (renamed from translations/source/ro/dictionaries/th_TH.po)0
-rw-r--r--source/ro/dictionaries/uk_UA.po (renamed from translations/source/ro/dictionaries/uk_UA.po)0
-rw-r--r--source/ro/dictionaries/vi.po (renamed from translations/source/ro/dictionaries/vi.po)0
-rw-r--r--source/ro/dictionaries/zu_ZA.po (renamed from translations/source/ro/dictionaries/zu_ZA.po)0
-rw-r--r--source/ro/editeng/source/accessibility.po (renamed from translations/source/ro/editeng/source/accessibility.po)0
-rw-r--r--source/ro/editeng/source/editeng.po (renamed from translations/source/ro/editeng/source/editeng.po)0
-rw-r--r--source/ro/editeng/source/items.po (renamed from translations/source/ro/editeng/source/items.po)0
-rw-r--r--source/ro/editeng/source/misc.po (renamed from translations/source/ro/editeng/source/misc.po)0
-rw-r--r--source/ro/editeng/source/outliner.po (renamed from translations/source/ro/editeng/source/outliner.po)0
-rw-r--r--source/ro/extensions/source/abpilot.po (renamed from translations/source/ro/extensions/source/abpilot.po)0
-rw-r--r--source/ro/extensions/source/bibliography.po (renamed from translations/source/ro/extensions/source/bibliography.po)0
-rw-r--r--source/ro/extensions/source/dbpilots.po (renamed from translations/source/ro/extensions/source/dbpilots.po)0
-rw-r--r--source/ro/extensions/source/propctrlr.po (renamed from translations/source/ro/extensions/source/propctrlr.po)0
-rw-r--r--source/ro/extensions/source/scanner.po (renamed from translations/source/ro/extensions/source/scanner.po)0
-rw-r--r--source/ro/extensions/source/update/check.po (renamed from translations/source/ro/extensions/source/update/check.po)0
-rw-r--r--source/ro/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ro/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ro/filter/source/config/fragments/filters.po (renamed from translations/source/ro/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ro/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ro/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ro/filter/source/config/fragments/types.po (renamed from translations/source/ro/filter/source/config/fragments/types.po)0
-rw-r--r--source/ro/filter/source/flash.po (renamed from translations/source/ro/filter/source/flash.po)0
-rw-r--r--source/ro/filter/source/graphicfilter/eps.po (renamed from translations/source/ro/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ro/filter/source/pdf.po (renamed from translations/source/ro/filter/source/pdf.po)0
-rw-r--r--source/ro/filter/source/t602.po (renamed from translations/source/ro/filter/source/t602.po)0
-rw-r--r--source/ro/filter/source/xsltdialog.po (renamed from translations/source/ro/filter/source/xsltdialog.po)0
-rw-r--r--source/ro/forms/source/resource.po (renamed from translations/source/ro/forms/source/resource.po)0
-rw-r--r--source/ro/formula/source/core/resource.po (renamed from translations/source/ro/formula/source/core/resource.po)0
-rw-r--r--source/ro/formula/source/ui/dlg.po (renamed from translations/source/ro/formula/source/ui/dlg.po)0
-rw-r--r--source/ro/fpicker/source/office.po (renamed from translations/source/ro/fpicker/source/office.po)0
-rw-r--r--source/ro/framework/source/classes.po (renamed from translations/source/ro/framework/source/classes.po)0
-rw-r--r--source/ro/framework/source/services.po (renamed from translations/source/ro/framework/source/services.po)0
-rw-r--r--source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ro/mysqlc/source.po (renamed from translations/source/ro/mysqlc/source.po)0
-rw-r--r--source/ro/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ro/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ro/nlpsolver/src/locale.po (renamed from translations/source/ro/nlpsolver/src/locale.po)0
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ro/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ro/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ro/padmin/source.po (renamed from translations/source/ro/padmin/source.po)0
-rw-r--r--source/ro/readlicense_oo/docs/readme.po (renamed from translations/source/ro/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ro/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ro/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ro/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ro/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ro/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ro/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ro/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ro/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ro/reportbuilder/util.po (renamed from translations/source/ro/reportbuilder/util.po)0
-rw-r--r--source/ro/reportdesign/source/core/resource.po (renamed from translations/source/ro/reportdesign/source/core/resource.po)0
-rw-r--r--source/ro/reportdesign/source/ui/dlg.po (renamed from translations/source/ro/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ro/reportdesign/source/ui/inspection.po (renamed from translations/source/ro/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ro/reportdesign/source/ui/report.po (renamed from translations/source/ro/reportdesign/source/ui/report.po)0
-rw-r--r--source/ro/sc/source/core/src.po (renamed from translations/source/ro/sc/source/core/src.po)0
-rw-r--r--source/ro/sc/source/ui/cctrl.po (renamed from translations/source/ro/sc/source/ui/cctrl.po)0
-rw-r--r--source/ro/sc/source/ui/dbgui.po (renamed from translations/source/ro/sc/source/ui/dbgui.po)0
-rw-r--r--source/ro/sc/source/ui/docshell.po (renamed from translations/source/ro/sc/source/ui/docshell.po)0
-rw-r--r--source/ro/sc/source/ui/drawfunc.po (renamed from translations/source/ro/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ro/sc/source/ui/formdlg.po (renamed from translations/source/ro/sc/source/ui/formdlg.po)0
-rw-r--r--source/ro/sc/source/ui/miscdlgs.po (renamed from translations/source/ro/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ro/sc/source/ui/navipi.po (renamed from translations/source/ro/sc/source/ui/navipi.po)0
-rw-r--r--source/ro/sc/source/ui/optdlg.po (renamed from translations/source/ro/sc/source/ui/optdlg.po)0
-rw-r--r--source/ro/sc/source/ui/pagedlg.po (renamed from translations/source/ro/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ro/sc/source/ui/src.po (renamed from translations/source/ro/sc/source/ui/src.po)0
-rw-r--r--source/ro/sc/source/ui/styleui.po (renamed from translations/source/ro/sc/source/ui/styleui.po)0
-rw-r--r--source/ro/scaddins/source/analysis.po (renamed from translations/source/ro/scaddins/source/analysis.po)0
-rw-r--r--source/ro/scaddins/source/datefunc.po (renamed from translations/source/ro/scaddins/source/datefunc.po)0
-rw-r--r--source/ro/sccomp/source/solver.po (renamed from translations/source/ro/sccomp/source/solver.po)0
-rw-r--r--source/ro/scp2/source/accessories.po (renamed from translations/source/ro/scp2/source/accessories.po)0
-rw-r--r--source/ro/scp2/source/activex.po (renamed from translations/source/ro/scp2/source/activex.po)0
-rw-r--r--source/ro/scp2/source/base.po (renamed from translations/source/ro/scp2/source/base.po)0
-rw-r--r--source/ro/scp2/source/binfilter.po (renamed from translations/source/ro/scp2/source/binfilter.po)0
-rw-r--r--source/ro/scp2/source/calc.po (renamed from translations/source/ro/scp2/source/calc.po)0
-rw-r--r--source/ro/scp2/source/draw.po (renamed from translations/source/ro/scp2/source/draw.po)0
-rw-r--r--source/ro/scp2/source/extensions.po (renamed from translations/source/ro/scp2/source/extensions.po)0
-rw-r--r--source/ro/scp2/source/gnome.po (renamed from translations/source/ro/scp2/source/gnome.po)0
-rw-r--r--source/ro/scp2/source/graphicfilter.po (renamed from translations/source/ro/scp2/source/graphicfilter.po)0
-rw-r--r--source/ro/scp2/source/impress.po (renamed from translations/source/ro/scp2/source/impress.po)0
-rw-r--r--source/ro/scp2/source/javafilter.po (renamed from translations/source/ro/scp2/source/javafilter.po)0
-rw-r--r--source/ro/scp2/source/kde.po (renamed from translations/source/ro/scp2/source/kde.po)0
-rw-r--r--source/ro/scp2/source/math.po (renamed from translations/source/ro/scp2/source/math.po)0
-rw-r--r--source/ro/scp2/source/onlineupdate.po (renamed from translations/source/ro/scp2/source/onlineupdate.po)0
-rw-r--r--source/ro/scp2/source/ooo.po (renamed from translations/source/ro/scp2/source/ooo.po)0
-rw-r--r--source/ro/scp2/source/python.po (renamed from translations/source/ro/scp2/source/python.po)0
-rw-r--r--source/ro/scp2/source/quickstart.po (renamed from translations/source/ro/scp2/source/quickstart.po)0
-rw-r--r--source/ro/scp2/source/sdkoo.po (renamed from translations/source/ro/scp2/source/sdkoo.po)0
-rw-r--r--source/ro/scp2/source/smoketest.po (renamed from translations/source/ro/scp2/source/smoketest.po)0
-rw-r--r--source/ro/scp2/source/stdlibs.po (renamed from translations/source/ro/scp2/source/stdlibs.po)0
-rw-r--r--source/ro/scp2/source/tde.po (renamed from translations/source/ro/scp2/source/tde.po)0
-rw-r--r--source/ro/scp2/source/winexplorerext.po (renamed from translations/source/ro/scp2/source/winexplorerext.po)0
-rw-r--r--source/ro/scp2/source/writer.po (renamed from translations/source/ro/scp2/source/writer.po)0
-rw-r--r--source/ro/scp2/source/xsltfilter.po (renamed from translations/source/ro/scp2/source/xsltfilter.po)0
-rw-r--r--source/ro/scripting/source/pyprov.po (renamed from translations/source/ro/scripting/source/pyprov.po)0
-rw-r--r--source/ro/sd/source/core.po (renamed from translations/source/ro/sd/source/core.po)0
-rw-r--r--source/ro/sd/source/filter/html.po (renamed from translations/source/ro/sd/source/filter/html.po)0
-rw-r--r--source/ro/sd/source/ui/accessibility.po (renamed from translations/source/ro/sd/source/ui/accessibility.po)0
-rw-r--r--source/ro/sd/source/ui/animations.po (renamed from translations/source/ro/sd/source/ui/animations.po)0
-rw-r--r--source/ro/sd/source/ui/annotations.po (renamed from translations/source/ro/sd/source/ui/annotations.po)0
-rw-r--r--source/ro/sd/source/ui/app.po (renamed from translations/source/ro/sd/source/ui/app.po)0
-rw-r--r--source/ro/sd/source/ui/dlg.po (renamed from translations/source/ro/sd/source/ui/dlg.po)0
-rw-r--r--source/ro/sd/source/ui/slideshow.po (renamed from translations/source/ro/sd/source/ui/slideshow.po)0
-rw-r--r--source/ro/sd/source/ui/table.po (renamed from translations/source/ro/sd/source/ui/table.po)0
-rw-r--r--source/ro/sd/source/ui/view.po (renamed from translations/source/ro/sd/source/ui/view.po)0
-rw-r--r--source/ro/sdext/source/minimizer.po (renamed from translations/source/ro/sdext/source/minimizer.po)0
-rw-r--r--source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ro/sdext/source/pdfimport.po (renamed from translations/source/ro/sdext/source/pdfimport.po)0
-rw-r--r--source/ro/sdext/source/presenter.po (renamed from translations/source/ro/sdext/source/presenter.po)0
-rw-r--r--source/ro/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ro/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ro/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ro/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ro/setup_native/source/mac.po (renamed from translations/source/ro/setup_native/source/mac.po)0
-rw-r--r--source/ro/sfx2/source/appl.po (renamed from translations/source/ro/sfx2/source/appl.po)0
-rw-r--r--source/ro/sfx2/source/bastyp.po (renamed from translations/source/ro/sfx2/source/bastyp.po)0
-rw-r--r--source/ro/sfx2/source/dialog.po (renamed from translations/source/ro/sfx2/source/dialog.po)0
-rw-r--r--source/ro/sfx2/source/doc.po (renamed from translations/source/ro/sfx2/source/doc.po)0
-rw-r--r--source/ro/sfx2/source/menu.po (renamed from translations/source/ro/sfx2/source/menu.po)0
-rw-r--r--source/ro/sfx2/source/view.po (renamed from translations/source/ro/sfx2/source/view.po)0
-rw-r--r--source/ro/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ro/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ro/starmath/source.po (renamed from translations/source/ro/starmath/source.po)0
-rw-r--r--source/ro/svl/source/items.po (renamed from translations/source/ro/svl/source/items.po)0
-rw-r--r--source/ro/svl/source/misc.po (renamed from translations/source/ro/svl/source/misc.po)0
-rw-r--r--source/ro/svtools/source/contnr.po (renamed from translations/source/ro/svtools/source/contnr.po)0
-rw-r--r--source/ro/svtools/source/control.po (renamed from translations/source/ro/svtools/source/control.po)0
-rw-r--r--source/ro/svtools/source/dialogs.po (renamed from translations/source/ro/svtools/source/dialogs.po)0
-rw-r--r--source/ro/svtools/source/filter.po (renamed from translations/source/ro/svtools/source/filter.po)0
-rw-r--r--source/ro/svtools/source/java.po (renamed from translations/source/ro/svtools/source/java.po)0
-rw-r--r--source/ro/svtools/source/misc.po (renamed from translations/source/ro/svtools/source/misc.po)0
-rw-r--r--source/ro/svtools/source/toolpanel.po (renamed from translations/source/ro/svtools/source/toolpanel.po)0
-rw-r--r--source/ro/svtools/workben/unodialog.po (renamed from translations/source/ro/svtools/workben/unodialog.po)0
-rw-r--r--source/ro/svx/inc.po (renamed from translations/source/ro/svx/inc.po)0
-rw-r--r--source/ro/svx/source/accessibility.po (renamed from translations/source/ro/svx/source/accessibility.po)0
-rw-r--r--source/ro/svx/source/dialog.po (renamed from translations/source/ro/svx/source/dialog.po)0
-rw-r--r--source/ro/svx/source/engine3d.po (renamed from translations/source/ro/svx/source/engine3d.po)0
-rw-r--r--source/ro/svx/source/fmcomp.po (renamed from translations/source/ro/svx/source/fmcomp.po)0
-rw-r--r--source/ro/svx/source/form.po (renamed from translations/source/ro/svx/source/form.po)0
-rw-r--r--source/ro/svx/source/gallery2.po (renamed from translations/source/ro/svx/source/gallery2.po)0
-rw-r--r--source/ro/svx/source/items.po (renamed from translations/source/ro/svx/source/items.po)0
-rw-r--r--source/ro/svx/source/src.po (renamed from translations/source/ro/svx/source/src.po)0
-rw-r--r--source/ro/svx/source/stbctrls.po (renamed from translations/source/ro/svx/source/stbctrls.po)0
-rw-r--r--source/ro/svx/source/svdraw.po (renamed from translations/source/ro/svx/source/svdraw.po)0
-rw-r--r--source/ro/svx/source/table.po (renamed from translations/source/ro/svx/source/table.po)0
-rw-r--r--source/ro/svx/source/tbxctrls.po (renamed from translations/source/ro/svx/source/tbxctrls.po)0
-rw-r--r--source/ro/svx/source/toolbars.po (renamed from translations/source/ro/svx/source/toolbars.po)0
-rw-r--r--source/ro/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ro/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ro/sw/source/core/layout.po (renamed from translations/source/ro/sw/source/core/layout.po)0
-rw-r--r--source/ro/sw/source/core/undo.po (renamed from translations/source/ro/sw/source/core/undo.po)0
-rw-r--r--source/ro/sw/source/core/unocore.po (renamed from translations/source/ro/sw/source/core/unocore.po)0
-rw-r--r--source/ro/sw/source/ui/app.po (renamed from translations/source/ro/sw/source/ui/app.po)0
-rw-r--r--source/ro/sw/source/ui/chrdlg.po (renamed from translations/source/ro/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ro/sw/source/ui/config.po (renamed from translations/source/ro/sw/source/ui/config.po)0
-rw-r--r--source/ro/sw/source/ui/dbui.po (renamed from translations/source/ro/sw/source/ui/dbui.po)0
-rw-r--r--source/ro/sw/source/ui/dialog.po (renamed from translations/source/ro/sw/source/ui/dialog.po)0
-rw-r--r--source/ro/sw/source/ui/dochdl.po (renamed from translations/source/ro/sw/source/ui/dochdl.po)0
-rw-r--r--source/ro/sw/source/ui/docvw.po (renamed from translations/source/ro/sw/source/ui/docvw.po)0
-rw-r--r--source/ro/sw/source/ui/envelp.po (renamed from translations/source/ro/sw/source/ui/envelp.po)0
-rw-r--r--source/ro/sw/source/ui/fldui.po (renamed from translations/source/ro/sw/source/ui/fldui.po)0
-rw-r--r--source/ro/sw/source/ui/fmtui.po (renamed from translations/source/ro/sw/source/ui/fmtui.po)0
-rw-r--r--source/ro/sw/source/ui/frmdlg.po (renamed from translations/source/ro/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ro/sw/source/ui/globdoc.po (renamed from translations/source/ro/sw/source/ui/globdoc.po)0
-rw-r--r--source/ro/sw/source/ui/index.po (renamed from translations/source/ro/sw/source/ui/index.po)0
-rw-r--r--source/ro/sw/source/ui/lingu.po (renamed from translations/source/ro/sw/source/ui/lingu.po)0
-rw-r--r--source/ro/sw/source/ui/misc.po (renamed from translations/source/ro/sw/source/ui/misc.po)0
-rw-r--r--source/ro/sw/source/ui/ribbar.po (renamed from translations/source/ro/sw/source/ui/ribbar.po)0
-rw-r--r--source/ro/sw/source/ui/shells.po (renamed from translations/source/ro/sw/source/ui/shells.po)0
-rw-r--r--source/ro/sw/source/ui/smartmenu.po (renamed from translations/source/ro/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ro/sw/source/ui/table.po (renamed from translations/source/ro/sw/source/ui/table.po)0
-rw-r--r--source/ro/sw/source/ui/uiview.po (renamed from translations/source/ro/sw/source/ui/uiview.po)0
-rw-r--r--source/ro/sw/source/ui/utlui.po (renamed from translations/source/ro/sw/source/ui/utlui.po)0
-rw-r--r--source/ro/sw/source/ui/web.po (renamed from translations/source/ro/sw/source/ui/web.po)0
-rw-r--r--source/ro/sw/source/ui/wrtsh.po (renamed from translations/source/ro/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ro/swext/mediawiki/help.po (renamed from translations/source/ro/swext/mediawiki/help.po)0
-rw-r--r--source/ro/swext/mediawiki/src.po (renamed from translations/source/ro/swext/mediawiki/src.po)0
-rw-r--r--source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ro/sysui/desktop/share.po (renamed from translations/source/ro/sysui/desktop/share.po)0
-rw-r--r--source/ro/uui/source.po (renamed from translations/source/ro/uui/source.po)0
-rw-r--r--source/ro/vcl/source/src.po (renamed from translations/source/ro/vcl/source/src.po)0
-rw-r--r--source/ro/wizards/source/euro.po (renamed from translations/source/ro/wizards/source/euro.po)0
-rw-r--r--source/ro/wizards/source/formwizard.po (renamed from translations/source/ro/wizards/source/formwizard.po)0
-rw-r--r--source/ro/wizards/source/importwizard.po (renamed from translations/source/ro/wizards/source/importwizard.po)0
-rw-r--r--source/ro/wizards/source/schedule.po (renamed from translations/source/ro/wizards/source/schedule.po)0
-rw-r--r--source/ro/wizards/source/template.po (renamed from translations/source/ro/wizards/source/template.po)0
-rw-r--r--source/ro/xmlsecurity/source/component.po (renamed from translations/source/ro/xmlsecurity/source/component.po)0
-rw-r--r--source/ro/xmlsecurity/source/dialogs.po (renamed from translations/source/ro/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ru/accessibility/source/helper.po (renamed from translations/source/ru/accessibility/source/helper.po)0
-rw-r--r--source/ru/avmedia/source/framework.po (renamed from translations/source/ru/avmedia/source/framework.po)0
-rw-r--r--source/ru/avmedia/source/viewer.po (renamed from translations/source/ru/avmedia/source/viewer.po)0
-rw-r--r--source/ru/basctl/source/basicide.po (renamed from translations/source/ru/basctl/source/basicide.po)0
-rw-r--r--source/ru/basctl/source/dlged.po (renamed from translations/source/ru/basctl/source/dlged.po)0
-rw-r--r--source/ru/basic/source/classes.po (renamed from translations/source/ru/basic/source/classes.po)0
-rw-r--r--source/ru/basic/source/sbx.po (renamed from translations/source/ru/basic/source/sbx.po)0
-rw-r--r--source/ru/chart2/source/controller/dialogs.po (renamed from translations/source/ru/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ru/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ru/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ru/connectivity/source/resource.po (renamed from translations/source/ru/connectivity/source/resource.po)0
-rw-r--r--source/ru/cui/source/customize.po (renamed from translations/source/ru/cui/source/customize.po)0
-rw-r--r--source/ru/cui/source/dialogs.po (renamed from translations/source/ru/cui/source/dialogs.po)0
-rw-r--r--source/ru/cui/source/options.po (renamed from translations/source/ru/cui/source/options.po)0
-rw-r--r--source/ru/cui/source/tabpages.po (renamed from translations/source/ru/cui/source/tabpages.po)0
-rw-r--r--source/ru/dbaccess/source/core/resource.po (renamed from translations/source/ru/dbaccess/source/core/resource.po)0
-rw-r--r--source/ru/dbaccess/source/ext/macromigration.po (renamed from translations/source/ru/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ru/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ru/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ru/dbaccess/source/ui/app.po (renamed from translations/source/ru/dbaccess/source/ui/app.po)0
-rw-r--r--source/ru/dbaccess/source/ui/browser.po (renamed from translations/source/ru/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ru/dbaccess/source/ui/control.po (renamed from translations/source/ru/dbaccess/source/ui/control.po)0
-rw-r--r--source/ru/dbaccess/source/ui/dlg.po (renamed from translations/source/ru/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ru/dbaccess/source/ui/inc.po (renamed from translations/source/ru/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ru/dbaccess/source/ui/misc.po (renamed from translations/source/ru/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ru/dbaccess/source/ui/querydesign.po (renamed from translations/source/ru/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ru/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ru/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ru/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ru/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ru/dbaccess/source/ui/uno.po (renamed from translations/source/ru/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ru/desktop/source/app.po (renamed from translations/source/ru/desktop/source/app.po)0
-rw-r--r--source/ru/desktop/source/deployment/gui.po (renamed from translations/source/ru/desktop/source/deployment/gui.po)0
-rw-r--r--source/ru/desktop/source/deployment/manager.po (renamed from translations/source/ru/desktop/source/deployment/manager.po)0
-rw-r--r--source/ru/desktop/source/deployment/misc.po (renamed from translations/source/ru/desktop/source/deployment/misc.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry.po (renamed from translations/source/ru/desktop/source/deployment/registry.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/component.po (renamed from translations/source/ru/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ru/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/help.po (renamed from translations/source/ru/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/package.po (renamed from translations/source/ru/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/script.po (renamed from translations/source/ru/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ru/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ru/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ru/desktop/source/deployment/unopkg.po (renamed from translations/source/ru/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ru/dictionaries/af_ZA.po (renamed from translations/source/ru/dictionaries/af_ZA.po)0
-rw-r--r--source/ru/dictionaries/an_ES.po (renamed from translations/source/ru/dictionaries/an_ES.po)0
-rw-r--r--source/ru/dictionaries/ar.po (renamed from translations/source/ru/dictionaries/ar.po)0
-rw-r--r--source/ru/dictionaries/be_BY.po (renamed from translations/source/ru/dictionaries/be_BY.po)0
-rw-r--r--source/ru/dictionaries/bg_BG.po (renamed from translations/source/ru/dictionaries/bg_BG.po)0
-rw-r--r--source/ru/dictionaries/bn_BD.po (renamed from translations/source/ru/dictionaries/bn_BD.po)0
-rw-r--r--source/ru/dictionaries/br_FR.po (renamed from translations/source/ru/dictionaries/br_FR.po)0
-rw-r--r--source/ru/dictionaries/ca.po (renamed from translations/source/ru/dictionaries/ca.po)0
-rw-r--r--source/ru/dictionaries/cs_CZ.po (renamed from translations/source/ru/dictionaries/cs_CZ.po)0
-rw-r--r--source/ru/dictionaries/da_DK.po (renamed from translations/source/ru/dictionaries/da_DK.po)0
-rw-r--r--source/ru/dictionaries/de.po (renamed from translations/source/ru/dictionaries/de.po)0
-rw-r--r--source/ru/dictionaries/el_GR.po (renamed from translations/source/ru/dictionaries/el_GR.po)0
-rw-r--r--source/ru/dictionaries/en.po (renamed from translations/source/ru/dictionaries/en.po)0
-rw-r--r--source/ru/dictionaries/en/dialog.po (renamed from translations/source/ru/dictionaries/en/dialog.po)0
-rw-r--r--source/ru/dictionaries/es_ES.po (renamed from translations/source/ru/dictionaries/es_ES.po)0
-rw-r--r--source/ru/dictionaries/et_EE.po (renamed from translations/source/ru/dictionaries/et_EE.po)0
-rw-r--r--source/ru/dictionaries/fr_FR.po (renamed from translations/source/ru/dictionaries/fr_FR.po)0
-rw-r--r--source/ru/dictionaries/gd_GB.po (renamed from translations/source/ru/dictionaries/gd_GB.po)0
-rw-r--r--source/ru/dictionaries/gl.po (renamed from translations/source/ru/dictionaries/gl.po)0
-rw-r--r--source/ru/dictionaries/gu_IN.po (renamed from translations/source/ru/dictionaries/gu_IN.po)0
-rw-r--r--source/ru/dictionaries/he_IL.po (renamed from translations/source/ru/dictionaries/he_IL.po)0
-rw-r--r--source/ru/dictionaries/hi_IN.po (renamed from translations/source/ru/dictionaries/hi_IN.po)0
-rw-r--r--source/ru/dictionaries/hr_HR.po (renamed from translations/source/ru/dictionaries/hr_HR.po)0
-rw-r--r--source/ru/dictionaries/hu_HU.po (renamed from translations/source/ru/dictionaries/hu_HU.po)0
-rw-r--r--source/ru/dictionaries/hu_HU/dialog.po (renamed from translations/source/ru/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ru/dictionaries/it_IT.po (renamed from translations/source/ru/dictionaries/it_IT.po)0
-rw-r--r--source/ru/dictionaries/ku_TR.po (renamed from translations/source/ru/dictionaries/ku_TR.po)0
-rw-r--r--source/ru/dictionaries/lt_LT.po (renamed from translations/source/ru/dictionaries/lt_LT.po)0
-rw-r--r--source/ru/dictionaries/lv_LV.po (renamed from translations/source/ru/dictionaries/lv_LV.po)0
-rw-r--r--source/ru/dictionaries/ne_NP.po (renamed from translations/source/ru/dictionaries/ne_NP.po)0
-rw-r--r--source/ru/dictionaries/nl_NL.po (renamed from translations/source/ru/dictionaries/nl_NL.po)0
-rw-r--r--source/ru/dictionaries/no.po (renamed from translations/source/ru/dictionaries/no.po)0
-rw-r--r--source/ru/dictionaries/oc_FR.po (renamed from translations/source/ru/dictionaries/oc_FR.po)0
-rw-r--r--source/ru/dictionaries/pl_PL.po (renamed from translations/source/ru/dictionaries/pl_PL.po)0
-rw-r--r--source/ru/dictionaries/pt_BR.po (renamed from translations/source/ru/dictionaries/pt_BR.po)0
-rw-r--r--source/ru/dictionaries/pt_PT.po (renamed from translations/source/ru/dictionaries/pt_PT.po)0
-rw-r--r--source/ru/dictionaries/ro.po (renamed from translations/source/ru/dictionaries/ro.po)0
-rw-r--r--source/ru/dictionaries/ru_RU.po (renamed from translations/source/ru/dictionaries/ru_RU.po)0
-rw-r--r--source/ru/dictionaries/ru_RU/dialog.po (renamed from translations/source/ru/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ru/dictionaries/si_LK.po (renamed from translations/source/ru/dictionaries/si_LK.po)0
-rw-r--r--source/ru/dictionaries/sk_SK.po (renamed from translations/source/ru/dictionaries/sk_SK.po)0
-rw-r--r--source/ru/dictionaries/sl_SI.po (renamed from translations/source/ru/dictionaries/sl_SI.po)0
-rw-r--r--source/ru/dictionaries/sr.po (renamed from translations/source/ru/dictionaries/sr.po)0
-rw-r--r--source/ru/dictionaries/sv_SE.po (renamed from translations/source/ru/dictionaries/sv_SE.po)0
-rw-r--r--source/ru/dictionaries/sw_TZ.po (renamed from translations/source/ru/dictionaries/sw_TZ.po)0
-rw-r--r--source/ru/dictionaries/te_IN.po (renamed from translations/source/ru/dictionaries/te_IN.po)0
-rw-r--r--source/ru/dictionaries/th_TH.po (renamed from translations/source/ru/dictionaries/th_TH.po)0
-rw-r--r--source/ru/dictionaries/uk_UA.po (renamed from translations/source/ru/dictionaries/uk_UA.po)0
-rw-r--r--source/ru/dictionaries/vi.po (renamed from translations/source/ru/dictionaries/vi.po)0
-rw-r--r--source/ru/dictionaries/zu_ZA.po (renamed from translations/source/ru/dictionaries/zu_ZA.po)0
-rw-r--r--source/ru/editeng/source/accessibility.po (renamed from translations/source/ru/editeng/source/accessibility.po)0
-rw-r--r--source/ru/editeng/source/editeng.po (renamed from translations/source/ru/editeng/source/editeng.po)0
-rw-r--r--source/ru/editeng/source/items.po (renamed from translations/source/ru/editeng/source/items.po)0
-rw-r--r--source/ru/editeng/source/misc.po (renamed from translations/source/ru/editeng/source/misc.po)0
-rw-r--r--source/ru/editeng/source/outliner.po (renamed from translations/source/ru/editeng/source/outliner.po)0
-rw-r--r--source/ru/extensions/source/abpilot.po (renamed from translations/source/ru/extensions/source/abpilot.po)0
-rw-r--r--source/ru/extensions/source/bibliography.po (renamed from translations/source/ru/extensions/source/bibliography.po)0
-rw-r--r--source/ru/extensions/source/dbpilots.po (renamed from translations/source/ru/extensions/source/dbpilots.po)0
-rw-r--r--source/ru/extensions/source/propctrlr.po (renamed from translations/source/ru/extensions/source/propctrlr.po)0
-rw-r--r--source/ru/extensions/source/scanner.po (renamed from translations/source/ru/extensions/source/scanner.po)0
-rw-r--r--source/ru/extensions/source/update/check.po (renamed from translations/source/ru/extensions/source/update/check.po)0
-rw-r--r--source/ru/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ru/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ru/filter/source/config/fragments/filters.po (renamed from translations/source/ru/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ru/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ru/filter/source/config/fragments/types.po (renamed from translations/source/ru/filter/source/config/fragments/types.po)0
-rw-r--r--source/ru/filter/source/flash.po (renamed from translations/source/ru/filter/source/flash.po)0
-rw-r--r--source/ru/filter/source/graphicfilter/eps.po (renamed from translations/source/ru/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ru/filter/source/pdf.po (renamed from translations/source/ru/filter/source/pdf.po)0
-rw-r--r--source/ru/filter/source/t602.po (renamed from translations/source/ru/filter/source/t602.po)0
-rw-r--r--source/ru/filter/source/xsltdialog.po (renamed from translations/source/ru/filter/source/xsltdialog.po)0
-rw-r--r--source/ru/forms/source/resource.po (renamed from translations/source/ru/forms/source/resource.po)0
-rw-r--r--source/ru/formula/source/core/resource.po (renamed from translations/source/ru/formula/source/core/resource.po)0
-rw-r--r--source/ru/formula/source/ui/dlg.po (renamed from translations/source/ru/formula/source/ui/dlg.po)0
-rw-r--r--source/ru/fpicker/source/office.po (renamed from translations/source/ru/fpicker/source/office.po)0
-rw-r--r--source/ru/framework/source/classes.po (renamed from translations/source/ru/framework/source/classes.po)0
-rw-r--r--source/ru/framework/source/services.po (renamed from translations/source/ru/framework/source/services.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ru/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ru/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc.po (renamed from translations/source/ru/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ru/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/schart.po (renamed from translations/source/ru/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ru/helpcontent2/source/text/schart/00.po (renamed from translations/source/ru/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/schart/01.po (renamed from translations/source/ru/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/schart/02.po (renamed from translations/source/ru/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/schart/04.po (renamed from translations/source/ru/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sdraw.po (renamed from translations/source/ru/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ru/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ru/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ru/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ru/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared.po (renamed from translations/source/ru/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po (renamed from translations/source/ru/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po (renamed from translations/source/ru/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po (renamed from translations/source/ru/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/04.po (renamed from translations/source/ru/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/05.po (renamed from translations/source/ru/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/07.po (renamed from translations/source/ru/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ru/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ru/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ru/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ru/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ru/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po (renamed from translations/source/ru/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ru/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ru/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ru/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ru/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ru/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath.po (renamed from translations/source/ru/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath/00.po (renamed from translations/source/ru/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po (renamed from translations/source/ru/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath/02.po (renamed from translations/source/ru/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath/04.po (renamed from translations/source/ru/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ru/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po (renamed from translations/source/ru/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ru/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ru/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ru/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ru/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ru/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ru/mysqlc/source.po (renamed from translations/source/ru/mysqlc/source.po)0
-rw-r--r--source/ru/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ru/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ru/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ru/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ru/nlpsolver/src/locale.po (renamed from translations/source/ru/nlpsolver/src/locale.po)0
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ru/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ru/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ru/padmin/source.po (renamed from translations/source/ru/padmin/source.po)0
-rw-r--r--source/ru/readlicense_oo/docs/readme.po (renamed from translations/source/ru/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ru/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ru/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ru/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ru/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ru/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ru/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ru/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ru/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ru/reportbuilder/util.po (renamed from translations/source/ru/reportbuilder/util.po)0
-rw-r--r--source/ru/reportdesign/source/core/resource.po (renamed from translations/source/ru/reportdesign/source/core/resource.po)0
-rw-r--r--source/ru/reportdesign/source/ui/dlg.po (renamed from translations/source/ru/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ru/reportdesign/source/ui/inspection.po (renamed from translations/source/ru/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ru/reportdesign/source/ui/report.po (renamed from translations/source/ru/reportdesign/source/ui/report.po)0
-rw-r--r--source/ru/sc/source/core/src.po (renamed from translations/source/ru/sc/source/core/src.po)0
-rw-r--r--source/ru/sc/source/ui/cctrl.po (renamed from translations/source/ru/sc/source/ui/cctrl.po)0
-rw-r--r--source/ru/sc/source/ui/dbgui.po (renamed from translations/source/ru/sc/source/ui/dbgui.po)0
-rw-r--r--source/ru/sc/source/ui/docshell.po (renamed from translations/source/ru/sc/source/ui/docshell.po)0
-rw-r--r--source/ru/sc/source/ui/drawfunc.po (renamed from translations/source/ru/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ru/sc/source/ui/formdlg.po (renamed from translations/source/ru/sc/source/ui/formdlg.po)0
-rw-r--r--source/ru/sc/source/ui/miscdlgs.po (renamed from translations/source/ru/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ru/sc/source/ui/navipi.po (renamed from translations/source/ru/sc/source/ui/navipi.po)0
-rw-r--r--source/ru/sc/source/ui/optdlg.po (renamed from translations/source/ru/sc/source/ui/optdlg.po)0
-rw-r--r--source/ru/sc/source/ui/pagedlg.po (renamed from translations/source/ru/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ru/sc/source/ui/src.po (renamed from translations/source/ru/sc/source/ui/src.po)0
-rw-r--r--source/ru/sc/source/ui/styleui.po (renamed from translations/source/ru/sc/source/ui/styleui.po)0
-rw-r--r--source/ru/scaddins/source/analysis.po (renamed from translations/source/ru/scaddins/source/analysis.po)0
-rw-r--r--source/ru/scaddins/source/datefunc.po (renamed from translations/source/ru/scaddins/source/datefunc.po)0
-rw-r--r--source/ru/sccomp/source/solver.po (renamed from translations/source/ru/sccomp/source/solver.po)0
-rw-r--r--source/ru/scp2/source/accessories.po (renamed from translations/source/ru/scp2/source/accessories.po)0
-rw-r--r--source/ru/scp2/source/activex.po (renamed from translations/source/ru/scp2/source/activex.po)0
-rw-r--r--source/ru/scp2/source/base.po (renamed from translations/source/ru/scp2/source/base.po)0
-rw-r--r--source/ru/scp2/source/binfilter.po (renamed from translations/source/ru/scp2/source/binfilter.po)0
-rw-r--r--source/ru/scp2/source/calc.po (renamed from translations/source/ru/scp2/source/calc.po)0
-rw-r--r--source/ru/scp2/source/draw.po (renamed from translations/source/ru/scp2/source/draw.po)0
-rw-r--r--source/ru/scp2/source/extensions.po (renamed from translations/source/ru/scp2/source/extensions.po)0
-rw-r--r--source/ru/scp2/source/gnome.po (renamed from translations/source/ru/scp2/source/gnome.po)0
-rw-r--r--source/ru/scp2/source/graphicfilter.po (renamed from translations/source/ru/scp2/source/graphicfilter.po)0
-rw-r--r--source/ru/scp2/source/impress.po (renamed from translations/source/ru/scp2/source/impress.po)0
-rw-r--r--source/ru/scp2/source/javafilter.po (renamed from translations/source/ru/scp2/source/javafilter.po)0
-rw-r--r--source/ru/scp2/source/kde.po (renamed from translations/source/ru/scp2/source/kde.po)0
-rw-r--r--source/ru/scp2/source/math.po (renamed from translations/source/ru/scp2/source/math.po)0
-rw-r--r--source/ru/scp2/source/onlineupdate.po (renamed from translations/source/ru/scp2/source/onlineupdate.po)0
-rw-r--r--source/ru/scp2/source/ooo.po (renamed from translations/source/ru/scp2/source/ooo.po)0
-rw-r--r--source/ru/scp2/source/python.po (renamed from translations/source/ru/scp2/source/python.po)0
-rw-r--r--source/ru/scp2/source/quickstart.po (renamed from translations/source/ru/scp2/source/quickstart.po)0
-rw-r--r--source/ru/scp2/source/sdkoo.po (renamed from translations/source/ru/scp2/source/sdkoo.po)0
-rw-r--r--source/ru/scp2/source/smoketest.po (renamed from translations/source/ru/scp2/source/smoketest.po)0
-rw-r--r--source/ru/scp2/source/stdlibs.po (renamed from translations/source/ru/scp2/source/stdlibs.po)0
-rw-r--r--source/ru/scp2/source/tde.po (renamed from translations/source/ru/scp2/source/tde.po)0
-rw-r--r--source/ru/scp2/source/winexplorerext.po (renamed from translations/source/ru/scp2/source/winexplorerext.po)0
-rw-r--r--source/ru/scp2/source/writer.po (renamed from translations/source/ru/scp2/source/writer.po)0
-rw-r--r--source/ru/scp2/source/xsltfilter.po (renamed from translations/source/ru/scp2/source/xsltfilter.po)0
-rw-r--r--source/ru/scripting/source/pyprov.po (renamed from translations/source/ru/scripting/source/pyprov.po)0
-rw-r--r--source/ru/sd/source/core.po (renamed from translations/source/ru/sd/source/core.po)0
-rw-r--r--source/ru/sd/source/filter/html.po (renamed from translations/source/ru/sd/source/filter/html.po)0
-rw-r--r--source/ru/sd/source/ui/accessibility.po (renamed from translations/source/ru/sd/source/ui/accessibility.po)0
-rw-r--r--source/ru/sd/source/ui/animations.po (renamed from translations/source/ru/sd/source/ui/animations.po)0
-rw-r--r--source/ru/sd/source/ui/annotations.po (renamed from translations/source/ru/sd/source/ui/annotations.po)0
-rw-r--r--source/ru/sd/source/ui/app.po (renamed from translations/source/ru/sd/source/ui/app.po)0
-rw-r--r--source/ru/sd/source/ui/dlg.po (renamed from translations/source/ru/sd/source/ui/dlg.po)0
-rw-r--r--source/ru/sd/source/ui/slideshow.po (renamed from translations/source/ru/sd/source/ui/slideshow.po)0
-rw-r--r--source/ru/sd/source/ui/table.po (renamed from translations/source/ru/sd/source/ui/table.po)0
-rw-r--r--source/ru/sd/source/ui/view.po (renamed from translations/source/ru/sd/source/ui/view.po)0
-rw-r--r--source/ru/sdext/source/minimizer.po (renamed from translations/source/ru/sdext/source/minimizer.po)0
-rw-r--r--source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ru/sdext/source/pdfimport.po (renamed from translations/source/ru/sdext/source/pdfimport.po)0
-rw-r--r--source/ru/sdext/source/presenter.po (renamed from translations/source/ru/sdext/source/presenter.po)0
-rw-r--r--source/ru/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ru/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ru/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ru/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ru/setup_native/source/mac.po (renamed from translations/source/ru/setup_native/source/mac.po)0
-rw-r--r--source/ru/sfx2/source/appl.po (renamed from translations/source/ru/sfx2/source/appl.po)0
-rw-r--r--source/ru/sfx2/source/bastyp.po (renamed from translations/source/ru/sfx2/source/bastyp.po)0
-rw-r--r--source/ru/sfx2/source/dialog.po (renamed from translations/source/ru/sfx2/source/dialog.po)0
-rw-r--r--source/ru/sfx2/source/doc.po (renamed from translations/source/ru/sfx2/source/doc.po)0
-rw-r--r--source/ru/sfx2/source/menu.po (renamed from translations/source/ru/sfx2/source/menu.po)0
-rw-r--r--source/ru/sfx2/source/view.po (renamed from translations/source/ru/sfx2/source/view.po)0
-rw-r--r--source/ru/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ru/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ru/starmath/source.po (renamed from translations/source/ru/starmath/source.po)0
-rw-r--r--source/ru/svl/source/items.po (renamed from translations/source/ru/svl/source/items.po)0
-rw-r--r--source/ru/svl/source/misc.po (renamed from translations/source/ru/svl/source/misc.po)0
-rw-r--r--source/ru/svtools/source/contnr.po (renamed from translations/source/ru/svtools/source/contnr.po)0
-rw-r--r--source/ru/svtools/source/control.po (renamed from translations/source/ru/svtools/source/control.po)0
-rw-r--r--source/ru/svtools/source/dialogs.po (renamed from translations/source/ru/svtools/source/dialogs.po)0
-rw-r--r--source/ru/svtools/source/filter.po (renamed from translations/source/ru/svtools/source/filter.po)0
-rw-r--r--source/ru/svtools/source/java.po (renamed from translations/source/ru/svtools/source/java.po)0
-rw-r--r--source/ru/svtools/source/misc.po (renamed from translations/source/ru/svtools/source/misc.po)0
-rw-r--r--source/ru/svtools/source/toolpanel.po (renamed from translations/source/ru/svtools/source/toolpanel.po)0
-rw-r--r--source/ru/svtools/workben/unodialog.po (renamed from translations/source/ru/svtools/workben/unodialog.po)0
-rw-r--r--source/ru/svx/inc.po (renamed from translations/source/ru/svx/inc.po)0
-rw-r--r--source/ru/svx/source/accessibility.po (renamed from translations/source/ru/svx/source/accessibility.po)0
-rw-r--r--source/ru/svx/source/dialog.po (renamed from translations/source/ru/svx/source/dialog.po)0
-rw-r--r--source/ru/svx/source/engine3d.po (renamed from translations/source/ru/svx/source/engine3d.po)0
-rw-r--r--source/ru/svx/source/fmcomp.po (renamed from translations/source/ru/svx/source/fmcomp.po)0
-rw-r--r--source/ru/svx/source/form.po (renamed from translations/source/ru/svx/source/form.po)0
-rw-r--r--source/ru/svx/source/gallery2.po (renamed from translations/source/ru/svx/source/gallery2.po)0
-rw-r--r--source/ru/svx/source/items.po (renamed from translations/source/ru/svx/source/items.po)0
-rw-r--r--source/ru/svx/source/src.po (renamed from translations/source/ru/svx/source/src.po)0
-rw-r--r--source/ru/svx/source/stbctrls.po (renamed from translations/source/ru/svx/source/stbctrls.po)0
-rw-r--r--source/ru/svx/source/svdraw.po (renamed from translations/source/ru/svx/source/svdraw.po)0
-rw-r--r--source/ru/svx/source/table.po (renamed from translations/source/ru/svx/source/table.po)0
-rw-r--r--source/ru/svx/source/tbxctrls.po (renamed from translations/source/ru/svx/source/tbxctrls.po)0
-rw-r--r--source/ru/svx/source/toolbars.po (renamed from translations/source/ru/svx/source/toolbars.po)0
-rw-r--r--source/ru/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ru/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ru/sw/source/core/layout.po (renamed from translations/source/ru/sw/source/core/layout.po)0
-rw-r--r--source/ru/sw/source/core/undo.po (renamed from translations/source/ru/sw/source/core/undo.po)0
-rw-r--r--source/ru/sw/source/core/unocore.po (renamed from translations/source/ru/sw/source/core/unocore.po)0
-rw-r--r--source/ru/sw/source/ui/app.po (renamed from translations/source/ru/sw/source/ui/app.po)0
-rw-r--r--source/ru/sw/source/ui/chrdlg.po (renamed from translations/source/ru/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ru/sw/source/ui/config.po (renamed from translations/source/ru/sw/source/ui/config.po)0
-rw-r--r--source/ru/sw/source/ui/dbui.po (renamed from translations/source/ru/sw/source/ui/dbui.po)0
-rw-r--r--source/ru/sw/source/ui/dialog.po (renamed from translations/source/ru/sw/source/ui/dialog.po)0
-rw-r--r--source/ru/sw/source/ui/dochdl.po (renamed from translations/source/ru/sw/source/ui/dochdl.po)0
-rw-r--r--source/ru/sw/source/ui/docvw.po (renamed from translations/source/ru/sw/source/ui/docvw.po)0
-rw-r--r--source/ru/sw/source/ui/envelp.po (renamed from translations/source/ru/sw/source/ui/envelp.po)0
-rw-r--r--source/ru/sw/source/ui/fldui.po (renamed from translations/source/ru/sw/source/ui/fldui.po)0
-rw-r--r--source/ru/sw/source/ui/fmtui.po (renamed from translations/source/ru/sw/source/ui/fmtui.po)0
-rw-r--r--source/ru/sw/source/ui/frmdlg.po (renamed from translations/source/ru/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ru/sw/source/ui/globdoc.po (renamed from translations/source/ru/sw/source/ui/globdoc.po)0
-rw-r--r--source/ru/sw/source/ui/index.po (renamed from translations/source/ru/sw/source/ui/index.po)0
-rw-r--r--source/ru/sw/source/ui/lingu.po (renamed from translations/source/ru/sw/source/ui/lingu.po)0
-rw-r--r--source/ru/sw/source/ui/misc.po (renamed from translations/source/ru/sw/source/ui/misc.po)0
-rw-r--r--source/ru/sw/source/ui/ribbar.po (renamed from translations/source/ru/sw/source/ui/ribbar.po)0
-rw-r--r--source/ru/sw/source/ui/shells.po (renamed from translations/source/ru/sw/source/ui/shells.po)0
-rw-r--r--source/ru/sw/source/ui/smartmenu.po (renamed from translations/source/ru/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ru/sw/source/ui/table.po (renamed from translations/source/ru/sw/source/ui/table.po)0
-rw-r--r--source/ru/sw/source/ui/uiview.po (renamed from translations/source/ru/sw/source/ui/uiview.po)0
-rw-r--r--source/ru/sw/source/ui/utlui.po (renamed from translations/source/ru/sw/source/ui/utlui.po)0
-rw-r--r--source/ru/sw/source/ui/web.po (renamed from translations/source/ru/sw/source/ui/web.po)0
-rw-r--r--source/ru/sw/source/ui/wrtsh.po (renamed from translations/source/ru/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ru/swext/mediawiki/help.po (renamed from translations/source/ru/swext/mediawiki/help.po)0
-rw-r--r--source/ru/swext/mediawiki/src.po (renamed from translations/source/ru/swext/mediawiki/src.po)0
-rw-r--r--source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ru/sysui/desktop/share.po (renamed from translations/source/ru/sysui/desktop/share.po)0
-rw-r--r--source/ru/uui/source.po (renamed from translations/source/ru/uui/source.po)0
-rw-r--r--source/ru/vcl/source/src.po (renamed from translations/source/ru/vcl/source/src.po)0
-rw-r--r--source/ru/wizards/source/euro.po (renamed from translations/source/ru/wizards/source/euro.po)0
-rw-r--r--source/ru/wizards/source/formwizard.po (renamed from translations/source/ru/wizards/source/formwizard.po)0
-rw-r--r--source/ru/wizards/source/importwizard.po (renamed from translations/source/ru/wizards/source/importwizard.po)0
-rw-r--r--source/ru/wizards/source/schedule.po (renamed from translations/source/ru/wizards/source/schedule.po)0
-rw-r--r--source/ru/wizards/source/template.po (renamed from translations/source/ru/wizards/source/template.po)0
-rw-r--r--source/ru/xmlsecurity/source/component.po (renamed from translations/source/ru/xmlsecurity/source/component.po)0
-rw-r--r--source/ru/xmlsecurity/source/dialogs.po (renamed from translations/source/ru/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/rw/accessibility/source/helper.po (renamed from translations/source/rw/accessibility/source/helper.po)0
-rw-r--r--source/rw/avmedia/source/framework.po (renamed from translations/source/rw/avmedia/source/framework.po)0
-rw-r--r--source/rw/avmedia/source/viewer.po (renamed from translations/source/rw/avmedia/source/viewer.po)0
-rw-r--r--source/rw/basctl/source/basicide.po (renamed from translations/source/rw/basctl/source/basicide.po)0
-rw-r--r--source/rw/basctl/source/dlged.po (renamed from translations/source/rw/basctl/source/dlged.po)0
-rw-r--r--source/rw/basic/source/classes.po (renamed from translations/source/rw/basic/source/classes.po)0
-rw-r--r--source/rw/basic/source/sbx.po (renamed from translations/source/rw/basic/source/sbx.po)0
-rw-r--r--source/rw/chart2/source/controller/dialogs.po (renamed from translations/source/rw/chart2/source/controller/dialogs.po)0
-rw-r--r--source/rw/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/rw/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/rw/connectivity/source/resource.po (renamed from translations/source/rw/connectivity/source/resource.po)0
-rw-r--r--source/rw/cui/source/customize.po (renamed from translations/source/rw/cui/source/customize.po)0
-rw-r--r--source/rw/cui/source/dialogs.po (renamed from translations/source/rw/cui/source/dialogs.po)0
-rw-r--r--source/rw/cui/source/options.po (renamed from translations/source/rw/cui/source/options.po)0
-rw-r--r--source/rw/cui/source/tabpages.po (renamed from translations/source/rw/cui/source/tabpages.po)0
-rw-r--r--source/rw/dbaccess/source/core/resource.po (renamed from translations/source/rw/dbaccess/source/core/resource.po)0
-rw-r--r--source/rw/dbaccess/source/ext/macromigration.po (renamed from translations/source/rw/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/rw/dbaccess/source/sdbtools/resource.po (renamed from translations/source/rw/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/rw/dbaccess/source/ui/app.po (renamed from translations/source/rw/dbaccess/source/ui/app.po)0
-rw-r--r--source/rw/dbaccess/source/ui/browser.po (renamed from translations/source/rw/dbaccess/source/ui/browser.po)0
-rw-r--r--source/rw/dbaccess/source/ui/control.po (renamed from translations/source/rw/dbaccess/source/ui/control.po)0
-rw-r--r--source/rw/dbaccess/source/ui/dlg.po (renamed from translations/source/rw/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/rw/dbaccess/source/ui/inc.po (renamed from translations/source/rw/dbaccess/source/ui/inc.po)0
-rw-r--r--source/rw/dbaccess/source/ui/misc.po (renamed from translations/source/rw/dbaccess/source/ui/misc.po)0
-rw-r--r--source/rw/dbaccess/source/ui/querydesign.po (renamed from translations/source/rw/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/rw/dbaccess/source/ui/relationdesign.po (renamed from translations/source/rw/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/rw/dbaccess/source/ui/tabledesign.po (renamed from translations/source/rw/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/rw/dbaccess/source/ui/uno.po (renamed from translations/source/rw/dbaccess/source/ui/uno.po)0
-rw-r--r--source/rw/desktop/source/app.po (renamed from translations/source/rw/desktop/source/app.po)0
-rw-r--r--source/rw/desktop/source/deployment/gui.po (renamed from translations/source/rw/desktop/source/deployment/gui.po)0
-rw-r--r--source/rw/desktop/source/deployment/manager.po (renamed from translations/source/rw/desktop/source/deployment/manager.po)0
-rw-r--r--source/rw/desktop/source/deployment/misc.po (renamed from translations/source/rw/desktop/source/deployment/misc.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry.po (renamed from translations/source/rw/desktop/source/deployment/registry.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/component.po (renamed from translations/source/rw/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/configuration.po (renamed from translations/source/rw/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/help.po (renamed from translations/source/rw/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/package.po (renamed from translations/source/rw/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/script.po (renamed from translations/source/rw/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/rw/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/rw/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/rw/desktop/source/deployment/unopkg.po (renamed from translations/source/rw/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/rw/dictionaries/af_ZA.po (renamed from translations/source/rw/dictionaries/af_ZA.po)0
-rw-r--r--source/rw/dictionaries/an_ES.po (renamed from translations/source/rw/dictionaries/an_ES.po)0
-rw-r--r--source/rw/dictionaries/ar.po (renamed from translations/source/rw/dictionaries/ar.po)0
-rw-r--r--source/rw/dictionaries/be_BY.po (renamed from translations/source/rw/dictionaries/be_BY.po)0
-rw-r--r--source/rw/dictionaries/bg_BG.po (renamed from translations/source/rw/dictionaries/bg_BG.po)0
-rw-r--r--source/rw/dictionaries/bn_BD.po (renamed from translations/source/rw/dictionaries/bn_BD.po)0
-rw-r--r--source/rw/dictionaries/br_FR.po (renamed from translations/source/rw/dictionaries/br_FR.po)0
-rw-r--r--source/rw/dictionaries/ca.po (renamed from translations/source/rw/dictionaries/ca.po)0
-rw-r--r--source/rw/dictionaries/cs_CZ.po (renamed from translations/source/rw/dictionaries/cs_CZ.po)0
-rw-r--r--source/rw/dictionaries/da_DK.po (renamed from translations/source/rw/dictionaries/da_DK.po)0
-rw-r--r--source/rw/dictionaries/de.po (renamed from translations/source/rw/dictionaries/de.po)0
-rw-r--r--source/rw/dictionaries/el_GR.po (renamed from translations/source/rw/dictionaries/el_GR.po)0
-rw-r--r--source/rw/dictionaries/en.po (renamed from translations/source/rw/dictionaries/en.po)0
-rw-r--r--source/rw/dictionaries/en/dialog.po (renamed from translations/source/rw/dictionaries/en/dialog.po)0
-rw-r--r--source/rw/dictionaries/es_ES.po (renamed from translations/source/rw/dictionaries/es_ES.po)0
-rw-r--r--source/rw/dictionaries/et_EE.po (renamed from translations/source/rw/dictionaries/et_EE.po)0
-rw-r--r--source/rw/dictionaries/fr_FR.po (renamed from translations/source/rw/dictionaries/fr_FR.po)0
-rw-r--r--source/rw/dictionaries/gd_GB.po (renamed from translations/source/rw/dictionaries/gd_GB.po)0
-rw-r--r--source/rw/dictionaries/gl.po (renamed from translations/source/rw/dictionaries/gl.po)0
-rw-r--r--source/rw/dictionaries/gu_IN.po (renamed from translations/source/rw/dictionaries/gu_IN.po)0
-rw-r--r--source/rw/dictionaries/he_IL.po (renamed from translations/source/rw/dictionaries/he_IL.po)0
-rw-r--r--source/rw/dictionaries/hi_IN.po (renamed from translations/source/rw/dictionaries/hi_IN.po)0
-rw-r--r--source/rw/dictionaries/hr_HR.po (renamed from translations/source/rw/dictionaries/hr_HR.po)0
-rw-r--r--source/rw/dictionaries/hu_HU.po (renamed from translations/source/rw/dictionaries/hu_HU.po)0
-rw-r--r--source/rw/dictionaries/hu_HU/dialog.po (renamed from translations/source/rw/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/rw/dictionaries/it_IT.po (renamed from translations/source/rw/dictionaries/it_IT.po)0
-rw-r--r--source/rw/dictionaries/ku_TR.po (renamed from translations/source/rw/dictionaries/ku_TR.po)0
-rw-r--r--source/rw/dictionaries/lt_LT.po (renamed from translations/source/rw/dictionaries/lt_LT.po)0
-rw-r--r--source/rw/dictionaries/lv_LV.po (renamed from translations/source/rw/dictionaries/lv_LV.po)0
-rw-r--r--source/rw/dictionaries/ne_NP.po (renamed from translations/source/rw/dictionaries/ne_NP.po)0
-rw-r--r--source/rw/dictionaries/nl_NL.po (renamed from translations/source/rw/dictionaries/nl_NL.po)0
-rw-r--r--source/rw/dictionaries/no.po (renamed from translations/source/rw/dictionaries/no.po)0
-rw-r--r--source/rw/dictionaries/oc_FR.po (renamed from translations/source/rw/dictionaries/oc_FR.po)0
-rw-r--r--source/rw/dictionaries/pl_PL.po (renamed from translations/source/rw/dictionaries/pl_PL.po)0
-rw-r--r--source/rw/dictionaries/pt_BR.po (renamed from translations/source/rw/dictionaries/pt_BR.po)0
-rw-r--r--source/rw/dictionaries/pt_PT.po (renamed from translations/source/rw/dictionaries/pt_PT.po)0
-rw-r--r--source/rw/dictionaries/ro.po (renamed from translations/source/rw/dictionaries/ro.po)0
-rw-r--r--source/rw/dictionaries/ru_RU.po (renamed from translations/source/rw/dictionaries/ru_RU.po)0
-rw-r--r--source/rw/dictionaries/ru_RU/dialog.po (renamed from translations/source/rw/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/rw/dictionaries/si_LK.po (renamed from translations/source/rw/dictionaries/si_LK.po)0
-rw-r--r--source/rw/dictionaries/sk_SK.po (renamed from translations/source/rw/dictionaries/sk_SK.po)0
-rw-r--r--source/rw/dictionaries/sl_SI.po (renamed from translations/source/rw/dictionaries/sl_SI.po)0
-rw-r--r--source/rw/dictionaries/sr.po (renamed from translations/source/rw/dictionaries/sr.po)0
-rw-r--r--source/rw/dictionaries/sv_SE.po (renamed from translations/source/rw/dictionaries/sv_SE.po)0
-rw-r--r--source/rw/dictionaries/sw_TZ.po (renamed from translations/source/rw/dictionaries/sw_TZ.po)0
-rw-r--r--source/rw/dictionaries/te_IN.po (renamed from translations/source/rw/dictionaries/te_IN.po)0
-rw-r--r--source/rw/dictionaries/th_TH.po (renamed from translations/source/rw/dictionaries/th_TH.po)0
-rw-r--r--source/rw/dictionaries/uk_UA.po (renamed from translations/source/rw/dictionaries/uk_UA.po)0
-rw-r--r--source/rw/dictionaries/vi.po (renamed from translations/source/rw/dictionaries/vi.po)0
-rw-r--r--source/rw/dictionaries/zu_ZA.po (renamed from translations/source/rw/dictionaries/zu_ZA.po)0
-rw-r--r--source/rw/editeng/source/accessibility.po (renamed from translations/source/rw/editeng/source/accessibility.po)0
-rw-r--r--source/rw/editeng/source/editeng.po (renamed from translations/source/rw/editeng/source/editeng.po)0
-rw-r--r--source/rw/editeng/source/items.po (renamed from translations/source/rw/editeng/source/items.po)0
-rw-r--r--source/rw/editeng/source/misc.po (renamed from translations/source/rw/editeng/source/misc.po)0
-rw-r--r--source/rw/editeng/source/outliner.po (renamed from translations/source/rw/editeng/source/outliner.po)0
-rw-r--r--source/rw/extensions/source/abpilot.po (renamed from translations/source/rw/extensions/source/abpilot.po)0
-rw-r--r--source/rw/extensions/source/bibliography.po (renamed from translations/source/rw/extensions/source/bibliography.po)0
-rw-r--r--source/rw/extensions/source/dbpilots.po (renamed from translations/source/rw/extensions/source/dbpilots.po)0
-rw-r--r--source/rw/extensions/source/propctrlr.po (renamed from translations/source/rw/extensions/source/propctrlr.po)0
-rw-r--r--source/rw/extensions/source/scanner.po (renamed from translations/source/rw/extensions/source/scanner.po)0
-rw-r--r--source/rw/extensions/source/update/check.po (renamed from translations/source/rw/extensions/source/update/check.po)0
-rw-r--r--source/rw/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/rw/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/rw/filter/source/config/fragments/filters.po (renamed from translations/source/rw/filter/source/config/fragments/filters.po)0
-rw-r--r--source/rw/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/rw/filter/source/config/fragments/types.po (renamed from translations/source/rw/filter/source/config/fragments/types.po)0
-rw-r--r--source/rw/filter/source/flash.po (renamed from translations/source/rw/filter/source/flash.po)0
-rw-r--r--source/rw/filter/source/graphicfilter/eps.po (renamed from translations/source/rw/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/rw/filter/source/pdf.po (renamed from translations/source/rw/filter/source/pdf.po)0
-rw-r--r--source/rw/filter/source/t602.po (renamed from translations/source/rw/filter/source/t602.po)0
-rw-r--r--source/rw/filter/source/xsltdialog.po (renamed from translations/source/rw/filter/source/xsltdialog.po)0
-rw-r--r--source/rw/forms/source/resource.po (renamed from translations/source/rw/forms/source/resource.po)0
-rw-r--r--source/rw/formula/source/core/resource.po (renamed from translations/source/rw/formula/source/core/resource.po)0
-rw-r--r--source/rw/formula/source/ui/dlg.po (renamed from translations/source/rw/formula/source/ui/dlg.po)0
-rw-r--r--source/rw/fpicker/source/office.po (renamed from translations/source/rw/fpicker/source/office.po)0
-rw-r--r--source/rw/framework/source/classes.po (renamed from translations/source/rw/framework/source/classes.po)0
-rw-r--r--source/rw/framework/source/services.po (renamed from translations/source/rw/framework/source/services.po)0
-rw-r--r--source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/rw/mysqlc/source.po (renamed from translations/source/rw/mysqlc/source.po)0
-rw-r--r--source/rw/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/rw/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/rw/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/rw/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/rw/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/rw/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/rw/nlpsolver/src/locale.po (renamed from translations/source/rw/nlpsolver/src/locale.po)0
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/rw/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/rw/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/rw/padmin/source.po (renamed from translations/source/rw/padmin/source.po)0
-rw-r--r--source/rw/readlicense_oo/docs/readme.po (renamed from translations/source/rw/readlicense_oo/docs/readme.po)0
-rw-r--r--source/rw/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/rw/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/rw/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/rw/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/rw/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/rw/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/rw/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/rw/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/rw/reportbuilder/util.po (renamed from translations/source/rw/reportbuilder/util.po)0
-rw-r--r--source/rw/reportdesign/source/core/resource.po (renamed from translations/source/rw/reportdesign/source/core/resource.po)0
-rw-r--r--source/rw/reportdesign/source/ui/dlg.po (renamed from translations/source/rw/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/rw/reportdesign/source/ui/inspection.po (renamed from translations/source/rw/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/rw/reportdesign/source/ui/report.po (renamed from translations/source/rw/reportdesign/source/ui/report.po)0
-rw-r--r--source/rw/sc/source/core/src.po (renamed from translations/source/rw/sc/source/core/src.po)0
-rw-r--r--source/rw/sc/source/ui/cctrl.po (renamed from translations/source/rw/sc/source/ui/cctrl.po)0
-rw-r--r--source/rw/sc/source/ui/dbgui.po (renamed from translations/source/rw/sc/source/ui/dbgui.po)0
-rw-r--r--source/rw/sc/source/ui/docshell.po (renamed from translations/source/rw/sc/source/ui/docshell.po)0
-rw-r--r--source/rw/sc/source/ui/drawfunc.po (renamed from translations/source/rw/sc/source/ui/drawfunc.po)0
-rw-r--r--source/rw/sc/source/ui/formdlg.po (renamed from translations/source/rw/sc/source/ui/formdlg.po)0
-rw-r--r--source/rw/sc/source/ui/miscdlgs.po (renamed from translations/source/rw/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/rw/sc/source/ui/navipi.po (renamed from translations/source/rw/sc/source/ui/navipi.po)0
-rw-r--r--source/rw/sc/source/ui/optdlg.po (renamed from translations/source/rw/sc/source/ui/optdlg.po)0
-rw-r--r--source/rw/sc/source/ui/pagedlg.po (renamed from translations/source/rw/sc/source/ui/pagedlg.po)0
-rw-r--r--source/rw/sc/source/ui/src.po (renamed from translations/source/rw/sc/source/ui/src.po)0
-rw-r--r--source/rw/sc/source/ui/styleui.po (renamed from translations/source/rw/sc/source/ui/styleui.po)0
-rw-r--r--source/rw/scaddins/source/analysis.po (renamed from translations/source/rw/scaddins/source/analysis.po)0
-rw-r--r--source/rw/scaddins/source/datefunc.po (renamed from translations/source/rw/scaddins/source/datefunc.po)0
-rw-r--r--source/rw/sccomp/source/solver.po (renamed from translations/source/rw/sccomp/source/solver.po)0
-rw-r--r--source/rw/scp2/source/accessories.po (renamed from translations/source/rw/scp2/source/accessories.po)0
-rw-r--r--source/rw/scp2/source/activex.po (renamed from translations/source/rw/scp2/source/activex.po)0
-rw-r--r--source/rw/scp2/source/base.po (renamed from translations/source/rw/scp2/source/base.po)0
-rw-r--r--source/rw/scp2/source/binfilter.po (renamed from translations/source/rw/scp2/source/binfilter.po)0
-rw-r--r--source/rw/scp2/source/calc.po (renamed from translations/source/rw/scp2/source/calc.po)0
-rw-r--r--source/rw/scp2/source/draw.po (renamed from translations/source/rw/scp2/source/draw.po)0
-rw-r--r--source/rw/scp2/source/extensions.po (renamed from translations/source/rw/scp2/source/extensions.po)0
-rw-r--r--source/rw/scp2/source/gnome.po (renamed from translations/source/rw/scp2/source/gnome.po)0
-rw-r--r--source/rw/scp2/source/graphicfilter.po (renamed from translations/source/rw/scp2/source/graphicfilter.po)0
-rw-r--r--source/rw/scp2/source/impress.po (renamed from translations/source/rw/scp2/source/impress.po)0
-rw-r--r--source/rw/scp2/source/javafilter.po (renamed from translations/source/rw/scp2/source/javafilter.po)0
-rw-r--r--source/rw/scp2/source/kde.po (renamed from translations/source/rw/scp2/source/kde.po)0
-rw-r--r--source/rw/scp2/source/math.po (renamed from translations/source/rw/scp2/source/math.po)0
-rw-r--r--source/rw/scp2/source/onlineupdate.po (renamed from translations/source/rw/scp2/source/onlineupdate.po)0
-rw-r--r--source/rw/scp2/source/ooo.po (renamed from translations/source/rw/scp2/source/ooo.po)0
-rw-r--r--source/rw/scp2/source/python.po (renamed from translations/source/rw/scp2/source/python.po)0
-rw-r--r--source/rw/scp2/source/quickstart.po (renamed from translations/source/rw/scp2/source/quickstart.po)0
-rw-r--r--source/rw/scp2/source/sdkoo.po (renamed from translations/source/rw/scp2/source/sdkoo.po)0
-rw-r--r--source/rw/scp2/source/smoketest.po (renamed from translations/source/rw/scp2/source/smoketest.po)0
-rw-r--r--source/rw/scp2/source/stdlibs.po (renamed from translations/source/rw/scp2/source/stdlibs.po)0
-rw-r--r--source/rw/scp2/source/tde.po (renamed from translations/source/rw/scp2/source/tde.po)0
-rw-r--r--source/rw/scp2/source/winexplorerext.po (renamed from translations/source/rw/scp2/source/winexplorerext.po)0
-rw-r--r--source/rw/scp2/source/writer.po (renamed from translations/source/rw/scp2/source/writer.po)0
-rw-r--r--source/rw/scp2/source/xsltfilter.po (renamed from translations/source/rw/scp2/source/xsltfilter.po)0
-rw-r--r--source/rw/scripting/source/pyprov.po (renamed from translations/source/rw/scripting/source/pyprov.po)0
-rw-r--r--source/rw/sd/source/core.po (renamed from translations/source/rw/sd/source/core.po)0
-rw-r--r--source/rw/sd/source/filter/html.po (renamed from translations/source/rw/sd/source/filter/html.po)0
-rw-r--r--source/rw/sd/source/ui/accessibility.po (renamed from translations/source/rw/sd/source/ui/accessibility.po)0
-rw-r--r--source/rw/sd/source/ui/animations.po (renamed from translations/source/rw/sd/source/ui/animations.po)0
-rw-r--r--source/rw/sd/source/ui/annotations.po (renamed from translations/source/rw/sd/source/ui/annotations.po)0
-rw-r--r--source/rw/sd/source/ui/app.po (renamed from translations/source/rw/sd/source/ui/app.po)0
-rw-r--r--source/rw/sd/source/ui/dlg.po (renamed from translations/source/rw/sd/source/ui/dlg.po)0
-rw-r--r--source/rw/sd/source/ui/slideshow.po (renamed from translations/source/rw/sd/source/ui/slideshow.po)0
-rw-r--r--source/rw/sd/source/ui/table.po (renamed from translations/source/rw/sd/source/ui/table.po)0
-rw-r--r--source/rw/sd/source/ui/view.po (renamed from translations/source/rw/sd/source/ui/view.po)0
-rw-r--r--source/rw/sdext/source/minimizer.po (renamed from translations/source/rw/sdext/source/minimizer.po)0
-rw-r--r--source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/rw/sdext/source/pdfimport.po (renamed from translations/source/rw/sdext/source/pdfimport.po)0
-rw-r--r--source/rw/sdext/source/presenter.po (renamed from translations/source/rw/sdext/source/presenter.po)0
-rw-r--r--source/rw/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/rw/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/rw/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/rw/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/rw/setup_native/source/mac.po (renamed from translations/source/rw/setup_native/source/mac.po)0
-rw-r--r--source/rw/sfx2/source/appl.po (renamed from translations/source/rw/sfx2/source/appl.po)0
-rw-r--r--source/rw/sfx2/source/bastyp.po (renamed from translations/source/rw/sfx2/source/bastyp.po)0
-rw-r--r--source/rw/sfx2/source/dialog.po (renamed from translations/source/rw/sfx2/source/dialog.po)0
-rw-r--r--source/rw/sfx2/source/doc.po (renamed from translations/source/rw/sfx2/source/doc.po)0
-rw-r--r--source/rw/sfx2/source/menu.po (renamed from translations/source/rw/sfx2/source/menu.po)0
-rw-r--r--source/rw/sfx2/source/view.po (renamed from translations/source/rw/sfx2/source/view.po)0
-rw-r--r--source/rw/shell/source/win32/shlxthandler/res.po (renamed from translations/source/rw/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/rw/starmath/source.po (renamed from translations/source/rw/starmath/source.po)0
-rw-r--r--source/rw/svl/source/items.po (renamed from translations/source/rw/svl/source/items.po)0
-rw-r--r--source/rw/svl/source/misc.po (renamed from translations/source/rw/svl/source/misc.po)0
-rw-r--r--source/rw/svtools/source/contnr.po (renamed from translations/source/rw/svtools/source/contnr.po)0
-rw-r--r--source/rw/svtools/source/control.po (renamed from translations/source/rw/svtools/source/control.po)0
-rw-r--r--source/rw/svtools/source/dialogs.po (renamed from translations/source/rw/svtools/source/dialogs.po)0
-rw-r--r--source/rw/svtools/source/filter.po (renamed from translations/source/rw/svtools/source/filter.po)0
-rw-r--r--source/rw/svtools/source/java.po (renamed from translations/source/rw/svtools/source/java.po)0
-rw-r--r--source/rw/svtools/source/misc.po (renamed from translations/source/rw/svtools/source/misc.po)0
-rw-r--r--source/rw/svtools/source/toolpanel.po (renamed from translations/source/rw/svtools/source/toolpanel.po)0
-rw-r--r--source/rw/svtools/workben/unodialog.po (renamed from translations/source/rw/svtools/workben/unodialog.po)0
-rw-r--r--source/rw/svx/inc.po (renamed from translations/source/rw/svx/inc.po)0
-rw-r--r--source/rw/svx/source/accessibility.po (renamed from translations/source/rw/svx/source/accessibility.po)0
-rw-r--r--source/rw/svx/source/dialog.po (renamed from translations/source/rw/svx/source/dialog.po)0
-rw-r--r--source/rw/svx/source/engine3d.po (renamed from translations/source/rw/svx/source/engine3d.po)0
-rw-r--r--source/rw/svx/source/fmcomp.po (renamed from translations/source/rw/svx/source/fmcomp.po)0
-rw-r--r--source/rw/svx/source/form.po (renamed from translations/source/rw/svx/source/form.po)0
-rw-r--r--source/rw/svx/source/gallery2.po (renamed from translations/source/rw/svx/source/gallery2.po)0
-rw-r--r--source/rw/svx/source/items.po (renamed from translations/source/rw/svx/source/items.po)0
-rw-r--r--source/rw/svx/source/src.po (renamed from translations/source/rw/svx/source/src.po)0
-rw-r--r--source/rw/svx/source/stbctrls.po (renamed from translations/source/rw/svx/source/stbctrls.po)0
-rw-r--r--source/rw/svx/source/svdraw.po (renamed from translations/source/rw/svx/source/svdraw.po)0
-rw-r--r--source/rw/svx/source/table.po (renamed from translations/source/rw/svx/source/table.po)0
-rw-r--r--source/rw/svx/source/tbxctrls.po (renamed from translations/source/rw/svx/source/tbxctrls.po)0
-rw-r--r--source/rw/svx/source/toolbars.po (renamed from translations/source/rw/svx/source/toolbars.po)0
-rw-r--r--source/rw/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/rw/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/rw/sw/source/core/layout.po (renamed from translations/source/rw/sw/source/core/layout.po)0
-rw-r--r--source/rw/sw/source/core/undo.po (renamed from translations/source/rw/sw/source/core/undo.po)0
-rw-r--r--source/rw/sw/source/core/unocore.po (renamed from translations/source/rw/sw/source/core/unocore.po)0
-rw-r--r--source/rw/sw/source/ui/app.po (renamed from translations/source/rw/sw/source/ui/app.po)0
-rw-r--r--source/rw/sw/source/ui/chrdlg.po (renamed from translations/source/rw/sw/source/ui/chrdlg.po)0
-rw-r--r--source/rw/sw/source/ui/config.po (renamed from translations/source/rw/sw/source/ui/config.po)0
-rw-r--r--source/rw/sw/source/ui/dbui.po (renamed from translations/source/rw/sw/source/ui/dbui.po)0
-rw-r--r--source/rw/sw/source/ui/dialog.po (renamed from translations/source/rw/sw/source/ui/dialog.po)0
-rw-r--r--source/rw/sw/source/ui/dochdl.po (renamed from translations/source/rw/sw/source/ui/dochdl.po)0
-rw-r--r--source/rw/sw/source/ui/docvw.po (renamed from translations/source/rw/sw/source/ui/docvw.po)0
-rw-r--r--source/rw/sw/source/ui/envelp.po (renamed from translations/source/rw/sw/source/ui/envelp.po)0
-rw-r--r--source/rw/sw/source/ui/fldui.po (renamed from translations/source/rw/sw/source/ui/fldui.po)0
-rw-r--r--source/rw/sw/source/ui/fmtui.po (renamed from translations/source/rw/sw/source/ui/fmtui.po)0
-rw-r--r--source/rw/sw/source/ui/frmdlg.po (renamed from translations/source/rw/sw/source/ui/frmdlg.po)0
-rw-r--r--source/rw/sw/source/ui/globdoc.po (renamed from translations/source/rw/sw/source/ui/globdoc.po)0
-rw-r--r--source/rw/sw/source/ui/index.po (renamed from translations/source/rw/sw/source/ui/index.po)0
-rw-r--r--source/rw/sw/source/ui/lingu.po (renamed from translations/source/rw/sw/source/ui/lingu.po)0
-rw-r--r--source/rw/sw/source/ui/misc.po (renamed from translations/source/rw/sw/source/ui/misc.po)0
-rw-r--r--source/rw/sw/source/ui/ribbar.po (renamed from translations/source/rw/sw/source/ui/ribbar.po)0
-rw-r--r--source/rw/sw/source/ui/shells.po (renamed from translations/source/rw/sw/source/ui/shells.po)0
-rw-r--r--source/rw/sw/source/ui/smartmenu.po (renamed from translations/source/rw/sw/source/ui/smartmenu.po)0
-rw-r--r--source/rw/sw/source/ui/table.po (renamed from translations/source/rw/sw/source/ui/table.po)0
-rw-r--r--source/rw/sw/source/ui/uiview.po (renamed from translations/source/rw/sw/source/ui/uiview.po)0
-rw-r--r--source/rw/sw/source/ui/utlui.po (renamed from translations/source/rw/sw/source/ui/utlui.po)0
-rw-r--r--source/rw/sw/source/ui/web.po (renamed from translations/source/rw/sw/source/ui/web.po)0
-rw-r--r--source/rw/sw/source/ui/wrtsh.po (renamed from translations/source/rw/sw/source/ui/wrtsh.po)0
-rw-r--r--source/rw/swext/mediawiki/help.po (renamed from translations/source/rw/swext/mediawiki/help.po)0
-rw-r--r--source/rw/swext/mediawiki/src.po (renamed from translations/source/rw/swext/mediawiki/src.po)0
-rw-r--r--source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/rw/sysui/desktop/share.po (renamed from translations/source/rw/sysui/desktop/share.po)0
-rw-r--r--source/rw/uui/source.po (renamed from translations/source/rw/uui/source.po)0
-rw-r--r--source/rw/vcl/source/src.po (renamed from translations/source/rw/vcl/source/src.po)0
-rw-r--r--source/rw/wizards/source/euro.po (renamed from translations/source/rw/wizards/source/euro.po)0
-rw-r--r--source/rw/wizards/source/formwizard.po (renamed from translations/source/rw/wizards/source/formwizard.po)0
-rw-r--r--source/rw/wizards/source/importwizard.po (renamed from translations/source/rw/wizards/source/importwizard.po)0
-rw-r--r--source/rw/wizards/source/schedule.po (renamed from translations/source/rw/wizards/source/schedule.po)0
-rw-r--r--source/rw/wizards/source/template.po (renamed from translations/source/rw/wizards/source/template.po)0
-rw-r--r--source/rw/xmlsecurity/source/component.po (renamed from translations/source/rw/xmlsecurity/source/component.po)0
-rw-r--r--source/rw/xmlsecurity/source/dialogs.po (renamed from translations/source/rw/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sa-IN/accessibility/source/helper.po (renamed from translations/source/sa-IN/accessibility/source/helper.po)0
-rw-r--r--source/sa-IN/avmedia/source/framework.po (renamed from translations/source/sa-IN/avmedia/source/framework.po)0
-rw-r--r--source/sa-IN/avmedia/source/viewer.po (renamed from translations/source/sa-IN/avmedia/source/viewer.po)0
-rw-r--r--source/sa-IN/basctl/source/basicide.po (renamed from translations/source/sa-IN/basctl/source/basicide.po)0
-rw-r--r--source/sa-IN/basctl/source/dlged.po (renamed from translations/source/sa-IN/basctl/source/dlged.po)0
-rw-r--r--source/sa-IN/basic/source/classes.po (renamed from translations/source/sa-IN/basic/source/classes.po)0
-rw-r--r--source/sa-IN/basic/source/sbx.po (renamed from translations/source/sa-IN/basic/source/sbx.po)0
-rw-r--r--source/sa-IN/chart2/source/controller/dialogs.po (renamed from translations/source/sa-IN/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sa-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/connectivity/source/resource.po (renamed from translations/source/sa-IN/connectivity/source/resource.po)0
-rw-r--r--source/sa-IN/cui/source/customize.po (renamed from translations/source/sa-IN/cui/source/customize.po)0
-rw-r--r--source/sa-IN/cui/source/dialogs.po (renamed from translations/source/sa-IN/cui/source/dialogs.po)0
-rw-r--r--source/sa-IN/cui/source/options.po (renamed from translations/source/sa-IN/cui/source/options.po)0
-rw-r--r--source/sa-IN/cui/source/tabpages.po (renamed from translations/source/sa-IN/cui/source/tabpages.po)0
-rw-r--r--source/sa-IN/dbaccess/source/core/resource.po (renamed from translations/source/sa-IN/dbaccess/source/core/resource.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ext/macromigration.po (renamed from translations/source/sa-IN/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sa-IN/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sa-IN/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/app.po (renamed from translations/source/sa-IN/dbaccess/source/ui/app.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/browser.po (renamed from translations/source/sa-IN/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/control.po (renamed from translations/source/sa-IN/dbaccess/source/ui/control.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/dlg.po (renamed from translations/source/sa-IN/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/inc.po (renamed from translations/source/sa-IN/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/misc.po (renamed from translations/source/sa-IN/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/querydesign.po (renamed from translations/source/sa-IN/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sa-IN/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sa-IN/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sa-IN/dbaccess/source/ui/uno.po (renamed from translations/source/sa-IN/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sa-IN/desktop/source/app.po (renamed from translations/source/sa-IN/desktop/source/app.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/gui.po (renamed from translations/source/sa-IN/desktop/source/deployment/gui.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/manager.po (renamed from translations/source/sa-IN/desktop/source/deployment/manager.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/misc.po (renamed from translations/source/sa-IN/desktop/source/deployment/misc.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/component.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/help.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/package.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/script.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sa-IN/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sa-IN/desktop/source/deployment/unopkg.po (renamed from translations/source/sa-IN/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sa-IN/dictionaries/af_ZA.po (renamed from translations/source/sa-IN/dictionaries/af_ZA.po)0
-rw-r--r--source/sa-IN/dictionaries/an_ES.po (renamed from translations/source/sa-IN/dictionaries/an_ES.po)0
-rw-r--r--source/sa-IN/dictionaries/ar.po (renamed from translations/source/sa-IN/dictionaries/ar.po)0
-rw-r--r--source/sa-IN/dictionaries/be_BY.po (renamed from translations/source/sa-IN/dictionaries/be_BY.po)0
-rw-r--r--source/sa-IN/dictionaries/bg_BG.po (renamed from translations/source/sa-IN/dictionaries/bg_BG.po)0
-rw-r--r--source/sa-IN/dictionaries/bn_BD.po (renamed from translations/source/sa-IN/dictionaries/bn_BD.po)0
-rw-r--r--source/sa-IN/dictionaries/br_FR.po (renamed from translations/source/sa-IN/dictionaries/br_FR.po)0
-rw-r--r--source/sa-IN/dictionaries/ca.po (renamed from translations/source/sa-IN/dictionaries/ca.po)0
-rw-r--r--source/sa-IN/dictionaries/cs_CZ.po (renamed from translations/source/sa-IN/dictionaries/cs_CZ.po)0
-rw-r--r--source/sa-IN/dictionaries/da_DK.po (renamed from translations/source/sa-IN/dictionaries/da_DK.po)0
-rw-r--r--source/sa-IN/dictionaries/de.po (renamed from translations/source/sa-IN/dictionaries/de.po)0
-rw-r--r--source/sa-IN/dictionaries/el_GR.po (renamed from translations/source/sa-IN/dictionaries/el_GR.po)0
-rw-r--r--source/sa-IN/dictionaries/en.po (renamed from translations/source/sa-IN/dictionaries/en.po)0
-rw-r--r--source/sa-IN/dictionaries/en/dialog.po (renamed from translations/source/sa-IN/dictionaries/en/dialog.po)0
-rw-r--r--source/sa-IN/dictionaries/es_ES.po (renamed from translations/source/sa-IN/dictionaries/es_ES.po)0
-rw-r--r--source/sa-IN/dictionaries/et_EE.po (renamed from translations/source/sa-IN/dictionaries/et_EE.po)0
-rw-r--r--source/sa-IN/dictionaries/fr_FR.po (renamed from translations/source/sa-IN/dictionaries/fr_FR.po)0
-rw-r--r--source/sa-IN/dictionaries/gd_GB.po (renamed from translations/source/sa-IN/dictionaries/gd_GB.po)0
-rw-r--r--source/sa-IN/dictionaries/gl.po (renamed from translations/source/sa-IN/dictionaries/gl.po)0
-rw-r--r--source/sa-IN/dictionaries/gu_IN.po (renamed from translations/source/sa-IN/dictionaries/gu_IN.po)0
-rw-r--r--source/sa-IN/dictionaries/he_IL.po (renamed from translations/source/sa-IN/dictionaries/he_IL.po)0
-rw-r--r--source/sa-IN/dictionaries/hi_IN.po (renamed from translations/source/sa-IN/dictionaries/hi_IN.po)0
-rw-r--r--source/sa-IN/dictionaries/hr_HR.po (renamed from translations/source/sa-IN/dictionaries/hr_HR.po)0
-rw-r--r--source/sa-IN/dictionaries/hu_HU.po (renamed from translations/source/sa-IN/dictionaries/hu_HU.po)0
-rw-r--r--source/sa-IN/dictionaries/hu_HU/dialog.po (renamed from translations/source/sa-IN/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sa-IN/dictionaries/it_IT.po (renamed from translations/source/sa-IN/dictionaries/it_IT.po)0
-rw-r--r--source/sa-IN/dictionaries/ku_TR.po (renamed from translations/source/sa-IN/dictionaries/ku_TR.po)0
-rw-r--r--source/sa-IN/dictionaries/lt_LT.po (renamed from translations/source/sa-IN/dictionaries/lt_LT.po)0
-rw-r--r--source/sa-IN/dictionaries/lv_LV.po (renamed from translations/source/sa-IN/dictionaries/lv_LV.po)0
-rw-r--r--source/sa-IN/dictionaries/ne_NP.po (renamed from translations/source/sa-IN/dictionaries/ne_NP.po)0
-rw-r--r--source/sa-IN/dictionaries/nl_NL.po (renamed from translations/source/sa-IN/dictionaries/nl_NL.po)0
-rw-r--r--source/sa-IN/dictionaries/no.po (renamed from translations/source/sa-IN/dictionaries/no.po)0
-rw-r--r--source/sa-IN/dictionaries/oc_FR.po (renamed from translations/source/sa-IN/dictionaries/oc_FR.po)0
-rw-r--r--source/sa-IN/dictionaries/pl_PL.po (renamed from translations/source/sa-IN/dictionaries/pl_PL.po)0
-rw-r--r--source/sa-IN/dictionaries/pt_BR.po (renamed from translations/source/sa-IN/dictionaries/pt_BR.po)0
-rw-r--r--source/sa-IN/dictionaries/pt_PT.po (renamed from translations/source/sa-IN/dictionaries/pt_PT.po)0
-rw-r--r--source/sa-IN/dictionaries/ro.po (renamed from translations/source/sa-IN/dictionaries/ro.po)0
-rw-r--r--source/sa-IN/dictionaries/ru_RU.po (renamed from translations/source/sa-IN/dictionaries/ru_RU.po)0
-rw-r--r--source/sa-IN/dictionaries/ru_RU/dialog.po (renamed from translations/source/sa-IN/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sa-IN/dictionaries/si_LK.po (renamed from translations/source/sa-IN/dictionaries/si_LK.po)0
-rw-r--r--source/sa-IN/dictionaries/sk_SK.po (renamed from translations/source/sa-IN/dictionaries/sk_SK.po)0
-rw-r--r--source/sa-IN/dictionaries/sl_SI.po (renamed from translations/source/sa-IN/dictionaries/sl_SI.po)0
-rw-r--r--source/sa-IN/dictionaries/sr.po (renamed from translations/source/sa-IN/dictionaries/sr.po)0
-rw-r--r--source/sa-IN/dictionaries/sv_SE.po (renamed from translations/source/sa-IN/dictionaries/sv_SE.po)0
-rw-r--r--source/sa-IN/dictionaries/sw_TZ.po (renamed from translations/source/sa-IN/dictionaries/sw_TZ.po)0
-rw-r--r--source/sa-IN/dictionaries/te_IN.po (renamed from translations/source/sa-IN/dictionaries/te_IN.po)0
-rw-r--r--source/sa-IN/dictionaries/th_TH.po (renamed from translations/source/sa-IN/dictionaries/th_TH.po)0
-rw-r--r--source/sa-IN/dictionaries/uk_UA.po (renamed from translations/source/sa-IN/dictionaries/uk_UA.po)0
-rw-r--r--source/sa-IN/dictionaries/vi.po (renamed from translations/source/sa-IN/dictionaries/vi.po)0
-rw-r--r--source/sa-IN/dictionaries/zu_ZA.po (renamed from translations/source/sa-IN/dictionaries/zu_ZA.po)0
-rw-r--r--source/sa-IN/editeng/source/accessibility.po (renamed from translations/source/sa-IN/editeng/source/accessibility.po)0
-rw-r--r--source/sa-IN/editeng/source/editeng.po (renamed from translations/source/sa-IN/editeng/source/editeng.po)0
-rw-r--r--source/sa-IN/editeng/source/items.po (renamed from translations/source/sa-IN/editeng/source/items.po)0
-rw-r--r--source/sa-IN/editeng/source/misc.po (renamed from translations/source/sa-IN/editeng/source/misc.po)0
-rw-r--r--source/sa-IN/editeng/source/outliner.po (renamed from translations/source/sa-IN/editeng/source/outliner.po)0
-rw-r--r--source/sa-IN/extensions/source/abpilot.po (renamed from translations/source/sa-IN/extensions/source/abpilot.po)0
-rw-r--r--source/sa-IN/extensions/source/bibliography.po (renamed from translations/source/sa-IN/extensions/source/bibliography.po)0
-rw-r--r--source/sa-IN/extensions/source/dbpilots.po (renamed from translations/source/sa-IN/extensions/source/dbpilots.po)0
-rw-r--r--source/sa-IN/extensions/source/propctrlr.po (renamed from translations/source/sa-IN/extensions/source/propctrlr.po)0
-rw-r--r--source/sa-IN/extensions/source/scanner.po (renamed from translations/source/sa-IN/extensions/source/scanner.po)0
-rw-r--r--source/sa-IN/extensions/source/update/check.po (renamed from translations/source/sa-IN/extensions/source/update/check.po)0
-rw-r--r--source/sa-IN/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sa-IN/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sa-IN/filter/source/config/fragments/filters.po (renamed from translations/source/sa-IN/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sa-IN/filter/source/config/fragments/types.po (renamed from translations/source/sa-IN/filter/source/config/fragments/types.po)0
-rw-r--r--source/sa-IN/filter/source/flash.po (renamed from translations/source/sa-IN/filter/source/flash.po)0
-rw-r--r--source/sa-IN/filter/source/graphicfilter/eps.po (renamed from translations/source/sa-IN/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sa-IN/filter/source/pdf.po (renamed from translations/source/sa-IN/filter/source/pdf.po)0
-rw-r--r--source/sa-IN/filter/source/t602.po (renamed from translations/source/sa-IN/filter/source/t602.po)0
-rw-r--r--source/sa-IN/filter/source/xsltdialog.po (renamed from translations/source/sa-IN/filter/source/xsltdialog.po)0
-rw-r--r--source/sa-IN/forms/source/resource.po (renamed from translations/source/sa-IN/forms/source/resource.po)0
-rw-r--r--source/sa-IN/formula/source/core/resource.po (renamed from translations/source/sa-IN/formula/source/core/resource.po)0
-rw-r--r--source/sa-IN/formula/source/ui/dlg.po (renamed from translations/source/sa-IN/formula/source/ui/dlg.po)0
-rw-r--r--source/sa-IN/fpicker/source/office.po (renamed from translations/source/sa-IN/fpicker/source/office.po)0
-rw-r--r--source/sa-IN/framework/source/classes.po (renamed from translations/source/sa-IN/framework/source/classes.po)0
-rw-r--r--source/sa-IN/framework/source/services.po (renamed from translations/source/sa-IN/framework/source/services.po)0
-rw-r--r--source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sa-IN/mysqlc/source.po (renamed from translations/source/sa-IN/mysqlc/source.po)0
-rw-r--r--source/sa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sa-IN/nlpsolver/src/locale.po (renamed from translations/source/sa-IN/nlpsolver/src/locale.po)0
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sa-IN/padmin/source.po (renamed from translations/source/sa-IN/padmin/source.po)0
-rw-r--r--source/sa-IN/readlicense_oo/docs/readme.po (renamed from translations/source/sa-IN/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sa-IN/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sa-IN/reportbuilder/util.po (renamed from translations/source/sa-IN/reportbuilder/util.po)0
-rw-r--r--source/sa-IN/reportdesign/source/core/resource.po (renamed from translations/source/sa-IN/reportdesign/source/core/resource.po)0
-rw-r--r--source/sa-IN/reportdesign/source/ui/dlg.po (renamed from translations/source/sa-IN/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sa-IN/reportdesign/source/ui/inspection.po (renamed from translations/source/sa-IN/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sa-IN/reportdesign/source/ui/report.po (renamed from translations/source/sa-IN/reportdesign/source/ui/report.po)0
-rw-r--r--source/sa-IN/sc/source/core/src.po (renamed from translations/source/sa-IN/sc/source/core/src.po)0
-rw-r--r--source/sa-IN/sc/source/ui/cctrl.po (renamed from translations/source/sa-IN/sc/source/ui/cctrl.po)0
-rw-r--r--source/sa-IN/sc/source/ui/dbgui.po (renamed from translations/source/sa-IN/sc/source/ui/dbgui.po)0
-rw-r--r--source/sa-IN/sc/source/ui/docshell.po (renamed from translations/source/sa-IN/sc/source/ui/docshell.po)0
-rw-r--r--source/sa-IN/sc/source/ui/drawfunc.po (renamed from translations/source/sa-IN/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sa-IN/sc/source/ui/formdlg.po (renamed from translations/source/sa-IN/sc/source/ui/formdlg.po)0
-rw-r--r--source/sa-IN/sc/source/ui/miscdlgs.po (renamed from translations/source/sa-IN/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sa-IN/sc/source/ui/navipi.po (renamed from translations/source/sa-IN/sc/source/ui/navipi.po)0
-rw-r--r--source/sa-IN/sc/source/ui/optdlg.po (renamed from translations/source/sa-IN/sc/source/ui/optdlg.po)0
-rw-r--r--source/sa-IN/sc/source/ui/pagedlg.po (renamed from translations/source/sa-IN/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sa-IN/sc/source/ui/src.po (renamed from translations/source/sa-IN/sc/source/ui/src.po)0
-rw-r--r--source/sa-IN/sc/source/ui/styleui.po (renamed from translations/source/sa-IN/sc/source/ui/styleui.po)0
-rw-r--r--source/sa-IN/scaddins/source/analysis.po (renamed from translations/source/sa-IN/scaddins/source/analysis.po)0
-rw-r--r--source/sa-IN/scaddins/source/datefunc.po (renamed from translations/source/sa-IN/scaddins/source/datefunc.po)0
-rw-r--r--source/sa-IN/sccomp/source/solver.po (renamed from translations/source/sa-IN/sccomp/source/solver.po)0
-rw-r--r--source/sa-IN/scp2/source/accessories.po (renamed from translations/source/sa-IN/scp2/source/accessories.po)0
-rw-r--r--source/sa-IN/scp2/source/activex.po (renamed from translations/source/sa-IN/scp2/source/activex.po)0
-rw-r--r--source/sa-IN/scp2/source/base.po (renamed from translations/source/sa-IN/scp2/source/base.po)0
-rw-r--r--source/sa-IN/scp2/source/binfilter.po (renamed from translations/source/sa-IN/scp2/source/binfilter.po)0
-rw-r--r--source/sa-IN/scp2/source/calc.po (renamed from translations/source/sa-IN/scp2/source/calc.po)0
-rw-r--r--source/sa-IN/scp2/source/draw.po (renamed from translations/source/sa-IN/scp2/source/draw.po)0
-rw-r--r--source/sa-IN/scp2/source/extensions.po (renamed from translations/source/sa-IN/scp2/source/extensions.po)0
-rw-r--r--source/sa-IN/scp2/source/gnome.po (renamed from translations/source/sa-IN/scp2/source/gnome.po)0
-rw-r--r--source/sa-IN/scp2/source/graphicfilter.po (renamed from translations/source/sa-IN/scp2/source/graphicfilter.po)0
-rw-r--r--source/sa-IN/scp2/source/impress.po (renamed from translations/source/sa-IN/scp2/source/impress.po)0
-rw-r--r--source/sa-IN/scp2/source/javafilter.po (renamed from translations/source/sa-IN/scp2/source/javafilter.po)0
-rw-r--r--source/sa-IN/scp2/source/kde.po (renamed from translations/source/sa-IN/scp2/source/kde.po)0
-rw-r--r--source/sa-IN/scp2/source/math.po (renamed from translations/source/sa-IN/scp2/source/math.po)0
-rw-r--r--source/sa-IN/scp2/source/onlineupdate.po (renamed from translations/source/sa-IN/scp2/source/onlineupdate.po)0
-rw-r--r--source/sa-IN/scp2/source/ooo.po (renamed from translations/source/sa-IN/scp2/source/ooo.po)0
-rw-r--r--source/sa-IN/scp2/source/python.po (renamed from translations/source/sa-IN/scp2/source/python.po)0
-rw-r--r--source/sa-IN/scp2/source/quickstart.po (renamed from translations/source/sa-IN/scp2/source/quickstart.po)0
-rw-r--r--source/sa-IN/scp2/source/sdkoo.po (renamed from translations/source/sa-IN/scp2/source/sdkoo.po)0
-rw-r--r--source/sa-IN/scp2/source/smoketest.po (renamed from translations/source/sa-IN/scp2/source/smoketest.po)0
-rw-r--r--source/sa-IN/scp2/source/stdlibs.po (renamed from translations/source/sa-IN/scp2/source/stdlibs.po)0
-rw-r--r--source/sa-IN/scp2/source/tde.po (renamed from translations/source/sa-IN/scp2/source/tde.po)0
-rw-r--r--source/sa-IN/scp2/source/winexplorerext.po (renamed from translations/source/sa-IN/scp2/source/winexplorerext.po)0
-rw-r--r--source/sa-IN/scp2/source/writer.po (renamed from translations/source/sa-IN/scp2/source/writer.po)0
-rw-r--r--source/sa-IN/scp2/source/xsltfilter.po (renamed from translations/source/sa-IN/scp2/source/xsltfilter.po)0
-rw-r--r--source/sa-IN/scripting/source/pyprov.po (renamed from translations/source/sa-IN/scripting/source/pyprov.po)0
-rw-r--r--source/sa-IN/sd/source/core.po (renamed from translations/source/sa-IN/sd/source/core.po)0
-rw-r--r--source/sa-IN/sd/source/filter/html.po (renamed from translations/source/sa-IN/sd/source/filter/html.po)0
-rw-r--r--source/sa-IN/sd/source/ui/accessibility.po (renamed from translations/source/sa-IN/sd/source/ui/accessibility.po)0
-rw-r--r--source/sa-IN/sd/source/ui/animations.po (renamed from translations/source/sa-IN/sd/source/ui/animations.po)0
-rw-r--r--source/sa-IN/sd/source/ui/annotations.po (renamed from translations/source/sa-IN/sd/source/ui/annotations.po)0
-rw-r--r--source/sa-IN/sd/source/ui/app.po (renamed from translations/source/sa-IN/sd/source/ui/app.po)0
-rw-r--r--source/sa-IN/sd/source/ui/dlg.po (renamed from translations/source/sa-IN/sd/source/ui/dlg.po)0
-rw-r--r--source/sa-IN/sd/source/ui/slideshow.po (renamed from translations/source/sa-IN/sd/source/ui/slideshow.po)0
-rw-r--r--source/sa-IN/sd/source/ui/table.po (renamed from translations/source/sa-IN/sd/source/ui/table.po)0
-rw-r--r--source/sa-IN/sd/source/ui/view.po (renamed from translations/source/sa-IN/sd/source/ui/view.po)0
-rw-r--r--source/sa-IN/sdext/source/minimizer.po (renamed from translations/source/sa-IN/sdext/source/minimizer.po)0
-rw-r--r--source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sa-IN/sdext/source/pdfimport.po (renamed from translations/source/sa-IN/sdext/source/pdfimport.po)0
-rw-r--r--source/sa-IN/sdext/source/presenter.po (renamed from translations/source/sa-IN/sdext/source/presenter.po)0
-rw-r--r--source/sa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sa-IN/setup_native/source/mac.po (renamed from translations/source/sa-IN/setup_native/source/mac.po)0
-rw-r--r--source/sa-IN/sfx2/source/appl.po (renamed from translations/source/sa-IN/sfx2/source/appl.po)0
-rw-r--r--source/sa-IN/sfx2/source/bastyp.po (renamed from translations/source/sa-IN/sfx2/source/bastyp.po)0
-rw-r--r--source/sa-IN/sfx2/source/dialog.po (renamed from translations/source/sa-IN/sfx2/source/dialog.po)0
-rw-r--r--source/sa-IN/sfx2/source/doc.po (renamed from translations/source/sa-IN/sfx2/source/doc.po)0
-rw-r--r--source/sa-IN/sfx2/source/menu.po (renamed from translations/source/sa-IN/sfx2/source/menu.po)0
-rw-r--r--source/sa-IN/sfx2/source/view.po (renamed from translations/source/sa-IN/sfx2/source/view.po)0
-rw-r--r--source/sa-IN/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sa-IN/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sa-IN/starmath/source.po (renamed from translations/source/sa-IN/starmath/source.po)0
-rw-r--r--source/sa-IN/svl/source/items.po (renamed from translations/source/sa-IN/svl/source/items.po)0
-rw-r--r--source/sa-IN/svl/source/misc.po (renamed from translations/source/sa-IN/svl/source/misc.po)0
-rw-r--r--source/sa-IN/svtools/source/contnr.po (renamed from translations/source/sa-IN/svtools/source/contnr.po)0
-rw-r--r--source/sa-IN/svtools/source/control.po (renamed from translations/source/sa-IN/svtools/source/control.po)0
-rw-r--r--source/sa-IN/svtools/source/dialogs.po (renamed from translations/source/sa-IN/svtools/source/dialogs.po)0
-rw-r--r--source/sa-IN/svtools/source/filter.po (renamed from translations/source/sa-IN/svtools/source/filter.po)0
-rw-r--r--source/sa-IN/svtools/source/java.po (renamed from translations/source/sa-IN/svtools/source/java.po)0
-rw-r--r--source/sa-IN/svtools/source/misc.po (renamed from translations/source/sa-IN/svtools/source/misc.po)0
-rw-r--r--source/sa-IN/svtools/source/toolpanel.po (renamed from translations/source/sa-IN/svtools/source/toolpanel.po)0
-rw-r--r--source/sa-IN/svtools/workben/unodialog.po (renamed from translations/source/sa-IN/svtools/workben/unodialog.po)0
-rw-r--r--source/sa-IN/svx/inc.po (renamed from translations/source/sa-IN/svx/inc.po)0
-rw-r--r--source/sa-IN/svx/source/accessibility.po (renamed from translations/source/sa-IN/svx/source/accessibility.po)0
-rw-r--r--source/sa-IN/svx/source/dialog.po (renamed from translations/source/sa-IN/svx/source/dialog.po)0
-rw-r--r--source/sa-IN/svx/source/engine3d.po (renamed from translations/source/sa-IN/svx/source/engine3d.po)0
-rw-r--r--source/sa-IN/svx/source/fmcomp.po (renamed from translations/source/sa-IN/svx/source/fmcomp.po)0
-rw-r--r--source/sa-IN/svx/source/form.po (renamed from translations/source/sa-IN/svx/source/form.po)0
-rw-r--r--source/sa-IN/svx/source/gallery2.po (renamed from translations/source/sa-IN/svx/source/gallery2.po)0
-rw-r--r--source/sa-IN/svx/source/items.po (renamed from translations/source/sa-IN/svx/source/items.po)0
-rw-r--r--source/sa-IN/svx/source/src.po (renamed from translations/source/sa-IN/svx/source/src.po)0
-rw-r--r--source/sa-IN/svx/source/stbctrls.po (renamed from translations/source/sa-IN/svx/source/stbctrls.po)0
-rw-r--r--source/sa-IN/svx/source/svdraw.po (renamed from translations/source/sa-IN/svx/source/svdraw.po)0
-rw-r--r--source/sa-IN/svx/source/table.po (renamed from translations/source/sa-IN/svx/source/table.po)0
-rw-r--r--source/sa-IN/svx/source/tbxctrls.po (renamed from translations/source/sa-IN/svx/source/tbxctrls.po)0
-rw-r--r--source/sa-IN/svx/source/toolbars.po (renamed from translations/source/sa-IN/svx/source/toolbars.po)0
-rw-r--r--source/sa-IN/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sa-IN/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sa-IN/sw/source/core/layout.po (renamed from translations/source/sa-IN/sw/source/core/layout.po)0
-rw-r--r--source/sa-IN/sw/source/core/undo.po (renamed from translations/source/sa-IN/sw/source/core/undo.po)0
-rw-r--r--source/sa-IN/sw/source/core/unocore.po (renamed from translations/source/sa-IN/sw/source/core/unocore.po)0
-rw-r--r--source/sa-IN/sw/source/ui/app.po (renamed from translations/source/sa-IN/sw/source/ui/app.po)0
-rw-r--r--source/sa-IN/sw/source/ui/chrdlg.po (renamed from translations/source/sa-IN/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sa-IN/sw/source/ui/config.po (renamed from translations/source/sa-IN/sw/source/ui/config.po)0
-rw-r--r--source/sa-IN/sw/source/ui/dbui.po (renamed from translations/source/sa-IN/sw/source/ui/dbui.po)0
-rw-r--r--source/sa-IN/sw/source/ui/dialog.po (renamed from translations/source/sa-IN/sw/source/ui/dialog.po)0
-rw-r--r--source/sa-IN/sw/source/ui/dochdl.po (renamed from translations/source/sa-IN/sw/source/ui/dochdl.po)0
-rw-r--r--source/sa-IN/sw/source/ui/docvw.po (renamed from translations/source/sa-IN/sw/source/ui/docvw.po)0
-rw-r--r--source/sa-IN/sw/source/ui/envelp.po (renamed from translations/source/sa-IN/sw/source/ui/envelp.po)0
-rw-r--r--source/sa-IN/sw/source/ui/fldui.po (renamed from translations/source/sa-IN/sw/source/ui/fldui.po)0
-rw-r--r--source/sa-IN/sw/source/ui/fmtui.po (renamed from translations/source/sa-IN/sw/source/ui/fmtui.po)0
-rw-r--r--source/sa-IN/sw/source/ui/frmdlg.po (renamed from translations/source/sa-IN/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sa-IN/sw/source/ui/globdoc.po (renamed from translations/source/sa-IN/sw/source/ui/globdoc.po)0
-rw-r--r--source/sa-IN/sw/source/ui/index.po (renamed from translations/source/sa-IN/sw/source/ui/index.po)0
-rw-r--r--source/sa-IN/sw/source/ui/lingu.po (renamed from translations/source/sa-IN/sw/source/ui/lingu.po)0
-rw-r--r--source/sa-IN/sw/source/ui/misc.po (renamed from translations/source/sa-IN/sw/source/ui/misc.po)0
-rw-r--r--source/sa-IN/sw/source/ui/ribbar.po (renamed from translations/source/sa-IN/sw/source/ui/ribbar.po)0
-rw-r--r--source/sa-IN/sw/source/ui/shells.po (renamed from translations/source/sa-IN/sw/source/ui/shells.po)0
-rw-r--r--source/sa-IN/sw/source/ui/smartmenu.po (renamed from translations/source/sa-IN/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sa-IN/sw/source/ui/table.po (renamed from translations/source/sa-IN/sw/source/ui/table.po)0
-rw-r--r--source/sa-IN/sw/source/ui/uiview.po (renamed from translations/source/sa-IN/sw/source/ui/uiview.po)0
-rw-r--r--source/sa-IN/sw/source/ui/utlui.po (renamed from translations/source/sa-IN/sw/source/ui/utlui.po)0
-rw-r--r--source/sa-IN/sw/source/ui/web.po (renamed from translations/source/sa-IN/sw/source/ui/web.po)0
-rw-r--r--source/sa-IN/sw/source/ui/wrtsh.po (renamed from translations/source/sa-IN/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sa-IN/swext/mediawiki/help.po (renamed from translations/source/sa-IN/swext/mediawiki/help.po)0
-rw-r--r--source/sa-IN/swext/mediawiki/src.po (renamed from translations/source/sa-IN/swext/mediawiki/src.po)0
-rw-r--r--source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sa-IN/sysui/desktop/share.po (renamed from translations/source/sa-IN/sysui/desktop/share.po)0
-rw-r--r--source/sa-IN/uui/source.po (renamed from translations/source/sa-IN/uui/source.po)0
-rw-r--r--source/sa-IN/vcl/source/src.po (renamed from translations/source/sa-IN/vcl/source/src.po)0
-rw-r--r--source/sa-IN/wizards/source/euro.po (renamed from translations/source/sa-IN/wizards/source/euro.po)0
-rw-r--r--source/sa-IN/wizards/source/formwizard.po (renamed from translations/source/sa-IN/wizards/source/formwizard.po)0
-rw-r--r--source/sa-IN/wizards/source/importwizard.po (renamed from translations/source/sa-IN/wizards/source/importwizard.po)0
-rw-r--r--source/sa-IN/wizards/source/schedule.po (renamed from translations/source/sa-IN/wizards/source/schedule.po)0
-rw-r--r--source/sa-IN/wizards/source/template.po (renamed from translations/source/sa-IN/wizards/source/template.po)0
-rw-r--r--source/sa-IN/xmlsecurity/source/component.po (renamed from translations/source/sa-IN/xmlsecurity/source/component.po)0
-rw-r--r--source/sa-IN/xmlsecurity/source/dialogs.po (renamed from translations/source/sa-IN/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sat/accessibility/source/helper.po (renamed from translations/source/sat/accessibility/source/helper.po)0
-rw-r--r--source/sat/avmedia/source/framework.po (renamed from translations/source/sat/avmedia/source/framework.po)0
-rw-r--r--source/sat/avmedia/source/viewer.po (renamed from translations/source/sat/avmedia/source/viewer.po)0
-rw-r--r--source/sat/basctl/source/basicide.po (renamed from translations/source/sat/basctl/source/basicide.po)0
-rw-r--r--source/sat/basctl/source/dlged.po (renamed from translations/source/sat/basctl/source/dlged.po)0
-rw-r--r--source/sat/basic/source/classes.po (renamed from translations/source/sat/basic/source/classes.po)0
-rw-r--r--source/sat/basic/source/sbx.po (renamed from translations/source/sat/basic/source/sbx.po)0
-rw-r--r--source/sat/chart2/source/controller/dialogs.po (renamed from translations/source/sat/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sat/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sat/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sat/connectivity/source/resource.po (renamed from translations/source/sat/connectivity/source/resource.po)0
-rw-r--r--source/sat/cui/source/customize.po (renamed from translations/source/sat/cui/source/customize.po)0
-rw-r--r--source/sat/cui/source/dialogs.po (renamed from translations/source/sat/cui/source/dialogs.po)0
-rw-r--r--source/sat/cui/source/options.po (renamed from translations/source/sat/cui/source/options.po)0
-rw-r--r--source/sat/cui/source/tabpages.po (renamed from translations/source/sat/cui/source/tabpages.po)0
-rw-r--r--source/sat/dbaccess/source/core/resource.po (renamed from translations/source/sat/dbaccess/source/core/resource.po)0
-rw-r--r--source/sat/dbaccess/source/ext/macromigration.po (renamed from translations/source/sat/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sat/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sat/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sat/dbaccess/source/ui/app.po (renamed from translations/source/sat/dbaccess/source/ui/app.po)0
-rw-r--r--source/sat/dbaccess/source/ui/browser.po (renamed from translations/source/sat/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sat/dbaccess/source/ui/control.po (renamed from translations/source/sat/dbaccess/source/ui/control.po)0
-rw-r--r--source/sat/dbaccess/source/ui/dlg.po (renamed from translations/source/sat/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sat/dbaccess/source/ui/inc.po (renamed from translations/source/sat/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sat/dbaccess/source/ui/misc.po (renamed from translations/source/sat/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sat/dbaccess/source/ui/querydesign.po (renamed from translations/source/sat/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sat/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sat/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sat/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sat/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sat/dbaccess/source/ui/uno.po (renamed from translations/source/sat/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sat/desktop/source/app.po (renamed from translations/source/sat/desktop/source/app.po)0
-rw-r--r--source/sat/desktop/source/deployment/gui.po (renamed from translations/source/sat/desktop/source/deployment/gui.po)0
-rw-r--r--source/sat/desktop/source/deployment/manager.po (renamed from translations/source/sat/desktop/source/deployment/manager.po)0
-rw-r--r--source/sat/desktop/source/deployment/misc.po (renamed from translations/source/sat/desktop/source/deployment/misc.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry.po (renamed from translations/source/sat/desktop/source/deployment/registry.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/component.po (renamed from translations/source/sat/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sat/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/help.po (renamed from translations/source/sat/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/package.po (renamed from translations/source/sat/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/script.po (renamed from translations/source/sat/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sat/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sat/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sat/desktop/source/deployment/unopkg.po (renamed from translations/source/sat/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sat/dictionaries/af_ZA.po (renamed from translations/source/sat/dictionaries/af_ZA.po)0
-rw-r--r--source/sat/dictionaries/an_ES.po (renamed from translations/source/sat/dictionaries/an_ES.po)0
-rw-r--r--source/sat/dictionaries/ar.po (renamed from translations/source/sat/dictionaries/ar.po)0
-rw-r--r--source/sat/dictionaries/be_BY.po (renamed from translations/source/sat/dictionaries/be_BY.po)0
-rw-r--r--source/sat/dictionaries/bg_BG.po (renamed from translations/source/sat/dictionaries/bg_BG.po)0
-rw-r--r--source/sat/dictionaries/bn_BD.po (renamed from translations/source/sat/dictionaries/bn_BD.po)0
-rw-r--r--source/sat/dictionaries/br_FR.po (renamed from translations/source/sat/dictionaries/br_FR.po)0
-rw-r--r--source/sat/dictionaries/ca.po (renamed from translations/source/sat/dictionaries/ca.po)0
-rw-r--r--source/sat/dictionaries/cs_CZ.po (renamed from translations/source/sat/dictionaries/cs_CZ.po)0
-rw-r--r--source/sat/dictionaries/da_DK.po (renamed from translations/source/sat/dictionaries/da_DK.po)0
-rw-r--r--source/sat/dictionaries/de.po (renamed from translations/source/sat/dictionaries/de.po)0
-rw-r--r--source/sat/dictionaries/el_GR.po (renamed from translations/source/sat/dictionaries/el_GR.po)0
-rw-r--r--source/sat/dictionaries/en.po (renamed from translations/source/sat/dictionaries/en.po)0
-rw-r--r--source/sat/dictionaries/en/dialog.po (renamed from translations/source/sat/dictionaries/en/dialog.po)0
-rw-r--r--source/sat/dictionaries/es_ES.po (renamed from translations/source/sat/dictionaries/es_ES.po)0
-rw-r--r--source/sat/dictionaries/et_EE.po (renamed from translations/source/sat/dictionaries/et_EE.po)0
-rw-r--r--source/sat/dictionaries/fr_FR.po (renamed from translations/source/sat/dictionaries/fr_FR.po)0
-rw-r--r--source/sat/dictionaries/gd_GB.po (renamed from translations/source/sat/dictionaries/gd_GB.po)0
-rw-r--r--source/sat/dictionaries/gl.po (renamed from translations/source/sat/dictionaries/gl.po)0
-rw-r--r--source/sat/dictionaries/gu_IN.po (renamed from translations/source/sat/dictionaries/gu_IN.po)0
-rw-r--r--source/sat/dictionaries/he_IL.po (renamed from translations/source/sat/dictionaries/he_IL.po)0
-rw-r--r--source/sat/dictionaries/hi_IN.po (renamed from translations/source/sat/dictionaries/hi_IN.po)0
-rw-r--r--source/sat/dictionaries/hr_HR.po (renamed from translations/source/sat/dictionaries/hr_HR.po)0
-rw-r--r--source/sat/dictionaries/hu_HU.po (renamed from translations/source/sat/dictionaries/hu_HU.po)0
-rw-r--r--source/sat/dictionaries/hu_HU/dialog.po (renamed from translations/source/sat/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sat/dictionaries/it_IT.po (renamed from translations/source/sat/dictionaries/it_IT.po)0
-rw-r--r--source/sat/dictionaries/ku_TR.po (renamed from translations/source/sat/dictionaries/ku_TR.po)0
-rw-r--r--source/sat/dictionaries/lt_LT.po (renamed from translations/source/sat/dictionaries/lt_LT.po)0
-rw-r--r--source/sat/dictionaries/lv_LV.po (renamed from translations/source/sat/dictionaries/lv_LV.po)0
-rw-r--r--source/sat/dictionaries/ne_NP.po (renamed from translations/source/sat/dictionaries/ne_NP.po)0
-rw-r--r--source/sat/dictionaries/nl_NL.po (renamed from translations/source/sat/dictionaries/nl_NL.po)0
-rw-r--r--source/sat/dictionaries/no.po (renamed from translations/source/sat/dictionaries/no.po)0
-rw-r--r--source/sat/dictionaries/oc_FR.po (renamed from translations/source/sat/dictionaries/oc_FR.po)0
-rw-r--r--source/sat/dictionaries/pl_PL.po (renamed from translations/source/sat/dictionaries/pl_PL.po)0
-rw-r--r--source/sat/dictionaries/pt_BR.po (renamed from translations/source/sat/dictionaries/pt_BR.po)0
-rw-r--r--source/sat/dictionaries/pt_PT.po (renamed from translations/source/sat/dictionaries/pt_PT.po)0
-rw-r--r--source/sat/dictionaries/ro.po (renamed from translations/source/sat/dictionaries/ro.po)0
-rw-r--r--source/sat/dictionaries/ru_RU.po (renamed from translations/source/sat/dictionaries/ru_RU.po)0
-rw-r--r--source/sat/dictionaries/ru_RU/dialog.po (renamed from translations/source/sat/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sat/dictionaries/si_LK.po (renamed from translations/source/sat/dictionaries/si_LK.po)0
-rw-r--r--source/sat/dictionaries/sk_SK.po (renamed from translations/source/sat/dictionaries/sk_SK.po)0
-rw-r--r--source/sat/dictionaries/sl_SI.po (renamed from translations/source/sat/dictionaries/sl_SI.po)0
-rw-r--r--source/sat/dictionaries/sr.po (renamed from translations/source/sat/dictionaries/sr.po)0
-rw-r--r--source/sat/dictionaries/sv_SE.po (renamed from translations/source/sat/dictionaries/sv_SE.po)0
-rw-r--r--source/sat/dictionaries/sw_TZ.po (renamed from translations/source/sat/dictionaries/sw_TZ.po)0
-rw-r--r--source/sat/dictionaries/te_IN.po (renamed from translations/source/sat/dictionaries/te_IN.po)0
-rw-r--r--source/sat/dictionaries/th_TH.po (renamed from translations/source/sat/dictionaries/th_TH.po)0
-rw-r--r--source/sat/dictionaries/uk_UA.po (renamed from translations/source/sat/dictionaries/uk_UA.po)0
-rw-r--r--source/sat/dictionaries/vi.po (renamed from translations/source/sat/dictionaries/vi.po)0
-rw-r--r--source/sat/dictionaries/zu_ZA.po (renamed from translations/source/sat/dictionaries/zu_ZA.po)0
-rw-r--r--source/sat/editeng/source/accessibility.po (renamed from translations/source/sat/editeng/source/accessibility.po)0
-rw-r--r--source/sat/editeng/source/editeng.po (renamed from translations/source/sat/editeng/source/editeng.po)0
-rw-r--r--source/sat/editeng/source/items.po (renamed from translations/source/sat/editeng/source/items.po)0
-rw-r--r--source/sat/editeng/source/misc.po (renamed from translations/source/sat/editeng/source/misc.po)0
-rw-r--r--source/sat/editeng/source/outliner.po (renamed from translations/source/sat/editeng/source/outliner.po)0
-rw-r--r--source/sat/extensions/source/abpilot.po (renamed from translations/source/sat/extensions/source/abpilot.po)0
-rw-r--r--source/sat/extensions/source/bibliography.po (renamed from translations/source/sat/extensions/source/bibliography.po)0
-rw-r--r--source/sat/extensions/source/dbpilots.po (renamed from translations/source/sat/extensions/source/dbpilots.po)0
-rw-r--r--source/sat/extensions/source/propctrlr.po (renamed from translations/source/sat/extensions/source/propctrlr.po)0
-rw-r--r--source/sat/extensions/source/scanner.po (renamed from translations/source/sat/extensions/source/scanner.po)0
-rw-r--r--source/sat/extensions/source/update/check.po (renamed from translations/source/sat/extensions/source/update/check.po)0
-rw-r--r--source/sat/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sat/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sat/filter/source/config/fragments/filters.po (renamed from translations/source/sat/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sat/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sat/filter/source/config/fragments/types.po (renamed from translations/source/sat/filter/source/config/fragments/types.po)0
-rw-r--r--source/sat/filter/source/flash.po (renamed from translations/source/sat/filter/source/flash.po)0
-rw-r--r--source/sat/filter/source/graphicfilter/eps.po (renamed from translations/source/sat/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sat/filter/source/pdf.po (renamed from translations/source/sat/filter/source/pdf.po)0
-rw-r--r--source/sat/filter/source/t602.po (renamed from translations/source/sat/filter/source/t602.po)0
-rw-r--r--source/sat/filter/source/xsltdialog.po (renamed from translations/source/sat/filter/source/xsltdialog.po)0
-rw-r--r--source/sat/forms/source/resource.po (renamed from translations/source/sat/forms/source/resource.po)0
-rw-r--r--source/sat/formula/source/core/resource.po (renamed from translations/source/sat/formula/source/core/resource.po)0
-rw-r--r--source/sat/formula/source/ui/dlg.po (renamed from translations/source/sat/formula/source/ui/dlg.po)0
-rw-r--r--source/sat/fpicker/source/office.po (renamed from translations/source/sat/fpicker/source/office.po)0
-rw-r--r--source/sat/framework/source/classes.po (renamed from translations/source/sat/framework/source/classes.po)0
-rw-r--r--source/sat/framework/source/services.po (renamed from translations/source/sat/framework/source/services.po)0
-rw-r--r--source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sat/mysqlc/source.po (renamed from translations/source/sat/mysqlc/source.po)0
-rw-r--r--source/sat/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sat/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sat/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sat/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sat/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sat/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sat/nlpsolver/src/locale.po (renamed from translations/source/sat/nlpsolver/src/locale.po)0
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sat/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sat/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sat/padmin/source.po (renamed from translations/source/sat/padmin/source.po)0
-rw-r--r--source/sat/readlicense_oo/docs/readme.po (renamed from translations/source/sat/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sat/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sat/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sat/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sat/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sat/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sat/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sat/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sat/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sat/reportbuilder/util.po (renamed from translations/source/sat/reportbuilder/util.po)0
-rw-r--r--source/sat/reportdesign/source/core/resource.po (renamed from translations/source/sat/reportdesign/source/core/resource.po)0
-rw-r--r--source/sat/reportdesign/source/ui/dlg.po (renamed from translations/source/sat/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sat/reportdesign/source/ui/inspection.po (renamed from translations/source/sat/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sat/reportdesign/source/ui/report.po (renamed from translations/source/sat/reportdesign/source/ui/report.po)0
-rw-r--r--source/sat/sc/source/core/src.po (renamed from translations/source/sat/sc/source/core/src.po)0
-rw-r--r--source/sat/sc/source/ui/cctrl.po (renamed from translations/source/sat/sc/source/ui/cctrl.po)0
-rw-r--r--source/sat/sc/source/ui/dbgui.po (renamed from translations/source/sat/sc/source/ui/dbgui.po)0
-rw-r--r--source/sat/sc/source/ui/docshell.po (renamed from translations/source/sat/sc/source/ui/docshell.po)0
-rw-r--r--source/sat/sc/source/ui/drawfunc.po (renamed from translations/source/sat/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sat/sc/source/ui/formdlg.po (renamed from translations/source/sat/sc/source/ui/formdlg.po)0
-rw-r--r--source/sat/sc/source/ui/miscdlgs.po (renamed from translations/source/sat/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sat/sc/source/ui/navipi.po (renamed from translations/source/sat/sc/source/ui/navipi.po)0
-rw-r--r--source/sat/sc/source/ui/optdlg.po (renamed from translations/source/sat/sc/source/ui/optdlg.po)0
-rw-r--r--source/sat/sc/source/ui/pagedlg.po (renamed from translations/source/sat/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sat/sc/source/ui/src.po (renamed from translations/source/sat/sc/source/ui/src.po)0
-rw-r--r--source/sat/sc/source/ui/styleui.po (renamed from translations/source/sat/sc/source/ui/styleui.po)0
-rw-r--r--source/sat/scaddins/source/analysis.po (renamed from translations/source/sat/scaddins/source/analysis.po)0
-rw-r--r--source/sat/scaddins/source/datefunc.po (renamed from translations/source/sat/scaddins/source/datefunc.po)0
-rw-r--r--source/sat/sccomp/source/solver.po (renamed from translations/source/sat/sccomp/source/solver.po)0
-rw-r--r--source/sat/scp2/source/accessories.po (renamed from translations/source/sat/scp2/source/accessories.po)0
-rw-r--r--source/sat/scp2/source/activex.po (renamed from translations/source/sat/scp2/source/activex.po)0
-rw-r--r--source/sat/scp2/source/base.po (renamed from translations/source/sat/scp2/source/base.po)0
-rw-r--r--source/sat/scp2/source/binfilter.po (renamed from translations/source/sat/scp2/source/binfilter.po)0
-rw-r--r--source/sat/scp2/source/calc.po (renamed from translations/source/sat/scp2/source/calc.po)0
-rw-r--r--source/sat/scp2/source/draw.po (renamed from translations/source/sat/scp2/source/draw.po)0
-rw-r--r--source/sat/scp2/source/extensions.po (renamed from translations/source/sat/scp2/source/extensions.po)0
-rw-r--r--source/sat/scp2/source/gnome.po (renamed from translations/source/sat/scp2/source/gnome.po)0
-rw-r--r--source/sat/scp2/source/graphicfilter.po (renamed from translations/source/sat/scp2/source/graphicfilter.po)0
-rw-r--r--source/sat/scp2/source/impress.po (renamed from translations/source/sat/scp2/source/impress.po)0
-rw-r--r--source/sat/scp2/source/javafilter.po (renamed from translations/source/sat/scp2/source/javafilter.po)0
-rw-r--r--source/sat/scp2/source/kde.po (renamed from translations/source/sat/scp2/source/kde.po)0
-rw-r--r--source/sat/scp2/source/math.po (renamed from translations/source/sat/scp2/source/math.po)0
-rw-r--r--source/sat/scp2/source/onlineupdate.po (renamed from translations/source/sat/scp2/source/onlineupdate.po)0
-rw-r--r--source/sat/scp2/source/ooo.po (renamed from translations/source/sat/scp2/source/ooo.po)0
-rw-r--r--source/sat/scp2/source/python.po (renamed from translations/source/sat/scp2/source/python.po)0
-rw-r--r--source/sat/scp2/source/quickstart.po (renamed from translations/source/sat/scp2/source/quickstart.po)0
-rw-r--r--source/sat/scp2/source/sdkoo.po (renamed from translations/source/sat/scp2/source/sdkoo.po)0
-rw-r--r--source/sat/scp2/source/smoketest.po (renamed from translations/source/sat/scp2/source/smoketest.po)0
-rw-r--r--source/sat/scp2/source/stdlibs.po (renamed from translations/source/sat/scp2/source/stdlibs.po)0
-rw-r--r--source/sat/scp2/source/tde.po (renamed from translations/source/sat/scp2/source/tde.po)0
-rw-r--r--source/sat/scp2/source/winexplorerext.po (renamed from translations/source/sat/scp2/source/winexplorerext.po)0
-rw-r--r--source/sat/scp2/source/writer.po (renamed from translations/source/sat/scp2/source/writer.po)0
-rw-r--r--source/sat/scp2/source/xsltfilter.po (renamed from translations/source/sat/scp2/source/xsltfilter.po)0
-rw-r--r--source/sat/scripting/source/pyprov.po (renamed from translations/source/sat/scripting/source/pyprov.po)0
-rw-r--r--source/sat/sd/source/core.po (renamed from translations/source/sat/sd/source/core.po)0
-rw-r--r--source/sat/sd/source/filter/html.po (renamed from translations/source/sat/sd/source/filter/html.po)0
-rw-r--r--source/sat/sd/source/ui/accessibility.po (renamed from translations/source/sat/sd/source/ui/accessibility.po)0
-rw-r--r--source/sat/sd/source/ui/animations.po (renamed from translations/source/sat/sd/source/ui/animations.po)0
-rw-r--r--source/sat/sd/source/ui/annotations.po (renamed from translations/source/sat/sd/source/ui/annotations.po)0
-rw-r--r--source/sat/sd/source/ui/app.po (renamed from translations/source/sat/sd/source/ui/app.po)0
-rw-r--r--source/sat/sd/source/ui/dlg.po (renamed from translations/source/sat/sd/source/ui/dlg.po)0
-rw-r--r--source/sat/sd/source/ui/slideshow.po (renamed from translations/source/sat/sd/source/ui/slideshow.po)0
-rw-r--r--source/sat/sd/source/ui/table.po (renamed from translations/source/sat/sd/source/ui/table.po)0
-rw-r--r--source/sat/sd/source/ui/view.po (renamed from translations/source/sat/sd/source/ui/view.po)0
-rw-r--r--source/sat/sdext/source/minimizer.po (renamed from translations/source/sat/sdext/source/minimizer.po)0
-rw-r--r--source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sat/sdext/source/pdfimport.po (renamed from translations/source/sat/sdext/source/pdfimport.po)0
-rw-r--r--source/sat/sdext/source/presenter.po (renamed from translations/source/sat/sdext/source/presenter.po)0
-rw-r--r--source/sat/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sat/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sat/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sat/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sat/setup_native/source/mac.po (renamed from translations/source/sat/setup_native/source/mac.po)0
-rw-r--r--source/sat/sfx2/source/appl.po (renamed from translations/source/sat/sfx2/source/appl.po)0
-rw-r--r--source/sat/sfx2/source/bastyp.po (renamed from translations/source/sat/sfx2/source/bastyp.po)0
-rw-r--r--source/sat/sfx2/source/dialog.po (renamed from translations/source/sat/sfx2/source/dialog.po)0
-rw-r--r--source/sat/sfx2/source/doc.po (renamed from translations/source/sat/sfx2/source/doc.po)0
-rw-r--r--source/sat/sfx2/source/menu.po (renamed from translations/source/sat/sfx2/source/menu.po)0
-rw-r--r--source/sat/sfx2/source/view.po (renamed from translations/source/sat/sfx2/source/view.po)0
-rw-r--r--source/sat/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sat/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sat/starmath/source.po (renamed from translations/source/sat/starmath/source.po)0
-rw-r--r--source/sat/svl/source/items.po (renamed from translations/source/sat/svl/source/items.po)0
-rw-r--r--source/sat/svl/source/misc.po (renamed from translations/source/sat/svl/source/misc.po)0
-rw-r--r--source/sat/svtools/source/contnr.po (renamed from translations/source/sat/svtools/source/contnr.po)0
-rw-r--r--source/sat/svtools/source/control.po (renamed from translations/source/sat/svtools/source/control.po)0
-rw-r--r--source/sat/svtools/source/dialogs.po (renamed from translations/source/sat/svtools/source/dialogs.po)0
-rw-r--r--source/sat/svtools/source/filter.po (renamed from translations/source/sat/svtools/source/filter.po)0
-rw-r--r--source/sat/svtools/source/java.po (renamed from translations/source/sat/svtools/source/java.po)0
-rw-r--r--source/sat/svtools/source/misc.po (renamed from translations/source/sat/svtools/source/misc.po)0
-rw-r--r--source/sat/svtools/source/toolpanel.po (renamed from translations/source/sat/svtools/source/toolpanel.po)0
-rw-r--r--source/sat/svtools/workben/unodialog.po (renamed from translations/source/sat/svtools/workben/unodialog.po)0
-rw-r--r--source/sat/svx/inc.po (renamed from translations/source/sat/svx/inc.po)0
-rw-r--r--source/sat/svx/source/accessibility.po (renamed from translations/source/sat/svx/source/accessibility.po)0
-rw-r--r--source/sat/svx/source/dialog.po (renamed from translations/source/sat/svx/source/dialog.po)0
-rw-r--r--source/sat/svx/source/engine3d.po (renamed from translations/source/sat/svx/source/engine3d.po)0
-rw-r--r--source/sat/svx/source/fmcomp.po (renamed from translations/source/sat/svx/source/fmcomp.po)0
-rw-r--r--source/sat/svx/source/form.po (renamed from translations/source/sat/svx/source/form.po)0
-rw-r--r--source/sat/svx/source/gallery2.po (renamed from translations/source/sat/svx/source/gallery2.po)0
-rw-r--r--source/sat/svx/source/items.po (renamed from translations/source/sat/svx/source/items.po)0
-rw-r--r--source/sat/svx/source/src.po (renamed from translations/source/sat/svx/source/src.po)0
-rw-r--r--source/sat/svx/source/stbctrls.po (renamed from translations/source/sat/svx/source/stbctrls.po)0
-rw-r--r--source/sat/svx/source/svdraw.po (renamed from translations/source/sat/svx/source/svdraw.po)0
-rw-r--r--source/sat/svx/source/table.po (renamed from translations/source/sat/svx/source/table.po)0
-rw-r--r--source/sat/svx/source/tbxctrls.po (renamed from translations/source/sat/svx/source/tbxctrls.po)0
-rw-r--r--source/sat/svx/source/toolbars.po (renamed from translations/source/sat/svx/source/toolbars.po)0
-rw-r--r--source/sat/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sat/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sat/sw/source/core/layout.po (renamed from translations/source/sat/sw/source/core/layout.po)0
-rw-r--r--source/sat/sw/source/core/undo.po (renamed from translations/source/sat/sw/source/core/undo.po)0
-rw-r--r--source/sat/sw/source/core/unocore.po (renamed from translations/source/sat/sw/source/core/unocore.po)0
-rw-r--r--source/sat/sw/source/ui/app.po (renamed from translations/source/sat/sw/source/ui/app.po)0
-rw-r--r--source/sat/sw/source/ui/chrdlg.po (renamed from translations/source/sat/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sat/sw/source/ui/config.po (renamed from translations/source/sat/sw/source/ui/config.po)0
-rw-r--r--source/sat/sw/source/ui/dbui.po (renamed from translations/source/sat/sw/source/ui/dbui.po)0
-rw-r--r--source/sat/sw/source/ui/dialog.po (renamed from translations/source/sat/sw/source/ui/dialog.po)0
-rw-r--r--source/sat/sw/source/ui/dochdl.po (renamed from translations/source/sat/sw/source/ui/dochdl.po)0
-rw-r--r--source/sat/sw/source/ui/docvw.po (renamed from translations/source/sat/sw/source/ui/docvw.po)0
-rw-r--r--source/sat/sw/source/ui/envelp.po (renamed from translations/source/sat/sw/source/ui/envelp.po)0
-rw-r--r--source/sat/sw/source/ui/fldui.po (renamed from translations/source/sat/sw/source/ui/fldui.po)0
-rw-r--r--source/sat/sw/source/ui/fmtui.po (renamed from translations/source/sat/sw/source/ui/fmtui.po)0
-rw-r--r--source/sat/sw/source/ui/frmdlg.po (renamed from translations/source/sat/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sat/sw/source/ui/globdoc.po (renamed from translations/source/sat/sw/source/ui/globdoc.po)0
-rw-r--r--source/sat/sw/source/ui/index.po (renamed from translations/source/sat/sw/source/ui/index.po)0
-rw-r--r--source/sat/sw/source/ui/lingu.po (renamed from translations/source/sat/sw/source/ui/lingu.po)0
-rw-r--r--source/sat/sw/source/ui/misc.po (renamed from translations/source/sat/sw/source/ui/misc.po)0
-rw-r--r--source/sat/sw/source/ui/ribbar.po (renamed from translations/source/sat/sw/source/ui/ribbar.po)0
-rw-r--r--source/sat/sw/source/ui/shells.po (renamed from translations/source/sat/sw/source/ui/shells.po)0
-rw-r--r--source/sat/sw/source/ui/smartmenu.po (renamed from translations/source/sat/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sat/sw/source/ui/table.po (renamed from translations/source/sat/sw/source/ui/table.po)0
-rw-r--r--source/sat/sw/source/ui/uiview.po (renamed from translations/source/sat/sw/source/ui/uiview.po)0
-rw-r--r--source/sat/sw/source/ui/utlui.po (renamed from translations/source/sat/sw/source/ui/utlui.po)0
-rw-r--r--source/sat/sw/source/ui/web.po (renamed from translations/source/sat/sw/source/ui/web.po)0
-rw-r--r--source/sat/sw/source/ui/wrtsh.po (renamed from translations/source/sat/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sat/swext/mediawiki/help.po (renamed from translations/source/sat/swext/mediawiki/help.po)0
-rw-r--r--source/sat/swext/mediawiki/src.po (renamed from translations/source/sat/swext/mediawiki/src.po)0
-rw-r--r--source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sat/sysui/desktop/share.po (renamed from translations/source/sat/sysui/desktop/share.po)0
-rw-r--r--source/sat/uui/source.po (renamed from translations/source/sat/uui/source.po)0
-rw-r--r--source/sat/vcl/source/src.po (renamed from translations/source/sat/vcl/source/src.po)0
-rw-r--r--source/sat/wizards/source/euro.po (renamed from translations/source/sat/wizards/source/euro.po)0
-rw-r--r--source/sat/wizards/source/formwizard.po (renamed from translations/source/sat/wizards/source/formwizard.po)0
-rw-r--r--source/sat/wizards/source/importwizard.po (renamed from translations/source/sat/wizards/source/importwizard.po)0
-rw-r--r--source/sat/wizards/source/schedule.po (renamed from translations/source/sat/wizards/source/schedule.po)0
-rw-r--r--source/sat/wizards/source/template.po (renamed from translations/source/sat/wizards/source/template.po)0
-rw-r--r--source/sat/xmlsecurity/source/component.po (renamed from translations/source/sat/xmlsecurity/source/component.po)0
-rw-r--r--source/sat/xmlsecurity/source/dialogs.po (renamed from translations/source/sat/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sd/accessibility/source/helper.po (renamed from translations/source/sd/accessibility/source/helper.po)0
-rw-r--r--source/sd/avmedia/source/framework.po (renamed from translations/source/sd/avmedia/source/framework.po)0
-rw-r--r--source/sd/avmedia/source/viewer.po (renamed from translations/source/sd/avmedia/source/viewer.po)0
-rw-r--r--source/sd/basctl/source/basicide.po (renamed from translations/source/sd/basctl/source/basicide.po)0
-rw-r--r--source/sd/basctl/source/dlged.po (renamed from translations/source/sd/basctl/source/dlged.po)0
-rw-r--r--source/sd/basic/source/classes.po (renamed from translations/source/sd/basic/source/classes.po)0
-rw-r--r--source/sd/basic/source/sbx.po (renamed from translations/source/sd/basic/source/sbx.po)0
-rw-r--r--source/sd/chart2/source/controller/dialogs.po (renamed from translations/source/sd/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sd/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sd/connectivity/source/resource.po (renamed from translations/source/sd/connectivity/source/resource.po)0
-rw-r--r--source/sd/cui/source/customize.po (renamed from translations/source/sd/cui/source/customize.po)0
-rw-r--r--source/sd/cui/source/dialogs.po (renamed from translations/source/sd/cui/source/dialogs.po)0
-rw-r--r--source/sd/cui/source/options.po (renamed from translations/source/sd/cui/source/options.po)0
-rw-r--r--source/sd/cui/source/tabpages.po (renamed from translations/source/sd/cui/source/tabpages.po)0
-rw-r--r--source/sd/dbaccess/source/core/resource.po (renamed from translations/source/sd/dbaccess/source/core/resource.po)0
-rw-r--r--source/sd/dbaccess/source/ext/macromigration.po (renamed from translations/source/sd/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sd/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sd/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sd/dbaccess/source/ui/app.po (renamed from translations/source/sd/dbaccess/source/ui/app.po)0
-rw-r--r--source/sd/dbaccess/source/ui/browser.po (renamed from translations/source/sd/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sd/dbaccess/source/ui/control.po (renamed from translations/source/sd/dbaccess/source/ui/control.po)0
-rw-r--r--source/sd/dbaccess/source/ui/dlg.po (renamed from translations/source/sd/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sd/dbaccess/source/ui/inc.po (renamed from translations/source/sd/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sd/dbaccess/source/ui/misc.po (renamed from translations/source/sd/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sd/dbaccess/source/ui/querydesign.po (renamed from translations/source/sd/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sd/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sd/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sd/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sd/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sd/dbaccess/source/ui/uno.po (renamed from translations/source/sd/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sd/desktop/source/app.po (renamed from translations/source/sd/desktop/source/app.po)0
-rw-r--r--source/sd/desktop/source/deployment/gui.po (renamed from translations/source/sd/desktop/source/deployment/gui.po)0
-rw-r--r--source/sd/desktop/source/deployment/manager.po (renamed from translations/source/sd/desktop/source/deployment/manager.po)0
-rw-r--r--source/sd/desktop/source/deployment/misc.po (renamed from translations/source/sd/desktop/source/deployment/misc.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry.po (renamed from translations/source/sd/desktop/source/deployment/registry.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/component.po (renamed from translations/source/sd/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sd/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/help.po (renamed from translations/source/sd/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/package.po (renamed from translations/source/sd/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/script.po (renamed from translations/source/sd/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sd/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sd/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sd/desktop/source/deployment/unopkg.po (renamed from translations/source/sd/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sd/dictionaries/af_ZA.po (renamed from translations/source/sd/dictionaries/af_ZA.po)0
-rw-r--r--source/sd/dictionaries/an_ES.po (renamed from translations/source/sd/dictionaries/an_ES.po)0
-rw-r--r--source/sd/dictionaries/ar.po (renamed from translations/source/sd/dictionaries/ar.po)0
-rw-r--r--source/sd/dictionaries/be_BY.po (renamed from translations/source/sd/dictionaries/be_BY.po)0
-rw-r--r--source/sd/dictionaries/bg_BG.po (renamed from translations/source/sd/dictionaries/bg_BG.po)0
-rw-r--r--source/sd/dictionaries/bn_BD.po (renamed from translations/source/sd/dictionaries/bn_BD.po)0
-rw-r--r--source/sd/dictionaries/br_FR.po (renamed from translations/source/sd/dictionaries/br_FR.po)0
-rw-r--r--source/sd/dictionaries/ca.po (renamed from translations/source/sd/dictionaries/ca.po)0
-rw-r--r--source/sd/dictionaries/cs_CZ.po (renamed from translations/source/sd/dictionaries/cs_CZ.po)0
-rw-r--r--source/sd/dictionaries/da_DK.po (renamed from translations/source/sd/dictionaries/da_DK.po)0
-rw-r--r--source/sd/dictionaries/de.po (renamed from translations/source/sd/dictionaries/de.po)0
-rw-r--r--source/sd/dictionaries/el_GR.po (renamed from translations/source/sd/dictionaries/el_GR.po)0
-rw-r--r--source/sd/dictionaries/en.po (renamed from translations/source/sd/dictionaries/en.po)0
-rw-r--r--source/sd/dictionaries/en/dialog.po (renamed from translations/source/sd/dictionaries/en/dialog.po)0
-rw-r--r--source/sd/dictionaries/es_ES.po (renamed from translations/source/sd/dictionaries/es_ES.po)0
-rw-r--r--source/sd/dictionaries/et_EE.po (renamed from translations/source/sd/dictionaries/et_EE.po)0
-rw-r--r--source/sd/dictionaries/fr_FR.po (renamed from translations/source/sd/dictionaries/fr_FR.po)0
-rw-r--r--source/sd/dictionaries/gd_GB.po (renamed from translations/source/sd/dictionaries/gd_GB.po)0
-rw-r--r--source/sd/dictionaries/gl.po (renamed from translations/source/sd/dictionaries/gl.po)0
-rw-r--r--source/sd/dictionaries/gu_IN.po (renamed from translations/source/sd/dictionaries/gu_IN.po)0
-rw-r--r--source/sd/dictionaries/he_IL.po (renamed from translations/source/sd/dictionaries/he_IL.po)0
-rw-r--r--source/sd/dictionaries/hi_IN.po (renamed from translations/source/sd/dictionaries/hi_IN.po)0
-rw-r--r--source/sd/dictionaries/hr_HR.po (renamed from translations/source/sd/dictionaries/hr_HR.po)0
-rw-r--r--source/sd/dictionaries/hu_HU.po (renamed from translations/source/sd/dictionaries/hu_HU.po)0
-rw-r--r--source/sd/dictionaries/hu_HU/dialog.po (renamed from translations/source/sd/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sd/dictionaries/it_IT.po (renamed from translations/source/sd/dictionaries/it_IT.po)0
-rw-r--r--source/sd/dictionaries/ku_TR.po (renamed from translations/source/sd/dictionaries/ku_TR.po)0
-rw-r--r--source/sd/dictionaries/lt_LT.po (renamed from translations/source/sd/dictionaries/lt_LT.po)0
-rw-r--r--source/sd/dictionaries/lv_LV.po (renamed from translations/source/sd/dictionaries/lv_LV.po)0
-rw-r--r--source/sd/dictionaries/ne_NP.po (renamed from translations/source/sd/dictionaries/ne_NP.po)0
-rw-r--r--source/sd/dictionaries/nl_NL.po (renamed from translations/source/sd/dictionaries/nl_NL.po)0
-rw-r--r--source/sd/dictionaries/no.po (renamed from translations/source/sd/dictionaries/no.po)0
-rw-r--r--source/sd/dictionaries/oc_FR.po (renamed from translations/source/sd/dictionaries/oc_FR.po)0
-rw-r--r--source/sd/dictionaries/pl_PL.po (renamed from translations/source/sd/dictionaries/pl_PL.po)0
-rw-r--r--source/sd/dictionaries/pt_BR.po (renamed from translations/source/sd/dictionaries/pt_BR.po)0
-rw-r--r--source/sd/dictionaries/pt_PT.po (renamed from translations/source/sd/dictionaries/pt_PT.po)0
-rw-r--r--source/sd/dictionaries/ro.po (renamed from translations/source/sd/dictionaries/ro.po)0
-rw-r--r--source/sd/dictionaries/ru_RU.po (renamed from translations/source/sd/dictionaries/ru_RU.po)0
-rw-r--r--source/sd/dictionaries/ru_RU/dialog.po (renamed from translations/source/sd/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sd/dictionaries/si_LK.po (renamed from translations/source/sd/dictionaries/si_LK.po)0
-rw-r--r--source/sd/dictionaries/sk_SK.po (renamed from translations/source/sd/dictionaries/sk_SK.po)0
-rw-r--r--source/sd/dictionaries/sl_SI.po (renamed from translations/source/sd/dictionaries/sl_SI.po)0
-rw-r--r--source/sd/dictionaries/sr.po (renamed from translations/source/sd/dictionaries/sr.po)0
-rw-r--r--source/sd/dictionaries/sv_SE.po (renamed from translations/source/sd/dictionaries/sv_SE.po)0
-rw-r--r--source/sd/dictionaries/sw_TZ.po (renamed from translations/source/sd/dictionaries/sw_TZ.po)0
-rw-r--r--source/sd/dictionaries/te_IN.po (renamed from translations/source/sd/dictionaries/te_IN.po)0
-rw-r--r--source/sd/dictionaries/th_TH.po (renamed from translations/source/sd/dictionaries/th_TH.po)0
-rw-r--r--source/sd/dictionaries/uk_UA.po (renamed from translations/source/sd/dictionaries/uk_UA.po)0
-rw-r--r--source/sd/dictionaries/vi.po (renamed from translations/source/sd/dictionaries/vi.po)0
-rw-r--r--source/sd/dictionaries/zu_ZA.po (renamed from translations/source/sd/dictionaries/zu_ZA.po)0
-rw-r--r--source/sd/editeng/source/accessibility.po (renamed from translations/source/sd/editeng/source/accessibility.po)0
-rw-r--r--source/sd/editeng/source/editeng.po (renamed from translations/source/sd/editeng/source/editeng.po)0
-rw-r--r--source/sd/editeng/source/items.po (renamed from translations/source/sd/editeng/source/items.po)0
-rw-r--r--source/sd/editeng/source/misc.po (renamed from translations/source/sd/editeng/source/misc.po)0
-rw-r--r--source/sd/editeng/source/outliner.po (renamed from translations/source/sd/editeng/source/outliner.po)0
-rw-r--r--source/sd/extensions/source/abpilot.po (renamed from translations/source/sd/extensions/source/abpilot.po)0
-rw-r--r--source/sd/extensions/source/bibliography.po (renamed from translations/source/sd/extensions/source/bibliography.po)0
-rw-r--r--source/sd/extensions/source/dbpilots.po (renamed from translations/source/sd/extensions/source/dbpilots.po)0
-rw-r--r--source/sd/extensions/source/propctrlr.po (renamed from translations/source/sd/extensions/source/propctrlr.po)0
-rw-r--r--source/sd/extensions/source/scanner.po (renamed from translations/source/sd/extensions/source/scanner.po)0
-rw-r--r--source/sd/extensions/source/update/check.po (renamed from translations/source/sd/extensions/source/update/check.po)0
-rw-r--r--source/sd/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sd/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sd/filter/source/config/fragments/filters.po (renamed from translations/source/sd/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sd/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sd/filter/source/config/fragments/types.po (renamed from translations/source/sd/filter/source/config/fragments/types.po)0
-rw-r--r--source/sd/filter/source/flash.po (renamed from translations/source/sd/filter/source/flash.po)0
-rw-r--r--source/sd/filter/source/graphicfilter/eps.po (renamed from translations/source/sd/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sd/filter/source/pdf.po (renamed from translations/source/sd/filter/source/pdf.po)0
-rw-r--r--source/sd/filter/source/t602.po (renamed from translations/source/sd/filter/source/t602.po)0
-rw-r--r--source/sd/filter/source/xsltdialog.po (renamed from translations/source/sd/filter/source/xsltdialog.po)0
-rw-r--r--source/sd/forms/source/resource.po (renamed from translations/source/sd/forms/source/resource.po)0
-rw-r--r--source/sd/formula/source/core/resource.po (renamed from translations/source/sd/formula/source/core/resource.po)0
-rw-r--r--source/sd/formula/source/ui/dlg.po (renamed from translations/source/sd/formula/source/ui/dlg.po)0
-rw-r--r--source/sd/fpicker/source/office.po (renamed from translations/source/sd/fpicker/source/office.po)0
-rw-r--r--source/sd/framework/source/classes.po (renamed from translations/source/sd/framework/source/classes.po)0
-rw-r--r--source/sd/framework/source/services.po (renamed from translations/source/sd/framework/source/services.po)0
-rw-r--r--source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sd/mysqlc/source.po (renamed from translations/source/sd/mysqlc/source.po)0
-rw-r--r--source/sd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sd/nlpsolver/src/locale.po (renamed from translations/source/sd/nlpsolver/src/locale.po)0
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sd/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sd/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sd/padmin/source.po (renamed from translations/source/sd/padmin/source.po)0
-rw-r--r--source/sd/readlicense_oo/docs/readme.po (renamed from translations/source/sd/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sd/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sd/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sd/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sd/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sd/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sd/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sd/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sd/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sd/reportbuilder/util.po (renamed from translations/source/sd/reportbuilder/util.po)0
-rw-r--r--source/sd/reportdesign/source/core/resource.po (renamed from translations/source/sd/reportdesign/source/core/resource.po)0
-rw-r--r--source/sd/reportdesign/source/ui/dlg.po (renamed from translations/source/sd/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sd/reportdesign/source/ui/inspection.po (renamed from translations/source/sd/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sd/reportdesign/source/ui/report.po (renamed from translations/source/sd/reportdesign/source/ui/report.po)0
-rw-r--r--source/sd/sc/source/core/src.po (renamed from translations/source/sd/sc/source/core/src.po)0
-rw-r--r--source/sd/sc/source/ui/cctrl.po (renamed from translations/source/sd/sc/source/ui/cctrl.po)0
-rw-r--r--source/sd/sc/source/ui/dbgui.po (renamed from translations/source/sd/sc/source/ui/dbgui.po)0
-rw-r--r--source/sd/sc/source/ui/docshell.po (renamed from translations/source/sd/sc/source/ui/docshell.po)0
-rw-r--r--source/sd/sc/source/ui/drawfunc.po (renamed from translations/source/sd/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sd/sc/source/ui/formdlg.po (renamed from translations/source/sd/sc/source/ui/formdlg.po)0
-rw-r--r--source/sd/sc/source/ui/miscdlgs.po (renamed from translations/source/sd/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sd/sc/source/ui/navipi.po (renamed from translations/source/sd/sc/source/ui/navipi.po)0
-rw-r--r--source/sd/sc/source/ui/optdlg.po (renamed from translations/source/sd/sc/source/ui/optdlg.po)0
-rw-r--r--source/sd/sc/source/ui/pagedlg.po (renamed from translations/source/sd/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sd/sc/source/ui/src.po (renamed from translations/source/sd/sc/source/ui/src.po)0
-rw-r--r--source/sd/sc/source/ui/styleui.po (renamed from translations/source/sd/sc/source/ui/styleui.po)0
-rw-r--r--source/sd/scaddins/source/analysis.po (renamed from translations/source/sd/scaddins/source/analysis.po)0
-rw-r--r--source/sd/scaddins/source/datefunc.po (renamed from translations/source/sd/scaddins/source/datefunc.po)0
-rw-r--r--source/sd/sccomp/source/solver.po (renamed from translations/source/sd/sccomp/source/solver.po)0
-rw-r--r--source/sd/scp2/source/accessories.po (renamed from translations/source/sd/scp2/source/accessories.po)0
-rw-r--r--source/sd/scp2/source/activex.po (renamed from translations/source/sd/scp2/source/activex.po)0
-rw-r--r--source/sd/scp2/source/base.po (renamed from translations/source/sd/scp2/source/base.po)0
-rw-r--r--source/sd/scp2/source/binfilter.po (renamed from translations/source/sd/scp2/source/binfilter.po)0
-rw-r--r--source/sd/scp2/source/calc.po (renamed from translations/source/sd/scp2/source/calc.po)0
-rw-r--r--source/sd/scp2/source/draw.po (renamed from translations/source/sd/scp2/source/draw.po)0
-rw-r--r--source/sd/scp2/source/extensions.po (renamed from translations/source/sd/scp2/source/extensions.po)0
-rw-r--r--source/sd/scp2/source/gnome.po (renamed from translations/source/sd/scp2/source/gnome.po)0
-rw-r--r--source/sd/scp2/source/graphicfilter.po (renamed from translations/source/sd/scp2/source/graphicfilter.po)0
-rw-r--r--source/sd/scp2/source/impress.po (renamed from translations/source/sd/scp2/source/impress.po)0
-rw-r--r--source/sd/scp2/source/javafilter.po (renamed from translations/source/sd/scp2/source/javafilter.po)0
-rw-r--r--source/sd/scp2/source/kde.po (renamed from translations/source/sd/scp2/source/kde.po)0
-rw-r--r--source/sd/scp2/source/math.po (renamed from translations/source/sd/scp2/source/math.po)0
-rw-r--r--source/sd/scp2/source/onlineupdate.po (renamed from translations/source/sd/scp2/source/onlineupdate.po)0
-rw-r--r--source/sd/scp2/source/ooo.po (renamed from translations/source/sd/scp2/source/ooo.po)0
-rw-r--r--source/sd/scp2/source/python.po (renamed from translations/source/sd/scp2/source/python.po)0
-rw-r--r--source/sd/scp2/source/quickstart.po (renamed from translations/source/sd/scp2/source/quickstart.po)0
-rw-r--r--source/sd/scp2/source/sdkoo.po (renamed from translations/source/sd/scp2/source/sdkoo.po)0
-rw-r--r--source/sd/scp2/source/smoketest.po (renamed from translations/source/sd/scp2/source/smoketest.po)0
-rw-r--r--source/sd/scp2/source/stdlibs.po (renamed from translations/source/sd/scp2/source/stdlibs.po)0
-rw-r--r--source/sd/scp2/source/tde.po (renamed from translations/source/sd/scp2/source/tde.po)0
-rw-r--r--source/sd/scp2/source/winexplorerext.po (renamed from translations/source/sd/scp2/source/winexplorerext.po)0
-rw-r--r--source/sd/scp2/source/writer.po (renamed from translations/source/sd/scp2/source/writer.po)0
-rw-r--r--source/sd/scp2/source/xsltfilter.po (renamed from translations/source/sd/scp2/source/xsltfilter.po)0
-rw-r--r--source/sd/scripting/source/pyprov.po (renamed from translations/source/sd/scripting/source/pyprov.po)0
-rw-r--r--source/sd/sd/source/core.po (renamed from translations/source/sd/sd/source/core.po)0
-rw-r--r--source/sd/sd/source/filter/html.po (renamed from translations/source/sd/sd/source/filter/html.po)0
-rw-r--r--source/sd/sd/source/ui/accessibility.po (renamed from translations/source/sd/sd/source/ui/accessibility.po)0
-rw-r--r--source/sd/sd/source/ui/animations.po (renamed from translations/source/sd/sd/source/ui/animations.po)0
-rw-r--r--source/sd/sd/source/ui/annotations.po (renamed from translations/source/sd/sd/source/ui/annotations.po)0
-rw-r--r--source/sd/sd/source/ui/app.po (renamed from translations/source/sd/sd/source/ui/app.po)0
-rw-r--r--source/sd/sd/source/ui/dlg.po (renamed from translations/source/sd/sd/source/ui/dlg.po)0
-rw-r--r--source/sd/sd/source/ui/slideshow.po (renamed from translations/source/sd/sd/source/ui/slideshow.po)0
-rw-r--r--source/sd/sd/source/ui/table.po (renamed from translations/source/sd/sd/source/ui/table.po)0
-rw-r--r--source/sd/sd/source/ui/view.po (renamed from translations/source/sd/sd/source/ui/view.po)0
-rw-r--r--source/sd/sdext/source/minimizer.po (renamed from translations/source/sd/sdext/source/minimizer.po)0
-rw-r--r--source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sd/sdext/source/pdfimport.po (renamed from translations/source/sd/sdext/source/pdfimport.po)0
-rw-r--r--source/sd/sdext/source/presenter.po (renamed from translations/source/sd/sdext/source/presenter.po)0
-rw-r--r--source/sd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sd/setup_native/source/mac.po (renamed from translations/source/sd/setup_native/source/mac.po)0
-rw-r--r--source/sd/sfx2/source/appl.po (renamed from translations/source/sd/sfx2/source/appl.po)0
-rw-r--r--source/sd/sfx2/source/bastyp.po (renamed from translations/source/sd/sfx2/source/bastyp.po)0
-rw-r--r--source/sd/sfx2/source/dialog.po (renamed from translations/source/sd/sfx2/source/dialog.po)0
-rw-r--r--source/sd/sfx2/source/doc.po (renamed from translations/source/sd/sfx2/source/doc.po)0
-rw-r--r--source/sd/sfx2/source/menu.po (renamed from translations/source/sd/sfx2/source/menu.po)0
-rw-r--r--source/sd/sfx2/source/view.po (renamed from translations/source/sd/sfx2/source/view.po)0
-rw-r--r--source/sd/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sd/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sd/starmath/source.po (renamed from translations/source/sd/starmath/source.po)0
-rw-r--r--source/sd/svl/source/items.po (renamed from translations/source/sd/svl/source/items.po)0
-rw-r--r--source/sd/svl/source/misc.po (renamed from translations/source/sd/svl/source/misc.po)0
-rw-r--r--source/sd/svtools/source/contnr.po (renamed from translations/source/sd/svtools/source/contnr.po)0
-rw-r--r--source/sd/svtools/source/control.po (renamed from translations/source/sd/svtools/source/control.po)0
-rw-r--r--source/sd/svtools/source/dialogs.po (renamed from translations/source/sd/svtools/source/dialogs.po)0
-rw-r--r--source/sd/svtools/source/filter.po (renamed from translations/source/sd/svtools/source/filter.po)0
-rw-r--r--source/sd/svtools/source/java.po (renamed from translations/source/sd/svtools/source/java.po)0
-rw-r--r--source/sd/svtools/source/misc.po (renamed from translations/source/sd/svtools/source/misc.po)0
-rw-r--r--source/sd/svtools/source/toolpanel.po (renamed from translations/source/sd/svtools/source/toolpanel.po)0
-rw-r--r--source/sd/svtools/workben/unodialog.po (renamed from translations/source/sd/svtools/workben/unodialog.po)0
-rw-r--r--source/sd/svx/inc.po (renamed from translations/source/sd/svx/inc.po)0
-rw-r--r--source/sd/svx/source/accessibility.po (renamed from translations/source/sd/svx/source/accessibility.po)0
-rw-r--r--source/sd/svx/source/dialog.po (renamed from translations/source/sd/svx/source/dialog.po)0
-rw-r--r--source/sd/svx/source/engine3d.po (renamed from translations/source/sd/svx/source/engine3d.po)0
-rw-r--r--source/sd/svx/source/fmcomp.po (renamed from translations/source/sd/svx/source/fmcomp.po)0
-rw-r--r--source/sd/svx/source/form.po (renamed from translations/source/sd/svx/source/form.po)0
-rw-r--r--source/sd/svx/source/gallery2.po (renamed from translations/source/sd/svx/source/gallery2.po)0
-rw-r--r--source/sd/svx/source/items.po (renamed from translations/source/sd/svx/source/items.po)0
-rw-r--r--source/sd/svx/source/src.po (renamed from translations/source/sd/svx/source/src.po)0
-rw-r--r--source/sd/svx/source/stbctrls.po (renamed from translations/source/sd/svx/source/stbctrls.po)0
-rw-r--r--source/sd/svx/source/svdraw.po (renamed from translations/source/sd/svx/source/svdraw.po)0
-rw-r--r--source/sd/svx/source/table.po (renamed from translations/source/sd/svx/source/table.po)0
-rw-r--r--source/sd/svx/source/tbxctrls.po (renamed from translations/source/sd/svx/source/tbxctrls.po)0
-rw-r--r--source/sd/svx/source/toolbars.po (renamed from translations/source/sd/svx/source/toolbars.po)0
-rw-r--r--source/sd/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sd/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sd/sw/source/core/layout.po (renamed from translations/source/sd/sw/source/core/layout.po)0
-rw-r--r--source/sd/sw/source/core/undo.po (renamed from translations/source/sd/sw/source/core/undo.po)0
-rw-r--r--source/sd/sw/source/core/unocore.po (renamed from translations/source/sd/sw/source/core/unocore.po)0
-rw-r--r--source/sd/sw/source/ui/app.po (renamed from translations/source/sd/sw/source/ui/app.po)0
-rw-r--r--source/sd/sw/source/ui/chrdlg.po (renamed from translations/source/sd/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sd/sw/source/ui/config.po (renamed from translations/source/sd/sw/source/ui/config.po)0
-rw-r--r--source/sd/sw/source/ui/dbui.po (renamed from translations/source/sd/sw/source/ui/dbui.po)0
-rw-r--r--source/sd/sw/source/ui/dialog.po (renamed from translations/source/sd/sw/source/ui/dialog.po)0
-rw-r--r--source/sd/sw/source/ui/dochdl.po (renamed from translations/source/sd/sw/source/ui/dochdl.po)0
-rw-r--r--source/sd/sw/source/ui/docvw.po (renamed from translations/source/sd/sw/source/ui/docvw.po)0
-rw-r--r--source/sd/sw/source/ui/envelp.po (renamed from translations/source/sd/sw/source/ui/envelp.po)0
-rw-r--r--source/sd/sw/source/ui/fldui.po (renamed from translations/source/sd/sw/source/ui/fldui.po)0
-rw-r--r--source/sd/sw/source/ui/fmtui.po (renamed from translations/source/sd/sw/source/ui/fmtui.po)0
-rw-r--r--source/sd/sw/source/ui/frmdlg.po (renamed from translations/source/sd/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sd/sw/source/ui/globdoc.po (renamed from translations/source/sd/sw/source/ui/globdoc.po)0
-rw-r--r--source/sd/sw/source/ui/index.po (renamed from translations/source/sd/sw/source/ui/index.po)0
-rw-r--r--source/sd/sw/source/ui/lingu.po (renamed from translations/source/sd/sw/source/ui/lingu.po)0
-rw-r--r--source/sd/sw/source/ui/misc.po (renamed from translations/source/sd/sw/source/ui/misc.po)0
-rw-r--r--source/sd/sw/source/ui/ribbar.po (renamed from translations/source/sd/sw/source/ui/ribbar.po)0
-rw-r--r--source/sd/sw/source/ui/shells.po (renamed from translations/source/sd/sw/source/ui/shells.po)0
-rw-r--r--source/sd/sw/source/ui/smartmenu.po (renamed from translations/source/sd/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sd/sw/source/ui/table.po (renamed from translations/source/sd/sw/source/ui/table.po)0
-rw-r--r--source/sd/sw/source/ui/uiview.po (renamed from translations/source/sd/sw/source/ui/uiview.po)0
-rw-r--r--source/sd/sw/source/ui/utlui.po (renamed from translations/source/sd/sw/source/ui/utlui.po)0
-rw-r--r--source/sd/sw/source/ui/web.po (renamed from translations/source/sd/sw/source/ui/web.po)0
-rw-r--r--source/sd/sw/source/ui/wrtsh.po (renamed from translations/source/sd/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sd/swext/mediawiki/help.po (renamed from translations/source/sd/swext/mediawiki/help.po)0
-rw-r--r--source/sd/swext/mediawiki/src.po (renamed from translations/source/sd/swext/mediawiki/src.po)0
-rw-r--r--source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sd/sysui/desktop/share.po (renamed from translations/source/sd/sysui/desktop/share.po)0
-rw-r--r--source/sd/uui/source.po (renamed from translations/source/sd/uui/source.po)0
-rw-r--r--source/sd/vcl/source/src.po (renamed from translations/source/sd/vcl/source/src.po)0
-rw-r--r--source/sd/wizards/source/euro.po (renamed from translations/source/sd/wizards/source/euro.po)0
-rw-r--r--source/sd/wizards/source/formwizard.po (renamed from translations/source/sd/wizards/source/formwizard.po)0
-rw-r--r--source/sd/wizards/source/importwizard.po (renamed from translations/source/sd/wizards/source/importwizard.po)0
-rw-r--r--source/sd/wizards/source/schedule.po (renamed from translations/source/sd/wizards/source/schedule.po)0
-rw-r--r--source/sd/wizards/source/template.po (renamed from translations/source/sd/wizards/source/template.po)0
-rw-r--r--source/sd/xmlsecurity/source/component.po (renamed from translations/source/sd/xmlsecurity/source/component.po)0
-rw-r--r--source/sd/xmlsecurity/source/dialogs.po (renamed from translations/source/sd/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sh/accessibility/source/helper.po (renamed from translations/source/sh/accessibility/source/helper.po)0
-rw-r--r--source/sh/avmedia/source/framework.po (renamed from translations/source/sh/avmedia/source/framework.po)0
-rw-r--r--source/sh/avmedia/source/viewer.po (renamed from translations/source/sh/avmedia/source/viewer.po)0
-rw-r--r--source/sh/basctl/source/basicide.po (renamed from translations/source/sh/basctl/source/basicide.po)0
-rw-r--r--source/sh/basctl/source/dlged.po (renamed from translations/source/sh/basctl/source/dlged.po)0
-rw-r--r--source/sh/basic/source/classes.po (renamed from translations/source/sh/basic/source/classes.po)0
-rw-r--r--source/sh/basic/source/sbx.po (renamed from translations/source/sh/basic/source/sbx.po)0
-rw-r--r--source/sh/chart2/source/controller/dialogs.po (renamed from translations/source/sh/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sh/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sh/connectivity/source/resource.po (renamed from translations/source/sh/connectivity/source/resource.po)0
-rw-r--r--source/sh/cui/source/customize.po (renamed from translations/source/sh/cui/source/customize.po)0
-rw-r--r--source/sh/cui/source/dialogs.po (renamed from translations/source/sh/cui/source/dialogs.po)0
-rw-r--r--source/sh/cui/source/options.po (renamed from translations/source/sh/cui/source/options.po)0
-rw-r--r--source/sh/cui/source/tabpages.po (renamed from translations/source/sh/cui/source/tabpages.po)0
-rw-r--r--source/sh/dbaccess/source/core/resource.po (renamed from translations/source/sh/dbaccess/source/core/resource.po)0
-rw-r--r--source/sh/dbaccess/source/ext/macromigration.po (renamed from translations/source/sh/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sh/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sh/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sh/dbaccess/source/ui/app.po (renamed from translations/source/sh/dbaccess/source/ui/app.po)0
-rw-r--r--source/sh/dbaccess/source/ui/browser.po (renamed from translations/source/sh/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sh/dbaccess/source/ui/control.po (renamed from translations/source/sh/dbaccess/source/ui/control.po)0
-rw-r--r--source/sh/dbaccess/source/ui/dlg.po (renamed from translations/source/sh/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sh/dbaccess/source/ui/inc.po (renamed from translations/source/sh/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sh/dbaccess/source/ui/misc.po (renamed from translations/source/sh/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sh/dbaccess/source/ui/querydesign.po (renamed from translations/source/sh/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sh/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sh/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sh/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sh/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sh/dbaccess/source/ui/uno.po (renamed from translations/source/sh/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sh/desktop/source/app.po (renamed from translations/source/sh/desktop/source/app.po)0
-rw-r--r--source/sh/desktop/source/deployment/gui.po (renamed from translations/source/sh/desktop/source/deployment/gui.po)0
-rw-r--r--source/sh/desktop/source/deployment/manager.po (renamed from translations/source/sh/desktop/source/deployment/manager.po)0
-rw-r--r--source/sh/desktop/source/deployment/misc.po (renamed from translations/source/sh/desktop/source/deployment/misc.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry.po (renamed from translations/source/sh/desktop/source/deployment/registry.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/component.po (renamed from translations/source/sh/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sh/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/help.po (renamed from translations/source/sh/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/package.po (renamed from translations/source/sh/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/script.po (renamed from translations/source/sh/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sh/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sh/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sh/desktop/source/deployment/unopkg.po (renamed from translations/source/sh/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sh/dictionaries/af_ZA.po (renamed from translations/source/sh/dictionaries/af_ZA.po)0
-rw-r--r--source/sh/dictionaries/an_ES.po (renamed from translations/source/sh/dictionaries/an_ES.po)0
-rw-r--r--source/sh/dictionaries/ar.po (renamed from translations/source/sh/dictionaries/ar.po)0
-rw-r--r--source/sh/dictionaries/be_BY.po (renamed from translations/source/sh/dictionaries/be_BY.po)0
-rw-r--r--source/sh/dictionaries/bg_BG.po (renamed from translations/source/sh/dictionaries/bg_BG.po)0
-rw-r--r--source/sh/dictionaries/bn_BD.po (renamed from translations/source/sh/dictionaries/bn_BD.po)0
-rw-r--r--source/sh/dictionaries/br_FR.po (renamed from translations/source/sh/dictionaries/br_FR.po)0
-rw-r--r--source/sh/dictionaries/ca.po (renamed from translations/source/sh/dictionaries/ca.po)0
-rw-r--r--source/sh/dictionaries/cs_CZ.po (renamed from translations/source/sh/dictionaries/cs_CZ.po)0
-rw-r--r--source/sh/dictionaries/da_DK.po (renamed from translations/source/sh/dictionaries/da_DK.po)0
-rw-r--r--source/sh/dictionaries/de.po (renamed from translations/source/sh/dictionaries/de.po)0
-rw-r--r--source/sh/dictionaries/el_GR.po (renamed from translations/source/sh/dictionaries/el_GR.po)0
-rw-r--r--source/sh/dictionaries/en.po (renamed from translations/source/sh/dictionaries/en.po)0
-rw-r--r--source/sh/dictionaries/en/dialog.po (renamed from translations/source/sh/dictionaries/en/dialog.po)0
-rw-r--r--source/sh/dictionaries/es_ES.po (renamed from translations/source/sh/dictionaries/es_ES.po)0
-rw-r--r--source/sh/dictionaries/et_EE.po (renamed from translations/source/sh/dictionaries/et_EE.po)0
-rw-r--r--source/sh/dictionaries/fr_FR.po (renamed from translations/source/sh/dictionaries/fr_FR.po)0
-rw-r--r--source/sh/dictionaries/gd_GB.po (renamed from translations/source/sh/dictionaries/gd_GB.po)0
-rw-r--r--source/sh/dictionaries/gl.po (renamed from translations/source/sh/dictionaries/gl.po)0
-rw-r--r--source/sh/dictionaries/gu_IN.po (renamed from translations/source/sh/dictionaries/gu_IN.po)0
-rw-r--r--source/sh/dictionaries/he_IL.po (renamed from translations/source/sh/dictionaries/he_IL.po)0
-rw-r--r--source/sh/dictionaries/hi_IN.po (renamed from translations/source/sh/dictionaries/hi_IN.po)0
-rw-r--r--source/sh/dictionaries/hr_HR.po (renamed from translations/source/sh/dictionaries/hr_HR.po)0
-rw-r--r--source/sh/dictionaries/hu_HU.po (renamed from translations/source/sh/dictionaries/hu_HU.po)0
-rw-r--r--source/sh/dictionaries/hu_HU/dialog.po (renamed from translations/source/sh/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sh/dictionaries/it_IT.po (renamed from translations/source/sh/dictionaries/it_IT.po)0
-rw-r--r--source/sh/dictionaries/ku_TR.po (renamed from translations/source/sh/dictionaries/ku_TR.po)0
-rw-r--r--source/sh/dictionaries/lt_LT.po (renamed from translations/source/sh/dictionaries/lt_LT.po)0
-rw-r--r--source/sh/dictionaries/lv_LV.po (renamed from translations/source/sh/dictionaries/lv_LV.po)0
-rw-r--r--source/sh/dictionaries/ne_NP.po (renamed from translations/source/sh/dictionaries/ne_NP.po)0
-rw-r--r--source/sh/dictionaries/nl_NL.po (renamed from translations/source/sh/dictionaries/nl_NL.po)0
-rw-r--r--source/sh/dictionaries/no.po (renamed from translations/source/sh/dictionaries/no.po)0
-rw-r--r--source/sh/dictionaries/oc_FR.po (renamed from translations/source/sh/dictionaries/oc_FR.po)0
-rw-r--r--source/sh/dictionaries/pl_PL.po (renamed from translations/source/sh/dictionaries/pl_PL.po)0
-rw-r--r--source/sh/dictionaries/pt_BR.po (renamed from translations/source/sh/dictionaries/pt_BR.po)0
-rw-r--r--source/sh/dictionaries/pt_PT.po (renamed from translations/source/sh/dictionaries/pt_PT.po)0
-rw-r--r--source/sh/dictionaries/ro.po (renamed from translations/source/sh/dictionaries/ro.po)0
-rw-r--r--source/sh/dictionaries/ru_RU.po (renamed from translations/source/sh/dictionaries/ru_RU.po)0
-rw-r--r--source/sh/dictionaries/ru_RU/dialog.po (renamed from translations/source/sh/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sh/dictionaries/si_LK.po (renamed from translations/source/sh/dictionaries/si_LK.po)0
-rw-r--r--source/sh/dictionaries/sk_SK.po (renamed from translations/source/sh/dictionaries/sk_SK.po)0
-rw-r--r--source/sh/dictionaries/sl_SI.po (renamed from translations/source/sh/dictionaries/sl_SI.po)0
-rw-r--r--source/sh/dictionaries/sr.po (renamed from translations/source/sh/dictionaries/sr.po)0
-rw-r--r--source/sh/dictionaries/sv_SE.po (renamed from translations/source/sh/dictionaries/sv_SE.po)0
-rw-r--r--source/sh/dictionaries/sw_TZ.po (renamed from translations/source/sh/dictionaries/sw_TZ.po)0
-rw-r--r--source/sh/dictionaries/te_IN.po (renamed from translations/source/sh/dictionaries/te_IN.po)0
-rw-r--r--source/sh/dictionaries/th_TH.po (renamed from translations/source/sh/dictionaries/th_TH.po)0
-rw-r--r--source/sh/dictionaries/uk_UA.po (renamed from translations/source/sh/dictionaries/uk_UA.po)0
-rw-r--r--source/sh/dictionaries/vi.po (renamed from translations/source/sh/dictionaries/vi.po)0
-rw-r--r--source/sh/dictionaries/zu_ZA.po (renamed from translations/source/sh/dictionaries/zu_ZA.po)0
-rw-r--r--source/sh/editeng/source/accessibility.po (renamed from translations/source/sh/editeng/source/accessibility.po)0
-rw-r--r--source/sh/editeng/source/editeng.po (renamed from translations/source/sh/editeng/source/editeng.po)0
-rw-r--r--source/sh/editeng/source/items.po (renamed from translations/source/sh/editeng/source/items.po)0
-rw-r--r--source/sh/editeng/source/misc.po (renamed from translations/source/sh/editeng/source/misc.po)0
-rw-r--r--source/sh/editeng/source/outliner.po (renamed from translations/source/sh/editeng/source/outliner.po)0
-rw-r--r--source/sh/extensions/source/abpilot.po (renamed from translations/source/sh/extensions/source/abpilot.po)0
-rw-r--r--source/sh/extensions/source/bibliography.po (renamed from translations/source/sh/extensions/source/bibliography.po)0
-rw-r--r--source/sh/extensions/source/dbpilots.po (renamed from translations/source/sh/extensions/source/dbpilots.po)0
-rw-r--r--source/sh/extensions/source/propctrlr.po (renamed from translations/source/sh/extensions/source/propctrlr.po)0
-rw-r--r--source/sh/extensions/source/scanner.po (renamed from translations/source/sh/extensions/source/scanner.po)0
-rw-r--r--source/sh/extensions/source/update/check.po (renamed from translations/source/sh/extensions/source/update/check.po)0
-rw-r--r--source/sh/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sh/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sh/filter/source/config/fragments/filters.po (renamed from translations/source/sh/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sh/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sh/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sh/filter/source/config/fragments/types.po (renamed from translations/source/sh/filter/source/config/fragments/types.po)0
-rw-r--r--source/sh/filter/source/flash.po (renamed from translations/source/sh/filter/source/flash.po)0
-rw-r--r--source/sh/filter/source/graphicfilter/eps.po (renamed from translations/source/sh/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sh/filter/source/pdf.po (renamed from translations/source/sh/filter/source/pdf.po)0
-rw-r--r--source/sh/filter/source/t602.po (renamed from translations/source/sh/filter/source/t602.po)0
-rw-r--r--source/sh/filter/source/xsltdialog.po (renamed from translations/source/sh/filter/source/xsltdialog.po)0
-rw-r--r--source/sh/forms/source/resource.po (renamed from translations/source/sh/forms/source/resource.po)0
-rw-r--r--source/sh/formula/source/core/resource.po (renamed from translations/source/sh/formula/source/core/resource.po)0
-rw-r--r--source/sh/formula/source/ui/dlg.po (renamed from translations/source/sh/formula/source/ui/dlg.po)0
-rw-r--r--source/sh/fpicker/source/office.po (renamed from translations/source/sh/fpicker/source/office.po)0
-rw-r--r--source/sh/framework/source/classes.po (renamed from translations/source/sh/framework/source/classes.po)0
-rw-r--r--source/sh/framework/source/services.po (renamed from translations/source/sh/framework/source/services.po)0
-rw-r--r--source/sh/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sh/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sh/mysqlc/source.po (renamed from translations/source/sh/mysqlc/source.po)0
-rw-r--r--source/sh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sh/nlpsolver/src/locale.po (renamed from translations/source/sh/nlpsolver/src/locale.po)0
-rw-r--r--source/sh/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sh/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sh/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sh/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sh/padmin/source.po (renamed from translations/source/sh/padmin/source.po)0
-rw-r--r--source/sh/readlicense_oo/docs/readme.po (renamed from translations/source/sh/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sh/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sh/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sh/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sh/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sh/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sh/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sh/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sh/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sh/reportbuilder/util.po (renamed from translations/source/sh/reportbuilder/util.po)0
-rw-r--r--source/sh/reportdesign/source/core/resource.po (renamed from translations/source/sh/reportdesign/source/core/resource.po)0
-rw-r--r--source/sh/reportdesign/source/ui/dlg.po (renamed from translations/source/sh/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sh/reportdesign/source/ui/inspection.po (renamed from translations/source/sh/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sh/reportdesign/source/ui/report.po (renamed from translations/source/sh/reportdesign/source/ui/report.po)0
-rw-r--r--source/sh/sc/source/core/src.po (renamed from translations/source/sh/sc/source/core/src.po)0
-rw-r--r--source/sh/sc/source/ui/cctrl.po (renamed from translations/source/sh/sc/source/ui/cctrl.po)0
-rw-r--r--source/sh/sc/source/ui/dbgui.po (renamed from translations/source/sh/sc/source/ui/dbgui.po)0
-rw-r--r--source/sh/sc/source/ui/docshell.po (renamed from translations/source/sh/sc/source/ui/docshell.po)0
-rw-r--r--source/sh/sc/source/ui/drawfunc.po (renamed from translations/source/sh/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sh/sc/source/ui/formdlg.po (renamed from translations/source/sh/sc/source/ui/formdlg.po)0
-rw-r--r--source/sh/sc/source/ui/miscdlgs.po (renamed from translations/source/sh/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sh/sc/source/ui/navipi.po (renamed from translations/source/sh/sc/source/ui/navipi.po)0
-rw-r--r--source/sh/sc/source/ui/optdlg.po (renamed from translations/source/sh/sc/source/ui/optdlg.po)0
-rw-r--r--source/sh/sc/source/ui/pagedlg.po (renamed from translations/source/sh/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sh/sc/source/ui/src.po (renamed from translations/source/sh/sc/source/ui/src.po)0
-rw-r--r--source/sh/sc/source/ui/styleui.po (renamed from translations/source/sh/sc/source/ui/styleui.po)0
-rw-r--r--source/sh/scaddins/source/analysis.po (renamed from translations/source/sh/scaddins/source/analysis.po)0
-rw-r--r--source/sh/scaddins/source/datefunc.po (renamed from translations/source/sh/scaddins/source/datefunc.po)0
-rw-r--r--source/sh/sccomp/source/solver.po (renamed from translations/source/sh/sccomp/source/solver.po)0
-rw-r--r--source/sh/scp2/source/accessories.po (renamed from translations/source/sh/scp2/source/accessories.po)0
-rw-r--r--source/sh/scp2/source/activex.po (renamed from translations/source/sh/scp2/source/activex.po)0
-rw-r--r--source/sh/scp2/source/base.po (renamed from translations/source/sh/scp2/source/base.po)0
-rw-r--r--source/sh/scp2/source/binfilter.po (renamed from translations/source/sh/scp2/source/binfilter.po)0
-rw-r--r--source/sh/scp2/source/calc.po (renamed from translations/source/sh/scp2/source/calc.po)0
-rw-r--r--source/sh/scp2/source/draw.po (renamed from translations/source/sh/scp2/source/draw.po)0
-rw-r--r--source/sh/scp2/source/extensions.po (renamed from translations/source/sh/scp2/source/extensions.po)0
-rw-r--r--source/sh/scp2/source/gnome.po (renamed from translations/source/sh/scp2/source/gnome.po)0
-rw-r--r--source/sh/scp2/source/graphicfilter.po (renamed from translations/source/sh/scp2/source/graphicfilter.po)0
-rw-r--r--source/sh/scp2/source/impress.po (renamed from translations/source/sh/scp2/source/impress.po)0
-rw-r--r--source/sh/scp2/source/javafilter.po (renamed from translations/source/sh/scp2/source/javafilter.po)0
-rw-r--r--source/sh/scp2/source/kde.po (renamed from translations/source/sh/scp2/source/kde.po)0
-rw-r--r--source/sh/scp2/source/math.po (renamed from translations/source/sh/scp2/source/math.po)0
-rw-r--r--source/sh/scp2/source/onlineupdate.po (renamed from translations/source/sh/scp2/source/onlineupdate.po)0
-rw-r--r--source/sh/scp2/source/ooo.po (renamed from translations/source/sh/scp2/source/ooo.po)0
-rw-r--r--source/sh/scp2/source/python.po (renamed from translations/source/sh/scp2/source/python.po)0
-rw-r--r--source/sh/scp2/source/quickstart.po (renamed from translations/source/sh/scp2/source/quickstart.po)0
-rw-r--r--source/sh/scp2/source/sdkoo.po (renamed from translations/source/sh/scp2/source/sdkoo.po)0
-rw-r--r--source/sh/scp2/source/smoketest.po (renamed from translations/source/sh/scp2/source/smoketest.po)0
-rw-r--r--source/sh/scp2/source/stdlibs.po (renamed from translations/source/sh/scp2/source/stdlibs.po)0
-rw-r--r--source/sh/scp2/source/tde.po (renamed from translations/source/sh/scp2/source/tde.po)0
-rw-r--r--source/sh/scp2/source/winexplorerext.po (renamed from translations/source/sh/scp2/source/winexplorerext.po)0
-rw-r--r--source/sh/scp2/source/writer.po (renamed from translations/source/sh/scp2/source/writer.po)0
-rw-r--r--source/sh/scp2/source/xsltfilter.po (renamed from translations/source/sh/scp2/source/xsltfilter.po)0
-rw-r--r--source/sh/scripting/source/pyprov.po (renamed from translations/source/sh/scripting/source/pyprov.po)0
-rw-r--r--source/sh/sd/source/core.po (renamed from translations/source/sh/sd/source/core.po)0
-rw-r--r--source/sh/sd/source/filter/html.po (renamed from translations/source/sh/sd/source/filter/html.po)0
-rw-r--r--source/sh/sd/source/ui/accessibility.po (renamed from translations/source/sh/sd/source/ui/accessibility.po)0
-rw-r--r--source/sh/sd/source/ui/animations.po (renamed from translations/source/sh/sd/source/ui/animations.po)0
-rw-r--r--source/sh/sd/source/ui/annotations.po (renamed from translations/source/sh/sd/source/ui/annotations.po)0
-rw-r--r--source/sh/sd/source/ui/app.po (renamed from translations/source/sh/sd/source/ui/app.po)0
-rw-r--r--source/sh/sd/source/ui/dlg.po (renamed from translations/source/sh/sd/source/ui/dlg.po)0
-rw-r--r--source/sh/sd/source/ui/slideshow.po (renamed from translations/source/sh/sd/source/ui/slideshow.po)0
-rw-r--r--source/sh/sd/source/ui/table.po (renamed from translations/source/sh/sd/source/ui/table.po)0
-rw-r--r--source/sh/sd/source/ui/view.po (renamed from translations/source/sh/sd/source/ui/view.po)0
-rw-r--r--source/sh/sdext/source/minimizer.po (renamed from translations/source/sh/sdext/source/minimizer.po)0
-rw-r--r--source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sh/sdext/source/pdfimport.po (renamed from translations/source/sh/sdext/source/pdfimport.po)0
-rw-r--r--source/sh/sdext/source/presenter.po (renamed from translations/source/sh/sdext/source/presenter.po)0
-rw-r--r--source/sh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sh/setup_native/source/mac.po (renamed from translations/source/sh/setup_native/source/mac.po)0
-rw-r--r--source/sh/sfx2/source/appl.po (renamed from translations/source/sh/sfx2/source/appl.po)0
-rw-r--r--source/sh/sfx2/source/bastyp.po (renamed from translations/source/sh/sfx2/source/bastyp.po)0
-rw-r--r--source/sh/sfx2/source/dialog.po (renamed from translations/source/sh/sfx2/source/dialog.po)0
-rw-r--r--source/sh/sfx2/source/doc.po (renamed from translations/source/sh/sfx2/source/doc.po)0
-rw-r--r--source/sh/sfx2/source/menu.po (renamed from translations/source/sh/sfx2/source/menu.po)0
-rw-r--r--source/sh/sfx2/source/view.po (renamed from translations/source/sh/sfx2/source/view.po)0
-rw-r--r--source/sh/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sh/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sh/starmath/source.po (renamed from translations/source/sh/starmath/source.po)0
-rw-r--r--source/sh/svl/source/items.po (renamed from translations/source/sh/svl/source/items.po)0
-rw-r--r--source/sh/svl/source/misc.po (renamed from translations/source/sh/svl/source/misc.po)0
-rw-r--r--source/sh/svtools/source/contnr.po (renamed from translations/source/sh/svtools/source/contnr.po)0
-rw-r--r--source/sh/svtools/source/control.po (renamed from translations/source/sh/svtools/source/control.po)0
-rw-r--r--source/sh/svtools/source/dialogs.po (renamed from translations/source/sh/svtools/source/dialogs.po)0
-rw-r--r--source/sh/svtools/source/filter.po (renamed from translations/source/sh/svtools/source/filter.po)0
-rw-r--r--source/sh/svtools/source/java.po (renamed from translations/source/sh/svtools/source/java.po)0
-rw-r--r--source/sh/svtools/source/misc.po (renamed from translations/source/sh/svtools/source/misc.po)0
-rw-r--r--source/sh/svtools/source/toolpanel.po (renamed from translations/source/sh/svtools/source/toolpanel.po)0
-rw-r--r--source/sh/svtools/workben/unodialog.po (renamed from translations/source/sh/svtools/workben/unodialog.po)0
-rw-r--r--source/sh/svx/inc.po (renamed from translations/source/sh/svx/inc.po)0
-rw-r--r--source/sh/svx/source/accessibility.po (renamed from translations/source/sh/svx/source/accessibility.po)0
-rw-r--r--source/sh/svx/source/dialog.po (renamed from translations/source/sh/svx/source/dialog.po)0
-rw-r--r--source/sh/svx/source/engine3d.po (renamed from translations/source/sh/svx/source/engine3d.po)0
-rw-r--r--source/sh/svx/source/fmcomp.po (renamed from translations/source/sh/svx/source/fmcomp.po)0
-rw-r--r--source/sh/svx/source/form.po (renamed from translations/source/sh/svx/source/form.po)0
-rw-r--r--source/sh/svx/source/gallery2.po (renamed from translations/source/sh/svx/source/gallery2.po)0
-rw-r--r--source/sh/svx/source/items.po (renamed from translations/source/sh/svx/source/items.po)0
-rw-r--r--source/sh/svx/source/src.po (renamed from translations/source/sh/svx/source/src.po)0
-rw-r--r--source/sh/svx/source/stbctrls.po (renamed from translations/source/sh/svx/source/stbctrls.po)0
-rw-r--r--source/sh/svx/source/svdraw.po (renamed from translations/source/sh/svx/source/svdraw.po)0
-rw-r--r--source/sh/svx/source/table.po (renamed from translations/source/sh/svx/source/table.po)0
-rw-r--r--source/sh/svx/source/tbxctrls.po (renamed from translations/source/sh/svx/source/tbxctrls.po)0
-rw-r--r--source/sh/svx/source/toolbars.po (renamed from translations/source/sh/svx/source/toolbars.po)0
-rw-r--r--source/sh/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sh/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sh/sw/source/core/layout.po (renamed from translations/source/sh/sw/source/core/layout.po)0
-rw-r--r--source/sh/sw/source/core/undo.po (renamed from translations/source/sh/sw/source/core/undo.po)0
-rw-r--r--source/sh/sw/source/core/unocore.po (renamed from translations/source/sh/sw/source/core/unocore.po)0
-rw-r--r--source/sh/sw/source/ui/app.po (renamed from translations/source/sh/sw/source/ui/app.po)0
-rw-r--r--source/sh/sw/source/ui/chrdlg.po (renamed from translations/source/sh/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sh/sw/source/ui/config.po (renamed from translations/source/sh/sw/source/ui/config.po)0
-rw-r--r--source/sh/sw/source/ui/dbui.po (renamed from translations/source/sh/sw/source/ui/dbui.po)0
-rw-r--r--source/sh/sw/source/ui/dialog.po (renamed from translations/source/sh/sw/source/ui/dialog.po)0
-rw-r--r--source/sh/sw/source/ui/dochdl.po (renamed from translations/source/sh/sw/source/ui/dochdl.po)0
-rw-r--r--source/sh/sw/source/ui/docvw.po (renamed from translations/source/sh/sw/source/ui/docvw.po)0
-rw-r--r--source/sh/sw/source/ui/envelp.po (renamed from translations/source/sh/sw/source/ui/envelp.po)0
-rw-r--r--source/sh/sw/source/ui/fldui.po (renamed from translations/source/sh/sw/source/ui/fldui.po)0
-rw-r--r--source/sh/sw/source/ui/fmtui.po (renamed from translations/source/sh/sw/source/ui/fmtui.po)0
-rw-r--r--source/sh/sw/source/ui/frmdlg.po (renamed from translations/source/sh/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sh/sw/source/ui/globdoc.po (renamed from translations/source/sh/sw/source/ui/globdoc.po)0
-rw-r--r--source/sh/sw/source/ui/index.po (renamed from translations/source/sh/sw/source/ui/index.po)0
-rw-r--r--source/sh/sw/source/ui/lingu.po (renamed from translations/source/sh/sw/source/ui/lingu.po)0
-rw-r--r--source/sh/sw/source/ui/misc.po (renamed from translations/source/sh/sw/source/ui/misc.po)0
-rw-r--r--source/sh/sw/source/ui/ribbar.po (renamed from translations/source/sh/sw/source/ui/ribbar.po)0
-rw-r--r--source/sh/sw/source/ui/shells.po (renamed from translations/source/sh/sw/source/ui/shells.po)0
-rw-r--r--source/sh/sw/source/ui/smartmenu.po (renamed from translations/source/sh/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sh/sw/source/ui/table.po (renamed from translations/source/sh/sw/source/ui/table.po)0
-rw-r--r--source/sh/sw/source/ui/uiview.po (renamed from translations/source/sh/sw/source/ui/uiview.po)0
-rw-r--r--source/sh/sw/source/ui/utlui.po (renamed from translations/source/sh/sw/source/ui/utlui.po)0
-rw-r--r--source/sh/sw/source/ui/web.po (renamed from translations/source/sh/sw/source/ui/web.po)0
-rw-r--r--source/sh/sw/source/ui/wrtsh.po (renamed from translations/source/sh/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sh/swext/mediawiki/help.po (renamed from translations/source/sh/swext/mediawiki/help.po)0
-rw-r--r--source/sh/swext/mediawiki/src.po (renamed from translations/source/sh/swext/mediawiki/src.po)0
-rw-r--r--source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sh/sysui/desktop/share.po (renamed from translations/source/sh/sysui/desktop/share.po)0
-rw-r--r--source/sh/uui/source.po (renamed from translations/source/sh/uui/source.po)0
-rw-r--r--source/sh/vcl/source/src.po (renamed from translations/source/sh/vcl/source/src.po)0
-rw-r--r--source/sh/wizards/source/euro.po (renamed from translations/source/sh/wizards/source/euro.po)0
-rw-r--r--source/sh/wizards/source/formwizard.po (renamed from translations/source/sh/wizards/source/formwizard.po)0
-rw-r--r--source/sh/wizards/source/importwizard.po (renamed from translations/source/sh/wizards/source/importwizard.po)0
-rw-r--r--source/sh/wizards/source/schedule.po (renamed from translations/source/sh/wizards/source/schedule.po)0
-rw-r--r--source/sh/wizards/source/template.po (renamed from translations/source/sh/wizards/source/template.po)0
-rw-r--r--source/sh/xmlsecurity/source/component.po (renamed from translations/source/sh/xmlsecurity/source/component.po)0
-rw-r--r--source/sh/xmlsecurity/source/dialogs.po (renamed from translations/source/sh/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/si/accessibility/source/helper.po (renamed from translations/source/si/accessibility/source/helper.po)0
-rw-r--r--source/si/avmedia/source/framework.po (renamed from translations/source/si/avmedia/source/framework.po)0
-rw-r--r--source/si/avmedia/source/viewer.po (renamed from translations/source/si/avmedia/source/viewer.po)0
-rw-r--r--source/si/basctl/source/basicide.po (renamed from translations/source/si/basctl/source/basicide.po)0
-rw-r--r--source/si/basctl/source/dlged.po (renamed from translations/source/si/basctl/source/dlged.po)0
-rw-r--r--source/si/basic/source/classes.po (renamed from translations/source/si/basic/source/classes.po)0
-rw-r--r--source/si/basic/source/sbx.po (renamed from translations/source/si/basic/source/sbx.po)0
-rw-r--r--source/si/chart2/source/controller/dialogs.po (renamed from translations/source/si/chart2/source/controller/dialogs.po)0
-rw-r--r--source/si/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/si/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/si/connectivity/source/resource.po (renamed from translations/source/si/connectivity/source/resource.po)0
-rw-r--r--source/si/cui/source/customize.po (renamed from translations/source/si/cui/source/customize.po)0
-rw-r--r--source/si/cui/source/dialogs.po (renamed from translations/source/si/cui/source/dialogs.po)0
-rw-r--r--source/si/cui/source/options.po (renamed from translations/source/si/cui/source/options.po)0
-rw-r--r--source/si/cui/source/tabpages.po (renamed from translations/source/si/cui/source/tabpages.po)0
-rw-r--r--source/si/dbaccess/source/core/resource.po (renamed from translations/source/si/dbaccess/source/core/resource.po)0
-rw-r--r--source/si/dbaccess/source/ext/macromigration.po (renamed from translations/source/si/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/si/dbaccess/source/sdbtools/resource.po (renamed from translations/source/si/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/si/dbaccess/source/ui/app.po (renamed from translations/source/si/dbaccess/source/ui/app.po)0
-rw-r--r--source/si/dbaccess/source/ui/browser.po (renamed from translations/source/si/dbaccess/source/ui/browser.po)0
-rw-r--r--source/si/dbaccess/source/ui/control.po (renamed from translations/source/si/dbaccess/source/ui/control.po)0
-rw-r--r--source/si/dbaccess/source/ui/dlg.po (renamed from translations/source/si/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/si/dbaccess/source/ui/inc.po (renamed from translations/source/si/dbaccess/source/ui/inc.po)0
-rw-r--r--source/si/dbaccess/source/ui/misc.po (renamed from translations/source/si/dbaccess/source/ui/misc.po)0
-rw-r--r--source/si/dbaccess/source/ui/querydesign.po (renamed from translations/source/si/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/si/dbaccess/source/ui/relationdesign.po (renamed from translations/source/si/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/si/dbaccess/source/ui/tabledesign.po (renamed from translations/source/si/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/si/dbaccess/source/ui/uno.po (renamed from translations/source/si/dbaccess/source/ui/uno.po)0
-rw-r--r--source/si/desktop/source/app.po (renamed from translations/source/si/desktop/source/app.po)0
-rw-r--r--source/si/desktop/source/deployment/gui.po (renamed from translations/source/si/desktop/source/deployment/gui.po)0
-rw-r--r--source/si/desktop/source/deployment/manager.po (renamed from translations/source/si/desktop/source/deployment/manager.po)0
-rw-r--r--source/si/desktop/source/deployment/misc.po (renamed from translations/source/si/desktop/source/deployment/misc.po)0
-rw-r--r--source/si/desktop/source/deployment/registry.po (renamed from translations/source/si/desktop/source/deployment/registry.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/component.po (renamed from translations/source/si/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/configuration.po (renamed from translations/source/si/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/help.po (renamed from translations/source/si/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/package.po (renamed from translations/source/si/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/script.po (renamed from translations/source/si/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/si/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/si/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/si/desktop/source/deployment/unopkg.po (renamed from translations/source/si/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/si/dictionaries/af_ZA.po (renamed from translations/source/si/dictionaries/af_ZA.po)0
-rw-r--r--source/si/dictionaries/an_ES.po (renamed from translations/source/si/dictionaries/an_ES.po)0
-rw-r--r--source/si/dictionaries/ar.po (renamed from translations/source/si/dictionaries/ar.po)0
-rw-r--r--source/si/dictionaries/be_BY.po (renamed from translations/source/si/dictionaries/be_BY.po)0
-rw-r--r--source/si/dictionaries/bg_BG.po (renamed from translations/source/si/dictionaries/bg_BG.po)0
-rw-r--r--source/si/dictionaries/bn_BD.po (renamed from translations/source/si/dictionaries/bn_BD.po)0
-rw-r--r--source/si/dictionaries/br_FR.po (renamed from translations/source/si/dictionaries/br_FR.po)0
-rw-r--r--source/si/dictionaries/ca.po (renamed from translations/source/si/dictionaries/ca.po)0
-rw-r--r--source/si/dictionaries/cs_CZ.po (renamed from translations/source/si/dictionaries/cs_CZ.po)0
-rw-r--r--source/si/dictionaries/da_DK.po (renamed from translations/source/si/dictionaries/da_DK.po)0
-rw-r--r--source/si/dictionaries/de.po (renamed from translations/source/si/dictionaries/de.po)0
-rw-r--r--source/si/dictionaries/el_GR.po (renamed from translations/source/si/dictionaries/el_GR.po)0
-rw-r--r--source/si/dictionaries/en.po (renamed from translations/source/si/dictionaries/en.po)0
-rw-r--r--source/si/dictionaries/en/dialog.po (renamed from translations/source/si/dictionaries/en/dialog.po)0
-rw-r--r--source/si/dictionaries/es_ES.po (renamed from translations/source/si/dictionaries/es_ES.po)0
-rw-r--r--source/si/dictionaries/et_EE.po (renamed from translations/source/si/dictionaries/et_EE.po)0
-rw-r--r--source/si/dictionaries/fr_FR.po (renamed from translations/source/si/dictionaries/fr_FR.po)0
-rw-r--r--source/si/dictionaries/gd_GB.po (renamed from translations/source/si/dictionaries/gd_GB.po)0
-rw-r--r--source/si/dictionaries/gl.po (renamed from translations/source/si/dictionaries/gl.po)0
-rw-r--r--source/si/dictionaries/gu_IN.po (renamed from translations/source/si/dictionaries/gu_IN.po)0
-rw-r--r--source/si/dictionaries/he_IL.po (renamed from translations/source/si/dictionaries/he_IL.po)0
-rw-r--r--source/si/dictionaries/hi_IN.po (renamed from translations/source/si/dictionaries/hi_IN.po)0
-rw-r--r--source/si/dictionaries/hr_HR.po (renamed from translations/source/si/dictionaries/hr_HR.po)0
-rw-r--r--source/si/dictionaries/hu_HU.po (renamed from translations/source/si/dictionaries/hu_HU.po)0
-rw-r--r--source/si/dictionaries/hu_HU/dialog.po (renamed from translations/source/si/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/si/dictionaries/it_IT.po (renamed from translations/source/si/dictionaries/it_IT.po)0
-rw-r--r--source/si/dictionaries/ku_TR.po (renamed from translations/source/si/dictionaries/ku_TR.po)0
-rw-r--r--source/si/dictionaries/lt_LT.po (renamed from translations/source/si/dictionaries/lt_LT.po)0
-rw-r--r--source/si/dictionaries/lv_LV.po (renamed from translations/source/si/dictionaries/lv_LV.po)0
-rw-r--r--source/si/dictionaries/ne_NP.po (renamed from translations/source/si/dictionaries/ne_NP.po)0
-rw-r--r--source/si/dictionaries/nl_NL.po (renamed from translations/source/si/dictionaries/nl_NL.po)0
-rw-r--r--source/si/dictionaries/no.po (renamed from translations/source/si/dictionaries/no.po)0
-rw-r--r--source/si/dictionaries/oc_FR.po (renamed from translations/source/si/dictionaries/oc_FR.po)0
-rw-r--r--source/si/dictionaries/pl_PL.po (renamed from translations/source/si/dictionaries/pl_PL.po)0
-rw-r--r--source/si/dictionaries/pt_BR.po (renamed from translations/source/si/dictionaries/pt_BR.po)0
-rw-r--r--source/si/dictionaries/pt_PT.po (renamed from translations/source/si/dictionaries/pt_PT.po)0
-rw-r--r--source/si/dictionaries/ro.po (renamed from translations/source/si/dictionaries/ro.po)0
-rw-r--r--source/si/dictionaries/ru_RU.po (renamed from translations/source/si/dictionaries/ru_RU.po)0
-rw-r--r--source/si/dictionaries/ru_RU/dialog.po (renamed from translations/source/si/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/si/dictionaries/si_LK.po (renamed from translations/source/si/dictionaries/si_LK.po)0
-rw-r--r--source/si/dictionaries/sk_SK.po (renamed from translations/source/si/dictionaries/sk_SK.po)0
-rw-r--r--source/si/dictionaries/sl_SI.po (renamed from translations/source/si/dictionaries/sl_SI.po)0
-rw-r--r--source/si/dictionaries/sr.po (renamed from translations/source/si/dictionaries/sr.po)0
-rw-r--r--source/si/dictionaries/sv_SE.po (renamed from translations/source/si/dictionaries/sv_SE.po)0
-rw-r--r--source/si/dictionaries/sw_TZ.po (renamed from translations/source/si/dictionaries/sw_TZ.po)0
-rw-r--r--source/si/dictionaries/te_IN.po (renamed from translations/source/si/dictionaries/te_IN.po)0
-rw-r--r--source/si/dictionaries/th_TH.po (renamed from translations/source/si/dictionaries/th_TH.po)0
-rw-r--r--source/si/dictionaries/uk_UA.po (renamed from translations/source/si/dictionaries/uk_UA.po)0
-rw-r--r--source/si/dictionaries/vi.po (renamed from translations/source/si/dictionaries/vi.po)0
-rw-r--r--source/si/dictionaries/zu_ZA.po (renamed from translations/source/si/dictionaries/zu_ZA.po)0
-rw-r--r--source/si/editeng/source/accessibility.po (renamed from translations/source/si/editeng/source/accessibility.po)0
-rw-r--r--source/si/editeng/source/editeng.po (renamed from translations/source/si/editeng/source/editeng.po)0
-rw-r--r--source/si/editeng/source/items.po (renamed from translations/source/si/editeng/source/items.po)0
-rw-r--r--source/si/editeng/source/misc.po (renamed from translations/source/si/editeng/source/misc.po)0
-rw-r--r--source/si/editeng/source/outliner.po (renamed from translations/source/si/editeng/source/outliner.po)0
-rw-r--r--source/si/extensions/source/abpilot.po (renamed from translations/source/si/extensions/source/abpilot.po)0
-rw-r--r--source/si/extensions/source/bibliography.po (renamed from translations/source/si/extensions/source/bibliography.po)0
-rw-r--r--source/si/extensions/source/dbpilots.po (renamed from translations/source/si/extensions/source/dbpilots.po)0
-rw-r--r--source/si/extensions/source/propctrlr.po (renamed from translations/source/si/extensions/source/propctrlr.po)0
-rw-r--r--source/si/extensions/source/scanner.po (renamed from translations/source/si/extensions/source/scanner.po)0
-rw-r--r--source/si/extensions/source/update/check.po (renamed from translations/source/si/extensions/source/update/check.po)0
-rw-r--r--source/si/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/si/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/si/filter/source/config/fragments/filters.po (renamed from translations/source/si/filter/source/config/fragments/filters.po)0
-rw-r--r--source/si/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/si/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/si/filter/source/config/fragments/types.po (renamed from translations/source/si/filter/source/config/fragments/types.po)0
-rw-r--r--source/si/filter/source/flash.po (renamed from translations/source/si/filter/source/flash.po)0
-rw-r--r--source/si/filter/source/graphicfilter/eps.po (renamed from translations/source/si/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/si/filter/source/pdf.po (renamed from translations/source/si/filter/source/pdf.po)0
-rw-r--r--source/si/filter/source/t602.po (renamed from translations/source/si/filter/source/t602.po)0
-rw-r--r--source/si/filter/source/xsltdialog.po (renamed from translations/source/si/filter/source/xsltdialog.po)0
-rw-r--r--source/si/forms/source/resource.po (renamed from translations/source/si/forms/source/resource.po)0
-rw-r--r--source/si/formula/source/core/resource.po (renamed from translations/source/si/formula/source/core/resource.po)0
-rw-r--r--source/si/formula/source/ui/dlg.po (renamed from translations/source/si/formula/source/ui/dlg.po)0
-rw-r--r--source/si/fpicker/source/office.po (renamed from translations/source/si/fpicker/source/office.po)0
-rw-r--r--source/si/framework/source/classes.po (renamed from translations/source/si/framework/source/classes.po)0
-rw-r--r--source/si/framework/source/services.po (renamed from translations/source/si/framework/source/services.po)0
-rw-r--r--source/si/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/si/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/si/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/si/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/si/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc.po (renamed from translations/source/si/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/00.po (renamed from translations/source/si/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po (renamed from translations/source/si/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/02.po (renamed from translations/source/si/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/04.po (renamed from translations/source/si/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/05.po (renamed from translations/source/si/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/si/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/schart.po (renamed from translations/source/si/helpcontent2/source/text/schart.po)0
-rw-r--r--source/si/helpcontent2/source/text/schart/00.po (renamed from translations/source/si/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/schart/01.po (renamed from translations/source/si/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/schart/02.po (renamed from translations/source/si/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/schart/04.po (renamed from translations/source/si/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/sdraw.po (renamed from translations/source/si/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/si/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/si/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/si/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/si/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/si/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared.po (renamed from translations/source/si/helpcontent2/source/text/shared.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po (renamed from translations/source/si/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po (renamed from translations/source/si/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po (renamed from translations/source/si/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/04.po (renamed from translations/source/si/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/05.po (renamed from translations/source/si/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/07.po (renamed from translations/source/si/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/si/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/si/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/si/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po (renamed from translations/source/si/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/si/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress.po (renamed from translations/source/si/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress/00.po (renamed from translations/source/si/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress/01.po (renamed from translations/source/si/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress/02.po (renamed from translations/source/si/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress/04.po (renamed from translations/source/si/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/si/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath.po (renamed from translations/source/si/helpcontent2/source/text/smath.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath/00.po (renamed from translations/source/si/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath/01.po (renamed from translations/source/si/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath/02.po (renamed from translations/source/si/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath/04.po (renamed from translations/source/si/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/smath/guide.po (renamed from translations/source/si/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter.po (renamed from translations/source/si/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po (renamed from translations/source/si/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po (renamed from translations/source/si/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter/02.po (renamed from translations/source/si/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter/04.po (renamed from translations/source/si/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/si/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/si/mysqlc/source.po (renamed from translations/source/si/mysqlc/source.po)0
-rw-r--r--source/si/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/si/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/si/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/si/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/si/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/si/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/si/nlpsolver/src/locale.po (renamed from translations/source/si/nlpsolver/src/locale.po)0
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/si/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/si/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/si/padmin/source.po (renamed from translations/source/si/padmin/source.po)0
-rw-r--r--source/si/readlicense_oo/docs/readme.po (renamed from translations/source/si/readlicense_oo/docs/readme.po)0
-rw-r--r--source/si/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/si/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/si/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/si/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/si/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/si/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/si/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/si/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/si/reportbuilder/util.po (renamed from translations/source/si/reportbuilder/util.po)0
-rw-r--r--source/si/reportdesign/source/core/resource.po (renamed from translations/source/si/reportdesign/source/core/resource.po)0
-rw-r--r--source/si/reportdesign/source/ui/dlg.po (renamed from translations/source/si/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/si/reportdesign/source/ui/inspection.po (renamed from translations/source/si/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/si/reportdesign/source/ui/report.po (renamed from translations/source/si/reportdesign/source/ui/report.po)0
-rw-r--r--source/si/sc/source/core/src.po (renamed from translations/source/si/sc/source/core/src.po)0
-rw-r--r--source/si/sc/source/ui/cctrl.po (renamed from translations/source/si/sc/source/ui/cctrl.po)0
-rw-r--r--source/si/sc/source/ui/dbgui.po (renamed from translations/source/si/sc/source/ui/dbgui.po)0
-rw-r--r--source/si/sc/source/ui/docshell.po (renamed from translations/source/si/sc/source/ui/docshell.po)0
-rw-r--r--source/si/sc/source/ui/drawfunc.po (renamed from translations/source/si/sc/source/ui/drawfunc.po)0
-rw-r--r--source/si/sc/source/ui/formdlg.po (renamed from translations/source/si/sc/source/ui/formdlg.po)0
-rw-r--r--source/si/sc/source/ui/miscdlgs.po (renamed from translations/source/si/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/si/sc/source/ui/navipi.po (renamed from translations/source/si/sc/source/ui/navipi.po)0
-rw-r--r--source/si/sc/source/ui/optdlg.po (renamed from translations/source/si/sc/source/ui/optdlg.po)0
-rw-r--r--source/si/sc/source/ui/pagedlg.po (renamed from translations/source/si/sc/source/ui/pagedlg.po)0
-rw-r--r--source/si/sc/source/ui/src.po (renamed from translations/source/si/sc/source/ui/src.po)0
-rw-r--r--source/si/sc/source/ui/styleui.po (renamed from translations/source/si/sc/source/ui/styleui.po)0
-rw-r--r--source/si/scaddins/source/analysis.po (renamed from translations/source/si/scaddins/source/analysis.po)0
-rw-r--r--source/si/scaddins/source/datefunc.po (renamed from translations/source/si/scaddins/source/datefunc.po)0
-rw-r--r--source/si/sccomp/source/solver.po (renamed from translations/source/si/sccomp/source/solver.po)0
-rw-r--r--source/si/scp2/source/accessories.po (renamed from translations/source/si/scp2/source/accessories.po)0
-rw-r--r--source/si/scp2/source/activex.po (renamed from translations/source/si/scp2/source/activex.po)0
-rw-r--r--source/si/scp2/source/base.po (renamed from translations/source/si/scp2/source/base.po)0
-rw-r--r--source/si/scp2/source/binfilter.po (renamed from translations/source/si/scp2/source/binfilter.po)0
-rw-r--r--source/si/scp2/source/calc.po (renamed from translations/source/si/scp2/source/calc.po)0
-rw-r--r--source/si/scp2/source/draw.po (renamed from translations/source/si/scp2/source/draw.po)0
-rw-r--r--source/si/scp2/source/extensions.po (renamed from translations/source/si/scp2/source/extensions.po)0
-rw-r--r--source/si/scp2/source/gnome.po (renamed from translations/source/si/scp2/source/gnome.po)0
-rw-r--r--source/si/scp2/source/graphicfilter.po (renamed from translations/source/si/scp2/source/graphicfilter.po)0
-rw-r--r--source/si/scp2/source/impress.po (renamed from translations/source/si/scp2/source/impress.po)0
-rw-r--r--source/si/scp2/source/javafilter.po (renamed from translations/source/si/scp2/source/javafilter.po)0
-rw-r--r--source/si/scp2/source/kde.po (renamed from translations/source/si/scp2/source/kde.po)0
-rw-r--r--source/si/scp2/source/math.po (renamed from translations/source/si/scp2/source/math.po)0
-rw-r--r--source/si/scp2/source/onlineupdate.po (renamed from translations/source/si/scp2/source/onlineupdate.po)0
-rw-r--r--source/si/scp2/source/ooo.po (renamed from translations/source/si/scp2/source/ooo.po)0
-rw-r--r--source/si/scp2/source/python.po (renamed from translations/source/si/scp2/source/python.po)0
-rw-r--r--source/si/scp2/source/quickstart.po (renamed from translations/source/si/scp2/source/quickstart.po)0
-rw-r--r--source/si/scp2/source/sdkoo.po (renamed from translations/source/si/scp2/source/sdkoo.po)0
-rw-r--r--source/si/scp2/source/smoketest.po (renamed from translations/source/si/scp2/source/smoketest.po)0
-rw-r--r--source/si/scp2/source/stdlibs.po (renamed from translations/source/si/scp2/source/stdlibs.po)0
-rw-r--r--source/si/scp2/source/tde.po (renamed from translations/source/si/scp2/source/tde.po)0
-rw-r--r--source/si/scp2/source/winexplorerext.po (renamed from translations/source/si/scp2/source/winexplorerext.po)0
-rw-r--r--source/si/scp2/source/writer.po (renamed from translations/source/si/scp2/source/writer.po)0
-rw-r--r--source/si/scp2/source/xsltfilter.po (renamed from translations/source/si/scp2/source/xsltfilter.po)0
-rw-r--r--source/si/scripting/source/pyprov.po (renamed from translations/source/si/scripting/source/pyprov.po)0
-rw-r--r--source/si/sd/source/core.po (renamed from translations/source/si/sd/source/core.po)0
-rw-r--r--source/si/sd/source/filter/html.po (renamed from translations/source/si/sd/source/filter/html.po)0
-rw-r--r--source/si/sd/source/ui/accessibility.po (renamed from translations/source/si/sd/source/ui/accessibility.po)0
-rw-r--r--source/si/sd/source/ui/animations.po (renamed from translations/source/si/sd/source/ui/animations.po)0
-rw-r--r--source/si/sd/source/ui/annotations.po (renamed from translations/source/si/sd/source/ui/annotations.po)0
-rw-r--r--source/si/sd/source/ui/app.po (renamed from translations/source/si/sd/source/ui/app.po)0
-rw-r--r--source/si/sd/source/ui/dlg.po (renamed from translations/source/si/sd/source/ui/dlg.po)0
-rw-r--r--source/si/sd/source/ui/slideshow.po (renamed from translations/source/si/sd/source/ui/slideshow.po)0
-rw-r--r--source/si/sd/source/ui/table.po (renamed from translations/source/si/sd/source/ui/table.po)0
-rw-r--r--source/si/sd/source/ui/view.po (renamed from translations/source/si/sd/source/ui/view.po)0
-rw-r--r--source/si/sdext/source/minimizer.po (renamed from translations/source/si/sdext/source/minimizer.po)0
-rw-r--r--source/si/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/si/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/si/sdext/source/pdfimport.po (renamed from translations/source/si/sdext/source/pdfimport.po)0
-rw-r--r--source/si/sdext/source/presenter.po (renamed from translations/source/si/sdext/source/presenter.po)0
-rw-r--r--source/si/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/si/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/si/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/si/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/si/setup_native/source/mac.po (renamed from translations/source/si/setup_native/source/mac.po)0
-rw-r--r--source/si/sfx2/source/appl.po (renamed from translations/source/si/sfx2/source/appl.po)0
-rw-r--r--source/si/sfx2/source/bastyp.po (renamed from translations/source/si/sfx2/source/bastyp.po)0
-rw-r--r--source/si/sfx2/source/dialog.po (renamed from translations/source/si/sfx2/source/dialog.po)0
-rw-r--r--source/si/sfx2/source/doc.po (renamed from translations/source/si/sfx2/source/doc.po)0
-rw-r--r--source/si/sfx2/source/menu.po (renamed from translations/source/si/sfx2/source/menu.po)0
-rw-r--r--source/si/sfx2/source/view.po (renamed from translations/source/si/sfx2/source/view.po)0
-rw-r--r--source/si/shell/source/win32/shlxthandler/res.po (renamed from translations/source/si/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/si/starmath/source.po (renamed from translations/source/si/starmath/source.po)0
-rw-r--r--source/si/svl/source/items.po (renamed from translations/source/si/svl/source/items.po)0
-rw-r--r--source/si/svl/source/misc.po (renamed from translations/source/si/svl/source/misc.po)0
-rw-r--r--source/si/svtools/source/contnr.po (renamed from translations/source/si/svtools/source/contnr.po)0
-rw-r--r--source/si/svtools/source/control.po (renamed from translations/source/si/svtools/source/control.po)0
-rw-r--r--source/si/svtools/source/dialogs.po (renamed from translations/source/si/svtools/source/dialogs.po)0
-rw-r--r--source/si/svtools/source/filter.po (renamed from translations/source/si/svtools/source/filter.po)0
-rw-r--r--source/si/svtools/source/java.po (renamed from translations/source/si/svtools/source/java.po)0
-rw-r--r--source/si/svtools/source/misc.po (renamed from translations/source/si/svtools/source/misc.po)0
-rw-r--r--source/si/svtools/source/toolpanel.po (renamed from translations/source/si/svtools/source/toolpanel.po)0
-rw-r--r--source/si/svtools/workben/unodialog.po (renamed from translations/source/si/svtools/workben/unodialog.po)0
-rw-r--r--source/si/svx/inc.po (renamed from translations/source/si/svx/inc.po)0
-rw-r--r--source/si/svx/source/accessibility.po (renamed from translations/source/si/svx/source/accessibility.po)0
-rw-r--r--source/si/svx/source/dialog.po (renamed from translations/source/si/svx/source/dialog.po)0
-rw-r--r--source/si/svx/source/engine3d.po (renamed from translations/source/si/svx/source/engine3d.po)0
-rw-r--r--source/si/svx/source/fmcomp.po (renamed from translations/source/si/svx/source/fmcomp.po)0
-rw-r--r--source/si/svx/source/form.po (renamed from translations/source/si/svx/source/form.po)0
-rw-r--r--source/si/svx/source/gallery2.po (renamed from translations/source/si/svx/source/gallery2.po)0
-rw-r--r--source/si/svx/source/items.po (renamed from translations/source/si/svx/source/items.po)0
-rw-r--r--source/si/svx/source/src.po (renamed from translations/source/si/svx/source/src.po)0
-rw-r--r--source/si/svx/source/stbctrls.po (renamed from translations/source/si/svx/source/stbctrls.po)0
-rw-r--r--source/si/svx/source/svdraw.po (renamed from translations/source/si/svx/source/svdraw.po)0
-rw-r--r--source/si/svx/source/table.po (renamed from translations/source/si/svx/source/table.po)0
-rw-r--r--source/si/svx/source/tbxctrls.po (renamed from translations/source/si/svx/source/tbxctrls.po)0
-rw-r--r--source/si/svx/source/toolbars.po (renamed from translations/source/si/svx/source/toolbars.po)0
-rw-r--r--source/si/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/si/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/si/sw/source/core/layout.po (renamed from translations/source/si/sw/source/core/layout.po)0
-rw-r--r--source/si/sw/source/core/undo.po (renamed from translations/source/si/sw/source/core/undo.po)0
-rw-r--r--source/si/sw/source/core/unocore.po (renamed from translations/source/si/sw/source/core/unocore.po)0
-rw-r--r--source/si/sw/source/ui/app.po (renamed from translations/source/si/sw/source/ui/app.po)0
-rw-r--r--source/si/sw/source/ui/chrdlg.po (renamed from translations/source/si/sw/source/ui/chrdlg.po)0
-rw-r--r--source/si/sw/source/ui/config.po (renamed from translations/source/si/sw/source/ui/config.po)0
-rw-r--r--source/si/sw/source/ui/dbui.po (renamed from translations/source/si/sw/source/ui/dbui.po)0
-rw-r--r--source/si/sw/source/ui/dialog.po (renamed from translations/source/si/sw/source/ui/dialog.po)0
-rw-r--r--source/si/sw/source/ui/dochdl.po (renamed from translations/source/si/sw/source/ui/dochdl.po)0
-rw-r--r--source/si/sw/source/ui/docvw.po (renamed from translations/source/si/sw/source/ui/docvw.po)0
-rw-r--r--source/si/sw/source/ui/envelp.po (renamed from translations/source/si/sw/source/ui/envelp.po)0
-rw-r--r--source/si/sw/source/ui/fldui.po (renamed from translations/source/si/sw/source/ui/fldui.po)0
-rw-r--r--source/si/sw/source/ui/fmtui.po (renamed from translations/source/si/sw/source/ui/fmtui.po)0
-rw-r--r--source/si/sw/source/ui/frmdlg.po (renamed from translations/source/si/sw/source/ui/frmdlg.po)0
-rw-r--r--source/si/sw/source/ui/globdoc.po (renamed from translations/source/si/sw/source/ui/globdoc.po)0
-rw-r--r--source/si/sw/source/ui/index.po (renamed from translations/source/si/sw/source/ui/index.po)0
-rw-r--r--source/si/sw/source/ui/lingu.po (renamed from translations/source/si/sw/source/ui/lingu.po)0
-rw-r--r--source/si/sw/source/ui/misc.po (renamed from translations/source/si/sw/source/ui/misc.po)0
-rw-r--r--source/si/sw/source/ui/ribbar.po (renamed from translations/source/si/sw/source/ui/ribbar.po)0
-rw-r--r--source/si/sw/source/ui/shells.po (renamed from translations/source/si/sw/source/ui/shells.po)0
-rw-r--r--source/si/sw/source/ui/smartmenu.po (renamed from translations/source/si/sw/source/ui/smartmenu.po)0
-rw-r--r--source/si/sw/source/ui/table.po (renamed from translations/source/si/sw/source/ui/table.po)0
-rw-r--r--source/si/sw/source/ui/uiview.po (renamed from translations/source/si/sw/source/ui/uiview.po)0
-rw-r--r--source/si/sw/source/ui/utlui.po (renamed from translations/source/si/sw/source/ui/utlui.po)0
-rw-r--r--source/si/sw/source/ui/web.po (renamed from translations/source/si/sw/source/ui/web.po)0
-rw-r--r--source/si/sw/source/ui/wrtsh.po (renamed from translations/source/si/sw/source/ui/wrtsh.po)0
-rw-r--r--source/si/swext/mediawiki/help.po (renamed from translations/source/si/swext/mediawiki/help.po)0
-rw-r--r--source/si/swext/mediawiki/src.po (renamed from translations/source/si/swext/mediawiki/src.po)0
-rw-r--r--source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/si/sysui/desktop/share.po (renamed from translations/source/si/sysui/desktop/share.po)0
-rw-r--r--source/si/uui/source.po (renamed from translations/source/si/uui/source.po)0
-rw-r--r--source/si/vcl/source/src.po (renamed from translations/source/si/vcl/source/src.po)0
-rw-r--r--source/si/wizards/source/euro.po (renamed from translations/source/si/wizards/source/euro.po)0
-rw-r--r--source/si/wizards/source/formwizard.po (renamed from translations/source/si/wizards/source/formwizard.po)0
-rw-r--r--source/si/wizards/source/importwizard.po (renamed from translations/source/si/wizards/source/importwizard.po)0
-rw-r--r--source/si/wizards/source/schedule.po (renamed from translations/source/si/wizards/source/schedule.po)0
-rw-r--r--source/si/wizards/source/template.po (renamed from translations/source/si/wizards/source/template.po)0
-rw-r--r--source/si/xmlsecurity/source/component.po (renamed from translations/source/si/xmlsecurity/source/component.po)0
-rw-r--r--source/si/xmlsecurity/source/dialogs.po (renamed from translations/source/si/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sk/accessibility/source/helper.po (renamed from translations/source/sk/accessibility/source/helper.po)0
-rw-r--r--source/sk/avmedia/source/framework.po (renamed from translations/source/sk/avmedia/source/framework.po)0
-rw-r--r--source/sk/avmedia/source/viewer.po (renamed from translations/source/sk/avmedia/source/viewer.po)0
-rw-r--r--source/sk/basctl/source/basicide.po (renamed from translations/source/sk/basctl/source/basicide.po)0
-rw-r--r--source/sk/basctl/source/dlged.po (renamed from translations/source/sk/basctl/source/dlged.po)0
-rw-r--r--source/sk/basic/source/classes.po (renamed from translations/source/sk/basic/source/classes.po)0
-rw-r--r--source/sk/basic/source/sbx.po (renamed from translations/source/sk/basic/source/sbx.po)0
-rw-r--r--source/sk/chart2/source/controller/dialogs.po (renamed from translations/source/sk/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sk/connectivity/source/resource.po (renamed from translations/source/sk/connectivity/source/resource.po)0
-rw-r--r--source/sk/cui/source/customize.po (renamed from translations/source/sk/cui/source/customize.po)0
-rw-r--r--source/sk/cui/source/dialogs.po (renamed from translations/source/sk/cui/source/dialogs.po)0
-rw-r--r--source/sk/cui/source/options.po (renamed from translations/source/sk/cui/source/options.po)0
-rw-r--r--source/sk/cui/source/tabpages.po (renamed from translations/source/sk/cui/source/tabpages.po)0
-rw-r--r--source/sk/dbaccess/source/core/resource.po (renamed from translations/source/sk/dbaccess/source/core/resource.po)0
-rw-r--r--source/sk/dbaccess/source/ext/macromigration.po (renamed from translations/source/sk/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sk/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sk/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sk/dbaccess/source/ui/app.po (renamed from translations/source/sk/dbaccess/source/ui/app.po)0
-rw-r--r--source/sk/dbaccess/source/ui/browser.po (renamed from translations/source/sk/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sk/dbaccess/source/ui/control.po (renamed from translations/source/sk/dbaccess/source/ui/control.po)0
-rw-r--r--source/sk/dbaccess/source/ui/dlg.po (renamed from translations/source/sk/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sk/dbaccess/source/ui/inc.po (renamed from translations/source/sk/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sk/dbaccess/source/ui/misc.po (renamed from translations/source/sk/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sk/dbaccess/source/ui/querydesign.po (renamed from translations/source/sk/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sk/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sk/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sk/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sk/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sk/dbaccess/source/ui/uno.po (renamed from translations/source/sk/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sk/desktop/source/app.po (renamed from translations/source/sk/desktop/source/app.po)0
-rw-r--r--source/sk/desktop/source/deployment/gui.po (renamed from translations/source/sk/desktop/source/deployment/gui.po)0
-rw-r--r--source/sk/desktop/source/deployment/manager.po (renamed from translations/source/sk/desktop/source/deployment/manager.po)0
-rw-r--r--source/sk/desktop/source/deployment/misc.po (renamed from translations/source/sk/desktop/source/deployment/misc.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry.po (renamed from translations/source/sk/desktop/source/deployment/registry.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/component.po (renamed from translations/source/sk/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sk/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/help.po (renamed from translations/source/sk/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/package.po (renamed from translations/source/sk/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/script.po (renamed from translations/source/sk/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sk/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sk/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sk/desktop/source/deployment/unopkg.po (renamed from translations/source/sk/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sk/dictionaries/af_ZA.po (renamed from translations/source/sk/dictionaries/af_ZA.po)0
-rw-r--r--source/sk/dictionaries/an_ES.po (renamed from translations/source/sk/dictionaries/an_ES.po)0
-rw-r--r--source/sk/dictionaries/ar.po (renamed from translations/source/sk/dictionaries/ar.po)0
-rw-r--r--source/sk/dictionaries/be_BY.po (renamed from translations/source/sk/dictionaries/be_BY.po)0
-rw-r--r--source/sk/dictionaries/bg_BG.po (renamed from translations/source/sk/dictionaries/bg_BG.po)0
-rw-r--r--source/sk/dictionaries/bn_BD.po (renamed from translations/source/sk/dictionaries/bn_BD.po)0
-rw-r--r--source/sk/dictionaries/br_FR.po (renamed from translations/source/sk/dictionaries/br_FR.po)0
-rw-r--r--source/sk/dictionaries/ca.po (renamed from translations/source/sk/dictionaries/ca.po)0
-rw-r--r--source/sk/dictionaries/cs_CZ.po (renamed from translations/source/sk/dictionaries/cs_CZ.po)0
-rw-r--r--source/sk/dictionaries/da_DK.po (renamed from translations/source/sk/dictionaries/da_DK.po)0
-rw-r--r--source/sk/dictionaries/de.po (renamed from translations/source/sk/dictionaries/de.po)0
-rw-r--r--source/sk/dictionaries/el_GR.po (renamed from translations/source/sk/dictionaries/el_GR.po)0
-rw-r--r--source/sk/dictionaries/en.po (renamed from translations/source/sk/dictionaries/en.po)0
-rw-r--r--source/sk/dictionaries/en/dialog.po (renamed from translations/source/sk/dictionaries/en/dialog.po)0
-rw-r--r--source/sk/dictionaries/es_ES.po (renamed from translations/source/sk/dictionaries/es_ES.po)0
-rw-r--r--source/sk/dictionaries/et_EE.po (renamed from translations/source/sk/dictionaries/et_EE.po)0
-rw-r--r--source/sk/dictionaries/fr_FR.po (renamed from translations/source/sk/dictionaries/fr_FR.po)0
-rw-r--r--source/sk/dictionaries/gd_GB.po (renamed from translations/source/sk/dictionaries/gd_GB.po)0
-rw-r--r--source/sk/dictionaries/gl.po (renamed from translations/source/sk/dictionaries/gl.po)0
-rw-r--r--source/sk/dictionaries/gu_IN.po (renamed from translations/source/sk/dictionaries/gu_IN.po)0
-rw-r--r--source/sk/dictionaries/he_IL.po (renamed from translations/source/sk/dictionaries/he_IL.po)0
-rw-r--r--source/sk/dictionaries/hi_IN.po (renamed from translations/source/sk/dictionaries/hi_IN.po)0
-rw-r--r--source/sk/dictionaries/hr_HR.po (renamed from translations/source/sk/dictionaries/hr_HR.po)0
-rw-r--r--source/sk/dictionaries/hu_HU.po (renamed from translations/source/sk/dictionaries/hu_HU.po)0
-rw-r--r--source/sk/dictionaries/hu_HU/dialog.po (renamed from translations/source/sk/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sk/dictionaries/it_IT.po (renamed from translations/source/sk/dictionaries/it_IT.po)0
-rw-r--r--source/sk/dictionaries/ku_TR.po (renamed from translations/source/sk/dictionaries/ku_TR.po)0
-rw-r--r--source/sk/dictionaries/lt_LT.po (renamed from translations/source/sk/dictionaries/lt_LT.po)0
-rw-r--r--source/sk/dictionaries/lv_LV.po (renamed from translations/source/sk/dictionaries/lv_LV.po)0
-rw-r--r--source/sk/dictionaries/ne_NP.po (renamed from translations/source/sk/dictionaries/ne_NP.po)0
-rw-r--r--source/sk/dictionaries/nl_NL.po (renamed from translations/source/sk/dictionaries/nl_NL.po)0
-rw-r--r--source/sk/dictionaries/no.po (renamed from translations/source/sk/dictionaries/no.po)0
-rw-r--r--source/sk/dictionaries/oc_FR.po (renamed from translations/source/sk/dictionaries/oc_FR.po)0
-rw-r--r--source/sk/dictionaries/pl_PL.po (renamed from translations/source/sk/dictionaries/pl_PL.po)0
-rw-r--r--source/sk/dictionaries/pt_BR.po (renamed from translations/source/sk/dictionaries/pt_BR.po)0
-rw-r--r--source/sk/dictionaries/pt_PT.po (renamed from translations/source/sk/dictionaries/pt_PT.po)0
-rw-r--r--source/sk/dictionaries/ro.po (renamed from translations/source/sk/dictionaries/ro.po)0
-rw-r--r--source/sk/dictionaries/ru_RU.po (renamed from translations/source/sk/dictionaries/ru_RU.po)0
-rw-r--r--source/sk/dictionaries/ru_RU/dialog.po (renamed from translations/source/sk/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sk/dictionaries/si_LK.po (renamed from translations/source/sk/dictionaries/si_LK.po)0
-rw-r--r--source/sk/dictionaries/sk_SK.po (renamed from translations/source/sk/dictionaries/sk_SK.po)0
-rw-r--r--source/sk/dictionaries/sl_SI.po (renamed from translations/source/sk/dictionaries/sl_SI.po)0
-rw-r--r--source/sk/dictionaries/sr.po (renamed from translations/source/sk/dictionaries/sr.po)0
-rw-r--r--source/sk/dictionaries/sv_SE.po (renamed from translations/source/sk/dictionaries/sv_SE.po)0
-rw-r--r--source/sk/dictionaries/sw_TZ.po (renamed from translations/source/sk/dictionaries/sw_TZ.po)0
-rw-r--r--source/sk/dictionaries/te_IN.po (renamed from translations/source/sk/dictionaries/te_IN.po)0
-rw-r--r--source/sk/dictionaries/th_TH.po (renamed from translations/source/sk/dictionaries/th_TH.po)0
-rw-r--r--source/sk/dictionaries/uk_UA.po (renamed from translations/source/sk/dictionaries/uk_UA.po)0
-rw-r--r--source/sk/dictionaries/vi.po (renamed from translations/source/sk/dictionaries/vi.po)0
-rw-r--r--source/sk/dictionaries/zu_ZA.po (renamed from translations/source/sk/dictionaries/zu_ZA.po)0
-rw-r--r--source/sk/editeng/source/accessibility.po (renamed from translations/source/sk/editeng/source/accessibility.po)0
-rw-r--r--source/sk/editeng/source/editeng.po (renamed from translations/source/sk/editeng/source/editeng.po)0
-rw-r--r--source/sk/editeng/source/items.po (renamed from translations/source/sk/editeng/source/items.po)0
-rw-r--r--source/sk/editeng/source/misc.po (renamed from translations/source/sk/editeng/source/misc.po)0
-rw-r--r--source/sk/editeng/source/outliner.po (renamed from translations/source/sk/editeng/source/outliner.po)0
-rw-r--r--source/sk/extensions/source/abpilot.po (renamed from translations/source/sk/extensions/source/abpilot.po)0
-rw-r--r--source/sk/extensions/source/bibliography.po (renamed from translations/source/sk/extensions/source/bibliography.po)0
-rw-r--r--source/sk/extensions/source/dbpilots.po (renamed from translations/source/sk/extensions/source/dbpilots.po)0
-rw-r--r--source/sk/extensions/source/propctrlr.po (renamed from translations/source/sk/extensions/source/propctrlr.po)0
-rw-r--r--source/sk/extensions/source/scanner.po (renamed from translations/source/sk/extensions/source/scanner.po)0
-rw-r--r--source/sk/extensions/source/update/check.po (renamed from translations/source/sk/extensions/source/update/check.po)0
-rw-r--r--source/sk/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sk/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sk/filter/source/config/fragments/filters.po (renamed from translations/source/sk/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sk/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sk/filter/source/config/fragments/types.po (renamed from translations/source/sk/filter/source/config/fragments/types.po)0
-rw-r--r--source/sk/filter/source/flash.po (renamed from translations/source/sk/filter/source/flash.po)0
-rw-r--r--source/sk/filter/source/graphicfilter/eps.po (renamed from translations/source/sk/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sk/filter/source/pdf.po (renamed from translations/source/sk/filter/source/pdf.po)0
-rw-r--r--source/sk/filter/source/t602.po (renamed from translations/source/sk/filter/source/t602.po)0
-rw-r--r--source/sk/filter/source/xsltdialog.po (renamed from translations/source/sk/filter/source/xsltdialog.po)0
-rw-r--r--source/sk/forms/source/resource.po (renamed from translations/source/sk/forms/source/resource.po)0
-rw-r--r--source/sk/formula/source/core/resource.po (renamed from translations/source/sk/formula/source/core/resource.po)0
-rw-r--r--source/sk/formula/source/ui/dlg.po (renamed from translations/source/sk/formula/source/ui/dlg.po)0
-rw-r--r--source/sk/fpicker/source/office.po (renamed from translations/source/sk/fpicker/source/office.po)0
-rw-r--r--source/sk/framework/source/classes.po (renamed from translations/source/sk/framework/source/classes.po)0
-rw-r--r--source/sk/framework/source/services.po (renamed from translations/source/sk/framework/source/services.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/sk/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/sk/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc.po (renamed from translations/source/sk/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/00.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/02.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/04.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/05.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/sk/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/schart.po (renamed from translations/source/sk/helpcontent2/source/text/schart.po)0
-rw-r--r--source/sk/helpcontent2/source/text/schart/00.po (renamed from translations/source/sk/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/schart/01.po (renamed from translations/source/sk/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/schart/02.po (renamed from translations/source/sk/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/schart/04.po (renamed from translations/source/sk/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sdraw.po (renamed from translations/source/sk/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/sk/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/sk/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/sk/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/sk/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared.po (renamed from translations/source/sk/helpcontent2/source/text/shared.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po (renamed from translations/source/sk/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po (renamed from translations/source/sk/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po (renamed from translations/source/sk/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/04.po (renamed from translations/source/sk/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/05.po (renamed from translations/source/sk/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/07.po (renamed from translations/source/sk/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/sk/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/sk/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/sk/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po (renamed from translations/source/sk/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/sk/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress.po (renamed from translations/source/sk/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress/00.po (renamed from translations/source/sk/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress/01.po (renamed from translations/source/sk/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress/02.po (renamed from translations/source/sk/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress/04.po (renamed from translations/source/sk/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/sk/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath.po (renamed from translations/source/sk/helpcontent2/source/text/smath.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath/00.po (renamed from translations/source/sk/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath/01.po (renamed from translations/source/sk/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath/02.po (renamed from translations/source/sk/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath/04.po (renamed from translations/source/sk/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/smath/guide.po (renamed from translations/source/sk/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po (renamed from translations/source/sk/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po (renamed from translations/source/sk/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po (renamed from translations/source/sk/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter/02.po (renamed from translations/source/sk/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter/04.po (renamed from translations/source/sk/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/sk/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sk/mysqlc/source.po (renamed from translations/source/sk/mysqlc/source.po)0
-rw-r--r--source/sk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sk/nlpsolver/src/locale.po (renamed from translations/source/sk/nlpsolver/src/locale.po)0
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sk/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sk/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sk/padmin/source.po (renamed from translations/source/sk/padmin/source.po)0
-rw-r--r--source/sk/readlicense_oo/docs/readme.po (renamed from translations/source/sk/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sk/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sk/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sk/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sk/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sk/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sk/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sk/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sk/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sk/reportbuilder/util.po (renamed from translations/source/sk/reportbuilder/util.po)0
-rw-r--r--source/sk/reportdesign/source/core/resource.po (renamed from translations/source/sk/reportdesign/source/core/resource.po)0
-rw-r--r--source/sk/reportdesign/source/ui/dlg.po (renamed from translations/source/sk/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sk/reportdesign/source/ui/inspection.po (renamed from translations/source/sk/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sk/reportdesign/source/ui/report.po (renamed from translations/source/sk/reportdesign/source/ui/report.po)0
-rw-r--r--source/sk/sc/source/core/src.po (renamed from translations/source/sk/sc/source/core/src.po)0
-rw-r--r--source/sk/sc/source/ui/cctrl.po (renamed from translations/source/sk/sc/source/ui/cctrl.po)0
-rw-r--r--source/sk/sc/source/ui/dbgui.po (renamed from translations/source/sk/sc/source/ui/dbgui.po)0
-rw-r--r--source/sk/sc/source/ui/docshell.po (renamed from translations/source/sk/sc/source/ui/docshell.po)0
-rw-r--r--source/sk/sc/source/ui/drawfunc.po (renamed from translations/source/sk/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sk/sc/source/ui/formdlg.po (renamed from translations/source/sk/sc/source/ui/formdlg.po)0
-rw-r--r--source/sk/sc/source/ui/miscdlgs.po (renamed from translations/source/sk/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sk/sc/source/ui/navipi.po (renamed from translations/source/sk/sc/source/ui/navipi.po)0
-rw-r--r--source/sk/sc/source/ui/optdlg.po (renamed from translations/source/sk/sc/source/ui/optdlg.po)0
-rw-r--r--source/sk/sc/source/ui/pagedlg.po (renamed from translations/source/sk/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sk/sc/source/ui/src.po (renamed from translations/source/sk/sc/source/ui/src.po)0
-rw-r--r--source/sk/sc/source/ui/styleui.po (renamed from translations/source/sk/sc/source/ui/styleui.po)0
-rw-r--r--source/sk/scaddins/source/analysis.po (renamed from translations/source/sk/scaddins/source/analysis.po)0
-rw-r--r--source/sk/scaddins/source/datefunc.po (renamed from translations/source/sk/scaddins/source/datefunc.po)0
-rw-r--r--source/sk/sccomp/source/solver.po (renamed from translations/source/sk/sccomp/source/solver.po)0
-rw-r--r--source/sk/scp2/source/accessories.po (renamed from translations/source/sk/scp2/source/accessories.po)0
-rw-r--r--source/sk/scp2/source/activex.po (renamed from translations/source/sk/scp2/source/activex.po)0
-rw-r--r--source/sk/scp2/source/base.po (renamed from translations/source/sk/scp2/source/base.po)0
-rw-r--r--source/sk/scp2/source/binfilter.po (renamed from translations/source/sk/scp2/source/binfilter.po)0
-rw-r--r--source/sk/scp2/source/calc.po (renamed from translations/source/sk/scp2/source/calc.po)0
-rw-r--r--source/sk/scp2/source/draw.po (renamed from translations/source/sk/scp2/source/draw.po)0
-rw-r--r--source/sk/scp2/source/extensions.po (renamed from translations/source/sk/scp2/source/extensions.po)0
-rw-r--r--source/sk/scp2/source/gnome.po (renamed from translations/source/sk/scp2/source/gnome.po)0
-rw-r--r--source/sk/scp2/source/graphicfilter.po (renamed from translations/source/sk/scp2/source/graphicfilter.po)0
-rw-r--r--source/sk/scp2/source/impress.po (renamed from translations/source/sk/scp2/source/impress.po)0
-rw-r--r--source/sk/scp2/source/javafilter.po (renamed from translations/source/sk/scp2/source/javafilter.po)0
-rw-r--r--source/sk/scp2/source/kde.po (renamed from translations/source/sk/scp2/source/kde.po)0
-rw-r--r--source/sk/scp2/source/math.po (renamed from translations/source/sk/scp2/source/math.po)0
-rw-r--r--source/sk/scp2/source/onlineupdate.po (renamed from translations/source/sk/scp2/source/onlineupdate.po)0
-rw-r--r--source/sk/scp2/source/ooo.po (renamed from translations/source/sk/scp2/source/ooo.po)0
-rw-r--r--source/sk/scp2/source/python.po (renamed from translations/source/sk/scp2/source/python.po)0
-rw-r--r--source/sk/scp2/source/quickstart.po (renamed from translations/source/sk/scp2/source/quickstart.po)0
-rw-r--r--source/sk/scp2/source/sdkoo.po (renamed from translations/source/sk/scp2/source/sdkoo.po)0
-rw-r--r--source/sk/scp2/source/smoketest.po (renamed from translations/source/sk/scp2/source/smoketest.po)0
-rw-r--r--source/sk/scp2/source/stdlibs.po (renamed from translations/source/sk/scp2/source/stdlibs.po)0
-rw-r--r--source/sk/scp2/source/tde.po (renamed from translations/source/sk/scp2/source/tde.po)0
-rw-r--r--source/sk/scp2/source/winexplorerext.po (renamed from translations/source/sk/scp2/source/winexplorerext.po)0
-rw-r--r--source/sk/scp2/source/writer.po (renamed from translations/source/sk/scp2/source/writer.po)0
-rw-r--r--source/sk/scp2/source/xsltfilter.po (renamed from translations/source/sk/scp2/source/xsltfilter.po)0
-rw-r--r--source/sk/scripting/source/pyprov.po (renamed from translations/source/sk/scripting/source/pyprov.po)0
-rw-r--r--source/sk/sd/source/core.po (renamed from translations/source/sk/sd/source/core.po)0
-rw-r--r--source/sk/sd/source/filter/html.po (renamed from translations/source/sk/sd/source/filter/html.po)0
-rw-r--r--source/sk/sd/source/ui/accessibility.po (renamed from translations/source/sk/sd/source/ui/accessibility.po)0
-rw-r--r--source/sk/sd/source/ui/animations.po (renamed from translations/source/sk/sd/source/ui/animations.po)0
-rw-r--r--source/sk/sd/source/ui/annotations.po (renamed from translations/source/sk/sd/source/ui/annotations.po)0
-rw-r--r--source/sk/sd/source/ui/app.po (renamed from translations/source/sk/sd/source/ui/app.po)0
-rw-r--r--source/sk/sd/source/ui/dlg.po (renamed from translations/source/sk/sd/source/ui/dlg.po)0
-rw-r--r--source/sk/sd/source/ui/slideshow.po (renamed from translations/source/sk/sd/source/ui/slideshow.po)0
-rw-r--r--source/sk/sd/source/ui/table.po (renamed from translations/source/sk/sd/source/ui/table.po)0
-rw-r--r--source/sk/sd/source/ui/view.po (renamed from translations/source/sk/sd/source/ui/view.po)0
-rw-r--r--source/sk/sdext/source/minimizer.po (renamed from translations/source/sk/sdext/source/minimizer.po)0
-rw-r--r--source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sk/sdext/source/pdfimport.po (renamed from translations/source/sk/sdext/source/pdfimport.po)0
-rw-r--r--source/sk/sdext/source/presenter.po (renamed from translations/source/sk/sdext/source/presenter.po)0
-rw-r--r--source/sk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sk/setup_native/source/mac.po (renamed from translations/source/sk/setup_native/source/mac.po)0
-rw-r--r--source/sk/sfx2/source/appl.po (renamed from translations/source/sk/sfx2/source/appl.po)0
-rw-r--r--source/sk/sfx2/source/bastyp.po (renamed from translations/source/sk/sfx2/source/bastyp.po)0
-rw-r--r--source/sk/sfx2/source/dialog.po (renamed from translations/source/sk/sfx2/source/dialog.po)0
-rw-r--r--source/sk/sfx2/source/doc.po (renamed from translations/source/sk/sfx2/source/doc.po)0
-rw-r--r--source/sk/sfx2/source/menu.po (renamed from translations/source/sk/sfx2/source/menu.po)0
-rw-r--r--source/sk/sfx2/source/view.po (renamed from translations/source/sk/sfx2/source/view.po)0
-rw-r--r--source/sk/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sk/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sk/starmath/source.po (renamed from translations/source/sk/starmath/source.po)0
-rw-r--r--source/sk/svl/source/items.po (renamed from translations/source/sk/svl/source/items.po)0
-rw-r--r--source/sk/svl/source/misc.po (renamed from translations/source/sk/svl/source/misc.po)0
-rw-r--r--source/sk/svtools/source/contnr.po (renamed from translations/source/sk/svtools/source/contnr.po)0
-rw-r--r--source/sk/svtools/source/control.po (renamed from translations/source/sk/svtools/source/control.po)0
-rw-r--r--source/sk/svtools/source/dialogs.po (renamed from translations/source/sk/svtools/source/dialogs.po)0
-rw-r--r--source/sk/svtools/source/filter.po (renamed from translations/source/sk/svtools/source/filter.po)0
-rw-r--r--source/sk/svtools/source/java.po (renamed from translations/source/sk/svtools/source/java.po)0
-rw-r--r--source/sk/svtools/source/misc.po (renamed from translations/source/sk/svtools/source/misc.po)0
-rw-r--r--source/sk/svtools/source/toolpanel.po (renamed from translations/source/sk/svtools/source/toolpanel.po)0
-rw-r--r--source/sk/svtools/workben/unodialog.po (renamed from translations/source/sk/svtools/workben/unodialog.po)0
-rw-r--r--source/sk/svx/inc.po (renamed from translations/source/sk/svx/inc.po)0
-rw-r--r--source/sk/svx/source/accessibility.po (renamed from translations/source/sk/svx/source/accessibility.po)0
-rw-r--r--source/sk/svx/source/dialog.po (renamed from translations/source/sk/svx/source/dialog.po)0
-rw-r--r--source/sk/svx/source/engine3d.po (renamed from translations/source/sk/svx/source/engine3d.po)0
-rw-r--r--source/sk/svx/source/fmcomp.po (renamed from translations/source/sk/svx/source/fmcomp.po)0
-rw-r--r--source/sk/svx/source/form.po (renamed from translations/source/sk/svx/source/form.po)0
-rw-r--r--source/sk/svx/source/gallery2.po (renamed from translations/source/sk/svx/source/gallery2.po)0
-rw-r--r--source/sk/svx/source/items.po (renamed from translations/source/sk/svx/source/items.po)0
-rw-r--r--source/sk/svx/source/src.po (renamed from translations/source/sk/svx/source/src.po)0
-rw-r--r--source/sk/svx/source/stbctrls.po (renamed from translations/source/sk/svx/source/stbctrls.po)0
-rw-r--r--source/sk/svx/source/svdraw.po (renamed from translations/source/sk/svx/source/svdraw.po)0
-rw-r--r--source/sk/svx/source/table.po (renamed from translations/source/sk/svx/source/table.po)0
-rw-r--r--source/sk/svx/source/tbxctrls.po (renamed from translations/source/sk/svx/source/tbxctrls.po)0
-rw-r--r--source/sk/svx/source/toolbars.po (renamed from translations/source/sk/svx/source/toolbars.po)0
-rw-r--r--source/sk/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sk/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sk/sw/source/core/layout.po (renamed from translations/source/sk/sw/source/core/layout.po)0
-rw-r--r--source/sk/sw/source/core/undo.po (renamed from translations/source/sk/sw/source/core/undo.po)0
-rw-r--r--source/sk/sw/source/core/unocore.po (renamed from translations/source/sk/sw/source/core/unocore.po)0
-rw-r--r--source/sk/sw/source/ui/app.po (renamed from translations/source/sk/sw/source/ui/app.po)0
-rw-r--r--source/sk/sw/source/ui/chrdlg.po (renamed from translations/source/sk/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sk/sw/source/ui/config.po (renamed from translations/source/sk/sw/source/ui/config.po)0
-rw-r--r--source/sk/sw/source/ui/dbui.po (renamed from translations/source/sk/sw/source/ui/dbui.po)0
-rw-r--r--source/sk/sw/source/ui/dialog.po (renamed from translations/source/sk/sw/source/ui/dialog.po)0
-rw-r--r--source/sk/sw/source/ui/dochdl.po (renamed from translations/source/sk/sw/source/ui/dochdl.po)0
-rw-r--r--source/sk/sw/source/ui/docvw.po (renamed from translations/source/sk/sw/source/ui/docvw.po)0
-rw-r--r--source/sk/sw/source/ui/envelp.po (renamed from translations/source/sk/sw/source/ui/envelp.po)0
-rw-r--r--source/sk/sw/source/ui/fldui.po (renamed from translations/source/sk/sw/source/ui/fldui.po)0
-rw-r--r--source/sk/sw/source/ui/fmtui.po (renamed from translations/source/sk/sw/source/ui/fmtui.po)0
-rw-r--r--source/sk/sw/source/ui/frmdlg.po (renamed from translations/source/sk/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sk/sw/source/ui/globdoc.po (renamed from translations/source/sk/sw/source/ui/globdoc.po)0
-rw-r--r--source/sk/sw/source/ui/index.po (renamed from translations/source/sk/sw/source/ui/index.po)0
-rw-r--r--source/sk/sw/source/ui/lingu.po (renamed from translations/source/sk/sw/source/ui/lingu.po)0
-rw-r--r--source/sk/sw/source/ui/misc.po (renamed from translations/source/sk/sw/source/ui/misc.po)0
-rw-r--r--source/sk/sw/source/ui/ribbar.po (renamed from translations/source/sk/sw/source/ui/ribbar.po)0
-rw-r--r--source/sk/sw/source/ui/shells.po (renamed from translations/source/sk/sw/source/ui/shells.po)0
-rw-r--r--source/sk/sw/source/ui/smartmenu.po (renamed from translations/source/sk/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sk/sw/source/ui/table.po (renamed from translations/source/sk/sw/source/ui/table.po)0
-rw-r--r--source/sk/sw/source/ui/uiview.po (renamed from translations/source/sk/sw/source/ui/uiview.po)0
-rw-r--r--source/sk/sw/source/ui/utlui.po (renamed from translations/source/sk/sw/source/ui/utlui.po)0
-rw-r--r--source/sk/sw/source/ui/web.po (renamed from translations/source/sk/sw/source/ui/web.po)0
-rw-r--r--source/sk/sw/source/ui/wrtsh.po (renamed from translations/source/sk/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sk/swext/mediawiki/help.po (renamed from translations/source/sk/swext/mediawiki/help.po)0
-rw-r--r--source/sk/swext/mediawiki/src.po (renamed from translations/source/sk/swext/mediawiki/src.po)0
-rw-r--r--source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sk/sysui/desktop/share.po (renamed from translations/source/sk/sysui/desktop/share.po)0
-rw-r--r--source/sk/uui/source.po (renamed from translations/source/sk/uui/source.po)0
-rw-r--r--source/sk/vcl/source/src.po (renamed from translations/source/sk/vcl/source/src.po)0
-rw-r--r--source/sk/wizards/source/euro.po (renamed from translations/source/sk/wizards/source/euro.po)0
-rw-r--r--source/sk/wizards/source/formwizard.po (renamed from translations/source/sk/wizards/source/formwizard.po)0
-rw-r--r--source/sk/wizards/source/importwizard.po (renamed from translations/source/sk/wizards/source/importwizard.po)0
-rw-r--r--source/sk/wizards/source/schedule.po (renamed from translations/source/sk/wizards/source/schedule.po)0
-rw-r--r--source/sk/wizards/source/template.po (renamed from translations/source/sk/wizards/source/template.po)0
-rw-r--r--source/sk/xmlsecurity/source/component.po (renamed from translations/source/sk/xmlsecurity/source/component.po)0
-rw-r--r--source/sk/xmlsecurity/source/dialogs.po (renamed from translations/source/sk/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sl/accessibility/source/helper.po (renamed from translations/source/sl/accessibility/source/helper.po)0
-rw-r--r--source/sl/avmedia/source/framework.po (renamed from translations/source/sl/avmedia/source/framework.po)0
-rw-r--r--source/sl/avmedia/source/viewer.po (renamed from translations/source/sl/avmedia/source/viewer.po)0
-rw-r--r--source/sl/basctl/source/basicide.po (renamed from translations/source/sl/basctl/source/basicide.po)0
-rw-r--r--source/sl/basctl/source/dlged.po (renamed from translations/source/sl/basctl/source/dlged.po)0
-rw-r--r--source/sl/basic/source/classes.po (renamed from translations/source/sl/basic/source/classes.po)0
-rw-r--r--source/sl/basic/source/sbx.po (renamed from translations/source/sl/basic/source/sbx.po)0
-rw-r--r--source/sl/chart2/source/controller/dialogs.po (renamed from translations/source/sl/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sl/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sl/connectivity/source/resource.po (renamed from translations/source/sl/connectivity/source/resource.po)0
-rw-r--r--source/sl/cui/source/customize.po (renamed from translations/source/sl/cui/source/customize.po)0
-rw-r--r--source/sl/cui/source/dialogs.po (renamed from translations/source/sl/cui/source/dialogs.po)0
-rw-r--r--source/sl/cui/source/options.po (renamed from translations/source/sl/cui/source/options.po)0
-rw-r--r--source/sl/cui/source/tabpages.po (renamed from translations/source/sl/cui/source/tabpages.po)0
-rw-r--r--source/sl/dbaccess/source/core/resource.po (renamed from translations/source/sl/dbaccess/source/core/resource.po)0
-rw-r--r--source/sl/dbaccess/source/ext/macromigration.po (renamed from translations/source/sl/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sl/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sl/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sl/dbaccess/source/ui/app.po (renamed from translations/source/sl/dbaccess/source/ui/app.po)0
-rw-r--r--source/sl/dbaccess/source/ui/browser.po (renamed from translations/source/sl/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sl/dbaccess/source/ui/control.po (renamed from translations/source/sl/dbaccess/source/ui/control.po)0
-rw-r--r--source/sl/dbaccess/source/ui/dlg.po (renamed from translations/source/sl/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sl/dbaccess/source/ui/inc.po (renamed from translations/source/sl/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sl/dbaccess/source/ui/misc.po (renamed from translations/source/sl/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sl/dbaccess/source/ui/querydesign.po (renamed from translations/source/sl/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sl/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sl/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sl/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sl/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sl/dbaccess/source/ui/uno.po (renamed from translations/source/sl/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sl/desktop/source/app.po (renamed from translations/source/sl/desktop/source/app.po)0
-rw-r--r--source/sl/desktop/source/deployment/gui.po (renamed from translations/source/sl/desktop/source/deployment/gui.po)0
-rw-r--r--source/sl/desktop/source/deployment/manager.po (renamed from translations/source/sl/desktop/source/deployment/manager.po)0
-rw-r--r--source/sl/desktop/source/deployment/misc.po (renamed from translations/source/sl/desktop/source/deployment/misc.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry.po (renamed from translations/source/sl/desktop/source/deployment/registry.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/component.po (renamed from translations/source/sl/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sl/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/help.po (renamed from translations/source/sl/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/package.po (renamed from translations/source/sl/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/script.po (renamed from translations/source/sl/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sl/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sl/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sl/desktop/source/deployment/unopkg.po (renamed from translations/source/sl/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sl/dictionaries/af_ZA.po (renamed from translations/source/sl/dictionaries/af_ZA.po)0
-rw-r--r--source/sl/dictionaries/an_ES.po (renamed from translations/source/sl/dictionaries/an_ES.po)0
-rw-r--r--source/sl/dictionaries/ar.po (renamed from translations/source/sl/dictionaries/ar.po)0
-rw-r--r--source/sl/dictionaries/be_BY.po (renamed from translations/source/sl/dictionaries/be_BY.po)0
-rw-r--r--source/sl/dictionaries/bg_BG.po (renamed from translations/source/sl/dictionaries/bg_BG.po)0
-rw-r--r--source/sl/dictionaries/bn_BD.po (renamed from translations/source/sl/dictionaries/bn_BD.po)0
-rw-r--r--source/sl/dictionaries/br_FR.po (renamed from translations/source/sl/dictionaries/br_FR.po)0
-rw-r--r--source/sl/dictionaries/ca.po (renamed from translations/source/sl/dictionaries/ca.po)0
-rw-r--r--source/sl/dictionaries/cs_CZ.po (renamed from translations/source/sl/dictionaries/cs_CZ.po)0
-rw-r--r--source/sl/dictionaries/da_DK.po (renamed from translations/source/sl/dictionaries/da_DK.po)0
-rw-r--r--source/sl/dictionaries/de.po (renamed from translations/source/sl/dictionaries/de.po)0
-rw-r--r--source/sl/dictionaries/el_GR.po (renamed from translations/source/sl/dictionaries/el_GR.po)0
-rw-r--r--source/sl/dictionaries/en.po (renamed from translations/source/sl/dictionaries/en.po)0
-rw-r--r--source/sl/dictionaries/en/dialog.po (renamed from translations/source/sl/dictionaries/en/dialog.po)0
-rw-r--r--source/sl/dictionaries/es_ES.po (renamed from translations/source/sl/dictionaries/es_ES.po)0
-rw-r--r--source/sl/dictionaries/et_EE.po (renamed from translations/source/sl/dictionaries/et_EE.po)0
-rw-r--r--source/sl/dictionaries/fr_FR.po (renamed from translations/source/sl/dictionaries/fr_FR.po)0
-rw-r--r--source/sl/dictionaries/gd_GB.po (renamed from translations/source/sl/dictionaries/gd_GB.po)0
-rw-r--r--source/sl/dictionaries/gl.po (renamed from translations/source/sl/dictionaries/gl.po)0
-rw-r--r--source/sl/dictionaries/gu_IN.po (renamed from translations/source/sl/dictionaries/gu_IN.po)0
-rw-r--r--source/sl/dictionaries/he_IL.po (renamed from translations/source/sl/dictionaries/he_IL.po)0
-rw-r--r--source/sl/dictionaries/hi_IN.po (renamed from translations/source/sl/dictionaries/hi_IN.po)0
-rw-r--r--source/sl/dictionaries/hr_HR.po (renamed from translations/source/sl/dictionaries/hr_HR.po)0
-rw-r--r--source/sl/dictionaries/hu_HU.po (renamed from translations/source/sl/dictionaries/hu_HU.po)0
-rw-r--r--source/sl/dictionaries/hu_HU/dialog.po (renamed from translations/source/sl/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sl/dictionaries/it_IT.po (renamed from translations/source/sl/dictionaries/it_IT.po)0
-rw-r--r--source/sl/dictionaries/ku_TR.po (renamed from translations/source/sl/dictionaries/ku_TR.po)0
-rw-r--r--source/sl/dictionaries/lt_LT.po (renamed from translations/source/sl/dictionaries/lt_LT.po)0
-rw-r--r--source/sl/dictionaries/lv_LV.po (renamed from translations/source/sl/dictionaries/lv_LV.po)0
-rw-r--r--source/sl/dictionaries/ne_NP.po (renamed from translations/source/sl/dictionaries/ne_NP.po)0
-rw-r--r--source/sl/dictionaries/nl_NL.po (renamed from translations/source/sl/dictionaries/nl_NL.po)0
-rw-r--r--source/sl/dictionaries/no.po (renamed from translations/source/sl/dictionaries/no.po)0
-rw-r--r--source/sl/dictionaries/oc_FR.po (renamed from translations/source/sl/dictionaries/oc_FR.po)0
-rw-r--r--source/sl/dictionaries/pl_PL.po (renamed from translations/source/sl/dictionaries/pl_PL.po)0
-rw-r--r--source/sl/dictionaries/pt_BR.po (renamed from translations/source/sl/dictionaries/pt_BR.po)0
-rw-r--r--source/sl/dictionaries/pt_PT.po (renamed from translations/source/sl/dictionaries/pt_PT.po)0
-rw-r--r--source/sl/dictionaries/ro.po (renamed from translations/source/sl/dictionaries/ro.po)0
-rw-r--r--source/sl/dictionaries/ru_RU.po (renamed from translations/source/sl/dictionaries/ru_RU.po)0
-rw-r--r--source/sl/dictionaries/ru_RU/dialog.po (renamed from translations/source/sl/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sl/dictionaries/si_LK.po (renamed from translations/source/sl/dictionaries/si_LK.po)0
-rw-r--r--source/sl/dictionaries/sk_SK.po (renamed from translations/source/sl/dictionaries/sk_SK.po)0
-rw-r--r--source/sl/dictionaries/sl_SI.po (renamed from translations/source/sl/dictionaries/sl_SI.po)0
-rw-r--r--source/sl/dictionaries/sr.po (renamed from translations/source/sl/dictionaries/sr.po)0
-rw-r--r--source/sl/dictionaries/sv_SE.po (renamed from translations/source/sl/dictionaries/sv_SE.po)0
-rw-r--r--source/sl/dictionaries/sw_TZ.po (renamed from translations/source/sl/dictionaries/sw_TZ.po)0
-rw-r--r--source/sl/dictionaries/te_IN.po (renamed from translations/source/sl/dictionaries/te_IN.po)0
-rw-r--r--source/sl/dictionaries/th_TH.po (renamed from translations/source/sl/dictionaries/th_TH.po)0
-rw-r--r--source/sl/dictionaries/uk_UA.po (renamed from translations/source/sl/dictionaries/uk_UA.po)0
-rw-r--r--source/sl/dictionaries/vi.po (renamed from translations/source/sl/dictionaries/vi.po)0
-rw-r--r--source/sl/dictionaries/zu_ZA.po (renamed from translations/source/sl/dictionaries/zu_ZA.po)0
-rw-r--r--source/sl/editeng/source/accessibility.po (renamed from translations/source/sl/editeng/source/accessibility.po)0
-rw-r--r--source/sl/editeng/source/editeng.po (renamed from translations/source/sl/editeng/source/editeng.po)0
-rw-r--r--source/sl/editeng/source/items.po (renamed from translations/source/sl/editeng/source/items.po)0
-rw-r--r--source/sl/editeng/source/misc.po (renamed from translations/source/sl/editeng/source/misc.po)0
-rw-r--r--source/sl/editeng/source/outliner.po (renamed from translations/source/sl/editeng/source/outliner.po)0
-rw-r--r--source/sl/extensions/source/abpilot.po (renamed from translations/source/sl/extensions/source/abpilot.po)0
-rw-r--r--source/sl/extensions/source/bibliography.po (renamed from translations/source/sl/extensions/source/bibliography.po)0
-rw-r--r--source/sl/extensions/source/dbpilots.po (renamed from translations/source/sl/extensions/source/dbpilots.po)0
-rw-r--r--source/sl/extensions/source/propctrlr.po (renamed from translations/source/sl/extensions/source/propctrlr.po)0
-rw-r--r--source/sl/extensions/source/scanner.po (renamed from translations/source/sl/extensions/source/scanner.po)0
-rw-r--r--source/sl/extensions/source/update/check.po (renamed from translations/source/sl/extensions/source/update/check.po)0
-rw-r--r--source/sl/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sl/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sl/filter/source/config/fragments/filters.po (renamed from translations/source/sl/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sl/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sl/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sl/filter/source/config/fragments/types.po (renamed from translations/source/sl/filter/source/config/fragments/types.po)0
-rw-r--r--source/sl/filter/source/flash.po (renamed from translations/source/sl/filter/source/flash.po)0
-rw-r--r--source/sl/filter/source/graphicfilter/eps.po (renamed from translations/source/sl/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sl/filter/source/pdf.po (renamed from translations/source/sl/filter/source/pdf.po)0
-rw-r--r--source/sl/filter/source/t602.po (renamed from translations/source/sl/filter/source/t602.po)0
-rw-r--r--source/sl/filter/source/xsltdialog.po (renamed from translations/source/sl/filter/source/xsltdialog.po)0
-rw-r--r--source/sl/forms/source/resource.po (renamed from translations/source/sl/forms/source/resource.po)0
-rw-r--r--source/sl/formula/source/core/resource.po (renamed from translations/source/sl/formula/source/core/resource.po)0
-rw-r--r--source/sl/formula/source/ui/dlg.po (renamed from translations/source/sl/formula/source/ui/dlg.po)0
-rw-r--r--source/sl/fpicker/source/office.po (renamed from translations/source/sl/fpicker/source/office.po)0
-rw-r--r--source/sl/framework/source/classes.po (renamed from translations/source/sl/framework/source/classes.po)0
-rw-r--r--source/sl/framework/source/services.po (renamed from translations/source/sl/framework/source/services.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/sl/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/sl/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/sl/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/sl/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc.po (renamed from translations/source/sl/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/00.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/01.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/02.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/04.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/05.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/sl/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/sl/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/schart.po (renamed from translations/source/sl/helpcontent2/source/text/schart.po)0
-rw-r--r--source/sl/helpcontent2/source/text/schart/00.po (renamed from translations/source/sl/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/schart/01.po (renamed from translations/source/sl/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/schart/02.po (renamed from translations/source/sl/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/schart/04.po (renamed from translations/source/sl/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sdraw.po (renamed from translations/source/sl/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/sl/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/sl/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/sl/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/sl/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared.po (renamed from translations/source/sl/helpcontent2/source/text/shared.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/00.po (renamed from translations/source/sl/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/01.po (renamed from translations/source/sl/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/02.po (renamed from translations/source/sl/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/04.po (renamed from translations/source/sl/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/05.po (renamed from translations/source/sl/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/07.po (renamed from translations/source/sl/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/sl/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/sl/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/sl/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/guide.po (renamed from translations/source/sl/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/sl/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress.po (renamed from translations/source/sl/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress/00.po (renamed from translations/source/sl/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress/01.po (renamed from translations/source/sl/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress/02.po (renamed from translations/source/sl/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress/04.po (renamed from translations/source/sl/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/sl/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath.po (renamed from translations/source/sl/helpcontent2/source/text/smath.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath/00.po (renamed from translations/source/sl/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath/01.po (renamed from translations/source/sl/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath/02.po (renamed from translations/source/sl/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath/04.po (renamed from translations/source/sl/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/smath/guide.po (renamed from translations/source/sl/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter.po (renamed from translations/source/sl/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter/00.po (renamed from translations/source/sl/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter/01.po (renamed from translations/source/sl/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter/02.po (renamed from translations/source/sl/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter/04.po (renamed from translations/source/sl/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/sl/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/sl/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sl/mysqlc/source.po (renamed from translations/source/sl/mysqlc/source.po)0
-rw-r--r--source/sl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sl/nlpsolver/src/locale.po (renamed from translations/source/sl/nlpsolver/src/locale.po)0
-rw-r--r--source/sl/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sl/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sl/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sl/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sl/padmin/source.po (renamed from translations/source/sl/padmin/source.po)0
-rw-r--r--source/sl/readlicense_oo/docs/readme.po (renamed from translations/source/sl/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sl/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sl/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sl/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sl/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sl/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sl/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sl/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sl/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sl/reportbuilder/util.po (renamed from translations/source/sl/reportbuilder/util.po)0
-rw-r--r--source/sl/reportdesign/source/core/resource.po (renamed from translations/source/sl/reportdesign/source/core/resource.po)0
-rw-r--r--source/sl/reportdesign/source/ui/dlg.po (renamed from translations/source/sl/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sl/reportdesign/source/ui/inspection.po (renamed from translations/source/sl/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sl/reportdesign/source/ui/report.po (renamed from translations/source/sl/reportdesign/source/ui/report.po)0
-rw-r--r--source/sl/sc/source/core/src.po (renamed from translations/source/sl/sc/source/core/src.po)0
-rw-r--r--source/sl/sc/source/ui/cctrl.po (renamed from translations/source/sl/sc/source/ui/cctrl.po)0
-rw-r--r--source/sl/sc/source/ui/dbgui.po (renamed from translations/source/sl/sc/source/ui/dbgui.po)0
-rw-r--r--source/sl/sc/source/ui/docshell.po (renamed from translations/source/sl/sc/source/ui/docshell.po)0
-rw-r--r--source/sl/sc/source/ui/drawfunc.po (renamed from translations/source/sl/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sl/sc/source/ui/formdlg.po (renamed from translations/source/sl/sc/source/ui/formdlg.po)0
-rw-r--r--source/sl/sc/source/ui/miscdlgs.po (renamed from translations/source/sl/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sl/sc/source/ui/navipi.po (renamed from translations/source/sl/sc/source/ui/navipi.po)0
-rw-r--r--source/sl/sc/source/ui/optdlg.po (renamed from translations/source/sl/sc/source/ui/optdlg.po)0
-rw-r--r--source/sl/sc/source/ui/pagedlg.po (renamed from translations/source/sl/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sl/sc/source/ui/src.po (renamed from translations/source/sl/sc/source/ui/src.po)0
-rw-r--r--source/sl/sc/source/ui/styleui.po (renamed from translations/source/sl/sc/source/ui/styleui.po)0
-rw-r--r--source/sl/scaddins/source/analysis.po (renamed from translations/source/sl/scaddins/source/analysis.po)0
-rw-r--r--source/sl/scaddins/source/datefunc.po (renamed from translations/source/sl/scaddins/source/datefunc.po)0
-rw-r--r--source/sl/sccomp/source/solver.po (renamed from translations/source/sl/sccomp/source/solver.po)0
-rw-r--r--source/sl/scp2/source/accessories.po (renamed from translations/source/sl/scp2/source/accessories.po)0
-rw-r--r--source/sl/scp2/source/activex.po (renamed from translations/source/sl/scp2/source/activex.po)0
-rw-r--r--source/sl/scp2/source/base.po (renamed from translations/source/sl/scp2/source/base.po)0
-rw-r--r--source/sl/scp2/source/binfilter.po (renamed from translations/source/sl/scp2/source/binfilter.po)0
-rw-r--r--source/sl/scp2/source/calc.po (renamed from translations/source/sl/scp2/source/calc.po)0
-rw-r--r--source/sl/scp2/source/draw.po (renamed from translations/source/sl/scp2/source/draw.po)0
-rw-r--r--source/sl/scp2/source/extensions.po (renamed from translations/source/sl/scp2/source/extensions.po)0
-rw-r--r--source/sl/scp2/source/gnome.po (renamed from translations/source/sl/scp2/source/gnome.po)0
-rw-r--r--source/sl/scp2/source/graphicfilter.po (renamed from translations/source/sl/scp2/source/graphicfilter.po)0
-rw-r--r--source/sl/scp2/source/impress.po (renamed from translations/source/sl/scp2/source/impress.po)0
-rw-r--r--source/sl/scp2/source/javafilter.po (renamed from translations/source/sl/scp2/source/javafilter.po)0
-rw-r--r--source/sl/scp2/source/kde.po (renamed from translations/source/sl/scp2/source/kde.po)0
-rw-r--r--source/sl/scp2/source/math.po (renamed from translations/source/sl/scp2/source/math.po)0
-rw-r--r--source/sl/scp2/source/onlineupdate.po (renamed from translations/source/sl/scp2/source/onlineupdate.po)0
-rw-r--r--source/sl/scp2/source/ooo.po (renamed from translations/source/sl/scp2/source/ooo.po)0
-rw-r--r--source/sl/scp2/source/python.po (renamed from translations/source/sl/scp2/source/python.po)0
-rw-r--r--source/sl/scp2/source/quickstart.po (renamed from translations/source/sl/scp2/source/quickstart.po)0
-rw-r--r--source/sl/scp2/source/sdkoo.po (renamed from translations/source/sl/scp2/source/sdkoo.po)0
-rw-r--r--source/sl/scp2/source/smoketest.po (renamed from translations/source/sl/scp2/source/smoketest.po)0
-rw-r--r--source/sl/scp2/source/stdlibs.po (renamed from translations/source/sl/scp2/source/stdlibs.po)0
-rw-r--r--source/sl/scp2/source/tde.po (renamed from translations/source/sl/scp2/source/tde.po)0
-rw-r--r--source/sl/scp2/source/winexplorerext.po (renamed from translations/source/sl/scp2/source/winexplorerext.po)0
-rw-r--r--source/sl/scp2/source/writer.po (renamed from translations/source/sl/scp2/source/writer.po)0
-rw-r--r--source/sl/scp2/source/xsltfilter.po (renamed from translations/source/sl/scp2/source/xsltfilter.po)0
-rw-r--r--source/sl/scripting/source/pyprov.po (renamed from translations/source/sl/scripting/source/pyprov.po)0
-rw-r--r--source/sl/sd/source/core.po (renamed from translations/source/sl/sd/source/core.po)0
-rw-r--r--source/sl/sd/source/filter/html.po (renamed from translations/source/sl/sd/source/filter/html.po)0
-rw-r--r--source/sl/sd/source/ui/accessibility.po (renamed from translations/source/sl/sd/source/ui/accessibility.po)0
-rw-r--r--source/sl/sd/source/ui/animations.po (renamed from translations/source/sl/sd/source/ui/animations.po)0
-rw-r--r--source/sl/sd/source/ui/annotations.po (renamed from translations/source/sl/sd/source/ui/annotations.po)0
-rw-r--r--source/sl/sd/source/ui/app.po (renamed from translations/source/sl/sd/source/ui/app.po)0
-rw-r--r--source/sl/sd/source/ui/dlg.po (renamed from translations/source/sl/sd/source/ui/dlg.po)0
-rw-r--r--source/sl/sd/source/ui/slideshow.po (renamed from translations/source/sl/sd/source/ui/slideshow.po)0
-rw-r--r--source/sl/sd/source/ui/table.po (renamed from translations/source/sl/sd/source/ui/table.po)0
-rw-r--r--source/sl/sd/source/ui/view.po (renamed from translations/source/sl/sd/source/ui/view.po)0
-rw-r--r--source/sl/sdext/source/minimizer.po (renamed from translations/source/sl/sdext/source/minimizer.po)0
-rw-r--r--source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sl/sdext/source/pdfimport.po (renamed from translations/source/sl/sdext/source/pdfimport.po)0
-rw-r--r--source/sl/sdext/source/presenter.po (renamed from translations/source/sl/sdext/source/presenter.po)0
-rw-r--r--source/sl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sl/setup_native/source/mac.po (renamed from translations/source/sl/setup_native/source/mac.po)0
-rw-r--r--source/sl/sfx2/source/appl.po (renamed from translations/source/sl/sfx2/source/appl.po)0
-rw-r--r--source/sl/sfx2/source/bastyp.po (renamed from translations/source/sl/sfx2/source/bastyp.po)0
-rw-r--r--source/sl/sfx2/source/dialog.po (renamed from translations/source/sl/sfx2/source/dialog.po)0
-rw-r--r--source/sl/sfx2/source/doc.po (renamed from translations/source/sl/sfx2/source/doc.po)0
-rw-r--r--source/sl/sfx2/source/menu.po (renamed from translations/source/sl/sfx2/source/menu.po)0
-rw-r--r--source/sl/sfx2/source/view.po (renamed from translations/source/sl/sfx2/source/view.po)0
-rw-r--r--source/sl/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sl/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sl/starmath/source.po (renamed from translations/source/sl/starmath/source.po)0
-rw-r--r--source/sl/svl/source/items.po (renamed from translations/source/sl/svl/source/items.po)0
-rw-r--r--source/sl/svl/source/misc.po (renamed from translations/source/sl/svl/source/misc.po)0
-rw-r--r--source/sl/svtools/source/contnr.po (renamed from translations/source/sl/svtools/source/contnr.po)0
-rw-r--r--source/sl/svtools/source/control.po (renamed from translations/source/sl/svtools/source/control.po)0
-rw-r--r--source/sl/svtools/source/dialogs.po (renamed from translations/source/sl/svtools/source/dialogs.po)0
-rw-r--r--source/sl/svtools/source/filter.po (renamed from translations/source/sl/svtools/source/filter.po)0
-rw-r--r--source/sl/svtools/source/java.po (renamed from translations/source/sl/svtools/source/java.po)0
-rw-r--r--source/sl/svtools/source/misc.po (renamed from translations/source/sl/svtools/source/misc.po)0
-rw-r--r--source/sl/svtools/source/toolpanel.po (renamed from translations/source/sl/svtools/source/toolpanel.po)0
-rw-r--r--source/sl/svtools/workben/unodialog.po (renamed from translations/source/sl/svtools/workben/unodialog.po)0
-rw-r--r--source/sl/svx/inc.po (renamed from translations/source/sl/svx/inc.po)0
-rw-r--r--source/sl/svx/source/accessibility.po (renamed from translations/source/sl/svx/source/accessibility.po)0
-rw-r--r--source/sl/svx/source/dialog.po (renamed from translations/source/sl/svx/source/dialog.po)0
-rw-r--r--source/sl/svx/source/engine3d.po (renamed from translations/source/sl/svx/source/engine3d.po)0
-rw-r--r--source/sl/svx/source/fmcomp.po (renamed from translations/source/sl/svx/source/fmcomp.po)0
-rw-r--r--source/sl/svx/source/form.po (renamed from translations/source/sl/svx/source/form.po)0
-rw-r--r--source/sl/svx/source/gallery2.po (renamed from translations/source/sl/svx/source/gallery2.po)0
-rw-r--r--source/sl/svx/source/items.po (renamed from translations/source/sl/svx/source/items.po)0
-rw-r--r--source/sl/svx/source/src.po (renamed from translations/source/sl/svx/source/src.po)0
-rw-r--r--source/sl/svx/source/stbctrls.po (renamed from translations/source/sl/svx/source/stbctrls.po)0
-rw-r--r--source/sl/svx/source/svdraw.po (renamed from translations/source/sl/svx/source/svdraw.po)0
-rw-r--r--source/sl/svx/source/table.po (renamed from translations/source/sl/svx/source/table.po)0
-rw-r--r--source/sl/svx/source/tbxctrls.po (renamed from translations/source/sl/svx/source/tbxctrls.po)0
-rw-r--r--source/sl/svx/source/toolbars.po (renamed from translations/source/sl/svx/source/toolbars.po)0
-rw-r--r--source/sl/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sl/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sl/sw/source/core/layout.po (renamed from translations/source/sl/sw/source/core/layout.po)0
-rw-r--r--source/sl/sw/source/core/undo.po (renamed from translations/source/sl/sw/source/core/undo.po)0
-rw-r--r--source/sl/sw/source/core/unocore.po (renamed from translations/source/sl/sw/source/core/unocore.po)0
-rw-r--r--source/sl/sw/source/ui/app.po (renamed from translations/source/sl/sw/source/ui/app.po)0
-rw-r--r--source/sl/sw/source/ui/chrdlg.po (renamed from translations/source/sl/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sl/sw/source/ui/config.po (renamed from translations/source/sl/sw/source/ui/config.po)0
-rw-r--r--source/sl/sw/source/ui/dbui.po (renamed from translations/source/sl/sw/source/ui/dbui.po)0
-rw-r--r--source/sl/sw/source/ui/dialog.po (renamed from translations/source/sl/sw/source/ui/dialog.po)0
-rw-r--r--source/sl/sw/source/ui/dochdl.po (renamed from translations/source/sl/sw/source/ui/dochdl.po)0
-rw-r--r--source/sl/sw/source/ui/docvw.po (renamed from translations/source/sl/sw/source/ui/docvw.po)0
-rw-r--r--source/sl/sw/source/ui/envelp.po (renamed from translations/source/sl/sw/source/ui/envelp.po)0
-rw-r--r--source/sl/sw/source/ui/fldui.po (renamed from translations/source/sl/sw/source/ui/fldui.po)0
-rw-r--r--source/sl/sw/source/ui/fmtui.po (renamed from translations/source/sl/sw/source/ui/fmtui.po)0
-rw-r--r--source/sl/sw/source/ui/frmdlg.po (renamed from translations/source/sl/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sl/sw/source/ui/globdoc.po (renamed from translations/source/sl/sw/source/ui/globdoc.po)0
-rw-r--r--source/sl/sw/source/ui/index.po (renamed from translations/source/sl/sw/source/ui/index.po)0
-rw-r--r--source/sl/sw/source/ui/lingu.po (renamed from translations/source/sl/sw/source/ui/lingu.po)0
-rw-r--r--source/sl/sw/source/ui/misc.po (renamed from translations/source/sl/sw/source/ui/misc.po)0
-rw-r--r--source/sl/sw/source/ui/ribbar.po (renamed from translations/source/sl/sw/source/ui/ribbar.po)0
-rw-r--r--source/sl/sw/source/ui/shells.po (renamed from translations/source/sl/sw/source/ui/shells.po)0
-rw-r--r--source/sl/sw/source/ui/smartmenu.po (renamed from translations/source/sl/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sl/sw/source/ui/table.po (renamed from translations/source/sl/sw/source/ui/table.po)0
-rw-r--r--source/sl/sw/source/ui/uiview.po (renamed from translations/source/sl/sw/source/ui/uiview.po)0
-rw-r--r--source/sl/sw/source/ui/utlui.po (renamed from translations/source/sl/sw/source/ui/utlui.po)0
-rw-r--r--source/sl/sw/source/ui/web.po (renamed from translations/source/sl/sw/source/ui/web.po)0
-rw-r--r--source/sl/sw/source/ui/wrtsh.po (renamed from translations/source/sl/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sl/swext/mediawiki/help.po (renamed from translations/source/sl/swext/mediawiki/help.po)0
-rw-r--r--source/sl/swext/mediawiki/src.po (renamed from translations/source/sl/swext/mediawiki/src.po)0
-rw-r--r--source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sl/sysui/desktop/share.po (renamed from translations/source/sl/sysui/desktop/share.po)0
-rw-r--r--source/sl/uui/source.po (renamed from translations/source/sl/uui/source.po)0
-rw-r--r--source/sl/vcl/source/src.po (renamed from translations/source/sl/vcl/source/src.po)0
-rw-r--r--source/sl/wizards/source/euro.po (renamed from translations/source/sl/wizards/source/euro.po)0
-rw-r--r--source/sl/wizards/source/formwizard.po (renamed from translations/source/sl/wizards/source/formwizard.po)0
-rw-r--r--source/sl/wizards/source/importwizard.po (renamed from translations/source/sl/wizards/source/importwizard.po)0
-rw-r--r--source/sl/wizards/source/schedule.po (renamed from translations/source/sl/wizards/source/schedule.po)0
-rw-r--r--source/sl/wizards/source/template.po (renamed from translations/source/sl/wizards/source/template.po)0
-rw-r--r--source/sl/xmlsecurity/source/component.po (renamed from translations/source/sl/xmlsecurity/source/component.po)0
-rw-r--r--source/sl/xmlsecurity/source/dialogs.po (renamed from translations/source/sl/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sq/accessibility/source/helper.po (renamed from translations/source/sq/accessibility/source/helper.po)0
-rw-r--r--source/sq/avmedia/source/framework.po (renamed from translations/source/sq/avmedia/source/framework.po)0
-rw-r--r--source/sq/avmedia/source/viewer.po (renamed from translations/source/sq/avmedia/source/viewer.po)0
-rw-r--r--source/sq/basctl/source/basicide.po (renamed from translations/source/sq/basctl/source/basicide.po)0
-rw-r--r--source/sq/basctl/source/dlged.po (renamed from translations/source/sq/basctl/source/dlged.po)0
-rw-r--r--source/sq/basic/source/classes.po (renamed from translations/source/sq/basic/source/classes.po)0
-rw-r--r--source/sq/basic/source/sbx.po (renamed from translations/source/sq/basic/source/sbx.po)0
-rw-r--r--source/sq/chart2/source/controller/dialogs.po (renamed from translations/source/sq/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sq/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sq/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sq/connectivity/source/resource.po (renamed from translations/source/sq/connectivity/source/resource.po)0
-rw-r--r--source/sq/cui/source/customize.po (renamed from translations/source/sq/cui/source/customize.po)0
-rw-r--r--source/sq/cui/source/dialogs.po (renamed from translations/source/sq/cui/source/dialogs.po)0
-rw-r--r--source/sq/cui/source/options.po (renamed from translations/source/sq/cui/source/options.po)0
-rw-r--r--source/sq/cui/source/tabpages.po (renamed from translations/source/sq/cui/source/tabpages.po)0
-rw-r--r--source/sq/dbaccess/source/core/resource.po (renamed from translations/source/sq/dbaccess/source/core/resource.po)0
-rw-r--r--source/sq/dbaccess/source/ext/macromigration.po (renamed from translations/source/sq/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sq/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sq/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sq/dbaccess/source/ui/app.po (renamed from translations/source/sq/dbaccess/source/ui/app.po)0
-rw-r--r--source/sq/dbaccess/source/ui/browser.po (renamed from translations/source/sq/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sq/dbaccess/source/ui/control.po (renamed from translations/source/sq/dbaccess/source/ui/control.po)0
-rw-r--r--source/sq/dbaccess/source/ui/dlg.po (renamed from translations/source/sq/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sq/dbaccess/source/ui/inc.po (renamed from translations/source/sq/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sq/dbaccess/source/ui/misc.po (renamed from translations/source/sq/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sq/dbaccess/source/ui/querydesign.po (renamed from translations/source/sq/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sq/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sq/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sq/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sq/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sq/dbaccess/source/ui/uno.po (renamed from translations/source/sq/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sq/desktop/source/app.po (renamed from translations/source/sq/desktop/source/app.po)0
-rw-r--r--source/sq/desktop/source/deployment/gui.po (renamed from translations/source/sq/desktop/source/deployment/gui.po)0
-rw-r--r--source/sq/desktop/source/deployment/manager.po (renamed from translations/source/sq/desktop/source/deployment/manager.po)0
-rw-r--r--source/sq/desktop/source/deployment/misc.po (renamed from translations/source/sq/desktop/source/deployment/misc.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry.po (renamed from translations/source/sq/desktop/source/deployment/registry.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/component.po (renamed from translations/source/sq/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sq/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/help.po (renamed from translations/source/sq/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/package.po (renamed from translations/source/sq/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/script.po (renamed from translations/source/sq/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sq/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sq/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sq/desktop/source/deployment/unopkg.po (renamed from translations/source/sq/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sq/dictionaries/af_ZA.po (renamed from translations/source/sq/dictionaries/af_ZA.po)0
-rw-r--r--source/sq/dictionaries/an_ES.po (renamed from translations/source/sq/dictionaries/an_ES.po)0
-rw-r--r--source/sq/dictionaries/ar.po (renamed from translations/source/sq/dictionaries/ar.po)0
-rw-r--r--source/sq/dictionaries/be_BY.po (renamed from translations/source/sq/dictionaries/be_BY.po)0
-rw-r--r--source/sq/dictionaries/bg_BG.po (renamed from translations/source/sq/dictionaries/bg_BG.po)0
-rw-r--r--source/sq/dictionaries/bn_BD.po (renamed from translations/source/sq/dictionaries/bn_BD.po)0
-rw-r--r--source/sq/dictionaries/br_FR.po (renamed from translations/source/sq/dictionaries/br_FR.po)0
-rw-r--r--source/sq/dictionaries/ca.po (renamed from translations/source/sq/dictionaries/ca.po)0
-rw-r--r--source/sq/dictionaries/cs_CZ.po (renamed from translations/source/sq/dictionaries/cs_CZ.po)0
-rw-r--r--source/sq/dictionaries/da_DK.po (renamed from translations/source/sq/dictionaries/da_DK.po)0
-rw-r--r--source/sq/dictionaries/de.po (renamed from translations/source/sq/dictionaries/de.po)0
-rw-r--r--source/sq/dictionaries/el_GR.po (renamed from translations/source/sq/dictionaries/el_GR.po)0
-rw-r--r--source/sq/dictionaries/en.po (renamed from translations/source/sq/dictionaries/en.po)0
-rw-r--r--source/sq/dictionaries/en/dialog.po (renamed from translations/source/sq/dictionaries/en/dialog.po)0
-rw-r--r--source/sq/dictionaries/es_ES.po (renamed from translations/source/sq/dictionaries/es_ES.po)0
-rw-r--r--source/sq/dictionaries/et_EE.po (renamed from translations/source/sq/dictionaries/et_EE.po)0
-rw-r--r--source/sq/dictionaries/fr_FR.po (renamed from translations/source/sq/dictionaries/fr_FR.po)0
-rw-r--r--source/sq/dictionaries/gd_GB.po (renamed from translations/source/sq/dictionaries/gd_GB.po)0
-rw-r--r--source/sq/dictionaries/gl.po (renamed from translations/source/sq/dictionaries/gl.po)0
-rw-r--r--source/sq/dictionaries/gu_IN.po (renamed from translations/source/sq/dictionaries/gu_IN.po)0
-rw-r--r--source/sq/dictionaries/he_IL.po (renamed from translations/source/sq/dictionaries/he_IL.po)0
-rw-r--r--source/sq/dictionaries/hi_IN.po (renamed from translations/source/sq/dictionaries/hi_IN.po)0
-rw-r--r--source/sq/dictionaries/hr_HR.po (renamed from translations/source/sq/dictionaries/hr_HR.po)0
-rw-r--r--source/sq/dictionaries/hu_HU.po (renamed from translations/source/sq/dictionaries/hu_HU.po)0
-rw-r--r--source/sq/dictionaries/hu_HU/dialog.po (renamed from translations/source/sq/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sq/dictionaries/it_IT.po (renamed from translations/source/sq/dictionaries/it_IT.po)0
-rw-r--r--source/sq/dictionaries/ku_TR.po (renamed from translations/source/sq/dictionaries/ku_TR.po)0
-rw-r--r--source/sq/dictionaries/lt_LT.po (renamed from translations/source/sq/dictionaries/lt_LT.po)0
-rw-r--r--source/sq/dictionaries/lv_LV.po (renamed from translations/source/sq/dictionaries/lv_LV.po)0
-rw-r--r--source/sq/dictionaries/ne_NP.po (renamed from translations/source/sq/dictionaries/ne_NP.po)0
-rw-r--r--source/sq/dictionaries/nl_NL.po (renamed from translations/source/sq/dictionaries/nl_NL.po)0
-rw-r--r--source/sq/dictionaries/no.po (renamed from translations/source/sq/dictionaries/no.po)0
-rw-r--r--source/sq/dictionaries/oc_FR.po (renamed from translations/source/sq/dictionaries/oc_FR.po)0
-rw-r--r--source/sq/dictionaries/pl_PL.po (renamed from translations/source/sq/dictionaries/pl_PL.po)0
-rw-r--r--source/sq/dictionaries/pt_BR.po (renamed from translations/source/sq/dictionaries/pt_BR.po)0
-rw-r--r--source/sq/dictionaries/pt_PT.po (renamed from translations/source/sq/dictionaries/pt_PT.po)0
-rw-r--r--source/sq/dictionaries/ro.po (renamed from translations/source/sq/dictionaries/ro.po)0
-rw-r--r--source/sq/dictionaries/ru_RU.po (renamed from translations/source/sq/dictionaries/ru_RU.po)0
-rw-r--r--source/sq/dictionaries/ru_RU/dialog.po (renamed from translations/source/sq/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sq/dictionaries/si_LK.po (renamed from translations/source/sq/dictionaries/si_LK.po)0
-rw-r--r--source/sq/dictionaries/sk_SK.po (renamed from translations/source/sq/dictionaries/sk_SK.po)0
-rw-r--r--source/sq/dictionaries/sl_SI.po (renamed from translations/source/sq/dictionaries/sl_SI.po)0
-rw-r--r--source/sq/dictionaries/sr.po (renamed from translations/source/sq/dictionaries/sr.po)0
-rw-r--r--source/sq/dictionaries/sv_SE.po (renamed from translations/source/sq/dictionaries/sv_SE.po)0
-rw-r--r--source/sq/dictionaries/sw_TZ.po (renamed from translations/source/sq/dictionaries/sw_TZ.po)0
-rw-r--r--source/sq/dictionaries/te_IN.po (renamed from translations/source/sq/dictionaries/te_IN.po)0
-rw-r--r--source/sq/dictionaries/th_TH.po (renamed from translations/source/sq/dictionaries/th_TH.po)0
-rw-r--r--source/sq/dictionaries/uk_UA.po (renamed from translations/source/sq/dictionaries/uk_UA.po)0
-rw-r--r--source/sq/dictionaries/vi.po (renamed from translations/source/sq/dictionaries/vi.po)0
-rw-r--r--source/sq/dictionaries/zu_ZA.po (renamed from translations/source/sq/dictionaries/zu_ZA.po)0
-rw-r--r--source/sq/editeng/source/accessibility.po (renamed from translations/source/sq/editeng/source/accessibility.po)0
-rw-r--r--source/sq/editeng/source/editeng.po (renamed from translations/source/sq/editeng/source/editeng.po)0
-rw-r--r--source/sq/editeng/source/items.po (renamed from translations/source/sq/editeng/source/items.po)0
-rw-r--r--source/sq/editeng/source/misc.po (renamed from translations/source/sq/editeng/source/misc.po)0
-rw-r--r--source/sq/editeng/source/outliner.po (renamed from translations/source/sq/editeng/source/outliner.po)0
-rw-r--r--source/sq/extensions/source/abpilot.po (renamed from translations/source/sq/extensions/source/abpilot.po)0
-rw-r--r--source/sq/extensions/source/bibliography.po (renamed from translations/source/sq/extensions/source/bibliography.po)0
-rw-r--r--source/sq/extensions/source/dbpilots.po (renamed from translations/source/sq/extensions/source/dbpilots.po)0
-rw-r--r--source/sq/extensions/source/propctrlr.po (renamed from translations/source/sq/extensions/source/propctrlr.po)0
-rw-r--r--source/sq/extensions/source/scanner.po (renamed from translations/source/sq/extensions/source/scanner.po)0
-rw-r--r--source/sq/extensions/source/update/check.po (renamed from translations/source/sq/extensions/source/update/check.po)0
-rw-r--r--source/sq/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sq/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sq/filter/source/config/fragments/filters.po (renamed from translations/source/sq/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sq/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sq/filter/source/config/fragments/types.po (renamed from translations/source/sq/filter/source/config/fragments/types.po)0
-rw-r--r--source/sq/filter/source/flash.po (renamed from translations/source/sq/filter/source/flash.po)0
-rw-r--r--source/sq/filter/source/graphicfilter/eps.po (renamed from translations/source/sq/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sq/filter/source/pdf.po (renamed from translations/source/sq/filter/source/pdf.po)0
-rw-r--r--source/sq/filter/source/t602.po (renamed from translations/source/sq/filter/source/t602.po)0
-rw-r--r--source/sq/filter/source/xsltdialog.po (renamed from translations/source/sq/filter/source/xsltdialog.po)0
-rw-r--r--source/sq/forms/source/resource.po (renamed from translations/source/sq/forms/source/resource.po)0
-rw-r--r--source/sq/formula/source/core/resource.po (renamed from translations/source/sq/formula/source/core/resource.po)0
-rw-r--r--source/sq/formula/source/ui/dlg.po (renamed from translations/source/sq/formula/source/ui/dlg.po)0
-rw-r--r--source/sq/fpicker/source/office.po (renamed from translations/source/sq/fpicker/source/office.po)0
-rw-r--r--source/sq/framework/source/classes.po (renamed from translations/source/sq/framework/source/classes.po)0
-rw-r--r--source/sq/framework/source/services.po (renamed from translations/source/sq/framework/source/services.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/sq/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/sq/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc.po (renamed from translations/source/sq/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/02.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/04.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/05.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/sq/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/schart.po (renamed from translations/source/sq/helpcontent2/source/text/schart.po)0
-rw-r--r--source/sq/helpcontent2/source/text/schart/00.po (renamed from translations/source/sq/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/schart/01.po (renamed from translations/source/sq/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/schart/02.po (renamed from translations/source/sq/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/schart/04.po (renamed from translations/source/sq/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sdraw.po (renamed from translations/source/sq/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/sq/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/sq/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/sq/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/sq/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared.po (renamed from translations/source/sq/helpcontent2/source/text/shared.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po (renamed from translations/source/sq/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po (renamed from translations/source/sq/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po (renamed from translations/source/sq/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/04.po (renamed from translations/source/sq/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/05.po (renamed from translations/source/sq/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/07.po (renamed from translations/source/sq/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/sq/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/sq/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/sq/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po (renamed from translations/source/sq/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/sq/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress.po (renamed from translations/source/sq/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress/00.po (renamed from translations/source/sq/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress/01.po (renamed from translations/source/sq/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress/02.po (renamed from translations/source/sq/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress/04.po (renamed from translations/source/sq/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/sq/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath.po (renamed from translations/source/sq/helpcontent2/source/text/smath.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath/00.po (renamed from translations/source/sq/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath/01.po (renamed from translations/source/sq/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath/02.po (renamed from translations/source/sq/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath/04.po (renamed from translations/source/sq/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/smath/guide.po (renamed from translations/source/sq/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po (renamed from translations/source/sq/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po (renamed from translations/source/sq/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po (renamed from translations/source/sq/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter/02.po (renamed from translations/source/sq/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter/04.po (renamed from translations/source/sq/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/sq/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sq/mysqlc/source.po (renamed from translations/source/sq/mysqlc/source.po)0
-rw-r--r--source/sq/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sq/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sq/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sq/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sq/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sq/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sq/nlpsolver/src/locale.po (renamed from translations/source/sq/nlpsolver/src/locale.po)0
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sq/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sq/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sq/padmin/source.po (renamed from translations/source/sq/padmin/source.po)0
-rw-r--r--source/sq/readlicense_oo/docs/readme.po (renamed from translations/source/sq/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sq/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sq/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sq/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sq/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sq/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sq/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sq/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sq/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sq/reportbuilder/util.po (renamed from translations/source/sq/reportbuilder/util.po)0
-rw-r--r--source/sq/reportdesign/source/core/resource.po (renamed from translations/source/sq/reportdesign/source/core/resource.po)0
-rw-r--r--source/sq/reportdesign/source/ui/dlg.po (renamed from translations/source/sq/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sq/reportdesign/source/ui/inspection.po (renamed from translations/source/sq/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sq/reportdesign/source/ui/report.po (renamed from translations/source/sq/reportdesign/source/ui/report.po)0
-rw-r--r--source/sq/sc/source/core/src.po (renamed from translations/source/sq/sc/source/core/src.po)0
-rw-r--r--source/sq/sc/source/ui/cctrl.po (renamed from translations/source/sq/sc/source/ui/cctrl.po)0
-rw-r--r--source/sq/sc/source/ui/dbgui.po (renamed from translations/source/sq/sc/source/ui/dbgui.po)0
-rw-r--r--source/sq/sc/source/ui/docshell.po (renamed from translations/source/sq/sc/source/ui/docshell.po)0
-rw-r--r--source/sq/sc/source/ui/drawfunc.po (renamed from translations/source/sq/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sq/sc/source/ui/formdlg.po (renamed from translations/source/sq/sc/source/ui/formdlg.po)0
-rw-r--r--source/sq/sc/source/ui/miscdlgs.po (renamed from translations/source/sq/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sq/sc/source/ui/navipi.po (renamed from translations/source/sq/sc/source/ui/navipi.po)0
-rw-r--r--source/sq/sc/source/ui/optdlg.po (renamed from translations/source/sq/sc/source/ui/optdlg.po)0
-rw-r--r--source/sq/sc/source/ui/pagedlg.po (renamed from translations/source/sq/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sq/sc/source/ui/src.po (renamed from translations/source/sq/sc/source/ui/src.po)0
-rw-r--r--source/sq/sc/source/ui/styleui.po (renamed from translations/source/sq/sc/source/ui/styleui.po)0
-rw-r--r--source/sq/scaddins/source/analysis.po (renamed from translations/source/sq/scaddins/source/analysis.po)0
-rw-r--r--source/sq/scaddins/source/datefunc.po (renamed from translations/source/sq/scaddins/source/datefunc.po)0
-rw-r--r--source/sq/sccomp/source/solver.po (renamed from translations/source/sq/sccomp/source/solver.po)0
-rw-r--r--source/sq/scp2/source/accessories.po (renamed from translations/source/sq/scp2/source/accessories.po)0
-rw-r--r--source/sq/scp2/source/activex.po (renamed from translations/source/sq/scp2/source/activex.po)0
-rw-r--r--source/sq/scp2/source/base.po (renamed from translations/source/sq/scp2/source/base.po)0
-rw-r--r--source/sq/scp2/source/binfilter.po (renamed from translations/source/sq/scp2/source/binfilter.po)0
-rw-r--r--source/sq/scp2/source/calc.po (renamed from translations/source/sq/scp2/source/calc.po)0
-rw-r--r--source/sq/scp2/source/draw.po (renamed from translations/source/sq/scp2/source/draw.po)0
-rw-r--r--source/sq/scp2/source/extensions.po (renamed from translations/source/sq/scp2/source/extensions.po)0
-rw-r--r--source/sq/scp2/source/gnome.po (renamed from translations/source/sq/scp2/source/gnome.po)0
-rw-r--r--source/sq/scp2/source/graphicfilter.po (renamed from translations/source/sq/scp2/source/graphicfilter.po)0
-rw-r--r--source/sq/scp2/source/impress.po (renamed from translations/source/sq/scp2/source/impress.po)0
-rw-r--r--source/sq/scp2/source/javafilter.po (renamed from translations/source/sq/scp2/source/javafilter.po)0
-rw-r--r--source/sq/scp2/source/kde.po (renamed from translations/source/sq/scp2/source/kde.po)0
-rw-r--r--source/sq/scp2/source/math.po (renamed from translations/source/sq/scp2/source/math.po)0
-rw-r--r--source/sq/scp2/source/onlineupdate.po (renamed from translations/source/sq/scp2/source/onlineupdate.po)0
-rw-r--r--source/sq/scp2/source/ooo.po (renamed from translations/source/sq/scp2/source/ooo.po)0
-rw-r--r--source/sq/scp2/source/python.po (renamed from translations/source/sq/scp2/source/python.po)0
-rw-r--r--source/sq/scp2/source/quickstart.po (renamed from translations/source/sq/scp2/source/quickstart.po)0
-rw-r--r--source/sq/scp2/source/sdkoo.po (renamed from translations/source/sq/scp2/source/sdkoo.po)0
-rw-r--r--source/sq/scp2/source/smoketest.po (renamed from translations/source/sq/scp2/source/smoketest.po)0
-rw-r--r--source/sq/scp2/source/stdlibs.po (renamed from translations/source/sq/scp2/source/stdlibs.po)0
-rw-r--r--source/sq/scp2/source/tde.po (renamed from translations/source/sq/scp2/source/tde.po)0
-rw-r--r--source/sq/scp2/source/winexplorerext.po (renamed from translations/source/sq/scp2/source/winexplorerext.po)0
-rw-r--r--source/sq/scp2/source/writer.po (renamed from translations/source/sq/scp2/source/writer.po)0
-rw-r--r--source/sq/scp2/source/xsltfilter.po (renamed from translations/source/sq/scp2/source/xsltfilter.po)0
-rw-r--r--source/sq/scripting/source/pyprov.po (renamed from translations/source/sq/scripting/source/pyprov.po)0
-rw-r--r--source/sq/sd/source/core.po (renamed from translations/source/sq/sd/source/core.po)0
-rw-r--r--source/sq/sd/source/filter/html.po (renamed from translations/source/sq/sd/source/filter/html.po)0
-rw-r--r--source/sq/sd/source/ui/accessibility.po (renamed from translations/source/sq/sd/source/ui/accessibility.po)0
-rw-r--r--source/sq/sd/source/ui/animations.po (renamed from translations/source/sq/sd/source/ui/animations.po)0
-rw-r--r--source/sq/sd/source/ui/annotations.po (renamed from translations/source/sq/sd/source/ui/annotations.po)0
-rw-r--r--source/sq/sd/source/ui/app.po (renamed from translations/source/sq/sd/source/ui/app.po)0
-rw-r--r--source/sq/sd/source/ui/dlg.po (renamed from translations/source/sq/sd/source/ui/dlg.po)0
-rw-r--r--source/sq/sd/source/ui/slideshow.po (renamed from translations/source/sq/sd/source/ui/slideshow.po)0
-rw-r--r--source/sq/sd/source/ui/table.po (renamed from translations/source/sq/sd/source/ui/table.po)0
-rw-r--r--source/sq/sd/source/ui/view.po (renamed from translations/source/sq/sd/source/ui/view.po)0
-rw-r--r--source/sq/sdext/source/minimizer.po (renamed from translations/source/sq/sdext/source/minimizer.po)0
-rw-r--r--source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sq/sdext/source/pdfimport.po (renamed from translations/source/sq/sdext/source/pdfimport.po)0
-rw-r--r--source/sq/sdext/source/presenter.po (renamed from translations/source/sq/sdext/source/presenter.po)0
-rw-r--r--source/sq/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sq/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sq/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sq/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sq/setup_native/source/mac.po (renamed from translations/source/sq/setup_native/source/mac.po)0
-rw-r--r--source/sq/sfx2/source/appl.po (renamed from translations/source/sq/sfx2/source/appl.po)0
-rw-r--r--source/sq/sfx2/source/bastyp.po (renamed from translations/source/sq/sfx2/source/bastyp.po)0
-rw-r--r--source/sq/sfx2/source/dialog.po (renamed from translations/source/sq/sfx2/source/dialog.po)0
-rw-r--r--source/sq/sfx2/source/doc.po (renamed from translations/source/sq/sfx2/source/doc.po)0
-rw-r--r--source/sq/sfx2/source/menu.po (renamed from translations/source/sq/sfx2/source/menu.po)0
-rw-r--r--source/sq/sfx2/source/view.po (renamed from translations/source/sq/sfx2/source/view.po)0
-rw-r--r--source/sq/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sq/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sq/starmath/source.po (renamed from translations/source/sq/starmath/source.po)0
-rw-r--r--source/sq/svl/source/items.po (renamed from translations/source/sq/svl/source/items.po)0
-rw-r--r--source/sq/svl/source/misc.po (renamed from translations/source/sq/svl/source/misc.po)0
-rw-r--r--source/sq/svtools/source/contnr.po (renamed from translations/source/sq/svtools/source/contnr.po)0
-rw-r--r--source/sq/svtools/source/control.po (renamed from translations/source/sq/svtools/source/control.po)0
-rw-r--r--source/sq/svtools/source/dialogs.po (renamed from translations/source/sq/svtools/source/dialogs.po)0
-rw-r--r--source/sq/svtools/source/filter.po (renamed from translations/source/sq/svtools/source/filter.po)0
-rw-r--r--source/sq/svtools/source/java.po (renamed from translations/source/sq/svtools/source/java.po)0
-rw-r--r--source/sq/svtools/source/misc.po (renamed from translations/source/sq/svtools/source/misc.po)0
-rw-r--r--source/sq/svtools/source/toolpanel.po (renamed from translations/source/sq/svtools/source/toolpanel.po)0
-rw-r--r--source/sq/svtools/workben/unodialog.po (renamed from translations/source/sq/svtools/workben/unodialog.po)0
-rw-r--r--source/sq/svx/inc.po (renamed from translations/source/sq/svx/inc.po)0
-rw-r--r--source/sq/svx/source/accessibility.po (renamed from translations/source/sq/svx/source/accessibility.po)0
-rw-r--r--source/sq/svx/source/dialog.po (renamed from translations/source/sq/svx/source/dialog.po)0
-rw-r--r--source/sq/svx/source/engine3d.po (renamed from translations/source/sq/svx/source/engine3d.po)0
-rw-r--r--source/sq/svx/source/fmcomp.po (renamed from translations/source/sq/svx/source/fmcomp.po)0
-rw-r--r--source/sq/svx/source/form.po (renamed from translations/source/sq/svx/source/form.po)0
-rw-r--r--source/sq/svx/source/gallery2.po (renamed from translations/source/sq/svx/source/gallery2.po)0
-rw-r--r--source/sq/svx/source/items.po (renamed from translations/source/sq/svx/source/items.po)0
-rw-r--r--source/sq/svx/source/src.po (renamed from translations/source/sq/svx/source/src.po)0
-rw-r--r--source/sq/svx/source/stbctrls.po (renamed from translations/source/sq/svx/source/stbctrls.po)0
-rw-r--r--source/sq/svx/source/svdraw.po (renamed from translations/source/sq/svx/source/svdraw.po)0
-rw-r--r--source/sq/svx/source/table.po (renamed from translations/source/sq/svx/source/table.po)0
-rw-r--r--source/sq/svx/source/tbxctrls.po (renamed from translations/source/sq/svx/source/tbxctrls.po)0
-rw-r--r--source/sq/svx/source/toolbars.po (renamed from translations/source/sq/svx/source/toolbars.po)0
-rw-r--r--source/sq/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sq/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sq/sw/source/core/layout.po (renamed from translations/source/sq/sw/source/core/layout.po)0
-rw-r--r--source/sq/sw/source/core/undo.po (renamed from translations/source/sq/sw/source/core/undo.po)0
-rw-r--r--source/sq/sw/source/core/unocore.po (renamed from translations/source/sq/sw/source/core/unocore.po)0
-rw-r--r--source/sq/sw/source/ui/app.po (renamed from translations/source/sq/sw/source/ui/app.po)0
-rw-r--r--source/sq/sw/source/ui/chrdlg.po (renamed from translations/source/sq/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sq/sw/source/ui/config.po (renamed from translations/source/sq/sw/source/ui/config.po)0
-rw-r--r--source/sq/sw/source/ui/dbui.po (renamed from translations/source/sq/sw/source/ui/dbui.po)0
-rw-r--r--source/sq/sw/source/ui/dialog.po (renamed from translations/source/sq/sw/source/ui/dialog.po)0
-rw-r--r--source/sq/sw/source/ui/dochdl.po (renamed from translations/source/sq/sw/source/ui/dochdl.po)0
-rw-r--r--source/sq/sw/source/ui/docvw.po (renamed from translations/source/sq/sw/source/ui/docvw.po)0
-rw-r--r--source/sq/sw/source/ui/envelp.po (renamed from translations/source/sq/sw/source/ui/envelp.po)0
-rw-r--r--source/sq/sw/source/ui/fldui.po (renamed from translations/source/sq/sw/source/ui/fldui.po)0
-rw-r--r--source/sq/sw/source/ui/fmtui.po (renamed from translations/source/sq/sw/source/ui/fmtui.po)0
-rw-r--r--source/sq/sw/source/ui/frmdlg.po (renamed from translations/source/sq/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sq/sw/source/ui/globdoc.po (renamed from translations/source/sq/sw/source/ui/globdoc.po)0
-rw-r--r--source/sq/sw/source/ui/index.po (renamed from translations/source/sq/sw/source/ui/index.po)0
-rw-r--r--source/sq/sw/source/ui/lingu.po (renamed from translations/source/sq/sw/source/ui/lingu.po)0
-rw-r--r--source/sq/sw/source/ui/misc.po (renamed from translations/source/sq/sw/source/ui/misc.po)0
-rw-r--r--source/sq/sw/source/ui/ribbar.po (renamed from translations/source/sq/sw/source/ui/ribbar.po)0
-rw-r--r--source/sq/sw/source/ui/shells.po (renamed from translations/source/sq/sw/source/ui/shells.po)0
-rw-r--r--source/sq/sw/source/ui/smartmenu.po (renamed from translations/source/sq/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sq/sw/source/ui/table.po (renamed from translations/source/sq/sw/source/ui/table.po)0
-rw-r--r--source/sq/sw/source/ui/uiview.po (renamed from translations/source/sq/sw/source/ui/uiview.po)0
-rw-r--r--source/sq/sw/source/ui/utlui.po (renamed from translations/source/sq/sw/source/ui/utlui.po)0
-rw-r--r--source/sq/sw/source/ui/web.po (renamed from translations/source/sq/sw/source/ui/web.po)0
-rw-r--r--source/sq/sw/source/ui/wrtsh.po (renamed from translations/source/sq/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sq/swext/mediawiki/help.po (renamed from translations/source/sq/swext/mediawiki/help.po)0
-rw-r--r--source/sq/swext/mediawiki/src.po (renamed from translations/source/sq/swext/mediawiki/src.po)0
-rw-r--r--source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sq/sysui/desktop/share.po (renamed from translations/source/sq/sysui/desktop/share.po)0
-rw-r--r--source/sq/uui/source.po (renamed from translations/source/sq/uui/source.po)0
-rw-r--r--source/sq/vcl/source/src.po (renamed from translations/source/sq/vcl/source/src.po)0
-rw-r--r--source/sq/wizards/source/euro.po (renamed from translations/source/sq/wizards/source/euro.po)0
-rw-r--r--source/sq/wizards/source/formwizard.po (renamed from translations/source/sq/wizards/source/formwizard.po)0
-rw-r--r--source/sq/wizards/source/importwizard.po (renamed from translations/source/sq/wizards/source/importwizard.po)0
-rw-r--r--source/sq/wizards/source/schedule.po (renamed from translations/source/sq/wizards/source/schedule.po)0
-rw-r--r--source/sq/wizards/source/template.po (renamed from translations/source/sq/wizards/source/template.po)0
-rw-r--r--source/sq/xmlsecurity/source/component.po (renamed from translations/source/sq/xmlsecurity/source/component.po)0
-rw-r--r--source/sq/xmlsecurity/source/dialogs.po (renamed from translations/source/sq/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sr/accessibility/source/helper.po (renamed from translations/source/sr/accessibility/source/helper.po)0
-rw-r--r--source/sr/avmedia/source/framework.po (renamed from translations/source/sr/avmedia/source/framework.po)0
-rw-r--r--source/sr/avmedia/source/viewer.po (renamed from translations/source/sr/avmedia/source/viewer.po)0
-rw-r--r--source/sr/basctl/source/basicide.po (renamed from translations/source/sr/basctl/source/basicide.po)0
-rw-r--r--source/sr/basctl/source/dlged.po (renamed from translations/source/sr/basctl/source/dlged.po)0
-rw-r--r--source/sr/basic/source/classes.po (renamed from translations/source/sr/basic/source/classes.po)0
-rw-r--r--source/sr/basic/source/sbx.po (renamed from translations/source/sr/basic/source/sbx.po)0
-rw-r--r--source/sr/chart2/source/controller/dialogs.po (renamed from translations/source/sr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sr/connectivity/source/resource.po (renamed from translations/source/sr/connectivity/source/resource.po)0
-rw-r--r--source/sr/cui/source/customize.po (renamed from translations/source/sr/cui/source/customize.po)0
-rw-r--r--source/sr/cui/source/dialogs.po (renamed from translations/source/sr/cui/source/dialogs.po)0
-rw-r--r--source/sr/cui/source/options.po (renamed from translations/source/sr/cui/source/options.po)0
-rw-r--r--source/sr/cui/source/tabpages.po (renamed from translations/source/sr/cui/source/tabpages.po)0
-rw-r--r--source/sr/dbaccess/source/core/resource.po (renamed from translations/source/sr/dbaccess/source/core/resource.po)0
-rw-r--r--source/sr/dbaccess/source/ext/macromigration.po (renamed from translations/source/sr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sr/dbaccess/source/ui/app.po (renamed from translations/source/sr/dbaccess/source/ui/app.po)0
-rw-r--r--source/sr/dbaccess/source/ui/browser.po (renamed from translations/source/sr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sr/dbaccess/source/ui/control.po (renamed from translations/source/sr/dbaccess/source/ui/control.po)0
-rw-r--r--source/sr/dbaccess/source/ui/dlg.po (renamed from translations/source/sr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sr/dbaccess/source/ui/inc.po (renamed from translations/source/sr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sr/dbaccess/source/ui/misc.po (renamed from translations/source/sr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sr/dbaccess/source/ui/querydesign.po (renamed from translations/source/sr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sr/dbaccess/source/ui/uno.po (renamed from translations/source/sr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sr/desktop/source/app.po (renamed from translations/source/sr/desktop/source/app.po)0
-rw-r--r--source/sr/desktop/source/deployment/gui.po (renamed from translations/source/sr/desktop/source/deployment/gui.po)0
-rw-r--r--source/sr/desktop/source/deployment/manager.po (renamed from translations/source/sr/desktop/source/deployment/manager.po)0
-rw-r--r--source/sr/desktop/source/deployment/misc.po (renamed from translations/source/sr/desktop/source/deployment/misc.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry.po (renamed from translations/source/sr/desktop/source/deployment/registry.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/component.po (renamed from translations/source/sr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/help.po (renamed from translations/source/sr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/package.po (renamed from translations/source/sr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/script.po (renamed from translations/source/sr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sr/desktop/source/deployment/unopkg.po (renamed from translations/source/sr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sr/dictionaries/af_ZA.po (renamed from translations/source/sr/dictionaries/af_ZA.po)0
-rw-r--r--source/sr/dictionaries/an_ES.po (renamed from translations/source/sr/dictionaries/an_ES.po)0
-rw-r--r--source/sr/dictionaries/ar.po (renamed from translations/source/sr/dictionaries/ar.po)0
-rw-r--r--source/sr/dictionaries/be_BY.po (renamed from translations/source/sr/dictionaries/be_BY.po)0
-rw-r--r--source/sr/dictionaries/bg_BG.po (renamed from translations/source/sr/dictionaries/bg_BG.po)0
-rw-r--r--source/sr/dictionaries/bn_BD.po (renamed from translations/source/sr/dictionaries/bn_BD.po)0
-rw-r--r--source/sr/dictionaries/br_FR.po (renamed from translations/source/sr/dictionaries/br_FR.po)0
-rw-r--r--source/sr/dictionaries/ca.po (renamed from translations/source/sr/dictionaries/ca.po)0
-rw-r--r--source/sr/dictionaries/cs_CZ.po (renamed from translations/source/sr/dictionaries/cs_CZ.po)0
-rw-r--r--source/sr/dictionaries/da_DK.po (renamed from translations/source/sr/dictionaries/da_DK.po)0
-rw-r--r--source/sr/dictionaries/de.po (renamed from translations/source/sr/dictionaries/de.po)0
-rw-r--r--source/sr/dictionaries/el_GR.po (renamed from translations/source/sr/dictionaries/el_GR.po)0
-rw-r--r--source/sr/dictionaries/en.po (renamed from translations/source/sr/dictionaries/en.po)0
-rw-r--r--source/sr/dictionaries/en/dialog.po (renamed from translations/source/sr/dictionaries/en/dialog.po)0
-rw-r--r--source/sr/dictionaries/es_ES.po (renamed from translations/source/sr/dictionaries/es_ES.po)0
-rw-r--r--source/sr/dictionaries/et_EE.po (renamed from translations/source/sr/dictionaries/et_EE.po)0
-rw-r--r--source/sr/dictionaries/fr_FR.po (renamed from translations/source/sr/dictionaries/fr_FR.po)0
-rw-r--r--source/sr/dictionaries/gd_GB.po (renamed from translations/source/sr/dictionaries/gd_GB.po)0
-rw-r--r--source/sr/dictionaries/gl.po (renamed from translations/source/sr/dictionaries/gl.po)0
-rw-r--r--source/sr/dictionaries/gu_IN.po (renamed from translations/source/sr/dictionaries/gu_IN.po)0
-rw-r--r--source/sr/dictionaries/he_IL.po (renamed from translations/source/sr/dictionaries/he_IL.po)0
-rw-r--r--source/sr/dictionaries/hi_IN.po (renamed from translations/source/sr/dictionaries/hi_IN.po)0
-rw-r--r--source/sr/dictionaries/hr_HR.po (renamed from translations/source/sr/dictionaries/hr_HR.po)0
-rw-r--r--source/sr/dictionaries/hu_HU.po (renamed from translations/source/sr/dictionaries/hu_HU.po)0
-rw-r--r--source/sr/dictionaries/hu_HU/dialog.po (renamed from translations/source/sr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sr/dictionaries/it_IT.po (renamed from translations/source/sr/dictionaries/it_IT.po)0
-rw-r--r--source/sr/dictionaries/ku_TR.po (renamed from translations/source/sr/dictionaries/ku_TR.po)0
-rw-r--r--source/sr/dictionaries/lt_LT.po (renamed from translations/source/sr/dictionaries/lt_LT.po)0
-rw-r--r--source/sr/dictionaries/lv_LV.po (renamed from translations/source/sr/dictionaries/lv_LV.po)0
-rw-r--r--source/sr/dictionaries/ne_NP.po (renamed from translations/source/sr/dictionaries/ne_NP.po)0
-rw-r--r--source/sr/dictionaries/nl_NL.po (renamed from translations/source/sr/dictionaries/nl_NL.po)0
-rw-r--r--source/sr/dictionaries/no.po (renamed from translations/source/sr/dictionaries/no.po)0
-rw-r--r--source/sr/dictionaries/oc_FR.po (renamed from translations/source/sr/dictionaries/oc_FR.po)0
-rw-r--r--source/sr/dictionaries/pl_PL.po (renamed from translations/source/sr/dictionaries/pl_PL.po)0
-rw-r--r--source/sr/dictionaries/pt_BR.po (renamed from translations/source/sr/dictionaries/pt_BR.po)0
-rw-r--r--source/sr/dictionaries/pt_PT.po (renamed from translations/source/sr/dictionaries/pt_PT.po)0
-rw-r--r--source/sr/dictionaries/ro.po (renamed from translations/source/sr/dictionaries/ro.po)0
-rw-r--r--source/sr/dictionaries/ru_RU.po (renamed from translations/source/sr/dictionaries/ru_RU.po)0
-rw-r--r--source/sr/dictionaries/ru_RU/dialog.po (renamed from translations/source/sr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sr/dictionaries/si_LK.po (renamed from translations/source/sr/dictionaries/si_LK.po)0
-rw-r--r--source/sr/dictionaries/sk_SK.po (renamed from translations/source/sr/dictionaries/sk_SK.po)0
-rw-r--r--source/sr/dictionaries/sl_SI.po (renamed from translations/source/sr/dictionaries/sl_SI.po)0
-rw-r--r--source/sr/dictionaries/sr.po (renamed from translations/source/sr/dictionaries/sr.po)0
-rw-r--r--source/sr/dictionaries/sv_SE.po (renamed from translations/source/sr/dictionaries/sv_SE.po)0
-rw-r--r--source/sr/dictionaries/sw_TZ.po (renamed from translations/source/sr/dictionaries/sw_TZ.po)0
-rw-r--r--source/sr/dictionaries/te_IN.po (renamed from translations/source/sr/dictionaries/te_IN.po)0
-rw-r--r--source/sr/dictionaries/th_TH.po (renamed from translations/source/sr/dictionaries/th_TH.po)0
-rw-r--r--source/sr/dictionaries/uk_UA.po (renamed from translations/source/sr/dictionaries/uk_UA.po)0
-rw-r--r--source/sr/dictionaries/vi.po (renamed from translations/source/sr/dictionaries/vi.po)0
-rw-r--r--source/sr/dictionaries/zu_ZA.po (renamed from translations/source/sr/dictionaries/zu_ZA.po)0
-rw-r--r--source/sr/editeng/source/accessibility.po (renamed from translations/source/sr/editeng/source/accessibility.po)0
-rw-r--r--source/sr/editeng/source/editeng.po (renamed from translations/source/sr/editeng/source/editeng.po)0
-rw-r--r--source/sr/editeng/source/items.po (renamed from translations/source/sr/editeng/source/items.po)0
-rw-r--r--source/sr/editeng/source/misc.po (renamed from translations/source/sr/editeng/source/misc.po)0
-rw-r--r--source/sr/editeng/source/outliner.po (renamed from translations/source/sr/editeng/source/outliner.po)0
-rw-r--r--source/sr/extensions/source/abpilot.po (renamed from translations/source/sr/extensions/source/abpilot.po)0
-rw-r--r--source/sr/extensions/source/bibliography.po (renamed from translations/source/sr/extensions/source/bibliography.po)0
-rw-r--r--source/sr/extensions/source/dbpilots.po (renamed from translations/source/sr/extensions/source/dbpilots.po)0
-rw-r--r--source/sr/extensions/source/propctrlr.po (renamed from translations/source/sr/extensions/source/propctrlr.po)0
-rw-r--r--source/sr/extensions/source/scanner.po (renamed from translations/source/sr/extensions/source/scanner.po)0
-rw-r--r--source/sr/extensions/source/update/check.po (renamed from translations/source/sr/extensions/source/update/check.po)0
-rw-r--r--source/sr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sr/filter/source/config/fragments/filters.po (renamed from translations/source/sr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sr/filter/source/config/fragments/types.po (renamed from translations/source/sr/filter/source/config/fragments/types.po)0
-rw-r--r--source/sr/filter/source/flash.po (renamed from translations/source/sr/filter/source/flash.po)0
-rw-r--r--source/sr/filter/source/graphicfilter/eps.po (renamed from translations/source/sr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sr/filter/source/pdf.po (renamed from translations/source/sr/filter/source/pdf.po)0
-rw-r--r--source/sr/filter/source/t602.po (renamed from translations/source/sr/filter/source/t602.po)0
-rw-r--r--source/sr/filter/source/xsltdialog.po (renamed from translations/source/sr/filter/source/xsltdialog.po)0
-rw-r--r--source/sr/forms/source/resource.po (renamed from translations/source/sr/forms/source/resource.po)0
-rw-r--r--source/sr/formula/source/core/resource.po (renamed from translations/source/sr/formula/source/core/resource.po)0
-rw-r--r--source/sr/formula/source/ui/dlg.po (renamed from translations/source/sr/formula/source/ui/dlg.po)0
-rw-r--r--source/sr/fpicker/source/office.po (renamed from translations/source/sr/fpicker/source/office.po)0
-rw-r--r--source/sr/framework/source/classes.po (renamed from translations/source/sr/framework/source/classes.po)0
-rw-r--r--source/sr/framework/source/services.po (renamed from translations/source/sr/framework/source/services.po)0
-rw-r--r--source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sr/mysqlc/source.po (renamed from translations/source/sr/mysqlc/source.po)0
-rw-r--r--source/sr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sr/nlpsolver/src/locale.po (renamed from translations/source/sr/nlpsolver/src/locale.po)0
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sr/padmin/source.po (renamed from translations/source/sr/padmin/source.po)0
-rw-r--r--source/sr/readlicense_oo/docs/readme.po (renamed from translations/source/sr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sr/reportbuilder/util.po (renamed from translations/source/sr/reportbuilder/util.po)0
-rw-r--r--source/sr/reportdesign/source/core/resource.po (renamed from translations/source/sr/reportdesign/source/core/resource.po)0
-rw-r--r--source/sr/reportdesign/source/ui/dlg.po (renamed from translations/source/sr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sr/reportdesign/source/ui/inspection.po (renamed from translations/source/sr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sr/reportdesign/source/ui/report.po (renamed from translations/source/sr/reportdesign/source/ui/report.po)0
-rw-r--r--source/sr/sc/source/core/src.po (renamed from translations/source/sr/sc/source/core/src.po)0
-rw-r--r--source/sr/sc/source/ui/cctrl.po (renamed from translations/source/sr/sc/source/ui/cctrl.po)0
-rw-r--r--source/sr/sc/source/ui/dbgui.po (renamed from translations/source/sr/sc/source/ui/dbgui.po)0
-rw-r--r--source/sr/sc/source/ui/docshell.po (renamed from translations/source/sr/sc/source/ui/docshell.po)0
-rw-r--r--source/sr/sc/source/ui/drawfunc.po (renamed from translations/source/sr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sr/sc/source/ui/formdlg.po (renamed from translations/source/sr/sc/source/ui/formdlg.po)0
-rw-r--r--source/sr/sc/source/ui/miscdlgs.po (renamed from translations/source/sr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sr/sc/source/ui/navipi.po (renamed from translations/source/sr/sc/source/ui/navipi.po)0
-rw-r--r--source/sr/sc/source/ui/optdlg.po (renamed from translations/source/sr/sc/source/ui/optdlg.po)0
-rw-r--r--source/sr/sc/source/ui/pagedlg.po (renamed from translations/source/sr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sr/sc/source/ui/src.po (renamed from translations/source/sr/sc/source/ui/src.po)0
-rw-r--r--source/sr/sc/source/ui/styleui.po (renamed from translations/source/sr/sc/source/ui/styleui.po)0
-rw-r--r--source/sr/scaddins/source/analysis.po (renamed from translations/source/sr/scaddins/source/analysis.po)0
-rw-r--r--source/sr/scaddins/source/datefunc.po (renamed from translations/source/sr/scaddins/source/datefunc.po)0
-rw-r--r--source/sr/sccomp/source/solver.po (renamed from translations/source/sr/sccomp/source/solver.po)0
-rw-r--r--source/sr/scp2/source/accessories.po (renamed from translations/source/sr/scp2/source/accessories.po)0
-rw-r--r--source/sr/scp2/source/activex.po (renamed from translations/source/sr/scp2/source/activex.po)0
-rw-r--r--source/sr/scp2/source/base.po (renamed from translations/source/sr/scp2/source/base.po)0
-rw-r--r--source/sr/scp2/source/binfilter.po (renamed from translations/source/sr/scp2/source/binfilter.po)0
-rw-r--r--source/sr/scp2/source/calc.po (renamed from translations/source/sr/scp2/source/calc.po)0
-rw-r--r--source/sr/scp2/source/draw.po (renamed from translations/source/sr/scp2/source/draw.po)0
-rw-r--r--source/sr/scp2/source/extensions.po (renamed from translations/source/sr/scp2/source/extensions.po)0
-rw-r--r--source/sr/scp2/source/gnome.po (renamed from translations/source/sr/scp2/source/gnome.po)0
-rw-r--r--source/sr/scp2/source/graphicfilter.po (renamed from translations/source/sr/scp2/source/graphicfilter.po)0
-rw-r--r--source/sr/scp2/source/impress.po (renamed from translations/source/sr/scp2/source/impress.po)0
-rw-r--r--source/sr/scp2/source/javafilter.po (renamed from translations/source/sr/scp2/source/javafilter.po)0
-rw-r--r--source/sr/scp2/source/kde.po (renamed from translations/source/sr/scp2/source/kde.po)0
-rw-r--r--source/sr/scp2/source/math.po (renamed from translations/source/sr/scp2/source/math.po)0
-rw-r--r--source/sr/scp2/source/onlineupdate.po (renamed from translations/source/sr/scp2/source/onlineupdate.po)0
-rw-r--r--source/sr/scp2/source/ooo.po (renamed from translations/source/sr/scp2/source/ooo.po)0
-rw-r--r--source/sr/scp2/source/python.po (renamed from translations/source/sr/scp2/source/python.po)0
-rw-r--r--source/sr/scp2/source/quickstart.po (renamed from translations/source/sr/scp2/source/quickstart.po)0
-rw-r--r--source/sr/scp2/source/sdkoo.po (renamed from translations/source/sr/scp2/source/sdkoo.po)0
-rw-r--r--source/sr/scp2/source/smoketest.po (renamed from translations/source/sr/scp2/source/smoketest.po)0
-rw-r--r--source/sr/scp2/source/stdlibs.po (renamed from translations/source/sr/scp2/source/stdlibs.po)0
-rw-r--r--source/sr/scp2/source/tde.po (renamed from translations/source/sr/scp2/source/tde.po)0
-rw-r--r--source/sr/scp2/source/winexplorerext.po (renamed from translations/source/sr/scp2/source/winexplorerext.po)0
-rw-r--r--source/sr/scp2/source/writer.po (renamed from translations/source/sr/scp2/source/writer.po)0
-rw-r--r--source/sr/scp2/source/xsltfilter.po (renamed from translations/source/sr/scp2/source/xsltfilter.po)0
-rw-r--r--source/sr/scripting/source/pyprov.po (renamed from translations/source/sr/scripting/source/pyprov.po)0
-rw-r--r--source/sr/sd/source/core.po (renamed from translations/source/sr/sd/source/core.po)0
-rw-r--r--source/sr/sd/source/filter/html.po (renamed from translations/source/sr/sd/source/filter/html.po)0
-rw-r--r--source/sr/sd/source/ui/accessibility.po (renamed from translations/source/sr/sd/source/ui/accessibility.po)0
-rw-r--r--source/sr/sd/source/ui/animations.po (renamed from translations/source/sr/sd/source/ui/animations.po)0
-rw-r--r--source/sr/sd/source/ui/annotations.po (renamed from translations/source/sr/sd/source/ui/annotations.po)0
-rw-r--r--source/sr/sd/source/ui/app.po (renamed from translations/source/sr/sd/source/ui/app.po)0
-rw-r--r--source/sr/sd/source/ui/dlg.po (renamed from translations/source/sr/sd/source/ui/dlg.po)0
-rw-r--r--source/sr/sd/source/ui/slideshow.po (renamed from translations/source/sr/sd/source/ui/slideshow.po)0
-rw-r--r--source/sr/sd/source/ui/table.po (renamed from translations/source/sr/sd/source/ui/table.po)0
-rw-r--r--source/sr/sd/source/ui/view.po (renamed from translations/source/sr/sd/source/ui/view.po)0
-rw-r--r--source/sr/sdext/source/minimizer.po (renamed from translations/source/sr/sdext/source/minimizer.po)0
-rw-r--r--source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sr/sdext/source/pdfimport.po (renamed from translations/source/sr/sdext/source/pdfimport.po)0
-rw-r--r--source/sr/sdext/source/presenter.po (renamed from translations/source/sr/sdext/source/presenter.po)0
-rw-r--r--source/sr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sr/setup_native/source/mac.po (renamed from translations/source/sr/setup_native/source/mac.po)0
-rw-r--r--source/sr/sfx2/source/appl.po (renamed from translations/source/sr/sfx2/source/appl.po)0
-rw-r--r--source/sr/sfx2/source/bastyp.po (renamed from translations/source/sr/sfx2/source/bastyp.po)0
-rw-r--r--source/sr/sfx2/source/dialog.po (renamed from translations/source/sr/sfx2/source/dialog.po)0
-rw-r--r--source/sr/sfx2/source/doc.po (renamed from translations/source/sr/sfx2/source/doc.po)0
-rw-r--r--source/sr/sfx2/source/menu.po (renamed from translations/source/sr/sfx2/source/menu.po)0
-rw-r--r--source/sr/sfx2/source/view.po (renamed from translations/source/sr/sfx2/source/view.po)0
-rw-r--r--source/sr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sr/starmath/source.po (renamed from translations/source/sr/starmath/source.po)0
-rw-r--r--source/sr/svl/source/items.po (renamed from translations/source/sr/svl/source/items.po)0
-rw-r--r--source/sr/svl/source/misc.po (renamed from translations/source/sr/svl/source/misc.po)0
-rw-r--r--source/sr/svtools/source/contnr.po (renamed from translations/source/sr/svtools/source/contnr.po)0
-rw-r--r--source/sr/svtools/source/control.po (renamed from translations/source/sr/svtools/source/control.po)0
-rw-r--r--source/sr/svtools/source/dialogs.po (renamed from translations/source/sr/svtools/source/dialogs.po)0
-rw-r--r--source/sr/svtools/source/filter.po (renamed from translations/source/sr/svtools/source/filter.po)0
-rw-r--r--source/sr/svtools/source/java.po (renamed from translations/source/sr/svtools/source/java.po)0
-rw-r--r--source/sr/svtools/source/misc.po (renamed from translations/source/sr/svtools/source/misc.po)0
-rw-r--r--source/sr/svtools/source/toolpanel.po (renamed from translations/source/sr/svtools/source/toolpanel.po)0
-rw-r--r--source/sr/svtools/workben/unodialog.po (renamed from translations/source/sr/svtools/workben/unodialog.po)0
-rw-r--r--source/sr/svx/inc.po (renamed from translations/source/sr/svx/inc.po)0
-rw-r--r--source/sr/svx/source/accessibility.po (renamed from translations/source/sr/svx/source/accessibility.po)0
-rw-r--r--source/sr/svx/source/dialog.po (renamed from translations/source/sr/svx/source/dialog.po)0
-rw-r--r--source/sr/svx/source/engine3d.po (renamed from translations/source/sr/svx/source/engine3d.po)0
-rw-r--r--source/sr/svx/source/fmcomp.po (renamed from translations/source/sr/svx/source/fmcomp.po)0
-rw-r--r--source/sr/svx/source/form.po (renamed from translations/source/sr/svx/source/form.po)0
-rw-r--r--source/sr/svx/source/gallery2.po (renamed from translations/source/sr/svx/source/gallery2.po)0
-rw-r--r--source/sr/svx/source/items.po (renamed from translations/source/sr/svx/source/items.po)0
-rw-r--r--source/sr/svx/source/src.po (renamed from translations/source/sr/svx/source/src.po)0
-rw-r--r--source/sr/svx/source/stbctrls.po (renamed from translations/source/sr/svx/source/stbctrls.po)0
-rw-r--r--source/sr/svx/source/svdraw.po (renamed from translations/source/sr/svx/source/svdraw.po)0
-rw-r--r--source/sr/svx/source/table.po (renamed from translations/source/sr/svx/source/table.po)0
-rw-r--r--source/sr/svx/source/tbxctrls.po (renamed from translations/source/sr/svx/source/tbxctrls.po)0
-rw-r--r--source/sr/svx/source/toolbars.po (renamed from translations/source/sr/svx/source/toolbars.po)0
-rw-r--r--source/sr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sr/sw/source/core/layout.po (renamed from translations/source/sr/sw/source/core/layout.po)0
-rw-r--r--source/sr/sw/source/core/undo.po (renamed from translations/source/sr/sw/source/core/undo.po)0
-rw-r--r--source/sr/sw/source/core/unocore.po (renamed from translations/source/sr/sw/source/core/unocore.po)0
-rw-r--r--source/sr/sw/source/ui/app.po (renamed from translations/source/sr/sw/source/ui/app.po)0
-rw-r--r--source/sr/sw/source/ui/chrdlg.po (renamed from translations/source/sr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sr/sw/source/ui/config.po (renamed from translations/source/sr/sw/source/ui/config.po)0
-rw-r--r--source/sr/sw/source/ui/dbui.po (renamed from translations/source/sr/sw/source/ui/dbui.po)0
-rw-r--r--source/sr/sw/source/ui/dialog.po (renamed from translations/source/sr/sw/source/ui/dialog.po)0
-rw-r--r--source/sr/sw/source/ui/dochdl.po (renamed from translations/source/sr/sw/source/ui/dochdl.po)0
-rw-r--r--source/sr/sw/source/ui/docvw.po (renamed from translations/source/sr/sw/source/ui/docvw.po)0
-rw-r--r--source/sr/sw/source/ui/envelp.po (renamed from translations/source/sr/sw/source/ui/envelp.po)0
-rw-r--r--source/sr/sw/source/ui/fldui.po (renamed from translations/source/sr/sw/source/ui/fldui.po)0
-rw-r--r--source/sr/sw/source/ui/fmtui.po (renamed from translations/source/sr/sw/source/ui/fmtui.po)0
-rw-r--r--source/sr/sw/source/ui/frmdlg.po (renamed from translations/source/sr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sr/sw/source/ui/globdoc.po (renamed from translations/source/sr/sw/source/ui/globdoc.po)0
-rw-r--r--source/sr/sw/source/ui/index.po (renamed from translations/source/sr/sw/source/ui/index.po)0
-rw-r--r--source/sr/sw/source/ui/lingu.po (renamed from translations/source/sr/sw/source/ui/lingu.po)0
-rw-r--r--source/sr/sw/source/ui/misc.po (renamed from translations/source/sr/sw/source/ui/misc.po)0
-rw-r--r--source/sr/sw/source/ui/ribbar.po (renamed from translations/source/sr/sw/source/ui/ribbar.po)0
-rw-r--r--source/sr/sw/source/ui/shells.po (renamed from translations/source/sr/sw/source/ui/shells.po)0
-rw-r--r--source/sr/sw/source/ui/smartmenu.po (renamed from translations/source/sr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sr/sw/source/ui/table.po (renamed from translations/source/sr/sw/source/ui/table.po)0
-rw-r--r--source/sr/sw/source/ui/uiview.po (renamed from translations/source/sr/sw/source/ui/uiview.po)0
-rw-r--r--source/sr/sw/source/ui/utlui.po (renamed from translations/source/sr/sw/source/ui/utlui.po)0
-rw-r--r--source/sr/sw/source/ui/web.po (renamed from translations/source/sr/sw/source/ui/web.po)0
-rw-r--r--source/sr/sw/source/ui/wrtsh.po (renamed from translations/source/sr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sr/swext/mediawiki/help.po (renamed from translations/source/sr/swext/mediawiki/help.po)0
-rw-r--r--source/sr/swext/mediawiki/src.po (renamed from translations/source/sr/swext/mediawiki/src.po)0
-rw-r--r--source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sr/sysui/desktop/share.po (renamed from translations/source/sr/sysui/desktop/share.po)0
-rw-r--r--source/sr/uui/source.po (renamed from translations/source/sr/uui/source.po)0
-rw-r--r--source/sr/vcl/source/src.po (renamed from translations/source/sr/vcl/source/src.po)0
-rw-r--r--source/sr/wizards/source/euro.po (renamed from translations/source/sr/wizards/source/euro.po)0
-rw-r--r--source/sr/wizards/source/formwizard.po (renamed from translations/source/sr/wizards/source/formwizard.po)0
-rw-r--r--source/sr/wizards/source/importwizard.po (renamed from translations/source/sr/wizards/source/importwizard.po)0
-rw-r--r--source/sr/wizards/source/schedule.po (renamed from translations/source/sr/wizards/source/schedule.po)0
-rw-r--r--source/sr/wizards/source/template.po (renamed from translations/source/sr/wizards/source/template.po)0
-rw-r--r--source/sr/xmlsecurity/source/component.po (renamed from translations/source/sr/xmlsecurity/source/component.po)0
-rw-r--r--source/sr/xmlsecurity/source/dialogs.po (renamed from translations/source/sr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ss/accessibility/source/helper.po (renamed from translations/source/ss/accessibility/source/helper.po)0
-rw-r--r--source/ss/avmedia/source/framework.po (renamed from translations/source/ss/avmedia/source/framework.po)0
-rw-r--r--source/ss/avmedia/source/viewer.po (renamed from translations/source/ss/avmedia/source/viewer.po)0
-rw-r--r--source/ss/basctl/source/basicide.po (renamed from translations/source/ss/basctl/source/basicide.po)0
-rw-r--r--source/ss/basctl/source/dlged.po (renamed from translations/source/ss/basctl/source/dlged.po)0
-rw-r--r--source/ss/basic/source/classes.po (renamed from translations/source/ss/basic/source/classes.po)0
-rw-r--r--source/ss/basic/source/sbx.po (renamed from translations/source/ss/basic/source/sbx.po)0
-rw-r--r--source/ss/chart2/source/controller/dialogs.po (renamed from translations/source/ss/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ss/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ss/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ss/connectivity/source/resource.po (renamed from translations/source/ss/connectivity/source/resource.po)0
-rw-r--r--source/ss/cui/source/customize.po (renamed from translations/source/ss/cui/source/customize.po)0
-rw-r--r--source/ss/cui/source/dialogs.po (renamed from translations/source/ss/cui/source/dialogs.po)0
-rw-r--r--source/ss/cui/source/options.po (renamed from translations/source/ss/cui/source/options.po)0
-rw-r--r--source/ss/cui/source/tabpages.po (renamed from translations/source/ss/cui/source/tabpages.po)0
-rw-r--r--source/ss/dbaccess/source/core/resource.po (renamed from translations/source/ss/dbaccess/source/core/resource.po)0
-rw-r--r--source/ss/dbaccess/source/ext/macromigration.po (renamed from translations/source/ss/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ss/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ss/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ss/dbaccess/source/ui/app.po (renamed from translations/source/ss/dbaccess/source/ui/app.po)0
-rw-r--r--source/ss/dbaccess/source/ui/browser.po (renamed from translations/source/ss/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ss/dbaccess/source/ui/control.po (renamed from translations/source/ss/dbaccess/source/ui/control.po)0
-rw-r--r--source/ss/dbaccess/source/ui/dlg.po (renamed from translations/source/ss/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ss/dbaccess/source/ui/inc.po (renamed from translations/source/ss/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ss/dbaccess/source/ui/misc.po (renamed from translations/source/ss/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ss/dbaccess/source/ui/querydesign.po (renamed from translations/source/ss/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ss/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ss/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ss/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ss/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ss/dbaccess/source/ui/uno.po (renamed from translations/source/ss/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ss/desktop/source/app.po (renamed from translations/source/ss/desktop/source/app.po)0
-rw-r--r--source/ss/desktop/source/deployment/gui.po (renamed from translations/source/ss/desktop/source/deployment/gui.po)0
-rw-r--r--source/ss/desktop/source/deployment/manager.po (renamed from translations/source/ss/desktop/source/deployment/manager.po)0
-rw-r--r--source/ss/desktop/source/deployment/misc.po (renamed from translations/source/ss/desktop/source/deployment/misc.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry.po (renamed from translations/source/ss/desktop/source/deployment/registry.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/component.po (renamed from translations/source/ss/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ss/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/help.po (renamed from translations/source/ss/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/package.po (renamed from translations/source/ss/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/script.po (renamed from translations/source/ss/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ss/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ss/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ss/desktop/source/deployment/unopkg.po (renamed from translations/source/ss/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ss/dictionaries/af_ZA.po (renamed from translations/source/ss/dictionaries/af_ZA.po)0
-rw-r--r--source/ss/dictionaries/an_ES.po (renamed from translations/source/ss/dictionaries/an_ES.po)0
-rw-r--r--source/ss/dictionaries/ar.po (renamed from translations/source/ss/dictionaries/ar.po)0
-rw-r--r--source/ss/dictionaries/be_BY.po (renamed from translations/source/ss/dictionaries/be_BY.po)0
-rw-r--r--source/ss/dictionaries/bg_BG.po (renamed from translations/source/ss/dictionaries/bg_BG.po)0
-rw-r--r--source/ss/dictionaries/bn_BD.po (renamed from translations/source/ss/dictionaries/bn_BD.po)0
-rw-r--r--source/ss/dictionaries/br_FR.po (renamed from translations/source/ss/dictionaries/br_FR.po)0
-rw-r--r--source/ss/dictionaries/ca.po (renamed from translations/source/ss/dictionaries/ca.po)0
-rw-r--r--source/ss/dictionaries/cs_CZ.po (renamed from translations/source/ss/dictionaries/cs_CZ.po)0
-rw-r--r--source/ss/dictionaries/da_DK.po (renamed from translations/source/ss/dictionaries/da_DK.po)0
-rw-r--r--source/ss/dictionaries/de.po (renamed from translations/source/ss/dictionaries/de.po)0
-rw-r--r--source/ss/dictionaries/el_GR.po (renamed from translations/source/ss/dictionaries/el_GR.po)0
-rw-r--r--source/ss/dictionaries/en.po (renamed from translations/source/ss/dictionaries/en.po)0
-rw-r--r--source/ss/dictionaries/en/dialog.po (renamed from translations/source/ss/dictionaries/en/dialog.po)0
-rw-r--r--source/ss/dictionaries/es_ES.po (renamed from translations/source/ss/dictionaries/es_ES.po)0
-rw-r--r--source/ss/dictionaries/et_EE.po (renamed from translations/source/ss/dictionaries/et_EE.po)0
-rw-r--r--source/ss/dictionaries/fr_FR.po (renamed from translations/source/ss/dictionaries/fr_FR.po)0
-rw-r--r--source/ss/dictionaries/gd_GB.po (renamed from translations/source/ss/dictionaries/gd_GB.po)0
-rw-r--r--source/ss/dictionaries/gl.po (renamed from translations/source/ss/dictionaries/gl.po)0
-rw-r--r--source/ss/dictionaries/gu_IN.po (renamed from translations/source/ss/dictionaries/gu_IN.po)0
-rw-r--r--source/ss/dictionaries/he_IL.po (renamed from translations/source/ss/dictionaries/he_IL.po)0
-rw-r--r--source/ss/dictionaries/hi_IN.po (renamed from translations/source/ss/dictionaries/hi_IN.po)0
-rw-r--r--source/ss/dictionaries/hr_HR.po (renamed from translations/source/ss/dictionaries/hr_HR.po)0
-rw-r--r--source/ss/dictionaries/hu_HU.po (renamed from translations/source/ss/dictionaries/hu_HU.po)0
-rw-r--r--source/ss/dictionaries/hu_HU/dialog.po (renamed from translations/source/ss/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ss/dictionaries/it_IT.po (renamed from translations/source/ss/dictionaries/it_IT.po)0
-rw-r--r--source/ss/dictionaries/ku_TR.po (renamed from translations/source/ss/dictionaries/ku_TR.po)0
-rw-r--r--source/ss/dictionaries/lt_LT.po (renamed from translations/source/ss/dictionaries/lt_LT.po)0
-rw-r--r--source/ss/dictionaries/lv_LV.po (renamed from translations/source/ss/dictionaries/lv_LV.po)0
-rw-r--r--source/ss/dictionaries/ne_NP.po (renamed from translations/source/ss/dictionaries/ne_NP.po)0
-rw-r--r--source/ss/dictionaries/nl_NL.po (renamed from translations/source/ss/dictionaries/nl_NL.po)0
-rw-r--r--source/ss/dictionaries/no.po (renamed from translations/source/ss/dictionaries/no.po)0
-rw-r--r--source/ss/dictionaries/oc_FR.po (renamed from translations/source/ss/dictionaries/oc_FR.po)0
-rw-r--r--source/ss/dictionaries/pl_PL.po (renamed from translations/source/ss/dictionaries/pl_PL.po)0
-rw-r--r--source/ss/dictionaries/pt_BR.po (renamed from translations/source/ss/dictionaries/pt_BR.po)0
-rw-r--r--source/ss/dictionaries/pt_PT.po (renamed from translations/source/ss/dictionaries/pt_PT.po)0
-rw-r--r--source/ss/dictionaries/ro.po (renamed from translations/source/ss/dictionaries/ro.po)0
-rw-r--r--source/ss/dictionaries/ru_RU.po (renamed from translations/source/ss/dictionaries/ru_RU.po)0
-rw-r--r--source/ss/dictionaries/ru_RU/dialog.po (renamed from translations/source/ss/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ss/dictionaries/si_LK.po (renamed from translations/source/ss/dictionaries/si_LK.po)0
-rw-r--r--source/ss/dictionaries/sk_SK.po (renamed from translations/source/ss/dictionaries/sk_SK.po)0
-rw-r--r--source/ss/dictionaries/sl_SI.po (renamed from translations/source/ss/dictionaries/sl_SI.po)0
-rw-r--r--source/ss/dictionaries/sr.po (renamed from translations/source/ss/dictionaries/sr.po)0
-rw-r--r--source/ss/dictionaries/sv_SE.po (renamed from translations/source/ss/dictionaries/sv_SE.po)0
-rw-r--r--source/ss/dictionaries/sw_TZ.po (renamed from translations/source/ss/dictionaries/sw_TZ.po)0
-rw-r--r--source/ss/dictionaries/te_IN.po (renamed from translations/source/ss/dictionaries/te_IN.po)0
-rw-r--r--source/ss/dictionaries/th_TH.po (renamed from translations/source/ss/dictionaries/th_TH.po)0
-rw-r--r--source/ss/dictionaries/uk_UA.po (renamed from translations/source/ss/dictionaries/uk_UA.po)0
-rw-r--r--source/ss/dictionaries/vi.po (renamed from translations/source/ss/dictionaries/vi.po)0
-rw-r--r--source/ss/dictionaries/zu_ZA.po (renamed from translations/source/ss/dictionaries/zu_ZA.po)0
-rw-r--r--source/ss/editeng/source/accessibility.po (renamed from translations/source/ss/editeng/source/accessibility.po)0
-rw-r--r--source/ss/editeng/source/editeng.po (renamed from translations/source/ss/editeng/source/editeng.po)0
-rw-r--r--source/ss/editeng/source/items.po (renamed from translations/source/ss/editeng/source/items.po)0
-rw-r--r--source/ss/editeng/source/misc.po (renamed from translations/source/ss/editeng/source/misc.po)0
-rw-r--r--source/ss/editeng/source/outliner.po (renamed from translations/source/ss/editeng/source/outliner.po)0
-rw-r--r--source/ss/extensions/source/abpilot.po (renamed from translations/source/ss/extensions/source/abpilot.po)0
-rw-r--r--source/ss/extensions/source/bibliography.po (renamed from translations/source/ss/extensions/source/bibliography.po)0
-rw-r--r--source/ss/extensions/source/dbpilots.po (renamed from translations/source/ss/extensions/source/dbpilots.po)0
-rw-r--r--source/ss/extensions/source/propctrlr.po (renamed from translations/source/ss/extensions/source/propctrlr.po)0
-rw-r--r--source/ss/extensions/source/scanner.po (renamed from translations/source/ss/extensions/source/scanner.po)0
-rw-r--r--source/ss/extensions/source/update/check.po (renamed from translations/source/ss/extensions/source/update/check.po)0
-rw-r--r--source/ss/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ss/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ss/filter/source/config/fragments/filters.po (renamed from translations/source/ss/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ss/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ss/filter/source/config/fragments/types.po (renamed from translations/source/ss/filter/source/config/fragments/types.po)0
-rw-r--r--source/ss/filter/source/flash.po (renamed from translations/source/ss/filter/source/flash.po)0
-rw-r--r--source/ss/filter/source/graphicfilter/eps.po (renamed from translations/source/ss/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ss/filter/source/pdf.po (renamed from translations/source/ss/filter/source/pdf.po)0
-rw-r--r--source/ss/filter/source/t602.po (renamed from translations/source/ss/filter/source/t602.po)0
-rw-r--r--source/ss/filter/source/xsltdialog.po (renamed from translations/source/ss/filter/source/xsltdialog.po)0
-rw-r--r--source/ss/forms/source/resource.po (renamed from translations/source/ss/forms/source/resource.po)0
-rw-r--r--source/ss/formula/source/core/resource.po (renamed from translations/source/ss/formula/source/core/resource.po)0
-rw-r--r--source/ss/formula/source/ui/dlg.po (renamed from translations/source/ss/formula/source/ui/dlg.po)0
-rw-r--r--source/ss/fpicker/source/office.po (renamed from translations/source/ss/fpicker/source/office.po)0
-rw-r--r--source/ss/framework/source/classes.po (renamed from translations/source/ss/framework/source/classes.po)0
-rw-r--r--source/ss/framework/source/services.po (renamed from translations/source/ss/framework/source/services.po)0
-rw-r--r--source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ss/mysqlc/source.po (renamed from translations/source/ss/mysqlc/source.po)0
-rw-r--r--source/ss/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ss/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ss/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ss/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ss/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ss/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ss/nlpsolver/src/locale.po (renamed from translations/source/ss/nlpsolver/src/locale.po)0
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ss/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ss/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ss/padmin/source.po (renamed from translations/source/ss/padmin/source.po)0
-rw-r--r--source/ss/readlicense_oo/docs/readme.po (renamed from translations/source/ss/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ss/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ss/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ss/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ss/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ss/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ss/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ss/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ss/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ss/reportbuilder/util.po (renamed from translations/source/ss/reportbuilder/util.po)0
-rw-r--r--source/ss/reportdesign/source/core/resource.po (renamed from translations/source/ss/reportdesign/source/core/resource.po)0
-rw-r--r--source/ss/reportdesign/source/ui/dlg.po (renamed from translations/source/ss/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ss/reportdesign/source/ui/inspection.po (renamed from translations/source/ss/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ss/reportdesign/source/ui/report.po (renamed from translations/source/ss/reportdesign/source/ui/report.po)0
-rw-r--r--source/ss/sc/source/core/src.po (renamed from translations/source/ss/sc/source/core/src.po)0
-rw-r--r--source/ss/sc/source/ui/cctrl.po (renamed from translations/source/ss/sc/source/ui/cctrl.po)0
-rw-r--r--source/ss/sc/source/ui/dbgui.po (renamed from translations/source/ss/sc/source/ui/dbgui.po)0
-rw-r--r--source/ss/sc/source/ui/docshell.po (renamed from translations/source/ss/sc/source/ui/docshell.po)0
-rw-r--r--source/ss/sc/source/ui/drawfunc.po (renamed from translations/source/ss/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ss/sc/source/ui/formdlg.po (renamed from translations/source/ss/sc/source/ui/formdlg.po)0
-rw-r--r--source/ss/sc/source/ui/miscdlgs.po (renamed from translations/source/ss/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ss/sc/source/ui/navipi.po (renamed from translations/source/ss/sc/source/ui/navipi.po)0
-rw-r--r--source/ss/sc/source/ui/optdlg.po (renamed from translations/source/ss/sc/source/ui/optdlg.po)0
-rw-r--r--source/ss/sc/source/ui/pagedlg.po (renamed from translations/source/ss/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ss/sc/source/ui/src.po (renamed from translations/source/ss/sc/source/ui/src.po)0
-rw-r--r--source/ss/sc/source/ui/styleui.po (renamed from translations/source/ss/sc/source/ui/styleui.po)0
-rw-r--r--source/ss/scaddins/source/analysis.po (renamed from translations/source/ss/scaddins/source/analysis.po)0
-rw-r--r--source/ss/scaddins/source/datefunc.po (renamed from translations/source/ss/scaddins/source/datefunc.po)0
-rw-r--r--source/ss/sccomp/source/solver.po (renamed from translations/source/ss/sccomp/source/solver.po)0
-rw-r--r--source/ss/scp2/source/accessories.po (renamed from translations/source/ss/scp2/source/accessories.po)0
-rw-r--r--source/ss/scp2/source/activex.po (renamed from translations/source/ss/scp2/source/activex.po)0
-rw-r--r--source/ss/scp2/source/base.po (renamed from translations/source/ss/scp2/source/base.po)0
-rw-r--r--source/ss/scp2/source/binfilter.po (renamed from translations/source/ss/scp2/source/binfilter.po)0
-rw-r--r--source/ss/scp2/source/calc.po (renamed from translations/source/ss/scp2/source/calc.po)0
-rw-r--r--source/ss/scp2/source/draw.po (renamed from translations/source/ss/scp2/source/draw.po)0
-rw-r--r--source/ss/scp2/source/extensions.po (renamed from translations/source/ss/scp2/source/extensions.po)0
-rw-r--r--source/ss/scp2/source/gnome.po (renamed from translations/source/ss/scp2/source/gnome.po)0
-rw-r--r--source/ss/scp2/source/graphicfilter.po (renamed from translations/source/ss/scp2/source/graphicfilter.po)0
-rw-r--r--source/ss/scp2/source/impress.po (renamed from translations/source/ss/scp2/source/impress.po)0
-rw-r--r--source/ss/scp2/source/javafilter.po (renamed from translations/source/ss/scp2/source/javafilter.po)0
-rw-r--r--source/ss/scp2/source/kde.po (renamed from translations/source/ss/scp2/source/kde.po)0
-rw-r--r--source/ss/scp2/source/math.po (renamed from translations/source/ss/scp2/source/math.po)0
-rw-r--r--source/ss/scp2/source/onlineupdate.po (renamed from translations/source/ss/scp2/source/onlineupdate.po)0
-rw-r--r--source/ss/scp2/source/ooo.po (renamed from translations/source/ss/scp2/source/ooo.po)0
-rw-r--r--source/ss/scp2/source/python.po (renamed from translations/source/ss/scp2/source/python.po)0
-rw-r--r--source/ss/scp2/source/quickstart.po (renamed from translations/source/ss/scp2/source/quickstart.po)0
-rw-r--r--source/ss/scp2/source/sdkoo.po (renamed from translations/source/ss/scp2/source/sdkoo.po)0
-rw-r--r--source/ss/scp2/source/smoketest.po (renamed from translations/source/ss/scp2/source/smoketest.po)0
-rw-r--r--source/ss/scp2/source/stdlibs.po (renamed from translations/source/ss/scp2/source/stdlibs.po)0
-rw-r--r--source/ss/scp2/source/tde.po (renamed from translations/source/ss/scp2/source/tde.po)0
-rw-r--r--source/ss/scp2/source/winexplorerext.po (renamed from translations/source/ss/scp2/source/winexplorerext.po)0
-rw-r--r--source/ss/scp2/source/writer.po (renamed from translations/source/ss/scp2/source/writer.po)0
-rw-r--r--source/ss/scp2/source/xsltfilter.po (renamed from translations/source/ss/scp2/source/xsltfilter.po)0
-rw-r--r--source/ss/scripting/source/pyprov.po (renamed from translations/source/ss/scripting/source/pyprov.po)0
-rw-r--r--source/ss/sd/source/core.po (renamed from translations/source/ss/sd/source/core.po)0
-rw-r--r--source/ss/sd/source/filter/html.po (renamed from translations/source/ss/sd/source/filter/html.po)0
-rw-r--r--source/ss/sd/source/ui/accessibility.po (renamed from translations/source/ss/sd/source/ui/accessibility.po)0
-rw-r--r--source/ss/sd/source/ui/animations.po (renamed from translations/source/ss/sd/source/ui/animations.po)0
-rw-r--r--source/ss/sd/source/ui/annotations.po (renamed from translations/source/ss/sd/source/ui/annotations.po)0
-rw-r--r--source/ss/sd/source/ui/app.po (renamed from translations/source/ss/sd/source/ui/app.po)0
-rw-r--r--source/ss/sd/source/ui/dlg.po (renamed from translations/source/ss/sd/source/ui/dlg.po)0
-rw-r--r--source/ss/sd/source/ui/slideshow.po (renamed from translations/source/ss/sd/source/ui/slideshow.po)0
-rw-r--r--source/ss/sd/source/ui/table.po (renamed from translations/source/ss/sd/source/ui/table.po)0
-rw-r--r--source/ss/sd/source/ui/view.po (renamed from translations/source/ss/sd/source/ui/view.po)0
-rw-r--r--source/ss/sdext/source/minimizer.po (renamed from translations/source/ss/sdext/source/minimizer.po)0
-rw-r--r--source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ss/sdext/source/pdfimport.po (renamed from translations/source/ss/sdext/source/pdfimport.po)0
-rw-r--r--source/ss/sdext/source/presenter.po (renamed from translations/source/ss/sdext/source/presenter.po)0
-rw-r--r--source/ss/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ss/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ss/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ss/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ss/setup_native/source/mac.po (renamed from translations/source/ss/setup_native/source/mac.po)0
-rw-r--r--source/ss/sfx2/source/appl.po (renamed from translations/source/ss/sfx2/source/appl.po)0
-rw-r--r--source/ss/sfx2/source/bastyp.po (renamed from translations/source/ss/sfx2/source/bastyp.po)0
-rw-r--r--source/ss/sfx2/source/dialog.po (renamed from translations/source/ss/sfx2/source/dialog.po)0
-rw-r--r--source/ss/sfx2/source/doc.po (renamed from translations/source/ss/sfx2/source/doc.po)0
-rw-r--r--source/ss/sfx2/source/menu.po (renamed from translations/source/ss/sfx2/source/menu.po)0
-rw-r--r--source/ss/sfx2/source/view.po (renamed from translations/source/ss/sfx2/source/view.po)0
-rw-r--r--source/ss/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ss/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ss/starmath/source.po (renamed from translations/source/ss/starmath/source.po)0
-rw-r--r--source/ss/svl/source/items.po (renamed from translations/source/ss/svl/source/items.po)0
-rw-r--r--source/ss/svl/source/misc.po (renamed from translations/source/ss/svl/source/misc.po)0
-rw-r--r--source/ss/svtools/source/contnr.po (renamed from translations/source/ss/svtools/source/contnr.po)0
-rw-r--r--source/ss/svtools/source/control.po (renamed from translations/source/ss/svtools/source/control.po)0
-rw-r--r--source/ss/svtools/source/dialogs.po (renamed from translations/source/ss/svtools/source/dialogs.po)0
-rw-r--r--source/ss/svtools/source/filter.po (renamed from translations/source/ss/svtools/source/filter.po)0
-rw-r--r--source/ss/svtools/source/java.po (renamed from translations/source/ss/svtools/source/java.po)0
-rw-r--r--source/ss/svtools/source/misc.po (renamed from translations/source/ss/svtools/source/misc.po)0
-rw-r--r--source/ss/svtools/source/toolpanel.po (renamed from translations/source/ss/svtools/source/toolpanel.po)0
-rw-r--r--source/ss/svtools/workben/unodialog.po (renamed from translations/source/ss/svtools/workben/unodialog.po)0
-rw-r--r--source/ss/svx/inc.po (renamed from translations/source/ss/svx/inc.po)0
-rw-r--r--source/ss/svx/source/accessibility.po (renamed from translations/source/ss/svx/source/accessibility.po)0
-rw-r--r--source/ss/svx/source/dialog.po (renamed from translations/source/ss/svx/source/dialog.po)0
-rw-r--r--source/ss/svx/source/engine3d.po (renamed from translations/source/ss/svx/source/engine3d.po)0
-rw-r--r--source/ss/svx/source/fmcomp.po (renamed from translations/source/ss/svx/source/fmcomp.po)0
-rw-r--r--source/ss/svx/source/form.po (renamed from translations/source/ss/svx/source/form.po)0
-rw-r--r--source/ss/svx/source/gallery2.po (renamed from translations/source/ss/svx/source/gallery2.po)0
-rw-r--r--source/ss/svx/source/items.po (renamed from translations/source/ss/svx/source/items.po)0
-rw-r--r--source/ss/svx/source/src.po (renamed from translations/source/ss/svx/source/src.po)0
-rw-r--r--source/ss/svx/source/stbctrls.po (renamed from translations/source/ss/svx/source/stbctrls.po)0
-rw-r--r--source/ss/svx/source/svdraw.po (renamed from translations/source/ss/svx/source/svdraw.po)0
-rw-r--r--source/ss/svx/source/table.po (renamed from translations/source/ss/svx/source/table.po)0
-rw-r--r--source/ss/svx/source/tbxctrls.po (renamed from translations/source/ss/svx/source/tbxctrls.po)0
-rw-r--r--source/ss/svx/source/toolbars.po (renamed from translations/source/ss/svx/source/toolbars.po)0
-rw-r--r--source/ss/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ss/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ss/sw/source/core/layout.po (renamed from translations/source/ss/sw/source/core/layout.po)0
-rw-r--r--source/ss/sw/source/core/undo.po (renamed from translations/source/ss/sw/source/core/undo.po)0
-rw-r--r--source/ss/sw/source/core/unocore.po (renamed from translations/source/ss/sw/source/core/unocore.po)0
-rw-r--r--source/ss/sw/source/ui/app.po (renamed from translations/source/ss/sw/source/ui/app.po)0
-rw-r--r--source/ss/sw/source/ui/chrdlg.po (renamed from translations/source/ss/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ss/sw/source/ui/config.po (renamed from translations/source/ss/sw/source/ui/config.po)0
-rw-r--r--source/ss/sw/source/ui/dbui.po (renamed from translations/source/ss/sw/source/ui/dbui.po)0
-rw-r--r--source/ss/sw/source/ui/dialog.po (renamed from translations/source/ss/sw/source/ui/dialog.po)0
-rw-r--r--source/ss/sw/source/ui/dochdl.po (renamed from translations/source/ss/sw/source/ui/dochdl.po)0
-rw-r--r--source/ss/sw/source/ui/docvw.po (renamed from translations/source/ss/sw/source/ui/docvw.po)0
-rw-r--r--source/ss/sw/source/ui/envelp.po (renamed from translations/source/ss/sw/source/ui/envelp.po)0
-rw-r--r--source/ss/sw/source/ui/fldui.po (renamed from translations/source/ss/sw/source/ui/fldui.po)0
-rw-r--r--source/ss/sw/source/ui/fmtui.po (renamed from translations/source/ss/sw/source/ui/fmtui.po)0
-rw-r--r--source/ss/sw/source/ui/frmdlg.po (renamed from translations/source/ss/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ss/sw/source/ui/globdoc.po (renamed from translations/source/ss/sw/source/ui/globdoc.po)0
-rw-r--r--source/ss/sw/source/ui/index.po (renamed from translations/source/ss/sw/source/ui/index.po)0
-rw-r--r--source/ss/sw/source/ui/lingu.po (renamed from translations/source/ss/sw/source/ui/lingu.po)0
-rw-r--r--source/ss/sw/source/ui/misc.po (renamed from translations/source/ss/sw/source/ui/misc.po)0
-rw-r--r--source/ss/sw/source/ui/ribbar.po (renamed from translations/source/ss/sw/source/ui/ribbar.po)0
-rw-r--r--source/ss/sw/source/ui/shells.po (renamed from translations/source/ss/sw/source/ui/shells.po)0
-rw-r--r--source/ss/sw/source/ui/smartmenu.po (renamed from translations/source/ss/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ss/sw/source/ui/table.po (renamed from translations/source/ss/sw/source/ui/table.po)0
-rw-r--r--source/ss/sw/source/ui/uiview.po (renamed from translations/source/ss/sw/source/ui/uiview.po)0
-rw-r--r--source/ss/sw/source/ui/utlui.po (renamed from translations/source/ss/sw/source/ui/utlui.po)0
-rw-r--r--source/ss/sw/source/ui/web.po (renamed from translations/source/ss/sw/source/ui/web.po)0
-rw-r--r--source/ss/sw/source/ui/wrtsh.po (renamed from translations/source/ss/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ss/swext/mediawiki/help.po (renamed from translations/source/ss/swext/mediawiki/help.po)0
-rw-r--r--source/ss/swext/mediawiki/src.po (renamed from translations/source/ss/swext/mediawiki/src.po)0
-rw-r--r--source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ss/sysui/desktop/share.po (renamed from translations/source/ss/sysui/desktop/share.po)0
-rw-r--r--source/ss/uui/source.po (renamed from translations/source/ss/uui/source.po)0
-rw-r--r--source/ss/vcl/source/src.po (renamed from translations/source/ss/vcl/source/src.po)0
-rw-r--r--source/ss/wizards/source/euro.po (renamed from translations/source/ss/wizards/source/euro.po)0
-rw-r--r--source/ss/wizards/source/formwizard.po (renamed from translations/source/ss/wizards/source/formwizard.po)0
-rw-r--r--source/ss/wizards/source/importwizard.po (renamed from translations/source/ss/wizards/source/importwizard.po)0
-rw-r--r--source/ss/wizards/source/schedule.po (renamed from translations/source/ss/wizards/source/schedule.po)0
-rw-r--r--source/ss/wizards/source/template.po (renamed from translations/source/ss/wizards/source/template.po)0
-rw-r--r--source/ss/xmlsecurity/source/component.po (renamed from translations/source/ss/xmlsecurity/source/component.po)0
-rw-r--r--source/ss/xmlsecurity/source/dialogs.po (renamed from translations/source/ss/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/st/accessibility/source/helper.po (renamed from translations/source/st/accessibility/source/helper.po)0
-rw-r--r--source/st/avmedia/source/framework.po (renamed from translations/source/st/avmedia/source/framework.po)0
-rw-r--r--source/st/avmedia/source/viewer.po (renamed from translations/source/st/avmedia/source/viewer.po)0
-rw-r--r--source/st/basctl/source/basicide.po (renamed from translations/source/st/basctl/source/basicide.po)0
-rw-r--r--source/st/basctl/source/dlged.po (renamed from translations/source/st/basctl/source/dlged.po)0
-rw-r--r--source/st/basic/source/classes.po (renamed from translations/source/st/basic/source/classes.po)0
-rw-r--r--source/st/basic/source/sbx.po (renamed from translations/source/st/basic/source/sbx.po)0
-rw-r--r--source/st/chart2/source/controller/dialogs.po (renamed from translations/source/st/chart2/source/controller/dialogs.po)0
-rw-r--r--source/st/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/st/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/st/connectivity/source/resource.po (renamed from translations/source/st/connectivity/source/resource.po)0
-rw-r--r--source/st/cui/source/customize.po (renamed from translations/source/st/cui/source/customize.po)0
-rw-r--r--source/st/cui/source/dialogs.po (renamed from translations/source/st/cui/source/dialogs.po)0
-rw-r--r--source/st/cui/source/options.po (renamed from translations/source/st/cui/source/options.po)0
-rw-r--r--source/st/cui/source/tabpages.po (renamed from translations/source/st/cui/source/tabpages.po)0
-rw-r--r--source/st/dbaccess/source/core/resource.po (renamed from translations/source/st/dbaccess/source/core/resource.po)0
-rw-r--r--source/st/dbaccess/source/ext/macromigration.po (renamed from translations/source/st/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/st/dbaccess/source/sdbtools/resource.po (renamed from translations/source/st/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/st/dbaccess/source/ui/app.po (renamed from translations/source/st/dbaccess/source/ui/app.po)0
-rw-r--r--source/st/dbaccess/source/ui/browser.po (renamed from translations/source/st/dbaccess/source/ui/browser.po)0
-rw-r--r--source/st/dbaccess/source/ui/control.po (renamed from translations/source/st/dbaccess/source/ui/control.po)0
-rw-r--r--source/st/dbaccess/source/ui/dlg.po (renamed from translations/source/st/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/st/dbaccess/source/ui/inc.po (renamed from translations/source/st/dbaccess/source/ui/inc.po)0
-rw-r--r--source/st/dbaccess/source/ui/misc.po (renamed from translations/source/st/dbaccess/source/ui/misc.po)0
-rw-r--r--source/st/dbaccess/source/ui/querydesign.po (renamed from translations/source/st/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/st/dbaccess/source/ui/relationdesign.po (renamed from translations/source/st/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/st/dbaccess/source/ui/tabledesign.po (renamed from translations/source/st/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/st/dbaccess/source/ui/uno.po (renamed from translations/source/st/dbaccess/source/ui/uno.po)0
-rw-r--r--source/st/desktop/source/app.po (renamed from translations/source/st/desktop/source/app.po)0
-rw-r--r--source/st/desktop/source/deployment/gui.po (renamed from translations/source/st/desktop/source/deployment/gui.po)0
-rw-r--r--source/st/desktop/source/deployment/manager.po (renamed from translations/source/st/desktop/source/deployment/manager.po)0
-rw-r--r--source/st/desktop/source/deployment/misc.po (renamed from translations/source/st/desktop/source/deployment/misc.po)0
-rw-r--r--source/st/desktop/source/deployment/registry.po (renamed from translations/source/st/desktop/source/deployment/registry.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/component.po (renamed from translations/source/st/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/configuration.po (renamed from translations/source/st/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/help.po (renamed from translations/source/st/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/package.po (renamed from translations/source/st/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/script.po (renamed from translations/source/st/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/st/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/st/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/st/desktop/source/deployment/unopkg.po (renamed from translations/source/st/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/st/dictionaries/af_ZA.po (renamed from translations/source/st/dictionaries/af_ZA.po)0
-rw-r--r--source/st/dictionaries/an_ES.po (renamed from translations/source/st/dictionaries/an_ES.po)0
-rw-r--r--source/st/dictionaries/ar.po (renamed from translations/source/st/dictionaries/ar.po)0
-rw-r--r--source/st/dictionaries/be_BY.po (renamed from translations/source/st/dictionaries/be_BY.po)0
-rw-r--r--source/st/dictionaries/bg_BG.po (renamed from translations/source/st/dictionaries/bg_BG.po)0
-rw-r--r--source/st/dictionaries/bn_BD.po (renamed from translations/source/st/dictionaries/bn_BD.po)0
-rw-r--r--source/st/dictionaries/br_FR.po (renamed from translations/source/st/dictionaries/br_FR.po)0
-rw-r--r--source/st/dictionaries/ca.po (renamed from translations/source/st/dictionaries/ca.po)0
-rw-r--r--source/st/dictionaries/cs_CZ.po (renamed from translations/source/st/dictionaries/cs_CZ.po)0
-rw-r--r--source/st/dictionaries/da_DK.po (renamed from translations/source/st/dictionaries/da_DK.po)0
-rw-r--r--source/st/dictionaries/de.po (renamed from translations/source/st/dictionaries/de.po)0
-rw-r--r--source/st/dictionaries/el_GR.po (renamed from translations/source/st/dictionaries/el_GR.po)0
-rw-r--r--source/st/dictionaries/en.po (renamed from translations/source/st/dictionaries/en.po)0
-rw-r--r--source/st/dictionaries/en/dialog.po (renamed from translations/source/st/dictionaries/en/dialog.po)0
-rw-r--r--source/st/dictionaries/es_ES.po (renamed from translations/source/st/dictionaries/es_ES.po)0
-rw-r--r--source/st/dictionaries/et_EE.po (renamed from translations/source/st/dictionaries/et_EE.po)0
-rw-r--r--source/st/dictionaries/fr_FR.po (renamed from translations/source/st/dictionaries/fr_FR.po)0
-rw-r--r--source/st/dictionaries/gd_GB.po (renamed from translations/source/st/dictionaries/gd_GB.po)0
-rw-r--r--source/st/dictionaries/gl.po (renamed from translations/source/st/dictionaries/gl.po)0
-rw-r--r--source/st/dictionaries/gu_IN.po (renamed from translations/source/st/dictionaries/gu_IN.po)0
-rw-r--r--source/st/dictionaries/he_IL.po (renamed from translations/source/st/dictionaries/he_IL.po)0
-rw-r--r--source/st/dictionaries/hi_IN.po (renamed from translations/source/st/dictionaries/hi_IN.po)0
-rw-r--r--source/st/dictionaries/hr_HR.po (renamed from translations/source/st/dictionaries/hr_HR.po)0
-rw-r--r--source/st/dictionaries/hu_HU.po (renamed from translations/source/st/dictionaries/hu_HU.po)0
-rw-r--r--source/st/dictionaries/hu_HU/dialog.po (renamed from translations/source/st/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/st/dictionaries/it_IT.po (renamed from translations/source/st/dictionaries/it_IT.po)0
-rw-r--r--source/st/dictionaries/ku_TR.po (renamed from translations/source/st/dictionaries/ku_TR.po)0
-rw-r--r--source/st/dictionaries/lt_LT.po (renamed from translations/source/st/dictionaries/lt_LT.po)0
-rw-r--r--source/st/dictionaries/lv_LV.po (renamed from translations/source/st/dictionaries/lv_LV.po)0
-rw-r--r--source/st/dictionaries/ne_NP.po (renamed from translations/source/st/dictionaries/ne_NP.po)0
-rw-r--r--source/st/dictionaries/nl_NL.po (renamed from translations/source/st/dictionaries/nl_NL.po)0
-rw-r--r--source/st/dictionaries/no.po (renamed from translations/source/st/dictionaries/no.po)0
-rw-r--r--source/st/dictionaries/oc_FR.po (renamed from translations/source/st/dictionaries/oc_FR.po)0
-rw-r--r--source/st/dictionaries/pl_PL.po (renamed from translations/source/st/dictionaries/pl_PL.po)0
-rw-r--r--source/st/dictionaries/pt_BR.po (renamed from translations/source/st/dictionaries/pt_BR.po)0
-rw-r--r--source/st/dictionaries/pt_PT.po (renamed from translations/source/st/dictionaries/pt_PT.po)0
-rw-r--r--source/st/dictionaries/ro.po (renamed from translations/source/st/dictionaries/ro.po)0
-rw-r--r--source/st/dictionaries/ru_RU.po (renamed from translations/source/st/dictionaries/ru_RU.po)0
-rw-r--r--source/st/dictionaries/ru_RU/dialog.po (renamed from translations/source/st/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/st/dictionaries/si_LK.po (renamed from translations/source/st/dictionaries/si_LK.po)0
-rw-r--r--source/st/dictionaries/sk_SK.po (renamed from translations/source/st/dictionaries/sk_SK.po)0
-rw-r--r--source/st/dictionaries/sl_SI.po (renamed from translations/source/st/dictionaries/sl_SI.po)0
-rw-r--r--source/st/dictionaries/sr.po (renamed from translations/source/st/dictionaries/sr.po)0
-rw-r--r--source/st/dictionaries/sv_SE.po (renamed from translations/source/st/dictionaries/sv_SE.po)0
-rw-r--r--source/st/dictionaries/sw_TZ.po (renamed from translations/source/st/dictionaries/sw_TZ.po)0
-rw-r--r--source/st/dictionaries/te_IN.po (renamed from translations/source/st/dictionaries/te_IN.po)0
-rw-r--r--source/st/dictionaries/th_TH.po (renamed from translations/source/st/dictionaries/th_TH.po)0
-rw-r--r--source/st/dictionaries/uk_UA.po (renamed from translations/source/st/dictionaries/uk_UA.po)0
-rw-r--r--source/st/dictionaries/vi.po (renamed from translations/source/st/dictionaries/vi.po)0
-rw-r--r--source/st/dictionaries/zu_ZA.po (renamed from translations/source/st/dictionaries/zu_ZA.po)0
-rw-r--r--source/st/editeng/source/accessibility.po (renamed from translations/source/st/editeng/source/accessibility.po)0
-rw-r--r--source/st/editeng/source/editeng.po (renamed from translations/source/st/editeng/source/editeng.po)0
-rw-r--r--source/st/editeng/source/items.po (renamed from translations/source/st/editeng/source/items.po)0
-rw-r--r--source/st/editeng/source/misc.po (renamed from translations/source/st/editeng/source/misc.po)0
-rw-r--r--source/st/editeng/source/outliner.po (renamed from translations/source/st/editeng/source/outliner.po)0
-rw-r--r--source/st/extensions/source/abpilot.po (renamed from translations/source/st/extensions/source/abpilot.po)0
-rw-r--r--source/st/extensions/source/bibliography.po (renamed from translations/source/st/extensions/source/bibliography.po)0
-rw-r--r--source/st/extensions/source/dbpilots.po (renamed from translations/source/st/extensions/source/dbpilots.po)0
-rw-r--r--source/st/extensions/source/propctrlr.po (renamed from translations/source/st/extensions/source/propctrlr.po)0
-rw-r--r--source/st/extensions/source/scanner.po (renamed from translations/source/st/extensions/source/scanner.po)0
-rw-r--r--source/st/extensions/source/update/check.po (renamed from translations/source/st/extensions/source/update/check.po)0
-rw-r--r--source/st/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/st/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/st/filter/source/config/fragments/filters.po (renamed from translations/source/st/filter/source/config/fragments/filters.po)0
-rw-r--r--source/st/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/st/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/st/filter/source/config/fragments/types.po (renamed from translations/source/st/filter/source/config/fragments/types.po)0
-rw-r--r--source/st/filter/source/flash.po (renamed from translations/source/st/filter/source/flash.po)0
-rw-r--r--source/st/filter/source/graphicfilter/eps.po (renamed from translations/source/st/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/st/filter/source/pdf.po (renamed from translations/source/st/filter/source/pdf.po)0
-rw-r--r--source/st/filter/source/t602.po (renamed from translations/source/st/filter/source/t602.po)0
-rw-r--r--source/st/filter/source/xsltdialog.po (renamed from translations/source/st/filter/source/xsltdialog.po)0
-rw-r--r--source/st/forms/source/resource.po (renamed from translations/source/st/forms/source/resource.po)0
-rw-r--r--source/st/formula/source/core/resource.po (renamed from translations/source/st/formula/source/core/resource.po)0
-rw-r--r--source/st/formula/source/ui/dlg.po (renamed from translations/source/st/formula/source/ui/dlg.po)0
-rw-r--r--source/st/fpicker/source/office.po (renamed from translations/source/st/fpicker/source/office.po)0
-rw-r--r--source/st/framework/source/classes.po (renamed from translations/source/st/framework/source/classes.po)0
-rw-r--r--source/st/framework/source/services.po (renamed from translations/source/st/framework/source/services.po)0
-rw-r--r--source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/st/mysqlc/source.po (renamed from translations/source/st/mysqlc/source.po)0
-rw-r--r--source/st/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/st/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/st/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/st/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/st/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/st/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/st/nlpsolver/src/locale.po (renamed from translations/source/st/nlpsolver/src/locale.po)0
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/st/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/st/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/st/padmin/source.po (renamed from translations/source/st/padmin/source.po)0
-rw-r--r--source/st/readlicense_oo/docs/readme.po (renamed from translations/source/st/readlicense_oo/docs/readme.po)0
-rw-r--r--source/st/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/st/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/st/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/st/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/st/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/st/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/st/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/st/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/st/reportbuilder/util.po (renamed from translations/source/st/reportbuilder/util.po)0
-rw-r--r--source/st/reportdesign/source/core/resource.po (renamed from translations/source/st/reportdesign/source/core/resource.po)0
-rw-r--r--source/st/reportdesign/source/ui/dlg.po (renamed from translations/source/st/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/st/reportdesign/source/ui/inspection.po (renamed from translations/source/st/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/st/reportdesign/source/ui/report.po (renamed from translations/source/st/reportdesign/source/ui/report.po)0
-rw-r--r--source/st/sc/source/core/src.po (renamed from translations/source/st/sc/source/core/src.po)0
-rw-r--r--source/st/sc/source/ui/cctrl.po (renamed from translations/source/st/sc/source/ui/cctrl.po)0
-rw-r--r--source/st/sc/source/ui/dbgui.po (renamed from translations/source/st/sc/source/ui/dbgui.po)0
-rw-r--r--source/st/sc/source/ui/docshell.po (renamed from translations/source/st/sc/source/ui/docshell.po)0
-rw-r--r--source/st/sc/source/ui/drawfunc.po (renamed from translations/source/st/sc/source/ui/drawfunc.po)0
-rw-r--r--source/st/sc/source/ui/formdlg.po (renamed from translations/source/st/sc/source/ui/formdlg.po)0
-rw-r--r--source/st/sc/source/ui/miscdlgs.po (renamed from translations/source/st/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/st/sc/source/ui/navipi.po (renamed from translations/source/st/sc/source/ui/navipi.po)0
-rw-r--r--source/st/sc/source/ui/optdlg.po (renamed from translations/source/st/sc/source/ui/optdlg.po)0
-rw-r--r--source/st/sc/source/ui/pagedlg.po (renamed from translations/source/st/sc/source/ui/pagedlg.po)0
-rw-r--r--source/st/sc/source/ui/src.po (renamed from translations/source/st/sc/source/ui/src.po)0
-rw-r--r--source/st/sc/source/ui/styleui.po (renamed from translations/source/st/sc/source/ui/styleui.po)0
-rw-r--r--source/st/scaddins/source/analysis.po (renamed from translations/source/st/scaddins/source/analysis.po)0
-rw-r--r--source/st/scaddins/source/datefunc.po (renamed from translations/source/st/scaddins/source/datefunc.po)0
-rw-r--r--source/st/sccomp/source/solver.po (renamed from translations/source/st/sccomp/source/solver.po)0
-rw-r--r--source/st/scp2/source/accessories.po (renamed from translations/source/st/scp2/source/accessories.po)0
-rw-r--r--source/st/scp2/source/activex.po (renamed from translations/source/st/scp2/source/activex.po)0
-rw-r--r--source/st/scp2/source/base.po (renamed from translations/source/st/scp2/source/base.po)0
-rw-r--r--source/st/scp2/source/binfilter.po (renamed from translations/source/st/scp2/source/binfilter.po)0
-rw-r--r--source/st/scp2/source/calc.po (renamed from translations/source/st/scp2/source/calc.po)0
-rw-r--r--source/st/scp2/source/draw.po (renamed from translations/source/st/scp2/source/draw.po)0
-rw-r--r--source/st/scp2/source/extensions.po (renamed from translations/source/st/scp2/source/extensions.po)0
-rw-r--r--source/st/scp2/source/gnome.po (renamed from translations/source/st/scp2/source/gnome.po)0
-rw-r--r--source/st/scp2/source/graphicfilter.po (renamed from translations/source/st/scp2/source/graphicfilter.po)0
-rw-r--r--source/st/scp2/source/impress.po (renamed from translations/source/st/scp2/source/impress.po)0
-rw-r--r--source/st/scp2/source/javafilter.po (renamed from translations/source/st/scp2/source/javafilter.po)0
-rw-r--r--source/st/scp2/source/kde.po (renamed from translations/source/st/scp2/source/kde.po)0
-rw-r--r--source/st/scp2/source/math.po (renamed from translations/source/st/scp2/source/math.po)0
-rw-r--r--source/st/scp2/source/onlineupdate.po (renamed from translations/source/st/scp2/source/onlineupdate.po)0
-rw-r--r--source/st/scp2/source/ooo.po (renamed from translations/source/st/scp2/source/ooo.po)0
-rw-r--r--source/st/scp2/source/python.po (renamed from translations/source/st/scp2/source/python.po)0
-rw-r--r--source/st/scp2/source/quickstart.po (renamed from translations/source/st/scp2/source/quickstart.po)0
-rw-r--r--source/st/scp2/source/sdkoo.po (renamed from translations/source/st/scp2/source/sdkoo.po)0
-rw-r--r--source/st/scp2/source/smoketest.po (renamed from translations/source/st/scp2/source/smoketest.po)0
-rw-r--r--source/st/scp2/source/stdlibs.po (renamed from translations/source/st/scp2/source/stdlibs.po)0
-rw-r--r--source/st/scp2/source/tde.po (renamed from translations/source/st/scp2/source/tde.po)0
-rw-r--r--source/st/scp2/source/winexplorerext.po (renamed from translations/source/st/scp2/source/winexplorerext.po)0
-rw-r--r--source/st/scp2/source/writer.po (renamed from translations/source/st/scp2/source/writer.po)0
-rw-r--r--source/st/scp2/source/xsltfilter.po (renamed from translations/source/st/scp2/source/xsltfilter.po)0
-rw-r--r--source/st/scripting/source/pyprov.po (renamed from translations/source/st/scripting/source/pyprov.po)0
-rw-r--r--source/st/sd/source/core.po (renamed from translations/source/st/sd/source/core.po)0
-rw-r--r--source/st/sd/source/filter/html.po (renamed from translations/source/st/sd/source/filter/html.po)0
-rw-r--r--source/st/sd/source/ui/accessibility.po (renamed from translations/source/st/sd/source/ui/accessibility.po)0
-rw-r--r--source/st/sd/source/ui/animations.po (renamed from translations/source/st/sd/source/ui/animations.po)0
-rw-r--r--source/st/sd/source/ui/annotations.po (renamed from translations/source/st/sd/source/ui/annotations.po)0
-rw-r--r--source/st/sd/source/ui/app.po (renamed from translations/source/st/sd/source/ui/app.po)0
-rw-r--r--source/st/sd/source/ui/dlg.po (renamed from translations/source/st/sd/source/ui/dlg.po)0
-rw-r--r--source/st/sd/source/ui/slideshow.po (renamed from translations/source/st/sd/source/ui/slideshow.po)0
-rw-r--r--source/st/sd/source/ui/table.po (renamed from translations/source/st/sd/source/ui/table.po)0
-rw-r--r--source/st/sd/source/ui/view.po (renamed from translations/source/st/sd/source/ui/view.po)0
-rw-r--r--source/st/sdext/source/minimizer.po (renamed from translations/source/st/sdext/source/minimizer.po)0
-rw-r--r--source/st/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/st/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/st/sdext/source/pdfimport.po (renamed from translations/source/st/sdext/source/pdfimport.po)0
-rw-r--r--source/st/sdext/source/presenter.po (renamed from translations/source/st/sdext/source/presenter.po)0
-rw-r--r--source/st/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/st/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/st/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/st/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/st/setup_native/source/mac.po (renamed from translations/source/st/setup_native/source/mac.po)0
-rw-r--r--source/st/sfx2/source/appl.po (renamed from translations/source/st/sfx2/source/appl.po)0
-rw-r--r--source/st/sfx2/source/bastyp.po (renamed from translations/source/st/sfx2/source/bastyp.po)0
-rw-r--r--source/st/sfx2/source/dialog.po (renamed from translations/source/st/sfx2/source/dialog.po)0
-rw-r--r--source/st/sfx2/source/doc.po (renamed from translations/source/st/sfx2/source/doc.po)0
-rw-r--r--source/st/sfx2/source/menu.po (renamed from translations/source/st/sfx2/source/menu.po)0
-rw-r--r--source/st/sfx2/source/view.po (renamed from translations/source/st/sfx2/source/view.po)0
-rw-r--r--source/st/shell/source/win32/shlxthandler/res.po (renamed from translations/source/st/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/st/starmath/source.po (renamed from translations/source/st/starmath/source.po)0
-rw-r--r--source/st/svl/source/items.po (renamed from translations/source/st/svl/source/items.po)0
-rw-r--r--source/st/svl/source/misc.po (renamed from translations/source/st/svl/source/misc.po)0
-rw-r--r--source/st/svtools/source/contnr.po (renamed from translations/source/st/svtools/source/contnr.po)0
-rw-r--r--source/st/svtools/source/control.po (renamed from translations/source/st/svtools/source/control.po)0
-rw-r--r--source/st/svtools/source/dialogs.po (renamed from translations/source/st/svtools/source/dialogs.po)0
-rw-r--r--source/st/svtools/source/filter.po (renamed from translations/source/st/svtools/source/filter.po)0
-rw-r--r--source/st/svtools/source/java.po (renamed from translations/source/st/svtools/source/java.po)0
-rw-r--r--source/st/svtools/source/misc.po (renamed from translations/source/st/svtools/source/misc.po)0
-rw-r--r--source/st/svtools/source/toolpanel.po (renamed from translations/source/st/svtools/source/toolpanel.po)0
-rw-r--r--source/st/svtools/workben/unodialog.po (renamed from translations/source/st/svtools/workben/unodialog.po)0
-rw-r--r--source/st/svx/inc.po (renamed from translations/source/st/svx/inc.po)0
-rw-r--r--source/st/svx/source/accessibility.po (renamed from translations/source/st/svx/source/accessibility.po)0
-rw-r--r--source/st/svx/source/dialog.po (renamed from translations/source/st/svx/source/dialog.po)0
-rw-r--r--source/st/svx/source/engine3d.po (renamed from translations/source/st/svx/source/engine3d.po)0
-rw-r--r--source/st/svx/source/fmcomp.po (renamed from translations/source/st/svx/source/fmcomp.po)0
-rw-r--r--source/st/svx/source/form.po (renamed from translations/source/st/svx/source/form.po)0
-rw-r--r--source/st/svx/source/gallery2.po (renamed from translations/source/st/svx/source/gallery2.po)0
-rw-r--r--source/st/svx/source/items.po (renamed from translations/source/st/svx/source/items.po)0
-rw-r--r--source/st/svx/source/src.po (renamed from translations/source/st/svx/source/src.po)0
-rw-r--r--source/st/svx/source/stbctrls.po (renamed from translations/source/st/svx/source/stbctrls.po)0
-rw-r--r--source/st/svx/source/svdraw.po (renamed from translations/source/st/svx/source/svdraw.po)0
-rw-r--r--source/st/svx/source/table.po (renamed from translations/source/st/svx/source/table.po)0
-rw-r--r--source/st/svx/source/tbxctrls.po (renamed from translations/source/st/svx/source/tbxctrls.po)0
-rw-r--r--source/st/svx/source/toolbars.po (renamed from translations/source/st/svx/source/toolbars.po)0
-rw-r--r--source/st/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/st/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/st/sw/source/core/layout.po (renamed from translations/source/st/sw/source/core/layout.po)0
-rw-r--r--source/st/sw/source/core/undo.po (renamed from translations/source/st/sw/source/core/undo.po)0
-rw-r--r--source/st/sw/source/core/unocore.po (renamed from translations/source/st/sw/source/core/unocore.po)0
-rw-r--r--source/st/sw/source/ui/app.po (renamed from translations/source/st/sw/source/ui/app.po)0
-rw-r--r--source/st/sw/source/ui/chrdlg.po (renamed from translations/source/st/sw/source/ui/chrdlg.po)0
-rw-r--r--source/st/sw/source/ui/config.po (renamed from translations/source/st/sw/source/ui/config.po)0
-rw-r--r--source/st/sw/source/ui/dbui.po (renamed from translations/source/st/sw/source/ui/dbui.po)0
-rw-r--r--source/st/sw/source/ui/dialog.po (renamed from translations/source/st/sw/source/ui/dialog.po)0
-rw-r--r--source/st/sw/source/ui/dochdl.po (renamed from translations/source/st/sw/source/ui/dochdl.po)0
-rw-r--r--source/st/sw/source/ui/docvw.po (renamed from translations/source/st/sw/source/ui/docvw.po)0
-rw-r--r--source/st/sw/source/ui/envelp.po (renamed from translations/source/st/sw/source/ui/envelp.po)0
-rw-r--r--source/st/sw/source/ui/fldui.po (renamed from translations/source/st/sw/source/ui/fldui.po)0
-rw-r--r--source/st/sw/source/ui/fmtui.po (renamed from translations/source/st/sw/source/ui/fmtui.po)0
-rw-r--r--source/st/sw/source/ui/frmdlg.po (renamed from translations/source/st/sw/source/ui/frmdlg.po)0
-rw-r--r--source/st/sw/source/ui/globdoc.po (renamed from translations/source/st/sw/source/ui/globdoc.po)0
-rw-r--r--source/st/sw/source/ui/index.po (renamed from translations/source/st/sw/source/ui/index.po)0
-rw-r--r--source/st/sw/source/ui/lingu.po (renamed from translations/source/st/sw/source/ui/lingu.po)0
-rw-r--r--source/st/sw/source/ui/misc.po (renamed from translations/source/st/sw/source/ui/misc.po)0
-rw-r--r--source/st/sw/source/ui/ribbar.po (renamed from translations/source/st/sw/source/ui/ribbar.po)0
-rw-r--r--source/st/sw/source/ui/shells.po (renamed from translations/source/st/sw/source/ui/shells.po)0
-rw-r--r--source/st/sw/source/ui/smartmenu.po (renamed from translations/source/st/sw/source/ui/smartmenu.po)0
-rw-r--r--source/st/sw/source/ui/table.po (renamed from translations/source/st/sw/source/ui/table.po)0
-rw-r--r--source/st/sw/source/ui/uiview.po (renamed from translations/source/st/sw/source/ui/uiview.po)0
-rw-r--r--source/st/sw/source/ui/utlui.po (renamed from translations/source/st/sw/source/ui/utlui.po)0
-rw-r--r--source/st/sw/source/ui/web.po (renamed from translations/source/st/sw/source/ui/web.po)0
-rw-r--r--source/st/sw/source/ui/wrtsh.po (renamed from translations/source/st/sw/source/ui/wrtsh.po)0
-rw-r--r--source/st/swext/mediawiki/help.po (renamed from translations/source/st/swext/mediawiki/help.po)0
-rw-r--r--source/st/swext/mediawiki/src.po (renamed from translations/source/st/swext/mediawiki/src.po)0
-rw-r--r--source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/st/sysui/desktop/share.po (renamed from translations/source/st/sysui/desktop/share.po)0
-rw-r--r--source/st/uui/source.po (renamed from translations/source/st/uui/source.po)0
-rw-r--r--source/st/vcl/source/src.po (renamed from translations/source/st/vcl/source/src.po)0
-rw-r--r--source/st/wizards/source/euro.po (renamed from translations/source/st/wizards/source/euro.po)0
-rw-r--r--source/st/wizards/source/formwizard.po (renamed from translations/source/st/wizards/source/formwizard.po)0
-rw-r--r--source/st/wizards/source/importwizard.po (renamed from translations/source/st/wizards/source/importwizard.po)0
-rw-r--r--source/st/wizards/source/schedule.po (renamed from translations/source/st/wizards/source/schedule.po)0
-rw-r--r--source/st/wizards/source/template.po (renamed from translations/source/st/wizards/source/template.po)0
-rw-r--r--source/st/xmlsecurity/source/component.po (renamed from translations/source/st/xmlsecurity/source/component.po)0
-rw-r--r--source/st/xmlsecurity/source/dialogs.po (renamed from translations/source/st/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sv/accessibility/source/helper.po (renamed from translations/source/sv/accessibility/source/helper.po)0
-rw-r--r--source/sv/avmedia/source/framework.po (renamed from translations/source/sv/avmedia/source/framework.po)0
-rw-r--r--source/sv/avmedia/source/viewer.po (renamed from translations/source/sv/avmedia/source/viewer.po)0
-rw-r--r--source/sv/basctl/source/basicide.po (renamed from translations/source/sv/basctl/source/basicide.po)0
-rw-r--r--source/sv/basctl/source/dlged.po (renamed from translations/source/sv/basctl/source/dlged.po)0
-rw-r--r--source/sv/basic/source/classes.po (renamed from translations/source/sv/basic/source/classes.po)0
-rw-r--r--source/sv/basic/source/sbx.po (renamed from translations/source/sv/basic/source/sbx.po)0
-rw-r--r--source/sv/chart2/source/controller/dialogs.po (renamed from translations/source/sv/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sv/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sv/connectivity/source/resource.po (renamed from translations/source/sv/connectivity/source/resource.po)0
-rw-r--r--source/sv/cui/source/customize.po (renamed from translations/source/sv/cui/source/customize.po)0
-rw-r--r--source/sv/cui/source/dialogs.po (renamed from translations/source/sv/cui/source/dialogs.po)0
-rw-r--r--source/sv/cui/source/options.po (renamed from translations/source/sv/cui/source/options.po)0
-rw-r--r--source/sv/cui/source/tabpages.po (renamed from translations/source/sv/cui/source/tabpages.po)0
-rw-r--r--source/sv/dbaccess/source/core/resource.po (renamed from translations/source/sv/dbaccess/source/core/resource.po)0
-rw-r--r--source/sv/dbaccess/source/ext/macromigration.po (renamed from translations/source/sv/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sv/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sv/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sv/dbaccess/source/ui/app.po (renamed from translations/source/sv/dbaccess/source/ui/app.po)0
-rw-r--r--source/sv/dbaccess/source/ui/browser.po (renamed from translations/source/sv/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sv/dbaccess/source/ui/control.po (renamed from translations/source/sv/dbaccess/source/ui/control.po)0
-rw-r--r--source/sv/dbaccess/source/ui/dlg.po (renamed from translations/source/sv/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sv/dbaccess/source/ui/inc.po (renamed from translations/source/sv/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sv/dbaccess/source/ui/misc.po (renamed from translations/source/sv/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sv/dbaccess/source/ui/querydesign.po (renamed from translations/source/sv/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sv/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sv/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sv/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sv/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sv/dbaccess/source/ui/uno.po (renamed from translations/source/sv/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sv/desktop/source/app.po (renamed from translations/source/sv/desktop/source/app.po)0
-rw-r--r--source/sv/desktop/source/deployment/gui.po (renamed from translations/source/sv/desktop/source/deployment/gui.po)0
-rw-r--r--source/sv/desktop/source/deployment/manager.po (renamed from translations/source/sv/desktop/source/deployment/manager.po)0
-rw-r--r--source/sv/desktop/source/deployment/misc.po (renamed from translations/source/sv/desktop/source/deployment/misc.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry.po (renamed from translations/source/sv/desktop/source/deployment/registry.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/component.po (renamed from translations/source/sv/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sv/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/help.po (renamed from translations/source/sv/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/package.po (renamed from translations/source/sv/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/script.po (renamed from translations/source/sv/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sv/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sv/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sv/desktop/source/deployment/unopkg.po (renamed from translations/source/sv/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sv/dictionaries/af_ZA.po (renamed from translations/source/sv/dictionaries/af_ZA.po)0
-rw-r--r--source/sv/dictionaries/an_ES.po (renamed from translations/source/sv/dictionaries/an_ES.po)0
-rw-r--r--source/sv/dictionaries/ar.po (renamed from translations/source/sv/dictionaries/ar.po)0
-rw-r--r--source/sv/dictionaries/be_BY.po (renamed from translations/source/sv/dictionaries/be_BY.po)0
-rw-r--r--source/sv/dictionaries/bg_BG.po (renamed from translations/source/sv/dictionaries/bg_BG.po)0
-rw-r--r--source/sv/dictionaries/bn_BD.po (renamed from translations/source/sv/dictionaries/bn_BD.po)0
-rw-r--r--source/sv/dictionaries/br_FR.po (renamed from translations/source/sv/dictionaries/br_FR.po)0
-rw-r--r--source/sv/dictionaries/ca.po (renamed from translations/source/sv/dictionaries/ca.po)0
-rw-r--r--source/sv/dictionaries/cs_CZ.po (renamed from translations/source/sv/dictionaries/cs_CZ.po)0
-rw-r--r--source/sv/dictionaries/da_DK.po (renamed from translations/source/sv/dictionaries/da_DK.po)0
-rw-r--r--source/sv/dictionaries/de.po (renamed from translations/source/sv/dictionaries/de.po)0
-rw-r--r--source/sv/dictionaries/el_GR.po (renamed from translations/source/sv/dictionaries/el_GR.po)0
-rw-r--r--source/sv/dictionaries/en.po (renamed from translations/source/sv/dictionaries/en.po)0
-rw-r--r--source/sv/dictionaries/en/dialog.po (renamed from translations/source/sv/dictionaries/en/dialog.po)0
-rw-r--r--source/sv/dictionaries/es_ES.po (renamed from translations/source/sv/dictionaries/es_ES.po)0
-rw-r--r--source/sv/dictionaries/et_EE.po (renamed from translations/source/sv/dictionaries/et_EE.po)0
-rw-r--r--source/sv/dictionaries/fr_FR.po (renamed from translations/source/sv/dictionaries/fr_FR.po)0
-rw-r--r--source/sv/dictionaries/gd_GB.po (renamed from translations/source/sv/dictionaries/gd_GB.po)0
-rw-r--r--source/sv/dictionaries/gl.po (renamed from translations/source/sv/dictionaries/gl.po)0
-rw-r--r--source/sv/dictionaries/gu_IN.po (renamed from translations/source/sv/dictionaries/gu_IN.po)0
-rw-r--r--source/sv/dictionaries/he_IL.po (renamed from translations/source/sv/dictionaries/he_IL.po)0
-rw-r--r--source/sv/dictionaries/hi_IN.po (renamed from translations/source/sv/dictionaries/hi_IN.po)0
-rw-r--r--source/sv/dictionaries/hr_HR.po (renamed from translations/source/sv/dictionaries/hr_HR.po)0
-rw-r--r--source/sv/dictionaries/hu_HU.po (renamed from translations/source/sv/dictionaries/hu_HU.po)0
-rw-r--r--source/sv/dictionaries/hu_HU/dialog.po (renamed from translations/source/sv/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sv/dictionaries/it_IT.po (renamed from translations/source/sv/dictionaries/it_IT.po)0
-rw-r--r--source/sv/dictionaries/ku_TR.po (renamed from translations/source/sv/dictionaries/ku_TR.po)0
-rw-r--r--source/sv/dictionaries/lt_LT.po (renamed from translations/source/sv/dictionaries/lt_LT.po)0
-rw-r--r--source/sv/dictionaries/lv_LV.po (renamed from translations/source/sv/dictionaries/lv_LV.po)0
-rw-r--r--source/sv/dictionaries/ne_NP.po (renamed from translations/source/sv/dictionaries/ne_NP.po)0
-rw-r--r--source/sv/dictionaries/nl_NL.po (renamed from translations/source/sv/dictionaries/nl_NL.po)0
-rw-r--r--source/sv/dictionaries/no.po (renamed from translations/source/sv/dictionaries/no.po)0
-rw-r--r--source/sv/dictionaries/oc_FR.po (renamed from translations/source/sv/dictionaries/oc_FR.po)0
-rw-r--r--source/sv/dictionaries/pl_PL.po (renamed from translations/source/sv/dictionaries/pl_PL.po)0
-rw-r--r--source/sv/dictionaries/pt_BR.po (renamed from translations/source/sv/dictionaries/pt_BR.po)0
-rw-r--r--source/sv/dictionaries/pt_PT.po (renamed from translations/source/sv/dictionaries/pt_PT.po)0
-rw-r--r--source/sv/dictionaries/ro.po (renamed from translations/source/sv/dictionaries/ro.po)0
-rw-r--r--source/sv/dictionaries/ru_RU.po (renamed from translations/source/sv/dictionaries/ru_RU.po)0
-rw-r--r--source/sv/dictionaries/ru_RU/dialog.po (renamed from translations/source/sv/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sv/dictionaries/si_LK.po (renamed from translations/source/sv/dictionaries/si_LK.po)0
-rw-r--r--source/sv/dictionaries/sk_SK.po (renamed from translations/source/sv/dictionaries/sk_SK.po)0
-rw-r--r--source/sv/dictionaries/sl_SI.po (renamed from translations/source/sv/dictionaries/sl_SI.po)0
-rw-r--r--source/sv/dictionaries/sr.po (renamed from translations/source/sv/dictionaries/sr.po)0
-rw-r--r--source/sv/dictionaries/sv_SE.po (renamed from translations/source/sv/dictionaries/sv_SE.po)0
-rw-r--r--source/sv/dictionaries/sw_TZ.po (renamed from translations/source/sv/dictionaries/sw_TZ.po)0
-rw-r--r--source/sv/dictionaries/te_IN.po (renamed from translations/source/sv/dictionaries/te_IN.po)0
-rw-r--r--source/sv/dictionaries/th_TH.po (renamed from translations/source/sv/dictionaries/th_TH.po)0
-rw-r--r--source/sv/dictionaries/uk_UA.po (renamed from translations/source/sv/dictionaries/uk_UA.po)0
-rw-r--r--source/sv/dictionaries/vi.po (renamed from translations/source/sv/dictionaries/vi.po)0
-rw-r--r--source/sv/dictionaries/zu_ZA.po (renamed from translations/source/sv/dictionaries/zu_ZA.po)0
-rw-r--r--source/sv/editeng/source/accessibility.po (renamed from translations/source/sv/editeng/source/accessibility.po)0
-rw-r--r--source/sv/editeng/source/editeng.po (renamed from translations/source/sv/editeng/source/editeng.po)0
-rw-r--r--source/sv/editeng/source/items.po (renamed from translations/source/sv/editeng/source/items.po)0
-rw-r--r--source/sv/editeng/source/misc.po (renamed from translations/source/sv/editeng/source/misc.po)0
-rw-r--r--source/sv/editeng/source/outliner.po (renamed from translations/source/sv/editeng/source/outliner.po)0
-rw-r--r--source/sv/extensions/source/abpilot.po (renamed from translations/source/sv/extensions/source/abpilot.po)0
-rw-r--r--source/sv/extensions/source/bibliography.po (renamed from translations/source/sv/extensions/source/bibliography.po)0
-rw-r--r--source/sv/extensions/source/dbpilots.po (renamed from translations/source/sv/extensions/source/dbpilots.po)0
-rw-r--r--source/sv/extensions/source/propctrlr.po (renamed from translations/source/sv/extensions/source/propctrlr.po)0
-rw-r--r--source/sv/extensions/source/scanner.po (renamed from translations/source/sv/extensions/source/scanner.po)0
-rw-r--r--source/sv/extensions/source/update/check.po (renamed from translations/source/sv/extensions/source/update/check.po)0
-rw-r--r--source/sv/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sv/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sv/filter/source/config/fragments/filters.po (renamed from translations/source/sv/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sv/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sv/filter/source/config/fragments/types.po (renamed from translations/source/sv/filter/source/config/fragments/types.po)0
-rw-r--r--source/sv/filter/source/flash.po (renamed from translations/source/sv/filter/source/flash.po)0
-rw-r--r--source/sv/filter/source/graphicfilter/eps.po (renamed from translations/source/sv/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sv/filter/source/pdf.po (renamed from translations/source/sv/filter/source/pdf.po)0
-rw-r--r--source/sv/filter/source/t602.po (renamed from translations/source/sv/filter/source/t602.po)0
-rw-r--r--source/sv/filter/source/xsltdialog.po (renamed from translations/source/sv/filter/source/xsltdialog.po)0
-rw-r--r--source/sv/forms/source/resource.po (renamed from translations/source/sv/forms/source/resource.po)0
-rw-r--r--source/sv/formula/source/core/resource.po (renamed from translations/source/sv/formula/source/core/resource.po)0
-rw-r--r--source/sv/formula/source/ui/dlg.po (renamed from translations/source/sv/formula/source/ui/dlg.po)0
-rw-r--r--source/sv/fpicker/source/office.po (renamed from translations/source/sv/fpicker/source/office.po)0
-rw-r--r--source/sv/framework/source/classes.po (renamed from translations/source/sv/framework/source/classes.po)0
-rw-r--r--source/sv/framework/source/services.po (renamed from translations/source/sv/framework/source/services.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/sv/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/sv/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc.po (renamed from translations/source/sv/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/00.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/02.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/04.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/05.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/sv/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/schart.po (renamed from translations/source/sv/helpcontent2/source/text/schart.po)0
-rw-r--r--source/sv/helpcontent2/source/text/schart/00.po (renamed from translations/source/sv/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/schart/01.po (renamed from translations/source/sv/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/schart/02.po (renamed from translations/source/sv/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/schart/04.po (renamed from translations/source/sv/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sdraw.po (renamed from translations/source/sv/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/sv/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/sv/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/sv/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/sv/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared.po (renamed from translations/source/sv/helpcontent2/source/text/shared.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po (renamed from translations/source/sv/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po (renamed from translations/source/sv/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po (renamed from translations/source/sv/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/04.po (renamed from translations/source/sv/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/05.po (renamed from translations/source/sv/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/07.po (renamed from translations/source/sv/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/sv/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/sv/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/sv/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po (renamed from translations/source/sv/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/sv/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress.po (renamed from translations/source/sv/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress/00.po (renamed from translations/source/sv/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress/01.po (renamed from translations/source/sv/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress/02.po (renamed from translations/source/sv/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress/04.po (renamed from translations/source/sv/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/sv/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath.po (renamed from translations/source/sv/helpcontent2/source/text/smath.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath/00.po (renamed from translations/source/sv/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath/01.po (renamed from translations/source/sv/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath/02.po (renamed from translations/source/sv/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath/04.po (renamed from translations/source/sv/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/smath/guide.po (renamed from translations/source/sv/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po (renamed from translations/source/sv/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po (renamed from translations/source/sv/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po (renamed from translations/source/sv/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter/02.po (renamed from translations/source/sv/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter/04.po (renamed from translations/source/sv/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/sv/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sv/mysqlc/source.po (renamed from translations/source/sv/mysqlc/source.po)0
-rw-r--r--source/sv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sv/nlpsolver/src/locale.po (renamed from translations/source/sv/nlpsolver/src/locale.po)0
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sv/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sv/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sv/padmin/source.po (renamed from translations/source/sv/padmin/source.po)0
-rw-r--r--source/sv/readlicense_oo/docs/readme.po (renamed from translations/source/sv/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sv/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sv/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sv/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sv/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sv/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sv/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sv/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sv/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sv/reportbuilder/util.po (renamed from translations/source/sv/reportbuilder/util.po)0
-rw-r--r--source/sv/reportdesign/source/core/resource.po (renamed from translations/source/sv/reportdesign/source/core/resource.po)0
-rw-r--r--source/sv/reportdesign/source/ui/dlg.po (renamed from translations/source/sv/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sv/reportdesign/source/ui/inspection.po (renamed from translations/source/sv/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sv/reportdesign/source/ui/report.po (renamed from translations/source/sv/reportdesign/source/ui/report.po)0
-rw-r--r--source/sv/sc/source/core/src.po (renamed from translations/source/sv/sc/source/core/src.po)0
-rw-r--r--source/sv/sc/source/ui/cctrl.po (renamed from translations/source/sv/sc/source/ui/cctrl.po)0
-rw-r--r--source/sv/sc/source/ui/dbgui.po (renamed from translations/source/sv/sc/source/ui/dbgui.po)0
-rw-r--r--source/sv/sc/source/ui/docshell.po (renamed from translations/source/sv/sc/source/ui/docshell.po)0
-rw-r--r--source/sv/sc/source/ui/drawfunc.po (renamed from translations/source/sv/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sv/sc/source/ui/formdlg.po (renamed from translations/source/sv/sc/source/ui/formdlg.po)0
-rw-r--r--source/sv/sc/source/ui/miscdlgs.po (renamed from translations/source/sv/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sv/sc/source/ui/navipi.po (renamed from translations/source/sv/sc/source/ui/navipi.po)0
-rw-r--r--source/sv/sc/source/ui/optdlg.po (renamed from translations/source/sv/sc/source/ui/optdlg.po)0
-rw-r--r--source/sv/sc/source/ui/pagedlg.po (renamed from translations/source/sv/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sv/sc/source/ui/src.po (renamed from translations/source/sv/sc/source/ui/src.po)0
-rw-r--r--source/sv/sc/source/ui/styleui.po (renamed from translations/source/sv/sc/source/ui/styleui.po)0
-rw-r--r--source/sv/scaddins/source/analysis.po (renamed from translations/source/sv/scaddins/source/analysis.po)0
-rw-r--r--source/sv/scaddins/source/datefunc.po (renamed from translations/source/sv/scaddins/source/datefunc.po)0
-rw-r--r--source/sv/sccomp/source/solver.po (renamed from translations/source/sv/sccomp/source/solver.po)0
-rw-r--r--source/sv/scp2/source/accessories.po (renamed from translations/source/sv/scp2/source/accessories.po)0
-rw-r--r--source/sv/scp2/source/activex.po (renamed from translations/source/sv/scp2/source/activex.po)0
-rw-r--r--source/sv/scp2/source/base.po (renamed from translations/source/sv/scp2/source/base.po)0
-rw-r--r--source/sv/scp2/source/binfilter.po (renamed from translations/source/sv/scp2/source/binfilter.po)0
-rw-r--r--source/sv/scp2/source/calc.po (renamed from translations/source/sv/scp2/source/calc.po)0
-rw-r--r--source/sv/scp2/source/draw.po (renamed from translations/source/sv/scp2/source/draw.po)0
-rw-r--r--source/sv/scp2/source/extensions.po (renamed from translations/source/sv/scp2/source/extensions.po)0
-rw-r--r--source/sv/scp2/source/gnome.po (renamed from translations/source/sv/scp2/source/gnome.po)0
-rw-r--r--source/sv/scp2/source/graphicfilter.po (renamed from translations/source/sv/scp2/source/graphicfilter.po)0
-rw-r--r--source/sv/scp2/source/impress.po (renamed from translations/source/sv/scp2/source/impress.po)0
-rw-r--r--source/sv/scp2/source/javafilter.po (renamed from translations/source/sv/scp2/source/javafilter.po)0
-rw-r--r--source/sv/scp2/source/kde.po (renamed from translations/source/sv/scp2/source/kde.po)0
-rw-r--r--source/sv/scp2/source/math.po (renamed from translations/source/sv/scp2/source/math.po)0
-rw-r--r--source/sv/scp2/source/onlineupdate.po (renamed from translations/source/sv/scp2/source/onlineupdate.po)0
-rw-r--r--source/sv/scp2/source/ooo.po (renamed from translations/source/sv/scp2/source/ooo.po)0
-rw-r--r--source/sv/scp2/source/python.po (renamed from translations/source/sv/scp2/source/python.po)0
-rw-r--r--source/sv/scp2/source/quickstart.po (renamed from translations/source/sv/scp2/source/quickstart.po)0
-rw-r--r--source/sv/scp2/source/sdkoo.po (renamed from translations/source/sv/scp2/source/sdkoo.po)0
-rw-r--r--source/sv/scp2/source/smoketest.po (renamed from translations/source/sv/scp2/source/smoketest.po)0
-rw-r--r--source/sv/scp2/source/stdlibs.po (renamed from translations/source/sv/scp2/source/stdlibs.po)0
-rw-r--r--source/sv/scp2/source/tde.po (renamed from translations/source/sv/scp2/source/tde.po)0
-rw-r--r--source/sv/scp2/source/winexplorerext.po (renamed from translations/source/sv/scp2/source/winexplorerext.po)0
-rw-r--r--source/sv/scp2/source/writer.po (renamed from translations/source/sv/scp2/source/writer.po)0
-rw-r--r--source/sv/scp2/source/xsltfilter.po (renamed from translations/source/sv/scp2/source/xsltfilter.po)0
-rw-r--r--source/sv/scripting/source/pyprov.po (renamed from translations/source/sv/scripting/source/pyprov.po)0
-rw-r--r--source/sv/sd/source/core.po (renamed from translations/source/sv/sd/source/core.po)0
-rw-r--r--source/sv/sd/source/filter/html.po (renamed from translations/source/sv/sd/source/filter/html.po)0
-rw-r--r--source/sv/sd/source/ui/accessibility.po (renamed from translations/source/sv/sd/source/ui/accessibility.po)0
-rw-r--r--source/sv/sd/source/ui/animations.po (renamed from translations/source/sv/sd/source/ui/animations.po)0
-rw-r--r--source/sv/sd/source/ui/annotations.po (renamed from translations/source/sv/sd/source/ui/annotations.po)0
-rw-r--r--source/sv/sd/source/ui/app.po (renamed from translations/source/sv/sd/source/ui/app.po)0
-rw-r--r--source/sv/sd/source/ui/dlg.po (renamed from translations/source/sv/sd/source/ui/dlg.po)0
-rw-r--r--source/sv/sd/source/ui/slideshow.po (renamed from translations/source/sv/sd/source/ui/slideshow.po)0
-rw-r--r--source/sv/sd/source/ui/table.po (renamed from translations/source/sv/sd/source/ui/table.po)0
-rw-r--r--source/sv/sd/source/ui/view.po (renamed from translations/source/sv/sd/source/ui/view.po)0
-rw-r--r--source/sv/sdext/source/minimizer.po (renamed from translations/source/sv/sdext/source/minimizer.po)0
-rw-r--r--source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sv/sdext/source/pdfimport.po (renamed from translations/source/sv/sdext/source/pdfimport.po)0
-rw-r--r--source/sv/sdext/source/presenter.po (renamed from translations/source/sv/sdext/source/presenter.po)0
-rw-r--r--source/sv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sv/setup_native/source/mac.po (renamed from translations/source/sv/setup_native/source/mac.po)0
-rw-r--r--source/sv/sfx2/source/appl.po (renamed from translations/source/sv/sfx2/source/appl.po)0
-rw-r--r--source/sv/sfx2/source/bastyp.po (renamed from translations/source/sv/sfx2/source/bastyp.po)0
-rw-r--r--source/sv/sfx2/source/dialog.po (renamed from translations/source/sv/sfx2/source/dialog.po)0
-rw-r--r--source/sv/sfx2/source/doc.po (renamed from translations/source/sv/sfx2/source/doc.po)0
-rw-r--r--source/sv/sfx2/source/menu.po (renamed from translations/source/sv/sfx2/source/menu.po)0
-rw-r--r--source/sv/sfx2/source/view.po (renamed from translations/source/sv/sfx2/source/view.po)0
-rw-r--r--source/sv/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sv/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sv/starmath/source.po (renamed from translations/source/sv/starmath/source.po)0
-rw-r--r--source/sv/svl/source/items.po (renamed from translations/source/sv/svl/source/items.po)0
-rw-r--r--source/sv/svl/source/misc.po (renamed from translations/source/sv/svl/source/misc.po)0
-rw-r--r--source/sv/svtools/source/contnr.po (renamed from translations/source/sv/svtools/source/contnr.po)0
-rw-r--r--source/sv/svtools/source/control.po (renamed from translations/source/sv/svtools/source/control.po)0
-rw-r--r--source/sv/svtools/source/dialogs.po (renamed from translations/source/sv/svtools/source/dialogs.po)0
-rw-r--r--source/sv/svtools/source/filter.po (renamed from translations/source/sv/svtools/source/filter.po)0
-rw-r--r--source/sv/svtools/source/java.po (renamed from translations/source/sv/svtools/source/java.po)0
-rw-r--r--source/sv/svtools/source/misc.po (renamed from translations/source/sv/svtools/source/misc.po)0
-rw-r--r--source/sv/svtools/source/toolpanel.po (renamed from translations/source/sv/svtools/source/toolpanel.po)0
-rw-r--r--source/sv/svtools/workben/unodialog.po (renamed from translations/source/sv/svtools/workben/unodialog.po)0
-rw-r--r--source/sv/svx/inc.po (renamed from translations/source/sv/svx/inc.po)0
-rw-r--r--source/sv/svx/source/accessibility.po (renamed from translations/source/sv/svx/source/accessibility.po)0
-rw-r--r--source/sv/svx/source/dialog.po (renamed from translations/source/sv/svx/source/dialog.po)0
-rw-r--r--source/sv/svx/source/engine3d.po (renamed from translations/source/sv/svx/source/engine3d.po)0
-rw-r--r--source/sv/svx/source/fmcomp.po (renamed from translations/source/sv/svx/source/fmcomp.po)0
-rw-r--r--source/sv/svx/source/form.po (renamed from translations/source/sv/svx/source/form.po)0
-rw-r--r--source/sv/svx/source/gallery2.po (renamed from translations/source/sv/svx/source/gallery2.po)0
-rw-r--r--source/sv/svx/source/items.po (renamed from translations/source/sv/svx/source/items.po)0
-rw-r--r--source/sv/svx/source/src.po (renamed from translations/source/sv/svx/source/src.po)0
-rw-r--r--source/sv/svx/source/stbctrls.po (renamed from translations/source/sv/svx/source/stbctrls.po)0
-rw-r--r--source/sv/svx/source/svdraw.po (renamed from translations/source/sv/svx/source/svdraw.po)0
-rw-r--r--source/sv/svx/source/table.po (renamed from translations/source/sv/svx/source/table.po)0
-rw-r--r--source/sv/svx/source/tbxctrls.po (renamed from translations/source/sv/svx/source/tbxctrls.po)0
-rw-r--r--source/sv/svx/source/toolbars.po (renamed from translations/source/sv/svx/source/toolbars.po)0
-rw-r--r--source/sv/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sv/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sv/sw/source/core/layout.po (renamed from translations/source/sv/sw/source/core/layout.po)0
-rw-r--r--source/sv/sw/source/core/undo.po (renamed from translations/source/sv/sw/source/core/undo.po)0
-rw-r--r--source/sv/sw/source/core/unocore.po (renamed from translations/source/sv/sw/source/core/unocore.po)0
-rw-r--r--source/sv/sw/source/ui/app.po (renamed from translations/source/sv/sw/source/ui/app.po)0
-rw-r--r--source/sv/sw/source/ui/chrdlg.po (renamed from translations/source/sv/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sv/sw/source/ui/config.po (renamed from translations/source/sv/sw/source/ui/config.po)0
-rw-r--r--source/sv/sw/source/ui/dbui.po (renamed from translations/source/sv/sw/source/ui/dbui.po)0
-rw-r--r--source/sv/sw/source/ui/dialog.po (renamed from translations/source/sv/sw/source/ui/dialog.po)0
-rw-r--r--source/sv/sw/source/ui/dochdl.po (renamed from translations/source/sv/sw/source/ui/dochdl.po)0
-rw-r--r--source/sv/sw/source/ui/docvw.po (renamed from translations/source/sv/sw/source/ui/docvw.po)0
-rw-r--r--source/sv/sw/source/ui/envelp.po (renamed from translations/source/sv/sw/source/ui/envelp.po)0
-rw-r--r--source/sv/sw/source/ui/fldui.po (renamed from translations/source/sv/sw/source/ui/fldui.po)0
-rw-r--r--source/sv/sw/source/ui/fmtui.po (renamed from translations/source/sv/sw/source/ui/fmtui.po)0
-rw-r--r--source/sv/sw/source/ui/frmdlg.po (renamed from translations/source/sv/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sv/sw/source/ui/globdoc.po (renamed from translations/source/sv/sw/source/ui/globdoc.po)0
-rw-r--r--source/sv/sw/source/ui/index.po (renamed from translations/source/sv/sw/source/ui/index.po)0
-rw-r--r--source/sv/sw/source/ui/lingu.po (renamed from translations/source/sv/sw/source/ui/lingu.po)0
-rw-r--r--source/sv/sw/source/ui/misc.po (renamed from translations/source/sv/sw/source/ui/misc.po)0
-rw-r--r--source/sv/sw/source/ui/ribbar.po (renamed from translations/source/sv/sw/source/ui/ribbar.po)0
-rw-r--r--source/sv/sw/source/ui/shells.po (renamed from translations/source/sv/sw/source/ui/shells.po)0
-rw-r--r--source/sv/sw/source/ui/smartmenu.po (renamed from translations/source/sv/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sv/sw/source/ui/table.po (renamed from translations/source/sv/sw/source/ui/table.po)0
-rw-r--r--source/sv/sw/source/ui/uiview.po (renamed from translations/source/sv/sw/source/ui/uiview.po)0
-rw-r--r--source/sv/sw/source/ui/utlui.po (renamed from translations/source/sv/sw/source/ui/utlui.po)0
-rw-r--r--source/sv/sw/source/ui/web.po (renamed from translations/source/sv/sw/source/ui/web.po)0
-rw-r--r--source/sv/sw/source/ui/wrtsh.po (renamed from translations/source/sv/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sv/swext/mediawiki/help.po (renamed from translations/source/sv/swext/mediawiki/help.po)0
-rw-r--r--source/sv/swext/mediawiki/src.po (renamed from translations/source/sv/swext/mediawiki/src.po)0
-rw-r--r--source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sv/sysui/desktop/share.po (renamed from translations/source/sv/sysui/desktop/share.po)0
-rw-r--r--source/sv/uui/source.po (renamed from translations/source/sv/uui/source.po)0
-rw-r--r--source/sv/vcl/source/src.po (renamed from translations/source/sv/vcl/source/src.po)0
-rw-r--r--source/sv/wizards/source/euro.po (renamed from translations/source/sv/wizards/source/euro.po)0
-rw-r--r--source/sv/wizards/source/formwizard.po (renamed from translations/source/sv/wizards/source/formwizard.po)0
-rw-r--r--source/sv/wizards/source/importwizard.po (renamed from translations/source/sv/wizards/source/importwizard.po)0
-rw-r--r--source/sv/wizards/source/schedule.po (renamed from translations/source/sv/wizards/source/schedule.po)0
-rw-r--r--source/sv/wizards/source/template.po (renamed from translations/source/sv/wizards/source/template.po)0
-rw-r--r--source/sv/xmlsecurity/source/component.po (renamed from translations/source/sv/xmlsecurity/source/component.po)0
-rw-r--r--source/sv/xmlsecurity/source/dialogs.po (renamed from translations/source/sv/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/sw-TZ/accessibility/source/helper.po (renamed from translations/source/sw-TZ/accessibility/source/helper.po)0
-rw-r--r--source/sw-TZ/avmedia/source/framework.po (renamed from translations/source/sw-TZ/avmedia/source/framework.po)0
-rw-r--r--source/sw-TZ/avmedia/source/viewer.po (renamed from translations/source/sw-TZ/avmedia/source/viewer.po)0
-rw-r--r--source/sw-TZ/basctl/source/basicide.po (renamed from translations/source/sw-TZ/basctl/source/basicide.po)0
-rw-r--r--source/sw-TZ/basctl/source/dlged.po (renamed from translations/source/sw-TZ/basctl/source/dlged.po)0
-rw-r--r--source/sw-TZ/basic/source/classes.po (renamed from translations/source/sw-TZ/basic/source/classes.po)0
-rw-r--r--source/sw-TZ/basic/source/sbx.po (renamed from translations/source/sw-TZ/basic/source/sbx.po)0
-rw-r--r--source/sw-TZ/chart2/source/controller/dialogs.po (renamed from translations/source/sw-TZ/chart2/source/controller/dialogs.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/connectivity/source/resource.po (renamed from translations/source/sw-TZ/connectivity/source/resource.po)0
-rw-r--r--source/sw-TZ/cui/source/customize.po (renamed from translations/source/sw-TZ/cui/source/customize.po)0
-rw-r--r--source/sw-TZ/cui/source/dialogs.po (renamed from translations/source/sw-TZ/cui/source/dialogs.po)0
-rw-r--r--source/sw-TZ/cui/source/options.po (renamed from translations/source/sw-TZ/cui/source/options.po)0
-rw-r--r--source/sw-TZ/cui/source/tabpages.po (renamed from translations/source/sw-TZ/cui/source/tabpages.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/core/resource.po (renamed from translations/source/sw-TZ/dbaccess/source/core/resource.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ext/macromigration.po (renamed from translations/source/sw-TZ/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/sdbtools/resource.po (renamed from translations/source/sw-TZ/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/app.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/app.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/browser.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/browser.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/control.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/control.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/dlg.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/inc.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/inc.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/misc.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/misc.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/querydesign.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/relationdesign.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/tabledesign.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/sw-TZ/dbaccess/source/ui/uno.po (renamed from translations/source/sw-TZ/dbaccess/source/ui/uno.po)0
-rw-r--r--source/sw-TZ/desktop/source/app.po (renamed from translations/source/sw-TZ/desktop/source/app.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/gui.po (renamed from translations/source/sw-TZ/desktop/source/deployment/gui.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/manager.po (renamed from translations/source/sw-TZ/desktop/source/deployment/manager.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/misc.po (renamed from translations/source/sw-TZ/desktop/source/deployment/misc.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/component.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/configuration.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/help.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/package.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/script.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/sw-TZ/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/sw-TZ/desktop/source/deployment/unopkg.po (renamed from translations/source/sw-TZ/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/sw-TZ/dictionaries/af_ZA.po (renamed from translations/source/sw-TZ/dictionaries/af_ZA.po)0
-rw-r--r--source/sw-TZ/dictionaries/an_ES.po (renamed from translations/source/sw-TZ/dictionaries/an_ES.po)0
-rw-r--r--source/sw-TZ/dictionaries/ar.po (renamed from translations/source/sw-TZ/dictionaries/ar.po)0
-rw-r--r--source/sw-TZ/dictionaries/be_BY.po (renamed from translations/source/sw-TZ/dictionaries/be_BY.po)0
-rw-r--r--source/sw-TZ/dictionaries/bg_BG.po (renamed from translations/source/sw-TZ/dictionaries/bg_BG.po)0
-rw-r--r--source/sw-TZ/dictionaries/bn_BD.po (renamed from translations/source/sw-TZ/dictionaries/bn_BD.po)0
-rw-r--r--source/sw-TZ/dictionaries/br_FR.po (renamed from translations/source/sw-TZ/dictionaries/br_FR.po)0
-rw-r--r--source/sw-TZ/dictionaries/ca.po (renamed from translations/source/sw-TZ/dictionaries/ca.po)0
-rw-r--r--source/sw-TZ/dictionaries/cs_CZ.po (renamed from translations/source/sw-TZ/dictionaries/cs_CZ.po)0
-rw-r--r--source/sw-TZ/dictionaries/da_DK.po (renamed from translations/source/sw-TZ/dictionaries/da_DK.po)0
-rw-r--r--source/sw-TZ/dictionaries/de.po (renamed from translations/source/sw-TZ/dictionaries/de.po)0
-rw-r--r--source/sw-TZ/dictionaries/el_GR.po (renamed from translations/source/sw-TZ/dictionaries/el_GR.po)0
-rw-r--r--source/sw-TZ/dictionaries/en.po (renamed from translations/source/sw-TZ/dictionaries/en.po)0
-rw-r--r--source/sw-TZ/dictionaries/en/dialog.po (renamed from translations/source/sw-TZ/dictionaries/en/dialog.po)0
-rw-r--r--source/sw-TZ/dictionaries/es_ES.po (renamed from translations/source/sw-TZ/dictionaries/es_ES.po)0
-rw-r--r--source/sw-TZ/dictionaries/et_EE.po (renamed from translations/source/sw-TZ/dictionaries/et_EE.po)0
-rw-r--r--source/sw-TZ/dictionaries/fr_FR.po (renamed from translations/source/sw-TZ/dictionaries/fr_FR.po)0
-rw-r--r--source/sw-TZ/dictionaries/gd_GB.po (renamed from translations/source/sw-TZ/dictionaries/gd_GB.po)0
-rw-r--r--source/sw-TZ/dictionaries/gl.po (renamed from translations/source/sw-TZ/dictionaries/gl.po)0
-rw-r--r--source/sw-TZ/dictionaries/gu_IN.po (renamed from translations/source/sw-TZ/dictionaries/gu_IN.po)0
-rw-r--r--source/sw-TZ/dictionaries/he_IL.po (renamed from translations/source/sw-TZ/dictionaries/he_IL.po)0
-rw-r--r--source/sw-TZ/dictionaries/hi_IN.po (renamed from translations/source/sw-TZ/dictionaries/hi_IN.po)0
-rw-r--r--source/sw-TZ/dictionaries/hr_HR.po (renamed from translations/source/sw-TZ/dictionaries/hr_HR.po)0
-rw-r--r--source/sw-TZ/dictionaries/hu_HU.po (renamed from translations/source/sw-TZ/dictionaries/hu_HU.po)0
-rw-r--r--source/sw-TZ/dictionaries/hu_HU/dialog.po (renamed from translations/source/sw-TZ/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/sw-TZ/dictionaries/it_IT.po (renamed from translations/source/sw-TZ/dictionaries/it_IT.po)0
-rw-r--r--source/sw-TZ/dictionaries/ku_TR.po (renamed from translations/source/sw-TZ/dictionaries/ku_TR.po)0
-rw-r--r--source/sw-TZ/dictionaries/lt_LT.po (renamed from translations/source/sw-TZ/dictionaries/lt_LT.po)0
-rw-r--r--source/sw-TZ/dictionaries/lv_LV.po (renamed from translations/source/sw-TZ/dictionaries/lv_LV.po)0
-rw-r--r--source/sw-TZ/dictionaries/ne_NP.po (renamed from translations/source/sw-TZ/dictionaries/ne_NP.po)0
-rw-r--r--source/sw-TZ/dictionaries/nl_NL.po (renamed from translations/source/sw-TZ/dictionaries/nl_NL.po)0
-rw-r--r--source/sw-TZ/dictionaries/no.po (renamed from translations/source/sw-TZ/dictionaries/no.po)0
-rw-r--r--source/sw-TZ/dictionaries/oc_FR.po (renamed from translations/source/sw-TZ/dictionaries/oc_FR.po)0
-rw-r--r--source/sw-TZ/dictionaries/pl_PL.po (renamed from translations/source/sw-TZ/dictionaries/pl_PL.po)0
-rw-r--r--source/sw-TZ/dictionaries/pt_BR.po (renamed from translations/source/sw-TZ/dictionaries/pt_BR.po)0
-rw-r--r--source/sw-TZ/dictionaries/pt_PT.po (renamed from translations/source/sw-TZ/dictionaries/pt_PT.po)0
-rw-r--r--source/sw-TZ/dictionaries/ro.po (renamed from translations/source/sw-TZ/dictionaries/ro.po)0
-rw-r--r--source/sw-TZ/dictionaries/ru_RU.po (renamed from translations/source/sw-TZ/dictionaries/ru_RU.po)0
-rw-r--r--source/sw-TZ/dictionaries/ru_RU/dialog.po (renamed from translations/source/sw-TZ/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/sw-TZ/dictionaries/si_LK.po (renamed from translations/source/sw-TZ/dictionaries/si_LK.po)0
-rw-r--r--source/sw-TZ/dictionaries/sk_SK.po (renamed from translations/source/sw-TZ/dictionaries/sk_SK.po)0
-rw-r--r--source/sw-TZ/dictionaries/sl_SI.po (renamed from translations/source/sw-TZ/dictionaries/sl_SI.po)0
-rw-r--r--source/sw-TZ/dictionaries/sr.po (renamed from translations/source/sw-TZ/dictionaries/sr.po)0
-rw-r--r--source/sw-TZ/dictionaries/sv_SE.po (renamed from translations/source/sw-TZ/dictionaries/sv_SE.po)0
-rw-r--r--source/sw-TZ/dictionaries/sw_TZ.po (renamed from translations/source/sw-TZ/dictionaries/sw_TZ.po)0
-rw-r--r--source/sw-TZ/dictionaries/te_IN.po (renamed from translations/source/sw-TZ/dictionaries/te_IN.po)0
-rw-r--r--source/sw-TZ/dictionaries/th_TH.po (renamed from translations/source/sw-TZ/dictionaries/th_TH.po)0
-rw-r--r--source/sw-TZ/dictionaries/uk_UA.po (renamed from translations/source/sw-TZ/dictionaries/uk_UA.po)0
-rw-r--r--source/sw-TZ/dictionaries/vi.po (renamed from translations/source/sw-TZ/dictionaries/vi.po)0
-rw-r--r--source/sw-TZ/dictionaries/zu_ZA.po (renamed from translations/source/sw-TZ/dictionaries/zu_ZA.po)0
-rw-r--r--source/sw-TZ/editeng/source/accessibility.po (renamed from translations/source/sw-TZ/editeng/source/accessibility.po)0
-rw-r--r--source/sw-TZ/editeng/source/editeng.po (renamed from translations/source/sw-TZ/editeng/source/editeng.po)0
-rw-r--r--source/sw-TZ/editeng/source/items.po (renamed from translations/source/sw-TZ/editeng/source/items.po)0
-rw-r--r--source/sw-TZ/editeng/source/misc.po (renamed from translations/source/sw-TZ/editeng/source/misc.po)0
-rw-r--r--source/sw-TZ/editeng/source/outliner.po (renamed from translations/source/sw-TZ/editeng/source/outliner.po)0
-rw-r--r--source/sw-TZ/extensions/source/abpilot.po (renamed from translations/source/sw-TZ/extensions/source/abpilot.po)0
-rw-r--r--source/sw-TZ/extensions/source/bibliography.po (renamed from translations/source/sw-TZ/extensions/source/bibliography.po)0
-rw-r--r--source/sw-TZ/extensions/source/dbpilots.po (renamed from translations/source/sw-TZ/extensions/source/dbpilots.po)0
-rw-r--r--source/sw-TZ/extensions/source/propctrlr.po (renamed from translations/source/sw-TZ/extensions/source/propctrlr.po)0
-rw-r--r--source/sw-TZ/extensions/source/scanner.po (renamed from translations/source/sw-TZ/extensions/source/scanner.po)0
-rw-r--r--source/sw-TZ/extensions/source/update/check.po (renamed from translations/source/sw-TZ/extensions/source/update/check.po)0
-rw-r--r--source/sw-TZ/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/sw-TZ/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/sw-TZ/filter/source/config/fragments/filters.po (renamed from translations/source/sw-TZ/filter/source/config/fragments/filters.po)0
-rw-r--r--source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/sw-TZ/filter/source/config/fragments/types.po (renamed from translations/source/sw-TZ/filter/source/config/fragments/types.po)0
-rw-r--r--source/sw-TZ/filter/source/flash.po (renamed from translations/source/sw-TZ/filter/source/flash.po)0
-rw-r--r--source/sw-TZ/filter/source/graphicfilter/eps.po (renamed from translations/source/sw-TZ/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/sw-TZ/filter/source/pdf.po (renamed from translations/source/sw-TZ/filter/source/pdf.po)0
-rw-r--r--source/sw-TZ/filter/source/t602.po (renamed from translations/source/sw-TZ/filter/source/t602.po)0
-rw-r--r--source/sw-TZ/filter/source/xsltdialog.po (renamed from translations/source/sw-TZ/filter/source/xsltdialog.po)0
-rw-r--r--source/sw-TZ/forms/source/resource.po (renamed from translations/source/sw-TZ/forms/source/resource.po)0
-rw-r--r--source/sw-TZ/formula/source/core/resource.po (renamed from translations/source/sw-TZ/formula/source/core/resource.po)0
-rw-r--r--source/sw-TZ/formula/source/ui/dlg.po (renamed from translations/source/sw-TZ/formula/source/ui/dlg.po)0
-rw-r--r--source/sw-TZ/fpicker/source/office.po (renamed from translations/source/sw-TZ/fpicker/source/office.po)0
-rw-r--r--source/sw-TZ/framework/source/classes.po (renamed from translations/source/sw-TZ/framework/source/classes.po)0
-rw-r--r--source/sw-TZ/framework/source/services.po (renamed from translations/source/sw-TZ/framework/source/services.po)0
-rw-r--r--source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/sw-TZ/mysqlc/source.po (renamed from translations/source/sw-TZ/mysqlc/source.po)0
-rw-r--r--source/sw-TZ/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/sw-TZ/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/sw-TZ/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/sw-TZ/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/sw-TZ/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/sw-TZ/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/sw-TZ/nlpsolver/src/locale.po (renamed from translations/source/sw-TZ/nlpsolver/src/locale.po)0
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sw-TZ/padmin/source.po (renamed from translations/source/sw-TZ/padmin/source.po)0
-rw-r--r--source/sw-TZ/readlicense_oo/docs/readme.po (renamed from translations/source/sw-TZ/readlicense_oo/docs/readme.po)0
-rw-r--r--source/sw-TZ/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/sw-TZ/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/sw-TZ/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/sw-TZ/reportbuilder/util.po (renamed from translations/source/sw-TZ/reportbuilder/util.po)0
-rw-r--r--source/sw-TZ/reportdesign/source/core/resource.po (renamed from translations/source/sw-TZ/reportdesign/source/core/resource.po)0
-rw-r--r--source/sw-TZ/reportdesign/source/ui/dlg.po (renamed from translations/source/sw-TZ/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/sw-TZ/reportdesign/source/ui/inspection.po (renamed from translations/source/sw-TZ/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/sw-TZ/reportdesign/source/ui/report.po (renamed from translations/source/sw-TZ/reportdesign/source/ui/report.po)0
-rw-r--r--source/sw-TZ/sc/source/core/src.po (renamed from translations/source/sw-TZ/sc/source/core/src.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/cctrl.po (renamed from translations/source/sw-TZ/sc/source/ui/cctrl.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/dbgui.po (renamed from translations/source/sw-TZ/sc/source/ui/dbgui.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/docshell.po (renamed from translations/source/sw-TZ/sc/source/ui/docshell.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/drawfunc.po (renamed from translations/source/sw-TZ/sc/source/ui/drawfunc.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/formdlg.po (renamed from translations/source/sw-TZ/sc/source/ui/formdlg.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/miscdlgs.po (renamed from translations/source/sw-TZ/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/navipi.po (renamed from translations/source/sw-TZ/sc/source/ui/navipi.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/optdlg.po (renamed from translations/source/sw-TZ/sc/source/ui/optdlg.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/pagedlg.po (renamed from translations/source/sw-TZ/sc/source/ui/pagedlg.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/src.po (renamed from translations/source/sw-TZ/sc/source/ui/src.po)0
-rw-r--r--source/sw-TZ/sc/source/ui/styleui.po (renamed from translations/source/sw-TZ/sc/source/ui/styleui.po)0
-rw-r--r--source/sw-TZ/scaddins/source/analysis.po (renamed from translations/source/sw-TZ/scaddins/source/analysis.po)0
-rw-r--r--source/sw-TZ/scaddins/source/datefunc.po (renamed from translations/source/sw-TZ/scaddins/source/datefunc.po)0
-rw-r--r--source/sw-TZ/sccomp/source/solver.po (renamed from translations/source/sw-TZ/sccomp/source/solver.po)0
-rw-r--r--source/sw-TZ/scp2/source/accessories.po (renamed from translations/source/sw-TZ/scp2/source/accessories.po)0
-rw-r--r--source/sw-TZ/scp2/source/activex.po (renamed from translations/source/sw-TZ/scp2/source/activex.po)0
-rw-r--r--source/sw-TZ/scp2/source/base.po (renamed from translations/source/sw-TZ/scp2/source/base.po)0
-rw-r--r--source/sw-TZ/scp2/source/binfilter.po (renamed from translations/source/sw-TZ/scp2/source/binfilter.po)0
-rw-r--r--source/sw-TZ/scp2/source/calc.po (renamed from translations/source/sw-TZ/scp2/source/calc.po)0
-rw-r--r--source/sw-TZ/scp2/source/draw.po (renamed from translations/source/sw-TZ/scp2/source/draw.po)0
-rw-r--r--source/sw-TZ/scp2/source/extensions.po (renamed from translations/source/sw-TZ/scp2/source/extensions.po)0
-rw-r--r--source/sw-TZ/scp2/source/gnome.po (renamed from translations/source/sw-TZ/scp2/source/gnome.po)0
-rw-r--r--source/sw-TZ/scp2/source/graphicfilter.po (renamed from translations/source/sw-TZ/scp2/source/graphicfilter.po)0
-rw-r--r--source/sw-TZ/scp2/source/impress.po (renamed from translations/source/sw-TZ/scp2/source/impress.po)0
-rw-r--r--source/sw-TZ/scp2/source/javafilter.po (renamed from translations/source/sw-TZ/scp2/source/javafilter.po)0
-rw-r--r--source/sw-TZ/scp2/source/kde.po (renamed from translations/source/sw-TZ/scp2/source/kde.po)0
-rw-r--r--source/sw-TZ/scp2/source/math.po (renamed from translations/source/sw-TZ/scp2/source/math.po)0
-rw-r--r--source/sw-TZ/scp2/source/onlineupdate.po (renamed from translations/source/sw-TZ/scp2/source/onlineupdate.po)0
-rw-r--r--source/sw-TZ/scp2/source/ooo.po (renamed from translations/source/sw-TZ/scp2/source/ooo.po)0
-rw-r--r--source/sw-TZ/scp2/source/python.po (renamed from translations/source/sw-TZ/scp2/source/python.po)0
-rw-r--r--source/sw-TZ/scp2/source/quickstart.po (renamed from translations/source/sw-TZ/scp2/source/quickstart.po)0
-rw-r--r--source/sw-TZ/scp2/source/sdkoo.po (renamed from translations/source/sw-TZ/scp2/source/sdkoo.po)0
-rw-r--r--source/sw-TZ/scp2/source/smoketest.po (renamed from translations/source/sw-TZ/scp2/source/smoketest.po)0
-rw-r--r--source/sw-TZ/scp2/source/stdlibs.po (renamed from translations/source/sw-TZ/scp2/source/stdlibs.po)0
-rw-r--r--source/sw-TZ/scp2/source/tde.po (renamed from translations/source/sw-TZ/scp2/source/tde.po)0
-rw-r--r--source/sw-TZ/scp2/source/winexplorerext.po (renamed from translations/source/sw-TZ/scp2/source/winexplorerext.po)0
-rw-r--r--source/sw-TZ/scp2/source/writer.po (renamed from translations/source/sw-TZ/scp2/source/writer.po)0
-rw-r--r--source/sw-TZ/scp2/source/xsltfilter.po (renamed from translations/source/sw-TZ/scp2/source/xsltfilter.po)0
-rw-r--r--source/sw-TZ/scripting/source/pyprov.po (renamed from translations/source/sw-TZ/scripting/source/pyprov.po)0
-rw-r--r--source/sw-TZ/sd/source/core.po (renamed from translations/source/sw-TZ/sd/source/core.po)0
-rw-r--r--source/sw-TZ/sd/source/filter/html.po (renamed from translations/source/sw-TZ/sd/source/filter/html.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/accessibility.po (renamed from translations/source/sw-TZ/sd/source/ui/accessibility.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/animations.po (renamed from translations/source/sw-TZ/sd/source/ui/animations.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/annotations.po (renamed from translations/source/sw-TZ/sd/source/ui/annotations.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/app.po (renamed from translations/source/sw-TZ/sd/source/ui/app.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/dlg.po (renamed from translations/source/sw-TZ/sd/source/ui/dlg.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/slideshow.po (renamed from translations/source/sw-TZ/sd/source/ui/slideshow.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/table.po (renamed from translations/source/sw-TZ/sd/source/ui/table.po)0
-rw-r--r--source/sw-TZ/sd/source/ui/view.po (renamed from translations/source/sw-TZ/sd/source/ui/view.po)0
-rw-r--r--source/sw-TZ/sdext/source/minimizer.po (renamed from translations/source/sw-TZ/sdext/source/minimizer.po)0
-rw-r--r--source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sw-TZ/sdext/source/pdfimport.po (renamed from translations/source/sw-TZ/sdext/source/pdfimport.po)0
-rw-r--r--source/sw-TZ/sdext/source/presenter.po (renamed from translations/source/sw-TZ/sdext/source/presenter.po)0
-rw-r--r--source/sw-TZ/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/sw-TZ/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/sw-TZ/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/sw-TZ/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/sw-TZ/setup_native/source/mac.po (renamed from translations/source/sw-TZ/setup_native/source/mac.po)0
-rw-r--r--source/sw-TZ/sfx2/source/appl.po (renamed from translations/source/sw-TZ/sfx2/source/appl.po)0
-rw-r--r--source/sw-TZ/sfx2/source/bastyp.po (renamed from translations/source/sw-TZ/sfx2/source/bastyp.po)0
-rw-r--r--source/sw-TZ/sfx2/source/dialog.po (renamed from translations/source/sw-TZ/sfx2/source/dialog.po)0
-rw-r--r--source/sw-TZ/sfx2/source/doc.po (renamed from translations/source/sw-TZ/sfx2/source/doc.po)0
-rw-r--r--source/sw-TZ/sfx2/source/menu.po (renamed from translations/source/sw-TZ/sfx2/source/menu.po)0
-rw-r--r--source/sw-TZ/sfx2/source/view.po (renamed from translations/source/sw-TZ/sfx2/source/view.po)0
-rw-r--r--source/sw-TZ/shell/source/win32/shlxthandler/res.po (renamed from translations/source/sw-TZ/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/sw-TZ/starmath/source.po (renamed from translations/source/sw-TZ/starmath/source.po)0
-rw-r--r--source/sw-TZ/svl/source/items.po (renamed from translations/source/sw-TZ/svl/source/items.po)0
-rw-r--r--source/sw-TZ/svl/source/misc.po (renamed from translations/source/sw-TZ/svl/source/misc.po)0
-rw-r--r--source/sw-TZ/svtools/source/contnr.po (renamed from translations/source/sw-TZ/svtools/source/contnr.po)0
-rw-r--r--source/sw-TZ/svtools/source/control.po (renamed from translations/source/sw-TZ/svtools/source/control.po)0
-rw-r--r--source/sw-TZ/svtools/source/dialogs.po (renamed from translations/source/sw-TZ/svtools/source/dialogs.po)0
-rw-r--r--source/sw-TZ/svtools/source/filter.po (renamed from translations/source/sw-TZ/svtools/source/filter.po)0
-rw-r--r--source/sw-TZ/svtools/source/java.po (renamed from translations/source/sw-TZ/svtools/source/java.po)0
-rw-r--r--source/sw-TZ/svtools/source/misc.po (renamed from translations/source/sw-TZ/svtools/source/misc.po)0
-rw-r--r--source/sw-TZ/svtools/source/toolpanel.po (renamed from translations/source/sw-TZ/svtools/source/toolpanel.po)0
-rw-r--r--source/sw-TZ/svtools/workben/unodialog.po (renamed from translations/source/sw-TZ/svtools/workben/unodialog.po)0
-rw-r--r--source/sw-TZ/svx/inc.po (renamed from translations/source/sw-TZ/svx/inc.po)0
-rw-r--r--source/sw-TZ/svx/source/accessibility.po (renamed from translations/source/sw-TZ/svx/source/accessibility.po)0
-rw-r--r--source/sw-TZ/svx/source/dialog.po (renamed from translations/source/sw-TZ/svx/source/dialog.po)0
-rw-r--r--source/sw-TZ/svx/source/engine3d.po (renamed from translations/source/sw-TZ/svx/source/engine3d.po)0
-rw-r--r--source/sw-TZ/svx/source/fmcomp.po (renamed from translations/source/sw-TZ/svx/source/fmcomp.po)0
-rw-r--r--source/sw-TZ/svx/source/form.po (renamed from translations/source/sw-TZ/svx/source/form.po)0
-rw-r--r--source/sw-TZ/svx/source/gallery2.po (renamed from translations/source/sw-TZ/svx/source/gallery2.po)0
-rw-r--r--source/sw-TZ/svx/source/items.po (renamed from translations/source/sw-TZ/svx/source/items.po)0
-rw-r--r--source/sw-TZ/svx/source/src.po (renamed from translations/source/sw-TZ/svx/source/src.po)0
-rw-r--r--source/sw-TZ/svx/source/stbctrls.po (renamed from translations/source/sw-TZ/svx/source/stbctrls.po)0
-rw-r--r--source/sw-TZ/svx/source/svdraw.po (renamed from translations/source/sw-TZ/svx/source/svdraw.po)0
-rw-r--r--source/sw-TZ/svx/source/table.po (renamed from translations/source/sw-TZ/svx/source/table.po)0
-rw-r--r--source/sw-TZ/svx/source/tbxctrls.po (renamed from translations/source/sw-TZ/svx/source/tbxctrls.po)0
-rw-r--r--source/sw-TZ/svx/source/toolbars.po (renamed from translations/source/sw-TZ/svx/source/toolbars.po)0
-rw-r--r--source/sw-TZ/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/sw-TZ/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/sw-TZ/sw/source/core/layout.po (renamed from translations/source/sw-TZ/sw/source/core/layout.po)0
-rw-r--r--source/sw-TZ/sw/source/core/undo.po (renamed from translations/source/sw-TZ/sw/source/core/undo.po)0
-rw-r--r--source/sw-TZ/sw/source/core/unocore.po (renamed from translations/source/sw-TZ/sw/source/core/unocore.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/app.po (renamed from translations/source/sw-TZ/sw/source/ui/app.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/chrdlg.po (renamed from translations/source/sw-TZ/sw/source/ui/chrdlg.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/config.po (renamed from translations/source/sw-TZ/sw/source/ui/config.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/dbui.po (renamed from translations/source/sw-TZ/sw/source/ui/dbui.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/dialog.po (renamed from translations/source/sw-TZ/sw/source/ui/dialog.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/dochdl.po (renamed from translations/source/sw-TZ/sw/source/ui/dochdl.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/docvw.po (renamed from translations/source/sw-TZ/sw/source/ui/docvw.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/envelp.po (renamed from translations/source/sw-TZ/sw/source/ui/envelp.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/fldui.po (renamed from translations/source/sw-TZ/sw/source/ui/fldui.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/fmtui.po (renamed from translations/source/sw-TZ/sw/source/ui/fmtui.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/frmdlg.po (renamed from translations/source/sw-TZ/sw/source/ui/frmdlg.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/globdoc.po (renamed from translations/source/sw-TZ/sw/source/ui/globdoc.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/index.po (renamed from translations/source/sw-TZ/sw/source/ui/index.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/lingu.po (renamed from translations/source/sw-TZ/sw/source/ui/lingu.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/misc.po (renamed from translations/source/sw-TZ/sw/source/ui/misc.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/ribbar.po (renamed from translations/source/sw-TZ/sw/source/ui/ribbar.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/shells.po (renamed from translations/source/sw-TZ/sw/source/ui/shells.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/smartmenu.po (renamed from translations/source/sw-TZ/sw/source/ui/smartmenu.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/table.po (renamed from translations/source/sw-TZ/sw/source/ui/table.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/uiview.po (renamed from translations/source/sw-TZ/sw/source/ui/uiview.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/utlui.po (renamed from translations/source/sw-TZ/sw/source/ui/utlui.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/web.po (renamed from translations/source/sw-TZ/sw/source/ui/web.po)0
-rw-r--r--source/sw-TZ/sw/source/ui/wrtsh.po (renamed from translations/source/sw-TZ/sw/source/ui/wrtsh.po)0
-rw-r--r--source/sw-TZ/swext/mediawiki/help.po (renamed from translations/source/sw-TZ/swext/mediawiki/help.po)0
-rw-r--r--source/sw-TZ/swext/mediawiki/src.po (renamed from translations/source/sw-TZ/swext/mediawiki/src.po)0
-rw-r--r--source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/sw-TZ/sysui/desktop/share.po (renamed from translations/source/sw-TZ/sysui/desktop/share.po)0
-rw-r--r--source/sw-TZ/uui/source.po (renamed from translations/source/sw-TZ/uui/source.po)0
-rw-r--r--source/sw-TZ/vcl/source/src.po (renamed from translations/source/sw-TZ/vcl/source/src.po)0
-rw-r--r--source/sw-TZ/wizards/source/euro.po (renamed from translations/source/sw-TZ/wizards/source/euro.po)0
-rw-r--r--source/sw-TZ/wizards/source/formwizard.po (renamed from translations/source/sw-TZ/wizards/source/formwizard.po)0
-rw-r--r--source/sw-TZ/wizards/source/importwizard.po (renamed from translations/source/sw-TZ/wizards/source/importwizard.po)0
-rw-r--r--source/sw-TZ/wizards/source/schedule.po (renamed from translations/source/sw-TZ/wizards/source/schedule.po)0
-rw-r--r--source/sw-TZ/wizards/source/template.po (renamed from translations/source/sw-TZ/wizards/source/template.po)0
-rw-r--r--source/sw-TZ/xmlsecurity/source/component.po (renamed from translations/source/sw-TZ/xmlsecurity/source/component.po)0
-rw-r--r--source/sw-TZ/xmlsecurity/source/dialogs.po (renamed from translations/source/sw-TZ/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ta/accessibility/source/helper.po (renamed from translations/source/ta/accessibility/source/helper.po)0
-rw-r--r--source/ta/avmedia/source/framework.po (renamed from translations/source/ta/avmedia/source/framework.po)0
-rw-r--r--source/ta/avmedia/source/viewer.po (renamed from translations/source/ta/avmedia/source/viewer.po)0
-rw-r--r--source/ta/basctl/source/basicide.po (renamed from translations/source/ta/basctl/source/basicide.po)0
-rw-r--r--source/ta/basctl/source/dlged.po (renamed from translations/source/ta/basctl/source/dlged.po)0
-rw-r--r--source/ta/basic/source/classes.po (renamed from translations/source/ta/basic/source/classes.po)0
-rw-r--r--source/ta/basic/source/sbx.po (renamed from translations/source/ta/basic/source/sbx.po)0
-rw-r--r--source/ta/chart2/source/controller/dialogs.po (renamed from translations/source/ta/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ta/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ta/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ta/connectivity/source/resource.po (renamed from translations/source/ta/connectivity/source/resource.po)0
-rw-r--r--source/ta/cui/source/customize.po (renamed from translations/source/ta/cui/source/customize.po)0
-rw-r--r--source/ta/cui/source/dialogs.po (renamed from translations/source/ta/cui/source/dialogs.po)0
-rw-r--r--source/ta/cui/source/options.po (renamed from translations/source/ta/cui/source/options.po)0
-rw-r--r--source/ta/cui/source/tabpages.po (renamed from translations/source/ta/cui/source/tabpages.po)0
-rw-r--r--source/ta/dbaccess/source/core/resource.po (renamed from translations/source/ta/dbaccess/source/core/resource.po)0
-rw-r--r--source/ta/dbaccess/source/ext/macromigration.po (renamed from translations/source/ta/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ta/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ta/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ta/dbaccess/source/ui/app.po (renamed from translations/source/ta/dbaccess/source/ui/app.po)0
-rw-r--r--source/ta/dbaccess/source/ui/browser.po (renamed from translations/source/ta/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ta/dbaccess/source/ui/control.po (renamed from translations/source/ta/dbaccess/source/ui/control.po)0
-rw-r--r--source/ta/dbaccess/source/ui/dlg.po (renamed from translations/source/ta/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ta/dbaccess/source/ui/inc.po (renamed from translations/source/ta/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ta/dbaccess/source/ui/misc.po (renamed from translations/source/ta/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ta/dbaccess/source/ui/querydesign.po (renamed from translations/source/ta/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ta/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ta/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ta/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ta/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ta/dbaccess/source/ui/uno.po (renamed from translations/source/ta/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ta/desktop/source/app.po (renamed from translations/source/ta/desktop/source/app.po)0
-rw-r--r--source/ta/desktop/source/deployment/gui.po (renamed from translations/source/ta/desktop/source/deployment/gui.po)0
-rw-r--r--source/ta/desktop/source/deployment/manager.po (renamed from translations/source/ta/desktop/source/deployment/manager.po)0
-rw-r--r--source/ta/desktop/source/deployment/misc.po (renamed from translations/source/ta/desktop/source/deployment/misc.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry.po (renamed from translations/source/ta/desktop/source/deployment/registry.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/component.po (renamed from translations/source/ta/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ta/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/help.po (renamed from translations/source/ta/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/package.po (renamed from translations/source/ta/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/script.po (renamed from translations/source/ta/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ta/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ta/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ta/desktop/source/deployment/unopkg.po (renamed from translations/source/ta/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ta/dictionaries/af_ZA.po (renamed from translations/source/ta/dictionaries/af_ZA.po)0
-rw-r--r--source/ta/dictionaries/an_ES.po (renamed from translations/source/ta/dictionaries/an_ES.po)0
-rw-r--r--source/ta/dictionaries/ar.po (renamed from translations/source/ta/dictionaries/ar.po)0
-rw-r--r--source/ta/dictionaries/be_BY.po (renamed from translations/source/ta/dictionaries/be_BY.po)0
-rw-r--r--source/ta/dictionaries/bg_BG.po (renamed from translations/source/ta/dictionaries/bg_BG.po)0
-rw-r--r--source/ta/dictionaries/bn_BD.po (renamed from translations/source/ta/dictionaries/bn_BD.po)0
-rw-r--r--source/ta/dictionaries/br_FR.po (renamed from translations/source/ta/dictionaries/br_FR.po)0
-rw-r--r--source/ta/dictionaries/ca.po (renamed from translations/source/ta/dictionaries/ca.po)0
-rw-r--r--source/ta/dictionaries/cs_CZ.po (renamed from translations/source/ta/dictionaries/cs_CZ.po)0
-rw-r--r--source/ta/dictionaries/da_DK.po (renamed from translations/source/ta/dictionaries/da_DK.po)0
-rw-r--r--source/ta/dictionaries/de.po (renamed from translations/source/ta/dictionaries/de.po)0
-rw-r--r--source/ta/dictionaries/el_GR.po (renamed from translations/source/ta/dictionaries/el_GR.po)0
-rw-r--r--source/ta/dictionaries/en.po (renamed from translations/source/ta/dictionaries/en.po)0
-rw-r--r--source/ta/dictionaries/en/dialog.po (renamed from translations/source/ta/dictionaries/en/dialog.po)0
-rw-r--r--source/ta/dictionaries/es_ES.po (renamed from translations/source/ta/dictionaries/es_ES.po)0
-rw-r--r--source/ta/dictionaries/et_EE.po (renamed from translations/source/ta/dictionaries/et_EE.po)0
-rw-r--r--source/ta/dictionaries/fr_FR.po (renamed from translations/source/ta/dictionaries/fr_FR.po)0
-rw-r--r--source/ta/dictionaries/gd_GB.po (renamed from translations/source/ta/dictionaries/gd_GB.po)0
-rw-r--r--source/ta/dictionaries/gl.po (renamed from translations/source/ta/dictionaries/gl.po)0
-rw-r--r--source/ta/dictionaries/gu_IN.po (renamed from translations/source/ta/dictionaries/gu_IN.po)0
-rw-r--r--source/ta/dictionaries/he_IL.po (renamed from translations/source/ta/dictionaries/he_IL.po)0
-rw-r--r--source/ta/dictionaries/hi_IN.po (renamed from translations/source/ta/dictionaries/hi_IN.po)0
-rw-r--r--source/ta/dictionaries/hr_HR.po (renamed from translations/source/ta/dictionaries/hr_HR.po)0
-rw-r--r--source/ta/dictionaries/hu_HU.po (renamed from translations/source/ta/dictionaries/hu_HU.po)0
-rw-r--r--source/ta/dictionaries/hu_HU/dialog.po (renamed from translations/source/ta/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ta/dictionaries/it_IT.po (renamed from translations/source/ta/dictionaries/it_IT.po)0
-rw-r--r--source/ta/dictionaries/ku_TR.po (renamed from translations/source/ta/dictionaries/ku_TR.po)0
-rw-r--r--source/ta/dictionaries/lt_LT.po (renamed from translations/source/ta/dictionaries/lt_LT.po)0
-rw-r--r--source/ta/dictionaries/lv_LV.po (renamed from translations/source/ta/dictionaries/lv_LV.po)0
-rw-r--r--source/ta/dictionaries/ne_NP.po (renamed from translations/source/ta/dictionaries/ne_NP.po)0
-rw-r--r--source/ta/dictionaries/nl_NL.po (renamed from translations/source/ta/dictionaries/nl_NL.po)0
-rw-r--r--source/ta/dictionaries/no.po (renamed from translations/source/ta/dictionaries/no.po)0
-rw-r--r--source/ta/dictionaries/oc_FR.po (renamed from translations/source/ta/dictionaries/oc_FR.po)0
-rw-r--r--source/ta/dictionaries/pl_PL.po (renamed from translations/source/ta/dictionaries/pl_PL.po)0
-rw-r--r--source/ta/dictionaries/pt_BR.po (renamed from translations/source/ta/dictionaries/pt_BR.po)0
-rw-r--r--source/ta/dictionaries/pt_PT.po (renamed from translations/source/ta/dictionaries/pt_PT.po)0
-rw-r--r--source/ta/dictionaries/ro.po (renamed from translations/source/ta/dictionaries/ro.po)0
-rw-r--r--source/ta/dictionaries/ru_RU.po (renamed from translations/source/ta/dictionaries/ru_RU.po)0
-rw-r--r--source/ta/dictionaries/ru_RU/dialog.po (renamed from translations/source/ta/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ta/dictionaries/si_LK.po (renamed from translations/source/ta/dictionaries/si_LK.po)0
-rw-r--r--source/ta/dictionaries/sk_SK.po (renamed from translations/source/ta/dictionaries/sk_SK.po)0
-rw-r--r--source/ta/dictionaries/sl_SI.po (renamed from translations/source/ta/dictionaries/sl_SI.po)0
-rw-r--r--source/ta/dictionaries/sr.po (renamed from translations/source/ta/dictionaries/sr.po)0
-rw-r--r--source/ta/dictionaries/sv_SE.po (renamed from translations/source/ta/dictionaries/sv_SE.po)0
-rw-r--r--source/ta/dictionaries/sw_TZ.po (renamed from translations/source/ta/dictionaries/sw_TZ.po)0
-rw-r--r--source/ta/dictionaries/te_IN.po (renamed from translations/source/ta/dictionaries/te_IN.po)0
-rw-r--r--source/ta/dictionaries/th_TH.po (renamed from translations/source/ta/dictionaries/th_TH.po)0
-rw-r--r--source/ta/dictionaries/uk_UA.po (renamed from translations/source/ta/dictionaries/uk_UA.po)0
-rw-r--r--source/ta/dictionaries/vi.po (renamed from translations/source/ta/dictionaries/vi.po)0
-rw-r--r--source/ta/dictionaries/zu_ZA.po (renamed from translations/source/ta/dictionaries/zu_ZA.po)0
-rw-r--r--source/ta/editeng/source/accessibility.po (renamed from translations/source/ta/editeng/source/accessibility.po)0
-rw-r--r--source/ta/editeng/source/editeng.po (renamed from translations/source/ta/editeng/source/editeng.po)0
-rw-r--r--source/ta/editeng/source/items.po (renamed from translations/source/ta/editeng/source/items.po)0
-rw-r--r--source/ta/editeng/source/misc.po (renamed from translations/source/ta/editeng/source/misc.po)0
-rw-r--r--source/ta/editeng/source/outliner.po (renamed from translations/source/ta/editeng/source/outliner.po)0
-rw-r--r--source/ta/extensions/source/abpilot.po (renamed from translations/source/ta/extensions/source/abpilot.po)0
-rw-r--r--source/ta/extensions/source/bibliography.po (renamed from translations/source/ta/extensions/source/bibliography.po)0
-rw-r--r--source/ta/extensions/source/dbpilots.po (renamed from translations/source/ta/extensions/source/dbpilots.po)0
-rw-r--r--source/ta/extensions/source/propctrlr.po (renamed from translations/source/ta/extensions/source/propctrlr.po)0
-rw-r--r--source/ta/extensions/source/scanner.po (renamed from translations/source/ta/extensions/source/scanner.po)0
-rw-r--r--source/ta/extensions/source/update/check.po (renamed from translations/source/ta/extensions/source/update/check.po)0
-rw-r--r--source/ta/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ta/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ta/filter/source/config/fragments/filters.po (renamed from translations/source/ta/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ta/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ta/filter/source/config/fragments/types.po (renamed from translations/source/ta/filter/source/config/fragments/types.po)0
-rw-r--r--source/ta/filter/source/flash.po (renamed from translations/source/ta/filter/source/flash.po)0
-rw-r--r--source/ta/filter/source/graphicfilter/eps.po (renamed from translations/source/ta/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ta/filter/source/pdf.po (renamed from translations/source/ta/filter/source/pdf.po)0
-rw-r--r--source/ta/filter/source/t602.po (renamed from translations/source/ta/filter/source/t602.po)0
-rw-r--r--source/ta/filter/source/xsltdialog.po (renamed from translations/source/ta/filter/source/xsltdialog.po)0
-rw-r--r--source/ta/forms/source/resource.po (renamed from translations/source/ta/forms/source/resource.po)0
-rw-r--r--source/ta/formula/source/core/resource.po (renamed from translations/source/ta/formula/source/core/resource.po)0
-rw-r--r--source/ta/formula/source/ui/dlg.po (renamed from translations/source/ta/formula/source/ui/dlg.po)0
-rw-r--r--source/ta/fpicker/source/office.po (renamed from translations/source/ta/fpicker/source/office.po)0
-rw-r--r--source/ta/framework/source/classes.po (renamed from translations/source/ta/framework/source/classes.po)0
-rw-r--r--source/ta/framework/source/services.po (renamed from translations/source/ta/framework/source/services.po)0
-rw-r--r--source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ta/mysqlc/source.po (renamed from translations/source/ta/mysqlc/source.po)0
-rw-r--r--source/ta/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ta/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ta/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ta/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ta/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ta/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ta/nlpsolver/src/locale.po (renamed from translations/source/ta/nlpsolver/src/locale.po)0
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ta/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ta/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ta/padmin/source.po (renamed from translations/source/ta/padmin/source.po)0
-rw-r--r--source/ta/readlicense_oo/docs/readme.po (renamed from translations/source/ta/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ta/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ta/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ta/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ta/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ta/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ta/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ta/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ta/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ta/reportbuilder/util.po (renamed from translations/source/ta/reportbuilder/util.po)0
-rw-r--r--source/ta/reportdesign/source/core/resource.po (renamed from translations/source/ta/reportdesign/source/core/resource.po)0
-rw-r--r--source/ta/reportdesign/source/ui/dlg.po (renamed from translations/source/ta/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ta/reportdesign/source/ui/inspection.po (renamed from translations/source/ta/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ta/reportdesign/source/ui/report.po (renamed from translations/source/ta/reportdesign/source/ui/report.po)0
-rw-r--r--source/ta/sc/source/core/src.po (renamed from translations/source/ta/sc/source/core/src.po)0
-rw-r--r--source/ta/sc/source/ui/cctrl.po (renamed from translations/source/ta/sc/source/ui/cctrl.po)0
-rw-r--r--source/ta/sc/source/ui/dbgui.po (renamed from translations/source/ta/sc/source/ui/dbgui.po)0
-rw-r--r--source/ta/sc/source/ui/docshell.po (renamed from translations/source/ta/sc/source/ui/docshell.po)0
-rw-r--r--source/ta/sc/source/ui/drawfunc.po (renamed from translations/source/ta/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ta/sc/source/ui/formdlg.po (renamed from translations/source/ta/sc/source/ui/formdlg.po)0
-rw-r--r--source/ta/sc/source/ui/miscdlgs.po (renamed from translations/source/ta/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ta/sc/source/ui/navipi.po (renamed from translations/source/ta/sc/source/ui/navipi.po)0
-rw-r--r--source/ta/sc/source/ui/optdlg.po (renamed from translations/source/ta/sc/source/ui/optdlg.po)0
-rw-r--r--source/ta/sc/source/ui/pagedlg.po (renamed from translations/source/ta/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ta/sc/source/ui/src.po (renamed from translations/source/ta/sc/source/ui/src.po)0
-rw-r--r--source/ta/sc/source/ui/styleui.po (renamed from translations/source/ta/sc/source/ui/styleui.po)0
-rw-r--r--source/ta/scaddins/source/analysis.po (renamed from translations/source/ta/scaddins/source/analysis.po)0
-rw-r--r--source/ta/scaddins/source/datefunc.po (renamed from translations/source/ta/scaddins/source/datefunc.po)0
-rw-r--r--source/ta/sccomp/source/solver.po (renamed from translations/source/ta/sccomp/source/solver.po)0
-rw-r--r--source/ta/scp2/source/accessories.po (renamed from translations/source/ta/scp2/source/accessories.po)0
-rw-r--r--source/ta/scp2/source/activex.po (renamed from translations/source/ta/scp2/source/activex.po)0
-rw-r--r--source/ta/scp2/source/base.po (renamed from translations/source/ta/scp2/source/base.po)0
-rw-r--r--source/ta/scp2/source/binfilter.po (renamed from translations/source/ta/scp2/source/binfilter.po)0
-rw-r--r--source/ta/scp2/source/calc.po (renamed from translations/source/ta/scp2/source/calc.po)0
-rw-r--r--source/ta/scp2/source/draw.po (renamed from translations/source/ta/scp2/source/draw.po)0
-rw-r--r--source/ta/scp2/source/extensions.po (renamed from translations/source/ta/scp2/source/extensions.po)0
-rw-r--r--source/ta/scp2/source/gnome.po (renamed from translations/source/ta/scp2/source/gnome.po)0
-rw-r--r--source/ta/scp2/source/graphicfilter.po (renamed from translations/source/ta/scp2/source/graphicfilter.po)0
-rw-r--r--source/ta/scp2/source/impress.po (renamed from translations/source/ta/scp2/source/impress.po)0
-rw-r--r--source/ta/scp2/source/javafilter.po (renamed from translations/source/ta/scp2/source/javafilter.po)0
-rw-r--r--source/ta/scp2/source/kde.po (renamed from translations/source/ta/scp2/source/kde.po)0
-rw-r--r--source/ta/scp2/source/math.po (renamed from translations/source/ta/scp2/source/math.po)0
-rw-r--r--source/ta/scp2/source/onlineupdate.po (renamed from translations/source/ta/scp2/source/onlineupdate.po)0
-rw-r--r--source/ta/scp2/source/ooo.po (renamed from translations/source/ta/scp2/source/ooo.po)0
-rw-r--r--source/ta/scp2/source/python.po (renamed from translations/source/ta/scp2/source/python.po)0
-rw-r--r--source/ta/scp2/source/quickstart.po (renamed from translations/source/ta/scp2/source/quickstart.po)0
-rw-r--r--source/ta/scp2/source/sdkoo.po (renamed from translations/source/ta/scp2/source/sdkoo.po)0
-rw-r--r--source/ta/scp2/source/smoketest.po (renamed from translations/source/ta/scp2/source/smoketest.po)0
-rw-r--r--source/ta/scp2/source/stdlibs.po (renamed from translations/source/ta/scp2/source/stdlibs.po)0
-rw-r--r--source/ta/scp2/source/tde.po (renamed from translations/source/ta/scp2/source/tde.po)0
-rw-r--r--source/ta/scp2/source/winexplorerext.po (renamed from translations/source/ta/scp2/source/winexplorerext.po)0
-rw-r--r--source/ta/scp2/source/writer.po (renamed from translations/source/ta/scp2/source/writer.po)0
-rw-r--r--source/ta/scp2/source/xsltfilter.po (renamed from translations/source/ta/scp2/source/xsltfilter.po)0
-rw-r--r--source/ta/scripting/source/pyprov.po (renamed from translations/source/ta/scripting/source/pyprov.po)0
-rw-r--r--source/ta/sd/source/core.po (renamed from translations/source/ta/sd/source/core.po)0
-rw-r--r--source/ta/sd/source/filter/html.po (renamed from translations/source/ta/sd/source/filter/html.po)0
-rw-r--r--source/ta/sd/source/ui/accessibility.po (renamed from translations/source/ta/sd/source/ui/accessibility.po)0
-rw-r--r--source/ta/sd/source/ui/animations.po (renamed from translations/source/ta/sd/source/ui/animations.po)0
-rw-r--r--source/ta/sd/source/ui/annotations.po (renamed from translations/source/ta/sd/source/ui/annotations.po)0
-rw-r--r--source/ta/sd/source/ui/app.po (renamed from translations/source/ta/sd/source/ui/app.po)0
-rw-r--r--source/ta/sd/source/ui/dlg.po (renamed from translations/source/ta/sd/source/ui/dlg.po)0
-rw-r--r--source/ta/sd/source/ui/slideshow.po (renamed from translations/source/ta/sd/source/ui/slideshow.po)0
-rw-r--r--source/ta/sd/source/ui/table.po (renamed from translations/source/ta/sd/source/ui/table.po)0
-rw-r--r--source/ta/sd/source/ui/view.po (renamed from translations/source/ta/sd/source/ui/view.po)0
-rw-r--r--source/ta/sdext/source/minimizer.po (renamed from translations/source/ta/sdext/source/minimizer.po)0
-rw-r--r--source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ta/sdext/source/pdfimport.po (renamed from translations/source/ta/sdext/source/pdfimport.po)0
-rw-r--r--source/ta/sdext/source/presenter.po (renamed from translations/source/ta/sdext/source/presenter.po)0
-rw-r--r--source/ta/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ta/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ta/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ta/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ta/setup_native/source/mac.po (renamed from translations/source/ta/setup_native/source/mac.po)0
-rw-r--r--source/ta/sfx2/source/appl.po (renamed from translations/source/ta/sfx2/source/appl.po)0
-rw-r--r--source/ta/sfx2/source/bastyp.po (renamed from translations/source/ta/sfx2/source/bastyp.po)0
-rw-r--r--source/ta/sfx2/source/dialog.po (renamed from translations/source/ta/sfx2/source/dialog.po)0
-rw-r--r--source/ta/sfx2/source/doc.po (renamed from translations/source/ta/sfx2/source/doc.po)0
-rw-r--r--source/ta/sfx2/source/menu.po (renamed from translations/source/ta/sfx2/source/menu.po)0
-rw-r--r--source/ta/sfx2/source/view.po (renamed from translations/source/ta/sfx2/source/view.po)0
-rw-r--r--source/ta/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ta/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ta/starmath/source.po (renamed from translations/source/ta/starmath/source.po)0
-rw-r--r--source/ta/svl/source/items.po (renamed from translations/source/ta/svl/source/items.po)0
-rw-r--r--source/ta/svl/source/misc.po (renamed from translations/source/ta/svl/source/misc.po)0
-rw-r--r--source/ta/svtools/source/contnr.po (renamed from translations/source/ta/svtools/source/contnr.po)0
-rw-r--r--source/ta/svtools/source/control.po (renamed from translations/source/ta/svtools/source/control.po)0
-rw-r--r--source/ta/svtools/source/dialogs.po (renamed from translations/source/ta/svtools/source/dialogs.po)0
-rw-r--r--source/ta/svtools/source/filter.po (renamed from translations/source/ta/svtools/source/filter.po)0
-rw-r--r--source/ta/svtools/source/java.po (renamed from translations/source/ta/svtools/source/java.po)0
-rw-r--r--source/ta/svtools/source/misc.po (renamed from translations/source/ta/svtools/source/misc.po)0
-rw-r--r--source/ta/svtools/source/toolpanel.po (renamed from translations/source/ta/svtools/source/toolpanel.po)0
-rw-r--r--source/ta/svtools/workben/unodialog.po (renamed from translations/source/ta/svtools/workben/unodialog.po)0
-rw-r--r--source/ta/svx/inc.po (renamed from translations/source/ta/svx/inc.po)0
-rw-r--r--source/ta/svx/source/accessibility.po (renamed from translations/source/ta/svx/source/accessibility.po)0
-rw-r--r--source/ta/svx/source/dialog.po (renamed from translations/source/ta/svx/source/dialog.po)0
-rw-r--r--source/ta/svx/source/engine3d.po (renamed from translations/source/ta/svx/source/engine3d.po)0
-rw-r--r--source/ta/svx/source/fmcomp.po (renamed from translations/source/ta/svx/source/fmcomp.po)0
-rw-r--r--source/ta/svx/source/form.po (renamed from translations/source/ta/svx/source/form.po)0
-rw-r--r--source/ta/svx/source/gallery2.po (renamed from translations/source/ta/svx/source/gallery2.po)0
-rw-r--r--source/ta/svx/source/items.po (renamed from translations/source/ta/svx/source/items.po)0
-rw-r--r--source/ta/svx/source/src.po (renamed from translations/source/ta/svx/source/src.po)0
-rw-r--r--source/ta/svx/source/stbctrls.po (renamed from translations/source/ta/svx/source/stbctrls.po)0
-rw-r--r--source/ta/svx/source/svdraw.po (renamed from translations/source/ta/svx/source/svdraw.po)0
-rw-r--r--source/ta/svx/source/table.po (renamed from translations/source/ta/svx/source/table.po)0
-rw-r--r--source/ta/svx/source/tbxctrls.po (renamed from translations/source/ta/svx/source/tbxctrls.po)0
-rw-r--r--source/ta/svx/source/toolbars.po (renamed from translations/source/ta/svx/source/toolbars.po)0
-rw-r--r--source/ta/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ta/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ta/sw/source/core/layout.po (renamed from translations/source/ta/sw/source/core/layout.po)0
-rw-r--r--source/ta/sw/source/core/undo.po (renamed from translations/source/ta/sw/source/core/undo.po)0
-rw-r--r--source/ta/sw/source/core/unocore.po (renamed from translations/source/ta/sw/source/core/unocore.po)0
-rw-r--r--source/ta/sw/source/ui/app.po (renamed from translations/source/ta/sw/source/ui/app.po)0
-rw-r--r--source/ta/sw/source/ui/chrdlg.po (renamed from translations/source/ta/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ta/sw/source/ui/config.po (renamed from translations/source/ta/sw/source/ui/config.po)0
-rw-r--r--source/ta/sw/source/ui/dbui.po (renamed from translations/source/ta/sw/source/ui/dbui.po)0
-rw-r--r--source/ta/sw/source/ui/dialog.po (renamed from translations/source/ta/sw/source/ui/dialog.po)0
-rw-r--r--source/ta/sw/source/ui/dochdl.po (renamed from translations/source/ta/sw/source/ui/dochdl.po)0
-rw-r--r--source/ta/sw/source/ui/docvw.po (renamed from translations/source/ta/sw/source/ui/docvw.po)0
-rw-r--r--source/ta/sw/source/ui/envelp.po (renamed from translations/source/ta/sw/source/ui/envelp.po)0
-rw-r--r--source/ta/sw/source/ui/fldui.po (renamed from translations/source/ta/sw/source/ui/fldui.po)0
-rw-r--r--source/ta/sw/source/ui/fmtui.po (renamed from translations/source/ta/sw/source/ui/fmtui.po)0
-rw-r--r--source/ta/sw/source/ui/frmdlg.po (renamed from translations/source/ta/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ta/sw/source/ui/globdoc.po (renamed from translations/source/ta/sw/source/ui/globdoc.po)0
-rw-r--r--source/ta/sw/source/ui/index.po (renamed from translations/source/ta/sw/source/ui/index.po)0
-rw-r--r--source/ta/sw/source/ui/lingu.po (renamed from translations/source/ta/sw/source/ui/lingu.po)0
-rw-r--r--source/ta/sw/source/ui/misc.po (renamed from translations/source/ta/sw/source/ui/misc.po)0
-rw-r--r--source/ta/sw/source/ui/ribbar.po (renamed from translations/source/ta/sw/source/ui/ribbar.po)0
-rw-r--r--source/ta/sw/source/ui/shells.po (renamed from translations/source/ta/sw/source/ui/shells.po)0
-rw-r--r--source/ta/sw/source/ui/smartmenu.po (renamed from translations/source/ta/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ta/sw/source/ui/table.po (renamed from translations/source/ta/sw/source/ui/table.po)0
-rw-r--r--source/ta/sw/source/ui/uiview.po (renamed from translations/source/ta/sw/source/ui/uiview.po)0
-rw-r--r--source/ta/sw/source/ui/utlui.po (renamed from translations/source/ta/sw/source/ui/utlui.po)0
-rw-r--r--source/ta/sw/source/ui/web.po (renamed from translations/source/ta/sw/source/ui/web.po)0
-rw-r--r--source/ta/sw/source/ui/wrtsh.po (renamed from translations/source/ta/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ta/swext/mediawiki/help.po (renamed from translations/source/ta/swext/mediawiki/help.po)0
-rw-r--r--source/ta/swext/mediawiki/src.po (renamed from translations/source/ta/swext/mediawiki/src.po)0
-rw-r--r--source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ta/sysui/desktop/share.po (renamed from translations/source/ta/sysui/desktop/share.po)0
-rw-r--r--source/ta/uui/source.po (renamed from translations/source/ta/uui/source.po)0
-rw-r--r--source/ta/vcl/source/src.po (renamed from translations/source/ta/vcl/source/src.po)0
-rw-r--r--source/ta/wizards/source/euro.po (renamed from translations/source/ta/wizards/source/euro.po)0
-rw-r--r--source/ta/wizards/source/formwizard.po (renamed from translations/source/ta/wizards/source/formwizard.po)0
-rw-r--r--source/ta/wizards/source/importwizard.po (renamed from translations/source/ta/wizards/source/importwizard.po)0
-rw-r--r--source/ta/wizards/source/schedule.po (renamed from translations/source/ta/wizards/source/schedule.po)0
-rw-r--r--source/ta/wizards/source/template.po (renamed from translations/source/ta/wizards/source/template.po)0
-rw-r--r--source/ta/xmlsecurity/source/component.po (renamed from translations/source/ta/xmlsecurity/source/component.po)0
-rw-r--r--source/ta/xmlsecurity/source/dialogs.po (renamed from translations/source/ta/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/te/accessibility/source/helper.po (renamed from translations/source/te/accessibility/source/helper.po)0
-rw-r--r--source/te/avmedia/source/framework.po (renamed from translations/source/te/avmedia/source/framework.po)0
-rw-r--r--source/te/avmedia/source/viewer.po (renamed from translations/source/te/avmedia/source/viewer.po)0
-rw-r--r--source/te/basctl/source/basicide.po (renamed from translations/source/te/basctl/source/basicide.po)0
-rw-r--r--source/te/basctl/source/dlged.po (renamed from translations/source/te/basctl/source/dlged.po)0
-rw-r--r--source/te/basic/source/classes.po (renamed from translations/source/te/basic/source/classes.po)0
-rw-r--r--source/te/basic/source/sbx.po (renamed from translations/source/te/basic/source/sbx.po)0
-rw-r--r--source/te/chart2/source/controller/dialogs.po (renamed from translations/source/te/chart2/source/controller/dialogs.po)0
-rw-r--r--source/te/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/te/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/te/connectivity/source/resource.po (renamed from translations/source/te/connectivity/source/resource.po)0
-rw-r--r--source/te/cui/source/customize.po (renamed from translations/source/te/cui/source/customize.po)0
-rw-r--r--source/te/cui/source/dialogs.po (renamed from translations/source/te/cui/source/dialogs.po)0
-rw-r--r--source/te/cui/source/options.po (renamed from translations/source/te/cui/source/options.po)0
-rw-r--r--source/te/cui/source/tabpages.po (renamed from translations/source/te/cui/source/tabpages.po)0
-rw-r--r--source/te/dbaccess/source/core/resource.po (renamed from translations/source/te/dbaccess/source/core/resource.po)0
-rw-r--r--source/te/dbaccess/source/ext/macromigration.po (renamed from translations/source/te/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/te/dbaccess/source/sdbtools/resource.po (renamed from translations/source/te/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/te/dbaccess/source/ui/app.po (renamed from translations/source/te/dbaccess/source/ui/app.po)0
-rw-r--r--source/te/dbaccess/source/ui/browser.po (renamed from translations/source/te/dbaccess/source/ui/browser.po)0
-rw-r--r--source/te/dbaccess/source/ui/control.po (renamed from translations/source/te/dbaccess/source/ui/control.po)0
-rw-r--r--source/te/dbaccess/source/ui/dlg.po (renamed from translations/source/te/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/te/dbaccess/source/ui/inc.po (renamed from translations/source/te/dbaccess/source/ui/inc.po)0
-rw-r--r--source/te/dbaccess/source/ui/misc.po (renamed from translations/source/te/dbaccess/source/ui/misc.po)0
-rw-r--r--source/te/dbaccess/source/ui/querydesign.po (renamed from translations/source/te/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/te/dbaccess/source/ui/relationdesign.po (renamed from translations/source/te/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/te/dbaccess/source/ui/tabledesign.po (renamed from translations/source/te/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/te/dbaccess/source/ui/uno.po (renamed from translations/source/te/dbaccess/source/ui/uno.po)0
-rw-r--r--source/te/desktop/source/app.po (renamed from translations/source/te/desktop/source/app.po)0
-rw-r--r--source/te/desktop/source/deployment/gui.po (renamed from translations/source/te/desktop/source/deployment/gui.po)0
-rw-r--r--source/te/desktop/source/deployment/manager.po (renamed from translations/source/te/desktop/source/deployment/manager.po)0
-rw-r--r--source/te/desktop/source/deployment/misc.po (renamed from translations/source/te/desktop/source/deployment/misc.po)0
-rw-r--r--source/te/desktop/source/deployment/registry.po (renamed from translations/source/te/desktop/source/deployment/registry.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/component.po (renamed from translations/source/te/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/configuration.po (renamed from translations/source/te/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/help.po (renamed from translations/source/te/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/package.po (renamed from translations/source/te/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/script.po (renamed from translations/source/te/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/te/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/te/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/te/desktop/source/deployment/unopkg.po (renamed from translations/source/te/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/te/dictionaries/af_ZA.po (renamed from translations/source/te/dictionaries/af_ZA.po)0
-rw-r--r--source/te/dictionaries/an_ES.po (renamed from translations/source/te/dictionaries/an_ES.po)0
-rw-r--r--source/te/dictionaries/ar.po (renamed from translations/source/te/dictionaries/ar.po)0
-rw-r--r--source/te/dictionaries/be_BY.po (renamed from translations/source/te/dictionaries/be_BY.po)0
-rw-r--r--source/te/dictionaries/bg_BG.po (renamed from translations/source/te/dictionaries/bg_BG.po)0
-rw-r--r--source/te/dictionaries/bn_BD.po (renamed from translations/source/te/dictionaries/bn_BD.po)0
-rw-r--r--source/te/dictionaries/br_FR.po (renamed from translations/source/te/dictionaries/br_FR.po)0
-rw-r--r--source/te/dictionaries/ca.po (renamed from translations/source/te/dictionaries/ca.po)0
-rw-r--r--source/te/dictionaries/cs_CZ.po (renamed from translations/source/te/dictionaries/cs_CZ.po)0
-rw-r--r--source/te/dictionaries/da_DK.po (renamed from translations/source/te/dictionaries/da_DK.po)0
-rw-r--r--source/te/dictionaries/de.po (renamed from translations/source/te/dictionaries/de.po)0
-rw-r--r--source/te/dictionaries/el_GR.po (renamed from translations/source/te/dictionaries/el_GR.po)0
-rw-r--r--source/te/dictionaries/en.po (renamed from translations/source/te/dictionaries/en.po)0
-rw-r--r--source/te/dictionaries/en/dialog.po (renamed from translations/source/te/dictionaries/en/dialog.po)0
-rw-r--r--source/te/dictionaries/es_ES.po (renamed from translations/source/te/dictionaries/es_ES.po)0
-rw-r--r--source/te/dictionaries/et_EE.po (renamed from translations/source/te/dictionaries/et_EE.po)0
-rw-r--r--source/te/dictionaries/fr_FR.po (renamed from translations/source/te/dictionaries/fr_FR.po)0
-rw-r--r--source/te/dictionaries/gd_GB.po (renamed from translations/source/te/dictionaries/gd_GB.po)0
-rw-r--r--source/te/dictionaries/gl.po (renamed from translations/source/te/dictionaries/gl.po)0
-rw-r--r--source/te/dictionaries/gu_IN.po (renamed from translations/source/te/dictionaries/gu_IN.po)0
-rw-r--r--source/te/dictionaries/he_IL.po (renamed from translations/source/te/dictionaries/he_IL.po)0
-rw-r--r--source/te/dictionaries/hi_IN.po (renamed from translations/source/te/dictionaries/hi_IN.po)0
-rw-r--r--source/te/dictionaries/hr_HR.po (renamed from translations/source/te/dictionaries/hr_HR.po)0
-rw-r--r--source/te/dictionaries/hu_HU.po (renamed from translations/source/te/dictionaries/hu_HU.po)0
-rw-r--r--source/te/dictionaries/hu_HU/dialog.po (renamed from translations/source/te/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/te/dictionaries/it_IT.po (renamed from translations/source/te/dictionaries/it_IT.po)0
-rw-r--r--source/te/dictionaries/ku_TR.po (renamed from translations/source/te/dictionaries/ku_TR.po)0
-rw-r--r--source/te/dictionaries/lt_LT.po (renamed from translations/source/te/dictionaries/lt_LT.po)0
-rw-r--r--source/te/dictionaries/lv_LV.po (renamed from translations/source/te/dictionaries/lv_LV.po)0
-rw-r--r--source/te/dictionaries/ne_NP.po (renamed from translations/source/te/dictionaries/ne_NP.po)0
-rw-r--r--source/te/dictionaries/nl_NL.po (renamed from translations/source/te/dictionaries/nl_NL.po)0
-rw-r--r--source/te/dictionaries/no.po (renamed from translations/source/te/dictionaries/no.po)0
-rw-r--r--source/te/dictionaries/oc_FR.po (renamed from translations/source/te/dictionaries/oc_FR.po)0
-rw-r--r--source/te/dictionaries/pl_PL.po (renamed from translations/source/te/dictionaries/pl_PL.po)0
-rw-r--r--source/te/dictionaries/pt_BR.po (renamed from translations/source/te/dictionaries/pt_BR.po)0
-rw-r--r--source/te/dictionaries/pt_PT.po (renamed from translations/source/te/dictionaries/pt_PT.po)0
-rw-r--r--source/te/dictionaries/ro.po (renamed from translations/source/te/dictionaries/ro.po)0
-rw-r--r--source/te/dictionaries/ru_RU.po (renamed from translations/source/te/dictionaries/ru_RU.po)0
-rw-r--r--source/te/dictionaries/ru_RU/dialog.po (renamed from translations/source/te/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/te/dictionaries/si_LK.po (renamed from translations/source/te/dictionaries/si_LK.po)0
-rw-r--r--source/te/dictionaries/sk_SK.po (renamed from translations/source/te/dictionaries/sk_SK.po)0
-rw-r--r--source/te/dictionaries/sl_SI.po (renamed from translations/source/te/dictionaries/sl_SI.po)0
-rw-r--r--source/te/dictionaries/sr.po (renamed from translations/source/te/dictionaries/sr.po)0
-rw-r--r--source/te/dictionaries/sv_SE.po (renamed from translations/source/te/dictionaries/sv_SE.po)0
-rw-r--r--source/te/dictionaries/sw_TZ.po (renamed from translations/source/te/dictionaries/sw_TZ.po)0
-rw-r--r--source/te/dictionaries/te_IN.po (renamed from translations/source/te/dictionaries/te_IN.po)0
-rw-r--r--source/te/dictionaries/th_TH.po (renamed from translations/source/te/dictionaries/th_TH.po)0
-rw-r--r--source/te/dictionaries/uk_UA.po (renamed from translations/source/te/dictionaries/uk_UA.po)0
-rw-r--r--source/te/dictionaries/vi.po (renamed from translations/source/te/dictionaries/vi.po)0
-rw-r--r--source/te/dictionaries/zu_ZA.po (renamed from translations/source/te/dictionaries/zu_ZA.po)0
-rw-r--r--source/te/editeng/source/accessibility.po (renamed from translations/source/te/editeng/source/accessibility.po)0
-rw-r--r--source/te/editeng/source/editeng.po (renamed from translations/source/te/editeng/source/editeng.po)0
-rw-r--r--source/te/editeng/source/items.po (renamed from translations/source/te/editeng/source/items.po)0
-rw-r--r--source/te/editeng/source/misc.po (renamed from translations/source/te/editeng/source/misc.po)0
-rw-r--r--source/te/editeng/source/outliner.po (renamed from translations/source/te/editeng/source/outliner.po)0
-rw-r--r--source/te/extensions/source/abpilot.po (renamed from translations/source/te/extensions/source/abpilot.po)0
-rw-r--r--source/te/extensions/source/bibliography.po (renamed from translations/source/te/extensions/source/bibliography.po)0
-rw-r--r--source/te/extensions/source/dbpilots.po (renamed from translations/source/te/extensions/source/dbpilots.po)0
-rw-r--r--source/te/extensions/source/propctrlr.po (renamed from translations/source/te/extensions/source/propctrlr.po)0
-rw-r--r--source/te/extensions/source/scanner.po (renamed from translations/source/te/extensions/source/scanner.po)0
-rw-r--r--source/te/extensions/source/update/check.po (renamed from translations/source/te/extensions/source/update/check.po)0
-rw-r--r--source/te/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/te/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/te/filter/source/config/fragments/filters.po (renamed from translations/source/te/filter/source/config/fragments/filters.po)0
-rw-r--r--source/te/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/te/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/te/filter/source/config/fragments/types.po (renamed from translations/source/te/filter/source/config/fragments/types.po)0
-rw-r--r--source/te/filter/source/flash.po (renamed from translations/source/te/filter/source/flash.po)0
-rw-r--r--source/te/filter/source/graphicfilter/eps.po (renamed from translations/source/te/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/te/filter/source/pdf.po (renamed from translations/source/te/filter/source/pdf.po)0
-rw-r--r--source/te/filter/source/t602.po (renamed from translations/source/te/filter/source/t602.po)0
-rw-r--r--source/te/filter/source/xsltdialog.po (renamed from translations/source/te/filter/source/xsltdialog.po)0
-rw-r--r--source/te/forms/source/resource.po (renamed from translations/source/te/forms/source/resource.po)0
-rw-r--r--source/te/formula/source/core/resource.po (renamed from translations/source/te/formula/source/core/resource.po)0
-rw-r--r--source/te/formula/source/ui/dlg.po (renamed from translations/source/te/formula/source/ui/dlg.po)0
-rw-r--r--source/te/fpicker/source/office.po (renamed from translations/source/te/fpicker/source/office.po)0
-rw-r--r--source/te/framework/source/classes.po (renamed from translations/source/te/framework/source/classes.po)0
-rw-r--r--source/te/framework/source/services.po (renamed from translations/source/te/framework/source/services.po)0
-rw-r--r--source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/te/mysqlc/source.po (renamed from translations/source/te/mysqlc/source.po)0
-rw-r--r--source/te/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/te/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/te/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/te/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/te/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/te/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/te/nlpsolver/src/locale.po (renamed from translations/source/te/nlpsolver/src/locale.po)0
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/te/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/te/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/te/padmin/source.po (renamed from translations/source/te/padmin/source.po)0
-rw-r--r--source/te/readlicense_oo/docs/readme.po (renamed from translations/source/te/readlicense_oo/docs/readme.po)0
-rw-r--r--source/te/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/te/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/te/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/te/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/te/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/te/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/te/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/te/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/te/reportbuilder/util.po (renamed from translations/source/te/reportbuilder/util.po)0
-rw-r--r--source/te/reportdesign/source/core/resource.po (renamed from translations/source/te/reportdesign/source/core/resource.po)0
-rw-r--r--source/te/reportdesign/source/ui/dlg.po (renamed from translations/source/te/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/te/reportdesign/source/ui/inspection.po (renamed from translations/source/te/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/te/reportdesign/source/ui/report.po (renamed from translations/source/te/reportdesign/source/ui/report.po)0
-rw-r--r--source/te/sc/source/core/src.po (renamed from translations/source/te/sc/source/core/src.po)0
-rw-r--r--source/te/sc/source/ui/cctrl.po (renamed from translations/source/te/sc/source/ui/cctrl.po)0
-rw-r--r--source/te/sc/source/ui/dbgui.po (renamed from translations/source/te/sc/source/ui/dbgui.po)0
-rw-r--r--source/te/sc/source/ui/docshell.po (renamed from translations/source/te/sc/source/ui/docshell.po)0
-rw-r--r--source/te/sc/source/ui/drawfunc.po (renamed from translations/source/te/sc/source/ui/drawfunc.po)0
-rw-r--r--source/te/sc/source/ui/formdlg.po (renamed from translations/source/te/sc/source/ui/formdlg.po)0
-rw-r--r--source/te/sc/source/ui/miscdlgs.po (renamed from translations/source/te/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/te/sc/source/ui/navipi.po (renamed from translations/source/te/sc/source/ui/navipi.po)0
-rw-r--r--source/te/sc/source/ui/optdlg.po (renamed from translations/source/te/sc/source/ui/optdlg.po)0
-rw-r--r--source/te/sc/source/ui/pagedlg.po (renamed from translations/source/te/sc/source/ui/pagedlg.po)0
-rw-r--r--source/te/sc/source/ui/src.po (renamed from translations/source/te/sc/source/ui/src.po)0
-rw-r--r--source/te/sc/source/ui/styleui.po (renamed from translations/source/te/sc/source/ui/styleui.po)0
-rw-r--r--source/te/scaddins/source/analysis.po (renamed from translations/source/te/scaddins/source/analysis.po)0
-rw-r--r--source/te/scaddins/source/datefunc.po (renamed from translations/source/te/scaddins/source/datefunc.po)0
-rw-r--r--source/te/sccomp/source/solver.po (renamed from translations/source/te/sccomp/source/solver.po)0
-rw-r--r--source/te/scp2/source/accessories.po (renamed from translations/source/te/scp2/source/accessories.po)0
-rw-r--r--source/te/scp2/source/activex.po (renamed from translations/source/te/scp2/source/activex.po)0
-rw-r--r--source/te/scp2/source/base.po (renamed from translations/source/te/scp2/source/base.po)0
-rw-r--r--source/te/scp2/source/binfilter.po (renamed from translations/source/te/scp2/source/binfilter.po)0
-rw-r--r--source/te/scp2/source/calc.po (renamed from translations/source/te/scp2/source/calc.po)0
-rw-r--r--source/te/scp2/source/draw.po (renamed from translations/source/te/scp2/source/draw.po)0
-rw-r--r--source/te/scp2/source/extensions.po (renamed from translations/source/te/scp2/source/extensions.po)0
-rw-r--r--source/te/scp2/source/gnome.po (renamed from translations/source/te/scp2/source/gnome.po)0
-rw-r--r--source/te/scp2/source/graphicfilter.po (renamed from translations/source/te/scp2/source/graphicfilter.po)0
-rw-r--r--source/te/scp2/source/impress.po (renamed from translations/source/te/scp2/source/impress.po)0
-rw-r--r--source/te/scp2/source/javafilter.po (renamed from translations/source/te/scp2/source/javafilter.po)0
-rw-r--r--source/te/scp2/source/kde.po (renamed from translations/source/te/scp2/source/kde.po)0
-rw-r--r--source/te/scp2/source/math.po (renamed from translations/source/te/scp2/source/math.po)0
-rw-r--r--source/te/scp2/source/onlineupdate.po (renamed from translations/source/te/scp2/source/onlineupdate.po)0
-rw-r--r--source/te/scp2/source/ooo.po (renamed from translations/source/te/scp2/source/ooo.po)0
-rw-r--r--source/te/scp2/source/python.po (renamed from translations/source/te/scp2/source/python.po)0
-rw-r--r--source/te/scp2/source/quickstart.po (renamed from translations/source/te/scp2/source/quickstart.po)0
-rw-r--r--source/te/scp2/source/sdkoo.po (renamed from translations/source/te/scp2/source/sdkoo.po)0
-rw-r--r--source/te/scp2/source/smoketest.po (renamed from translations/source/te/scp2/source/smoketest.po)0
-rw-r--r--source/te/scp2/source/stdlibs.po (renamed from translations/source/te/scp2/source/stdlibs.po)0
-rw-r--r--source/te/scp2/source/tde.po (renamed from translations/source/te/scp2/source/tde.po)0
-rw-r--r--source/te/scp2/source/winexplorerext.po (renamed from translations/source/te/scp2/source/winexplorerext.po)0
-rw-r--r--source/te/scp2/source/writer.po (renamed from translations/source/te/scp2/source/writer.po)0
-rw-r--r--source/te/scp2/source/xsltfilter.po (renamed from translations/source/te/scp2/source/xsltfilter.po)0
-rw-r--r--source/te/scripting/source/pyprov.po (renamed from translations/source/te/scripting/source/pyprov.po)0
-rw-r--r--source/te/sd/source/core.po (renamed from translations/source/te/sd/source/core.po)0
-rw-r--r--source/te/sd/source/filter/html.po (renamed from translations/source/te/sd/source/filter/html.po)0
-rw-r--r--source/te/sd/source/ui/accessibility.po (renamed from translations/source/te/sd/source/ui/accessibility.po)0
-rw-r--r--source/te/sd/source/ui/animations.po (renamed from translations/source/te/sd/source/ui/animations.po)0
-rw-r--r--source/te/sd/source/ui/annotations.po (renamed from translations/source/te/sd/source/ui/annotations.po)0
-rw-r--r--source/te/sd/source/ui/app.po (renamed from translations/source/te/sd/source/ui/app.po)0
-rw-r--r--source/te/sd/source/ui/dlg.po (renamed from translations/source/te/sd/source/ui/dlg.po)0
-rw-r--r--source/te/sd/source/ui/slideshow.po (renamed from translations/source/te/sd/source/ui/slideshow.po)0
-rw-r--r--source/te/sd/source/ui/table.po (renamed from translations/source/te/sd/source/ui/table.po)0
-rw-r--r--source/te/sd/source/ui/view.po (renamed from translations/source/te/sd/source/ui/view.po)0
-rw-r--r--source/te/sdext/source/minimizer.po (renamed from translations/source/te/sdext/source/minimizer.po)0
-rw-r--r--source/te/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/te/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/te/sdext/source/pdfimport.po (renamed from translations/source/te/sdext/source/pdfimport.po)0
-rw-r--r--source/te/sdext/source/presenter.po (renamed from translations/source/te/sdext/source/presenter.po)0
-rw-r--r--source/te/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/te/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/te/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/te/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/te/setup_native/source/mac.po (renamed from translations/source/te/setup_native/source/mac.po)0
-rw-r--r--source/te/sfx2/source/appl.po (renamed from translations/source/te/sfx2/source/appl.po)0
-rw-r--r--source/te/sfx2/source/bastyp.po (renamed from translations/source/te/sfx2/source/bastyp.po)0
-rw-r--r--source/te/sfx2/source/dialog.po (renamed from translations/source/te/sfx2/source/dialog.po)0
-rw-r--r--source/te/sfx2/source/doc.po (renamed from translations/source/te/sfx2/source/doc.po)0
-rw-r--r--source/te/sfx2/source/menu.po (renamed from translations/source/te/sfx2/source/menu.po)0
-rw-r--r--source/te/sfx2/source/view.po (renamed from translations/source/te/sfx2/source/view.po)0
-rw-r--r--source/te/shell/source/win32/shlxthandler/res.po (renamed from translations/source/te/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/te/starmath/source.po (renamed from translations/source/te/starmath/source.po)0
-rw-r--r--source/te/svl/source/items.po (renamed from translations/source/te/svl/source/items.po)0
-rw-r--r--source/te/svl/source/misc.po (renamed from translations/source/te/svl/source/misc.po)0
-rw-r--r--source/te/svtools/source/contnr.po (renamed from translations/source/te/svtools/source/contnr.po)0
-rw-r--r--source/te/svtools/source/control.po (renamed from translations/source/te/svtools/source/control.po)0
-rw-r--r--source/te/svtools/source/dialogs.po (renamed from translations/source/te/svtools/source/dialogs.po)0
-rw-r--r--source/te/svtools/source/filter.po (renamed from translations/source/te/svtools/source/filter.po)0
-rw-r--r--source/te/svtools/source/java.po (renamed from translations/source/te/svtools/source/java.po)0
-rw-r--r--source/te/svtools/source/misc.po (renamed from translations/source/te/svtools/source/misc.po)0
-rw-r--r--source/te/svtools/source/toolpanel.po (renamed from translations/source/te/svtools/source/toolpanel.po)0
-rw-r--r--source/te/svtools/workben/unodialog.po (renamed from translations/source/te/svtools/workben/unodialog.po)0
-rw-r--r--source/te/svx/inc.po (renamed from translations/source/te/svx/inc.po)0
-rw-r--r--source/te/svx/source/accessibility.po (renamed from translations/source/te/svx/source/accessibility.po)0
-rw-r--r--source/te/svx/source/dialog.po (renamed from translations/source/te/svx/source/dialog.po)0
-rw-r--r--source/te/svx/source/engine3d.po (renamed from translations/source/te/svx/source/engine3d.po)0
-rw-r--r--source/te/svx/source/fmcomp.po (renamed from translations/source/te/svx/source/fmcomp.po)0
-rw-r--r--source/te/svx/source/form.po (renamed from translations/source/te/svx/source/form.po)0
-rw-r--r--source/te/svx/source/gallery2.po (renamed from translations/source/te/svx/source/gallery2.po)0
-rw-r--r--source/te/svx/source/items.po (renamed from translations/source/te/svx/source/items.po)0
-rw-r--r--source/te/svx/source/src.po (renamed from translations/source/te/svx/source/src.po)0
-rw-r--r--source/te/svx/source/stbctrls.po (renamed from translations/source/te/svx/source/stbctrls.po)0
-rw-r--r--source/te/svx/source/svdraw.po (renamed from translations/source/te/svx/source/svdraw.po)0
-rw-r--r--source/te/svx/source/table.po (renamed from translations/source/te/svx/source/table.po)0
-rw-r--r--source/te/svx/source/tbxctrls.po (renamed from translations/source/te/svx/source/tbxctrls.po)0
-rw-r--r--source/te/svx/source/toolbars.po (renamed from translations/source/te/svx/source/toolbars.po)0
-rw-r--r--source/te/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/te/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/te/sw/source/core/layout.po (renamed from translations/source/te/sw/source/core/layout.po)0
-rw-r--r--source/te/sw/source/core/undo.po (renamed from translations/source/te/sw/source/core/undo.po)0
-rw-r--r--source/te/sw/source/core/unocore.po (renamed from translations/source/te/sw/source/core/unocore.po)0
-rw-r--r--source/te/sw/source/ui/app.po (renamed from translations/source/te/sw/source/ui/app.po)0
-rw-r--r--source/te/sw/source/ui/chrdlg.po (renamed from translations/source/te/sw/source/ui/chrdlg.po)0
-rw-r--r--source/te/sw/source/ui/config.po (renamed from translations/source/te/sw/source/ui/config.po)0
-rw-r--r--source/te/sw/source/ui/dbui.po (renamed from translations/source/te/sw/source/ui/dbui.po)0
-rw-r--r--source/te/sw/source/ui/dialog.po (renamed from translations/source/te/sw/source/ui/dialog.po)0
-rw-r--r--source/te/sw/source/ui/dochdl.po (renamed from translations/source/te/sw/source/ui/dochdl.po)0
-rw-r--r--source/te/sw/source/ui/docvw.po (renamed from translations/source/te/sw/source/ui/docvw.po)0
-rw-r--r--source/te/sw/source/ui/envelp.po (renamed from translations/source/te/sw/source/ui/envelp.po)0
-rw-r--r--source/te/sw/source/ui/fldui.po (renamed from translations/source/te/sw/source/ui/fldui.po)0
-rw-r--r--source/te/sw/source/ui/fmtui.po (renamed from translations/source/te/sw/source/ui/fmtui.po)0
-rw-r--r--source/te/sw/source/ui/frmdlg.po (renamed from translations/source/te/sw/source/ui/frmdlg.po)0
-rw-r--r--source/te/sw/source/ui/globdoc.po (renamed from translations/source/te/sw/source/ui/globdoc.po)0
-rw-r--r--source/te/sw/source/ui/index.po (renamed from translations/source/te/sw/source/ui/index.po)0
-rw-r--r--source/te/sw/source/ui/lingu.po (renamed from translations/source/te/sw/source/ui/lingu.po)0
-rw-r--r--source/te/sw/source/ui/misc.po (renamed from translations/source/te/sw/source/ui/misc.po)0
-rw-r--r--source/te/sw/source/ui/ribbar.po (renamed from translations/source/te/sw/source/ui/ribbar.po)0
-rw-r--r--source/te/sw/source/ui/shells.po (renamed from translations/source/te/sw/source/ui/shells.po)0
-rw-r--r--source/te/sw/source/ui/smartmenu.po (renamed from translations/source/te/sw/source/ui/smartmenu.po)0
-rw-r--r--source/te/sw/source/ui/table.po (renamed from translations/source/te/sw/source/ui/table.po)0
-rw-r--r--source/te/sw/source/ui/uiview.po (renamed from translations/source/te/sw/source/ui/uiview.po)0
-rw-r--r--source/te/sw/source/ui/utlui.po (renamed from translations/source/te/sw/source/ui/utlui.po)0
-rw-r--r--source/te/sw/source/ui/web.po (renamed from translations/source/te/sw/source/ui/web.po)0
-rw-r--r--source/te/sw/source/ui/wrtsh.po (renamed from translations/source/te/sw/source/ui/wrtsh.po)0
-rw-r--r--source/te/swext/mediawiki/help.po (renamed from translations/source/te/swext/mediawiki/help.po)0
-rw-r--r--source/te/swext/mediawiki/src.po (renamed from translations/source/te/swext/mediawiki/src.po)0
-rw-r--r--source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/te/sysui/desktop/share.po (renamed from translations/source/te/sysui/desktop/share.po)0
-rw-r--r--source/te/uui/source.po (renamed from translations/source/te/uui/source.po)0
-rw-r--r--source/te/vcl/source/src.po (renamed from translations/source/te/vcl/source/src.po)0
-rw-r--r--source/te/wizards/source/euro.po (renamed from translations/source/te/wizards/source/euro.po)0
-rw-r--r--source/te/wizards/source/formwizard.po (renamed from translations/source/te/wizards/source/formwizard.po)0
-rw-r--r--source/te/wizards/source/importwizard.po (renamed from translations/source/te/wizards/source/importwizard.po)0
-rw-r--r--source/te/wizards/source/schedule.po (renamed from translations/source/te/wizards/source/schedule.po)0
-rw-r--r--source/te/wizards/source/template.po (renamed from translations/source/te/wizards/source/template.po)0
-rw-r--r--source/te/xmlsecurity/source/component.po (renamed from translations/source/te/xmlsecurity/source/component.po)0
-rw-r--r--source/te/xmlsecurity/source/dialogs.po (renamed from translations/source/te/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/tg/accessibility/source/helper.po (renamed from translations/source/tg/accessibility/source/helper.po)0
-rw-r--r--source/tg/avmedia/source/framework.po (renamed from translations/source/tg/avmedia/source/framework.po)0
-rw-r--r--source/tg/avmedia/source/viewer.po (renamed from translations/source/tg/avmedia/source/viewer.po)0
-rw-r--r--source/tg/basctl/source/basicide.po (renamed from translations/source/tg/basctl/source/basicide.po)0
-rw-r--r--source/tg/basctl/source/dlged.po (renamed from translations/source/tg/basctl/source/dlged.po)0
-rw-r--r--source/tg/basic/source/classes.po (renamed from translations/source/tg/basic/source/classes.po)0
-rw-r--r--source/tg/basic/source/sbx.po (renamed from translations/source/tg/basic/source/sbx.po)0
-rw-r--r--source/tg/chart2/source/controller/dialogs.po (renamed from translations/source/tg/chart2/source/controller/dialogs.po)0
-rw-r--r--source/tg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/tg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/tg/connectivity/source/resource.po (renamed from translations/source/tg/connectivity/source/resource.po)0
-rw-r--r--source/tg/cui/source/customize.po (renamed from translations/source/tg/cui/source/customize.po)0
-rw-r--r--source/tg/cui/source/dialogs.po (renamed from translations/source/tg/cui/source/dialogs.po)0
-rw-r--r--source/tg/cui/source/options.po (renamed from translations/source/tg/cui/source/options.po)0
-rw-r--r--source/tg/cui/source/tabpages.po (renamed from translations/source/tg/cui/source/tabpages.po)0
-rw-r--r--source/tg/dbaccess/source/core/resource.po (renamed from translations/source/tg/dbaccess/source/core/resource.po)0
-rw-r--r--source/tg/dbaccess/source/ext/macromigration.po (renamed from translations/source/tg/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/tg/dbaccess/source/sdbtools/resource.po (renamed from translations/source/tg/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/tg/dbaccess/source/ui/app.po (renamed from translations/source/tg/dbaccess/source/ui/app.po)0
-rw-r--r--source/tg/dbaccess/source/ui/browser.po (renamed from translations/source/tg/dbaccess/source/ui/browser.po)0
-rw-r--r--source/tg/dbaccess/source/ui/control.po (renamed from translations/source/tg/dbaccess/source/ui/control.po)0
-rw-r--r--source/tg/dbaccess/source/ui/dlg.po (renamed from translations/source/tg/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/tg/dbaccess/source/ui/inc.po (renamed from translations/source/tg/dbaccess/source/ui/inc.po)0
-rw-r--r--source/tg/dbaccess/source/ui/misc.po (renamed from translations/source/tg/dbaccess/source/ui/misc.po)0
-rw-r--r--source/tg/dbaccess/source/ui/querydesign.po (renamed from translations/source/tg/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/tg/dbaccess/source/ui/relationdesign.po (renamed from translations/source/tg/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/tg/dbaccess/source/ui/tabledesign.po (renamed from translations/source/tg/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/tg/dbaccess/source/ui/uno.po (renamed from translations/source/tg/dbaccess/source/ui/uno.po)0
-rw-r--r--source/tg/desktop/source/app.po (renamed from translations/source/tg/desktop/source/app.po)0
-rw-r--r--source/tg/desktop/source/deployment/gui.po (renamed from translations/source/tg/desktop/source/deployment/gui.po)0
-rw-r--r--source/tg/desktop/source/deployment/manager.po (renamed from translations/source/tg/desktop/source/deployment/manager.po)0
-rw-r--r--source/tg/desktop/source/deployment/misc.po (renamed from translations/source/tg/desktop/source/deployment/misc.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry.po (renamed from translations/source/tg/desktop/source/deployment/registry.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/component.po (renamed from translations/source/tg/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/configuration.po (renamed from translations/source/tg/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/help.po (renamed from translations/source/tg/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/package.po (renamed from translations/source/tg/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/script.po (renamed from translations/source/tg/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/tg/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/tg/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/tg/desktop/source/deployment/unopkg.po (renamed from translations/source/tg/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/tg/dictionaries/af_ZA.po (renamed from translations/source/tg/dictionaries/af_ZA.po)0
-rw-r--r--source/tg/dictionaries/an_ES.po (renamed from translations/source/tg/dictionaries/an_ES.po)0
-rw-r--r--source/tg/dictionaries/ar.po (renamed from translations/source/tg/dictionaries/ar.po)0
-rw-r--r--source/tg/dictionaries/be_BY.po (renamed from translations/source/tg/dictionaries/be_BY.po)0
-rw-r--r--source/tg/dictionaries/bg_BG.po (renamed from translations/source/tg/dictionaries/bg_BG.po)0
-rw-r--r--source/tg/dictionaries/bn_BD.po (renamed from translations/source/tg/dictionaries/bn_BD.po)0
-rw-r--r--source/tg/dictionaries/br_FR.po (renamed from translations/source/tg/dictionaries/br_FR.po)0
-rw-r--r--source/tg/dictionaries/ca.po (renamed from translations/source/tg/dictionaries/ca.po)0
-rw-r--r--source/tg/dictionaries/cs_CZ.po (renamed from translations/source/tg/dictionaries/cs_CZ.po)0
-rw-r--r--source/tg/dictionaries/da_DK.po (renamed from translations/source/tg/dictionaries/da_DK.po)0
-rw-r--r--source/tg/dictionaries/de.po (renamed from translations/source/tg/dictionaries/de.po)0
-rw-r--r--source/tg/dictionaries/el_GR.po (renamed from translations/source/tg/dictionaries/el_GR.po)0
-rw-r--r--source/tg/dictionaries/en.po (renamed from translations/source/tg/dictionaries/en.po)0
-rw-r--r--source/tg/dictionaries/en/dialog.po (renamed from translations/source/tg/dictionaries/en/dialog.po)0
-rw-r--r--source/tg/dictionaries/es_ES.po (renamed from translations/source/tg/dictionaries/es_ES.po)0
-rw-r--r--source/tg/dictionaries/et_EE.po (renamed from translations/source/tg/dictionaries/et_EE.po)0
-rw-r--r--source/tg/dictionaries/fr_FR.po (renamed from translations/source/tg/dictionaries/fr_FR.po)0
-rw-r--r--source/tg/dictionaries/gd_GB.po (renamed from translations/source/tg/dictionaries/gd_GB.po)0
-rw-r--r--source/tg/dictionaries/gl.po (renamed from translations/source/tg/dictionaries/gl.po)0
-rw-r--r--source/tg/dictionaries/gu_IN.po (renamed from translations/source/tg/dictionaries/gu_IN.po)0
-rw-r--r--source/tg/dictionaries/he_IL.po (renamed from translations/source/tg/dictionaries/he_IL.po)0
-rw-r--r--source/tg/dictionaries/hi_IN.po (renamed from translations/source/tg/dictionaries/hi_IN.po)0
-rw-r--r--source/tg/dictionaries/hr_HR.po (renamed from translations/source/tg/dictionaries/hr_HR.po)0
-rw-r--r--source/tg/dictionaries/hu_HU.po (renamed from translations/source/tg/dictionaries/hu_HU.po)0
-rw-r--r--source/tg/dictionaries/hu_HU/dialog.po (renamed from translations/source/tg/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/tg/dictionaries/it_IT.po (renamed from translations/source/tg/dictionaries/it_IT.po)0
-rw-r--r--source/tg/dictionaries/ku_TR.po (renamed from translations/source/tg/dictionaries/ku_TR.po)0
-rw-r--r--source/tg/dictionaries/lt_LT.po (renamed from translations/source/tg/dictionaries/lt_LT.po)0
-rw-r--r--source/tg/dictionaries/lv_LV.po (renamed from translations/source/tg/dictionaries/lv_LV.po)0
-rw-r--r--source/tg/dictionaries/ne_NP.po (renamed from translations/source/tg/dictionaries/ne_NP.po)0
-rw-r--r--source/tg/dictionaries/nl_NL.po (renamed from translations/source/tg/dictionaries/nl_NL.po)0
-rw-r--r--source/tg/dictionaries/no.po (renamed from translations/source/tg/dictionaries/no.po)0
-rw-r--r--source/tg/dictionaries/oc_FR.po (renamed from translations/source/tg/dictionaries/oc_FR.po)0
-rw-r--r--source/tg/dictionaries/pl_PL.po (renamed from translations/source/tg/dictionaries/pl_PL.po)0
-rw-r--r--source/tg/dictionaries/pt_BR.po (renamed from translations/source/tg/dictionaries/pt_BR.po)0
-rw-r--r--source/tg/dictionaries/pt_PT.po (renamed from translations/source/tg/dictionaries/pt_PT.po)0
-rw-r--r--source/tg/dictionaries/ro.po (renamed from translations/source/tg/dictionaries/ro.po)0
-rw-r--r--source/tg/dictionaries/ru_RU.po (renamed from translations/source/tg/dictionaries/ru_RU.po)0
-rw-r--r--source/tg/dictionaries/ru_RU/dialog.po (renamed from translations/source/tg/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/tg/dictionaries/si_LK.po (renamed from translations/source/tg/dictionaries/si_LK.po)0
-rw-r--r--source/tg/dictionaries/sk_SK.po (renamed from translations/source/tg/dictionaries/sk_SK.po)0
-rw-r--r--source/tg/dictionaries/sl_SI.po (renamed from translations/source/tg/dictionaries/sl_SI.po)0
-rw-r--r--source/tg/dictionaries/sr.po (renamed from translations/source/tg/dictionaries/sr.po)0
-rw-r--r--source/tg/dictionaries/sv_SE.po (renamed from translations/source/tg/dictionaries/sv_SE.po)0
-rw-r--r--source/tg/dictionaries/sw_TZ.po (renamed from translations/source/tg/dictionaries/sw_TZ.po)0
-rw-r--r--source/tg/dictionaries/te_IN.po (renamed from translations/source/tg/dictionaries/te_IN.po)0
-rw-r--r--source/tg/dictionaries/th_TH.po (renamed from translations/source/tg/dictionaries/th_TH.po)0
-rw-r--r--source/tg/dictionaries/uk_UA.po (renamed from translations/source/tg/dictionaries/uk_UA.po)0
-rw-r--r--source/tg/dictionaries/vi.po (renamed from translations/source/tg/dictionaries/vi.po)0
-rw-r--r--source/tg/dictionaries/zu_ZA.po (renamed from translations/source/tg/dictionaries/zu_ZA.po)0
-rw-r--r--source/tg/editeng/source/accessibility.po (renamed from translations/source/tg/editeng/source/accessibility.po)0
-rw-r--r--source/tg/editeng/source/editeng.po (renamed from translations/source/tg/editeng/source/editeng.po)0
-rw-r--r--source/tg/editeng/source/items.po (renamed from translations/source/tg/editeng/source/items.po)0
-rw-r--r--source/tg/editeng/source/misc.po (renamed from translations/source/tg/editeng/source/misc.po)0
-rw-r--r--source/tg/editeng/source/outliner.po (renamed from translations/source/tg/editeng/source/outliner.po)0
-rw-r--r--source/tg/extensions/source/abpilot.po (renamed from translations/source/tg/extensions/source/abpilot.po)0
-rw-r--r--source/tg/extensions/source/bibliography.po (renamed from translations/source/tg/extensions/source/bibliography.po)0
-rw-r--r--source/tg/extensions/source/dbpilots.po (renamed from translations/source/tg/extensions/source/dbpilots.po)0
-rw-r--r--source/tg/extensions/source/propctrlr.po (renamed from translations/source/tg/extensions/source/propctrlr.po)0
-rw-r--r--source/tg/extensions/source/scanner.po (renamed from translations/source/tg/extensions/source/scanner.po)0
-rw-r--r--source/tg/extensions/source/update/check.po (renamed from translations/source/tg/extensions/source/update/check.po)0
-rw-r--r--source/tg/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/tg/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/tg/filter/source/config/fragments/filters.po (renamed from translations/source/tg/filter/source/config/fragments/filters.po)0
-rw-r--r--source/tg/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/tg/filter/source/config/fragments/types.po (renamed from translations/source/tg/filter/source/config/fragments/types.po)0
-rw-r--r--source/tg/filter/source/flash.po (renamed from translations/source/tg/filter/source/flash.po)0
-rw-r--r--source/tg/filter/source/graphicfilter/eps.po (renamed from translations/source/tg/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/tg/filter/source/pdf.po (renamed from translations/source/tg/filter/source/pdf.po)0
-rw-r--r--source/tg/filter/source/t602.po (renamed from translations/source/tg/filter/source/t602.po)0
-rw-r--r--source/tg/filter/source/xsltdialog.po (renamed from translations/source/tg/filter/source/xsltdialog.po)0
-rw-r--r--source/tg/forms/source/resource.po (renamed from translations/source/tg/forms/source/resource.po)0
-rw-r--r--source/tg/formula/source/core/resource.po (renamed from translations/source/tg/formula/source/core/resource.po)0
-rw-r--r--source/tg/formula/source/ui/dlg.po (renamed from translations/source/tg/formula/source/ui/dlg.po)0
-rw-r--r--source/tg/fpicker/source/office.po (renamed from translations/source/tg/fpicker/source/office.po)0
-rw-r--r--source/tg/framework/source/classes.po (renamed from translations/source/tg/framework/source/classes.po)0
-rw-r--r--source/tg/framework/source/services.po (renamed from translations/source/tg/framework/source/services.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/tg/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/tg/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc.po (renamed from translations/source/tg/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/00.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/02.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/04.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/05.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/tg/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/schart.po (renamed from translations/source/tg/helpcontent2/source/text/schart.po)0
-rw-r--r--source/tg/helpcontent2/source/text/schart/00.po (renamed from translations/source/tg/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/schart/01.po (renamed from translations/source/tg/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/schart/02.po (renamed from translations/source/tg/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/schart/04.po (renamed from translations/source/tg/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sdraw.po (renamed from translations/source/tg/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/tg/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/tg/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/tg/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/tg/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared.po (renamed from translations/source/tg/helpcontent2/source/text/shared.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po (renamed from translations/source/tg/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po (renamed from translations/source/tg/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po (renamed from translations/source/tg/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/04.po (renamed from translations/source/tg/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/05.po (renamed from translations/source/tg/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/07.po (renamed from translations/source/tg/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/tg/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/tg/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/tg/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po (renamed from translations/source/tg/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/tg/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress.po (renamed from translations/source/tg/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress/00.po (renamed from translations/source/tg/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress/01.po (renamed from translations/source/tg/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress/02.po (renamed from translations/source/tg/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress/04.po (renamed from translations/source/tg/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/tg/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath.po (renamed from translations/source/tg/helpcontent2/source/text/smath.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath/00.po (renamed from translations/source/tg/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath/01.po (renamed from translations/source/tg/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath/02.po (renamed from translations/source/tg/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath/04.po (renamed from translations/source/tg/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/smath/guide.po (renamed from translations/source/tg/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po (renamed from translations/source/tg/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po (renamed from translations/source/tg/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po (renamed from translations/source/tg/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter/02.po (renamed from translations/source/tg/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter/04.po (renamed from translations/source/tg/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/tg/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/tg/mysqlc/source.po (renamed from translations/source/tg/mysqlc/source.po)0
-rw-r--r--source/tg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/tg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/tg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/tg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/tg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/tg/nlpsolver/src/locale.po (renamed from translations/source/tg/nlpsolver/src/locale.po)0
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/tg/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tg/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tg/padmin/source.po (renamed from translations/source/tg/padmin/source.po)0
-rw-r--r--source/tg/readlicense_oo/docs/readme.po (renamed from translations/source/tg/readlicense_oo/docs/readme.po)0
-rw-r--r--source/tg/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/tg/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/tg/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/tg/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tg/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tg/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tg/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/tg/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/tg/reportbuilder/util.po (renamed from translations/source/tg/reportbuilder/util.po)0
-rw-r--r--source/tg/reportdesign/source/core/resource.po (renamed from translations/source/tg/reportdesign/source/core/resource.po)0
-rw-r--r--source/tg/reportdesign/source/ui/dlg.po (renamed from translations/source/tg/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/tg/reportdesign/source/ui/inspection.po (renamed from translations/source/tg/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/tg/reportdesign/source/ui/report.po (renamed from translations/source/tg/reportdesign/source/ui/report.po)0
-rw-r--r--source/tg/sc/source/core/src.po (renamed from translations/source/tg/sc/source/core/src.po)0
-rw-r--r--source/tg/sc/source/ui/cctrl.po (renamed from translations/source/tg/sc/source/ui/cctrl.po)0
-rw-r--r--source/tg/sc/source/ui/dbgui.po (renamed from translations/source/tg/sc/source/ui/dbgui.po)0
-rw-r--r--source/tg/sc/source/ui/docshell.po (renamed from translations/source/tg/sc/source/ui/docshell.po)0
-rw-r--r--source/tg/sc/source/ui/drawfunc.po (renamed from translations/source/tg/sc/source/ui/drawfunc.po)0
-rw-r--r--source/tg/sc/source/ui/formdlg.po (renamed from translations/source/tg/sc/source/ui/formdlg.po)0
-rw-r--r--source/tg/sc/source/ui/miscdlgs.po (renamed from translations/source/tg/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/tg/sc/source/ui/navipi.po (renamed from translations/source/tg/sc/source/ui/navipi.po)0
-rw-r--r--source/tg/sc/source/ui/optdlg.po (renamed from translations/source/tg/sc/source/ui/optdlg.po)0
-rw-r--r--source/tg/sc/source/ui/pagedlg.po (renamed from translations/source/tg/sc/source/ui/pagedlg.po)0
-rw-r--r--source/tg/sc/source/ui/src.po (renamed from translations/source/tg/sc/source/ui/src.po)0
-rw-r--r--source/tg/sc/source/ui/styleui.po (renamed from translations/source/tg/sc/source/ui/styleui.po)0
-rw-r--r--source/tg/scaddins/source/analysis.po (renamed from translations/source/tg/scaddins/source/analysis.po)0
-rw-r--r--source/tg/scaddins/source/datefunc.po (renamed from translations/source/tg/scaddins/source/datefunc.po)0
-rw-r--r--source/tg/sccomp/source/solver.po (renamed from translations/source/tg/sccomp/source/solver.po)0
-rw-r--r--source/tg/scp2/source/accessories.po (renamed from translations/source/tg/scp2/source/accessories.po)0
-rw-r--r--source/tg/scp2/source/activex.po (renamed from translations/source/tg/scp2/source/activex.po)0
-rw-r--r--source/tg/scp2/source/base.po (renamed from translations/source/tg/scp2/source/base.po)0
-rw-r--r--source/tg/scp2/source/binfilter.po (renamed from translations/source/tg/scp2/source/binfilter.po)0
-rw-r--r--source/tg/scp2/source/calc.po (renamed from translations/source/tg/scp2/source/calc.po)0
-rw-r--r--source/tg/scp2/source/draw.po (renamed from translations/source/tg/scp2/source/draw.po)0
-rw-r--r--source/tg/scp2/source/extensions.po (renamed from translations/source/tg/scp2/source/extensions.po)0
-rw-r--r--source/tg/scp2/source/gnome.po (renamed from translations/source/tg/scp2/source/gnome.po)0
-rw-r--r--source/tg/scp2/source/graphicfilter.po (renamed from translations/source/tg/scp2/source/graphicfilter.po)0
-rw-r--r--source/tg/scp2/source/impress.po (renamed from translations/source/tg/scp2/source/impress.po)0
-rw-r--r--source/tg/scp2/source/javafilter.po (renamed from translations/source/tg/scp2/source/javafilter.po)0
-rw-r--r--source/tg/scp2/source/kde.po (renamed from translations/source/tg/scp2/source/kde.po)0
-rw-r--r--source/tg/scp2/source/math.po (renamed from translations/source/tg/scp2/source/math.po)0
-rw-r--r--source/tg/scp2/source/onlineupdate.po (renamed from translations/source/tg/scp2/source/onlineupdate.po)0
-rw-r--r--source/tg/scp2/source/ooo.po (renamed from translations/source/tg/scp2/source/ooo.po)0
-rw-r--r--source/tg/scp2/source/python.po (renamed from translations/source/tg/scp2/source/python.po)0
-rw-r--r--source/tg/scp2/source/quickstart.po (renamed from translations/source/tg/scp2/source/quickstart.po)0
-rw-r--r--source/tg/scp2/source/sdkoo.po (renamed from translations/source/tg/scp2/source/sdkoo.po)0
-rw-r--r--source/tg/scp2/source/smoketest.po (renamed from translations/source/tg/scp2/source/smoketest.po)0
-rw-r--r--source/tg/scp2/source/stdlibs.po (renamed from translations/source/tg/scp2/source/stdlibs.po)0
-rw-r--r--source/tg/scp2/source/tde.po (renamed from translations/source/tg/scp2/source/tde.po)0
-rw-r--r--source/tg/scp2/source/winexplorerext.po (renamed from translations/source/tg/scp2/source/winexplorerext.po)0
-rw-r--r--source/tg/scp2/source/writer.po (renamed from translations/source/tg/scp2/source/writer.po)0
-rw-r--r--source/tg/scp2/source/xsltfilter.po (renamed from translations/source/tg/scp2/source/xsltfilter.po)0
-rw-r--r--source/tg/scripting/source/pyprov.po (renamed from translations/source/tg/scripting/source/pyprov.po)0
-rw-r--r--source/tg/sd/source/core.po (renamed from translations/source/tg/sd/source/core.po)0
-rw-r--r--source/tg/sd/source/filter/html.po (renamed from translations/source/tg/sd/source/filter/html.po)0
-rw-r--r--source/tg/sd/source/ui/accessibility.po (renamed from translations/source/tg/sd/source/ui/accessibility.po)0
-rw-r--r--source/tg/sd/source/ui/animations.po (renamed from translations/source/tg/sd/source/ui/animations.po)0
-rw-r--r--source/tg/sd/source/ui/annotations.po (renamed from translations/source/tg/sd/source/ui/annotations.po)0
-rw-r--r--source/tg/sd/source/ui/app.po (renamed from translations/source/tg/sd/source/ui/app.po)0
-rw-r--r--source/tg/sd/source/ui/dlg.po (renamed from translations/source/tg/sd/source/ui/dlg.po)0
-rw-r--r--source/tg/sd/source/ui/slideshow.po (renamed from translations/source/tg/sd/source/ui/slideshow.po)0
-rw-r--r--source/tg/sd/source/ui/table.po (renamed from translations/source/tg/sd/source/ui/table.po)0
-rw-r--r--source/tg/sd/source/ui/view.po (renamed from translations/source/tg/sd/source/ui/view.po)0
-rw-r--r--source/tg/sdext/source/minimizer.po (renamed from translations/source/tg/sdext/source/minimizer.po)0
-rw-r--r--source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tg/sdext/source/pdfimport.po (renamed from translations/source/tg/sdext/source/pdfimport.po)0
-rw-r--r--source/tg/sdext/source/presenter.po (renamed from translations/source/tg/sdext/source/presenter.po)0
-rw-r--r--source/tg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/tg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/tg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tg/setup_native/source/mac.po (renamed from translations/source/tg/setup_native/source/mac.po)0
-rw-r--r--source/tg/sfx2/source/appl.po (renamed from translations/source/tg/sfx2/source/appl.po)0
-rw-r--r--source/tg/sfx2/source/bastyp.po (renamed from translations/source/tg/sfx2/source/bastyp.po)0
-rw-r--r--source/tg/sfx2/source/dialog.po (renamed from translations/source/tg/sfx2/source/dialog.po)0
-rw-r--r--source/tg/sfx2/source/doc.po (renamed from translations/source/tg/sfx2/source/doc.po)0
-rw-r--r--source/tg/sfx2/source/menu.po (renamed from translations/source/tg/sfx2/source/menu.po)0
-rw-r--r--source/tg/sfx2/source/view.po (renamed from translations/source/tg/sfx2/source/view.po)0
-rw-r--r--source/tg/shell/source/win32/shlxthandler/res.po (renamed from translations/source/tg/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/tg/starmath/source.po (renamed from translations/source/tg/starmath/source.po)0
-rw-r--r--source/tg/svl/source/items.po (renamed from translations/source/tg/svl/source/items.po)0
-rw-r--r--source/tg/svl/source/misc.po (renamed from translations/source/tg/svl/source/misc.po)0
-rw-r--r--source/tg/svtools/source/contnr.po (renamed from translations/source/tg/svtools/source/contnr.po)0
-rw-r--r--source/tg/svtools/source/control.po (renamed from translations/source/tg/svtools/source/control.po)0
-rw-r--r--source/tg/svtools/source/dialogs.po (renamed from translations/source/tg/svtools/source/dialogs.po)0
-rw-r--r--source/tg/svtools/source/filter.po (renamed from translations/source/tg/svtools/source/filter.po)0
-rw-r--r--source/tg/svtools/source/java.po (renamed from translations/source/tg/svtools/source/java.po)0
-rw-r--r--source/tg/svtools/source/misc.po (renamed from translations/source/tg/svtools/source/misc.po)0
-rw-r--r--source/tg/svtools/source/toolpanel.po (renamed from translations/source/tg/svtools/source/toolpanel.po)0
-rw-r--r--source/tg/svtools/workben/unodialog.po (renamed from translations/source/tg/svtools/workben/unodialog.po)0
-rw-r--r--source/tg/svx/inc.po (renamed from translations/source/tg/svx/inc.po)0
-rw-r--r--source/tg/svx/source/accessibility.po (renamed from translations/source/tg/svx/source/accessibility.po)0
-rw-r--r--source/tg/svx/source/dialog.po (renamed from translations/source/tg/svx/source/dialog.po)0
-rw-r--r--source/tg/svx/source/engine3d.po (renamed from translations/source/tg/svx/source/engine3d.po)0
-rw-r--r--source/tg/svx/source/fmcomp.po (renamed from translations/source/tg/svx/source/fmcomp.po)0
-rw-r--r--source/tg/svx/source/form.po (renamed from translations/source/tg/svx/source/form.po)0
-rw-r--r--source/tg/svx/source/gallery2.po (renamed from translations/source/tg/svx/source/gallery2.po)0
-rw-r--r--source/tg/svx/source/items.po (renamed from translations/source/tg/svx/source/items.po)0
-rw-r--r--source/tg/svx/source/src.po (renamed from translations/source/tg/svx/source/src.po)0
-rw-r--r--source/tg/svx/source/stbctrls.po (renamed from translations/source/tg/svx/source/stbctrls.po)0
-rw-r--r--source/tg/svx/source/svdraw.po (renamed from translations/source/tg/svx/source/svdraw.po)0
-rw-r--r--source/tg/svx/source/table.po (renamed from translations/source/tg/svx/source/table.po)0
-rw-r--r--source/tg/svx/source/tbxctrls.po (renamed from translations/source/tg/svx/source/tbxctrls.po)0
-rw-r--r--source/tg/svx/source/toolbars.po (renamed from translations/source/tg/svx/source/toolbars.po)0
-rw-r--r--source/tg/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/tg/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/tg/sw/source/core/layout.po (renamed from translations/source/tg/sw/source/core/layout.po)0
-rw-r--r--source/tg/sw/source/core/undo.po (renamed from translations/source/tg/sw/source/core/undo.po)0
-rw-r--r--source/tg/sw/source/core/unocore.po (renamed from translations/source/tg/sw/source/core/unocore.po)0
-rw-r--r--source/tg/sw/source/ui/app.po (renamed from translations/source/tg/sw/source/ui/app.po)0
-rw-r--r--source/tg/sw/source/ui/chrdlg.po (renamed from translations/source/tg/sw/source/ui/chrdlg.po)0
-rw-r--r--source/tg/sw/source/ui/config.po (renamed from translations/source/tg/sw/source/ui/config.po)0
-rw-r--r--source/tg/sw/source/ui/dbui.po (renamed from translations/source/tg/sw/source/ui/dbui.po)0
-rw-r--r--source/tg/sw/source/ui/dialog.po (renamed from translations/source/tg/sw/source/ui/dialog.po)0
-rw-r--r--source/tg/sw/source/ui/dochdl.po (renamed from translations/source/tg/sw/source/ui/dochdl.po)0
-rw-r--r--source/tg/sw/source/ui/docvw.po (renamed from translations/source/tg/sw/source/ui/docvw.po)0
-rw-r--r--source/tg/sw/source/ui/envelp.po (renamed from translations/source/tg/sw/source/ui/envelp.po)0
-rw-r--r--source/tg/sw/source/ui/fldui.po (renamed from translations/source/tg/sw/source/ui/fldui.po)0
-rw-r--r--source/tg/sw/source/ui/fmtui.po (renamed from translations/source/tg/sw/source/ui/fmtui.po)0
-rw-r--r--source/tg/sw/source/ui/frmdlg.po (renamed from translations/source/tg/sw/source/ui/frmdlg.po)0
-rw-r--r--source/tg/sw/source/ui/globdoc.po (renamed from translations/source/tg/sw/source/ui/globdoc.po)0
-rw-r--r--source/tg/sw/source/ui/index.po (renamed from translations/source/tg/sw/source/ui/index.po)0
-rw-r--r--source/tg/sw/source/ui/lingu.po (renamed from translations/source/tg/sw/source/ui/lingu.po)0
-rw-r--r--source/tg/sw/source/ui/misc.po (renamed from translations/source/tg/sw/source/ui/misc.po)0
-rw-r--r--source/tg/sw/source/ui/ribbar.po (renamed from translations/source/tg/sw/source/ui/ribbar.po)0
-rw-r--r--source/tg/sw/source/ui/shells.po (renamed from translations/source/tg/sw/source/ui/shells.po)0
-rw-r--r--source/tg/sw/source/ui/smartmenu.po (renamed from translations/source/tg/sw/source/ui/smartmenu.po)0
-rw-r--r--source/tg/sw/source/ui/table.po (renamed from translations/source/tg/sw/source/ui/table.po)0
-rw-r--r--source/tg/sw/source/ui/uiview.po (renamed from translations/source/tg/sw/source/ui/uiview.po)0
-rw-r--r--source/tg/sw/source/ui/utlui.po (renamed from translations/source/tg/sw/source/ui/utlui.po)0
-rw-r--r--source/tg/sw/source/ui/web.po (renamed from translations/source/tg/sw/source/ui/web.po)0
-rw-r--r--source/tg/sw/source/ui/wrtsh.po (renamed from translations/source/tg/sw/source/ui/wrtsh.po)0
-rw-r--r--source/tg/swext/mediawiki/help.po (renamed from translations/source/tg/swext/mediawiki/help.po)0
-rw-r--r--source/tg/swext/mediawiki/src.po (renamed from translations/source/tg/swext/mediawiki/src.po)0
-rw-r--r--source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/tg/sysui/desktop/share.po (renamed from translations/source/tg/sysui/desktop/share.po)0
-rw-r--r--source/tg/uui/source.po (renamed from translations/source/tg/uui/source.po)0
-rw-r--r--source/tg/vcl/source/src.po (renamed from translations/source/tg/vcl/source/src.po)0
-rw-r--r--source/tg/wizards/source/euro.po (renamed from translations/source/tg/wizards/source/euro.po)0
-rw-r--r--source/tg/wizards/source/formwizard.po (renamed from translations/source/tg/wizards/source/formwizard.po)0
-rw-r--r--source/tg/wizards/source/importwizard.po (renamed from translations/source/tg/wizards/source/importwizard.po)0
-rw-r--r--source/tg/wizards/source/schedule.po (renamed from translations/source/tg/wizards/source/schedule.po)0
-rw-r--r--source/tg/wizards/source/template.po (renamed from translations/source/tg/wizards/source/template.po)0
-rw-r--r--source/tg/xmlsecurity/source/component.po (renamed from translations/source/tg/xmlsecurity/source/component.po)0
-rw-r--r--source/tg/xmlsecurity/source/dialogs.po (renamed from translations/source/tg/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/th/accessibility/source/helper.po (renamed from translations/source/th/accessibility/source/helper.po)0
-rw-r--r--source/th/avmedia/source/framework.po (renamed from translations/source/th/avmedia/source/framework.po)0
-rw-r--r--source/th/avmedia/source/viewer.po (renamed from translations/source/th/avmedia/source/viewer.po)0
-rw-r--r--source/th/basctl/source/basicide.po (renamed from translations/source/th/basctl/source/basicide.po)0
-rw-r--r--source/th/basctl/source/dlged.po (renamed from translations/source/th/basctl/source/dlged.po)0
-rw-r--r--source/th/basic/source/classes.po (renamed from translations/source/th/basic/source/classes.po)0
-rw-r--r--source/th/basic/source/sbx.po (renamed from translations/source/th/basic/source/sbx.po)0
-rw-r--r--source/th/chart2/source/controller/dialogs.po (renamed from translations/source/th/chart2/source/controller/dialogs.po)0
-rw-r--r--source/th/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/th/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/th/connectivity/source/resource.po (renamed from translations/source/th/connectivity/source/resource.po)0
-rw-r--r--source/th/cui/source/customize.po (renamed from translations/source/th/cui/source/customize.po)0
-rw-r--r--source/th/cui/source/dialogs.po (renamed from translations/source/th/cui/source/dialogs.po)0
-rw-r--r--source/th/cui/source/options.po (renamed from translations/source/th/cui/source/options.po)0
-rw-r--r--source/th/cui/source/tabpages.po (renamed from translations/source/th/cui/source/tabpages.po)0
-rw-r--r--source/th/dbaccess/source/core/resource.po (renamed from translations/source/th/dbaccess/source/core/resource.po)0
-rw-r--r--source/th/dbaccess/source/ext/macromigration.po (renamed from translations/source/th/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/th/dbaccess/source/sdbtools/resource.po (renamed from translations/source/th/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/th/dbaccess/source/ui/app.po (renamed from translations/source/th/dbaccess/source/ui/app.po)0
-rw-r--r--source/th/dbaccess/source/ui/browser.po (renamed from translations/source/th/dbaccess/source/ui/browser.po)0
-rw-r--r--source/th/dbaccess/source/ui/control.po (renamed from translations/source/th/dbaccess/source/ui/control.po)0
-rw-r--r--source/th/dbaccess/source/ui/dlg.po (renamed from translations/source/th/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/th/dbaccess/source/ui/inc.po (renamed from translations/source/th/dbaccess/source/ui/inc.po)0
-rw-r--r--source/th/dbaccess/source/ui/misc.po (renamed from translations/source/th/dbaccess/source/ui/misc.po)0
-rw-r--r--source/th/dbaccess/source/ui/querydesign.po (renamed from translations/source/th/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/th/dbaccess/source/ui/relationdesign.po (renamed from translations/source/th/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/th/dbaccess/source/ui/tabledesign.po (renamed from translations/source/th/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/th/dbaccess/source/ui/uno.po (renamed from translations/source/th/dbaccess/source/ui/uno.po)0
-rw-r--r--source/th/desktop/source/app.po (renamed from translations/source/th/desktop/source/app.po)0
-rw-r--r--source/th/desktop/source/deployment/gui.po (renamed from translations/source/th/desktop/source/deployment/gui.po)0
-rw-r--r--source/th/desktop/source/deployment/manager.po (renamed from translations/source/th/desktop/source/deployment/manager.po)0
-rw-r--r--source/th/desktop/source/deployment/misc.po (renamed from translations/source/th/desktop/source/deployment/misc.po)0
-rw-r--r--source/th/desktop/source/deployment/registry.po (renamed from translations/source/th/desktop/source/deployment/registry.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/component.po (renamed from translations/source/th/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/configuration.po (renamed from translations/source/th/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/help.po (renamed from translations/source/th/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/package.po (renamed from translations/source/th/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/script.po (renamed from translations/source/th/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/th/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/th/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/th/desktop/source/deployment/unopkg.po (renamed from translations/source/th/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/th/dictionaries/af_ZA.po (renamed from translations/source/th/dictionaries/af_ZA.po)0
-rw-r--r--source/th/dictionaries/an_ES.po (renamed from translations/source/th/dictionaries/an_ES.po)0
-rw-r--r--source/th/dictionaries/ar.po (renamed from translations/source/th/dictionaries/ar.po)0
-rw-r--r--source/th/dictionaries/be_BY.po (renamed from translations/source/th/dictionaries/be_BY.po)0
-rw-r--r--source/th/dictionaries/bg_BG.po (renamed from translations/source/th/dictionaries/bg_BG.po)0
-rw-r--r--source/th/dictionaries/bn_BD.po (renamed from translations/source/th/dictionaries/bn_BD.po)0
-rw-r--r--source/th/dictionaries/br_FR.po (renamed from translations/source/th/dictionaries/br_FR.po)0
-rw-r--r--source/th/dictionaries/ca.po (renamed from translations/source/th/dictionaries/ca.po)0
-rw-r--r--source/th/dictionaries/cs_CZ.po (renamed from translations/source/th/dictionaries/cs_CZ.po)0
-rw-r--r--source/th/dictionaries/da_DK.po (renamed from translations/source/th/dictionaries/da_DK.po)0
-rw-r--r--source/th/dictionaries/de.po (renamed from translations/source/th/dictionaries/de.po)0
-rw-r--r--source/th/dictionaries/el_GR.po (renamed from translations/source/th/dictionaries/el_GR.po)0
-rw-r--r--source/th/dictionaries/en.po (renamed from translations/source/th/dictionaries/en.po)0
-rw-r--r--source/th/dictionaries/en/dialog.po (renamed from translations/source/th/dictionaries/en/dialog.po)0
-rw-r--r--source/th/dictionaries/es_ES.po (renamed from translations/source/th/dictionaries/es_ES.po)0
-rw-r--r--source/th/dictionaries/et_EE.po (renamed from translations/source/th/dictionaries/et_EE.po)0
-rw-r--r--source/th/dictionaries/fr_FR.po (renamed from translations/source/th/dictionaries/fr_FR.po)0
-rw-r--r--source/th/dictionaries/gd_GB.po (renamed from translations/source/th/dictionaries/gd_GB.po)0
-rw-r--r--source/th/dictionaries/gl.po (renamed from translations/source/th/dictionaries/gl.po)0
-rw-r--r--source/th/dictionaries/gu_IN.po (renamed from translations/source/th/dictionaries/gu_IN.po)0
-rw-r--r--source/th/dictionaries/he_IL.po (renamed from translations/source/th/dictionaries/he_IL.po)0
-rw-r--r--source/th/dictionaries/hi_IN.po (renamed from translations/source/th/dictionaries/hi_IN.po)0
-rw-r--r--source/th/dictionaries/hr_HR.po (renamed from translations/source/th/dictionaries/hr_HR.po)0
-rw-r--r--source/th/dictionaries/hu_HU.po (renamed from translations/source/th/dictionaries/hu_HU.po)0
-rw-r--r--source/th/dictionaries/hu_HU/dialog.po (renamed from translations/source/th/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/th/dictionaries/it_IT.po (renamed from translations/source/th/dictionaries/it_IT.po)0
-rw-r--r--source/th/dictionaries/ku_TR.po (renamed from translations/source/th/dictionaries/ku_TR.po)0
-rw-r--r--source/th/dictionaries/lt_LT.po (renamed from translations/source/th/dictionaries/lt_LT.po)0
-rw-r--r--source/th/dictionaries/lv_LV.po (renamed from translations/source/th/dictionaries/lv_LV.po)0
-rw-r--r--source/th/dictionaries/ne_NP.po (renamed from translations/source/th/dictionaries/ne_NP.po)0
-rw-r--r--source/th/dictionaries/nl_NL.po (renamed from translations/source/th/dictionaries/nl_NL.po)0
-rw-r--r--source/th/dictionaries/no.po (renamed from translations/source/th/dictionaries/no.po)0
-rw-r--r--source/th/dictionaries/oc_FR.po (renamed from translations/source/th/dictionaries/oc_FR.po)0
-rw-r--r--source/th/dictionaries/pl_PL.po (renamed from translations/source/th/dictionaries/pl_PL.po)0
-rw-r--r--source/th/dictionaries/pt_BR.po (renamed from translations/source/th/dictionaries/pt_BR.po)0
-rw-r--r--source/th/dictionaries/pt_PT.po (renamed from translations/source/th/dictionaries/pt_PT.po)0
-rw-r--r--source/th/dictionaries/ro.po (renamed from translations/source/th/dictionaries/ro.po)0
-rw-r--r--source/th/dictionaries/ru_RU.po (renamed from translations/source/th/dictionaries/ru_RU.po)0
-rw-r--r--source/th/dictionaries/ru_RU/dialog.po (renamed from translations/source/th/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/th/dictionaries/si_LK.po (renamed from translations/source/th/dictionaries/si_LK.po)0
-rw-r--r--source/th/dictionaries/sk_SK.po (renamed from translations/source/th/dictionaries/sk_SK.po)0
-rw-r--r--source/th/dictionaries/sl_SI.po (renamed from translations/source/th/dictionaries/sl_SI.po)0
-rw-r--r--source/th/dictionaries/sr.po (renamed from translations/source/th/dictionaries/sr.po)0
-rw-r--r--source/th/dictionaries/sv_SE.po (renamed from translations/source/th/dictionaries/sv_SE.po)0
-rw-r--r--source/th/dictionaries/sw_TZ.po (renamed from translations/source/th/dictionaries/sw_TZ.po)0
-rw-r--r--source/th/dictionaries/te_IN.po (renamed from translations/source/th/dictionaries/te_IN.po)0
-rw-r--r--source/th/dictionaries/th_TH.po (renamed from translations/source/th/dictionaries/th_TH.po)0
-rw-r--r--source/th/dictionaries/uk_UA.po (renamed from translations/source/th/dictionaries/uk_UA.po)0
-rw-r--r--source/th/dictionaries/vi.po (renamed from translations/source/th/dictionaries/vi.po)0
-rw-r--r--source/th/dictionaries/zu_ZA.po (renamed from translations/source/th/dictionaries/zu_ZA.po)0
-rw-r--r--source/th/editeng/source/accessibility.po (renamed from translations/source/th/editeng/source/accessibility.po)0
-rw-r--r--source/th/editeng/source/editeng.po (renamed from translations/source/th/editeng/source/editeng.po)0
-rw-r--r--source/th/editeng/source/items.po (renamed from translations/source/th/editeng/source/items.po)0
-rw-r--r--source/th/editeng/source/misc.po (renamed from translations/source/th/editeng/source/misc.po)0
-rw-r--r--source/th/editeng/source/outliner.po (renamed from translations/source/th/editeng/source/outliner.po)0
-rw-r--r--source/th/extensions/source/abpilot.po (renamed from translations/source/th/extensions/source/abpilot.po)0
-rw-r--r--source/th/extensions/source/bibliography.po (renamed from translations/source/th/extensions/source/bibliography.po)0
-rw-r--r--source/th/extensions/source/dbpilots.po (renamed from translations/source/th/extensions/source/dbpilots.po)0
-rw-r--r--source/th/extensions/source/propctrlr.po (renamed from translations/source/th/extensions/source/propctrlr.po)0
-rw-r--r--source/th/extensions/source/scanner.po (renamed from translations/source/th/extensions/source/scanner.po)0
-rw-r--r--source/th/extensions/source/update/check.po (renamed from translations/source/th/extensions/source/update/check.po)0
-rw-r--r--source/th/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/th/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/th/filter/source/config/fragments/filters.po (renamed from translations/source/th/filter/source/config/fragments/filters.po)0
-rw-r--r--source/th/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/th/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/th/filter/source/config/fragments/types.po (renamed from translations/source/th/filter/source/config/fragments/types.po)0
-rw-r--r--source/th/filter/source/flash.po (renamed from translations/source/th/filter/source/flash.po)0
-rw-r--r--source/th/filter/source/graphicfilter/eps.po (renamed from translations/source/th/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/th/filter/source/pdf.po (renamed from translations/source/th/filter/source/pdf.po)0
-rw-r--r--source/th/filter/source/t602.po (renamed from translations/source/th/filter/source/t602.po)0
-rw-r--r--source/th/filter/source/xsltdialog.po (renamed from translations/source/th/filter/source/xsltdialog.po)0
-rw-r--r--source/th/forms/source/resource.po (renamed from translations/source/th/forms/source/resource.po)0
-rw-r--r--source/th/formula/source/core/resource.po (renamed from translations/source/th/formula/source/core/resource.po)0
-rw-r--r--source/th/formula/source/ui/dlg.po (renamed from translations/source/th/formula/source/ui/dlg.po)0
-rw-r--r--source/th/fpicker/source/office.po (renamed from translations/source/th/fpicker/source/office.po)0
-rw-r--r--source/th/framework/source/classes.po (renamed from translations/source/th/framework/source/classes.po)0
-rw-r--r--source/th/framework/source/services.po (renamed from translations/source/th/framework/source/services.po)0
-rw-r--r--source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/th/mysqlc/source.po (renamed from translations/source/th/mysqlc/source.po)0
-rw-r--r--source/th/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/th/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/th/nlpsolver/src/locale.po (renamed from translations/source/th/nlpsolver/src/locale.po)0
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/th/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/th/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/th/padmin/source.po (renamed from translations/source/th/padmin/source.po)0
-rw-r--r--source/th/readlicense_oo/docs/readme.po (renamed from translations/source/th/readlicense_oo/docs/readme.po)0
-rw-r--r--source/th/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/th/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/th/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/th/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/th/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/th/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/th/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/th/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/th/reportbuilder/util.po (renamed from translations/source/th/reportbuilder/util.po)0
-rw-r--r--source/th/reportdesign/source/core/resource.po (renamed from translations/source/th/reportdesign/source/core/resource.po)0
-rw-r--r--source/th/reportdesign/source/ui/dlg.po (renamed from translations/source/th/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/th/reportdesign/source/ui/inspection.po (renamed from translations/source/th/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/th/reportdesign/source/ui/report.po (renamed from translations/source/th/reportdesign/source/ui/report.po)0
-rw-r--r--source/th/sc/source/core/src.po (renamed from translations/source/th/sc/source/core/src.po)0
-rw-r--r--source/th/sc/source/ui/cctrl.po (renamed from translations/source/th/sc/source/ui/cctrl.po)0
-rw-r--r--source/th/sc/source/ui/dbgui.po (renamed from translations/source/th/sc/source/ui/dbgui.po)0
-rw-r--r--source/th/sc/source/ui/docshell.po (renamed from translations/source/th/sc/source/ui/docshell.po)0
-rw-r--r--source/th/sc/source/ui/drawfunc.po (renamed from translations/source/th/sc/source/ui/drawfunc.po)0
-rw-r--r--source/th/sc/source/ui/formdlg.po (renamed from translations/source/th/sc/source/ui/formdlg.po)0
-rw-r--r--source/th/sc/source/ui/miscdlgs.po (renamed from translations/source/th/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/th/sc/source/ui/navipi.po (renamed from translations/source/th/sc/source/ui/navipi.po)0
-rw-r--r--source/th/sc/source/ui/optdlg.po (renamed from translations/source/th/sc/source/ui/optdlg.po)0
-rw-r--r--source/th/sc/source/ui/pagedlg.po (renamed from translations/source/th/sc/source/ui/pagedlg.po)0
-rw-r--r--source/th/sc/source/ui/src.po (renamed from translations/source/th/sc/source/ui/src.po)0
-rw-r--r--source/th/sc/source/ui/styleui.po (renamed from translations/source/th/sc/source/ui/styleui.po)0
-rw-r--r--source/th/scaddins/source/analysis.po (renamed from translations/source/th/scaddins/source/analysis.po)0
-rw-r--r--source/th/scaddins/source/datefunc.po (renamed from translations/source/th/scaddins/source/datefunc.po)0
-rw-r--r--source/th/sccomp/source/solver.po (renamed from translations/source/th/sccomp/source/solver.po)0
-rw-r--r--source/th/scp2/source/accessories.po (renamed from translations/source/th/scp2/source/accessories.po)0
-rw-r--r--source/th/scp2/source/activex.po (renamed from translations/source/th/scp2/source/activex.po)0
-rw-r--r--source/th/scp2/source/base.po (renamed from translations/source/th/scp2/source/base.po)0
-rw-r--r--source/th/scp2/source/binfilter.po (renamed from translations/source/th/scp2/source/binfilter.po)0
-rw-r--r--source/th/scp2/source/calc.po (renamed from translations/source/th/scp2/source/calc.po)0
-rw-r--r--source/th/scp2/source/draw.po (renamed from translations/source/th/scp2/source/draw.po)0
-rw-r--r--source/th/scp2/source/extensions.po (renamed from translations/source/th/scp2/source/extensions.po)0
-rw-r--r--source/th/scp2/source/gnome.po (renamed from translations/source/th/scp2/source/gnome.po)0
-rw-r--r--source/th/scp2/source/graphicfilter.po (renamed from translations/source/th/scp2/source/graphicfilter.po)0
-rw-r--r--source/th/scp2/source/impress.po (renamed from translations/source/th/scp2/source/impress.po)0
-rw-r--r--source/th/scp2/source/javafilter.po (renamed from translations/source/th/scp2/source/javafilter.po)0
-rw-r--r--source/th/scp2/source/kde.po (renamed from translations/source/th/scp2/source/kde.po)0
-rw-r--r--source/th/scp2/source/math.po (renamed from translations/source/th/scp2/source/math.po)0
-rw-r--r--source/th/scp2/source/onlineupdate.po (renamed from translations/source/th/scp2/source/onlineupdate.po)0
-rw-r--r--source/th/scp2/source/ooo.po (renamed from translations/source/th/scp2/source/ooo.po)0
-rw-r--r--source/th/scp2/source/python.po (renamed from translations/source/th/scp2/source/python.po)0
-rw-r--r--source/th/scp2/source/quickstart.po (renamed from translations/source/th/scp2/source/quickstart.po)0
-rw-r--r--source/th/scp2/source/sdkoo.po (renamed from translations/source/th/scp2/source/sdkoo.po)0
-rw-r--r--source/th/scp2/source/smoketest.po (renamed from translations/source/th/scp2/source/smoketest.po)0
-rw-r--r--source/th/scp2/source/stdlibs.po (renamed from translations/source/th/scp2/source/stdlibs.po)0
-rw-r--r--source/th/scp2/source/tde.po (renamed from translations/source/th/scp2/source/tde.po)0
-rw-r--r--source/th/scp2/source/winexplorerext.po (renamed from translations/source/th/scp2/source/winexplorerext.po)0
-rw-r--r--source/th/scp2/source/writer.po (renamed from translations/source/th/scp2/source/writer.po)0
-rw-r--r--source/th/scp2/source/xsltfilter.po (renamed from translations/source/th/scp2/source/xsltfilter.po)0
-rw-r--r--source/th/scripting/source/pyprov.po (renamed from translations/source/th/scripting/source/pyprov.po)0
-rw-r--r--source/th/sd/source/core.po (renamed from translations/source/th/sd/source/core.po)0
-rw-r--r--source/th/sd/source/filter/html.po (renamed from translations/source/th/sd/source/filter/html.po)0
-rw-r--r--source/th/sd/source/ui/accessibility.po (renamed from translations/source/th/sd/source/ui/accessibility.po)0
-rw-r--r--source/th/sd/source/ui/animations.po (renamed from translations/source/th/sd/source/ui/animations.po)0
-rw-r--r--source/th/sd/source/ui/annotations.po (renamed from translations/source/th/sd/source/ui/annotations.po)0
-rw-r--r--source/th/sd/source/ui/app.po (renamed from translations/source/th/sd/source/ui/app.po)0
-rw-r--r--source/th/sd/source/ui/dlg.po (renamed from translations/source/th/sd/source/ui/dlg.po)0
-rw-r--r--source/th/sd/source/ui/slideshow.po (renamed from translations/source/th/sd/source/ui/slideshow.po)0
-rw-r--r--source/th/sd/source/ui/table.po (renamed from translations/source/th/sd/source/ui/table.po)0
-rw-r--r--source/th/sd/source/ui/view.po (renamed from translations/source/th/sd/source/ui/view.po)0
-rw-r--r--source/th/sdext/source/minimizer.po (renamed from translations/source/th/sdext/source/minimizer.po)0
-rw-r--r--source/th/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/th/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/th/sdext/source/pdfimport.po (renamed from translations/source/th/sdext/source/pdfimport.po)0
-rw-r--r--source/th/sdext/source/presenter.po (renamed from translations/source/th/sdext/source/presenter.po)0
-rw-r--r--source/th/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/th/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/th/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/th/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/th/setup_native/source/mac.po (renamed from translations/source/th/setup_native/source/mac.po)0
-rw-r--r--source/th/sfx2/source/appl.po (renamed from translations/source/th/sfx2/source/appl.po)0
-rw-r--r--source/th/sfx2/source/bastyp.po (renamed from translations/source/th/sfx2/source/bastyp.po)0
-rw-r--r--source/th/sfx2/source/dialog.po (renamed from translations/source/th/sfx2/source/dialog.po)0
-rw-r--r--source/th/sfx2/source/doc.po (renamed from translations/source/th/sfx2/source/doc.po)0
-rw-r--r--source/th/sfx2/source/menu.po (renamed from translations/source/th/sfx2/source/menu.po)0
-rw-r--r--source/th/sfx2/source/view.po (renamed from translations/source/th/sfx2/source/view.po)0
-rw-r--r--source/th/shell/source/win32/shlxthandler/res.po (renamed from translations/source/th/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/th/starmath/source.po (renamed from translations/source/th/starmath/source.po)0
-rw-r--r--source/th/svl/source/items.po (renamed from translations/source/th/svl/source/items.po)0
-rw-r--r--source/th/svl/source/misc.po (renamed from translations/source/th/svl/source/misc.po)0
-rw-r--r--source/th/svtools/source/contnr.po (renamed from translations/source/th/svtools/source/contnr.po)0
-rw-r--r--source/th/svtools/source/control.po (renamed from translations/source/th/svtools/source/control.po)0
-rw-r--r--source/th/svtools/source/dialogs.po (renamed from translations/source/th/svtools/source/dialogs.po)0
-rw-r--r--source/th/svtools/source/filter.po (renamed from translations/source/th/svtools/source/filter.po)0
-rw-r--r--source/th/svtools/source/java.po (renamed from translations/source/th/svtools/source/java.po)0
-rw-r--r--source/th/svtools/source/misc.po (renamed from translations/source/th/svtools/source/misc.po)0
-rw-r--r--source/th/svtools/source/toolpanel.po (renamed from translations/source/th/svtools/source/toolpanel.po)0
-rw-r--r--source/th/svtools/workben/unodialog.po (renamed from translations/source/th/svtools/workben/unodialog.po)0
-rw-r--r--source/th/svx/inc.po (renamed from translations/source/th/svx/inc.po)0
-rw-r--r--source/th/svx/source/accessibility.po (renamed from translations/source/th/svx/source/accessibility.po)0
-rw-r--r--source/th/svx/source/dialog.po (renamed from translations/source/th/svx/source/dialog.po)0
-rw-r--r--source/th/svx/source/engine3d.po (renamed from translations/source/th/svx/source/engine3d.po)0
-rw-r--r--source/th/svx/source/fmcomp.po (renamed from translations/source/th/svx/source/fmcomp.po)0
-rw-r--r--source/th/svx/source/form.po (renamed from translations/source/th/svx/source/form.po)0
-rw-r--r--source/th/svx/source/gallery2.po (renamed from translations/source/th/svx/source/gallery2.po)0
-rw-r--r--source/th/svx/source/items.po (renamed from translations/source/th/svx/source/items.po)0
-rw-r--r--source/th/svx/source/src.po (renamed from translations/source/th/svx/source/src.po)0
-rw-r--r--source/th/svx/source/stbctrls.po (renamed from translations/source/th/svx/source/stbctrls.po)0
-rw-r--r--source/th/svx/source/svdraw.po (renamed from translations/source/th/svx/source/svdraw.po)0
-rw-r--r--source/th/svx/source/table.po (renamed from translations/source/th/svx/source/table.po)0
-rw-r--r--source/th/svx/source/tbxctrls.po (renamed from translations/source/th/svx/source/tbxctrls.po)0
-rw-r--r--source/th/svx/source/toolbars.po (renamed from translations/source/th/svx/source/toolbars.po)0
-rw-r--r--source/th/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/th/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/th/sw/source/core/layout.po (renamed from translations/source/th/sw/source/core/layout.po)0
-rw-r--r--source/th/sw/source/core/undo.po (renamed from translations/source/th/sw/source/core/undo.po)0
-rw-r--r--source/th/sw/source/core/unocore.po (renamed from translations/source/th/sw/source/core/unocore.po)0
-rw-r--r--source/th/sw/source/ui/app.po (renamed from translations/source/th/sw/source/ui/app.po)0
-rw-r--r--source/th/sw/source/ui/chrdlg.po (renamed from translations/source/th/sw/source/ui/chrdlg.po)0
-rw-r--r--source/th/sw/source/ui/config.po (renamed from translations/source/th/sw/source/ui/config.po)0
-rw-r--r--source/th/sw/source/ui/dbui.po (renamed from translations/source/th/sw/source/ui/dbui.po)0
-rw-r--r--source/th/sw/source/ui/dialog.po (renamed from translations/source/th/sw/source/ui/dialog.po)0
-rw-r--r--source/th/sw/source/ui/dochdl.po (renamed from translations/source/th/sw/source/ui/dochdl.po)0
-rw-r--r--source/th/sw/source/ui/docvw.po (renamed from translations/source/th/sw/source/ui/docvw.po)0
-rw-r--r--source/th/sw/source/ui/envelp.po (renamed from translations/source/th/sw/source/ui/envelp.po)0
-rw-r--r--source/th/sw/source/ui/fldui.po (renamed from translations/source/th/sw/source/ui/fldui.po)0
-rw-r--r--source/th/sw/source/ui/fmtui.po (renamed from translations/source/th/sw/source/ui/fmtui.po)0
-rw-r--r--source/th/sw/source/ui/frmdlg.po (renamed from translations/source/th/sw/source/ui/frmdlg.po)0
-rw-r--r--source/th/sw/source/ui/globdoc.po (renamed from translations/source/th/sw/source/ui/globdoc.po)0
-rw-r--r--source/th/sw/source/ui/index.po (renamed from translations/source/th/sw/source/ui/index.po)0
-rw-r--r--source/th/sw/source/ui/lingu.po (renamed from translations/source/th/sw/source/ui/lingu.po)0
-rw-r--r--source/th/sw/source/ui/misc.po (renamed from translations/source/th/sw/source/ui/misc.po)0
-rw-r--r--source/th/sw/source/ui/ribbar.po (renamed from translations/source/th/sw/source/ui/ribbar.po)0
-rw-r--r--source/th/sw/source/ui/shells.po (renamed from translations/source/th/sw/source/ui/shells.po)0
-rw-r--r--source/th/sw/source/ui/smartmenu.po (renamed from translations/source/th/sw/source/ui/smartmenu.po)0
-rw-r--r--source/th/sw/source/ui/table.po (renamed from translations/source/th/sw/source/ui/table.po)0
-rw-r--r--source/th/sw/source/ui/uiview.po (renamed from translations/source/th/sw/source/ui/uiview.po)0
-rw-r--r--source/th/sw/source/ui/utlui.po (renamed from translations/source/th/sw/source/ui/utlui.po)0
-rw-r--r--source/th/sw/source/ui/web.po (renamed from translations/source/th/sw/source/ui/web.po)0
-rw-r--r--source/th/sw/source/ui/wrtsh.po (renamed from translations/source/th/sw/source/ui/wrtsh.po)0
-rw-r--r--source/th/swext/mediawiki/help.po (renamed from translations/source/th/swext/mediawiki/help.po)0
-rw-r--r--source/th/swext/mediawiki/src.po (renamed from translations/source/th/swext/mediawiki/src.po)0
-rw-r--r--source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/th/sysui/desktop/share.po (renamed from translations/source/th/sysui/desktop/share.po)0
-rw-r--r--source/th/uui/source.po (renamed from translations/source/th/uui/source.po)0
-rw-r--r--source/th/vcl/source/src.po (renamed from translations/source/th/vcl/source/src.po)0
-rw-r--r--source/th/wizards/source/euro.po (renamed from translations/source/th/wizards/source/euro.po)0
-rw-r--r--source/th/wizards/source/formwizard.po (renamed from translations/source/th/wizards/source/formwizard.po)0
-rw-r--r--source/th/wizards/source/importwizard.po (renamed from translations/source/th/wizards/source/importwizard.po)0
-rw-r--r--source/th/wizards/source/schedule.po (renamed from translations/source/th/wizards/source/schedule.po)0
-rw-r--r--source/th/wizards/source/template.po (renamed from translations/source/th/wizards/source/template.po)0
-rw-r--r--source/th/xmlsecurity/source/component.po (renamed from translations/source/th/xmlsecurity/source/component.po)0
-rw-r--r--source/th/xmlsecurity/source/dialogs.po (renamed from translations/source/th/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/tn/accessibility/source/helper.po (renamed from translations/source/tn/accessibility/source/helper.po)0
-rw-r--r--source/tn/avmedia/source/framework.po (renamed from translations/source/tn/avmedia/source/framework.po)0
-rw-r--r--source/tn/avmedia/source/viewer.po (renamed from translations/source/tn/avmedia/source/viewer.po)0
-rw-r--r--source/tn/basctl/source/basicide.po (renamed from translations/source/tn/basctl/source/basicide.po)0
-rw-r--r--source/tn/basctl/source/dlged.po (renamed from translations/source/tn/basctl/source/dlged.po)0
-rw-r--r--source/tn/basic/source/classes.po (renamed from translations/source/tn/basic/source/classes.po)0
-rw-r--r--source/tn/basic/source/sbx.po (renamed from translations/source/tn/basic/source/sbx.po)0
-rw-r--r--source/tn/chart2/source/controller/dialogs.po (renamed from translations/source/tn/chart2/source/controller/dialogs.po)0
-rw-r--r--source/tn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/tn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/tn/connectivity/source/resource.po (renamed from translations/source/tn/connectivity/source/resource.po)0
-rw-r--r--source/tn/cui/source/customize.po (renamed from translations/source/tn/cui/source/customize.po)0
-rw-r--r--source/tn/cui/source/dialogs.po (renamed from translations/source/tn/cui/source/dialogs.po)0
-rw-r--r--source/tn/cui/source/options.po (renamed from translations/source/tn/cui/source/options.po)0
-rw-r--r--source/tn/cui/source/tabpages.po (renamed from translations/source/tn/cui/source/tabpages.po)0
-rw-r--r--source/tn/dbaccess/source/core/resource.po (renamed from translations/source/tn/dbaccess/source/core/resource.po)0
-rw-r--r--source/tn/dbaccess/source/ext/macromigration.po (renamed from translations/source/tn/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/tn/dbaccess/source/sdbtools/resource.po (renamed from translations/source/tn/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/tn/dbaccess/source/ui/app.po (renamed from translations/source/tn/dbaccess/source/ui/app.po)0
-rw-r--r--source/tn/dbaccess/source/ui/browser.po (renamed from translations/source/tn/dbaccess/source/ui/browser.po)0
-rw-r--r--source/tn/dbaccess/source/ui/control.po (renamed from translations/source/tn/dbaccess/source/ui/control.po)0
-rw-r--r--source/tn/dbaccess/source/ui/dlg.po (renamed from translations/source/tn/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/tn/dbaccess/source/ui/inc.po (renamed from translations/source/tn/dbaccess/source/ui/inc.po)0
-rw-r--r--source/tn/dbaccess/source/ui/misc.po (renamed from translations/source/tn/dbaccess/source/ui/misc.po)0
-rw-r--r--source/tn/dbaccess/source/ui/querydesign.po (renamed from translations/source/tn/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/tn/dbaccess/source/ui/relationdesign.po (renamed from translations/source/tn/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/tn/dbaccess/source/ui/tabledesign.po (renamed from translations/source/tn/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/tn/dbaccess/source/ui/uno.po (renamed from translations/source/tn/dbaccess/source/ui/uno.po)0
-rw-r--r--source/tn/desktop/source/app.po (renamed from translations/source/tn/desktop/source/app.po)0
-rw-r--r--source/tn/desktop/source/deployment/gui.po (renamed from translations/source/tn/desktop/source/deployment/gui.po)0
-rw-r--r--source/tn/desktop/source/deployment/manager.po (renamed from translations/source/tn/desktop/source/deployment/manager.po)0
-rw-r--r--source/tn/desktop/source/deployment/misc.po (renamed from translations/source/tn/desktop/source/deployment/misc.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry.po (renamed from translations/source/tn/desktop/source/deployment/registry.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/component.po (renamed from translations/source/tn/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/configuration.po (renamed from translations/source/tn/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/help.po (renamed from translations/source/tn/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/package.po (renamed from translations/source/tn/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/script.po (renamed from translations/source/tn/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/tn/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/tn/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/tn/desktop/source/deployment/unopkg.po (renamed from translations/source/tn/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/tn/dictionaries/af_ZA.po (renamed from translations/source/tn/dictionaries/af_ZA.po)0
-rw-r--r--source/tn/dictionaries/an_ES.po (renamed from translations/source/tn/dictionaries/an_ES.po)0
-rw-r--r--source/tn/dictionaries/ar.po (renamed from translations/source/tn/dictionaries/ar.po)0
-rw-r--r--source/tn/dictionaries/be_BY.po (renamed from translations/source/tn/dictionaries/be_BY.po)0
-rw-r--r--source/tn/dictionaries/bg_BG.po (renamed from translations/source/tn/dictionaries/bg_BG.po)0
-rw-r--r--source/tn/dictionaries/bn_BD.po (renamed from translations/source/tn/dictionaries/bn_BD.po)0
-rw-r--r--source/tn/dictionaries/br_FR.po (renamed from translations/source/tn/dictionaries/br_FR.po)0
-rw-r--r--source/tn/dictionaries/ca.po (renamed from translations/source/tn/dictionaries/ca.po)0
-rw-r--r--source/tn/dictionaries/cs_CZ.po (renamed from translations/source/tn/dictionaries/cs_CZ.po)0
-rw-r--r--source/tn/dictionaries/da_DK.po (renamed from translations/source/tn/dictionaries/da_DK.po)0
-rw-r--r--source/tn/dictionaries/de.po (renamed from translations/source/tn/dictionaries/de.po)0
-rw-r--r--source/tn/dictionaries/el_GR.po (renamed from translations/source/tn/dictionaries/el_GR.po)0
-rw-r--r--source/tn/dictionaries/en.po (renamed from translations/source/tn/dictionaries/en.po)0
-rw-r--r--source/tn/dictionaries/en/dialog.po (renamed from translations/source/tn/dictionaries/en/dialog.po)0
-rw-r--r--source/tn/dictionaries/es_ES.po (renamed from translations/source/tn/dictionaries/es_ES.po)0
-rw-r--r--source/tn/dictionaries/et_EE.po (renamed from translations/source/tn/dictionaries/et_EE.po)0
-rw-r--r--source/tn/dictionaries/fr_FR.po (renamed from translations/source/tn/dictionaries/fr_FR.po)0
-rw-r--r--source/tn/dictionaries/gd_GB.po (renamed from translations/source/tn/dictionaries/gd_GB.po)0
-rw-r--r--source/tn/dictionaries/gl.po (renamed from translations/source/tn/dictionaries/gl.po)0
-rw-r--r--source/tn/dictionaries/gu_IN.po (renamed from translations/source/tn/dictionaries/gu_IN.po)0
-rw-r--r--source/tn/dictionaries/he_IL.po (renamed from translations/source/tn/dictionaries/he_IL.po)0
-rw-r--r--source/tn/dictionaries/hi_IN.po (renamed from translations/source/tn/dictionaries/hi_IN.po)0
-rw-r--r--source/tn/dictionaries/hr_HR.po (renamed from translations/source/tn/dictionaries/hr_HR.po)0
-rw-r--r--source/tn/dictionaries/hu_HU.po (renamed from translations/source/tn/dictionaries/hu_HU.po)0
-rw-r--r--source/tn/dictionaries/hu_HU/dialog.po (renamed from translations/source/tn/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/tn/dictionaries/it_IT.po (renamed from translations/source/tn/dictionaries/it_IT.po)0
-rw-r--r--source/tn/dictionaries/ku_TR.po (renamed from translations/source/tn/dictionaries/ku_TR.po)0
-rw-r--r--source/tn/dictionaries/lt_LT.po (renamed from translations/source/tn/dictionaries/lt_LT.po)0
-rw-r--r--source/tn/dictionaries/lv_LV.po (renamed from translations/source/tn/dictionaries/lv_LV.po)0
-rw-r--r--source/tn/dictionaries/ne_NP.po (renamed from translations/source/tn/dictionaries/ne_NP.po)0
-rw-r--r--source/tn/dictionaries/nl_NL.po (renamed from translations/source/tn/dictionaries/nl_NL.po)0
-rw-r--r--source/tn/dictionaries/no.po (renamed from translations/source/tn/dictionaries/no.po)0
-rw-r--r--source/tn/dictionaries/oc_FR.po (renamed from translations/source/tn/dictionaries/oc_FR.po)0
-rw-r--r--source/tn/dictionaries/pl_PL.po (renamed from translations/source/tn/dictionaries/pl_PL.po)0
-rw-r--r--source/tn/dictionaries/pt_BR.po (renamed from translations/source/tn/dictionaries/pt_BR.po)0
-rw-r--r--source/tn/dictionaries/pt_PT.po (renamed from translations/source/tn/dictionaries/pt_PT.po)0
-rw-r--r--source/tn/dictionaries/ro.po (renamed from translations/source/tn/dictionaries/ro.po)0
-rw-r--r--source/tn/dictionaries/ru_RU.po (renamed from translations/source/tn/dictionaries/ru_RU.po)0
-rw-r--r--source/tn/dictionaries/ru_RU/dialog.po (renamed from translations/source/tn/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/tn/dictionaries/si_LK.po (renamed from translations/source/tn/dictionaries/si_LK.po)0
-rw-r--r--source/tn/dictionaries/sk_SK.po (renamed from translations/source/tn/dictionaries/sk_SK.po)0
-rw-r--r--source/tn/dictionaries/sl_SI.po (renamed from translations/source/tn/dictionaries/sl_SI.po)0
-rw-r--r--source/tn/dictionaries/sr.po (renamed from translations/source/tn/dictionaries/sr.po)0
-rw-r--r--source/tn/dictionaries/sv_SE.po (renamed from translations/source/tn/dictionaries/sv_SE.po)0
-rw-r--r--source/tn/dictionaries/sw_TZ.po (renamed from translations/source/tn/dictionaries/sw_TZ.po)0
-rw-r--r--source/tn/dictionaries/te_IN.po (renamed from translations/source/tn/dictionaries/te_IN.po)0
-rw-r--r--source/tn/dictionaries/th_TH.po (renamed from translations/source/tn/dictionaries/th_TH.po)0
-rw-r--r--source/tn/dictionaries/uk_UA.po (renamed from translations/source/tn/dictionaries/uk_UA.po)0
-rw-r--r--source/tn/dictionaries/vi.po (renamed from translations/source/tn/dictionaries/vi.po)0
-rw-r--r--source/tn/dictionaries/zu_ZA.po (renamed from translations/source/tn/dictionaries/zu_ZA.po)0
-rw-r--r--source/tn/editeng/source/accessibility.po (renamed from translations/source/tn/editeng/source/accessibility.po)0
-rw-r--r--source/tn/editeng/source/editeng.po (renamed from translations/source/tn/editeng/source/editeng.po)0
-rw-r--r--source/tn/editeng/source/items.po (renamed from translations/source/tn/editeng/source/items.po)0
-rw-r--r--source/tn/editeng/source/misc.po (renamed from translations/source/tn/editeng/source/misc.po)0
-rw-r--r--source/tn/editeng/source/outliner.po (renamed from translations/source/tn/editeng/source/outliner.po)0
-rw-r--r--source/tn/extensions/source/abpilot.po (renamed from translations/source/tn/extensions/source/abpilot.po)0
-rw-r--r--source/tn/extensions/source/bibliography.po (renamed from translations/source/tn/extensions/source/bibliography.po)0
-rw-r--r--source/tn/extensions/source/dbpilots.po (renamed from translations/source/tn/extensions/source/dbpilots.po)0
-rw-r--r--source/tn/extensions/source/propctrlr.po (renamed from translations/source/tn/extensions/source/propctrlr.po)0
-rw-r--r--source/tn/extensions/source/scanner.po (renamed from translations/source/tn/extensions/source/scanner.po)0
-rw-r--r--source/tn/extensions/source/update/check.po (renamed from translations/source/tn/extensions/source/update/check.po)0
-rw-r--r--source/tn/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/tn/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/tn/filter/source/config/fragments/filters.po (renamed from translations/source/tn/filter/source/config/fragments/filters.po)0
-rw-r--r--source/tn/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/tn/filter/source/config/fragments/types.po (renamed from translations/source/tn/filter/source/config/fragments/types.po)0
-rw-r--r--source/tn/filter/source/flash.po (renamed from translations/source/tn/filter/source/flash.po)0
-rw-r--r--source/tn/filter/source/graphicfilter/eps.po (renamed from translations/source/tn/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/tn/filter/source/pdf.po (renamed from translations/source/tn/filter/source/pdf.po)0
-rw-r--r--source/tn/filter/source/t602.po (renamed from translations/source/tn/filter/source/t602.po)0
-rw-r--r--source/tn/filter/source/xsltdialog.po (renamed from translations/source/tn/filter/source/xsltdialog.po)0
-rw-r--r--source/tn/forms/source/resource.po (renamed from translations/source/tn/forms/source/resource.po)0
-rw-r--r--source/tn/formula/source/core/resource.po (renamed from translations/source/tn/formula/source/core/resource.po)0
-rw-r--r--source/tn/formula/source/ui/dlg.po (renamed from translations/source/tn/formula/source/ui/dlg.po)0
-rw-r--r--source/tn/fpicker/source/office.po (renamed from translations/source/tn/fpicker/source/office.po)0
-rw-r--r--source/tn/framework/source/classes.po (renamed from translations/source/tn/framework/source/classes.po)0
-rw-r--r--source/tn/framework/source/services.po (renamed from translations/source/tn/framework/source/services.po)0
-rw-r--r--source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/tn/mysqlc/source.po (renamed from translations/source/tn/mysqlc/source.po)0
-rw-r--r--source/tn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/tn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/tn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/tn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/tn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/tn/nlpsolver/src/locale.po (renamed from translations/source/tn/nlpsolver/src/locale.po)0
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/tn/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tn/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tn/padmin/source.po (renamed from translations/source/tn/padmin/source.po)0
-rw-r--r--source/tn/readlicense_oo/docs/readme.po (renamed from translations/source/tn/readlicense_oo/docs/readme.po)0
-rw-r--r--source/tn/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/tn/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/tn/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/tn/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tn/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tn/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tn/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/tn/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/tn/reportbuilder/util.po (renamed from translations/source/tn/reportbuilder/util.po)0
-rw-r--r--source/tn/reportdesign/source/core/resource.po (renamed from translations/source/tn/reportdesign/source/core/resource.po)0
-rw-r--r--source/tn/reportdesign/source/ui/dlg.po (renamed from translations/source/tn/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/tn/reportdesign/source/ui/inspection.po (renamed from translations/source/tn/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/tn/reportdesign/source/ui/report.po (renamed from translations/source/tn/reportdesign/source/ui/report.po)0
-rw-r--r--source/tn/sc/source/core/src.po (renamed from translations/source/tn/sc/source/core/src.po)0
-rw-r--r--source/tn/sc/source/ui/cctrl.po (renamed from translations/source/tn/sc/source/ui/cctrl.po)0
-rw-r--r--source/tn/sc/source/ui/dbgui.po (renamed from translations/source/tn/sc/source/ui/dbgui.po)0
-rw-r--r--source/tn/sc/source/ui/docshell.po (renamed from translations/source/tn/sc/source/ui/docshell.po)0
-rw-r--r--source/tn/sc/source/ui/drawfunc.po (renamed from translations/source/tn/sc/source/ui/drawfunc.po)0
-rw-r--r--source/tn/sc/source/ui/formdlg.po (renamed from translations/source/tn/sc/source/ui/formdlg.po)0
-rw-r--r--source/tn/sc/source/ui/miscdlgs.po (renamed from translations/source/tn/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/tn/sc/source/ui/navipi.po (renamed from translations/source/tn/sc/source/ui/navipi.po)0
-rw-r--r--source/tn/sc/source/ui/optdlg.po (renamed from translations/source/tn/sc/source/ui/optdlg.po)0
-rw-r--r--source/tn/sc/source/ui/pagedlg.po (renamed from translations/source/tn/sc/source/ui/pagedlg.po)0
-rw-r--r--source/tn/sc/source/ui/src.po (renamed from translations/source/tn/sc/source/ui/src.po)0
-rw-r--r--source/tn/sc/source/ui/styleui.po (renamed from translations/source/tn/sc/source/ui/styleui.po)0
-rw-r--r--source/tn/scaddins/source/analysis.po (renamed from translations/source/tn/scaddins/source/analysis.po)0
-rw-r--r--source/tn/scaddins/source/datefunc.po (renamed from translations/source/tn/scaddins/source/datefunc.po)0
-rw-r--r--source/tn/sccomp/source/solver.po (renamed from translations/source/tn/sccomp/source/solver.po)0
-rw-r--r--source/tn/scp2/source/accessories.po (renamed from translations/source/tn/scp2/source/accessories.po)0
-rw-r--r--source/tn/scp2/source/activex.po (renamed from translations/source/tn/scp2/source/activex.po)0
-rw-r--r--source/tn/scp2/source/base.po (renamed from translations/source/tn/scp2/source/base.po)0
-rw-r--r--source/tn/scp2/source/binfilter.po (renamed from translations/source/tn/scp2/source/binfilter.po)0
-rw-r--r--source/tn/scp2/source/calc.po (renamed from translations/source/tn/scp2/source/calc.po)0
-rw-r--r--source/tn/scp2/source/draw.po (renamed from translations/source/tn/scp2/source/draw.po)0
-rw-r--r--source/tn/scp2/source/extensions.po (renamed from translations/source/tn/scp2/source/extensions.po)0
-rw-r--r--source/tn/scp2/source/gnome.po (renamed from translations/source/tn/scp2/source/gnome.po)0
-rw-r--r--source/tn/scp2/source/graphicfilter.po (renamed from translations/source/tn/scp2/source/graphicfilter.po)0
-rw-r--r--source/tn/scp2/source/impress.po (renamed from translations/source/tn/scp2/source/impress.po)0
-rw-r--r--source/tn/scp2/source/javafilter.po (renamed from translations/source/tn/scp2/source/javafilter.po)0
-rw-r--r--source/tn/scp2/source/kde.po (renamed from translations/source/tn/scp2/source/kde.po)0
-rw-r--r--source/tn/scp2/source/math.po (renamed from translations/source/tn/scp2/source/math.po)0
-rw-r--r--source/tn/scp2/source/onlineupdate.po (renamed from translations/source/tn/scp2/source/onlineupdate.po)0
-rw-r--r--source/tn/scp2/source/ooo.po (renamed from translations/source/tn/scp2/source/ooo.po)0
-rw-r--r--source/tn/scp2/source/python.po (renamed from translations/source/tn/scp2/source/python.po)0
-rw-r--r--source/tn/scp2/source/quickstart.po (renamed from translations/source/tn/scp2/source/quickstart.po)0
-rw-r--r--source/tn/scp2/source/sdkoo.po (renamed from translations/source/tn/scp2/source/sdkoo.po)0
-rw-r--r--source/tn/scp2/source/smoketest.po (renamed from translations/source/tn/scp2/source/smoketest.po)0
-rw-r--r--source/tn/scp2/source/stdlibs.po (renamed from translations/source/tn/scp2/source/stdlibs.po)0
-rw-r--r--source/tn/scp2/source/tde.po (renamed from translations/source/tn/scp2/source/tde.po)0
-rw-r--r--source/tn/scp2/source/winexplorerext.po (renamed from translations/source/tn/scp2/source/winexplorerext.po)0
-rw-r--r--source/tn/scp2/source/writer.po (renamed from translations/source/tn/scp2/source/writer.po)0
-rw-r--r--source/tn/scp2/source/xsltfilter.po (renamed from translations/source/tn/scp2/source/xsltfilter.po)0
-rw-r--r--source/tn/scripting/source/pyprov.po (renamed from translations/source/tn/scripting/source/pyprov.po)0
-rw-r--r--source/tn/sd/source/core.po (renamed from translations/source/tn/sd/source/core.po)0
-rw-r--r--source/tn/sd/source/filter/html.po (renamed from translations/source/tn/sd/source/filter/html.po)0
-rw-r--r--source/tn/sd/source/ui/accessibility.po (renamed from translations/source/tn/sd/source/ui/accessibility.po)0
-rw-r--r--source/tn/sd/source/ui/animations.po (renamed from translations/source/tn/sd/source/ui/animations.po)0
-rw-r--r--source/tn/sd/source/ui/annotations.po (renamed from translations/source/tn/sd/source/ui/annotations.po)0
-rw-r--r--source/tn/sd/source/ui/app.po (renamed from translations/source/tn/sd/source/ui/app.po)0
-rw-r--r--source/tn/sd/source/ui/dlg.po (renamed from translations/source/tn/sd/source/ui/dlg.po)0
-rw-r--r--source/tn/sd/source/ui/slideshow.po (renamed from translations/source/tn/sd/source/ui/slideshow.po)0
-rw-r--r--source/tn/sd/source/ui/table.po (renamed from translations/source/tn/sd/source/ui/table.po)0
-rw-r--r--source/tn/sd/source/ui/view.po (renamed from translations/source/tn/sd/source/ui/view.po)0
-rw-r--r--source/tn/sdext/source/minimizer.po (renamed from translations/source/tn/sdext/source/minimizer.po)0
-rw-r--r--source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tn/sdext/source/pdfimport.po (renamed from translations/source/tn/sdext/source/pdfimport.po)0
-rw-r--r--source/tn/sdext/source/presenter.po (renamed from translations/source/tn/sdext/source/presenter.po)0
-rw-r--r--source/tn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/tn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/tn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tn/setup_native/source/mac.po (renamed from translations/source/tn/setup_native/source/mac.po)0
-rw-r--r--source/tn/sfx2/source/appl.po (renamed from translations/source/tn/sfx2/source/appl.po)0
-rw-r--r--source/tn/sfx2/source/bastyp.po (renamed from translations/source/tn/sfx2/source/bastyp.po)0
-rw-r--r--source/tn/sfx2/source/dialog.po (renamed from translations/source/tn/sfx2/source/dialog.po)0
-rw-r--r--source/tn/sfx2/source/doc.po (renamed from translations/source/tn/sfx2/source/doc.po)0
-rw-r--r--source/tn/sfx2/source/menu.po (renamed from translations/source/tn/sfx2/source/menu.po)0
-rw-r--r--source/tn/sfx2/source/view.po (renamed from translations/source/tn/sfx2/source/view.po)0
-rw-r--r--source/tn/shell/source/win32/shlxthandler/res.po (renamed from translations/source/tn/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/tn/starmath/source.po (renamed from translations/source/tn/starmath/source.po)0
-rw-r--r--source/tn/svl/source/items.po (renamed from translations/source/tn/svl/source/items.po)0
-rw-r--r--source/tn/svl/source/misc.po (renamed from translations/source/tn/svl/source/misc.po)0
-rw-r--r--source/tn/svtools/source/contnr.po (renamed from translations/source/tn/svtools/source/contnr.po)0
-rw-r--r--source/tn/svtools/source/control.po (renamed from translations/source/tn/svtools/source/control.po)0
-rw-r--r--source/tn/svtools/source/dialogs.po (renamed from translations/source/tn/svtools/source/dialogs.po)0
-rw-r--r--source/tn/svtools/source/filter.po (renamed from translations/source/tn/svtools/source/filter.po)0
-rw-r--r--source/tn/svtools/source/java.po (renamed from translations/source/tn/svtools/source/java.po)0
-rw-r--r--source/tn/svtools/source/misc.po (renamed from translations/source/tn/svtools/source/misc.po)0
-rw-r--r--source/tn/svtools/source/toolpanel.po (renamed from translations/source/tn/svtools/source/toolpanel.po)0
-rw-r--r--source/tn/svtools/workben/unodialog.po (renamed from translations/source/tn/svtools/workben/unodialog.po)0
-rw-r--r--source/tn/svx/inc.po (renamed from translations/source/tn/svx/inc.po)0
-rw-r--r--source/tn/svx/source/accessibility.po (renamed from translations/source/tn/svx/source/accessibility.po)0
-rw-r--r--source/tn/svx/source/dialog.po (renamed from translations/source/tn/svx/source/dialog.po)0
-rw-r--r--source/tn/svx/source/engine3d.po (renamed from translations/source/tn/svx/source/engine3d.po)0
-rw-r--r--source/tn/svx/source/fmcomp.po (renamed from translations/source/tn/svx/source/fmcomp.po)0
-rw-r--r--source/tn/svx/source/form.po (renamed from translations/source/tn/svx/source/form.po)0
-rw-r--r--source/tn/svx/source/gallery2.po (renamed from translations/source/tn/svx/source/gallery2.po)0
-rw-r--r--source/tn/svx/source/items.po (renamed from translations/source/tn/svx/source/items.po)0
-rw-r--r--source/tn/svx/source/src.po (renamed from translations/source/tn/svx/source/src.po)0
-rw-r--r--source/tn/svx/source/stbctrls.po (renamed from translations/source/tn/svx/source/stbctrls.po)0
-rw-r--r--source/tn/svx/source/svdraw.po (renamed from translations/source/tn/svx/source/svdraw.po)0
-rw-r--r--source/tn/svx/source/table.po (renamed from translations/source/tn/svx/source/table.po)0
-rw-r--r--source/tn/svx/source/tbxctrls.po (renamed from translations/source/tn/svx/source/tbxctrls.po)0
-rw-r--r--source/tn/svx/source/toolbars.po (renamed from translations/source/tn/svx/source/toolbars.po)0
-rw-r--r--source/tn/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/tn/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/tn/sw/source/core/layout.po (renamed from translations/source/tn/sw/source/core/layout.po)0
-rw-r--r--source/tn/sw/source/core/undo.po (renamed from translations/source/tn/sw/source/core/undo.po)0
-rw-r--r--source/tn/sw/source/core/unocore.po (renamed from translations/source/tn/sw/source/core/unocore.po)0
-rw-r--r--source/tn/sw/source/ui/app.po (renamed from translations/source/tn/sw/source/ui/app.po)0
-rw-r--r--source/tn/sw/source/ui/chrdlg.po (renamed from translations/source/tn/sw/source/ui/chrdlg.po)0
-rw-r--r--source/tn/sw/source/ui/config.po (renamed from translations/source/tn/sw/source/ui/config.po)0
-rw-r--r--source/tn/sw/source/ui/dbui.po (renamed from translations/source/tn/sw/source/ui/dbui.po)0
-rw-r--r--source/tn/sw/source/ui/dialog.po (renamed from translations/source/tn/sw/source/ui/dialog.po)0
-rw-r--r--source/tn/sw/source/ui/dochdl.po (renamed from translations/source/tn/sw/source/ui/dochdl.po)0
-rw-r--r--source/tn/sw/source/ui/docvw.po (renamed from translations/source/tn/sw/source/ui/docvw.po)0
-rw-r--r--source/tn/sw/source/ui/envelp.po (renamed from translations/source/tn/sw/source/ui/envelp.po)0
-rw-r--r--source/tn/sw/source/ui/fldui.po (renamed from translations/source/tn/sw/source/ui/fldui.po)0
-rw-r--r--source/tn/sw/source/ui/fmtui.po (renamed from translations/source/tn/sw/source/ui/fmtui.po)0
-rw-r--r--source/tn/sw/source/ui/frmdlg.po (renamed from translations/source/tn/sw/source/ui/frmdlg.po)0
-rw-r--r--source/tn/sw/source/ui/globdoc.po (renamed from translations/source/tn/sw/source/ui/globdoc.po)0
-rw-r--r--source/tn/sw/source/ui/index.po (renamed from translations/source/tn/sw/source/ui/index.po)0
-rw-r--r--source/tn/sw/source/ui/lingu.po (renamed from translations/source/tn/sw/source/ui/lingu.po)0
-rw-r--r--source/tn/sw/source/ui/misc.po (renamed from translations/source/tn/sw/source/ui/misc.po)0
-rw-r--r--source/tn/sw/source/ui/ribbar.po (renamed from translations/source/tn/sw/source/ui/ribbar.po)0
-rw-r--r--source/tn/sw/source/ui/shells.po (renamed from translations/source/tn/sw/source/ui/shells.po)0
-rw-r--r--source/tn/sw/source/ui/smartmenu.po (renamed from translations/source/tn/sw/source/ui/smartmenu.po)0
-rw-r--r--source/tn/sw/source/ui/table.po (renamed from translations/source/tn/sw/source/ui/table.po)0
-rw-r--r--source/tn/sw/source/ui/uiview.po (renamed from translations/source/tn/sw/source/ui/uiview.po)0
-rw-r--r--source/tn/sw/source/ui/utlui.po (renamed from translations/source/tn/sw/source/ui/utlui.po)0
-rw-r--r--source/tn/sw/source/ui/web.po (renamed from translations/source/tn/sw/source/ui/web.po)0
-rw-r--r--source/tn/sw/source/ui/wrtsh.po (renamed from translations/source/tn/sw/source/ui/wrtsh.po)0
-rw-r--r--source/tn/swext/mediawiki/help.po (renamed from translations/source/tn/swext/mediawiki/help.po)0
-rw-r--r--source/tn/swext/mediawiki/src.po (renamed from translations/source/tn/swext/mediawiki/src.po)0
-rw-r--r--source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/tn/sysui/desktop/share.po (renamed from translations/source/tn/sysui/desktop/share.po)0
-rw-r--r--source/tn/uui/source.po (renamed from translations/source/tn/uui/source.po)0
-rw-r--r--source/tn/vcl/source/src.po (renamed from translations/source/tn/vcl/source/src.po)0
-rw-r--r--source/tn/wizards/source/euro.po (renamed from translations/source/tn/wizards/source/euro.po)0
-rw-r--r--source/tn/wizards/source/formwizard.po (renamed from translations/source/tn/wizards/source/formwizard.po)0
-rw-r--r--source/tn/wizards/source/importwizard.po (renamed from translations/source/tn/wizards/source/importwizard.po)0
-rw-r--r--source/tn/wizards/source/schedule.po (renamed from translations/source/tn/wizards/source/schedule.po)0
-rw-r--r--source/tn/wizards/source/template.po (renamed from translations/source/tn/wizards/source/template.po)0
-rw-r--r--source/tn/xmlsecurity/source/component.po (renamed from translations/source/tn/xmlsecurity/source/component.po)0
-rw-r--r--source/tn/xmlsecurity/source/dialogs.po (renamed from translations/source/tn/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/tr/accessibility/source/helper.po (renamed from translations/source/tr/accessibility/source/helper.po)0
-rw-r--r--source/tr/avmedia/source/framework.po (renamed from translations/source/tr/avmedia/source/framework.po)0
-rw-r--r--source/tr/avmedia/source/viewer.po (renamed from translations/source/tr/avmedia/source/viewer.po)0
-rw-r--r--source/tr/basctl/source/basicide.po (renamed from translations/source/tr/basctl/source/basicide.po)0
-rw-r--r--source/tr/basctl/source/dlged.po (renamed from translations/source/tr/basctl/source/dlged.po)0
-rw-r--r--source/tr/basic/source/classes.po (renamed from translations/source/tr/basic/source/classes.po)0
-rw-r--r--source/tr/basic/source/sbx.po (renamed from translations/source/tr/basic/source/sbx.po)0
-rw-r--r--source/tr/chart2/source/controller/dialogs.po (renamed from translations/source/tr/chart2/source/controller/dialogs.po)0
-rw-r--r--source/tr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/tr/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/tr/connectivity/source/resource.po (renamed from translations/source/tr/connectivity/source/resource.po)0
-rw-r--r--source/tr/cui/source/customize.po (renamed from translations/source/tr/cui/source/customize.po)0
-rw-r--r--source/tr/cui/source/dialogs.po (renamed from translations/source/tr/cui/source/dialogs.po)0
-rw-r--r--source/tr/cui/source/options.po (renamed from translations/source/tr/cui/source/options.po)0
-rw-r--r--source/tr/cui/source/tabpages.po (renamed from translations/source/tr/cui/source/tabpages.po)0
-rw-r--r--source/tr/dbaccess/source/core/resource.po (renamed from translations/source/tr/dbaccess/source/core/resource.po)0
-rw-r--r--source/tr/dbaccess/source/ext/macromigration.po (renamed from translations/source/tr/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/tr/dbaccess/source/sdbtools/resource.po (renamed from translations/source/tr/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/tr/dbaccess/source/ui/app.po (renamed from translations/source/tr/dbaccess/source/ui/app.po)0
-rw-r--r--source/tr/dbaccess/source/ui/browser.po (renamed from translations/source/tr/dbaccess/source/ui/browser.po)0
-rw-r--r--source/tr/dbaccess/source/ui/control.po (renamed from translations/source/tr/dbaccess/source/ui/control.po)0
-rw-r--r--source/tr/dbaccess/source/ui/dlg.po (renamed from translations/source/tr/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/tr/dbaccess/source/ui/inc.po (renamed from translations/source/tr/dbaccess/source/ui/inc.po)0
-rw-r--r--source/tr/dbaccess/source/ui/misc.po (renamed from translations/source/tr/dbaccess/source/ui/misc.po)0
-rw-r--r--source/tr/dbaccess/source/ui/querydesign.po (renamed from translations/source/tr/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/tr/dbaccess/source/ui/relationdesign.po (renamed from translations/source/tr/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/tr/dbaccess/source/ui/tabledesign.po (renamed from translations/source/tr/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/tr/dbaccess/source/ui/uno.po (renamed from translations/source/tr/dbaccess/source/ui/uno.po)0
-rw-r--r--source/tr/desktop/source/app.po (renamed from translations/source/tr/desktop/source/app.po)0
-rw-r--r--source/tr/desktop/source/deployment/gui.po (renamed from translations/source/tr/desktop/source/deployment/gui.po)0
-rw-r--r--source/tr/desktop/source/deployment/manager.po (renamed from translations/source/tr/desktop/source/deployment/manager.po)0
-rw-r--r--source/tr/desktop/source/deployment/misc.po (renamed from translations/source/tr/desktop/source/deployment/misc.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry.po (renamed from translations/source/tr/desktop/source/deployment/registry.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/component.po (renamed from translations/source/tr/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/configuration.po (renamed from translations/source/tr/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/help.po (renamed from translations/source/tr/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/package.po (renamed from translations/source/tr/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/script.po (renamed from translations/source/tr/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/tr/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/tr/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/tr/desktop/source/deployment/unopkg.po (renamed from translations/source/tr/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/tr/dictionaries/af_ZA.po (renamed from translations/source/tr/dictionaries/af_ZA.po)0
-rw-r--r--source/tr/dictionaries/an_ES.po (renamed from translations/source/tr/dictionaries/an_ES.po)0
-rw-r--r--source/tr/dictionaries/ar.po (renamed from translations/source/tr/dictionaries/ar.po)0
-rw-r--r--source/tr/dictionaries/be_BY.po (renamed from translations/source/tr/dictionaries/be_BY.po)0
-rw-r--r--source/tr/dictionaries/bg_BG.po (renamed from translations/source/tr/dictionaries/bg_BG.po)0
-rw-r--r--source/tr/dictionaries/bn_BD.po (renamed from translations/source/tr/dictionaries/bn_BD.po)0
-rw-r--r--source/tr/dictionaries/br_FR.po (renamed from translations/source/tr/dictionaries/br_FR.po)0
-rw-r--r--source/tr/dictionaries/ca.po (renamed from translations/source/tr/dictionaries/ca.po)0
-rw-r--r--source/tr/dictionaries/cs_CZ.po (renamed from translations/source/tr/dictionaries/cs_CZ.po)0
-rw-r--r--source/tr/dictionaries/da_DK.po (renamed from translations/source/tr/dictionaries/da_DK.po)0
-rw-r--r--source/tr/dictionaries/de.po (renamed from translations/source/tr/dictionaries/de.po)0
-rw-r--r--source/tr/dictionaries/el_GR.po (renamed from translations/source/tr/dictionaries/el_GR.po)0
-rw-r--r--source/tr/dictionaries/en.po (renamed from translations/source/tr/dictionaries/en.po)0
-rw-r--r--source/tr/dictionaries/en/dialog.po (renamed from translations/source/tr/dictionaries/en/dialog.po)0
-rw-r--r--source/tr/dictionaries/es_ES.po (renamed from translations/source/tr/dictionaries/es_ES.po)0
-rw-r--r--source/tr/dictionaries/et_EE.po (renamed from translations/source/tr/dictionaries/et_EE.po)0
-rw-r--r--source/tr/dictionaries/fr_FR.po (renamed from translations/source/tr/dictionaries/fr_FR.po)0
-rw-r--r--source/tr/dictionaries/gd_GB.po (renamed from translations/source/tr/dictionaries/gd_GB.po)0
-rw-r--r--source/tr/dictionaries/gl.po (renamed from translations/source/tr/dictionaries/gl.po)0
-rw-r--r--source/tr/dictionaries/gu_IN.po (renamed from translations/source/tr/dictionaries/gu_IN.po)0
-rw-r--r--source/tr/dictionaries/he_IL.po (renamed from translations/source/tr/dictionaries/he_IL.po)0
-rw-r--r--source/tr/dictionaries/hi_IN.po (renamed from translations/source/tr/dictionaries/hi_IN.po)0
-rw-r--r--source/tr/dictionaries/hr_HR.po (renamed from translations/source/tr/dictionaries/hr_HR.po)0
-rw-r--r--source/tr/dictionaries/hu_HU.po (renamed from translations/source/tr/dictionaries/hu_HU.po)0
-rw-r--r--source/tr/dictionaries/hu_HU/dialog.po (renamed from translations/source/tr/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/tr/dictionaries/it_IT.po (renamed from translations/source/tr/dictionaries/it_IT.po)0
-rw-r--r--source/tr/dictionaries/ku_TR.po (renamed from translations/source/tr/dictionaries/ku_TR.po)0
-rw-r--r--source/tr/dictionaries/lt_LT.po (renamed from translations/source/tr/dictionaries/lt_LT.po)0
-rw-r--r--source/tr/dictionaries/lv_LV.po (renamed from translations/source/tr/dictionaries/lv_LV.po)0
-rw-r--r--source/tr/dictionaries/ne_NP.po (renamed from translations/source/tr/dictionaries/ne_NP.po)0
-rw-r--r--source/tr/dictionaries/nl_NL.po (renamed from translations/source/tr/dictionaries/nl_NL.po)0
-rw-r--r--source/tr/dictionaries/no.po (renamed from translations/source/tr/dictionaries/no.po)0
-rw-r--r--source/tr/dictionaries/oc_FR.po (renamed from translations/source/tr/dictionaries/oc_FR.po)0
-rw-r--r--source/tr/dictionaries/pl_PL.po (renamed from translations/source/tr/dictionaries/pl_PL.po)0
-rw-r--r--source/tr/dictionaries/pt_BR.po (renamed from translations/source/tr/dictionaries/pt_BR.po)0
-rw-r--r--source/tr/dictionaries/pt_PT.po (renamed from translations/source/tr/dictionaries/pt_PT.po)0
-rw-r--r--source/tr/dictionaries/ro.po (renamed from translations/source/tr/dictionaries/ro.po)0
-rw-r--r--source/tr/dictionaries/ru_RU.po (renamed from translations/source/tr/dictionaries/ru_RU.po)0
-rw-r--r--source/tr/dictionaries/ru_RU/dialog.po (renamed from translations/source/tr/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/tr/dictionaries/si_LK.po (renamed from translations/source/tr/dictionaries/si_LK.po)0
-rw-r--r--source/tr/dictionaries/sk_SK.po (renamed from translations/source/tr/dictionaries/sk_SK.po)0
-rw-r--r--source/tr/dictionaries/sl_SI.po (renamed from translations/source/tr/dictionaries/sl_SI.po)0
-rw-r--r--source/tr/dictionaries/sr.po (renamed from translations/source/tr/dictionaries/sr.po)0
-rw-r--r--source/tr/dictionaries/sv_SE.po (renamed from translations/source/tr/dictionaries/sv_SE.po)0
-rw-r--r--source/tr/dictionaries/sw_TZ.po (renamed from translations/source/tr/dictionaries/sw_TZ.po)0
-rw-r--r--source/tr/dictionaries/te_IN.po (renamed from translations/source/tr/dictionaries/te_IN.po)0
-rw-r--r--source/tr/dictionaries/th_TH.po (renamed from translations/source/tr/dictionaries/th_TH.po)0
-rw-r--r--source/tr/dictionaries/uk_UA.po (renamed from translations/source/tr/dictionaries/uk_UA.po)0
-rw-r--r--source/tr/dictionaries/vi.po (renamed from translations/source/tr/dictionaries/vi.po)0
-rw-r--r--source/tr/dictionaries/zu_ZA.po (renamed from translations/source/tr/dictionaries/zu_ZA.po)0
-rw-r--r--source/tr/editeng/source/accessibility.po (renamed from translations/source/tr/editeng/source/accessibility.po)0
-rw-r--r--source/tr/editeng/source/editeng.po (renamed from translations/source/tr/editeng/source/editeng.po)0
-rw-r--r--source/tr/editeng/source/items.po (renamed from translations/source/tr/editeng/source/items.po)0
-rw-r--r--source/tr/editeng/source/misc.po (renamed from translations/source/tr/editeng/source/misc.po)0
-rw-r--r--source/tr/editeng/source/outliner.po (renamed from translations/source/tr/editeng/source/outliner.po)0
-rw-r--r--source/tr/extensions/source/abpilot.po (renamed from translations/source/tr/extensions/source/abpilot.po)0
-rw-r--r--source/tr/extensions/source/bibliography.po (renamed from translations/source/tr/extensions/source/bibliography.po)0
-rw-r--r--source/tr/extensions/source/dbpilots.po (renamed from translations/source/tr/extensions/source/dbpilots.po)0
-rw-r--r--source/tr/extensions/source/propctrlr.po (renamed from translations/source/tr/extensions/source/propctrlr.po)0
-rw-r--r--source/tr/extensions/source/scanner.po (renamed from translations/source/tr/extensions/source/scanner.po)0
-rw-r--r--source/tr/extensions/source/update/check.po (renamed from translations/source/tr/extensions/source/update/check.po)0
-rw-r--r--source/tr/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/tr/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/tr/filter/source/config/fragments/filters.po (renamed from translations/source/tr/filter/source/config/fragments/filters.po)0
-rw-r--r--source/tr/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/tr/filter/source/config/fragments/types.po (renamed from translations/source/tr/filter/source/config/fragments/types.po)0
-rw-r--r--source/tr/filter/source/flash.po (renamed from translations/source/tr/filter/source/flash.po)0
-rw-r--r--source/tr/filter/source/graphicfilter/eps.po (renamed from translations/source/tr/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/tr/filter/source/pdf.po (renamed from translations/source/tr/filter/source/pdf.po)0
-rw-r--r--source/tr/filter/source/t602.po (renamed from translations/source/tr/filter/source/t602.po)0
-rw-r--r--source/tr/filter/source/xsltdialog.po (renamed from translations/source/tr/filter/source/xsltdialog.po)0
-rw-r--r--source/tr/forms/source/resource.po (renamed from translations/source/tr/forms/source/resource.po)0
-rw-r--r--source/tr/formula/source/core/resource.po (renamed from translations/source/tr/formula/source/core/resource.po)0
-rw-r--r--source/tr/formula/source/ui/dlg.po (renamed from translations/source/tr/formula/source/ui/dlg.po)0
-rw-r--r--source/tr/fpicker/source/office.po (renamed from translations/source/tr/fpicker/source/office.po)0
-rw-r--r--source/tr/framework/source/classes.po (renamed from translations/source/tr/framework/source/classes.po)0
-rw-r--r--source/tr/framework/source/services.po (renamed from translations/source/tr/framework/source/services.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/tr/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/tr/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po (renamed from translations/source/tr/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/02.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/04.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/05.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/tr/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/schart.po (renamed from translations/source/tr/helpcontent2/source/text/schart.po)0
-rw-r--r--source/tr/helpcontent2/source/text/schart/00.po (renamed from translations/source/tr/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/schart/01.po (renamed from translations/source/tr/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/schart/02.po (renamed from translations/source/tr/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/schart/04.po (renamed from translations/source/tr/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sdraw.po (renamed from translations/source/tr/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/tr/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/tr/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/tr/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/tr/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared.po (renamed from translations/source/tr/helpcontent2/source/text/shared.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po (renamed from translations/source/tr/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po (renamed from translations/source/tr/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po (renamed from translations/source/tr/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/04.po (renamed from translations/source/tr/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/05.po (renamed from translations/source/tr/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/07.po (renamed from translations/source/tr/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/tr/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/tr/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/tr/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po (renamed from translations/source/tr/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/tr/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po (renamed from translations/source/tr/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress/00.po (renamed from translations/source/tr/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po (renamed from translations/source/tr/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress/02.po (renamed from translations/source/tr/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress/04.po (renamed from translations/source/tr/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/tr/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath.po (renamed from translations/source/tr/helpcontent2/source/text/smath.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath/00.po (renamed from translations/source/tr/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath/01.po (renamed from translations/source/tr/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath/02.po (renamed from translations/source/tr/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath/04.po (renamed from translations/source/tr/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/smath/guide.po (renamed from translations/source/tr/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po (renamed from translations/source/tr/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po (renamed from translations/source/tr/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po (renamed from translations/source/tr/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po (renamed from translations/source/tr/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter/04.po (renamed from translations/source/tr/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/tr/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/tr/mysqlc/source.po (renamed from translations/source/tr/mysqlc/source.po)0
-rw-r--r--source/tr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/tr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/tr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/tr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/tr/nlpsolver/src/locale.po (renamed from translations/source/tr/nlpsolver/src/locale.po)0
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/tr/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tr/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tr/padmin/source.po (renamed from translations/source/tr/padmin/source.po)0
-rw-r--r--source/tr/readlicense_oo/docs/readme.po (renamed from translations/source/tr/readlicense_oo/docs/readme.po)0
-rw-r--r--source/tr/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/tr/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/tr/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/tr/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tr/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tr/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tr/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/tr/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/tr/reportbuilder/util.po (renamed from translations/source/tr/reportbuilder/util.po)0
-rw-r--r--source/tr/reportdesign/source/core/resource.po (renamed from translations/source/tr/reportdesign/source/core/resource.po)0
-rw-r--r--source/tr/reportdesign/source/ui/dlg.po (renamed from translations/source/tr/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/tr/reportdesign/source/ui/inspection.po (renamed from translations/source/tr/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/tr/reportdesign/source/ui/report.po (renamed from translations/source/tr/reportdesign/source/ui/report.po)0
-rw-r--r--source/tr/sc/source/core/src.po (renamed from translations/source/tr/sc/source/core/src.po)0
-rw-r--r--source/tr/sc/source/ui/cctrl.po (renamed from translations/source/tr/sc/source/ui/cctrl.po)0
-rw-r--r--source/tr/sc/source/ui/dbgui.po (renamed from translations/source/tr/sc/source/ui/dbgui.po)0
-rw-r--r--source/tr/sc/source/ui/docshell.po (renamed from translations/source/tr/sc/source/ui/docshell.po)0
-rw-r--r--source/tr/sc/source/ui/drawfunc.po (renamed from translations/source/tr/sc/source/ui/drawfunc.po)0
-rw-r--r--source/tr/sc/source/ui/formdlg.po (renamed from translations/source/tr/sc/source/ui/formdlg.po)0
-rw-r--r--source/tr/sc/source/ui/miscdlgs.po (renamed from translations/source/tr/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/tr/sc/source/ui/navipi.po (renamed from translations/source/tr/sc/source/ui/navipi.po)0
-rw-r--r--source/tr/sc/source/ui/optdlg.po (renamed from translations/source/tr/sc/source/ui/optdlg.po)0
-rw-r--r--source/tr/sc/source/ui/pagedlg.po (renamed from translations/source/tr/sc/source/ui/pagedlg.po)0
-rw-r--r--source/tr/sc/source/ui/src.po (renamed from translations/source/tr/sc/source/ui/src.po)0
-rw-r--r--source/tr/sc/source/ui/styleui.po (renamed from translations/source/tr/sc/source/ui/styleui.po)0
-rw-r--r--source/tr/scaddins/source/analysis.po (renamed from translations/source/tr/scaddins/source/analysis.po)0
-rw-r--r--source/tr/scaddins/source/datefunc.po (renamed from translations/source/tr/scaddins/source/datefunc.po)0
-rw-r--r--source/tr/sccomp/source/solver.po (renamed from translations/source/tr/sccomp/source/solver.po)0
-rw-r--r--source/tr/scp2/source/accessories.po (renamed from translations/source/tr/scp2/source/accessories.po)0
-rw-r--r--source/tr/scp2/source/activex.po (renamed from translations/source/tr/scp2/source/activex.po)0
-rw-r--r--source/tr/scp2/source/base.po (renamed from translations/source/tr/scp2/source/base.po)0
-rw-r--r--source/tr/scp2/source/binfilter.po (renamed from translations/source/tr/scp2/source/binfilter.po)0
-rw-r--r--source/tr/scp2/source/calc.po (renamed from translations/source/tr/scp2/source/calc.po)0
-rw-r--r--source/tr/scp2/source/draw.po (renamed from translations/source/tr/scp2/source/draw.po)0
-rw-r--r--source/tr/scp2/source/extensions.po (renamed from translations/source/tr/scp2/source/extensions.po)0
-rw-r--r--source/tr/scp2/source/gnome.po (renamed from translations/source/tr/scp2/source/gnome.po)0
-rw-r--r--source/tr/scp2/source/graphicfilter.po (renamed from translations/source/tr/scp2/source/graphicfilter.po)0
-rw-r--r--source/tr/scp2/source/impress.po (renamed from translations/source/tr/scp2/source/impress.po)0
-rw-r--r--source/tr/scp2/source/javafilter.po (renamed from translations/source/tr/scp2/source/javafilter.po)0
-rw-r--r--source/tr/scp2/source/kde.po (renamed from translations/source/tr/scp2/source/kde.po)0
-rw-r--r--source/tr/scp2/source/math.po (renamed from translations/source/tr/scp2/source/math.po)0
-rw-r--r--source/tr/scp2/source/onlineupdate.po (renamed from translations/source/tr/scp2/source/onlineupdate.po)0
-rw-r--r--source/tr/scp2/source/ooo.po (renamed from translations/source/tr/scp2/source/ooo.po)0
-rw-r--r--source/tr/scp2/source/python.po (renamed from translations/source/tr/scp2/source/python.po)0
-rw-r--r--source/tr/scp2/source/quickstart.po (renamed from translations/source/tr/scp2/source/quickstart.po)0
-rw-r--r--source/tr/scp2/source/sdkoo.po (renamed from translations/source/tr/scp2/source/sdkoo.po)0
-rw-r--r--source/tr/scp2/source/smoketest.po (renamed from translations/source/tr/scp2/source/smoketest.po)0
-rw-r--r--source/tr/scp2/source/stdlibs.po (renamed from translations/source/tr/scp2/source/stdlibs.po)0
-rw-r--r--source/tr/scp2/source/tde.po (renamed from translations/source/tr/scp2/source/tde.po)0
-rw-r--r--source/tr/scp2/source/winexplorerext.po (renamed from translations/source/tr/scp2/source/winexplorerext.po)0
-rw-r--r--source/tr/scp2/source/writer.po (renamed from translations/source/tr/scp2/source/writer.po)0
-rw-r--r--source/tr/scp2/source/xsltfilter.po (renamed from translations/source/tr/scp2/source/xsltfilter.po)0
-rw-r--r--source/tr/scripting/source/pyprov.po (renamed from translations/source/tr/scripting/source/pyprov.po)0
-rw-r--r--source/tr/sd/source/core.po (renamed from translations/source/tr/sd/source/core.po)0
-rw-r--r--source/tr/sd/source/filter/html.po (renamed from translations/source/tr/sd/source/filter/html.po)0
-rw-r--r--source/tr/sd/source/ui/accessibility.po (renamed from translations/source/tr/sd/source/ui/accessibility.po)0
-rw-r--r--source/tr/sd/source/ui/animations.po (renamed from translations/source/tr/sd/source/ui/animations.po)0
-rw-r--r--source/tr/sd/source/ui/annotations.po (renamed from translations/source/tr/sd/source/ui/annotations.po)0
-rw-r--r--source/tr/sd/source/ui/app.po (renamed from translations/source/tr/sd/source/ui/app.po)0
-rw-r--r--source/tr/sd/source/ui/dlg.po (renamed from translations/source/tr/sd/source/ui/dlg.po)0
-rw-r--r--source/tr/sd/source/ui/slideshow.po (renamed from translations/source/tr/sd/source/ui/slideshow.po)0
-rw-r--r--source/tr/sd/source/ui/table.po (renamed from translations/source/tr/sd/source/ui/table.po)0
-rw-r--r--source/tr/sd/source/ui/view.po (renamed from translations/source/tr/sd/source/ui/view.po)0
-rw-r--r--source/tr/sdext/source/minimizer.po (renamed from translations/source/tr/sdext/source/minimizer.po)0
-rw-r--r--source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tr/sdext/source/pdfimport.po (renamed from translations/source/tr/sdext/source/pdfimport.po)0
-rw-r--r--source/tr/sdext/source/presenter.po (renamed from translations/source/tr/sdext/source/presenter.po)0
-rw-r--r--source/tr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/tr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/tr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tr/setup_native/source/mac.po (renamed from translations/source/tr/setup_native/source/mac.po)0
-rw-r--r--source/tr/sfx2/source/appl.po (renamed from translations/source/tr/sfx2/source/appl.po)0
-rw-r--r--source/tr/sfx2/source/bastyp.po (renamed from translations/source/tr/sfx2/source/bastyp.po)0
-rw-r--r--source/tr/sfx2/source/dialog.po (renamed from translations/source/tr/sfx2/source/dialog.po)0
-rw-r--r--source/tr/sfx2/source/doc.po (renamed from translations/source/tr/sfx2/source/doc.po)0
-rw-r--r--source/tr/sfx2/source/menu.po (renamed from translations/source/tr/sfx2/source/menu.po)0
-rw-r--r--source/tr/sfx2/source/view.po (renamed from translations/source/tr/sfx2/source/view.po)0
-rw-r--r--source/tr/shell/source/win32/shlxthandler/res.po (renamed from translations/source/tr/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/tr/starmath/source.po (renamed from translations/source/tr/starmath/source.po)0
-rw-r--r--source/tr/svl/source/items.po (renamed from translations/source/tr/svl/source/items.po)0
-rw-r--r--source/tr/svl/source/misc.po (renamed from translations/source/tr/svl/source/misc.po)0
-rw-r--r--source/tr/svtools/source/contnr.po (renamed from translations/source/tr/svtools/source/contnr.po)0
-rw-r--r--source/tr/svtools/source/control.po (renamed from translations/source/tr/svtools/source/control.po)0
-rw-r--r--source/tr/svtools/source/dialogs.po (renamed from translations/source/tr/svtools/source/dialogs.po)0
-rw-r--r--source/tr/svtools/source/filter.po (renamed from translations/source/tr/svtools/source/filter.po)0
-rw-r--r--source/tr/svtools/source/java.po (renamed from translations/source/tr/svtools/source/java.po)0
-rw-r--r--source/tr/svtools/source/misc.po (renamed from translations/source/tr/svtools/source/misc.po)0
-rw-r--r--source/tr/svtools/source/toolpanel.po (renamed from translations/source/tr/svtools/source/toolpanel.po)0
-rw-r--r--source/tr/svtools/workben/unodialog.po (renamed from translations/source/tr/svtools/workben/unodialog.po)0
-rw-r--r--source/tr/svx/inc.po (renamed from translations/source/tr/svx/inc.po)0
-rw-r--r--source/tr/svx/source/accessibility.po (renamed from translations/source/tr/svx/source/accessibility.po)0
-rw-r--r--source/tr/svx/source/dialog.po (renamed from translations/source/tr/svx/source/dialog.po)0
-rw-r--r--source/tr/svx/source/engine3d.po (renamed from translations/source/tr/svx/source/engine3d.po)0
-rw-r--r--source/tr/svx/source/fmcomp.po (renamed from translations/source/tr/svx/source/fmcomp.po)0
-rw-r--r--source/tr/svx/source/form.po (renamed from translations/source/tr/svx/source/form.po)0
-rw-r--r--source/tr/svx/source/gallery2.po (renamed from translations/source/tr/svx/source/gallery2.po)0
-rw-r--r--source/tr/svx/source/items.po (renamed from translations/source/tr/svx/source/items.po)0
-rw-r--r--source/tr/svx/source/src.po (renamed from translations/source/tr/svx/source/src.po)0
-rw-r--r--source/tr/svx/source/stbctrls.po (renamed from translations/source/tr/svx/source/stbctrls.po)0
-rw-r--r--source/tr/svx/source/svdraw.po (renamed from translations/source/tr/svx/source/svdraw.po)0
-rw-r--r--source/tr/svx/source/table.po (renamed from translations/source/tr/svx/source/table.po)0
-rw-r--r--source/tr/svx/source/tbxctrls.po (renamed from translations/source/tr/svx/source/tbxctrls.po)0
-rw-r--r--source/tr/svx/source/toolbars.po (renamed from translations/source/tr/svx/source/toolbars.po)0
-rw-r--r--source/tr/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/tr/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/tr/sw/source/core/layout.po (renamed from translations/source/tr/sw/source/core/layout.po)0
-rw-r--r--source/tr/sw/source/core/undo.po (renamed from translations/source/tr/sw/source/core/undo.po)0
-rw-r--r--source/tr/sw/source/core/unocore.po (renamed from translations/source/tr/sw/source/core/unocore.po)0
-rw-r--r--source/tr/sw/source/ui/app.po (renamed from translations/source/tr/sw/source/ui/app.po)0
-rw-r--r--source/tr/sw/source/ui/chrdlg.po (renamed from translations/source/tr/sw/source/ui/chrdlg.po)0
-rw-r--r--source/tr/sw/source/ui/config.po (renamed from translations/source/tr/sw/source/ui/config.po)0
-rw-r--r--source/tr/sw/source/ui/dbui.po (renamed from translations/source/tr/sw/source/ui/dbui.po)0
-rw-r--r--source/tr/sw/source/ui/dialog.po (renamed from translations/source/tr/sw/source/ui/dialog.po)0
-rw-r--r--source/tr/sw/source/ui/dochdl.po (renamed from translations/source/tr/sw/source/ui/dochdl.po)0
-rw-r--r--source/tr/sw/source/ui/docvw.po (renamed from translations/source/tr/sw/source/ui/docvw.po)0
-rw-r--r--source/tr/sw/source/ui/envelp.po (renamed from translations/source/tr/sw/source/ui/envelp.po)0
-rw-r--r--source/tr/sw/source/ui/fldui.po (renamed from translations/source/tr/sw/source/ui/fldui.po)0
-rw-r--r--source/tr/sw/source/ui/fmtui.po (renamed from translations/source/tr/sw/source/ui/fmtui.po)0
-rw-r--r--source/tr/sw/source/ui/frmdlg.po (renamed from translations/source/tr/sw/source/ui/frmdlg.po)0
-rw-r--r--source/tr/sw/source/ui/globdoc.po (renamed from translations/source/tr/sw/source/ui/globdoc.po)0
-rw-r--r--source/tr/sw/source/ui/index.po (renamed from translations/source/tr/sw/source/ui/index.po)0
-rw-r--r--source/tr/sw/source/ui/lingu.po (renamed from translations/source/tr/sw/source/ui/lingu.po)0
-rw-r--r--source/tr/sw/source/ui/misc.po (renamed from translations/source/tr/sw/source/ui/misc.po)0
-rw-r--r--source/tr/sw/source/ui/ribbar.po (renamed from translations/source/tr/sw/source/ui/ribbar.po)0
-rw-r--r--source/tr/sw/source/ui/shells.po (renamed from translations/source/tr/sw/source/ui/shells.po)0
-rw-r--r--source/tr/sw/source/ui/smartmenu.po (renamed from translations/source/tr/sw/source/ui/smartmenu.po)0
-rw-r--r--source/tr/sw/source/ui/table.po (renamed from translations/source/tr/sw/source/ui/table.po)0
-rw-r--r--source/tr/sw/source/ui/uiview.po (renamed from translations/source/tr/sw/source/ui/uiview.po)0
-rw-r--r--source/tr/sw/source/ui/utlui.po (renamed from translations/source/tr/sw/source/ui/utlui.po)0
-rw-r--r--source/tr/sw/source/ui/web.po (renamed from translations/source/tr/sw/source/ui/web.po)0
-rw-r--r--source/tr/sw/source/ui/wrtsh.po (renamed from translations/source/tr/sw/source/ui/wrtsh.po)0
-rw-r--r--source/tr/swext/mediawiki/help.po (renamed from translations/source/tr/swext/mediawiki/help.po)0
-rw-r--r--source/tr/swext/mediawiki/src.po (renamed from translations/source/tr/swext/mediawiki/src.po)0
-rw-r--r--source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/tr/sysui/desktop/share.po (renamed from translations/source/tr/sysui/desktop/share.po)0
-rw-r--r--source/tr/uui/source.po (renamed from translations/source/tr/uui/source.po)0
-rw-r--r--source/tr/vcl/source/src.po (renamed from translations/source/tr/vcl/source/src.po)0
-rw-r--r--source/tr/wizards/source/euro.po (renamed from translations/source/tr/wizards/source/euro.po)0
-rw-r--r--source/tr/wizards/source/formwizard.po (renamed from translations/source/tr/wizards/source/formwizard.po)0
-rw-r--r--source/tr/wizards/source/importwizard.po (renamed from translations/source/tr/wizards/source/importwizard.po)0
-rw-r--r--source/tr/wizards/source/schedule.po (renamed from translations/source/tr/wizards/source/schedule.po)0
-rw-r--r--source/tr/wizards/source/template.po (renamed from translations/source/tr/wizards/source/template.po)0
-rw-r--r--source/tr/xmlsecurity/source/component.po (renamed from translations/source/tr/xmlsecurity/source/component.po)0
-rw-r--r--source/tr/xmlsecurity/source/dialogs.po (renamed from translations/source/tr/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ts/accessibility/source/helper.po (renamed from translations/source/ts/accessibility/source/helper.po)0
-rw-r--r--source/ts/avmedia/source/framework.po (renamed from translations/source/ts/avmedia/source/framework.po)0
-rw-r--r--source/ts/avmedia/source/viewer.po (renamed from translations/source/ts/avmedia/source/viewer.po)0
-rw-r--r--source/ts/basctl/source/basicide.po (renamed from translations/source/ts/basctl/source/basicide.po)0
-rw-r--r--source/ts/basctl/source/dlged.po (renamed from translations/source/ts/basctl/source/dlged.po)0
-rw-r--r--source/ts/basic/source/classes.po (renamed from translations/source/ts/basic/source/classes.po)0
-rw-r--r--source/ts/basic/source/sbx.po (renamed from translations/source/ts/basic/source/sbx.po)0
-rw-r--r--source/ts/chart2/source/controller/dialogs.po (renamed from translations/source/ts/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ts/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ts/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ts/connectivity/source/resource.po (renamed from translations/source/ts/connectivity/source/resource.po)0
-rw-r--r--source/ts/cui/source/customize.po (renamed from translations/source/ts/cui/source/customize.po)0
-rw-r--r--source/ts/cui/source/dialogs.po (renamed from translations/source/ts/cui/source/dialogs.po)0
-rw-r--r--source/ts/cui/source/options.po (renamed from translations/source/ts/cui/source/options.po)0
-rw-r--r--source/ts/cui/source/tabpages.po (renamed from translations/source/ts/cui/source/tabpages.po)0
-rw-r--r--source/ts/dbaccess/source/core/resource.po (renamed from translations/source/ts/dbaccess/source/core/resource.po)0
-rw-r--r--source/ts/dbaccess/source/ext/macromigration.po (renamed from translations/source/ts/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ts/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ts/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ts/dbaccess/source/ui/app.po (renamed from translations/source/ts/dbaccess/source/ui/app.po)0
-rw-r--r--source/ts/dbaccess/source/ui/browser.po (renamed from translations/source/ts/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ts/dbaccess/source/ui/control.po (renamed from translations/source/ts/dbaccess/source/ui/control.po)0
-rw-r--r--source/ts/dbaccess/source/ui/dlg.po (renamed from translations/source/ts/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ts/dbaccess/source/ui/inc.po (renamed from translations/source/ts/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ts/dbaccess/source/ui/misc.po (renamed from translations/source/ts/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ts/dbaccess/source/ui/querydesign.po (renamed from translations/source/ts/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ts/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ts/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ts/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ts/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ts/dbaccess/source/ui/uno.po (renamed from translations/source/ts/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ts/desktop/source/app.po (renamed from translations/source/ts/desktop/source/app.po)0
-rw-r--r--source/ts/desktop/source/deployment/gui.po (renamed from translations/source/ts/desktop/source/deployment/gui.po)0
-rw-r--r--source/ts/desktop/source/deployment/manager.po (renamed from translations/source/ts/desktop/source/deployment/manager.po)0
-rw-r--r--source/ts/desktop/source/deployment/misc.po (renamed from translations/source/ts/desktop/source/deployment/misc.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry.po (renamed from translations/source/ts/desktop/source/deployment/registry.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/component.po (renamed from translations/source/ts/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ts/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/help.po (renamed from translations/source/ts/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/package.po (renamed from translations/source/ts/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/script.po (renamed from translations/source/ts/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ts/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ts/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ts/desktop/source/deployment/unopkg.po (renamed from translations/source/ts/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ts/dictionaries/af_ZA.po (renamed from translations/source/ts/dictionaries/af_ZA.po)0
-rw-r--r--source/ts/dictionaries/an_ES.po (renamed from translations/source/ts/dictionaries/an_ES.po)0
-rw-r--r--source/ts/dictionaries/ar.po (renamed from translations/source/ts/dictionaries/ar.po)0
-rw-r--r--source/ts/dictionaries/be_BY.po (renamed from translations/source/ts/dictionaries/be_BY.po)0
-rw-r--r--source/ts/dictionaries/bg_BG.po (renamed from translations/source/ts/dictionaries/bg_BG.po)0
-rw-r--r--source/ts/dictionaries/bn_BD.po (renamed from translations/source/ts/dictionaries/bn_BD.po)0
-rw-r--r--source/ts/dictionaries/br_FR.po (renamed from translations/source/ts/dictionaries/br_FR.po)0
-rw-r--r--source/ts/dictionaries/ca.po (renamed from translations/source/ts/dictionaries/ca.po)0
-rw-r--r--source/ts/dictionaries/cs_CZ.po (renamed from translations/source/ts/dictionaries/cs_CZ.po)0
-rw-r--r--source/ts/dictionaries/da_DK.po (renamed from translations/source/ts/dictionaries/da_DK.po)0
-rw-r--r--source/ts/dictionaries/de.po (renamed from translations/source/ts/dictionaries/de.po)0
-rw-r--r--source/ts/dictionaries/el_GR.po (renamed from translations/source/ts/dictionaries/el_GR.po)0
-rw-r--r--source/ts/dictionaries/en.po (renamed from translations/source/ts/dictionaries/en.po)0
-rw-r--r--source/ts/dictionaries/en/dialog.po (renamed from translations/source/ts/dictionaries/en/dialog.po)0
-rw-r--r--source/ts/dictionaries/es_ES.po (renamed from translations/source/ts/dictionaries/es_ES.po)0
-rw-r--r--source/ts/dictionaries/et_EE.po (renamed from translations/source/ts/dictionaries/et_EE.po)0
-rw-r--r--source/ts/dictionaries/fr_FR.po (renamed from translations/source/ts/dictionaries/fr_FR.po)0
-rw-r--r--source/ts/dictionaries/gd_GB.po (renamed from translations/source/ts/dictionaries/gd_GB.po)0
-rw-r--r--source/ts/dictionaries/gl.po (renamed from translations/source/ts/dictionaries/gl.po)0
-rw-r--r--source/ts/dictionaries/gu_IN.po (renamed from translations/source/ts/dictionaries/gu_IN.po)0
-rw-r--r--source/ts/dictionaries/he_IL.po (renamed from translations/source/ts/dictionaries/he_IL.po)0
-rw-r--r--source/ts/dictionaries/hi_IN.po (renamed from translations/source/ts/dictionaries/hi_IN.po)0
-rw-r--r--source/ts/dictionaries/hr_HR.po (renamed from translations/source/ts/dictionaries/hr_HR.po)0
-rw-r--r--source/ts/dictionaries/hu_HU.po (renamed from translations/source/ts/dictionaries/hu_HU.po)0
-rw-r--r--source/ts/dictionaries/hu_HU/dialog.po (renamed from translations/source/ts/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ts/dictionaries/it_IT.po (renamed from translations/source/ts/dictionaries/it_IT.po)0
-rw-r--r--source/ts/dictionaries/ku_TR.po (renamed from translations/source/ts/dictionaries/ku_TR.po)0
-rw-r--r--source/ts/dictionaries/lt_LT.po (renamed from translations/source/ts/dictionaries/lt_LT.po)0
-rw-r--r--source/ts/dictionaries/lv_LV.po (renamed from translations/source/ts/dictionaries/lv_LV.po)0
-rw-r--r--source/ts/dictionaries/ne_NP.po (renamed from translations/source/ts/dictionaries/ne_NP.po)0
-rw-r--r--source/ts/dictionaries/nl_NL.po (renamed from translations/source/ts/dictionaries/nl_NL.po)0
-rw-r--r--source/ts/dictionaries/no.po (renamed from translations/source/ts/dictionaries/no.po)0
-rw-r--r--source/ts/dictionaries/oc_FR.po (renamed from translations/source/ts/dictionaries/oc_FR.po)0
-rw-r--r--source/ts/dictionaries/pl_PL.po (renamed from translations/source/ts/dictionaries/pl_PL.po)0
-rw-r--r--source/ts/dictionaries/pt_BR.po (renamed from translations/source/ts/dictionaries/pt_BR.po)0
-rw-r--r--source/ts/dictionaries/pt_PT.po (renamed from translations/source/ts/dictionaries/pt_PT.po)0
-rw-r--r--source/ts/dictionaries/ro.po (renamed from translations/source/ts/dictionaries/ro.po)0
-rw-r--r--source/ts/dictionaries/ru_RU.po (renamed from translations/source/ts/dictionaries/ru_RU.po)0
-rw-r--r--source/ts/dictionaries/ru_RU/dialog.po (renamed from translations/source/ts/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ts/dictionaries/si_LK.po (renamed from translations/source/ts/dictionaries/si_LK.po)0
-rw-r--r--source/ts/dictionaries/sk_SK.po (renamed from translations/source/ts/dictionaries/sk_SK.po)0
-rw-r--r--source/ts/dictionaries/sl_SI.po (renamed from translations/source/ts/dictionaries/sl_SI.po)0
-rw-r--r--source/ts/dictionaries/sr.po (renamed from translations/source/ts/dictionaries/sr.po)0
-rw-r--r--source/ts/dictionaries/sv_SE.po (renamed from translations/source/ts/dictionaries/sv_SE.po)0
-rw-r--r--source/ts/dictionaries/sw_TZ.po (renamed from translations/source/ts/dictionaries/sw_TZ.po)0
-rw-r--r--source/ts/dictionaries/te_IN.po (renamed from translations/source/ts/dictionaries/te_IN.po)0
-rw-r--r--source/ts/dictionaries/th_TH.po (renamed from translations/source/ts/dictionaries/th_TH.po)0
-rw-r--r--source/ts/dictionaries/uk_UA.po (renamed from translations/source/ts/dictionaries/uk_UA.po)0
-rw-r--r--source/ts/dictionaries/vi.po (renamed from translations/source/ts/dictionaries/vi.po)0
-rw-r--r--source/ts/dictionaries/zu_ZA.po (renamed from translations/source/ts/dictionaries/zu_ZA.po)0
-rw-r--r--source/ts/editeng/source/accessibility.po (renamed from translations/source/ts/editeng/source/accessibility.po)0
-rw-r--r--source/ts/editeng/source/editeng.po (renamed from translations/source/ts/editeng/source/editeng.po)0
-rw-r--r--source/ts/editeng/source/items.po (renamed from translations/source/ts/editeng/source/items.po)0
-rw-r--r--source/ts/editeng/source/misc.po (renamed from translations/source/ts/editeng/source/misc.po)0
-rw-r--r--source/ts/editeng/source/outliner.po (renamed from translations/source/ts/editeng/source/outliner.po)0
-rw-r--r--source/ts/extensions/source/abpilot.po (renamed from translations/source/ts/extensions/source/abpilot.po)0
-rw-r--r--source/ts/extensions/source/bibliography.po (renamed from translations/source/ts/extensions/source/bibliography.po)0
-rw-r--r--source/ts/extensions/source/dbpilots.po (renamed from translations/source/ts/extensions/source/dbpilots.po)0
-rw-r--r--source/ts/extensions/source/propctrlr.po (renamed from translations/source/ts/extensions/source/propctrlr.po)0
-rw-r--r--source/ts/extensions/source/scanner.po (renamed from translations/source/ts/extensions/source/scanner.po)0
-rw-r--r--source/ts/extensions/source/update/check.po (renamed from translations/source/ts/extensions/source/update/check.po)0
-rw-r--r--source/ts/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ts/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ts/filter/source/config/fragments/filters.po (renamed from translations/source/ts/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ts/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ts/filter/source/config/fragments/types.po (renamed from translations/source/ts/filter/source/config/fragments/types.po)0
-rw-r--r--source/ts/filter/source/flash.po (renamed from translations/source/ts/filter/source/flash.po)0
-rw-r--r--source/ts/filter/source/graphicfilter/eps.po (renamed from translations/source/ts/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ts/filter/source/pdf.po (renamed from translations/source/ts/filter/source/pdf.po)0
-rw-r--r--source/ts/filter/source/t602.po (renamed from translations/source/ts/filter/source/t602.po)0
-rw-r--r--source/ts/filter/source/xsltdialog.po (renamed from translations/source/ts/filter/source/xsltdialog.po)0
-rw-r--r--source/ts/forms/source/resource.po (renamed from translations/source/ts/forms/source/resource.po)0
-rw-r--r--source/ts/formula/source/core/resource.po (renamed from translations/source/ts/formula/source/core/resource.po)0
-rw-r--r--source/ts/formula/source/ui/dlg.po (renamed from translations/source/ts/formula/source/ui/dlg.po)0
-rw-r--r--source/ts/fpicker/source/office.po (renamed from translations/source/ts/fpicker/source/office.po)0
-rw-r--r--source/ts/framework/source/classes.po (renamed from translations/source/ts/framework/source/classes.po)0
-rw-r--r--source/ts/framework/source/services.po (renamed from translations/source/ts/framework/source/services.po)0
-rw-r--r--source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ts/mysqlc/source.po (renamed from translations/source/ts/mysqlc/source.po)0
-rw-r--r--source/ts/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ts/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ts/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ts/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ts/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ts/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ts/nlpsolver/src/locale.po (renamed from translations/source/ts/nlpsolver/src/locale.po)0
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ts/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ts/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ts/padmin/source.po (renamed from translations/source/ts/padmin/source.po)0
-rw-r--r--source/ts/readlicense_oo/docs/readme.po (renamed from translations/source/ts/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ts/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ts/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ts/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ts/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ts/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ts/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ts/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ts/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ts/reportbuilder/util.po (renamed from translations/source/ts/reportbuilder/util.po)0
-rw-r--r--source/ts/reportdesign/source/core/resource.po (renamed from translations/source/ts/reportdesign/source/core/resource.po)0
-rw-r--r--source/ts/reportdesign/source/ui/dlg.po (renamed from translations/source/ts/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ts/reportdesign/source/ui/inspection.po (renamed from translations/source/ts/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ts/reportdesign/source/ui/report.po (renamed from translations/source/ts/reportdesign/source/ui/report.po)0
-rw-r--r--source/ts/sc/source/core/src.po (renamed from translations/source/ts/sc/source/core/src.po)0
-rw-r--r--source/ts/sc/source/ui/cctrl.po (renamed from translations/source/ts/sc/source/ui/cctrl.po)0
-rw-r--r--source/ts/sc/source/ui/dbgui.po (renamed from translations/source/ts/sc/source/ui/dbgui.po)0
-rw-r--r--source/ts/sc/source/ui/docshell.po (renamed from translations/source/ts/sc/source/ui/docshell.po)0
-rw-r--r--source/ts/sc/source/ui/drawfunc.po (renamed from translations/source/ts/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ts/sc/source/ui/formdlg.po (renamed from translations/source/ts/sc/source/ui/formdlg.po)0
-rw-r--r--source/ts/sc/source/ui/miscdlgs.po (renamed from translations/source/ts/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ts/sc/source/ui/navipi.po (renamed from translations/source/ts/sc/source/ui/navipi.po)0
-rw-r--r--source/ts/sc/source/ui/optdlg.po (renamed from translations/source/ts/sc/source/ui/optdlg.po)0
-rw-r--r--source/ts/sc/source/ui/pagedlg.po (renamed from translations/source/ts/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ts/sc/source/ui/src.po (renamed from translations/source/ts/sc/source/ui/src.po)0
-rw-r--r--source/ts/sc/source/ui/styleui.po (renamed from translations/source/ts/sc/source/ui/styleui.po)0
-rw-r--r--source/ts/scaddins/source/analysis.po (renamed from translations/source/ts/scaddins/source/analysis.po)0
-rw-r--r--source/ts/scaddins/source/datefunc.po (renamed from translations/source/ts/scaddins/source/datefunc.po)0
-rw-r--r--source/ts/sccomp/source/solver.po (renamed from translations/source/ts/sccomp/source/solver.po)0
-rw-r--r--source/ts/scp2/source/accessories.po (renamed from translations/source/ts/scp2/source/accessories.po)0
-rw-r--r--source/ts/scp2/source/activex.po (renamed from translations/source/ts/scp2/source/activex.po)0
-rw-r--r--source/ts/scp2/source/base.po (renamed from translations/source/ts/scp2/source/base.po)0
-rw-r--r--source/ts/scp2/source/binfilter.po (renamed from translations/source/ts/scp2/source/binfilter.po)0
-rw-r--r--source/ts/scp2/source/calc.po (renamed from translations/source/ts/scp2/source/calc.po)0
-rw-r--r--source/ts/scp2/source/draw.po (renamed from translations/source/ts/scp2/source/draw.po)0
-rw-r--r--source/ts/scp2/source/extensions.po (renamed from translations/source/ts/scp2/source/extensions.po)0
-rw-r--r--source/ts/scp2/source/gnome.po (renamed from translations/source/ts/scp2/source/gnome.po)0
-rw-r--r--source/ts/scp2/source/graphicfilter.po (renamed from translations/source/ts/scp2/source/graphicfilter.po)0
-rw-r--r--source/ts/scp2/source/impress.po (renamed from translations/source/ts/scp2/source/impress.po)0
-rw-r--r--source/ts/scp2/source/javafilter.po (renamed from translations/source/ts/scp2/source/javafilter.po)0
-rw-r--r--source/ts/scp2/source/kde.po (renamed from translations/source/ts/scp2/source/kde.po)0
-rw-r--r--source/ts/scp2/source/math.po (renamed from translations/source/ts/scp2/source/math.po)0
-rw-r--r--source/ts/scp2/source/onlineupdate.po (renamed from translations/source/ts/scp2/source/onlineupdate.po)0
-rw-r--r--source/ts/scp2/source/ooo.po (renamed from translations/source/ts/scp2/source/ooo.po)0
-rw-r--r--source/ts/scp2/source/python.po (renamed from translations/source/ts/scp2/source/python.po)0
-rw-r--r--source/ts/scp2/source/quickstart.po (renamed from translations/source/ts/scp2/source/quickstart.po)0
-rw-r--r--source/ts/scp2/source/sdkoo.po (renamed from translations/source/ts/scp2/source/sdkoo.po)0
-rw-r--r--source/ts/scp2/source/smoketest.po (renamed from translations/source/ts/scp2/source/smoketest.po)0
-rw-r--r--source/ts/scp2/source/stdlibs.po (renamed from translations/source/ts/scp2/source/stdlibs.po)0
-rw-r--r--source/ts/scp2/source/tde.po (renamed from translations/source/ts/scp2/source/tde.po)0
-rw-r--r--source/ts/scp2/source/winexplorerext.po (renamed from translations/source/ts/scp2/source/winexplorerext.po)0
-rw-r--r--source/ts/scp2/source/writer.po (renamed from translations/source/ts/scp2/source/writer.po)0
-rw-r--r--source/ts/scp2/source/xsltfilter.po (renamed from translations/source/ts/scp2/source/xsltfilter.po)0
-rw-r--r--source/ts/scripting/source/pyprov.po (renamed from translations/source/ts/scripting/source/pyprov.po)0
-rw-r--r--source/ts/sd/source/core.po (renamed from translations/source/ts/sd/source/core.po)0
-rw-r--r--source/ts/sd/source/filter/html.po (renamed from translations/source/ts/sd/source/filter/html.po)0
-rw-r--r--source/ts/sd/source/ui/accessibility.po (renamed from translations/source/ts/sd/source/ui/accessibility.po)0
-rw-r--r--source/ts/sd/source/ui/animations.po (renamed from translations/source/ts/sd/source/ui/animations.po)0
-rw-r--r--source/ts/sd/source/ui/annotations.po (renamed from translations/source/ts/sd/source/ui/annotations.po)0
-rw-r--r--source/ts/sd/source/ui/app.po (renamed from translations/source/ts/sd/source/ui/app.po)0
-rw-r--r--source/ts/sd/source/ui/dlg.po (renamed from translations/source/ts/sd/source/ui/dlg.po)0
-rw-r--r--source/ts/sd/source/ui/slideshow.po (renamed from translations/source/ts/sd/source/ui/slideshow.po)0
-rw-r--r--source/ts/sd/source/ui/table.po (renamed from translations/source/ts/sd/source/ui/table.po)0
-rw-r--r--source/ts/sd/source/ui/view.po (renamed from translations/source/ts/sd/source/ui/view.po)0
-rw-r--r--source/ts/sdext/source/minimizer.po (renamed from translations/source/ts/sdext/source/minimizer.po)0
-rw-r--r--source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ts/sdext/source/pdfimport.po (renamed from translations/source/ts/sdext/source/pdfimport.po)0
-rw-r--r--source/ts/sdext/source/presenter.po (renamed from translations/source/ts/sdext/source/presenter.po)0
-rw-r--r--source/ts/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ts/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ts/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ts/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ts/setup_native/source/mac.po (renamed from translations/source/ts/setup_native/source/mac.po)0
-rw-r--r--source/ts/sfx2/source/appl.po (renamed from translations/source/ts/sfx2/source/appl.po)0
-rw-r--r--source/ts/sfx2/source/bastyp.po (renamed from translations/source/ts/sfx2/source/bastyp.po)0
-rw-r--r--source/ts/sfx2/source/dialog.po (renamed from translations/source/ts/sfx2/source/dialog.po)0
-rw-r--r--source/ts/sfx2/source/doc.po (renamed from translations/source/ts/sfx2/source/doc.po)0
-rw-r--r--source/ts/sfx2/source/menu.po (renamed from translations/source/ts/sfx2/source/menu.po)0
-rw-r--r--source/ts/sfx2/source/view.po (renamed from translations/source/ts/sfx2/source/view.po)0
-rw-r--r--source/ts/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ts/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ts/starmath/source.po (renamed from translations/source/ts/starmath/source.po)0
-rw-r--r--source/ts/svl/source/items.po (renamed from translations/source/ts/svl/source/items.po)0
-rw-r--r--source/ts/svl/source/misc.po (renamed from translations/source/ts/svl/source/misc.po)0
-rw-r--r--source/ts/svtools/source/contnr.po (renamed from translations/source/ts/svtools/source/contnr.po)0
-rw-r--r--source/ts/svtools/source/control.po (renamed from translations/source/ts/svtools/source/control.po)0
-rw-r--r--source/ts/svtools/source/dialogs.po (renamed from translations/source/ts/svtools/source/dialogs.po)0
-rw-r--r--source/ts/svtools/source/filter.po (renamed from translations/source/ts/svtools/source/filter.po)0
-rw-r--r--source/ts/svtools/source/java.po (renamed from translations/source/ts/svtools/source/java.po)0
-rw-r--r--source/ts/svtools/source/misc.po (renamed from translations/source/ts/svtools/source/misc.po)0
-rw-r--r--source/ts/svtools/source/toolpanel.po (renamed from translations/source/ts/svtools/source/toolpanel.po)0
-rw-r--r--source/ts/svtools/workben/unodialog.po (renamed from translations/source/ts/svtools/workben/unodialog.po)0
-rw-r--r--source/ts/svx/inc.po (renamed from translations/source/ts/svx/inc.po)0
-rw-r--r--source/ts/svx/source/accessibility.po (renamed from translations/source/ts/svx/source/accessibility.po)0
-rw-r--r--source/ts/svx/source/dialog.po (renamed from translations/source/ts/svx/source/dialog.po)0
-rw-r--r--source/ts/svx/source/engine3d.po (renamed from translations/source/ts/svx/source/engine3d.po)0
-rw-r--r--source/ts/svx/source/fmcomp.po (renamed from translations/source/ts/svx/source/fmcomp.po)0
-rw-r--r--source/ts/svx/source/form.po (renamed from translations/source/ts/svx/source/form.po)0
-rw-r--r--source/ts/svx/source/gallery2.po (renamed from translations/source/ts/svx/source/gallery2.po)0
-rw-r--r--source/ts/svx/source/items.po (renamed from translations/source/ts/svx/source/items.po)0
-rw-r--r--source/ts/svx/source/src.po (renamed from translations/source/ts/svx/source/src.po)0
-rw-r--r--source/ts/svx/source/stbctrls.po (renamed from translations/source/ts/svx/source/stbctrls.po)0
-rw-r--r--source/ts/svx/source/svdraw.po (renamed from translations/source/ts/svx/source/svdraw.po)0
-rw-r--r--source/ts/svx/source/table.po (renamed from translations/source/ts/svx/source/table.po)0
-rw-r--r--source/ts/svx/source/tbxctrls.po (renamed from translations/source/ts/svx/source/tbxctrls.po)0
-rw-r--r--source/ts/svx/source/toolbars.po (renamed from translations/source/ts/svx/source/toolbars.po)0
-rw-r--r--source/ts/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ts/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ts/sw/source/core/layout.po (renamed from translations/source/ts/sw/source/core/layout.po)0
-rw-r--r--source/ts/sw/source/core/undo.po (renamed from translations/source/ts/sw/source/core/undo.po)0
-rw-r--r--source/ts/sw/source/core/unocore.po (renamed from translations/source/ts/sw/source/core/unocore.po)0
-rw-r--r--source/ts/sw/source/ui/app.po (renamed from translations/source/ts/sw/source/ui/app.po)0
-rw-r--r--source/ts/sw/source/ui/chrdlg.po (renamed from translations/source/ts/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ts/sw/source/ui/config.po (renamed from translations/source/ts/sw/source/ui/config.po)0
-rw-r--r--source/ts/sw/source/ui/dbui.po (renamed from translations/source/ts/sw/source/ui/dbui.po)0
-rw-r--r--source/ts/sw/source/ui/dialog.po (renamed from translations/source/ts/sw/source/ui/dialog.po)0
-rw-r--r--source/ts/sw/source/ui/dochdl.po (renamed from translations/source/ts/sw/source/ui/dochdl.po)0
-rw-r--r--source/ts/sw/source/ui/docvw.po (renamed from translations/source/ts/sw/source/ui/docvw.po)0
-rw-r--r--source/ts/sw/source/ui/envelp.po (renamed from translations/source/ts/sw/source/ui/envelp.po)0
-rw-r--r--source/ts/sw/source/ui/fldui.po (renamed from translations/source/ts/sw/source/ui/fldui.po)0
-rw-r--r--source/ts/sw/source/ui/fmtui.po (renamed from translations/source/ts/sw/source/ui/fmtui.po)0
-rw-r--r--source/ts/sw/source/ui/frmdlg.po (renamed from translations/source/ts/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ts/sw/source/ui/globdoc.po (renamed from translations/source/ts/sw/source/ui/globdoc.po)0
-rw-r--r--source/ts/sw/source/ui/index.po (renamed from translations/source/ts/sw/source/ui/index.po)0
-rw-r--r--source/ts/sw/source/ui/lingu.po (renamed from translations/source/ts/sw/source/ui/lingu.po)0
-rw-r--r--source/ts/sw/source/ui/misc.po (renamed from translations/source/ts/sw/source/ui/misc.po)0
-rw-r--r--source/ts/sw/source/ui/ribbar.po (renamed from translations/source/ts/sw/source/ui/ribbar.po)0
-rw-r--r--source/ts/sw/source/ui/shells.po (renamed from translations/source/ts/sw/source/ui/shells.po)0
-rw-r--r--source/ts/sw/source/ui/smartmenu.po (renamed from translations/source/ts/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ts/sw/source/ui/table.po (renamed from translations/source/ts/sw/source/ui/table.po)0
-rw-r--r--source/ts/sw/source/ui/uiview.po (renamed from translations/source/ts/sw/source/ui/uiview.po)0
-rw-r--r--source/ts/sw/source/ui/utlui.po (renamed from translations/source/ts/sw/source/ui/utlui.po)0
-rw-r--r--source/ts/sw/source/ui/web.po (renamed from translations/source/ts/sw/source/ui/web.po)0
-rw-r--r--source/ts/sw/source/ui/wrtsh.po (renamed from translations/source/ts/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ts/swext/mediawiki/help.po (renamed from translations/source/ts/swext/mediawiki/help.po)0
-rw-r--r--source/ts/swext/mediawiki/src.po (renamed from translations/source/ts/swext/mediawiki/src.po)0
-rw-r--r--source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ts/sysui/desktop/share.po (renamed from translations/source/ts/sysui/desktop/share.po)0
-rw-r--r--source/ts/uui/source.po (renamed from translations/source/ts/uui/source.po)0
-rw-r--r--source/ts/vcl/source/src.po (renamed from translations/source/ts/vcl/source/src.po)0
-rw-r--r--source/ts/wizards/source/euro.po (renamed from translations/source/ts/wizards/source/euro.po)0
-rw-r--r--source/ts/wizards/source/formwizard.po (renamed from translations/source/ts/wizards/source/formwizard.po)0
-rw-r--r--source/ts/wizards/source/importwizard.po (renamed from translations/source/ts/wizards/source/importwizard.po)0
-rw-r--r--source/ts/wizards/source/schedule.po (renamed from translations/source/ts/wizards/source/schedule.po)0
-rw-r--r--source/ts/wizards/source/template.po (renamed from translations/source/ts/wizards/source/template.po)0
-rw-r--r--source/ts/xmlsecurity/source/component.po (renamed from translations/source/ts/xmlsecurity/source/component.po)0
-rw-r--r--source/ts/xmlsecurity/source/dialogs.po (renamed from translations/source/ts/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/tt/accessibility/source/helper.po (renamed from translations/source/tt/accessibility/source/helper.po)0
-rw-r--r--source/tt/avmedia/source/framework.po (renamed from translations/source/tt/avmedia/source/framework.po)0
-rw-r--r--source/tt/avmedia/source/viewer.po (renamed from translations/source/tt/avmedia/source/viewer.po)0
-rw-r--r--source/tt/basctl/source/basicide.po (renamed from translations/source/tt/basctl/source/basicide.po)0
-rw-r--r--source/tt/basctl/source/dlged.po (renamed from translations/source/tt/basctl/source/dlged.po)0
-rw-r--r--source/tt/basic/source/classes.po (renamed from translations/source/tt/basic/source/classes.po)0
-rw-r--r--source/tt/basic/source/sbx.po (renamed from translations/source/tt/basic/source/sbx.po)0
-rw-r--r--source/tt/chart2/source/controller/dialogs.po (renamed from translations/source/tt/chart2/source/controller/dialogs.po)0
-rw-r--r--source/tt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/tt/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/tt/connectivity/source/resource.po (renamed from translations/source/tt/connectivity/source/resource.po)0
-rw-r--r--source/tt/cui/source/customize.po (renamed from translations/source/tt/cui/source/customize.po)0
-rw-r--r--source/tt/cui/source/dialogs.po (renamed from translations/source/tt/cui/source/dialogs.po)0
-rw-r--r--source/tt/cui/source/options.po (renamed from translations/source/tt/cui/source/options.po)0
-rw-r--r--source/tt/cui/source/tabpages.po (renamed from translations/source/tt/cui/source/tabpages.po)0
-rw-r--r--source/tt/dbaccess/source/core/resource.po (renamed from translations/source/tt/dbaccess/source/core/resource.po)0
-rw-r--r--source/tt/dbaccess/source/ext/macromigration.po (renamed from translations/source/tt/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/tt/dbaccess/source/sdbtools/resource.po (renamed from translations/source/tt/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/tt/dbaccess/source/ui/app.po (renamed from translations/source/tt/dbaccess/source/ui/app.po)0
-rw-r--r--source/tt/dbaccess/source/ui/browser.po (renamed from translations/source/tt/dbaccess/source/ui/browser.po)0
-rw-r--r--source/tt/dbaccess/source/ui/control.po (renamed from translations/source/tt/dbaccess/source/ui/control.po)0
-rw-r--r--source/tt/dbaccess/source/ui/dlg.po (renamed from translations/source/tt/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/tt/dbaccess/source/ui/inc.po (renamed from translations/source/tt/dbaccess/source/ui/inc.po)0
-rw-r--r--source/tt/dbaccess/source/ui/misc.po (renamed from translations/source/tt/dbaccess/source/ui/misc.po)0
-rw-r--r--source/tt/dbaccess/source/ui/querydesign.po (renamed from translations/source/tt/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/tt/dbaccess/source/ui/relationdesign.po (renamed from translations/source/tt/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/tt/dbaccess/source/ui/tabledesign.po (renamed from translations/source/tt/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/tt/dbaccess/source/ui/uno.po (renamed from translations/source/tt/dbaccess/source/ui/uno.po)0
-rw-r--r--source/tt/desktop/source/app.po (renamed from translations/source/tt/desktop/source/app.po)0
-rw-r--r--source/tt/desktop/source/deployment/gui.po (renamed from translations/source/tt/desktop/source/deployment/gui.po)0
-rw-r--r--source/tt/desktop/source/deployment/manager.po (renamed from translations/source/tt/desktop/source/deployment/manager.po)0
-rw-r--r--source/tt/desktop/source/deployment/misc.po (renamed from translations/source/tt/desktop/source/deployment/misc.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry.po (renamed from translations/source/tt/desktop/source/deployment/registry.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/component.po (renamed from translations/source/tt/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/configuration.po (renamed from translations/source/tt/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/help.po (renamed from translations/source/tt/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/package.po (renamed from translations/source/tt/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/script.po (renamed from translations/source/tt/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/tt/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/tt/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/tt/desktop/source/deployment/unopkg.po (renamed from translations/source/tt/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/tt/dictionaries/af_ZA.po (renamed from translations/source/tt/dictionaries/af_ZA.po)0
-rw-r--r--source/tt/dictionaries/an_ES.po (renamed from translations/source/tt/dictionaries/an_ES.po)0
-rw-r--r--source/tt/dictionaries/ar.po (renamed from translations/source/tt/dictionaries/ar.po)0
-rw-r--r--source/tt/dictionaries/be_BY.po (renamed from translations/source/tt/dictionaries/be_BY.po)0
-rw-r--r--source/tt/dictionaries/bg_BG.po (renamed from translations/source/tt/dictionaries/bg_BG.po)0
-rw-r--r--source/tt/dictionaries/bn_BD.po (renamed from translations/source/tt/dictionaries/bn_BD.po)0
-rw-r--r--source/tt/dictionaries/br_FR.po (renamed from translations/source/tt/dictionaries/br_FR.po)0
-rw-r--r--source/tt/dictionaries/ca.po (renamed from translations/source/tt/dictionaries/ca.po)0
-rw-r--r--source/tt/dictionaries/cs_CZ.po (renamed from translations/source/tt/dictionaries/cs_CZ.po)0
-rw-r--r--source/tt/dictionaries/da_DK.po (renamed from translations/source/tt/dictionaries/da_DK.po)0
-rw-r--r--source/tt/dictionaries/de.po (renamed from translations/source/tt/dictionaries/de.po)0
-rw-r--r--source/tt/dictionaries/el_GR.po (renamed from translations/source/tt/dictionaries/el_GR.po)0
-rw-r--r--source/tt/dictionaries/en.po (renamed from translations/source/tt/dictionaries/en.po)0
-rw-r--r--source/tt/dictionaries/en/dialog.po (renamed from translations/source/tt/dictionaries/en/dialog.po)0
-rw-r--r--source/tt/dictionaries/es_ES.po (renamed from translations/source/tt/dictionaries/es_ES.po)0
-rw-r--r--source/tt/dictionaries/et_EE.po (renamed from translations/source/tt/dictionaries/et_EE.po)0
-rw-r--r--source/tt/dictionaries/fr_FR.po (renamed from translations/source/tt/dictionaries/fr_FR.po)0
-rw-r--r--source/tt/dictionaries/gd_GB.po (renamed from translations/source/tt/dictionaries/gd_GB.po)0
-rw-r--r--source/tt/dictionaries/gl.po (renamed from translations/source/tt/dictionaries/gl.po)0
-rw-r--r--source/tt/dictionaries/gu_IN.po (renamed from translations/source/tt/dictionaries/gu_IN.po)0
-rw-r--r--source/tt/dictionaries/he_IL.po (renamed from translations/source/tt/dictionaries/he_IL.po)0
-rw-r--r--source/tt/dictionaries/hi_IN.po (renamed from translations/source/tt/dictionaries/hi_IN.po)0
-rw-r--r--source/tt/dictionaries/hr_HR.po (renamed from translations/source/tt/dictionaries/hr_HR.po)0
-rw-r--r--source/tt/dictionaries/hu_HU.po (renamed from translations/source/tt/dictionaries/hu_HU.po)0
-rw-r--r--source/tt/dictionaries/hu_HU/dialog.po (renamed from translations/source/tt/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/tt/dictionaries/it_IT.po (renamed from translations/source/tt/dictionaries/it_IT.po)0
-rw-r--r--source/tt/dictionaries/ku_TR.po (renamed from translations/source/tt/dictionaries/ku_TR.po)0
-rw-r--r--source/tt/dictionaries/lt_LT.po (renamed from translations/source/tt/dictionaries/lt_LT.po)0
-rw-r--r--source/tt/dictionaries/lv_LV.po (renamed from translations/source/tt/dictionaries/lv_LV.po)0
-rw-r--r--source/tt/dictionaries/ne_NP.po (renamed from translations/source/tt/dictionaries/ne_NP.po)0
-rw-r--r--source/tt/dictionaries/nl_NL.po (renamed from translations/source/tt/dictionaries/nl_NL.po)0
-rw-r--r--source/tt/dictionaries/no.po (renamed from translations/source/tt/dictionaries/no.po)0
-rw-r--r--source/tt/dictionaries/oc_FR.po (renamed from translations/source/tt/dictionaries/oc_FR.po)0
-rw-r--r--source/tt/dictionaries/pl_PL.po (renamed from translations/source/tt/dictionaries/pl_PL.po)0
-rw-r--r--source/tt/dictionaries/pt_BR.po (renamed from translations/source/tt/dictionaries/pt_BR.po)0
-rw-r--r--source/tt/dictionaries/pt_PT.po (renamed from translations/source/tt/dictionaries/pt_PT.po)0
-rw-r--r--source/tt/dictionaries/ro.po (renamed from translations/source/tt/dictionaries/ro.po)0
-rw-r--r--source/tt/dictionaries/ru_RU.po (renamed from translations/source/tt/dictionaries/ru_RU.po)0
-rw-r--r--source/tt/dictionaries/ru_RU/dialog.po (renamed from translations/source/tt/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/tt/dictionaries/si_LK.po (renamed from translations/source/tt/dictionaries/si_LK.po)0
-rw-r--r--source/tt/dictionaries/sk_SK.po (renamed from translations/source/tt/dictionaries/sk_SK.po)0
-rw-r--r--source/tt/dictionaries/sl_SI.po (renamed from translations/source/tt/dictionaries/sl_SI.po)0
-rw-r--r--source/tt/dictionaries/sr.po (renamed from translations/source/tt/dictionaries/sr.po)0
-rw-r--r--source/tt/dictionaries/sv_SE.po (renamed from translations/source/tt/dictionaries/sv_SE.po)0
-rw-r--r--source/tt/dictionaries/sw_TZ.po (renamed from translations/source/tt/dictionaries/sw_TZ.po)0
-rw-r--r--source/tt/dictionaries/te_IN.po (renamed from translations/source/tt/dictionaries/te_IN.po)0
-rw-r--r--source/tt/dictionaries/th_TH.po (renamed from translations/source/tt/dictionaries/th_TH.po)0
-rw-r--r--source/tt/dictionaries/uk_UA.po (renamed from translations/source/tt/dictionaries/uk_UA.po)0
-rw-r--r--source/tt/dictionaries/vi.po (renamed from translations/source/tt/dictionaries/vi.po)0
-rw-r--r--source/tt/dictionaries/zu_ZA.po (renamed from translations/source/tt/dictionaries/zu_ZA.po)0
-rw-r--r--source/tt/editeng/source/accessibility.po (renamed from translations/source/tt/editeng/source/accessibility.po)0
-rw-r--r--source/tt/editeng/source/editeng.po (renamed from translations/source/tt/editeng/source/editeng.po)0
-rw-r--r--source/tt/editeng/source/items.po (renamed from translations/source/tt/editeng/source/items.po)0
-rw-r--r--source/tt/editeng/source/misc.po (renamed from translations/source/tt/editeng/source/misc.po)0
-rw-r--r--source/tt/editeng/source/outliner.po (renamed from translations/source/tt/editeng/source/outliner.po)0
-rw-r--r--source/tt/extensions/source/abpilot.po (renamed from translations/source/tt/extensions/source/abpilot.po)0
-rw-r--r--source/tt/extensions/source/bibliography.po (renamed from translations/source/tt/extensions/source/bibliography.po)0
-rw-r--r--source/tt/extensions/source/dbpilots.po (renamed from translations/source/tt/extensions/source/dbpilots.po)0
-rw-r--r--source/tt/extensions/source/propctrlr.po (renamed from translations/source/tt/extensions/source/propctrlr.po)0
-rw-r--r--source/tt/extensions/source/scanner.po (renamed from translations/source/tt/extensions/source/scanner.po)0
-rw-r--r--source/tt/extensions/source/update/check.po (renamed from translations/source/tt/extensions/source/update/check.po)0
-rw-r--r--source/tt/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/tt/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/tt/filter/source/config/fragments/filters.po (renamed from translations/source/tt/filter/source/config/fragments/filters.po)0
-rw-r--r--source/tt/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/tt/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/tt/filter/source/config/fragments/types.po (renamed from translations/source/tt/filter/source/config/fragments/types.po)0
-rw-r--r--source/tt/filter/source/flash.po (renamed from translations/source/tt/filter/source/flash.po)0
-rw-r--r--source/tt/filter/source/graphicfilter/eps.po (renamed from translations/source/tt/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/tt/filter/source/pdf.po (renamed from translations/source/tt/filter/source/pdf.po)0
-rw-r--r--source/tt/filter/source/t602.po (renamed from translations/source/tt/filter/source/t602.po)0
-rw-r--r--source/tt/filter/source/xsltdialog.po (renamed from translations/source/tt/filter/source/xsltdialog.po)0
-rw-r--r--source/tt/forms/source/resource.po (renamed from translations/source/tt/forms/source/resource.po)0
-rw-r--r--source/tt/formula/source/core/resource.po (renamed from translations/source/tt/formula/source/core/resource.po)0
-rw-r--r--source/tt/formula/source/ui/dlg.po (renamed from translations/source/tt/formula/source/ui/dlg.po)0
-rw-r--r--source/tt/fpicker/source/office.po (renamed from translations/source/tt/fpicker/source/office.po)0
-rw-r--r--source/tt/framework/source/classes.po (renamed from translations/source/tt/framework/source/classes.po)0
-rw-r--r--source/tt/framework/source/services.po (renamed from translations/source/tt/framework/source/services.po)0
-rw-r--r--source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/tt/mysqlc/source.po (renamed from translations/source/tt/mysqlc/source.po)0
-rw-r--r--source/tt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/tt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/tt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/tt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/tt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/tt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/tt/nlpsolver/src/locale.po (renamed from translations/source/tt/nlpsolver/src/locale.po)0
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/tt/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tt/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tt/padmin/source.po (renamed from translations/source/tt/padmin/source.po)0
-rw-r--r--source/tt/readlicense_oo/docs/readme.po (renamed from translations/source/tt/readlicense_oo/docs/readme.po)0
-rw-r--r--source/tt/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/tt/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/tt/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/tt/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tt/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/tt/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/tt/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/tt/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/tt/reportbuilder/util.po (renamed from translations/source/tt/reportbuilder/util.po)0
-rw-r--r--source/tt/reportdesign/source/core/resource.po (renamed from translations/source/tt/reportdesign/source/core/resource.po)0
-rw-r--r--source/tt/reportdesign/source/ui/dlg.po (renamed from translations/source/tt/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/tt/reportdesign/source/ui/inspection.po (renamed from translations/source/tt/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/tt/reportdesign/source/ui/report.po (renamed from translations/source/tt/reportdesign/source/ui/report.po)0
-rw-r--r--source/tt/sc/source/core/src.po (renamed from translations/source/tt/sc/source/core/src.po)0
-rw-r--r--source/tt/sc/source/ui/cctrl.po (renamed from translations/source/tt/sc/source/ui/cctrl.po)0
-rw-r--r--source/tt/sc/source/ui/dbgui.po (renamed from translations/source/tt/sc/source/ui/dbgui.po)0
-rw-r--r--source/tt/sc/source/ui/docshell.po (renamed from translations/source/tt/sc/source/ui/docshell.po)0
-rw-r--r--source/tt/sc/source/ui/drawfunc.po (renamed from translations/source/tt/sc/source/ui/drawfunc.po)0
-rw-r--r--source/tt/sc/source/ui/formdlg.po (renamed from translations/source/tt/sc/source/ui/formdlg.po)0
-rw-r--r--source/tt/sc/source/ui/miscdlgs.po (renamed from translations/source/tt/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/tt/sc/source/ui/navipi.po (renamed from translations/source/tt/sc/source/ui/navipi.po)0
-rw-r--r--source/tt/sc/source/ui/optdlg.po (renamed from translations/source/tt/sc/source/ui/optdlg.po)0
-rw-r--r--source/tt/sc/source/ui/pagedlg.po (renamed from translations/source/tt/sc/source/ui/pagedlg.po)0
-rw-r--r--source/tt/sc/source/ui/src.po (renamed from translations/source/tt/sc/source/ui/src.po)0
-rw-r--r--source/tt/sc/source/ui/styleui.po (renamed from translations/source/tt/sc/source/ui/styleui.po)0
-rw-r--r--source/tt/scaddins/source/analysis.po (renamed from translations/source/tt/scaddins/source/analysis.po)0
-rw-r--r--source/tt/scaddins/source/datefunc.po (renamed from translations/source/tt/scaddins/source/datefunc.po)0
-rw-r--r--source/tt/sccomp/source/solver.po (renamed from translations/source/tt/sccomp/source/solver.po)0
-rw-r--r--source/tt/scp2/source/accessories.po (renamed from translations/source/tt/scp2/source/accessories.po)0
-rw-r--r--source/tt/scp2/source/activex.po (renamed from translations/source/tt/scp2/source/activex.po)0
-rw-r--r--source/tt/scp2/source/base.po (renamed from translations/source/tt/scp2/source/base.po)0
-rw-r--r--source/tt/scp2/source/binfilter.po (renamed from translations/source/tt/scp2/source/binfilter.po)0
-rw-r--r--source/tt/scp2/source/calc.po (renamed from translations/source/tt/scp2/source/calc.po)0
-rw-r--r--source/tt/scp2/source/draw.po (renamed from translations/source/tt/scp2/source/draw.po)0
-rw-r--r--source/tt/scp2/source/extensions.po (renamed from translations/source/tt/scp2/source/extensions.po)0
-rw-r--r--source/tt/scp2/source/gnome.po (renamed from translations/source/tt/scp2/source/gnome.po)0
-rw-r--r--source/tt/scp2/source/graphicfilter.po (renamed from translations/source/tt/scp2/source/graphicfilter.po)0
-rw-r--r--source/tt/scp2/source/impress.po (renamed from translations/source/tt/scp2/source/impress.po)0
-rw-r--r--source/tt/scp2/source/javafilter.po (renamed from translations/source/tt/scp2/source/javafilter.po)0
-rw-r--r--source/tt/scp2/source/kde.po (renamed from translations/source/tt/scp2/source/kde.po)0
-rw-r--r--source/tt/scp2/source/math.po (renamed from translations/source/tt/scp2/source/math.po)0
-rw-r--r--source/tt/scp2/source/onlineupdate.po (renamed from translations/source/tt/scp2/source/onlineupdate.po)0
-rw-r--r--source/tt/scp2/source/ooo.po (renamed from translations/source/tt/scp2/source/ooo.po)0
-rw-r--r--source/tt/scp2/source/python.po (renamed from translations/source/tt/scp2/source/python.po)0
-rw-r--r--source/tt/scp2/source/quickstart.po (renamed from translations/source/tt/scp2/source/quickstart.po)0
-rw-r--r--source/tt/scp2/source/sdkoo.po (renamed from translations/source/tt/scp2/source/sdkoo.po)0
-rw-r--r--source/tt/scp2/source/smoketest.po (renamed from translations/source/tt/scp2/source/smoketest.po)0
-rw-r--r--source/tt/scp2/source/stdlibs.po (renamed from translations/source/tt/scp2/source/stdlibs.po)0
-rw-r--r--source/tt/scp2/source/tde.po (renamed from translations/source/tt/scp2/source/tde.po)0
-rw-r--r--source/tt/scp2/source/winexplorerext.po (renamed from translations/source/tt/scp2/source/winexplorerext.po)0
-rw-r--r--source/tt/scp2/source/writer.po (renamed from translations/source/tt/scp2/source/writer.po)0
-rw-r--r--source/tt/scp2/source/xsltfilter.po (renamed from translations/source/tt/scp2/source/xsltfilter.po)0
-rw-r--r--source/tt/scripting/source/pyprov.po (renamed from translations/source/tt/scripting/source/pyprov.po)0
-rw-r--r--source/tt/sd/source/core.po (renamed from translations/source/tt/sd/source/core.po)0
-rw-r--r--source/tt/sd/source/filter/html.po (renamed from translations/source/tt/sd/source/filter/html.po)0
-rw-r--r--source/tt/sd/source/ui/accessibility.po (renamed from translations/source/tt/sd/source/ui/accessibility.po)0
-rw-r--r--source/tt/sd/source/ui/animations.po (renamed from translations/source/tt/sd/source/ui/animations.po)0
-rw-r--r--source/tt/sd/source/ui/annotations.po (renamed from translations/source/tt/sd/source/ui/annotations.po)0
-rw-r--r--source/tt/sd/source/ui/app.po (renamed from translations/source/tt/sd/source/ui/app.po)0
-rw-r--r--source/tt/sd/source/ui/dlg.po (renamed from translations/source/tt/sd/source/ui/dlg.po)0
-rw-r--r--source/tt/sd/source/ui/slideshow.po (renamed from translations/source/tt/sd/source/ui/slideshow.po)0
-rw-r--r--source/tt/sd/source/ui/table.po (renamed from translations/source/tt/sd/source/ui/table.po)0
-rw-r--r--source/tt/sd/source/ui/view.po (renamed from translations/source/tt/sd/source/ui/view.po)0
-rw-r--r--source/tt/sdext/source/minimizer.po (renamed from translations/source/tt/sdext/source/minimizer.po)0
-rw-r--r--source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tt/sdext/source/pdfimport.po (renamed from translations/source/tt/sdext/source/pdfimport.po)0
-rw-r--r--source/tt/sdext/source/presenter.po (renamed from translations/source/tt/sdext/source/presenter.po)0
-rw-r--r--source/tt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/tt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/tt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/tt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/tt/setup_native/source/mac.po (renamed from translations/source/tt/setup_native/source/mac.po)0
-rw-r--r--source/tt/sfx2/source/appl.po (renamed from translations/source/tt/sfx2/source/appl.po)0
-rw-r--r--source/tt/sfx2/source/bastyp.po (renamed from translations/source/tt/sfx2/source/bastyp.po)0
-rw-r--r--source/tt/sfx2/source/dialog.po (renamed from translations/source/tt/sfx2/source/dialog.po)0
-rw-r--r--source/tt/sfx2/source/doc.po (renamed from translations/source/tt/sfx2/source/doc.po)0
-rw-r--r--source/tt/sfx2/source/menu.po (renamed from translations/source/tt/sfx2/source/menu.po)0
-rw-r--r--source/tt/sfx2/source/view.po (renamed from translations/source/tt/sfx2/source/view.po)0
-rw-r--r--source/tt/shell/source/win32/shlxthandler/res.po (renamed from translations/source/tt/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/tt/starmath/source.po (renamed from translations/source/tt/starmath/source.po)0
-rw-r--r--source/tt/svl/source/items.po (renamed from translations/source/tt/svl/source/items.po)0
-rw-r--r--source/tt/svl/source/misc.po (renamed from translations/source/tt/svl/source/misc.po)0
-rw-r--r--source/tt/svtools/source/contnr.po (renamed from translations/source/tt/svtools/source/contnr.po)0
-rw-r--r--source/tt/svtools/source/control.po (renamed from translations/source/tt/svtools/source/control.po)0
-rw-r--r--source/tt/svtools/source/dialogs.po (renamed from translations/source/tt/svtools/source/dialogs.po)0
-rw-r--r--source/tt/svtools/source/filter.po (renamed from translations/source/tt/svtools/source/filter.po)0
-rw-r--r--source/tt/svtools/source/java.po (renamed from translations/source/tt/svtools/source/java.po)0
-rw-r--r--source/tt/svtools/source/misc.po (renamed from translations/source/tt/svtools/source/misc.po)0
-rw-r--r--source/tt/svtools/source/toolpanel.po (renamed from translations/source/tt/svtools/source/toolpanel.po)0
-rw-r--r--source/tt/svtools/workben/unodialog.po (renamed from translations/source/tt/svtools/workben/unodialog.po)0
-rw-r--r--source/tt/svx/inc.po (renamed from translations/source/tt/svx/inc.po)0
-rw-r--r--source/tt/svx/source/accessibility.po (renamed from translations/source/tt/svx/source/accessibility.po)0
-rw-r--r--source/tt/svx/source/dialog.po (renamed from translations/source/tt/svx/source/dialog.po)0
-rw-r--r--source/tt/svx/source/engine3d.po (renamed from translations/source/tt/svx/source/engine3d.po)0
-rw-r--r--source/tt/svx/source/fmcomp.po (renamed from translations/source/tt/svx/source/fmcomp.po)0
-rw-r--r--source/tt/svx/source/form.po (renamed from translations/source/tt/svx/source/form.po)0
-rw-r--r--source/tt/svx/source/gallery2.po (renamed from translations/source/tt/svx/source/gallery2.po)0
-rw-r--r--source/tt/svx/source/items.po (renamed from translations/source/tt/svx/source/items.po)0
-rw-r--r--source/tt/svx/source/src.po (renamed from translations/source/tt/svx/source/src.po)0
-rw-r--r--source/tt/svx/source/stbctrls.po (renamed from translations/source/tt/svx/source/stbctrls.po)0
-rw-r--r--source/tt/svx/source/svdraw.po (renamed from translations/source/tt/svx/source/svdraw.po)0
-rw-r--r--source/tt/svx/source/table.po (renamed from translations/source/tt/svx/source/table.po)0
-rw-r--r--source/tt/svx/source/tbxctrls.po (renamed from translations/source/tt/svx/source/tbxctrls.po)0
-rw-r--r--source/tt/svx/source/toolbars.po (renamed from translations/source/tt/svx/source/toolbars.po)0
-rw-r--r--source/tt/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/tt/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/tt/sw/source/core/layout.po (renamed from translations/source/tt/sw/source/core/layout.po)0
-rw-r--r--source/tt/sw/source/core/undo.po (renamed from translations/source/tt/sw/source/core/undo.po)0
-rw-r--r--source/tt/sw/source/core/unocore.po (renamed from translations/source/tt/sw/source/core/unocore.po)0
-rw-r--r--source/tt/sw/source/ui/app.po (renamed from translations/source/tt/sw/source/ui/app.po)0
-rw-r--r--source/tt/sw/source/ui/chrdlg.po (renamed from translations/source/tt/sw/source/ui/chrdlg.po)0
-rw-r--r--source/tt/sw/source/ui/config.po (renamed from translations/source/tt/sw/source/ui/config.po)0
-rw-r--r--source/tt/sw/source/ui/dbui.po (renamed from translations/source/tt/sw/source/ui/dbui.po)0
-rw-r--r--source/tt/sw/source/ui/dialog.po (renamed from translations/source/tt/sw/source/ui/dialog.po)0
-rw-r--r--source/tt/sw/source/ui/dochdl.po (renamed from translations/source/tt/sw/source/ui/dochdl.po)0
-rw-r--r--source/tt/sw/source/ui/docvw.po (renamed from translations/source/tt/sw/source/ui/docvw.po)0
-rw-r--r--source/tt/sw/source/ui/envelp.po (renamed from translations/source/tt/sw/source/ui/envelp.po)0
-rw-r--r--source/tt/sw/source/ui/fldui.po (renamed from translations/source/tt/sw/source/ui/fldui.po)0
-rw-r--r--source/tt/sw/source/ui/fmtui.po (renamed from translations/source/tt/sw/source/ui/fmtui.po)0
-rw-r--r--source/tt/sw/source/ui/frmdlg.po (renamed from translations/source/tt/sw/source/ui/frmdlg.po)0
-rw-r--r--source/tt/sw/source/ui/globdoc.po (renamed from translations/source/tt/sw/source/ui/globdoc.po)0
-rw-r--r--source/tt/sw/source/ui/index.po (renamed from translations/source/tt/sw/source/ui/index.po)0
-rw-r--r--source/tt/sw/source/ui/lingu.po (renamed from translations/source/tt/sw/source/ui/lingu.po)0
-rw-r--r--source/tt/sw/source/ui/misc.po (renamed from translations/source/tt/sw/source/ui/misc.po)0
-rw-r--r--source/tt/sw/source/ui/ribbar.po (renamed from translations/source/tt/sw/source/ui/ribbar.po)0
-rw-r--r--source/tt/sw/source/ui/shells.po (renamed from translations/source/tt/sw/source/ui/shells.po)0
-rw-r--r--source/tt/sw/source/ui/smartmenu.po (renamed from translations/source/tt/sw/source/ui/smartmenu.po)0
-rw-r--r--source/tt/sw/source/ui/table.po (renamed from translations/source/tt/sw/source/ui/table.po)0
-rw-r--r--source/tt/sw/source/ui/uiview.po (renamed from translations/source/tt/sw/source/ui/uiview.po)0
-rw-r--r--source/tt/sw/source/ui/utlui.po (renamed from translations/source/tt/sw/source/ui/utlui.po)0
-rw-r--r--source/tt/sw/source/ui/web.po (renamed from translations/source/tt/sw/source/ui/web.po)0
-rw-r--r--source/tt/sw/source/ui/wrtsh.po (renamed from translations/source/tt/sw/source/ui/wrtsh.po)0
-rw-r--r--source/tt/swext/mediawiki/help.po (renamed from translations/source/tt/swext/mediawiki/help.po)0
-rw-r--r--source/tt/swext/mediawiki/src.po (renamed from translations/source/tt/swext/mediawiki/src.po)0
-rw-r--r--source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/tt/sysui/desktop/share.po (renamed from translations/source/tt/sysui/desktop/share.po)0
-rw-r--r--source/tt/uui/source.po (renamed from translations/source/tt/uui/source.po)0
-rw-r--r--source/tt/vcl/source/src.po (renamed from translations/source/tt/vcl/source/src.po)0
-rw-r--r--source/tt/wizards/source/euro.po (renamed from translations/source/tt/wizards/source/euro.po)0
-rw-r--r--source/tt/wizards/source/formwizard.po (renamed from translations/source/tt/wizards/source/formwizard.po)0
-rw-r--r--source/tt/wizards/source/importwizard.po (renamed from translations/source/tt/wizards/source/importwizard.po)0
-rw-r--r--source/tt/wizards/source/schedule.po (renamed from translations/source/tt/wizards/source/schedule.po)0
-rw-r--r--source/tt/wizards/source/template.po (renamed from translations/source/tt/wizards/source/template.po)0
-rw-r--r--source/tt/xmlsecurity/source/component.po (renamed from translations/source/tt/xmlsecurity/source/component.po)0
-rw-r--r--source/tt/xmlsecurity/source/dialogs.po (renamed from translations/source/tt/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ug/accessibility/source/helper.po (renamed from translations/source/ug/accessibility/source/helper.po)0
-rw-r--r--source/ug/avmedia/source/framework.po (renamed from translations/source/ug/avmedia/source/framework.po)0
-rw-r--r--source/ug/avmedia/source/viewer.po (renamed from translations/source/ug/avmedia/source/viewer.po)0
-rw-r--r--source/ug/basctl/source/basicide.po (renamed from translations/source/ug/basctl/source/basicide.po)0
-rw-r--r--source/ug/basctl/source/dlged.po (renamed from translations/source/ug/basctl/source/dlged.po)0
-rw-r--r--source/ug/basic/source/classes.po (renamed from translations/source/ug/basic/source/classes.po)0
-rw-r--r--source/ug/basic/source/sbx.po (renamed from translations/source/ug/basic/source/sbx.po)0
-rw-r--r--source/ug/chart2/source/controller/dialogs.po (renamed from translations/source/ug/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ug/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ug/connectivity/source/resource.po (renamed from translations/source/ug/connectivity/source/resource.po)0
-rw-r--r--source/ug/cui/source/customize.po (renamed from translations/source/ug/cui/source/customize.po)0
-rw-r--r--source/ug/cui/source/dialogs.po (renamed from translations/source/ug/cui/source/dialogs.po)0
-rw-r--r--source/ug/cui/source/options.po (renamed from translations/source/ug/cui/source/options.po)0
-rw-r--r--source/ug/cui/source/tabpages.po (renamed from translations/source/ug/cui/source/tabpages.po)0
-rw-r--r--source/ug/dbaccess/source/core/resource.po (renamed from translations/source/ug/dbaccess/source/core/resource.po)0
-rw-r--r--source/ug/dbaccess/source/ext/macromigration.po (renamed from translations/source/ug/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ug/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ug/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ug/dbaccess/source/ui/app.po (renamed from translations/source/ug/dbaccess/source/ui/app.po)0
-rw-r--r--source/ug/dbaccess/source/ui/browser.po (renamed from translations/source/ug/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ug/dbaccess/source/ui/control.po (renamed from translations/source/ug/dbaccess/source/ui/control.po)0
-rw-r--r--source/ug/dbaccess/source/ui/dlg.po (renamed from translations/source/ug/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ug/dbaccess/source/ui/inc.po (renamed from translations/source/ug/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ug/dbaccess/source/ui/misc.po (renamed from translations/source/ug/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ug/dbaccess/source/ui/querydesign.po (renamed from translations/source/ug/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ug/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ug/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ug/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ug/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ug/dbaccess/source/ui/uno.po (renamed from translations/source/ug/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ug/desktop/source/app.po (renamed from translations/source/ug/desktop/source/app.po)0
-rw-r--r--source/ug/desktop/source/deployment/gui.po (renamed from translations/source/ug/desktop/source/deployment/gui.po)0
-rw-r--r--source/ug/desktop/source/deployment/manager.po (renamed from translations/source/ug/desktop/source/deployment/manager.po)0
-rw-r--r--source/ug/desktop/source/deployment/misc.po (renamed from translations/source/ug/desktop/source/deployment/misc.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry.po (renamed from translations/source/ug/desktop/source/deployment/registry.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/component.po (renamed from translations/source/ug/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ug/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/help.po (renamed from translations/source/ug/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/package.po (renamed from translations/source/ug/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/script.po (renamed from translations/source/ug/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ug/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ug/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ug/desktop/source/deployment/unopkg.po (renamed from translations/source/ug/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ug/dictionaries/af_ZA.po (renamed from translations/source/ug/dictionaries/af_ZA.po)0
-rw-r--r--source/ug/dictionaries/an_ES.po (renamed from translations/source/ug/dictionaries/an_ES.po)0
-rw-r--r--source/ug/dictionaries/ar.po (renamed from translations/source/ug/dictionaries/ar.po)0
-rw-r--r--source/ug/dictionaries/be_BY.po (renamed from translations/source/ug/dictionaries/be_BY.po)0
-rw-r--r--source/ug/dictionaries/bg_BG.po (renamed from translations/source/ug/dictionaries/bg_BG.po)0
-rw-r--r--source/ug/dictionaries/bn_BD.po (renamed from translations/source/ug/dictionaries/bn_BD.po)0
-rw-r--r--source/ug/dictionaries/br_FR.po (renamed from translations/source/ug/dictionaries/br_FR.po)0
-rw-r--r--source/ug/dictionaries/ca.po (renamed from translations/source/ug/dictionaries/ca.po)0
-rw-r--r--source/ug/dictionaries/cs_CZ.po (renamed from translations/source/ug/dictionaries/cs_CZ.po)0
-rw-r--r--source/ug/dictionaries/da_DK.po (renamed from translations/source/ug/dictionaries/da_DK.po)0
-rw-r--r--source/ug/dictionaries/de.po (renamed from translations/source/ug/dictionaries/de.po)0
-rw-r--r--source/ug/dictionaries/el_GR.po (renamed from translations/source/ug/dictionaries/el_GR.po)0
-rw-r--r--source/ug/dictionaries/en.po (renamed from translations/source/ug/dictionaries/en.po)0
-rw-r--r--source/ug/dictionaries/en/dialog.po (renamed from translations/source/ug/dictionaries/en/dialog.po)0
-rw-r--r--source/ug/dictionaries/es_ES.po (renamed from translations/source/ug/dictionaries/es_ES.po)0
-rw-r--r--source/ug/dictionaries/et_EE.po (renamed from translations/source/ug/dictionaries/et_EE.po)0
-rw-r--r--source/ug/dictionaries/fr_FR.po (renamed from translations/source/ug/dictionaries/fr_FR.po)0
-rw-r--r--source/ug/dictionaries/gd_GB.po (renamed from translations/source/ug/dictionaries/gd_GB.po)0
-rw-r--r--source/ug/dictionaries/gl.po (renamed from translations/source/ug/dictionaries/gl.po)0
-rw-r--r--source/ug/dictionaries/gu_IN.po (renamed from translations/source/ug/dictionaries/gu_IN.po)0
-rw-r--r--source/ug/dictionaries/he_IL.po (renamed from translations/source/ug/dictionaries/he_IL.po)0
-rw-r--r--source/ug/dictionaries/hi_IN.po (renamed from translations/source/ug/dictionaries/hi_IN.po)0
-rw-r--r--source/ug/dictionaries/hr_HR.po (renamed from translations/source/ug/dictionaries/hr_HR.po)0
-rw-r--r--source/ug/dictionaries/hu_HU.po (renamed from translations/source/ug/dictionaries/hu_HU.po)0
-rw-r--r--source/ug/dictionaries/hu_HU/dialog.po (renamed from translations/source/ug/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ug/dictionaries/it_IT.po (renamed from translations/source/ug/dictionaries/it_IT.po)0
-rw-r--r--source/ug/dictionaries/ku_TR.po (renamed from translations/source/ug/dictionaries/ku_TR.po)0
-rw-r--r--source/ug/dictionaries/lt_LT.po (renamed from translations/source/ug/dictionaries/lt_LT.po)0
-rw-r--r--source/ug/dictionaries/lv_LV.po (renamed from translations/source/ug/dictionaries/lv_LV.po)0
-rw-r--r--source/ug/dictionaries/ne_NP.po (renamed from translations/source/ug/dictionaries/ne_NP.po)0
-rw-r--r--source/ug/dictionaries/nl_NL.po (renamed from translations/source/ug/dictionaries/nl_NL.po)0
-rw-r--r--source/ug/dictionaries/no.po (renamed from translations/source/ug/dictionaries/no.po)0
-rw-r--r--source/ug/dictionaries/oc_FR.po (renamed from translations/source/ug/dictionaries/oc_FR.po)0
-rw-r--r--source/ug/dictionaries/pl_PL.po (renamed from translations/source/ug/dictionaries/pl_PL.po)0
-rw-r--r--source/ug/dictionaries/pt_BR.po (renamed from translations/source/ug/dictionaries/pt_BR.po)0
-rw-r--r--source/ug/dictionaries/pt_PT.po (renamed from translations/source/ug/dictionaries/pt_PT.po)0
-rw-r--r--source/ug/dictionaries/ro.po (renamed from translations/source/ug/dictionaries/ro.po)0
-rw-r--r--source/ug/dictionaries/ru_RU.po (renamed from translations/source/ug/dictionaries/ru_RU.po)0
-rw-r--r--source/ug/dictionaries/ru_RU/dialog.po (renamed from translations/source/ug/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ug/dictionaries/si_LK.po (renamed from translations/source/ug/dictionaries/si_LK.po)0
-rw-r--r--source/ug/dictionaries/sk_SK.po (renamed from translations/source/ug/dictionaries/sk_SK.po)0
-rw-r--r--source/ug/dictionaries/sl_SI.po (renamed from translations/source/ug/dictionaries/sl_SI.po)0
-rw-r--r--source/ug/dictionaries/sr.po (renamed from translations/source/ug/dictionaries/sr.po)0
-rw-r--r--source/ug/dictionaries/sv_SE.po (renamed from translations/source/ug/dictionaries/sv_SE.po)0
-rw-r--r--source/ug/dictionaries/sw_TZ.po (renamed from translations/source/ug/dictionaries/sw_TZ.po)0
-rw-r--r--source/ug/dictionaries/te_IN.po (renamed from translations/source/ug/dictionaries/te_IN.po)0
-rw-r--r--source/ug/dictionaries/th_TH.po (renamed from translations/source/ug/dictionaries/th_TH.po)0
-rw-r--r--source/ug/dictionaries/uk_UA.po (renamed from translations/source/ug/dictionaries/uk_UA.po)0
-rw-r--r--source/ug/dictionaries/vi.po (renamed from translations/source/ug/dictionaries/vi.po)0
-rw-r--r--source/ug/dictionaries/zu_ZA.po (renamed from translations/source/ug/dictionaries/zu_ZA.po)0
-rw-r--r--source/ug/editeng/source/accessibility.po (renamed from translations/source/ug/editeng/source/accessibility.po)0
-rw-r--r--source/ug/editeng/source/editeng.po (renamed from translations/source/ug/editeng/source/editeng.po)0
-rw-r--r--source/ug/editeng/source/items.po (renamed from translations/source/ug/editeng/source/items.po)0
-rw-r--r--source/ug/editeng/source/misc.po (renamed from translations/source/ug/editeng/source/misc.po)0
-rw-r--r--source/ug/editeng/source/outliner.po (renamed from translations/source/ug/editeng/source/outliner.po)0
-rw-r--r--source/ug/extensions/source/abpilot.po (renamed from translations/source/ug/extensions/source/abpilot.po)0
-rw-r--r--source/ug/extensions/source/bibliography.po (renamed from translations/source/ug/extensions/source/bibliography.po)0
-rw-r--r--source/ug/extensions/source/dbpilots.po (renamed from translations/source/ug/extensions/source/dbpilots.po)0
-rw-r--r--source/ug/extensions/source/propctrlr.po (renamed from translations/source/ug/extensions/source/propctrlr.po)0
-rw-r--r--source/ug/extensions/source/scanner.po (renamed from translations/source/ug/extensions/source/scanner.po)0
-rw-r--r--source/ug/extensions/source/update/check.po (renamed from translations/source/ug/extensions/source/update/check.po)0
-rw-r--r--source/ug/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ug/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ug/filter/source/config/fragments/filters.po (renamed from translations/source/ug/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ug/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ug/filter/source/config/fragments/types.po (renamed from translations/source/ug/filter/source/config/fragments/types.po)0
-rw-r--r--source/ug/filter/source/flash.po (renamed from translations/source/ug/filter/source/flash.po)0
-rw-r--r--source/ug/filter/source/graphicfilter/eps.po (renamed from translations/source/ug/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ug/filter/source/pdf.po (renamed from translations/source/ug/filter/source/pdf.po)0
-rw-r--r--source/ug/filter/source/t602.po (renamed from translations/source/ug/filter/source/t602.po)0
-rw-r--r--source/ug/filter/source/xsltdialog.po (renamed from translations/source/ug/filter/source/xsltdialog.po)0
-rw-r--r--source/ug/forms/source/resource.po (renamed from translations/source/ug/forms/source/resource.po)0
-rw-r--r--source/ug/formula/source/core/resource.po (renamed from translations/source/ug/formula/source/core/resource.po)0
-rw-r--r--source/ug/formula/source/ui/dlg.po (renamed from translations/source/ug/formula/source/ui/dlg.po)0
-rw-r--r--source/ug/fpicker/source/office.po (renamed from translations/source/ug/fpicker/source/office.po)0
-rw-r--r--source/ug/framework/source/classes.po (renamed from translations/source/ug/framework/source/classes.po)0
-rw-r--r--source/ug/framework/source/services.po (renamed from translations/source/ug/framework/source/services.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/ug/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/ug/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc.po (renamed from translations/source/ug/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/00.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/02.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/04.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/05.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/ug/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/schart.po (renamed from translations/source/ug/helpcontent2/source/text/schart.po)0
-rw-r--r--source/ug/helpcontent2/source/text/schart/00.po (renamed from translations/source/ug/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/schart/01.po (renamed from translations/source/ug/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/schart/02.po (renamed from translations/source/ug/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/schart/04.po (renamed from translations/source/ug/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sdraw.po (renamed from translations/source/ug/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/ug/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/ug/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/ug/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/ug/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared.po (renamed from translations/source/ug/helpcontent2/source/text/shared.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po (renamed from translations/source/ug/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po (renamed from translations/source/ug/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po (renamed from translations/source/ug/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/04.po (renamed from translations/source/ug/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/05.po (renamed from translations/source/ug/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/07.po (renamed from translations/source/ug/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/ug/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/ug/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/ug/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po (renamed from translations/source/ug/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/ug/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress.po (renamed from translations/source/ug/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress/00.po (renamed from translations/source/ug/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress/01.po (renamed from translations/source/ug/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress/02.po (renamed from translations/source/ug/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress/04.po (renamed from translations/source/ug/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/ug/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath.po (renamed from translations/source/ug/helpcontent2/source/text/smath.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath/00.po (renamed from translations/source/ug/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath/01.po (renamed from translations/source/ug/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath/02.po (renamed from translations/source/ug/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath/04.po (renamed from translations/source/ug/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/smath/guide.po (renamed from translations/source/ug/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po (renamed from translations/source/ug/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po (renamed from translations/source/ug/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po (renamed from translations/source/ug/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter/02.po (renamed from translations/source/ug/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter/04.po (renamed from translations/source/ug/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/ug/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ug/mysqlc/source.po (renamed from translations/source/ug/mysqlc/source.po)0
-rw-r--r--source/ug/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ug/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ug/nlpsolver/src/locale.po (renamed from translations/source/ug/nlpsolver/src/locale.po)0
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ug/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ug/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ug/padmin/source.po (renamed from translations/source/ug/padmin/source.po)0
-rw-r--r--source/ug/readlicense_oo/docs/readme.po (renamed from translations/source/ug/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ug/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ug/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ug/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ug/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ug/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ug/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ug/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ug/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ug/reportbuilder/util.po (renamed from translations/source/ug/reportbuilder/util.po)0
-rw-r--r--source/ug/reportdesign/source/core/resource.po (renamed from translations/source/ug/reportdesign/source/core/resource.po)0
-rw-r--r--source/ug/reportdesign/source/ui/dlg.po (renamed from translations/source/ug/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ug/reportdesign/source/ui/inspection.po (renamed from translations/source/ug/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ug/reportdesign/source/ui/report.po (renamed from translations/source/ug/reportdesign/source/ui/report.po)0
-rw-r--r--source/ug/sc/source/core/src.po (renamed from translations/source/ug/sc/source/core/src.po)0
-rw-r--r--source/ug/sc/source/ui/cctrl.po (renamed from translations/source/ug/sc/source/ui/cctrl.po)0
-rw-r--r--source/ug/sc/source/ui/dbgui.po (renamed from translations/source/ug/sc/source/ui/dbgui.po)0
-rw-r--r--source/ug/sc/source/ui/docshell.po (renamed from translations/source/ug/sc/source/ui/docshell.po)0
-rw-r--r--source/ug/sc/source/ui/drawfunc.po (renamed from translations/source/ug/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ug/sc/source/ui/formdlg.po (renamed from translations/source/ug/sc/source/ui/formdlg.po)0
-rw-r--r--source/ug/sc/source/ui/miscdlgs.po (renamed from translations/source/ug/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ug/sc/source/ui/navipi.po (renamed from translations/source/ug/sc/source/ui/navipi.po)0
-rw-r--r--source/ug/sc/source/ui/optdlg.po (renamed from translations/source/ug/sc/source/ui/optdlg.po)0
-rw-r--r--source/ug/sc/source/ui/pagedlg.po (renamed from translations/source/ug/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ug/sc/source/ui/src.po (renamed from translations/source/ug/sc/source/ui/src.po)0
-rw-r--r--source/ug/sc/source/ui/styleui.po (renamed from translations/source/ug/sc/source/ui/styleui.po)0
-rw-r--r--source/ug/scaddins/source/analysis.po (renamed from translations/source/ug/scaddins/source/analysis.po)0
-rw-r--r--source/ug/scaddins/source/datefunc.po (renamed from translations/source/ug/scaddins/source/datefunc.po)0
-rw-r--r--source/ug/sccomp/source/solver.po (renamed from translations/source/ug/sccomp/source/solver.po)0
-rw-r--r--source/ug/scp2/source/accessories.po (renamed from translations/source/ug/scp2/source/accessories.po)0
-rw-r--r--source/ug/scp2/source/activex.po (renamed from translations/source/ug/scp2/source/activex.po)0
-rw-r--r--source/ug/scp2/source/base.po (renamed from translations/source/ug/scp2/source/base.po)0
-rw-r--r--source/ug/scp2/source/binfilter.po (renamed from translations/source/ug/scp2/source/binfilter.po)0
-rw-r--r--source/ug/scp2/source/calc.po (renamed from translations/source/ug/scp2/source/calc.po)0
-rw-r--r--source/ug/scp2/source/draw.po (renamed from translations/source/ug/scp2/source/draw.po)0
-rw-r--r--source/ug/scp2/source/extensions.po (renamed from translations/source/ug/scp2/source/extensions.po)0
-rw-r--r--source/ug/scp2/source/gnome.po (renamed from translations/source/ug/scp2/source/gnome.po)0
-rw-r--r--source/ug/scp2/source/graphicfilter.po (renamed from translations/source/ug/scp2/source/graphicfilter.po)0
-rw-r--r--source/ug/scp2/source/impress.po (renamed from translations/source/ug/scp2/source/impress.po)0
-rw-r--r--source/ug/scp2/source/javafilter.po (renamed from translations/source/ug/scp2/source/javafilter.po)0
-rw-r--r--source/ug/scp2/source/kde.po (renamed from translations/source/ug/scp2/source/kde.po)0
-rw-r--r--source/ug/scp2/source/math.po (renamed from translations/source/ug/scp2/source/math.po)0
-rw-r--r--source/ug/scp2/source/onlineupdate.po (renamed from translations/source/ug/scp2/source/onlineupdate.po)0
-rw-r--r--source/ug/scp2/source/ooo.po (renamed from translations/source/ug/scp2/source/ooo.po)0
-rw-r--r--source/ug/scp2/source/python.po (renamed from translations/source/ug/scp2/source/python.po)0
-rw-r--r--source/ug/scp2/source/quickstart.po (renamed from translations/source/ug/scp2/source/quickstart.po)0
-rw-r--r--source/ug/scp2/source/sdkoo.po (renamed from translations/source/ug/scp2/source/sdkoo.po)0
-rw-r--r--source/ug/scp2/source/smoketest.po (renamed from translations/source/ug/scp2/source/smoketest.po)0
-rw-r--r--source/ug/scp2/source/stdlibs.po (renamed from translations/source/ug/scp2/source/stdlibs.po)0
-rw-r--r--source/ug/scp2/source/tde.po (renamed from translations/source/ug/scp2/source/tde.po)0
-rw-r--r--source/ug/scp2/source/winexplorerext.po (renamed from translations/source/ug/scp2/source/winexplorerext.po)0
-rw-r--r--source/ug/scp2/source/writer.po (renamed from translations/source/ug/scp2/source/writer.po)0
-rw-r--r--source/ug/scp2/source/xsltfilter.po (renamed from translations/source/ug/scp2/source/xsltfilter.po)0
-rw-r--r--source/ug/scripting/source/pyprov.po (renamed from translations/source/ug/scripting/source/pyprov.po)0
-rw-r--r--source/ug/sd/source/core.po (renamed from translations/source/ug/sd/source/core.po)0
-rw-r--r--source/ug/sd/source/filter/html.po (renamed from translations/source/ug/sd/source/filter/html.po)0
-rw-r--r--source/ug/sd/source/ui/accessibility.po (renamed from translations/source/ug/sd/source/ui/accessibility.po)0
-rw-r--r--source/ug/sd/source/ui/animations.po (renamed from translations/source/ug/sd/source/ui/animations.po)0
-rw-r--r--source/ug/sd/source/ui/annotations.po (renamed from translations/source/ug/sd/source/ui/annotations.po)0
-rw-r--r--source/ug/sd/source/ui/app.po (renamed from translations/source/ug/sd/source/ui/app.po)0
-rw-r--r--source/ug/sd/source/ui/dlg.po (renamed from translations/source/ug/sd/source/ui/dlg.po)0
-rw-r--r--source/ug/sd/source/ui/slideshow.po (renamed from translations/source/ug/sd/source/ui/slideshow.po)0
-rw-r--r--source/ug/sd/source/ui/table.po (renamed from translations/source/ug/sd/source/ui/table.po)0
-rw-r--r--source/ug/sd/source/ui/view.po (renamed from translations/source/ug/sd/source/ui/view.po)0
-rw-r--r--source/ug/sdext/source/minimizer.po (renamed from translations/source/ug/sdext/source/minimizer.po)0
-rw-r--r--source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ug/sdext/source/pdfimport.po (renamed from translations/source/ug/sdext/source/pdfimport.po)0
-rw-r--r--source/ug/sdext/source/presenter.po (renamed from translations/source/ug/sdext/source/presenter.po)0
-rw-r--r--source/ug/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ug/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ug/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ug/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ug/setup_native/source/mac.po (renamed from translations/source/ug/setup_native/source/mac.po)0
-rw-r--r--source/ug/sfx2/source/appl.po (renamed from translations/source/ug/sfx2/source/appl.po)0
-rw-r--r--source/ug/sfx2/source/bastyp.po (renamed from translations/source/ug/sfx2/source/bastyp.po)0
-rw-r--r--source/ug/sfx2/source/dialog.po (renamed from translations/source/ug/sfx2/source/dialog.po)0
-rw-r--r--source/ug/sfx2/source/doc.po (renamed from translations/source/ug/sfx2/source/doc.po)0
-rw-r--r--source/ug/sfx2/source/menu.po (renamed from translations/source/ug/sfx2/source/menu.po)0
-rw-r--r--source/ug/sfx2/source/view.po (renamed from translations/source/ug/sfx2/source/view.po)0
-rw-r--r--source/ug/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ug/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ug/starmath/source.po (renamed from translations/source/ug/starmath/source.po)0
-rw-r--r--source/ug/svl/source/items.po (renamed from translations/source/ug/svl/source/items.po)0
-rw-r--r--source/ug/svl/source/misc.po (renamed from translations/source/ug/svl/source/misc.po)0
-rw-r--r--source/ug/svtools/source/contnr.po (renamed from translations/source/ug/svtools/source/contnr.po)0
-rw-r--r--source/ug/svtools/source/control.po (renamed from translations/source/ug/svtools/source/control.po)0
-rw-r--r--source/ug/svtools/source/dialogs.po (renamed from translations/source/ug/svtools/source/dialogs.po)0
-rw-r--r--source/ug/svtools/source/filter.po (renamed from translations/source/ug/svtools/source/filter.po)0
-rw-r--r--source/ug/svtools/source/java.po (renamed from translations/source/ug/svtools/source/java.po)0
-rw-r--r--source/ug/svtools/source/misc.po (renamed from translations/source/ug/svtools/source/misc.po)0
-rw-r--r--source/ug/svtools/source/toolpanel.po (renamed from translations/source/ug/svtools/source/toolpanel.po)0
-rw-r--r--source/ug/svtools/workben/unodialog.po (renamed from translations/source/ug/svtools/workben/unodialog.po)0
-rw-r--r--source/ug/svx/inc.po (renamed from translations/source/ug/svx/inc.po)0
-rw-r--r--source/ug/svx/source/accessibility.po (renamed from translations/source/ug/svx/source/accessibility.po)0
-rw-r--r--source/ug/svx/source/dialog.po (renamed from translations/source/ug/svx/source/dialog.po)0
-rw-r--r--source/ug/svx/source/engine3d.po (renamed from translations/source/ug/svx/source/engine3d.po)0
-rw-r--r--source/ug/svx/source/fmcomp.po (renamed from translations/source/ug/svx/source/fmcomp.po)0
-rw-r--r--source/ug/svx/source/form.po (renamed from translations/source/ug/svx/source/form.po)0
-rw-r--r--source/ug/svx/source/gallery2.po (renamed from translations/source/ug/svx/source/gallery2.po)0
-rw-r--r--source/ug/svx/source/items.po (renamed from translations/source/ug/svx/source/items.po)0
-rw-r--r--source/ug/svx/source/src.po (renamed from translations/source/ug/svx/source/src.po)0
-rw-r--r--source/ug/svx/source/stbctrls.po (renamed from translations/source/ug/svx/source/stbctrls.po)0
-rw-r--r--source/ug/svx/source/svdraw.po (renamed from translations/source/ug/svx/source/svdraw.po)0
-rw-r--r--source/ug/svx/source/table.po (renamed from translations/source/ug/svx/source/table.po)0
-rw-r--r--source/ug/svx/source/tbxctrls.po (renamed from translations/source/ug/svx/source/tbxctrls.po)0
-rw-r--r--source/ug/svx/source/toolbars.po (renamed from translations/source/ug/svx/source/toolbars.po)0
-rw-r--r--source/ug/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ug/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ug/sw/source/core/layout.po (renamed from translations/source/ug/sw/source/core/layout.po)0
-rw-r--r--source/ug/sw/source/core/undo.po (renamed from translations/source/ug/sw/source/core/undo.po)0
-rw-r--r--source/ug/sw/source/core/unocore.po (renamed from translations/source/ug/sw/source/core/unocore.po)0
-rw-r--r--source/ug/sw/source/ui/app.po (renamed from translations/source/ug/sw/source/ui/app.po)0
-rw-r--r--source/ug/sw/source/ui/chrdlg.po (renamed from translations/source/ug/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ug/sw/source/ui/config.po (renamed from translations/source/ug/sw/source/ui/config.po)0
-rw-r--r--source/ug/sw/source/ui/dbui.po (renamed from translations/source/ug/sw/source/ui/dbui.po)0
-rw-r--r--source/ug/sw/source/ui/dialog.po (renamed from translations/source/ug/sw/source/ui/dialog.po)0
-rw-r--r--source/ug/sw/source/ui/dochdl.po (renamed from translations/source/ug/sw/source/ui/dochdl.po)0
-rw-r--r--source/ug/sw/source/ui/docvw.po (renamed from translations/source/ug/sw/source/ui/docvw.po)0
-rw-r--r--source/ug/sw/source/ui/envelp.po (renamed from translations/source/ug/sw/source/ui/envelp.po)0
-rw-r--r--source/ug/sw/source/ui/fldui.po (renamed from translations/source/ug/sw/source/ui/fldui.po)0
-rw-r--r--source/ug/sw/source/ui/fmtui.po (renamed from translations/source/ug/sw/source/ui/fmtui.po)0
-rw-r--r--source/ug/sw/source/ui/frmdlg.po (renamed from translations/source/ug/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ug/sw/source/ui/globdoc.po (renamed from translations/source/ug/sw/source/ui/globdoc.po)0
-rw-r--r--source/ug/sw/source/ui/index.po (renamed from translations/source/ug/sw/source/ui/index.po)0
-rw-r--r--source/ug/sw/source/ui/lingu.po (renamed from translations/source/ug/sw/source/ui/lingu.po)0
-rw-r--r--source/ug/sw/source/ui/misc.po (renamed from translations/source/ug/sw/source/ui/misc.po)0
-rw-r--r--source/ug/sw/source/ui/ribbar.po (renamed from translations/source/ug/sw/source/ui/ribbar.po)0
-rw-r--r--source/ug/sw/source/ui/shells.po (renamed from translations/source/ug/sw/source/ui/shells.po)0
-rw-r--r--source/ug/sw/source/ui/smartmenu.po (renamed from translations/source/ug/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ug/sw/source/ui/table.po (renamed from translations/source/ug/sw/source/ui/table.po)0
-rw-r--r--source/ug/sw/source/ui/uiview.po (renamed from translations/source/ug/sw/source/ui/uiview.po)0
-rw-r--r--source/ug/sw/source/ui/utlui.po (renamed from translations/source/ug/sw/source/ui/utlui.po)0
-rw-r--r--source/ug/sw/source/ui/web.po (renamed from translations/source/ug/sw/source/ui/web.po)0
-rw-r--r--source/ug/sw/source/ui/wrtsh.po (renamed from translations/source/ug/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ug/swext/mediawiki/help.po (renamed from translations/source/ug/swext/mediawiki/help.po)0
-rw-r--r--source/ug/swext/mediawiki/src.po (renamed from translations/source/ug/swext/mediawiki/src.po)0
-rw-r--r--source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ug/sysui/desktop/share.po (renamed from translations/source/ug/sysui/desktop/share.po)0
-rw-r--r--source/ug/uui/source.po (renamed from translations/source/ug/uui/source.po)0
-rw-r--r--source/ug/vcl/source/src.po (renamed from translations/source/ug/vcl/source/src.po)0
-rw-r--r--source/ug/wizards/source/euro.po (renamed from translations/source/ug/wizards/source/euro.po)0
-rw-r--r--source/ug/wizards/source/formwizard.po (renamed from translations/source/ug/wizards/source/formwizard.po)0
-rw-r--r--source/ug/wizards/source/importwizard.po (renamed from translations/source/ug/wizards/source/importwizard.po)0
-rw-r--r--source/ug/wizards/source/schedule.po (renamed from translations/source/ug/wizards/source/schedule.po)0
-rw-r--r--source/ug/wizards/source/template.po (renamed from translations/source/ug/wizards/source/template.po)0
-rw-r--r--source/ug/xmlsecurity/source/component.po (renamed from translations/source/ug/xmlsecurity/source/component.po)0
-rw-r--r--source/ug/xmlsecurity/source/dialogs.po (renamed from translations/source/ug/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/uk/accessibility/source/helper.po (renamed from translations/source/uk/accessibility/source/helper.po)0
-rw-r--r--source/uk/avmedia/source/framework.po (renamed from translations/source/uk/avmedia/source/framework.po)0
-rw-r--r--source/uk/avmedia/source/viewer.po (renamed from translations/source/uk/avmedia/source/viewer.po)0
-rw-r--r--source/uk/basctl/source/basicide.po (renamed from translations/source/uk/basctl/source/basicide.po)0
-rw-r--r--source/uk/basctl/source/dlged.po (renamed from translations/source/uk/basctl/source/dlged.po)0
-rw-r--r--source/uk/basic/source/classes.po (renamed from translations/source/uk/basic/source/classes.po)0
-rw-r--r--source/uk/basic/source/sbx.po (renamed from translations/source/uk/basic/source/sbx.po)0
-rw-r--r--source/uk/chart2/source/controller/dialogs.po (renamed from translations/source/uk/chart2/source/controller/dialogs.po)0
-rw-r--r--source/uk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/uk/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/uk/connectivity/source/resource.po (renamed from translations/source/uk/connectivity/source/resource.po)0
-rw-r--r--source/uk/cui/source/customize.po (renamed from translations/source/uk/cui/source/customize.po)0
-rw-r--r--source/uk/cui/source/dialogs.po (renamed from translations/source/uk/cui/source/dialogs.po)0
-rw-r--r--source/uk/cui/source/options.po (renamed from translations/source/uk/cui/source/options.po)0
-rw-r--r--source/uk/cui/source/tabpages.po (renamed from translations/source/uk/cui/source/tabpages.po)0
-rw-r--r--source/uk/dbaccess/source/core/resource.po (renamed from translations/source/uk/dbaccess/source/core/resource.po)0
-rw-r--r--source/uk/dbaccess/source/ext/macromigration.po (renamed from translations/source/uk/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/uk/dbaccess/source/sdbtools/resource.po (renamed from translations/source/uk/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/uk/dbaccess/source/ui/app.po (renamed from translations/source/uk/dbaccess/source/ui/app.po)0
-rw-r--r--source/uk/dbaccess/source/ui/browser.po (renamed from translations/source/uk/dbaccess/source/ui/browser.po)0
-rw-r--r--source/uk/dbaccess/source/ui/control.po (renamed from translations/source/uk/dbaccess/source/ui/control.po)0
-rw-r--r--source/uk/dbaccess/source/ui/dlg.po (renamed from translations/source/uk/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/uk/dbaccess/source/ui/inc.po (renamed from translations/source/uk/dbaccess/source/ui/inc.po)0
-rw-r--r--source/uk/dbaccess/source/ui/misc.po (renamed from translations/source/uk/dbaccess/source/ui/misc.po)0
-rw-r--r--source/uk/dbaccess/source/ui/querydesign.po (renamed from translations/source/uk/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/uk/dbaccess/source/ui/relationdesign.po (renamed from translations/source/uk/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/uk/dbaccess/source/ui/tabledesign.po (renamed from translations/source/uk/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/uk/dbaccess/source/ui/uno.po (renamed from translations/source/uk/dbaccess/source/ui/uno.po)0
-rw-r--r--source/uk/desktop/source/app.po (renamed from translations/source/uk/desktop/source/app.po)0
-rw-r--r--source/uk/desktop/source/deployment/gui.po (renamed from translations/source/uk/desktop/source/deployment/gui.po)0
-rw-r--r--source/uk/desktop/source/deployment/manager.po (renamed from translations/source/uk/desktop/source/deployment/manager.po)0
-rw-r--r--source/uk/desktop/source/deployment/misc.po (renamed from translations/source/uk/desktop/source/deployment/misc.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry.po (renamed from translations/source/uk/desktop/source/deployment/registry.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/component.po (renamed from translations/source/uk/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/configuration.po (renamed from translations/source/uk/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/help.po (renamed from translations/source/uk/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/package.po (renamed from translations/source/uk/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/script.po (renamed from translations/source/uk/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/uk/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/uk/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/uk/desktop/source/deployment/unopkg.po (renamed from translations/source/uk/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/uk/dictionaries/af_ZA.po (renamed from translations/source/uk/dictionaries/af_ZA.po)0
-rw-r--r--source/uk/dictionaries/an_ES.po (renamed from translations/source/uk/dictionaries/an_ES.po)0
-rw-r--r--source/uk/dictionaries/ar.po (renamed from translations/source/uk/dictionaries/ar.po)0
-rw-r--r--source/uk/dictionaries/be_BY.po (renamed from translations/source/uk/dictionaries/be_BY.po)0
-rw-r--r--source/uk/dictionaries/bg_BG.po (renamed from translations/source/uk/dictionaries/bg_BG.po)0
-rw-r--r--source/uk/dictionaries/bn_BD.po (renamed from translations/source/uk/dictionaries/bn_BD.po)0
-rw-r--r--source/uk/dictionaries/br_FR.po (renamed from translations/source/uk/dictionaries/br_FR.po)0
-rw-r--r--source/uk/dictionaries/ca.po (renamed from translations/source/uk/dictionaries/ca.po)0
-rw-r--r--source/uk/dictionaries/cs_CZ.po (renamed from translations/source/uk/dictionaries/cs_CZ.po)0
-rw-r--r--source/uk/dictionaries/da_DK.po (renamed from translations/source/uk/dictionaries/da_DK.po)0
-rw-r--r--source/uk/dictionaries/de.po (renamed from translations/source/uk/dictionaries/de.po)0
-rw-r--r--source/uk/dictionaries/el_GR.po (renamed from translations/source/uk/dictionaries/el_GR.po)0
-rw-r--r--source/uk/dictionaries/en.po (renamed from translations/source/uk/dictionaries/en.po)0
-rw-r--r--source/uk/dictionaries/en/dialog.po (renamed from translations/source/uk/dictionaries/en/dialog.po)0
-rw-r--r--source/uk/dictionaries/es_ES.po (renamed from translations/source/uk/dictionaries/es_ES.po)0
-rw-r--r--source/uk/dictionaries/et_EE.po (renamed from translations/source/uk/dictionaries/et_EE.po)0
-rw-r--r--source/uk/dictionaries/fr_FR.po (renamed from translations/source/uk/dictionaries/fr_FR.po)0
-rw-r--r--source/uk/dictionaries/gd_GB.po (renamed from translations/source/uk/dictionaries/gd_GB.po)0
-rw-r--r--source/uk/dictionaries/gl.po (renamed from translations/source/uk/dictionaries/gl.po)0
-rw-r--r--source/uk/dictionaries/gu_IN.po (renamed from translations/source/uk/dictionaries/gu_IN.po)0
-rw-r--r--source/uk/dictionaries/he_IL.po (renamed from translations/source/uk/dictionaries/he_IL.po)0
-rw-r--r--source/uk/dictionaries/hi_IN.po (renamed from translations/source/uk/dictionaries/hi_IN.po)0
-rw-r--r--source/uk/dictionaries/hr_HR.po (renamed from translations/source/uk/dictionaries/hr_HR.po)0
-rw-r--r--source/uk/dictionaries/hu_HU.po (renamed from translations/source/uk/dictionaries/hu_HU.po)0
-rw-r--r--source/uk/dictionaries/hu_HU/dialog.po (renamed from translations/source/uk/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/uk/dictionaries/it_IT.po (renamed from translations/source/uk/dictionaries/it_IT.po)0
-rw-r--r--source/uk/dictionaries/ku_TR.po (renamed from translations/source/uk/dictionaries/ku_TR.po)0
-rw-r--r--source/uk/dictionaries/lt_LT.po (renamed from translations/source/uk/dictionaries/lt_LT.po)0
-rw-r--r--source/uk/dictionaries/lv_LV.po (renamed from translations/source/uk/dictionaries/lv_LV.po)0
-rw-r--r--source/uk/dictionaries/ne_NP.po (renamed from translations/source/uk/dictionaries/ne_NP.po)0
-rw-r--r--source/uk/dictionaries/nl_NL.po (renamed from translations/source/uk/dictionaries/nl_NL.po)0
-rw-r--r--source/uk/dictionaries/no.po (renamed from translations/source/uk/dictionaries/no.po)0
-rw-r--r--source/uk/dictionaries/oc_FR.po (renamed from translations/source/uk/dictionaries/oc_FR.po)0
-rw-r--r--source/uk/dictionaries/pl_PL.po (renamed from translations/source/uk/dictionaries/pl_PL.po)0
-rw-r--r--source/uk/dictionaries/pt_BR.po (renamed from translations/source/uk/dictionaries/pt_BR.po)0
-rw-r--r--source/uk/dictionaries/pt_PT.po (renamed from translations/source/uk/dictionaries/pt_PT.po)0
-rw-r--r--source/uk/dictionaries/ro.po (renamed from translations/source/uk/dictionaries/ro.po)0
-rw-r--r--source/uk/dictionaries/ru_RU.po (renamed from translations/source/uk/dictionaries/ru_RU.po)0
-rw-r--r--source/uk/dictionaries/ru_RU/dialog.po (renamed from translations/source/uk/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/uk/dictionaries/si_LK.po (renamed from translations/source/uk/dictionaries/si_LK.po)0
-rw-r--r--source/uk/dictionaries/sk_SK.po (renamed from translations/source/uk/dictionaries/sk_SK.po)0
-rw-r--r--source/uk/dictionaries/sl_SI.po (renamed from translations/source/uk/dictionaries/sl_SI.po)0
-rw-r--r--source/uk/dictionaries/sr.po (renamed from translations/source/uk/dictionaries/sr.po)0
-rw-r--r--source/uk/dictionaries/sv_SE.po (renamed from translations/source/uk/dictionaries/sv_SE.po)0
-rw-r--r--source/uk/dictionaries/sw_TZ.po (renamed from translations/source/uk/dictionaries/sw_TZ.po)0
-rw-r--r--source/uk/dictionaries/te_IN.po (renamed from translations/source/uk/dictionaries/te_IN.po)0
-rw-r--r--source/uk/dictionaries/th_TH.po (renamed from translations/source/uk/dictionaries/th_TH.po)0
-rw-r--r--source/uk/dictionaries/uk_UA.po (renamed from translations/source/uk/dictionaries/uk_UA.po)0
-rw-r--r--source/uk/dictionaries/vi.po (renamed from translations/source/uk/dictionaries/vi.po)0
-rw-r--r--source/uk/dictionaries/zu_ZA.po (renamed from translations/source/uk/dictionaries/zu_ZA.po)0
-rw-r--r--source/uk/editeng/source/accessibility.po (renamed from translations/source/uk/editeng/source/accessibility.po)0
-rw-r--r--source/uk/editeng/source/editeng.po (renamed from translations/source/uk/editeng/source/editeng.po)0
-rw-r--r--source/uk/editeng/source/items.po (renamed from translations/source/uk/editeng/source/items.po)0
-rw-r--r--source/uk/editeng/source/misc.po (renamed from translations/source/uk/editeng/source/misc.po)0
-rw-r--r--source/uk/editeng/source/outliner.po (renamed from translations/source/uk/editeng/source/outliner.po)0
-rw-r--r--source/uk/extensions/source/abpilot.po (renamed from translations/source/uk/extensions/source/abpilot.po)0
-rw-r--r--source/uk/extensions/source/bibliography.po (renamed from translations/source/uk/extensions/source/bibliography.po)0
-rw-r--r--source/uk/extensions/source/dbpilots.po (renamed from translations/source/uk/extensions/source/dbpilots.po)0
-rw-r--r--source/uk/extensions/source/propctrlr.po (renamed from translations/source/uk/extensions/source/propctrlr.po)0
-rw-r--r--source/uk/extensions/source/scanner.po (renamed from translations/source/uk/extensions/source/scanner.po)0
-rw-r--r--source/uk/extensions/source/update/check.po (renamed from translations/source/uk/extensions/source/update/check.po)0
-rw-r--r--source/uk/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/uk/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/uk/filter/source/config/fragments/filters.po (renamed from translations/source/uk/filter/source/config/fragments/filters.po)0
-rw-r--r--source/uk/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/uk/filter/source/config/fragments/types.po (renamed from translations/source/uk/filter/source/config/fragments/types.po)0
-rw-r--r--source/uk/filter/source/flash.po (renamed from translations/source/uk/filter/source/flash.po)0
-rw-r--r--source/uk/filter/source/graphicfilter/eps.po (renamed from translations/source/uk/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/uk/filter/source/pdf.po (renamed from translations/source/uk/filter/source/pdf.po)0
-rw-r--r--source/uk/filter/source/t602.po (renamed from translations/source/uk/filter/source/t602.po)0
-rw-r--r--source/uk/filter/source/xsltdialog.po (renamed from translations/source/uk/filter/source/xsltdialog.po)0
-rw-r--r--source/uk/forms/source/resource.po (renamed from translations/source/uk/forms/source/resource.po)0
-rw-r--r--source/uk/formula/source/core/resource.po (renamed from translations/source/uk/formula/source/core/resource.po)0
-rw-r--r--source/uk/formula/source/ui/dlg.po (renamed from translations/source/uk/formula/source/ui/dlg.po)0
-rw-r--r--source/uk/fpicker/source/office.po (renamed from translations/source/uk/fpicker/source/office.po)0
-rw-r--r--source/uk/framework/source/classes.po (renamed from translations/source/uk/framework/source/classes.po)0
-rw-r--r--source/uk/framework/source/services.po (renamed from translations/source/uk/framework/source/services.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/uk/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/uk/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po (renamed from translations/source/uk/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/02.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/04.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/05.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/uk/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/schart.po (renamed from translations/source/uk/helpcontent2/source/text/schart.po)0
-rw-r--r--source/uk/helpcontent2/source/text/schart/00.po (renamed from translations/source/uk/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po (renamed from translations/source/uk/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/schart/02.po (renamed from translations/source/uk/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/schart/04.po (renamed from translations/source/uk/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po (renamed from translations/source/uk/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/uk/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/uk/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/uk/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/uk/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared.po (renamed from translations/source/uk/helpcontent2/source/text/shared.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po (renamed from translations/source/uk/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po (renamed from translations/source/uk/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po (renamed from translations/source/uk/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/04.po (renamed from translations/source/uk/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/05.po (renamed from translations/source/uk/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/07.po (renamed from translations/source/uk/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/uk/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/uk/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/uk/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po (renamed from translations/source/uk/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/uk/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po (renamed from translations/source/uk/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po (renamed from translations/source/uk/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po (renamed from translations/source/uk/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po (renamed from translations/source/uk/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress/04.po (renamed from translations/source/uk/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/uk/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath.po (renamed from translations/source/uk/helpcontent2/source/text/smath.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath/00.po (renamed from translations/source/uk/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath/01.po (renamed from translations/source/uk/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath/02.po (renamed from translations/source/uk/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath/04.po (renamed from translations/source/uk/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/smath/guide.po (renamed from translations/source/uk/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po (renamed from translations/source/uk/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po (renamed from translations/source/uk/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po (renamed from translations/source/uk/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po (renamed from translations/source/uk/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter/04.po (renamed from translations/source/uk/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/uk/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/uk/mysqlc/source.po (renamed from translations/source/uk/mysqlc/source.po)0
-rw-r--r--source/uk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/uk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/uk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/uk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/uk/nlpsolver/src/locale.po (renamed from translations/source/uk/nlpsolver/src/locale.po)0
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/uk/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/uk/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/uk/padmin/source.po (renamed from translations/source/uk/padmin/source.po)0
-rw-r--r--source/uk/readlicense_oo/docs/readme.po (renamed from translations/source/uk/readlicense_oo/docs/readme.po)0
-rw-r--r--source/uk/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/uk/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/uk/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/uk/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uk/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/uk/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/uk/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/uk/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/uk/reportbuilder/util.po (renamed from translations/source/uk/reportbuilder/util.po)0
-rw-r--r--source/uk/reportdesign/source/core/resource.po (renamed from translations/source/uk/reportdesign/source/core/resource.po)0
-rw-r--r--source/uk/reportdesign/source/ui/dlg.po (renamed from translations/source/uk/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/uk/reportdesign/source/ui/inspection.po (renamed from translations/source/uk/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/uk/reportdesign/source/ui/report.po (renamed from translations/source/uk/reportdesign/source/ui/report.po)0
-rw-r--r--source/uk/sc/source/core/src.po (renamed from translations/source/uk/sc/source/core/src.po)0
-rw-r--r--source/uk/sc/source/ui/cctrl.po (renamed from translations/source/uk/sc/source/ui/cctrl.po)0
-rw-r--r--source/uk/sc/source/ui/dbgui.po (renamed from translations/source/uk/sc/source/ui/dbgui.po)0
-rw-r--r--source/uk/sc/source/ui/docshell.po (renamed from translations/source/uk/sc/source/ui/docshell.po)0
-rw-r--r--source/uk/sc/source/ui/drawfunc.po (renamed from translations/source/uk/sc/source/ui/drawfunc.po)0
-rw-r--r--source/uk/sc/source/ui/formdlg.po (renamed from translations/source/uk/sc/source/ui/formdlg.po)0
-rw-r--r--source/uk/sc/source/ui/miscdlgs.po (renamed from translations/source/uk/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/uk/sc/source/ui/navipi.po (renamed from translations/source/uk/sc/source/ui/navipi.po)0
-rw-r--r--source/uk/sc/source/ui/optdlg.po (renamed from translations/source/uk/sc/source/ui/optdlg.po)0
-rw-r--r--source/uk/sc/source/ui/pagedlg.po (renamed from translations/source/uk/sc/source/ui/pagedlg.po)0
-rw-r--r--source/uk/sc/source/ui/src.po (renamed from translations/source/uk/sc/source/ui/src.po)0
-rw-r--r--source/uk/sc/source/ui/styleui.po (renamed from translations/source/uk/sc/source/ui/styleui.po)0
-rw-r--r--source/uk/scaddins/source/analysis.po (renamed from translations/source/uk/scaddins/source/analysis.po)0
-rw-r--r--source/uk/scaddins/source/datefunc.po (renamed from translations/source/uk/scaddins/source/datefunc.po)0
-rw-r--r--source/uk/sccomp/source/solver.po (renamed from translations/source/uk/sccomp/source/solver.po)0
-rw-r--r--source/uk/scp2/source/accessories.po (renamed from translations/source/uk/scp2/source/accessories.po)0
-rw-r--r--source/uk/scp2/source/activex.po (renamed from translations/source/uk/scp2/source/activex.po)0
-rw-r--r--source/uk/scp2/source/base.po (renamed from translations/source/uk/scp2/source/base.po)0
-rw-r--r--source/uk/scp2/source/binfilter.po (renamed from translations/source/uk/scp2/source/binfilter.po)0
-rw-r--r--source/uk/scp2/source/calc.po (renamed from translations/source/uk/scp2/source/calc.po)0
-rw-r--r--source/uk/scp2/source/draw.po (renamed from translations/source/uk/scp2/source/draw.po)0
-rw-r--r--source/uk/scp2/source/extensions.po (renamed from translations/source/uk/scp2/source/extensions.po)0
-rw-r--r--source/uk/scp2/source/gnome.po (renamed from translations/source/uk/scp2/source/gnome.po)0
-rw-r--r--source/uk/scp2/source/graphicfilter.po (renamed from translations/source/uk/scp2/source/graphicfilter.po)0
-rw-r--r--source/uk/scp2/source/impress.po (renamed from translations/source/uk/scp2/source/impress.po)0
-rw-r--r--source/uk/scp2/source/javafilter.po (renamed from translations/source/uk/scp2/source/javafilter.po)0
-rw-r--r--source/uk/scp2/source/kde.po (renamed from translations/source/uk/scp2/source/kde.po)0
-rw-r--r--source/uk/scp2/source/math.po (renamed from translations/source/uk/scp2/source/math.po)0
-rw-r--r--source/uk/scp2/source/onlineupdate.po (renamed from translations/source/uk/scp2/source/onlineupdate.po)0
-rw-r--r--source/uk/scp2/source/ooo.po (renamed from translations/source/uk/scp2/source/ooo.po)0
-rw-r--r--source/uk/scp2/source/python.po (renamed from translations/source/uk/scp2/source/python.po)0
-rw-r--r--source/uk/scp2/source/quickstart.po (renamed from translations/source/uk/scp2/source/quickstart.po)0
-rw-r--r--source/uk/scp2/source/sdkoo.po (renamed from translations/source/uk/scp2/source/sdkoo.po)0
-rw-r--r--source/uk/scp2/source/smoketest.po (renamed from translations/source/uk/scp2/source/smoketest.po)0
-rw-r--r--source/uk/scp2/source/stdlibs.po (renamed from translations/source/uk/scp2/source/stdlibs.po)0
-rw-r--r--source/uk/scp2/source/tde.po (renamed from translations/source/uk/scp2/source/tde.po)0
-rw-r--r--source/uk/scp2/source/winexplorerext.po (renamed from translations/source/uk/scp2/source/winexplorerext.po)0
-rw-r--r--source/uk/scp2/source/writer.po (renamed from translations/source/uk/scp2/source/writer.po)0
-rw-r--r--source/uk/scp2/source/xsltfilter.po (renamed from translations/source/uk/scp2/source/xsltfilter.po)0
-rw-r--r--source/uk/scripting/source/pyprov.po (renamed from translations/source/uk/scripting/source/pyprov.po)0
-rw-r--r--source/uk/sd/source/core.po (renamed from translations/source/uk/sd/source/core.po)0
-rw-r--r--source/uk/sd/source/filter/html.po (renamed from translations/source/uk/sd/source/filter/html.po)0
-rw-r--r--source/uk/sd/source/ui/accessibility.po (renamed from translations/source/uk/sd/source/ui/accessibility.po)0
-rw-r--r--source/uk/sd/source/ui/animations.po (renamed from translations/source/uk/sd/source/ui/animations.po)0
-rw-r--r--source/uk/sd/source/ui/annotations.po (renamed from translations/source/uk/sd/source/ui/annotations.po)0
-rw-r--r--source/uk/sd/source/ui/app.po (renamed from translations/source/uk/sd/source/ui/app.po)0
-rw-r--r--source/uk/sd/source/ui/dlg.po (renamed from translations/source/uk/sd/source/ui/dlg.po)0
-rw-r--r--source/uk/sd/source/ui/slideshow.po (renamed from translations/source/uk/sd/source/ui/slideshow.po)0
-rw-r--r--source/uk/sd/source/ui/table.po (renamed from translations/source/uk/sd/source/ui/table.po)0
-rw-r--r--source/uk/sd/source/ui/view.po (renamed from translations/source/uk/sd/source/ui/view.po)0
-rw-r--r--source/uk/sdext/source/minimizer.po (renamed from translations/source/uk/sdext/source/minimizer.po)0
-rw-r--r--source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/uk/sdext/source/pdfimport.po (renamed from translations/source/uk/sdext/source/pdfimport.po)0
-rw-r--r--source/uk/sdext/source/presenter.po (renamed from translations/source/uk/sdext/source/presenter.po)0
-rw-r--r--source/uk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/uk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/uk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/uk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/uk/setup_native/source/mac.po (renamed from translations/source/uk/setup_native/source/mac.po)0
-rw-r--r--source/uk/sfx2/source/appl.po (renamed from translations/source/uk/sfx2/source/appl.po)0
-rw-r--r--source/uk/sfx2/source/bastyp.po (renamed from translations/source/uk/sfx2/source/bastyp.po)0
-rw-r--r--source/uk/sfx2/source/dialog.po (renamed from translations/source/uk/sfx2/source/dialog.po)0
-rw-r--r--source/uk/sfx2/source/doc.po (renamed from translations/source/uk/sfx2/source/doc.po)0
-rw-r--r--source/uk/sfx2/source/menu.po (renamed from translations/source/uk/sfx2/source/menu.po)0
-rw-r--r--source/uk/sfx2/source/view.po (renamed from translations/source/uk/sfx2/source/view.po)0
-rw-r--r--source/uk/shell/source/win32/shlxthandler/res.po (renamed from translations/source/uk/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/uk/starmath/source.po (renamed from translations/source/uk/starmath/source.po)0
-rw-r--r--source/uk/svl/source/items.po (renamed from translations/source/uk/svl/source/items.po)0
-rw-r--r--source/uk/svl/source/misc.po (renamed from translations/source/uk/svl/source/misc.po)0
-rw-r--r--source/uk/svtools/source/contnr.po (renamed from translations/source/uk/svtools/source/contnr.po)0
-rw-r--r--source/uk/svtools/source/control.po (renamed from translations/source/uk/svtools/source/control.po)0
-rw-r--r--source/uk/svtools/source/dialogs.po (renamed from translations/source/uk/svtools/source/dialogs.po)0
-rw-r--r--source/uk/svtools/source/filter.po (renamed from translations/source/uk/svtools/source/filter.po)0
-rw-r--r--source/uk/svtools/source/java.po (renamed from translations/source/uk/svtools/source/java.po)0
-rw-r--r--source/uk/svtools/source/misc.po (renamed from translations/source/uk/svtools/source/misc.po)0
-rw-r--r--source/uk/svtools/source/toolpanel.po (renamed from translations/source/uk/svtools/source/toolpanel.po)0
-rw-r--r--source/uk/svtools/workben/unodialog.po (renamed from translations/source/uk/svtools/workben/unodialog.po)0
-rw-r--r--source/uk/svx/inc.po (renamed from translations/source/uk/svx/inc.po)0
-rw-r--r--source/uk/svx/source/accessibility.po (renamed from translations/source/uk/svx/source/accessibility.po)0
-rw-r--r--source/uk/svx/source/dialog.po (renamed from translations/source/uk/svx/source/dialog.po)0
-rw-r--r--source/uk/svx/source/engine3d.po (renamed from translations/source/uk/svx/source/engine3d.po)0
-rw-r--r--source/uk/svx/source/fmcomp.po (renamed from translations/source/uk/svx/source/fmcomp.po)0
-rw-r--r--source/uk/svx/source/form.po (renamed from translations/source/uk/svx/source/form.po)0
-rw-r--r--source/uk/svx/source/gallery2.po (renamed from translations/source/uk/svx/source/gallery2.po)0
-rw-r--r--source/uk/svx/source/items.po (renamed from translations/source/uk/svx/source/items.po)0
-rw-r--r--source/uk/svx/source/src.po (renamed from translations/source/uk/svx/source/src.po)0
-rw-r--r--source/uk/svx/source/stbctrls.po (renamed from translations/source/uk/svx/source/stbctrls.po)0
-rw-r--r--source/uk/svx/source/svdraw.po (renamed from translations/source/uk/svx/source/svdraw.po)0
-rw-r--r--source/uk/svx/source/table.po (renamed from translations/source/uk/svx/source/table.po)0
-rw-r--r--source/uk/svx/source/tbxctrls.po (renamed from translations/source/uk/svx/source/tbxctrls.po)0
-rw-r--r--source/uk/svx/source/toolbars.po (renamed from translations/source/uk/svx/source/toolbars.po)0
-rw-r--r--source/uk/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/uk/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/uk/sw/source/core/layout.po (renamed from translations/source/uk/sw/source/core/layout.po)0
-rw-r--r--source/uk/sw/source/core/undo.po (renamed from translations/source/uk/sw/source/core/undo.po)0
-rw-r--r--source/uk/sw/source/core/unocore.po (renamed from translations/source/uk/sw/source/core/unocore.po)0
-rw-r--r--source/uk/sw/source/ui/app.po (renamed from translations/source/uk/sw/source/ui/app.po)0
-rw-r--r--source/uk/sw/source/ui/chrdlg.po (renamed from translations/source/uk/sw/source/ui/chrdlg.po)0
-rw-r--r--source/uk/sw/source/ui/config.po (renamed from translations/source/uk/sw/source/ui/config.po)0
-rw-r--r--source/uk/sw/source/ui/dbui.po (renamed from translations/source/uk/sw/source/ui/dbui.po)0
-rw-r--r--source/uk/sw/source/ui/dialog.po (renamed from translations/source/uk/sw/source/ui/dialog.po)0
-rw-r--r--source/uk/sw/source/ui/dochdl.po (renamed from translations/source/uk/sw/source/ui/dochdl.po)0
-rw-r--r--source/uk/sw/source/ui/docvw.po (renamed from translations/source/uk/sw/source/ui/docvw.po)0
-rw-r--r--source/uk/sw/source/ui/envelp.po (renamed from translations/source/uk/sw/source/ui/envelp.po)0
-rw-r--r--source/uk/sw/source/ui/fldui.po (renamed from translations/source/uk/sw/source/ui/fldui.po)0
-rw-r--r--source/uk/sw/source/ui/fmtui.po (renamed from translations/source/uk/sw/source/ui/fmtui.po)0
-rw-r--r--source/uk/sw/source/ui/frmdlg.po (renamed from translations/source/uk/sw/source/ui/frmdlg.po)0
-rw-r--r--source/uk/sw/source/ui/globdoc.po (renamed from translations/source/uk/sw/source/ui/globdoc.po)0
-rw-r--r--source/uk/sw/source/ui/index.po (renamed from translations/source/uk/sw/source/ui/index.po)0
-rw-r--r--source/uk/sw/source/ui/lingu.po (renamed from translations/source/uk/sw/source/ui/lingu.po)0
-rw-r--r--source/uk/sw/source/ui/misc.po (renamed from translations/source/uk/sw/source/ui/misc.po)0
-rw-r--r--source/uk/sw/source/ui/ribbar.po (renamed from translations/source/uk/sw/source/ui/ribbar.po)0
-rw-r--r--source/uk/sw/source/ui/shells.po (renamed from translations/source/uk/sw/source/ui/shells.po)0
-rw-r--r--source/uk/sw/source/ui/smartmenu.po (renamed from translations/source/uk/sw/source/ui/smartmenu.po)0
-rw-r--r--source/uk/sw/source/ui/table.po (renamed from translations/source/uk/sw/source/ui/table.po)0
-rw-r--r--source/uk/sw/source/ui/uiview.po (renamed from translations/source/uk/sw/source/ui/uiview.po)0
-rw-r--r--source/uk/sw/source/ui/utlui.po (renamed from translations/source/uk/sw/source/ui/utlui.po)0
-rw-r--r--source/uk/sw/source/ui/web.po (renamed from translations/source/uk/sw/source/ui/web.po)0
-rw-r--r--source/uk/sw/source/ui/wrtsh.po (renamed from translations/source/uk/sw/source/ui/wrtsh.po)0
-rw-r--r--source/uk/swext/mediawiki/help.po (renamed from translations/source/uk/swext/mediawiki/help.po)0
-rw-r--r--source/uk/swext/mediawiki/src.po (renamed from translations/source/uk/swext/mediawiki/src.po)0
-rw-r--r--source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/uk/sysui/desktop/share.po (renamed from translations/source/uk/sysui/desktop/share.po)0
-rw-r--r--source/uk/uui/source.po (renamed from translations/source/uk/uui/source.po)0
-rw-r--r--source/uk/vcl/source/src.po (renamed from translations/source/uk/vcl/source/src.po)0
-rw-r--r--source/uk/wizards/source/euro.po (renamed from translations/source/uk/wizards/source/euro.po)0
-rw-r--r--source/uk/wizards/source/formwizard.po (renamed from translations/source/uk/wizards/source/formwizard.po)0
-rw-r--r--source/uk/wizards/source/importwizard.po (renamed from translations/source/uk/wizards/source/importwizard.po)0
-rw-r--r--source/uk/wizards/source/schedule.po (renamed from translations/source/uk/wizards/source/schedule.po)0
-rw-r--r--source/uk/wizards/source/template.po (renamed from translations/source/uk/wizards/source/template.po)0
-rw-r--r--source/uk/xmlsecurity/source/component.po (renamed from translations/source/uk/xmlsecurity/source/component.po)0
-rw-r--r--source/uk/xmlsecurity/source/dialogs.po (renamed from translations/source/uk/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/uz/accessibility/source/helper.po (renamed from translations/source/uz/accessibility/source/helper.po)0
-rw-r--r--source/uz/avmedia/source/framework.po (renamed from translations/source/uz/avmedia/source/framework.po)0
-rw-r--r--source/uz/avmedia/source/viewer.po (renamed from translations/source/uz/avmedia/source/viewer.po)0
-rw-r--r--source/uz/basctl/source/basicide.po (renamed from translations/source/uz/basctl/source/basicide.po)0
-rw-r--r--source/uz/basctl/source/dlged.po (renamed from translations/source/uz/basctl/source/dlged.po)0
-rw-r--r--source/uz/basic/source/classes.po (renamed from translations/source/uz/basic/source/classes.po)0
-rw-r--r--source/uz/basic/source/sbx.po (renamed from translations/source/uz/basic/source/sbx.po)0
-rw-r--r--source/uz/chart2/source/controller/dialogs.po (renamed from translations/source/uz/chart2/source/controller/dialogs.po)0
-rw-r--r--source/uz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/uz/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/uz/connectivity/source/resource.po (renamed from translations/source/uz/connectivity/source/resource.po)0
-rw-r--r--source/uz/cui/source/customize.po (renamed from translations/source/uz/cui/source/customize.po)0
-rw-r--r--source/uz/cui/source/dialogs.po (renamed from translations/source/uz/cui/source/dialogs.po)0
-rw-r--r--source/uz/cui/source/options.po (renamed from translations/source/uz/cui/source/options.po)0
-rw-r--r--source/uz/cui/source/tabpages.po (renamed from translations/source/uz/cui/source/tabpages.po)0
-rw-r--r--source/uz/dbaccess/source/core/resource.po (renamed from translations/source/uz/dbaccess/source/core/resource.po)0
-rw-r--r--source/uz/dbaccess/source/ext/macromigration.po (renamed from translations/source/uz/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/uz/dbaccess/source/sdbtools/resource.po (renamed from translations/source/uz/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/uz/dbaccess/source/ui/app.po (renamed from translations/source/uz/dbaccess/source/ui/app.po)0
-rw-r--r--source/uz/dbaccess/source/ui/browser.po (renamed from translations/source/uz/dbaccess/source/ui/browser.po)0
-rw-r--r--source/uz/dbaccess/source/ui/control.po (renamed from translations/source/uz/dbaccess/source/ui/control.po)0
-rw-r--r--source/uz/dbaccess/source/ui/dlg.po (renamed from translations/source/uz/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/uz/dbaccess/source/ui/inc.po (renamed from translations/source/uz/dbaccess/source/ui/inc.po)0
-rw-r--r--source/uz/dbaccess/source/ui/misc.po (renamed from translations/source/uz/dbaccess/source/ui/misc.po)0
-rw-r--r--source/uz/dbaccess/source/ui/querydesign.po (renamed from translations/source/uz/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/uz/dbaccess/source/ui/relationdesign.po (renamed from translations/source/uz/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/uz/dbaccess/source/ui/tabledesign.po (renamed from translations/source/uz/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/uz/dbaccess/source/ui/uno.po (renamed from translations/source/uz/dbaccess/source/ui/uno.po)0
-rw-r--r--source/uz/desktop/source/app.po (renamed from translations/source/uz/desktop/source/app.po)0
-rw-r--r--source/uz/desktop/source/deployment/gui.po (renamed from translations/source/uz/desktop/source/deployment/gui.po)0
-rw-r--r--source/uz/desktop/source/deployment/manager.po (renamed from translations/source/uz/desktop/source/deployment/manager.po)0
-rw-r--r--source/uz/desktop/source/deployment/misc.po (renamed from translations/source/uz/desktop/source/deployment/misc.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry.po (renamed from translations/source/uz/desktop/source/deployment/registry.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/component.po (renamed from translations/source/uz/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/configuration.po (renamed from translations/source/uz/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/help.po (renamed from translations/source/uz/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/package.po (renamed from translations/source/uz/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/script.po (renamed from translations/source/uz/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/uz/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/uz/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/uz/desktop/source/deployment/unopkg.po (renamed from translations/source/uz/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/uz/dictionaries/af_ZA.po (renamed from translations/source/uz/dictionaries/af_ZA.po)0
-rw-r--r--source/uz/dictionaries/an_ES.po (renamed from translations/source/uz/dictionaries/an_ES.po)0
-rw-r--r--source/uz/dictionaries/ar.po (renamed from translations/source/uz/dictionaries/ar.po)0
-rw-r--r--source/uz/dictionaries/be_BY.po (renamed from translations/source/uz/dictionaries/be_BY.po)0
-rw-r--r--source/uz/dictionaries/bg_BG.po (renamed from translations/source/uz/dictionaries/bg_BG.po)0
-rw-r--r--source/uz/dictionaries/bn_BD.po (renamed from translations/source/uz/dictionaries/bn_BD.po)0
-rw-r--r--source/uz/dictionaries/br_FR.po (renamed from translations/source/uz/dictionaries/br_FR.po)0
-rw-r--r--source/uz/dictionaries/ca.po (renamed from translations/source/uz/dictionaries/ca.po)0
-rw-r--r--source/uz/dictionaries/cs_CZ.po (renamed from translations/source/uz/dictionaries/cs_CZ.po)0
-rw-r--r--source/uz/dictionaries/da_DK.po (renamed from translations/source/uz/dictionaries/da_DK.po)0
-rw-r--r--source/uz/dictionaries/de.po (renamed from translations/source/uz/dictionaries/de.po)0
-rw-r--r--source/uz/dictionaries/el_GR.po (renamed from translations/source/uz/dictionaries/el_GR.po)0
-rw-r--r--source/uz/dictionaries/en.po (renamed from translations/source/uz/dictionaries/en.po)0
-rw-r--r--source/uz/dictionaries/en/dialog.po (renamed from translations/source/uz/dictionaries/en/dialog.po)0
-rw-r--r--source/uz/dictionaries/es_ES.po (renamed from translations/source/uz/dictionaries/es_ES.po)0
-rw-r--r--source/uz/dictionaries/et_EE.po (renamed from translations/source/uz/dictionaries/et_EE.po)0
-rw-r--r--source/uz/dictionaries/fr_FR.po (renamed from translations/source/uz/dictionaries/fr_FR.po)0
-rw-r--r--source/uz/dictionaries/gd_GB.po (renamed from translations/source/uz/dictionaries/gd_GB.po)0
-rw-r--r--source/uz/dictionaries/gl.po (renamed from translations/source/uz/dictionaries/gl.po)0
-rw-r--r--source/uz/dictionaries/gu_IN.po (renamed from translations/source/uz/dictionaries/gu_IN.po)0
-rw-r--r--source/uz/dictionaries/he_IL.po (renamed from translations/source/uz/dictionaries/he_IL.po)0
-rw-r--r--source/uz/dictionaries/hi_IN.po (renamed from translations/source/uz/dictionaries/hi_IN.po)0
-rw-r--r--source/uz/dictionaries/hr_HR.po (renamed from translations/source/uz/dictionaries/hr_HR.po)0
-rw-r--r--source/uz/dictionaries/hu_HU.po (renamed from translations/source/uz/dictionaries/hu_HU.po)0
-rw-r--r--source/uz/dictionaries/hu_HU/dialog.po (renamed from translations/source/uz/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/uz/dictionaries/it_IT.po (renamed from translations/source/uz/dictionaries/it_IT.po)0
-rw-r--r--source/uz/dictionaries/ku_TR.po (renamed from translations/source/uz/dictionaries/ku_TR.po)0
-rw-r--r--source/uz/dictionaries/lt_LT.po (renamed from translations/source/uz/dictionaries/lt_LT.po)0
-rw-r--r--source/uz/dictionaries/lv_LV.po (renamed from translations/source/uz/dictionaries/lv_LV.po)0
-rw-r--r--source/uz/dictionaries/ne_NP.po (renamed from translations/source/uz/dictionaries/ne_NP.po)0
-rw-r--r--source/uz/dictionaries/nl_NL.po (renamed from translations/source/uz/dictionaries/nl_NL.po)0
-rw-r--r--source/uz/dictionaries/no.po (renamed from translations/source/uz/dictionaries/no.po)0
-rw-r--r--source/uz/dictionaries/oc_FR.po (renamed from translations/source/uz/dictionaries/oc_FR.po)0
-rw-r--r--source/uz/dictionaries/pl_PL.po (renamed from translations/source/uz/dictionaries/pl_PL.po)0
-rw-r--r--source/uz/dictionaries/pt_BR.po (renamed from translations/source/uz/dictionaries/pt_BR.po)0
-rw-r--r--source/uz/dictionaries/pt_PT.po (renamed from translations/source/uz/dictionaries/pt_PT.po)0
-rw-r--r--source/uz/dictionaries/ro.po (renamed from translations/source/uz/dictionaries/ro.po)0
-rw-r--r--source/uz/dictionaries/ru_RU.po (renamed from translations/source/uz/dictionaries/ru_RU.po)0
-rw-r--r--source/uz/dictionaries/ru_RU/dialog.po (renamed from translations/source/uz/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/uz/dictionaries/si_LK.po (renamed from translations/source/uz/dictionaries/si_LK.po)0
-rw-r--r--source/uz/dictionaries/sk_SK.po (renamed from translations/source/uz/dictionaries/sk_SK.po)0
-rw-r--r--source/uz/dictionaries/sl_SI.po (renamed from translations/source/uz/dictionaries/sl_SI.po)0
-rw-r--r--source/uz/dictionaries/sr.po (renamed from translations/source/uz/dictionaries/sr.po)0
-rw-r--r--source/uz/dictionaries/sv_SE.po (renamed from translations/source/uz/dictionaries/sv_SE.po)0
-rw-r--r--source/uz/dictionaries/sw_TZ.po (renamed from translations/source/uz/dictionaries/sw_TZ.po)0
-rw-r--r--source/uz/dictionaries/te_IN.po (renamed from translations/source/uz/dictionaries/te_IN.po)0
-rw-r--r--source/uz/dictionaries/th_TH.po (renamed from translations/source/uz/dictionaries/th_TH.po)0
-rw-r--r--source/uz/dictionaries/uk_UA.po (renamed from translations/source/uz/dictionaries/uk_UA.po)0
-rw-r--r--source/uz/dictionaries/vi.po (renamed from translations/source/uz/dictionaries/vi.po)0
-rw-r--r--source/uz/dictionaries/zu_ZA.po (renamed from translations/source/uz/dictionaries/zu_ZA.po)0
-rw-r--r--source/uz/editeng/source/accessibility.po (renamed from translations/source/uz/editeng/source/accessibility.po)0
-rw-r--r--source/uz/editeng/source/editeng.po (renamed from translations/source/uz/editeng/source/editeng.po)0
-rw-r--r--source/uz/editeng/source/items.po (renamed from translations/source/uz/editeng/source/items.po)0
-rw-r--r--source/uz/editeng/source/misc.po (renamed from translations/source/uz/editeng/source/misc.po)0
-rw-r--r--source/uz/editeng/source/outliner.po (renamed from translations/source/uz/editeng/source/outliner.po)0
-rw-r--r--source/uz/extensions/source/abpilot.po (renamed from translations/source/uz/extensions/source/abpilot.po)0
-rw-r--r--source/uz/extensions/source/bibliography.po (renamed from translations/source/uz/extensions/source/bibliography.po)0
-rw-r--r--source/uz/extensions/source/dbpilots.po (renamed from translations/source/uz/extensions/source/dbpilots.po)0
-rw-r--r--source/uz/extensions/source/propctrlr.po (renamed from translations/source/uz/extensions/source/propctrlr.po)0
-rw-r--r--source/uz/extensions/source/scanner.po (renamed from translations/source/uz/extensions/source/scanner.po)0
-rw-r--r--source/uz/extensions/source/update/check.po (renamed from translations/source/uz/extensions/source/update/check.po)0
-rw-r--r--source/uz/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/uz/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/uz/filter/source/config/fragments/filters.po (renamed from translations/source/uz/filter/source/config/fragments/filters.po)0
-rw-r--r--source/uz/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/uz/filter/source/config/fragments/types.po (renamed from translations/source/uz/filter/source/config/fragments/types.po)0
-rw-r--r--source/uz/filter/source/flash.po (renamed from translations/source/uz/filter/source/flash.po)0
-rw-r--r--source/uz/filter/source/graphicfilter/eps.po (renamed from translations/source/uz/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/uz/filter/source/pdf.po (renamed from translations/source/uz/filter/source/pdf.po)0
-rw-r--r--source/uz/filter/source/t602.po (renamed from translations/source/uz/filter/source/t602.po)0
-rw-r--r--source/uz/filter/source/xsltdialog.po (renamed from translations/source/uz/filter/source/xsltdialog.po)0
-rw-r--r--source/uz/forms/source/resource.po (renamed from translations/source/uz/forms/source/resource.po)0
-rw-r--r--source/uz/formula/source/core/resource.po (renamed from translations/source/uz/formula/source/core/resource.po)0
-rw-r--r--source/uz/formula/source/ui/dlg.po (renamed from translations/source/uz/formula/source/ui/dlg.po)0
-rw-r--r--source/uz/fpicker/source/office.po (renamed from translations/source/uz/fpicker/source/office.po)0
-rw-r--r--source/uz/framework/source/classes.po (renamed from translations/source/uz/framework/source/classes.po)0
-rw-r--r--source/uz/framework/source/services.po (renamed from translations/source/uz/framework/source/services.po)0
-rw-r--r--source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/uz/mysqlc/source.po (renamed from translations/source/uz/mysqlc/source.po)0
-rw-r--r--source/uz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/uz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/uz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/uz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/uz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/uz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/uz/nlpsolver/src/locale.po (renamed from translations/source/uz/nlpsolver/src/locale.po)0
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/uz/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/uz/padmin/source.po (renamed from translations/source/uz/padmin/source.po)0
-rw-r--r--source/uz/readlicense_oo/docs/readme.po (renamed from translations/source/uz/readlicense_oo/docs/readme.po)0
-rw-r--r--source/uz/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/uz/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/uz/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/uz/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uz/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/uz/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/uz/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/uz/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/uz/reportbuilder/util.po (renamed from translations/source/uz/reportbuilder/util.po)0
-rw-r--r--source/uz/reportdesign/source/core/resource.po (renamed from translations/source/uz/reportdesign/source/core/resource.po)0
-rw-r--r--source/uz/reportdesign/source/ui/dlg.po (renamed from translations/source/uz/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/uz/reportdesign/source/ui/inspection.po (renamed from translations/source/uz/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/uz/reportdesign/source/ui/report.po (renamed from translations/source/uz/reportdesign/source/ui/report.po)0
-rw-r--r--source/uz/sc/source/core/src.po (renamed from translations/source/uz/sc/source/core/src.po)0
-rw-r--r--source/uz/sc/source/ui/cctrl.po (renamed from translations/source/uz/sc/source/ui/cctrl.po)0
-rw-r--r--source/uz/sc/source/ui/dbgui.po (renamed from translations/source/uz/sc/source/ui/dbgui.po)0
-rw-r--r--source/uz/sc/source/ui/docshell.po (renamed from translations/source/uz/sc/source/ui/docshell.po)0
-rw-r--r--source/uz/sc/source/ui/drawfunc.po (renamed from translations/source/uz/sc/source/ui/drawfunc.po)0
-rw-r--r--source/uz/sc/source/ui/formdlg.po (renamed from translations/source/uz/sc/source/ui/formdlg.po)0
-rw-r--r--source/uz/sc/source/ui/miscdlgs.po (renamed from translations/source/uz/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/uz/sc/source/ui/navipi.po (renamed from translations/source/uz/sc/source/ui/navipi.po)0
-rw-r--r--source/uz/sc/source/ui/optdlg.po (renamed from translations/source/uz/sc/source/ui/optdlg.po)0
-rw-r--r--source/uz/sc/source/ui/pagedlg.po (renamed from translations/source/uz/sc/source/ui/pagedlg.po)0
-rw-r--r--source/uz/sc/source/ui/src.po (renamed from translations/source/uz/sc/source/ui/src.po)0
-rw-r--r--source/uz/sc/source/ui/styleui.po (renamed from translations/source/uz/sc/source/ui/styleui.po)0
-rw-r--r--source/uz/scaddins/source/analysis.po (renamed from translations/source/uz/scaddins/source/analysis.po)0
-rw-r--r--source/uz/scaddins/source/datefunc.po (renamed from translations/source/uz/scaddins/source/datefunc.po)0
-rw-r--r--source/uz/sccomp/source/solver.po (renamed from translations/source/uz/sccomp/source/solver.po)0
-rw-r--r--source/uz/scp2/source/accessories.po (renamed from translations/source/uz/scp2/source/accessories.po)0
-rw-r--r--source/uz/scp2/source/activex.po (renamed from translations/source/uz/scp2/source/activex.po)0
-rw-r--r--source/uz/scp2/source/base.po (renamed from translations/source/uz/scp2/source/base.po)0
-rw-r--r--source/uz/scp2/source/binfilter.po (renamed from translations/source/uz/scp2/source/binfilter.po)0
-rw-r--r--source/uz/scp2/source/calc.po (renamed from translations/source/uz/scp2/source/calc.po)0
-rw-r--r--source/uz/scp2/source/draw.po (renamed from translations/source/uz/scp2/source/draw.po)0
-rw-r--r--source/uz/scp2/source/extensions.po (renamed from translations/source/uz/scp2/source/extensions.po)0
-rw-r--r--source/uz/scp2/source/gnome.po (renamed from translations/source/uz/scp2/source/gnome.po)0
-rw-r--r--source/uz/scp2/source/graphicfilter.po (renamed from translations/source/uz/scp2/source/graphicfilter.po)0
-rw-r--r--source/uz/scp2/source/impress.po (renamed from translations/source/uz/scp2/source/impress.po)0
-rw-r--r--source/uz/scp2/source/javafilter.po (renamed from translations/source/uz/scp2/source/javafilter.po)0
-rw-r--r--source/uz/scp2/source/kde.po (renamed from translations/source/uz/scp2/source/kde.po)0
-rw-r--r--source/uz/scp2/source/math.po (renamed from translations/source/uz/scp2/source/math.po)0
-rw-r--r--source/uz/scp2/source/onlineupdate.po (renamed from translations/source/uz/scp2/source/onlineupdate.po)0
-rw-r--r--source/uz/scp2/source/ooo.po (renamed from translations/source/uz/scp2/source/ooo.po)0
-rw-r--r--source/uz/scp2/source/python.po (renamed from translations/source/uz/scp2/source/python.po)0
-rw-r--r--source/uz/scp2/source/quickstart.po (renamed from translations/source/uz/scp2/source/quickstart.po)0
-rw-r--r--source/uz/scp2/source/sdkoo.po (renamed from translations/source/uz/scp2/source/sdkoo.po)0
-rw-r--r--source/uz/scp2/source/smoketest.po (renamed from translations/source/uz/scp2/source/smoketest.po)0
-rw-r--r--source/uz/scp2/source/stdlibs.po (renamed from translations/source/uz/scp2/source/stdlibs.po)0
-rw-r--r--source/uz/scp2/source/tde.po (renamed from translations/source/uz/scp2/source/tde.po)0
-rw-r--r--source/uz/scp2/source/winexplorerext.po (renamed from translations/source/uz/scp2/source/winexplorerext.po)0
-rw-r--r--source/uz/scp2/source/writer.po (renamed from translations/source/uz/scp2/source/writer.po)0
-rw-r--r--source/uz/scp2/source/xsltfilter.po (renamed from translations/source/uz/scp2/source/xsltfilter.po)0
-rw-r--r--source/uz/scripting/source/pyprov.po (renamed from translations/source/uz/scripting/source/pyprov.po)0
-rw-r--r--source/uz/sd/source/core.po (renamed from translations/source/uz/sd/source/core.po)0
-rw-r--r--source/uz/sd/source/filter/html.po (renamed from translations/source/uz/sd/source/filter/html.po)0
-rw-r--r--source/uz/sd/source/ui/accessibility.po (renamed from translations/source/uz/sd/source/ui/accessibility.po)0
-rw-r--r--source/uz/sd/source/ui/animations.po (renamed from translations/source/uz/sd/source/ui/animations.po)0
-rw-r--r--source/uz/sd/source/ui/annotations.po (renamed from translations/source/uz/sd/source/ui/annotations.po)0
-rw-r--r--source/uz/sd/source/ui/app.po (renamed from translations/source/uz/sd/source/ui/app.po)0
-rw-r--r--source/uz/sd/source/ui/dlg.po (renamed from translations/source/uz/sd/source/ui/dlg.po)0
-rw-r--r--source/uz/sd/source/ui/slideshow.po (renamed from translations/source/uz/sd/source/ui/slideshow.po)0
-rw-r--r--source/uz/sd/source/ui/table.po (renamed from translations/source/uz/sd/source/ui/table.po)0
-rw-r--r--source/uz/sd/source/ui/view.po (renamed from translations/source/uz/sd/source/ui/view.po)0
-rw-r--r--source/uz/sdext/source/minimizer.po (renamed from translations/source/uz/sdext/source/minimizer.po)0
-rw-r--r--source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/uz/sdext/source/pdfimport.po (renamed from translations/source/uz/sdext/source/pdfimport.po)0
-rw-r--r--source/uz/sdext/source/presenter.po (renamed from translations/source/uz/sdext/source/presenter.po)0
-rw-r--r--source/uz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/uz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/uz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/uz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/uz/setup_native/source/mac.po (renamed from translations/source/uz/setup_native/source/mac.po)0
-rw-r--r--source/uz/sfx2/source/appl.po (renamed from translations/source/uz/sfx2/source/appl.po)0
-rw-r--r--source/uz/sfx2/source/bastyp.po (renamed from translations/source/uz/sfx2/source/bastyp.po)0
-rw-r--r--source/uz/sfx2/source/dialog.po (renamed from translations/source/uz/sfx2/source/dialog.po)0
-rw-r--r--source/uz/sfx2/source/doc.po (renamed from translations/source/uz/sfx2/source/doc.po)0
-rw-r--r--source/uz/sfx2/source/menu.po (renamed from translations/source/uz/sfx2/source/menu.po)0
-rw-r--r--source/uz/sfx2/source/view.po (renamed from translations/source/uz/sfx2/source/view.po)0
-rw-r--r--source/uz/shell/source/win32/shlxthandler/res.po (renamed from translations/source/uz/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/uz/starmath/source.po (renamed from translations/source/uz/starmath/source.po)0
-rw-r--r--source/uz/svl/source/items.po (renamed from translations/source/uz/svl/source/items.po)0
-rw-r--r--source/uz/svl/source/misc.po (renamed from translations/source/uz/svl/source/misc.po)0
-rw-r--r--source/uz/svtools/source/contnr.po (renamed from translations/source/uz/svtools/source/contnr.po)0
-rw-r--r--source/uz/svtools/source/control.po (renamed from translations/source/uz/svtools/source/control.po)0
-rw-r--r--source/uz/svtools/source/dialogs.po (renamed from translations/source/uz/svtools/source/dialogs.po)0
-rw-r--r--source/uz/svtools/source/filter.po (renamed from translations/source/uz/svtools/source/filter.po)0
-rw-r--r--source/uz/svtools/source/java.po (renamed from translations/source/uz/svtools/source/java.po)0
-rw-r--r--source/uz/svtools/source/misc.po (renamed from translations/source/uz/svtools/source/misc.po)0
-rw-r--r--source/uz/svtools/source/toolpanel.po (renamed from translations/source/uz/svtools/source/toolpanel.po)0
-rw-r--r--source/uz/svtools/workben/unodialog.po (renamed from translations/source/uz/svtools/workben/unodialog.po)0
-rw-r--r--source/uz/svx/inc.po (renamed from translations/source/uz/svx/inc.po)0
-rw-r--r--source/uz/svx/source/accessibility.po (renamed from translations/source/uz/svx/source/accessibility.po)0
-rw-r--r--source/uz/svx/source/dialog.po (renamed from translations/source/uz/svx/source/dialog.po)0
-rw-r--r--source/uz/svx/source/engine3d.po (renamed from translations/source/uz/svx/source/engine3d.po)0
-rw-r--r--source/uz/svx/source/fmcomp.po (renamed from translations/source/uz/svx/source/fmcomp.po)0
-rw-r--r--source/uz/svx/source/form.po (renamed from translations/source/uz/svx/source/form.po)0
-rw-r--r--source/uz/svx/source/gallery2.po (renamed from translations/source/uz/svx/source/gallery2.po)0
-rw-r--r--source/uz/svx/source/items.po (renamed from translations/source/uz/svx/source/items.po)0
-rw-r--r--source/uz/svx/source/src.po (renamed from translations/source/uz/svx/source/src.po)0
-rw-r--r--source/uz/svx/source/stbctrls.po (renamed from translations/source/uz/svx/source/stbctrls.po)0
-rw-r--r--source/uz/svx/source/svdraw.po (renamed from translations/source/uz/svx/source/svdraw.po)0
-rw-r--r--source/uz/svx/source/table.po (renamed from translations/source/uz/svx/source/table.po)0
-rw-r--r--source/uz/svx/source/tbxctrls.po (renamed from translations/source/uz/svx/source/tbxctrls.po)0
-rw-r--r--source/uz/svx/source/toolbars.po (renamed from translations/source/uz/svx/source/toolbars.po)0
-rw-r--r--source/uz/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/uz/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/uz/sw/source/core/layout.po (renamed from translations/source/uz/sw/source/core/layout.po)0
-rw-r--r--source/uz/sw/source/core/undo.po (renamed from translations/source/uz/sw/source/core/undo.po)0
-rw-r--r--source/uz/sw/source/core/unocore.po (renamed from translations/source/uz/sw/source/core/unocore.po)0
-rw-r--r--source/uz/sw/source/ui/app.po (renamed from translations/source/uz/sw/source/ui/app.po)0
-rw-r--r--source/uz/sw/source/ui/chrdlg.po (renamed from translations/source/uz/sw/source/ui/chrdlg.po)0
-rw-r--r--source/uz/sw/source/ui/config.po (renamed from translations/source/uz/sw/source/ui/config.po)0
-rw-r--r--source/uz/sw/source/ui/dbui.po (renamed from translations/source/uz/sw/source/ui/dbui.po)0
-rw-r--r--source/uz/sw/source/ui/dialog.po (renamed from translations/source/uz/sw/source/ui/dialog.po)0
-rw-r--r--source/uz/sw/source/ui/dochdl.po (renamed from translations/source/uz/sw/source/ui/dochdl.po)0
-rw-r--r--source/uz/sw/source/ui/docvw.po (renamed from translations/source/uz/sw/source/ui/docvw.po)0
-rw-r--r--source/uz/sw/source/ui/envelp.po (renamed from translations/source/uz/sw/source/ui/envelp.po)0
-rw-r--r--source/uz/sw/source/ui/fldui.po (renamed from translations/source/uz/sw/source/ui/fldui.po)0
-rw-r--r--source/uz/sw/source/ui/fmtui.po (renamed from translations/source/uz/sw/source/ui/fmtui.po)0
-rw-r--r--source/uz/sw/source/ui/frmdlg.po (renamed from translations/source/uz/sw/source/ui/frmdlg.po)0
-rw-r--r--source/uz/sw/source/ui/globdoc.po (renamed from translations/source/uz/sw/source/ui/globdoc.po)0
-rw-r--r--source/uz/sw/source/ui/index.po (renamed from translations/source/uz/sw/source/ui/index.po)0
-rw-r--r--source/uz/sw/source/ui/lingu.po (renamed from translations/source/uz/sw/source/ui/lingu.po)0
-rw-r--r--source/uz/sw/source/ui/misc.po (renamed from translations/source/uz/sw/source/ui/misc.po)0
-rw-r--r--source/uz/sw/source/ui/ribbar.po (renamed from translations/source/uz/sw/source/ui/ribbar.po)0
-rw-r--r--source/uz/sw/source/ui/shells.po (renamed from translations/source/uz/sw/source/ui/shells.po)0
-rw-r--r--source/uz/sw/source/ui/smartmenu.po (renamed from translations/source/uz/sw/source/ui/smartmenu.po)0
-rw-r--r--source/uz/sw/source/ui/table.po (renamed from translations/source/uz/sw/source/ui/table.po)0
-rw-r--r--source/uz/sw/source/ui/uiview.po (renamed from translations/source/uz/sw/source/ui/uiview.po)0
-rw-r--r--source/uz/sw/source/ui/utlui.po (renamed from translations/source/uz/sw/source/ui/utlui.po)0
-rw-r--r--source/uz/sw/source/ui/web.po (renamed from translations/source/uz/sw/source/ui/web.po)0
-rw-r--r--source/uz/sw/source/ui/wrtsh.po (renamed from translations/source/uz/sw/source/ui/wrtsh.po)0
-rw-r--r--source/uz/swext/mediawiki/help.po (renamed from translations/source/uz/swext/mediawiki/help.po)0
-rw-r--r--source/uz/swext/mediawiki/src.po (renamed from translations/source/uz/swext/mediawiki/src.po)0
-rw-r--r--source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/uz/sysui/desktop/share.po (renamed from translations/source/uz/sysui/desktop/share.po)0
-rw-r--r--source/uz/uui/source.po (renamed from translations/source/uz/uui/source.po)0
-rw-r--r--source/uz/vcl/source/src.po (renamed from translations/source/uz/vcl/source/src.po)0
-rw-r--r--source/uz/wizards/source/euro.po (renamed from translations/source/uz/wizards/source/euro.po)0
-rw-r--r--source/uz/wizards/source/formwizard.po (renamed from translations/source/uz/wizards/source/formwizard.po)0
-rw-r--r--source/uz/wizards/source/importwizard.po (renamed from translations/source/uz/wizards/source/importwizard.po)0
-rw-r--r--source/uz/wizards/source/schedule.po (renamed from translations/source/uz/wizards/source/schedule.po)0
-rw-r--r--source/uz/wizards/source/template.po (renamed from translations/source/uz/wizards/source/template.po)0
-rw-r--r--source/uz/xmlsecurity/source/component.po (renamed from translations/source/uz/xmlsecurity/source/component.po)0
-rw-r--r--source/uz/xmlsecurity/source/dialogs.po (renamed from translations/source/uz/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/ve/accessibility/source/helper.po (renamed from translations/source/ve/accessibility/source/helper.po)0
-rw-r--r--source/ve/avmedia/source/framework.po (renamed from translations/source/ve/avmedia/source/framework.po)0
-rw-r--r--source/ve/avmedia/source/viewer.po (renamed from translations/source/ve/avmedia/source/viewer.po)0
-rw-r--r--source/ve/basctl/source/basicide.po (renamed from translations/source/ve/basctl/source/basicide.po)0
-rw-r--r--source/ve/basctl/source/dlged.po (renamed from translations/source/ve/basctl/source/dlged.po)0
-rw-r--r--source/ve/basic/source/classes.po (renamed from translations/source/ve/basic/source/classes.po)0
-rw-r--r--source/ve/basic/source/sbx.po (renamed from translations/source/ve/basic/source/sbx.po)0
-rw-r--r--source/ve/chart2/source/controller/dialogs.po (renamed from translations/source/ve/chart2/source/controller/dialogs.po)0
-rw-r--r--source/ve/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/ve/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/ve/connectivity/source/resource.po (renamed from translations/source/ve/connectivity/source/resource.po)0
-rw-r--r--source/ve/cui/source/customize.po (renamed from translations/source/ve/cui/source/customize.po)0
-rw-r--r--source/ve/cui/source/dialogs.po (renamed from translations/source/ve/cui/source/dialogs.po)0
-rw-r--r--source/ve/cui/source/options.po (renamed from translations/source/ve/cui/source/options.po)0
-rw-r--r--source/ve/cui/source/tabpages.po (renamed from translations/source/ve/cui/source/tabpages.po)0
-rw-r--r--source/ve/dbaccess/source/core/resource.po (renamed from translations/source/ve/dbaccess/source/core/resource.po)0
-rw-r--r--source/ve/dbaccess/source/ext/macromigration.po (renamed from translations/source/ve/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/ve/dbaccess/source/sdbtools/resource.po (renamed from translations/source/ve/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/ve/dbaccess/source/ui/app.po (renamed from translations/source/ve/dbaccess/source/ui/app.po)0
-rw-r--r--source/ve/dbaccess/source/ui/browser.po (renamed from translations/source/ve/dbaccess/source/ui/browser.po)0
-rw-r--r--source/ve/dbaccess/source/ui/control.po (renamed from translations/source/ve/dbaccess/source/ui/control.po)0
-rw-r--r--source/ve/dbaccess/source/ui/dlg.po (renamed from translations/source/ve/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/ve/dbaccess/source/ui/inc.po (renamed from translations/source/ve/dbaccess/source/ui/inc.po)0
-rw-r--r--source/ve/dbaccess/source/ui/misc.po (renamed from translations/source/ve/dbaccess/source/ui/misc.po)0
-rw-r--r--source/ve/dbaccess/source/ui/querydesign.po (renamed from translations/source/ve/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/ve/dbaccess/source/ui/relationdesign.po (renamed from translations/source/ve/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/ve/dbaccess/source/ui/tabledesign.po (renamed from translations/source/ve/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/ve/dbaccess/source/ui/uno.po (renamed from translations/source/ve/dbaccess/source/ui/uno.po)0
-rw-r--r--source/ve/desktop/source/app.po (renamed from translations/source/ve/desktop/source/app.po)0
-rw-r--r--source/ve/desktop/source/deployment/gui.po (renamed from translations/source/ve/desktop/source/deployment/gui.po)0
-rw-r--r--source/ve/desktop/source/deployment/manager.po (renamed from translations/source/ve/desktop/source/deployment/manager.po)0
-rw-r--r--source/ve/desktop/source/deployment/misc.po (renamed from translations/source/ve/desktop/source/deployment/misc.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry.po (renamed from translations/source/ve/desktop/source/deployment/registry.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/component.po (renamed from translations/source/ve/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/configuration.po (renamed from translations/source/ve/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/help.po (renamed from translations/source/ve/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/package.po (renamed from translations/source/ve/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/script.po (renamed from translations/source/ve/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/ve/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/ve/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/ve/desktop/source/deployment/unopkg.po (renamed from translations/source/ve/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/ve/dictionaries/af_ZA.po (renamed from translations/source/ve/dictionaries/af_ZA.po)0
-rw-r--r--source/ve/dictionaries/an_ES.po (renamed from translations/source/ve/dictionaries/an_ES.po)0
-rw-r--r--source/ve/dictionaries/ar.po (renamed from translations/source/ve/dictionaries/ar.po)0
-rw-r--r--source/ve/dictionaries/be_BY.po (renamed from translations/source/ve/dictionaries/be_BY.po)0
-rw-r--r--source/ve/dictionaries/bg_BG.po (renamed from translations/source/ve/dictionaries/bg_BG.po)0
-rw-r--r--source/ve/dictionaries/bn_BD.po (renamed from translations/source/ve/dictionaries/bn_BD.po)0
-rw-r--r--source/ve/dictionaries/br_FR.po (renamed from translations/source/ve/dictionaries/br_FR.po)0
-rw-r--r--source/ve/dictionaries/ca.po (renamed from translations/source/ve/dictionaries/ca.po)0
-rw-r--r--source/ve/dictionaries/cs_CZ.po (renamed from translations/source/ve/dictionaries/cs_CZ.po)0
-rw-r--r--source/ve/dictionaries/da_DK.po (renamed from translations/source/ve/dictionaries/da_DK.po)0
-rw-r--r--source/ve/dictionaries/de.po (renamed from translations/source/ve/dictionaries/de.po)0
-rw-r--r--source/ve/dictionaries/el_GR.po (renamed from translations/source/ve/dictionaries/el_GR.po)0
-rw-r--r--source/ve/dictionaries/en.po (renamed from translations/source/ve/dictionaries/en.po)0
-rw-r--r--source/ve/dictionaries/en/dialog.po (renamed from translations/source/ve/dictionaries/en/dialog.po)0
-rw-r--r--source/ve/dictionaries/es_ES.po (renamed from translations/source/ve/dictionaries/es_ES.po)0
-rw-r--r--source/ve/dictionaries/et_EE.po (renamed from translations/source/ve/dictionaries/et_EE.po)0
-rw-r--r--source/ve/dictionaries/fr_FR.po (renamed from translations/source/ve/dictionaries/fr_FR.po)0
-rw-r--r--source/ve/dictionaries/gd_GB.po (renamed from translations/source/ve/dictionaries/gd_GB.po)0
-rw-r--r--source/ve/dictionaries/gl.po (renamed from translations/source/ve/dictionaries/gl.po)0
-rw-r--r--source/ve/dictionaries/gu_IN.po (renamed from translations/source/ve/dictionaries/gu_IN.po)0
-rw-r--r--source/ve/dictionaries/he_IL.po (renamed from translations/source/ve/dictionaries/he_IL.po)0
-rw-r--r--source/ve/dictionaries/hi_IN.po (renamed from translations/source/ve/dictionaries/hi_IN.po)0
-rw-r--r--source/ve/dictionaries/hr_HR.po (renamed from translations/source/ve/dictionaries/hr_HR.po)0
-rw-r--r--source/ve/dictionaries/hu_HU.po (renamed from translations/source/ve/dictionaries/hu_HU.po)0
-rw-r--r--source/ve/dictionaries/hu_HU/dialog.po (renamed from translations/source/ve/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/ve/dictionaries/it_IT.po (renamed from translations/source/ve/dictionaries/it_IT.po)0
-rw-r--r--source/ve/dictionaries/ku_TR.po (renamed from translations/source/ve/dictionaries/ku_TR.po)0
-rw-r--r--source/ve/dictionaries/lt_LT.po (renamed from translations/source/ve/dictionaries/lt_LT.po)0
-rw-r--r--source/ve/dictionaries/lv_LV.po (renamed from translations/source/ve/dictionaries/lv_LV.po)0
-rw-r--r--source/ve/dictionaries/ne_NP.po (renamed from translations/source/ve/dictionaries/ne_NP.po)0
-rw-r--r--source/ve/dictionaries/nl_NL.po (renamed from translations/source/ve/dictionaries/nl_NL.po)0
-rw-r--r--source/ve/dictionaries/no.po (renamed from translations/source/ve/dictionaries/no.po)0
-rw-r--r--source/ve/dictionaries/oc_FR.po (renamed from translations/source/ve/dictionaries/oc_FR.po)0
-rw-r--r--source/ve/dictionaries/pl_PL.po (renamed from translations/source/ve/dictionaries/pl_PL.po)0
-rw-r--r--source/ve/dictionaries/pt_BR.po (renamed from translations/source/ve/dictionaries/pt_BR.po)0
-rw-r--r--source/ve/dictionaries/pt_PT.po (renamed from translations/source/ve/dictionaries/pt_PT.po)0
-rw-r--r--source/ve/dictionaries/ro.po (renamed from translations/source/ve/dictionaries/ro.po)0
-rw-r--r--source/ve/dictionaries/ru_RU.po (renamed from translations/source/ve/dictionaries/ru_RU.po)0
-rw-r--r--source/ve/dictionaries/ru_RU/dialog.po (renamed from translations/source/ve/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/ve/dictionaries/si_LK.po (renamed from translations/source/ve/dictionaries/si_LK.po)0
-rw-r--r--source/ve/dictionaries/sk_SK.po (renamed from translations/source/ve/dictionaries/sk_SK.po)0
-rw-r--r--source/ve/dictionaries/sl_SI.po (renamed from translations/source/ve/dictionaries/sl_SI.po)0
-rw-r--r--source/ve/dictionaries/sr.po (renamed from translations/source/ve/dictionaries/sr.po)0
-rw-r--r--source/ve/dictionaries/sv_SE.po (renamed from translations/source/ve/dictionaries/sv_SE.po)0
-rw-r--r--source/ve/dictionaries/sw_TZ.po (renamed from translations/source/ve/dictionaries/sw_TZ.po)0
-rw-r--r--source/ve/dictionaries/te_IN.po (renamed from translations/source/ve/dictionaries/te_IN.po)0
-rw-r--r--source/ve/dictionaries/th_TH.po (renamed from translations/source/ve/dictionaries/th_TH.po)0
-rw-r--r--source/ve/dictionaries/uk_UA.po (renamed from translations/source/ve/dictionaries/uk_UA.po)0
-rw-r--r--source/ve/dictionaries/vi.po (renamed from translations/source/ve/dictionaries/vi.po)0
-rw-r--r--source/ve/dictionaries/zu_ZA.po (renamed from translations/source/ve/dictionaries/zu_ZA.po)0
-rw-r--r--source/ve/editeng/source/accessibility.po (renamed from translations/source/ve/editeng/source/accessibility.po)0
-rw-r--r--source/ve/editeng/source/editeng.po (renamed from translations/source/ve/editeng/source/editeng.po)0
-rw-r--r--source/ve/editeng/source/items.po (renamed from translations/source/ve/editeng/source/items.po)0
-rw-r--r--source/ve/editeng/source/misc.po (renamed from translations/source/ve/editeng/source/misc.po)0
-rw-r--r--source/ve/editeng/source/outliner.po (renamed from translations/source/ve/editeng/source/outliner.po)0
-rw-r--r--source/ve/extensions/source/abpilot.po (renamed from translations/source/ve/extensions/source/abpilot.po)0
-rw-r--r--source/ve/extensions/source/bibliography.po (renamed from translations/source/ve/extensions/source/bibliography.po)0
-rw-r--r--source/ve/extensions/source/dbpilots.po (renamed from translations/source/ve/extensions/source/dbpilots.po)0
-rw-r--r--source/ve/extensions/source/propctrlr.po (renamed from translations/source/ve/extensions/source/propctrlr.po)0
-rw-r--r--source/ve/extensions/source/scanner.po (renamed from translations/source/ve/extensions/source/scanner.po)0
-rw-r--r--source/ve/extensions/source/update/check.po (renamed from translations/source/ve/extensions/source/update/check.po)0
-rw-r--r--source/ve/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/ve/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/ve/filter/source/config/fragments/filters.po (renamed from translations/source/ve/filter/source/config/fragments/filters.po)0
-rw-r--r--source/ve/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/ve/filter/source/config/fragments/types.po (renamed from translations/source/ve/filter/source/config/fragments/types.po)0
-rw-r--r--source/ve/filter/source/flash.po (renamed from translations/source/ve/filter/source/flash.po)0
-rw-r--r--source/ve/filter/source/graphicfilter/eps.po (renamed from translations/source/ve/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/ve/filter/source/pdf.po (renamed from translations/source/ve/filter/source/pdf.po)0
-rw-r--r--source/ve/filter/source/t602.po (renamed from translations/source/ve/filter/source/t602.po)0
-rw-r--r--source/ve/filter/source/xsltdialog.po (renamed from translations/source/ve/filter/source/xsltdialog.po)0
-rw-r--r--source/ve/forms/source/resource.po (renamed from translations/source/ve/forms/source/resource.po)0
-rw-r--r--source/ve/formula/source/core/resource.po (renamed from translations/source/ve/formula/source/core/resource.po)0
-rw-r--r--source/ve/formula/source/ui/dlg.po (renamed from translations/source/ve/formula/source/ui/dlg.po)0
-rw-r--r--source/ve/fpicker/source/office.po (renamed from translations/source/ve/fpicker/source/office.po)0
-rw-r--r--source/ve/framework/source/classes.po (renamed from translations/source/ve/framework/source/classes.po)0
-rw-r--r--source/ve/framework/source/services.po (renamed from translations/source/ve/framework/source/services.po)0
-rw-r--r--source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/ve/mysqlc/source.po (renamed from translations/source/ve/mysqlc/source.po)0
-rw-r--r--source/ve/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/ve/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/ve/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/ve/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/ve/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/ve/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/ve/nlpsolver/src/locale.po (renamed from translations/source/ve/nlpsolver/src/locale.po)0
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/ve/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ve/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ve/padmin/source.po (renamed from translations/source/ve/padmin/source.po)0
-rw-r--r--source/ve/readlicense_oo/docs/readme.po (renamed from translations/source/ve/readlicense_oo/docs/readme.po)0
-rw-r--r--source/ve/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/ve/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/ve/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/ve/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ve/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/ve/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/ve/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/ve/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/ve/reportbuilder/util.po (renamed from translations/source/ve/reportbuilder/util.po)0
-rw-r--r--source/ve/reportdesign/source/core/resource.po (renamed from translations/source/ve/reportdesign/source/core/resource.po)0
-rw-r--r--source/ve/reportdesign/source/ui/dlg.po (renamed from translations/source/ve/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/ve/reportdesign/source/ui/inspection.po (renamed from translations/source/ve/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/ve/reportdesign/source/ui/report.po (renamed from translations/source/ve/reportdesign/source/ui/report.po)0
-rw-r--r--source/ve/sc/source/core/src.po (renamed from translations/source/ve/sc/source/core/src.po)0
-rw-r--r--source/ve/sc/source/ui/cctrl.po (renamed from translations/source/ve/sc/source/ui/cctrl.po)0
-rw-r--r--source/ve/sc/source/ui/dbgui.po (renamed from translations/source/ve/sc/source/ui/dbgui.po)0
-rw-r--r--source/ve/sc/source/ui/docshell.po (renamed from translations/source/ve/sc/source/ui/docshell.po)0
-rw-r--r--source/ve/sc/source/ui/drawfunc.po (renamed from translations/source/ve/sc/source/ui/drawfunc.po)0
-rw-r--r--source/ve/sc/source/ui/formdlg.po (renamed from translations/source/ve/sc/source/ui/formdlg.po)0
-rw-r--r--source/ve/sc/source/ui/miscdlgs.po (renamed from translations/source/ve/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/ve/sc/source/ui/navipi.po (renamed from translations/source/ve/sc/source/ui/navipi.po)0
-rw-r--r--source/ve/sc/source/ui/optdlg.po (renamed from translations/source/ve/sc/source/ui/optdlg.po)0
-rw-r--r--source/ve/sc/source/ui/pagedlg.po (renamed from translations/source/ve/sc/source/ui/pagedlg.po)0
-rw-r--r--source/ve/sc/source/ui/src.po (renamed from translations/source/ve/sc/source/ui/src.po)0
-rw-r--r--source/ve/sc/source/ui/styleui.po (renamed from translations/source/ve/sc/source/ui/styleui.po)0
-rw-r--r--source/ve/scaddins/source/analysis.po (renamed from translations/source/ve/scaddins/source/analysis.po)0
-rw-r--r--source/ve/scaddins/source/datefunc.po (renamed from translations/source/ve/scaddins/source/datefunc.po)0
-rw-r--r--source/ve/sccomp/source/solver.po (renamed from translations/source/ve/sccomp/source/solver.po)0
-rw-r--r--source/ve/scp2/source/accessories.po (renamed from translations/source/ve/scp2/source/accessories.po)0
-rw-r--r--source/ve/scp2/source/activex.po (renamed from translations/source/ve/scp2/source/activex.po)0
-rw-r--r--source/ve/scp2/source/base.po (renamed from translations/source/ve/scp2/source/base.po)0
-rw-r--r--source/ve/scp2/source/binfilter.po (renamed from translations/source/ve/scp2/source/binfilter.po)0
-rw-r--r--source/ve/scp2/source/calc.po (renamed from translations/source/ve/scp2/source/calc.po)0
-rw-r--r--source/ve/scp2/source/draw.po (renamed from translations/source/ve/scp2/source/draw.po)0
-rw-r--r--source/ve/scp2/source/extensions.po (renamed from translations/source/ve/scp2/source/extensions.po)0
-rw-r--r--source/ve/scp2/source/gnome.po (renamed from translations/source/ve/scp2/source/gnome.po)0
-rw-r--r--source/ve/scp2/source/graphicfilter.po (renamed from translations/source/ve/scp2/source/graphicfilter.po)0
-rw-r--r--source/ve/scp2/source/impress.po (renamed from translations/source/ve/scp2/source/impress.po)0
-rw-r--r--source/ve/scp2/source/javafilter.po (renamed from translations/source/ve/scp2/source/javafilter.po)0
-rw-r--r--source/ve/scp2/source/kde.po (renamed from translations/source/ve/scp2/source/kde.po)0
-rw-r--r--source/ve/scp2/source/math.po (renamed from translations/source/ve/scp2/source/math.po)0
-rw-r--r--source/ve/scp2/source/onlineupdate.po (renamed from translations/source/ve/scp2/source/onlineupdate.po)0
-rw-r--r--source/ve/scp2/source/ooo.po (renamed from translations/source/ve/scp2/source/ooo.po)0
-rw-r--r--source/ve/scp2/source/python.po (renamed from translations/source/ve/scp2/source/python.po)0
-rw-r--r--source/ve/scp2/source/quickstart.po (renamed from translations/source/ve/scp2/source/quickstart.po)0
-rw-r--r--source/ve/scp2/source/sdkoo.po (renamed from translations/source/ve/scp2/source/sdkoo.po)0
-rw-r--r--source/ve/scp2/source/smoketest.po (renamed from translations/source/ve/scp2/source/smoketest.po)0
-rw-r--r--source/ve/scp2/source/stdlibs.po (renamed from translations/source/ve/scp2/source/stdlibs.po)0
-rw-r--r--source/ve/scp2/source/tde.po (renamed from translations/source/ve/scp2/source/tde.po)0
-rw-r--r--source/ve/scp2/source/winexplorerext.po (renamed from translations/source/ve/scp2/source/winexplorerext.po)0
-rw-r--r--source/ve/scp2/source/writer.po (renamed from translations/source/ve/scp2/source/writer.po)0
-rw-r--r--source/ve/scp2/source/xsltfilter.po (renamed from translations/source/ve/scp2/source/xsltfilter.po)0
-rw-r--r--source/ve/scripting/source/pyprov.po (renamed from translations/source/ve/scripting/source/pyprov.po)0
-rw-r--r--source/ve/sd/source/core.po (renamed from translations/source/ve/sd/source/core.po)0
-rw-r--r--source/ve/sd/source/filter/html.po (renamed from translations/source/ve/sd/source/filter/html.po)0
-rw-r--r--source/ve/sd/source/ui/accessibility.po (renamed from translations/source/ve/sd/source/ui/accessibility.po)0
-rw-r--r--source/ve/sd/source/ui/animations.po (renamed from translations/source/ve/sd/source/ui/animations.po)0
-rw-r--r--source/ve/sd/source/ui/annotations.po (renamed from translations/source/ve/sd/source/ui/annotations.po)0
-rw-r--r--source/ve/sd/source/ui/app.po (renamed from translations/source/ve/sd/source/ui/app.po)0
-rw-r--r--source/ve/sd/source/ui/dlg.po (renamed from translations/source/ve/sd/source/ui/dlg.po)0
-rw-r--r--source/ve/sd/source/ui/slideshow.po (renamed from translations/source/ve/sd/source/ui/slideshow.po)0
-rw-r--r--source/ve/sd/source/ui/table.po (renamed from translations/source/ve/sd/source/ui/table.po)0
-rw-r--r--source/ve/sd/source/ui/view.po (renamed from translations/source/ve/sd/source/ui/view.po)0
-rw-r--r--source/ve/sdext/source/minimizer.po (renamed from translations/source/ve/sdext/source/minimizer.po)0
-rw-r--r--source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ve/sdext/source/pdfimport.po (renamed from translations/source/ve/sdext/source/pdfimport.po)0
-rw-r--r--source/ve/sdext/source/presenter.po (renamed from translations/source/ve/sdext/source/presenter.po)0
-rw-r--r--source/ve/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/ve/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/ve/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/ve/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/ve/setup_native/source/mac.po (renamed from translations/source/ve/setup_native/source/mac.po)0
-rw-r--r--source/ve/sfx2/source/appl.po (renamed from translations/source/ve/sfx2/source/appl.po)0
-rw-r--r--source/ve/sfx2/source/bastyp.po (renamed from translations/source/ve/sfx2/source/bastyp.po)0
-rw-r--r--source/ve/sfx2/source/dialog.po (renamed from translations/source/ve/sfx2/source/dialog.po)0
-rw-r--r--source/ve/sfx2/source/doc.po (renamed from translations/source/ve/sfx2/source/doc.po)0
-rw-r--r--source/ve/sfx2/source/menu.po (renamed from translations/source/ve/sfx2/source/menu.po)0
-rw-r--r--source/ve/sfx2/source/view.po (renamed from translations/source/ve/sfx2/source/view.po)0
-rw-r--r--source/ve/shell/source/win32/shlxthandler/res.po (renamed from translations/source/ve/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/ve/starmath/source.po (renamed from translations/source/ve/starmath/source.po)0
-rw-r--r--source/ve/svl/source/items.po (renamed from translations/source/ve/svl/source/items.po)0
-rw-r--r--source/ve/svl/source/misc.po (renamed from translations/source/ve/svl/source/misc.po)0
-rw-r--r--source/ve/svtools/source/contnr.po (renamed from translations/source/ve/svtools/source/contnr.po)0
-rw-r--r--source/ve/svtools/source/control.po (renamed from translations/source/ve/svtools/source/control.po)0
-rw-r--r--source/ve/svtools/source/dialogs.po (renamed from translations/source/ve/svtools/source/dialogs.po)0
-rw-r--r--source/ve/svtools/source/filter.po (renamed from translations/source/ve/svtools/source/filter.po)0
-rw-r--r--source/ve/svtools/source/java.po (renamed from translations/source/ve/svtools/source/java.po)0
-rw-r--r--source/ve/svtools/source/misc.po (renamed from translations/source/ve/svtools/source/misc.po)0
-rw-r--r--source/ve/svtools/source/toolpanel.po (renamed from translations/source/ve/svtools/source/toolpanel.po)0
-rw-r--r--source/ve/svtools/workben/unodialog.po (renamed from translations/source/ve/svtools/workben/unodialog.po)0
-rw-r--r--source/ve/svx/inc.po (renamed from translations/source/ve/svx/inc.po)0
-rw-r--r--source/ve/svx/source/accessibility.po (renamed from translations/source/ve/svx/source/accessibility.po)0
-rw-r--r--source/ve/svx/source/dialog.po (renamed from translations/source/ve/svx/source/dialog.po)0
-rw-r--r--source/ve/svx/source/engine3d.po (renamed from translations/source/ve/svx/source/engine3d.po)0
-rw-r--r--source/ve/svx/source/fmcomp.po (renamed from translations/source/ve/svx/source/fmcomp.po)0
-rw-r--r--source/ve/svx/source/form.po (renamed from translations/source/ve/svx/source/form.po)0
-rw-r--r--source/ve/svx/source/gallery2.po (renamed from translations/source/ve/svx/source/gallery2.po)0
-rw-r--r--source/ve/svx/source/items.po (renamed from translations/source/ve/svx/source/items.po)0
-rw-r--r--source/ve/svx/source/src.po (renamed from translations/source/ve/svx/source/src.po)0
-rw-r--r--source/ve/svx/source/stbctrls.po (renamed from translations/source/ve/svx/source/stbctrls.po)0
-rw-r--r--source/ve/svx/source/svdraw.po (renamed from translations/source/ve/svx/source/svdraw.po)0
-rw-r--r--source/ve/svx/source/table.po (renamed from translations/source/ve/svx/source/table.po)0
-rw-r--r--source/ve/svx/source/tbxctrls.po (renamed from translations/source/ve/svx/source/tbxctrls.po)0
-rw-r--r--source/ve/svx/source/toolbars.po (renamed from translations/source/ve/svx/source/toolbars.po)0
-rw-r--r--source/ve/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/ve/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/ve/sw/source/core/layout.po (renamed from translations/source/ve/sw/source/core/layout.po)0
-rw-r--r--source/ve/sw/source/core/undo.po (renamed from translations/source/ve/sw/source/core/undo.po)0
-rw-r--r--source/ve/sw/source/core/unocore.po (renamed from translations/source/ve/sw/source/core/unocore.po)0
-rw-r--r--source/ve/sw/source/ui/app.po (renamed from translations/source/ve/sw/source/ui/app.po)0
-rw-r--r--source/ve/sw/source/ui/chrdlg.po (renamed from translations/source/ve/sw/source/ui/chrdlg.po)0
-rw-r--r--source/ve/sw/source/ui/config.po (renamed from translations/source/ve/sw/source/ui/config.po)0
-rw-r--r--source/ve/sw/source/ui/dbui.po (renamed from translations/source/ve/sw/source/ui/dbui.po)0
-rw-r--r--source/ve/sw/source/ui/dialog.po (renamed from translations/source/ve/sw/source/ui/dialog.po)0
-rw-r--r--source/ve/sw/source/ui/dochdl.po (renamed from translations/source/ve/sw/source/ui/dochdl.po)0
-rw-r--r--source/ve/sw/source/ui/docvw.po (renamed from translations/source/ve/sw/source/ui/docvw.po)0
-rw-r--r--source/ve/sw/source/ui/envelp.po (renamed from translations/source/ve/sw/source/ui/envelp.po)0
-rw-r--r--source/ve/sw/source/ui/fldui.po (renamed from translations/source/ve/sw/source/ui/fldui.po)0
-rw-r--r--source/ve/sw/source/ui/fmtui.po (renamed from translations/source/ve/sw/source/ui/fmtui.po)0
-rw-r--r--source/ve/sw/source/ui/frmdlg.po (renamed from translations/source/ve/sw/source/ui/frmdlg.po)0
-rw-r--r--source/ve/sw/source/ui/globdoc.po (renamed from translations/source/ve/sw/source/ui/globdoc.po)0
-rw-r--r--source/ve/sw/source/ui/index.po (renamed from translations/source/ve/sw/source/ui/index.po)0
-rw-r--r--source/ve/sw/source/ui/lingu.po (renamed from translations/source/ve/sw/source/ui/lingu.po)0
-rw-r--r--source/ve/sw/source/ui/misc.po (renamed from translations/source/ve/sw/source/ui/misc.po)0
-rw-r--r--source/ve/sw/source/ui/ribbar.po (renamed from translations/source/ve/sw/source/ui/ribbar.po)0
-rw-r--r--source/ve/sw/source/ui/shells.po (renamed from translations/source/ve/sw/source/ui/shells.po)0
-rw-r--r--source/ve/sw/source/ui/smartmenu.po (renamed from translations/source/ve/sw/source/ui/smartmenu.po)0
-rw-r--r--source/ve/sw/source/ui/table.po (renamed from translations/source/ve/sw/source/ui/table.po)0
-rw-r--r--source/ve/sw/source/ui/uiview.po (renamed from translations/source/ve/sw/source/ui/uiview.po)0
-rw-r--r--source/ve/sw/source/ui/utlui.po (renamed from translations/source/ve/sw/source/ui/utlui.po)0
-rw-r--r--source/ve/sw/source/ui/web.po (renamed from translations/source/ve/sw/source/ui/web.po)0
-rw-r--r--source/ve/sw/source/ui/wrtsh.po (renamed from translations/source/ve/sw/source/ui/wrtsh.po)0
-rw-r--r--source/ve/swext/mediawiki/help.po (renamed from translations/source/ve/swext/mediawiki/help.po)0
-rw-r--r--source/ve/swext/mediawiki/src.po (renamed from translations/source/ve/swext/mediawiki/src.po)0
-rw-r--r--source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/ve/sysui/desktop/share.po (renamed from translations/source/ve/sysui/desktop/share.po)0
-rw-r--r--source/ve/uui/source.po (renamed from translations/source/ve/uui/source.po)0
-rw-r--r--source/ve/vcl/source/src.po (renamed from translations/source/ve/vcl/source/src.po)0
-rw-r--r--source/ve/wizards/source/euro.po (renamed from translations/source/ve/wizards/source/euro.po)0
-rw-r--r--source/ve/wizards/source/formwizard.po (renamed from translations/source/ve/wizards/source/formwizard.po)0
-rw-r--r--source/ve/wizards/source/importwizard.po (renamed from translations/source/ve/wizards/source/importwizard.po)0
-rw-r--r--source/ve/wizards/source/schedule.po (renamed from translations/source/ve/wizards/source/schedule.po)0
-rw-r--r--source/ve/wizards/source/template.po (renamed from translations/source/ve/wizards/source/template.po)0
-rw-r--r--source/ve/xmlsecurity/source/component.po (renamed from translations/source/ve/xmlsecurity/source/component.po)0
-rw-r--r--source/ve/xmlsecurity/source/dialogs.po (renamed from translations/source/ve/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/vi/accessibility/source/helper.po (renamed from translations/source/vi/accessibility/source/helper.po)0
-rw-r--r--source/vi/avmedia/source/framework.po (renamed from translations/source/vi/avmedia/source/framework.po)0
-rw-r--r--source/vi/avmedia/source/viewer.po (renamed from translations/source/vi/avmedia/source/viewer.po)0
-rw-r--r--source/vi/basctl/source/basicide.po (renamed from translations/source/vi/basctl/source/basicide.po)0
-rw-r--r--source/vi/basctl/source/dlged.po (renamed from translations/source/vi/basctl/source/dlged.po)0
-rw-r--r--source/vi/basic/source/classes.po (renamed from translations/source/vi/basic/source/classes.po)0
-rw-r--r--source/vi/basic/source/sbx.po (renamed from translations/source/vi/basic/source/sbx.po)0
-rw-r--r--source/vi/chart2/source/controller/dialogs.po (renamed from translations/source/vi/chart2/source/controller/dialogs.po)0
-rw-r--r--source/vi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/vi/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/vi/connectivity/source/resource.po (renamed from translations/source/vi/connectivity/source/resource.po)0
-rw-r--r--source/vi/cui/source/customize.po (renamed from translations/source/vi/cui/source/customize.po)0
-rw-r--r--source/vi/cui/source/dialogs.po (renamed from translations/source/vi/cui/source/dialogs.po)0
-rw-r--r--source/vi/cui/source/options.po (renamed from translations/source/vi/cui/source/options.po)0
-rw-r--r--source/vi/cui/source/tabpages.po (renamed from translations/source/vi/cui/source/tabpages.po)0
-rw-r--r--source/vi/dbaccess/source/core/resource.po (renamed from translations/source/vi/dbaccess/source/core/resource.po)0
-rw-r--r--source/vi/dbaccess/source/ext/macromigration.po (renamed from translations/source/vi/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/vi/dbaccess/source/sdbtools/resource.po (renamed from translations/source/vi/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/vi/dbaccess/source/ui/app.po (renamed from translations/source/vi/dbaccess/source/ui/app.po)0
-rw-r--r--source/vi/dbaccess/source/ui/browser.po (renamed from translations/source/vi/dbaccess/source/ui/browser.po)0
-rw-r--r--source/vi/dbaccess/source/ui/control.po (renamed from translations/source/vi/dbaccess/source/ui/control.po)0
-rw-r--r--source/vi/dbaccess/source/ui/dlg.po (renamed from translations/source/vi/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/vi/dbaccess/source/ui/inc.po (renamed from translations/source/vi/dbaccess/source/ui/inc.po)0
-rw-r--r--source/vi/dbaccess/source/ui/misc.po (renamed from translations/source/vi/dbaccess/source/ui/misc.po)0
-rw-r--r--source/vi/dbaccess/source/ui/querydesign.po (renamed from translations/source/vi/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/vi/dbaccess/source/ui/relationdesign.po (renamed from translations/source/vi/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/vi/dbaccess/source/ui/tabledesign.po (renamed from translations/source/vi/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/vi/dbaccess/source/ui/uno.po (renamed from translations/source/vi/dbaccess/source/ui/uno.po)0
-rw-r--r--source/vi/desktop/source/app.po (renamed from translations/source/vi/desktop/source/app.po)0
-rw-r--r--source/vi/desktop/source/deployment/gui.po (renamed from translations/source/vi/desktop/source/deployment/gui.po)0
-rw-r--r--source/vi/desktop/source/deployment/manager.po (renamed from translations/source/vi/desktop/source/deployment/manager.po)0
-rw-r--r--source/vi/desktop/source/deployment/misc.po (renamed from translations/source/vi/desktop/source/deployment/misc.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry.po (renamed from translations/source/vi/desktop/source/deployment/registry.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/component.po (renamed from translations/source/vi/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/configuration.po (renamed from translations/source/vi/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/help.po (renamed from translations/source/vi/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/package.po (renamed from translations/source/vi/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/script.po (renamed from translations/source/vi/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/vi/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/vi/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/vi/desktop/source/deployment/unopkg.po (renamed from translations/source/vi/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/vi/dictionaries/af_ZA.po (renamed from translations/source/vi/dictionaries/af_ZA.po)0
-rw-r--r--source/vi/dictionaries/an_ES.po (renamed from translations/source/vi/dictionaries/an_ES.po)0
-rw-r--r--source/vi/dictionaries/ar.po (renamed from translations/source/vi/dictionaries/ar.po)0
-rw-r--r--source/vi/dictionaries/be_BY.po (renamed from translations/source/vi/dictionaries/be_BY.po)0
-rw-r--r--source/vi/dictionaries/bg_BG.po (renamed from translations/source/vi/dictionaries/bg_BG.po)0
-rw-r--r--source/vi/dictionaries/bn_BD.po (renamed from translations/source/vi/dictionaries/bn_BD.po)0
-rw-r--r--source/vi/dictionaries/br_FR.po (renamed from translations/source/vi/dictionaries/br_FR.po)0
-rw-r--r--source/vi/dictionaries/ca.po (renamed from translations/source/vi/dictionaries/ca.po)0
-rw-r--r--source/vi/dictionaries/cs_CZ.po (renamed from translations/source/vi/dictionaries/cs_CZ.po)0
-rw-r--r--source/vi/dictionaries/da_DK.po (renamed from translations/source/vi/dictionaries/da_DK.po)0
-rw-r--r--source/vi/dictionaries/de.po (renamed from translations/source/vi/dictionaries/de.po)0
-rw-r--r--source/vi/dictionaries/el_GR.po (renamed from translations/source/vi/dictionaries/el_GR.po)0
-rw-r--r--source/vi/dictionaries/en.po (renamed from translations/source/vi/dictionaries/en.po)0
-rw-r--r--source/vi/dictionaries/en/dialog.po (renamed from translations/source/vi/dictionaries/en/dialog.po)0
-rw-r--r--source/vi/dictionaries/es_ES.po (renamed from translations/source/vi/dictionaries/es_ES.po)0
-rw-r--r--source/vi/dictionaries/et_EE.po (renamed from translations/source/vi/dictionaries/et_EE.po)0
-rw-r--r--source/vi/dictionaries/fr_FR.po (renamed from translations/source/vi/dictionaries/fr_FR.po)0
-rw-r--r--source/vi/dictionaries/gd_GB.po (renamed from translations/source/vi/dictionaries/gd_GB.po)0
-rw-r--r--source/vi/dictionaries/gl.po (renamed from translations/source/vi/dictionaries/gl.po)0
-rw-r--r--source/vi/dictionaries/gu_IN.po (renamed from translations/source/vi/dictionaries/gu_IN.po)0
-rw-r--r--source/vi/dictionaries/he_IL.po (renamed from translations/source/vi/dictionaries/he_IL.po)0
-rw-r--r--source/vi/dictionaries/hi_IN.po (renamed from translations/source/vi/dictionaries/hi_IN.po)0
-rw-r--r--source/vi/dictionaries/hr_HR.po (renamed from translations/source/vi/dictionaries/hr_HR.po)0
-rw-r--r--source/vi/dictionaries/hu_HU.po (renamed from translations/source/vi/dictionaries/hu_HU.po)0
-rw-r--r--source/vi/dictionaries/hu_HU/dialog.po (renamed from translations/source/vi/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/vi/dictionaries/it_IT.po (renamed from translations/source/vi/dictionaries/it_IT.po)0
-rw-r--r--source/vi/dictionaries/ku_TR.po (renamed from translations/source/vi/dictionaries/ku_TR.po)0
-rw-r--r--source/vi/dictionaries/lt_LT.po (renamed from translations/source/vi/dictionaries/lt_LT.po)0
-rw-r--r--source/vi/dictionaries/lv_LV.po (renamed from translations/source/vi/dictionaries/lv_LV.po)0
-rw-r--r--source/vi/dictionaries/ne_NP.po (renamed from translations/source/vi/dictionaries/ne_NP.po)0
-rw-r--r--source/vi/dictionaries/nl_NL.po (renamed from translations/source/vi/dictionaries/nl_NL.po)0
-rw-r--r--source/vi/dictionaries/no.po (renamed from translations/source/vi/dictionaries/no.po)0
-rw-r--r--source/vi/dictionaries/oc_FR.po (renamed from translations/source/vi/dictionaries/oc_FR.po)0
-rw-r--r--source/vi/dictionaries/pl_PL.po (renamed from translations/source/vi/dictionaries/pl_PL.po)0
-rw-r--r--source/vi/dictionaries/pt_BR.po (renamed from translations/source/vi/dictionaries/pt_BR.po)0
-rw-r--r--source/vi/dictionaries/pt_PT.po (renamed from translations/source/vi/dictionaries/pt_PT.po)0
-rw-r--r--source/vi/dictionaries/ro.po (renamed from translations/source/vi/dictionaries/ro.po)0
-rw-r--r--source/vi/dictionaries/ru_RU.po (renamed from translations/source/vi/dictionaries/ru_RU.po)0
-rw-r--r--source/vi/dictionaries/ru_RU/dialog.po (renamed from translations/source/vi/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/vi/dictionaries/si_LK.po (renamed from translations/source/vi/dictionaries/si_LK.po)0
-rw-r--r--source/vi/dictionaries/sk_SK.po (renamed from translations/source/vi/dictionaries/sk_SK.po)0
-rw-r--r--source/vi/dictionaries/sl_SI.po (renamed from translations/source/vi/dictionaries/sl_SI.po)0
-rw-r--r--source/vi/dictionaries/sr.po (renamed from translations/source/vi/dictionaries/sr.po)0
-rw-r--r--source/vi/dictionaries/sv_SE.po (renamed from translations/source/vi/dictionaries/sv_SE.po)0
-rw-r--r--source/vi/dictionaries/sw_TZ.po (renamed from translations/source/vi/dictionaries/sw_TZ.po)0
-rw-r--r--source/vi/dictionaries/te_IN.po (renamed from translations/source/vi/dictionaries/te_IN.po)0
-rw-r--r--source/vi/dictionaries/th_TH.po (renamed from translations/source/vi/dictionaries/th_TH.po)0
-rw-r--r--source/vi/dictionaries/uk_UA.po (renamed from translations/source/vi/dictionaries/uk_UA.po)0
-rw-r--r--source/vi/dictionaries/vi.po (renamed from translations/source/vi/dictionaries/vi.po)0
-rw-r--r--source/vi/dictionaries/zu_ZA.po (renamed from translations/source/vi/dictionaries/zu_ZA.po)0
-rw-r--r--source/vi/editeng/source/accessibility.po (renamed from translations/source/vi/editeng/source/accessibility.po)0
-rw-r--r--source/vi/editeng/source/editeng.po (renamed from translations/source/vi/editeng/source/editeng.po)0
-rw-r--r--source/vi/editeng/source/items.po (renamed from translations/source/vi/editeng/source/items.po)0
-rw-r--r--source/vi/editeng/source/misc.po (renamed from translations/source/vi/editeng/source/misc.po)0
-rw-r--r--source/vi/editeng/source/outliner.po (renamed from translations/source/vi/editeng/source/outliner.po)0
-rw-r--r--source/vi/extensions/source/abpilot.po (renamed from translations/source/vi/extensions/source/abpilot.po)0
-rw-r--r--source/vi/extensions/source/bibliography.po (renamed from translations/source/vi/extensions/source/bibliography.po)0
-rw-r--r--source/vi/extensions/source/dbpilots.po (renamed from translations/source/vi/extensions/source/dbpilots.po)0
-rw-r--r--source/vi/extensions/source/propctrlr.po (renamed from translations/source/vi/extensions/source/propctrlr.po)0
-rw-r--r--source/vi/extensions/source/scanner.po (renamed from translations/source/vi/extensions/source/scanner.po)0
-rw-r--r--source/vi/extensions/source/update/check.po (renamed from translations/source/vi/extensions/source/update/check.po)0
-rw-r--r--source/vi/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/vi/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/vi/filter/source/config/fragments/filters.po (renamed from translations/source/vi/filter/source/config/fragments/filters.po)0
-rw-r--r--source/vi/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/vi/filter/source/config/fragments/types.po (renamed from translations/source/vi/filter/source/config/fragments/types.po)0
-rw-r--r--source/vi/filter/source/flash.po (renamed from translations/source/vi/filter/source/flash.po)0
-rw-r--r--source/vi/filter/source/graphicfilter/eps.po (renamed from translations/source/vi/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/vi/filter/source/pdf.po (renamed from translations/source/vi/filter/source/pdf.po)0
-rw-r--r--source/vi/filter/source/t602.po (renamed from translations/source/vi/filter/source/t602.po)0
-rw-r--r--source/vi/filter/source/xsltdialog.po (renamed from translations/source/vi/filter/source/xsltdialog.po)0
-rw-r--r--source/vi/forms/source/resource.po (renamed from translations/source/vi/forms/source/resource.po)0
-rw-r--r--source/vi/formula/source/core/resource.po (renamed from translations/source/vi/formula/source/core/resource.po)0
-rw-r--r--source/vi/formula/source/ui/dlg.po (renamed from translations/source/vi/formula/source/ui/dlg.po)0
-rw-r--r--source/vi/fpicker/source/office.po (renamed from translations/source/vi/fpicker/source/office.po)0
-rw-r--r--source/vi/framework/source/classes.po (renamed from translations/source/vi/framework/source/classes.po)0
-rw-r--r--source/vi/framework/source/services.po (renamed from translations/source/vi/framework/source/services.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/vi/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/vi/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc.po (renamed from translations/source/vi/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/00.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/02.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/04.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/05.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/vi/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/schart.po (renamed from translations/source/vi/helpcontent2/source/text/schart.po)0
-rw-r--r--source/vi/helpcontent2/source/text/schart/00.po (renamed from translations/source/vi/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/schart/01.po (renamed from translations/source/vi/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/schart/02.po (renamed from translations/source/vi/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/schart/04.po (renamed from translations/source/vi/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sdraw.po (renamed from translations/source/vi/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/vi/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/vi/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/vi/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/vi/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared.po (renamed from translations/source/vi/helpcontent2/source/text/shared.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po (renamed from translations/source/vi/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po (renamed from translations/source/vi/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po (renamed from translations/source/vi/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/04.po (renamed from translations/source/vi/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/05.po (renamed from translations/source/vi/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/07.po (renamed from translations/source/vi/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/vi/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/vi/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/vi/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po (renamed from translations/source/vi/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/vi/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress.po (renamed from translations/source/vi/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress/00.po (renamed from translations/source/vi/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress/01.po (renamed from translations/source/vi/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress/02.po (renamed from translations/source/vi/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress/04.po (renamed from translations/source/vi/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/vi/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath.po (renamed from translations/source/vi/helpcontent2/source/text/smath.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath/00.po (renamed from translations/source/vi/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath/01.po (renamed from translations/source/vi/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath/02.po (renamed from translations/source/vi/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath/04.po (renamed from translations/source/vi/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/smath/guide.po (renamed from translations/source/vi/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po (renamed from translations/source/vi/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po (renamed from translations/source/vi/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po (renamed from translations/source/vi/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter/02.po (renamed from translations/source/vi/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter/04.po (renamed from translations/source/vi/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/vi/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/vi/mysqlc/source.po (renamed from translations/source/vi/mysqlc/source.po)0
-rw-r--r--source/vi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/vi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/vi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/vi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/vi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/vi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/vi/nlpsolver/src/locale.po (renamed from translations/source/vi/nlpsolver/src/locale.po)0
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/vi/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/vi/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/vi/padmin/source.po (renamed from translations/source/vi/padmin/source.po)0
-rw-r--r--source/vi/readlicense_oo/docs/readme.po (renamed from translations/source/vi/readlicense_oo/docs/readme.po)0
-rw-r--r--source/vi/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/vi/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/vi/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/vi/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/vi/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/vi/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/vi/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/vi/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/vi/reportbuilder/util.po (renamed from translations/source/vi/reportbuilder/util.po)0
-rw-r--r--source/vi/reportdesign/source/core/resource.po (renamed from translations/source/vi/reportdesign/source/core/resource.po)0
-rw-r--r--source/vi/reportdesign/source/ui/dlg.po (renamed from translations/source/vi/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/vi/reportdesign/source/ui/inspection.po (renamed from translations/source/vi/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/vi/reportdesign/source/ui/report.po (renamed from translations/source/vi/reportdesign/source/ui/report.po)0
-rw-r--r--source/vi/sc/source/core/src.po (renamed from translations/source/vi/sc/source/core/src.po)0
-rw-r--r--source/vi/sc/source/ui/cctrl.po (renamed from translations/source/vi/sc/source/ui/cctrl.po)0
-rw-r--r--source/vi/sc/source/ui/dbgui.po (renamed from translations/source/vi/sc/source/ui/dbgui.po)0
-rw-r--r--source/vi/sc/source/ui/docshell.po (renamed from translations/source/vi/sc/source/ui/docshell.po)0
-rw-r--r--source/vi/sc/source/ui/drawfunc.po (renamed from translations/source/vi/sc/source/ui/drawfunc.po)0
-rw-r--r--source/vi/sc/source/ui/formdlg.po (renamed from translations/source/vi/sc/source/ui/formdlg.po)0
-rw-r--r--source/vi/sc/source/ui/miscdlgs.po (renamed from translations/source/vi/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/vi/sc/source/ui/navipi.po (renamed from translations/source/vi/sc/source/ui/navipi.po)0
-rw-r--r--source/vi/sc/source/ui/optdlg.po (renamed from translations/source/vi/sc/source/ui/optdlg.po)0
-rw-r--r--source/vi/sc/source/ui/pagedlg.po (renamed from translations/source/vi/sc/source/ui/pagedlg.po)0
-rw-r--r--source/vi/sc/source/ui/src.po (renamed from translations/source/vi/sc/source/ui/src.po)0
-rw-r--r--source/vi/sc/source/ui/styleui.po (renamed from translations/source/vi/sc/source/ui/styleui.po)0
-rw-r--r--source/vi/scaddins/source/analysis.po (renamed from translations/source/vi/scaddins/source/analysis.po)0
-rw-r--r--source/vi/scaddins/source/datefunc.po (renamed from translations/source/vi/scaddins/source/datefunc.po)0
-rw-r--r--source/vi/sccomp/source/solver.po (renamed from translations/source/vi/sccomp/source/solver.po)0
-rw-r--r--source/vi/scp2/source/accessories.po (renamed from translations/source/vi/scp2/source/accessories.po)0
-rw-r--r--source/vi/scp2/source/activex.po (renamed from translations/source/vi/scp2/source/activex.po)0
-rw-r--r--source/vi/scp2/source/base.po (renamed from translations/source/vi/scp2/source/base.po)0
-rw-r--r--source/vi/scp2/source/binfilter.po (renamed from translations/source/vi/scp2/source/binfilter.po)0
-rw-r--r--source/vi/scp2/source/calc.po (renamed from translations/source/vi/scp2/source/calc.po)0
-rw-r--r--source/vi/scp2/source/draw.po (renamed from translations/source/vi/scp2/source/draw.po)0
-rw-r--r--source/vi/scp2/source/extensions.po (renamed from translations/source/vi/scp2/source/extensions.po)0
-rw-r--r--source/vi/scp2/source/gnome.po (renamed from translations/source/vi/scp2/source/gnome.po)0
-rw-r--r--source/vi/scp2/source/graphicfilter.po (renamed from translations/source/vi/scp2/source/graphicfilter.po)0
-rw-r--r--source/vi/scp2/source/impress.po (renamed from translations/source/vi/scp2/source/impress.po)0
-rw-r--r--source/vi/scp2/source/javafilter.po (renamed from translations/source/vi/scp2/source/javafilter.po)0
-rw-r--r--source/vi/scp2/source/kde.po (renamed from translations/source/vi/scp2/source/kde.po)0
-rw-r--r--source/vi/scp2/source/math.po (renamed from translations/source/vi/scp2/source/math.po)0
-rw-r--r--source/vi/scp2/source/onlineupdate.po (renamed from translations/source/vi/scp2/source/onlineupdate.po)0
-rw-r--r--source/vi/scp2/source/ooo.po (renamed from translations/source/vi/scp2/source/ooo.po)0
-rw-r--r--source/vi/scp2/source/python.po (renamed from translations/source/vi/scp2/source/python.po)0
-rw-r--r--source/vi/scp2/source/quickstart.po (renamed from translations/source/vi/scp2/source/quickstart.po)0
-rw-r--r--source/vi/scp2/source/sdkoo.po (renamed from translations/source/vi/scp2/source/sdkoo.po)0
-rw-r--r--source/vi/scp2/source/smoketest.po (renamed from translations/source/vi/scp2/source/smoketest.po)0
-rw-r--r--source/vi/scp2/source/stdlibs.po (renamed from translations/source/vi/scp2/source/stdlibs.po)0
-rw-r--r--source/vi/scp2/source/tde.po (renamed from translations/source/vi/scp2/source/tde.po)0
-rw-r--r--source/vi/scp2/source/winexplorerext.po (renamed from translations/source/vi/scp2/source/winexplorerext.po)0
-rw-r--r--source/vi/scp2/source/writer.po (renamed from translations/source/vi/scp2/source/writer.po)0
-rw-r--r--source/vi/scp2/source/xsltfilter.po (renamed from translations/source/vi/scp2/source/xsltfilter.po)0
-rw-r--r--source/vi/scripting/source/pyprov.po (renamed from translations/source/vi/scripting/source/pyprov.po)0
-rw-r--r--source/vi/sd/source/core.po (renamed from translations/source/vi/sd/source/core.po)0
-rw-r--r--source/vi/sd/source/filter/html.po (renamed from translations/source/vi/sd/source/filter/html.po)0
-rw-r--r--source/vi/sd/source/ui/accessibility.po (renamed from translations/source/vi/sd/source/ui/accessibility.po)0
-rw-r--r--source/vi/sd/source/ui/animations.po (renamed from translations/source/vi/sd/source/ui/animations.po)0
-rw-r--r--source/vi/sd/source/ui/annotations.po (renamed from translations/source/vi/sd/source/ui/annotations.po)0
-rw-r--r--source/vi/sd/source/ui/app.po (renamed from translations/source/vi/sd/source/ui/app.po)0
-rw-r--r--source/vi/sd/source/ui/dlg.po (renamed from translations/source/vi/sd/source/ui/dlg.po)0
-rw-r--r--source/vi/sd/source/ui/slideshow.po (renamed from translations/source/vi/sd/source/ui/slideshow.po)0
-rw-r--r--source/vi/sd/source/ui/table.po (renamed from translations/source/vi/sd/source/ui/table.po)0
-rw-r--r--source/vi/sd/source/ui/view.po (renamed from translations/source/vi/sd/source/ui/view.po)0
-rw-r--r--source/vi/sdext/source/minimizer.po (renamed from translations/source/vi/sdext/source/minimizer.po)0
-rw-r--r--source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/vi/sdext/source/pdfimport.po (renamed from translations/source/vi/sdext/source/pdfimport.po)0
-rw-r--r--source/vi/sdext/source/presenter.po (renamed from translations/source/vi/sdext/source/presenter.po)0
-rw-r--r--source/vi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/vi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/vi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/vi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/vi/setup_native/source/mac.po (renamed from translations/source/vi/setup_native/source/mac.po)0
-rw-r--r--source/vi/sfx2/source/appl.po (renamed from translations/source/vi/sfx2/source/appl.po)0
-rw-r--r--source/vi/sfx2/source/bastyp.po (renamed from translations/source/vi/sfx2/source/bastyp.po)0
-rw-r--r--source/vi/sfx2/source/dialog.po (renamed from translations/source/vi/sfx2/source/dialog.po)0
-rw-r--r--source/vi/sfx2/source/doc.po (renamed from translations/source/vi/sfx2/source/doc.po)0
-rw-r--r--source/vi/sfx2/source/menu.po (renamed from translations/source/vi/sfx2/source/menu.po)0
-rw-r--r--source/vi/sfx2/source/view.po (renamed from translations/source/vi/sfx2/source/view.po)0
-rw-r--r--source/vi/shell/source/win32/shlxthandler/res.po (renamed from translations/source/vi/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/vi/starmath/source.po (renamed from translations/source/vi/starmath/source.po)0
-rw-r--r--source/vi/svl/source/items.po (renamed from translations/source/vi/svl/source/items.po)0
-rw-r--r--source/vi/svl/source/misc.po (renamed from translations/source/vi/svl/source/misc.po)0
-rw-r--r--source/vi/svtools/source/contnr.po (renamed from translations/source/vi/svtools/source/contnr.po)0
-rw-r--r--source/vi/svtools/source/control.po (renamed from translations/source/vi/svtools/source/control.po)0
-rw-r--r--source/vi/svtools/source/dialogs.po (renamed from translations/source/vi/svtools/source/dialogs.po)0
-rw-r--r--source/vi/svtools/source/filter.po (renamed from translations/source/vi/svtools/source/filter.po)0
-rw-r--r--source/vi/svtools/source/java.po (renamed from translations/source/vi/svtools/source/java.po)0
-rw-r--r--source/vi/svtools/source/misc.po (renamed from translations/source/vi/svtools/source/misc.po)0
-rw-r--r--source/vi/svtools/source/toolpanel.po (renamed from translations/source/vi/svtools/source/toolpanel.po)0
-rw-r--r--source/vi/svtools/workben/unodialog.po (renamed from translations/source/vi/svtools/workben/unodialog.po)0
-rw-r--r--source/vi/svx/inc.po (renamed from translations/source/vi/svx/inc.po)0
-rw-r--r--source/vi/svx/source/accessibility.po (renamed from translations/source/vi/svx/source/accessibility.po)0
-rw-r--r--source/vi/svx/source/dialog.po (renamed from translations/source/vi/svx/source/dialog.po)0
-rw-r--r--source/vi/svx/source/engine3d.po (renamed from translations/source/vi/svx/source/engine3d.po)0
-rw-r--r--source/vi/svx/source/fmcomp.po (renamed from translations/source/vi/svx/source/fmcomp.po)0
-rw-r--r--source/vi/svx/source/form.po (renamed from translations/source/vi/svx/source/form.po)0
-rw-r--r--source/vi/svx/source/gallery2.po (renamed from translations/source/vi/svx/source/gallery2.po)0
-rw-r--r--source/vi/svx/source/items.po (renamed from translations/source/vi/svx/source/items.po)0
-rw-r--r--source/vi/svx/source/src.po (renamed from translations/source/vi/svx/source/src.po)0
-rw-r--r--source/vi/svx/source/stbctrls.po (renamed from translations/source/vi/svx/source/stbctrls.po)0
-rw-r--r--source/vi/svx/source/svdraw.po (renamed from translations/source/vi/svx/source/svdraw.po)0
-rw-r--r--source/vi/svx/source/table.po (renamed from translations/source/vi/svx/source/table.po)0
-rw-r--r--source/vi/svx/source/tbxctrls.po (renamed from translations/source/vi/svx/source/tbxctrls.po)0
-rw-r--r--source/vi/svx/source/toolbars.po (renamed from translations/source/vi/svx/source/toolbars.po)0
-rw-r--r--source/vi/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/vi/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/vi/sw/source/core/layout.po (renamed from translations/source/vi/sw/source/core/layout.po)0
-rw-r--r--source/vi/sw/source/core/undo.po (renamed from translations/source/vi/sw/source/core/undo.po)0
-rw-r--r--source/vi/sw/source/core/unocore.po (renamed from translations/source/vi/sw/source/core/unocore.po)0
-rw-r--r--source/vi/sw/source/ui/app.po (renamed from translations/source/vi/sw/source/ui/app.po)0
-rw-r--r--source/vi/sw/source/ui/chrdlg.po (renamed from translations/source/vi/sw/source/ui/chrdlg.po)0
-rw-r--r--source/vi/sw/source/ui/config.po (renamed from translations/source/vi/sw/source/ui/config.po)0
-rw-r--r--source/vi/sw/source/ui/dbui.po (renamed from translations/source/vi/sw/source/ui/dbui.po)0
-rw-r--r--source/vi/sw/source/ui/dialog.po (renamed from translations/source/vi/sw/source/ui/dialog.po)0
-rw-r--r--source/vi/sw/source/ui/dochdl.po (renamed from translations/source/vi/sw/source/ui/dochdl.po)0
-rw-r--r--source/vi/sw/source/ui/docvw.po (renamed from translations/source/vi/sw/source/ui/docvw.po)0
-rw-r--r--source/vi/sw/source/ui/envelp.po (renamed from translations/source/vi/sw/source/ui/envelp.po)0
-rw-r--r--source/vi/sw/source/ui/fldui.po (renamed from translations/source/vi/sw/source/ui/fldui.po)0
-rw-r--r--source/vi/sw/source/ui/fmtui.po (renamed from translations/source/vi/sw/source/ui/fmtui.po)0
-rw-r--r--source/vi/sw/source/ui/frmdlg.po (renamed from translations/source/vi/sw/source/ui/frmdlg.po)0
-rw-r--r--source/vi/sw/source/ui/globdoc.po (renamed from translations/source/vi/sw/source/ui/globdoc.po)0
-rw-r--r--source/vi/sw/source/ui/index.po (renamed from translations/source/vi/sw/source/ui/index.po)0
-rw-r--r--source/vi/sw/source/ui/lingu.po (renamed from translations/source/vi/sw/source/ui/lingu.po)0
-rw-r--r--source/vi/sw/source/ui/misc.po (renamed from translations/source/vi/sw/source/ui/misc.po)0
-rw-r--r--source/vi/sw/source/ui/ribbar.po (renamed from translations/source/vi/sw/source/ui/ribbar.po)0
-rw-r--r--source/vi/sw/source/ui/shells.po (renamed from translations/source/vi/sw/source/ui/shells.po)0
-rw-r--r--source/vi/sw/source/ui/smartmenu.po (renamed from translations/source/vi/sw/source/ui/smartmenu.po)0
-rw-r--r--source/vi/sw/source/ui/table.po (renamed from translations/source/vi/sw/source/ui/table.po)0
-rw-r--r--source/vi/sw/source/ui/uiview.po (renamed from translations/source/vi/sw/source/ui/uiview.po)0
-rw-r--r--source/vi/sw/source/ui/utlui.po (renamed from translations/source/vi/sw/source/ui/utlui.po)0
-rw-r--r--source/vi/sw/source/ui/web.po (renamed from translations/source/vi/sw/source/ui/web.po)0
-rw-r--r--source/vi/sw/source/ui/wrtsh.po (renamed from translations/source/vi/sw/source/ui/wrtsh.po)0
-rw-r--r--source/vi/swext/mediawiki/help.po (renamed from translations/source/vi/swext/mediawiki/help.po)0
-rw-r--r--source/vi/swext/mediawiki/src.po (renamed from translations/source/vi/swext/mediawiki/src.po)0
-rw-r--r--source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/vi/sysui/desktop/share.po (renamed from translations/source/vi/sysui/desktop/share.po)0
-rw-r--r--source/vi/uui/source.po (renamed from translations/source/vi/uui/source.po)0
-rw-r--r--source/vi/vcl/source/src.po (renamed from translations/source/vi/vcl/source/src.po)0
-rw-r--r--source/vi/wizards/source/euro.po (renamed from translations/source/vi/wizards/source/euro.po)0
-rw-r--r--source/vi/wizards/source/formwizard.po (renamed from translations/source/vi/wizards/source/formwizard.po)0
-rw-r--r--source/vi/wizards/source/importwizard.po (renamed from translations/source/vi/wizards/source/importwizard.po)0
-rw-r--r--source/vi/wizards/source/schedule.po (renamed from translations/source/vi/wizards/source/schedule.po)0
-rw-r--r--source/vi/wizards/source/template.po (renamed from translations/source/vi/wizards/source/template.po)0
-rw-r--r--source/vi/xmlsecurity/source/component.po (renamed from translations/source/vi/xmlsecurity/source/component.po)0
-rw-r--r--source/vi/xmlsecurity/source/dialogs.po (renamed from translations/source/vi/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/xh/accessibility/source/helper.po (renamed from translations/source/xh/accessibility/source/helper.po)0
-rw-r--r--source/xh/avmedia/source/framework.po (renamed from translations/source/xh/avmedia/source/framework.po)0
-rw-r--r--source/xh/avmedia/source/viewer.po (renamed from translations/source/xh/avmedia/source/viewer.po)0
-rw-r--r--source/xh/basctl/source/basicide.po (renamed from translations/source/xh/basctl/source/basicide.po)0
-rw-r--r--source/xh/basctl/source/dlged.po (renamed from translations/source/xh/basctl/source/dlged.po)0
-rw-r--r--source/xh/basic/source/classes.po (renamed from translations/source/xh/basic/source/classes.po)0
-rw-r--r--source/xh/basic/source/sbx.po (renamed from translations/source/xh/basic/source/sbx.po)0
-rw-r--r--source/xh/chart2/source/controller/dialogs.po (renamed from translations/source/xh/chart2/source/controller/dialogs.po)0
-rw-r--r--source/xh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/xh/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/xh/connectivity/source/resource.po (renamed from translations/source/xh/connectivity/source/resource.po)0
-rw-r--r--source/xh/cui/source/customize.po (renamed from translations/source/xh/cui/source/customize.po)0
-rw-r--r--source/xh/cui/source/dialogs.po (renamed from translations/source/xh/cui/source/dialogs.po)0
-rw-r--r--source/xh/cui/source/options.po (renamed from translations/source/xh/cui/source/options.po)0
-rw-r--r--source/xh/cui/source/tabpages.po (renamed from translations/source/xh/cui/source/tabpages.po)0
-rw-r--r--source/xh/dbaccess/source/core/resource.po (renamed from translations/source/xh/dbaccess/source/core/resource.po)0
-rw-r--r--source/xh/dbaccess/source/ext/macromigration.po (renamed from translations/source/xh/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/xh/dbaccess/source/sdbtools/resource.po (renamed from translations/source/xh/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/xh/dbaccess/source/ui/app.po (renamed from translations/source/xh/dbaccess/source/ui/app.po)0
-rw-r--r--source/xh/dbaccess/source/ui/browser.po (renamed from translations/source/xh/dbaccess/source/ui/browser.po)0
-rw-r--r--source/xh/dbaccess/source/ui/control.po (renamed from translations/source/xh/dbaccess/source/ui/control.po)0
-rw-r--r--source/xh/dbaccess/source/ui/dlg.po (renamed from translations/source/xh/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/xh/dbaccess/source/ui/inc.po (renamed from translations/source/xh/dbaccess/source/ui/inc.po)0
-rw-r--r--source/xh/dbaccess/source/ui/misc.po (renamed from translations/source/xh/dbaccess/source/ui/misc.po)0
-rw-r--r--source/xh/dbaccess/source/ui/querydesign.po (renamed from translations/source/xh/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/xh/dbaccess/source/ui/relationdesign.po (renamed from translations/source/xh/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/xh/dbaccess/source/ui/tabledesign.po (renamed from translations/source/xh/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/xh/dbaccess/source/ui/uno.po (renamed from translations/source/xh/dbaccess/source/ui/uno.po)0
-rw-r--r--source/xh/desktop/source/app.po (renamed from translations/source/xh/desktop/source/app.po)0
-rw-r--r--source/xh/desktop/source/deployment/gui.po (renamed from translations/source/xh/desktop/source/deployment/gui.po)0
-rw-r--r--source/xh/desktop/source/deployment/manager.po (renamed from translations/source/xh/desktop/source/deployment/manager.po)0
-rw-r--r--source/xh/desktop/source/deployment/misc.po (renamed from translations/source/xh/desktop/source/deployment/misc.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry.po (renamed from translations/source/xh/desktop/source/deployment/registry.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/component.po (renamed from translations/source/xh/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/configuration.po (renamed from translations/source/xh/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/help.po (renamed from translations/source/xh/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/package.po (renamed from translations/source/xh/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/script.po (renamed from translations/source/xh/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/xh/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/xh/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/xh/desktop/source/deployment/unopkg.po (renamed from translations/source/xh/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/xh/dictionaries/af_ZA.po (renamed from translations/source/xh/dictionaries/af_ZA.po)0
-rw-r--r--source/xh/dictionaries/an_ES.po (renamed from translations/source/xh/dictionaries/an_ES.po)0
-rw-r--r--source/xh/dictionaries/ar.po (renamed from translations/source/xh/dictionaries/ar.po)0
-rw-r--r--source/xh/dictionaries/be_BY.po (renamed from translations/source/xh/dictionaries/be_BY.po)0
-rw-r--r--source/xh/dictionaries/bg_BG.po (renamed from translations/source/xh/dictionaries/bg_BG.po)0
-rw-r--r--source/xh/dictionaries/bn_BD.po (renamed from translations/source/xh/dictionaries/bn_BD.po)0
-rw-r--r--source/xh/dictionaries/br_FR.po (renamed from translations/source/xh/dictionaries/br_FR.po)0
-rw-r--r--source/xh/dictionaries/ca.po (renamed from translations/source/xh/dictionaries/ca.po)0
-rw-r--r--source/xh/dictionaries/cs_CZ.po (renamed from translations/source/xh/dictionaries/cs_CZ.po)0
-rw-r--r--source/xh/dictionaries/da_DK.po (renamed from translations/source/xh/dictionaries/da_DK.po)0
-rw-r--r--source/xh/dictionaries/de.po (renamed from translations/source/xh/dictionaries/de.po)0
-rw-r--r--source/xh/dictionaries/el_GR.po (renamed from translations/source/xh/dictionaries/el_GR.po)0
-rw-r--r--source/xh/dictionaries/en.po (renamed from translations/source/xh/dictionaries/en.po)0
-rw-r--r--source/xh/dictionaries/en/dialog.po (renamed from translations/source/xh/dictionaries/en/dialog.po)0
-rw-r--r--source/xh/dictionaries/es_ES.po (renamed from translations/source/xh/dictionaries/es_ES.po)0
-rw-r--r--source/xh/dictionaries/et_EE.po (renamed from translations/source/xh/dictionaries/et_EE.po)0
-rw-r--r--source/xh/dictionaries/fr_FR.po (renamed from translations/source/xh/dictionaries/fr_FR.po)0
-rw-r--r--source/xh/dictionaries/gd_GB.po (renamed from translations/source/xh/dictionaries/gd_GB.po)0
-rw-r--r--source/xh/dictionaries/gl.po (renamed from translations/source/xh/dictionaries/gl.po)0
-rw-r--r--source/xh/dictionaries/gu_IN.po (renamed from translations/source/xh/dictionaries/gu_IN.po)0
-rw-r--r--source/xh/dictionaries/he_IL.po (renamed from translations/source/xh/dictionaries/he_IL.po)0
-rw-r--r--source/xh/dictionaries/hi_IN.po (renamed from translations/source/xh/dictionaries/hi_IN.po)0
-rw-r--r--source/xh/dictionaries/hr_HR.po (renamed from translations/source/xh/dictionaries/hr_HR.po)0
-rw-r--r--source/xh/dictionaries/hu_HU.po (renamed from translations/source/xh/dictionaries/hu_HU.po)0
-rw-r--r--source/xh/dictionaries/hu_HU/dialog.po (renamed from translations/source/xh/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/xh/dictionaries/it_IT.po (renamed from translations/source/xh/dictionaries/it_IT.po)0
-rw-r--r--source/xh/dictionaries/ku_TR.po (renamed from translations/source/xh/dictionaries/ku_TR.po)0
-rw-r--r--source/xh/dictionaries/lt_LT.po (renamed from translations/source/xh/dictionaries/lt_LT.po)0
-rw-r--r--source/xh/dictionaries/lv_LV.po (renamed from translations/source/xh/dictionaries/lv_LV.po)0
-rw-r--r--source/xh/dictionaries/ne_NP.po (renamed from translations/source/xh/dictionaries/ne_NP.po)0
-rw-r--r--source/xh/dictionaries/nl_NL.po (renamed from translations/source/xh/dictionaries/nl_NL.po)0
-rw-r--r--source/xh/dictionaries/no.po (renamed from translations/source/xh/dictionaries/no.po)0
-rw-r--r--source/xh/dictionaries/oc_FR.po (renamed from translations/source/xh/dictionaries/oc_FR.po)0
-rw-r--r--source/xh/dictionaries/pl_PL.po (renamed from translations/source/xh/dictionaries/pl_PL.po)0
-rw-r--r--source/xh/dictionaries/pt_BR.po (renamed from translations/source/xh/dictionaries/pt_BR.po)0
-rw-r--r--source/xh/dictionaries/pt_PT.po (renamed from translations/source/xh/dictionaries/pt_PT.po)0
-rw-r--r--source/xh/dictionaries/ro.po (renamed from translations/source/xh/dictionaries/ro.po)0
-rw-r--r--source/xh/dictionaries/ru_RU.po (renamed from translations/source/xh/dictionaries/ru_RU.po)0
-rw-r--r--source/xh/dictionaries/ru_RU/dialog.po (renamed from translations/source/xh/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/xh/dictionaries/si_LK.po (renamed from translations/source/xh/dictionaries/si_LK.po)0
-rw-r--r--source/xh/dictionaries/sk_SK.po (renamed from translations/source/xh/dictionaries/sk_SK.po)0
-rw-r--r--source/xh/dictionaries/sl_SI.po (renamed from translations/source/xh/dictionaries/sl_SI.po)0
-rw-r--r--source/xh/dictionaries/sr.po (renamed from translations/source/xh/dictionaries/sr.po)0
-rw-r--r--source/xh/dictionaries/sv_SE.po (renamed from translations/source/xh/dictionaries/sv_SE.po)0
-rw-r--r--source/xh/dictionaries/sw_TZ.po (renamed from translations/source/xh/dictionaries/sw_TZ.po)0
-rw-r--r--source/xh/dictionaries/te_IN.po (renamed from translations/source/xh/dictionaries/te_IN.po)0
-rw-r--r--source/xh/dictionaries/th_TH.po (renamed from translations/source/xh/dictionaries/th_TH.po)0
-rw-r--r--source/xh/dictionaries/uk_UA.po (renamed from translations/source/xh/dictionaries/uk_UA.po)0
-rw-r--r--source/xh/dictionaries/vi.po (renamed from translations/source/xh/dictionaries/vi.po)0
-rw-r--r--source/xh/dictionaries/zu_ZA.po (renamed from translations/source/xh/dictionaries/zu_ZA.po)0
-rw-r--r--source/xh/editeng/source/accessibility.po (renamed from translations/source/xh/editeng/source/accessibility.po)0
-rw-r--r--source/xh/editeng/source/editeng.po (renamed from translations/source/xh/editeng/source/editeng.po)0
-rw-r--r--source/xh/editeng/source/items.po (renamed from translations/source/xh/editeng/source/items.po)0
-rw-r--r--source/xh/editeng/source/misc.po (renamed from translations/source/xh/editeng/source/misc.po)0
-rw-r--r--source/xh/editeng/source/outliner.po (renamed from translations/source/xh/editeng/source/outliner.po)0
-rw-r--r--source/xh/extensions/source/abpilot.po (renamed from translations/source/xh/extensions/source/abpilot.po)0
-rw-r--r--source/xh/extensions/source/bibliography.po (renamed from translations/source/xh/extensions/source/bibliography.po)0
-rw-r--r--source/xh/extensions/source/dbpilots.po (renamed from translations/source/xh/extensions/source/dbpilots.po)0
-rw-r--r--source/xh/extensions/source/propctrlr.po (renamed from translations/source/xh/extensions/source/propctrlr.po)0
-rw-r--r--source/xh/extensions/source/scanner.po (renamed from translations/source/xh/extensions/source/scanner.po)0
-rw-r--r--source/xh/extensions/source/update/check.po (renamed from translations/source/xh/extensions/source/update/check.po)0
-rw-r--r--source/xh/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/xh/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/xh/filter/source/config/fragments/filters.po (renamed from translations/source/xh/filter/source/config/fragments/filters.po)0
-rw-r--r--source/xh/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/xh/filter/source/config/fragments/types.po (renamed from translations/source/xh/filter/source/config/fragments/types.po)0
-rw-r--r--source/xh/filter/source/flash.po (renamed from translations/source/xh/filter/source/flash.po)0
-rw-r--r--source/xh/filter/source/graphicfilter/eps.po (renamed from translations/source/xh/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/xh/filter/source/pdf.po (renamed from translations/source/xh/filter/source/pdf.po)0
-rw-r--r--source/xh/filter/source/t602.po (renamed from translations/source/xh/filter/source/t602.po)0
-rw-r--r--source/xh/filter/source/xsltdialog.po (renamed from translations/source/xh/filter/source/xsltdialog.po)0
-rw-r--r--source/xh/forms/source/resource.po (renamed from translations/source/xh/forms/source/resource.po)0
-rw-r--r--source/xh/formula/source/core/resource.po (renamed from translations/source/xh/formula/source/core/resource.po)0
-rw-r--r--source/xh/formula/source/ui/dlg.po (renamed from translations/source/xh/formula/source/ui/dlg.po)0
-rw-r--r--source/xh/fpicker/source/office.po (renamed from translations/source/xh/fpicker/source/office.po)0
-rw-r--r--source/xh/framework/source/classes.po (renamed from translations/source/xh/framework/source/classes.po)0
-rw-r--r--source/xh/framework/source/services.po (renamed from translations/source/xh/framework/source/services.po)0
-rw-r--r--source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/xh/mysqlc/source.po (renamed from translations/source/xh/mysqlc/source.po)0
-rw-r--r--source/xh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/xh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/xh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/xh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/xh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/xh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/xh/nlpsolver/src/locale.po (renamed from translations/source/xh/nlpsolver/src/locale.po)0
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/xh/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/xh/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/xh/padmin/source.po (renamed from translations/source/xh/padmin/source.po)0
-rw-r--r--source/xh/readlicense_oo/docs/readme.po (renamed from translations/source/xh/readlicense_oo/docs/readme.po)0
-rw-r--r--source/xh/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/xh/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/xh/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/xh/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/xh/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/xh/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/xh/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/xh/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/xh/reportbuilder/util.po (renamed from translations/source/xh/reportbuilder/util.po)0
-rw-r--r--source/xh/reportdesign/source/core/resource.po (renamed from translations/source/xh/reportdesign/source/core/resource.po)0
-rw-r--r--source/xh/reportdesign/source/ui/dlg.po (renamed from translations/source/xh/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/xh/reportdesign/source/ui/inspection.po (renamed from translations/source/xh/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/xh/reportdesign/source/ui/report.po (renamed from translations/source/xh/reportdesign/source/ui/report.po)0
-rw-r--r--source/xh/sc/source/core/src.po (renamed from translations/source/xh/sc/source/core/src.po)0
-rw-r--r--source/xh/sc/source/ui/cctrl.po (renamed from translations/source/xh/sc/source/ui/cctrl.po)0
-rw-r--r--source/xh/sc/source/ui/dbgui.po (renamed from translations/source/xh/sc/source/ui/dbgui.po)0
-rw-r--r--source/xh/sc/source/ui/docshell.po (renamed from translations/source/xh/sc/source/ui/docshell.po)0
-rw-r--r--source/xh/sc/source/ui/drawfunc.po (renamed from translations/source/xh/sc/source/ui/drawfunc.po)0
-rw-r--r--source/xh/sc/source/ui/formdlg.po (renamed from translations/source/xh/sc/source/ui/formdlg.po)0
-rw-r--r--source/xh/sc/source/ui/miscdlgs.po (renamed from translations/source/xh/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/xh/sc/source/ui/navipi.po (renamed from translations/source/xh/sc/source/ui/navipi.po)0
-rw-r--r--source/xh/sc/source/ui/optdlg.po (renamed from translations/source/xh/sc/source/ui/optdlg.po)0
-rw-r--r--source/xh/sc/source/ui/pagedlg.po (renamed from translations/source/xh/sc/source/ui/pagedlg.po)0
-rw-r--r--source/xh/sc/source/ui/src.po (renamed from translations/source/xh/sc/source/ui/src.po)0
-rw-r--r--source/xh/sc/source/ui/styleui.po (renamed from translations/source/xh/sc/source/ui/styleui.po)0
-rw-r--r--source/xh/scaddins/source/analysis.po (renamed from translations/source/xh/scaddins/source/analysis.po)0
-rw-r--r--source/xh/scaddins/source/datefunc.po (renamed from translations/source/xh/scaddins/source/datefunc.po)0
-rw-r--r--source/xh/sccomp/source/solver.po (renamed from translations/source/xh/sccomp/source/solver.po)0
-rw-r--r--source/xh/scp2/source/accessories.po (renamed from translations/source/xh/scp2/source/accessories.po)0
-rw-r--r--source/xh/scp2/source/activex.po (renamed from translations/source/xh/scp2/source/activex.po)0
-rw-r--r--source/xh/scp2/source/base.po (renamed from translations/source/xh/scp2/source/base.po)0
-rw-r--r--source/xh/scp2/source/binfilter.po (renamed from translations/source/xh/scp2/source/binfilter.po)0
-rw-r--r--source/xh/scp2/source/calc.po (renamed from translations/source/xh/scp2/source/calc.po)0
-rw-r--r--source/xh/scp2/source/draw.po (renamed from translations/source/xh/scp2/source/draw.po)0
-rw-r--r--source/xh/scp2/source/extensions.po (renamed from translations/source/xh/scp2/source/extensions.po)0
-rw-r--r--source/xh/scp2/source/gnome.po (renamed from translations/source/xh/scp2/source/gnome.po)0
-rw-r--r--source/xh/scp2/source/graphicfilter.po (renamed from translations/source/xh/scp2/source/graphicfilter.po)0
-rw-r--r--source/xh/scp2/source/impress.po (renamed from translations/source/xh/scp2/source/impress.po)0
-rw-r--r--source/xh/scp2/source/javafilter.po (renamed from translations/source/xh/scp2/source/javafilter.po)0
-rw-r--r--source/xh/scp2/source/kde.po (renamed from translations/source/xh/scp2/source/kde.po)0
-rw-r--r--source/xh/scp2/source/math.po (renamed from translations/source/xh/scp2/source/math.po)0
-rw-r--r--source/xh/scp2/source/onlineupdate.po (renamed from translations/source/xh/scp2/source/onlineupdate.po)0
-rw-r--r--source/xh/scp2/source/ooo.po (renamed from translations/source/xh/scp2/source/ooo.po)0
-rw-r--r--source/xh/scp2/source/python.po (renamed from translations/source/xh/scp2/source/python.po)0
-rw-r--r--source/xh/scp2/source/quickstart.po (renamed from translations/source/xh/scp2/source/quickstart.po)0
-rw-r--r--source/xh/scp2/source/sdkoo.po (renamed from translations/source/xh/scp2/source/sdkoo.po)0
-rw-r--r--source/xh/scp2/source/smoketest.po (renamed from translations/source/xh/scp2/source/smoketest.po)0
-rw-r--r--source/xh/scp2/source/stdlibs.po (renamed from translations/source/xh/scp2/source/stdlibs.po)0
-rw-r--r--source/xh/scp2/source/tde.po (renamed from translations/source/xh/scp2/source/tde.po)0
-rw-r--r--source/xh/scp2/source/winexplorerext.po (renamed from translations/source/xh/scp2/source/winexplorerext.po)0
-rw-r--r--source/xh/scp2/source/writer.po (renamed from translations/source/xh/scp2/source/writer.po)0
-rw-r--r--source/xh/scp2/source/xsltfilter.po (renamed from translations/source/xh/scp2/source/xsltfilter.po)0
-rw-r--r--source/xh/scripting/source/pyprov.po (renamed from translations/source/xh/scripting/source/pyprov.po)0
-rw-r--r--source/xh/sd/source/core.po (renamed from translations/source/xh/sd/source/core.po)0
-rw-r--r--source/xh/sd/source/filter/html.po (renamed from translations/source/xh/sd/source/filter/html.po)0
-rw-r--r--source/xh/sd/source/ui/accessibility.po (renamed from translations/source/xh/sd/source/ui/accessibility.po)0
-rw-r--r--source/xh/sd/source/ui/animations.po (renamed from translations/source/xh/sd/source/ui/animations.po)0
-rw-r--r--source/xh/sd/source/ui/annotations.po (renamed from translations/source/xh/sd/source/ui/annotations.po)0
-rw-r--r--source/xh/sd/source/ui/app.po (renamed from translations/source/xh/sd/source/ui/app.po)0
-rw-r--r--source/xh/sd/source/ui/dlg.po (renamed from translations/source/xh/sd/source/ui/dlg.po)0
-rw-r--r--source/xh/sd/source/ui/slideshow.po (renamed from translations/source/xh/sd/source/ui/slideshow.po)0
-rw-r--r--source/xh/sd/source/ui/table.po (renamed from translations/source/xh/sd/source/ui/table.po)0
-rw-r--r--source/xh/sd/source/ui/view.po (renamed from translations/source/xh/sd/source/ui/view.po)0
-rw-r--r--source/xh/sdext/source/minimizer.po (renamed from translations/source/xh/sdext/source/minimizer.po)0
-rw-r--r--source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/xh/sdext/source/pdfimport.po (renamed from translations/source/xh/sdext/source/pdfimport.po)0
-rw-r--r--source/xh/sdext/source/presenter.po (renamed from translations/source/xh/sdext/source/presenter.po)0
-rw-r--r--source/xh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/xh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/xh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/xh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/xh/setup_native/source/mac.po (renamed from translations/source/xh/setup_native/source/mac.po)0
-rw-r--r--source/xh/sfx2/source/appl.po (renamed from translations/source/xh/sfx2/source/appl.po)0
-rw-r--r--source/xh/sfx2/source/bastyp.po (renamed from translations/source/xh/sfx2/source/bastyp.po)0
-rw-r--r--source/xh/sfx2/source/dialog.po (renamed from translations/source/xh/sfx2/source/dialog.po)0
-rw-r--r--source/xh/sfx2/source/doc.po (renamed from translations/source/xh/sfx2/source/doc.po)0
-rw-r--r--source/xh/sfx2/source/menu.po (renamed from translations/source/xh/sfx2/source/menu.po)0
-rw-r--r--source/xh/sfx2/source/view.po (renamed from translations/source/xh/sfx2/source/view.po)0
-rw-r--r--source/xh/shell/source/win32/shlxthandler/res.po (renamed from translations/source/xh/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/xh/starmath/source.po (renamed from translations/source/xh/starmath/source.po)0
-rw-r--r--source/xh/svl/source/items.po (renamed from translations/source/xh/svl/source/items.po)0
-rw-r--r--source/xh/svl/source/misc.po (renamed from translations/source/xh/svl/source/misc.po)0
-rw-r--r--source/xh/svtools/source/contnr.po (renamed from translations/source/xh/svtools/source/contnr.po)0
-rw-r--r--source/xh/svtools/source/control.po (renamed from translations/source/xh/svtools/source/control.po)0
-rw-r--r--source/xh/svtools/source/dialogs.po (renamed from translations/source/xh/svtools/source/dialogs.po)0
-rw-r--r--source/xh/svtools/source/filter.po (renamed from translations/source/xh/svtools/source/filter.po)0
-rw-r--r--source/xh/svtools/source/java.po (renamed from translations/source/xh/svtools/source/java.po)0
-rw-r--r--source/xh/svtools/source/misc.po (renamed from translations/source/xh/svtools/source/misc.po)0
-rw-r--r--source/xh/svtools/source/toolpanel.po (renamed from translations/source/xh/svtools/source/toolpanel.po)0
-rw-r--r--source/xh/svtools/workben/unodialog.po (renamed from translations/source/xh/svtools/workben/unodialog.po)0
-rw-r--r--source/xh/svx/inc.po (renamed from translations/source/xh/svx/inc.po)0
-rw-r--r--source/xh/svx/source/accessibility.po (renamed from translations/source/xh/svx/source/accessibility.po)0
-rw-r--r--source/xh/svx/source/dialog.po (renamed from translations/source/xh/svx/source/dialog.po)0
-rw-r--r--source/xh/svx/source/engine3d.po (renamed from translations/source/xh/svx/source/engine3d.po)0
-rw-r--r--source/xh/svx/source/fmcomp.po (renamed from translations/source/xh/svx/source/fmcomp.po)0
-rw-r--r--source/xh/svx/source/form.po (renamed from translations/source/xh/svx/source/form.po)0
-rw-r--r--source/xh/svx/source/gallery2.po (renamed from translations/source/xh/svx/source/gallery2.po)0
-rw-r--r--source/xh/svx/source/items.po (renamed from translations/source/xh/svx/source/items.po)0
-rw-r--r--source/xh/svx/source/src.po (renamed from translations/source/xh/svx/source/src.po)0
-rw-r--r--source/xh/svx/source/stbctrls.po (renamed from translations/source/xh/svx/source/stbctrls.po)0
-rw-r--r--source/xh/svx/source/svdraw.po (renamed from translations/source/xh/svx/source/svdraw.po)0
-rw-r--r--source/xh/svx/source/table.po (renamed from translations/source/xh/svx/source/table.po)0
-rw-r--r--source/xh/svx/source/tbxctrls.po (renamed from translations/source/xh/svx/source/tbxctrls.po)0
-rw-r--r--source/xh/svx/source/toolbars.po (renamed from translations/source/xh/svx/source/toolbars.po)0
-rw-r--r--source/xh/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/xh/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/xh/sw/source/core/layout.po (renamed from translations/source/xh/sw/source/core/layout.po)0
-rw-r--r--source/xh/sw/source/core/undo.po (renamed from translations/source/xh/sw/source/core/undo.po)0
-rw-r--r--source/xh/sw/source/core/unocore.po (renamed from translations/source/xh/sw/source/core/unocore.po)0
-rw-r--r--source/xh/sw/source/ui/app.po (renamed from translations/source/xh/sw/source/ui/app.po)0
-rw-r--r--source/xh/sw/source/ui/chrdlg.po (renamed from translations/source/xh/sw/source/ui/chrdlg.po)0
-rw-r--r--source/xh/sw/source/ui/config.po (renamed from translations/source/xh/sw/source/ui/config.po)0
-rw-r--r--source/xh/sw/source/ui/dbui.po (renamed from translations/source/xh/sw/source/ui/dbui.po)0
-rw-r--r--source/xh/sw/source/ui/dialog.po (renamed from translations/source/xh/sw/source/ui/dialog.po)0
-rw-r--r--source/xh/sw/source/ui/dochdl.po (renamed from translations/source/xh/sw/source/ui/dochdl.po)0
-rw-r--r--source/xh/sw/source/ui/docvw.po (renamed from translations/source/xh/sw/source/ui/docvw.po)0
-rw-r--r--source/xh/sw/source/ui/envelp.po (renamed from translations/source/xh/sw/source/ui/envelp.po)0
-rw-r--r--source/xh/sw/source/ui/fldui.po (renamed from translations/source/xh/sw/source/ui/fldui.po)0
-rw-r--r--source/xh/sw/source/ui/fmtui.po (renamed from translations/source/xh/sw/source/ui/fmtui.po)0
-rw-r--r--source/xh/sw/source/ui/frmdlg.po (renamed from translations/source/xh/sw/source/ui/frmdlg.po)0
-rw-r--r--source/xh/sw/source/ui/globdoc.po (renamed from translations/source/xh/sw/source/ui/globdoc.po)0
-rw-r--r--source/xh/sw/source/ui/index.po (renamed from translations/source/xh/sw/source/ui/index.po)0
-rw-r--r--source/xh/sw/source/ui/lingu.po (renamed from translations/source/xh/sw/source/ui/lingu.po)0
-rw-r--r--source/xh/sw/source/ui/misc.po (renamed from translations/source/xh/sw/source/ui/misc.po)0
-rw-r--r--source/xh/sw/source/ui/ribbar.po (renamed from translations/source/xh/sw/source/ui/ribbar.po)0
-rw-r--r--source/xh/sw/source/ui/shells.po (renamed from translations/source/xh/sw/source/ui/shells.po)0
-rw-r--r--source/xh/sw/source/ui/smartmenu.po (renamed from translations/source/xh/sw/source/ui/smartmenu.po)0
-rw-r--r--source/xh/sw/source/ui/table.po (renamed from translations/source/xh/sw/source/ui/table.po)0
-rw-r--r--source/xh/sw/source/ui/uiview.po (renamed from translations/source/xh/sw/source/ui/uiview.po)0
-rw-r--r--source/xh/sw/source/ui/utlui.po (renamed from translations/source/xh/sw/source/ui/utlui.po)0
-rw-r--r--source/xh/sw/source/ui/web.po (renamed from translations/source/xh/sw/source/ui/web.po)0
-rw-r--r--source/xh/sw/source/ui/wrtsh.po (renamed from translations/source/xh/sw/source/ui/wrtsh.po)0
-rw-r--r--source/xh/swext/mediawiki/help.po (renamed from translations/source/xh/swext/mediawiki/help.po)0
-rw-r--r--source/xh/swext/mediawiki/src.po (renamed from translations/source/xh/swext/mediawiki/src.po)0
-rw-r--r--source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/xh/sysui/desktop/share.po (renamed from translations/source/xh/sysui/desktop/share.po)0
-rw-r--r--source/xh/uui/source.po (renamed from translations/source/xh/uui/source.po)0
-rw-r--r--source/xh/vcl/source/src.po (renamed from translations/source/xh/vcl/source/src.po)0
-rw-r--r--source/xh/wizards/source/euro.po (renamed from translations/source/xh/wizards/source/euro.po)0
-rw-r--r--source/xh/wizards/source/formwizard.po (renamed from translations/source/xh/wizards/source/formwizard.po)0
-rw-r--r--source/xh/wizards/source/importwizard.po (renamed from translations/source/xh/wizards/source/importwizard.po)0
-rw-r--r--source/xh/wizards/source/schedule.po (renamed from translations/source/xh/wizards/source/schedule.po)0
-rw-r--r--source/xh/wizards/source/template.po (renamed from translations/source/xh/wizards/source/template.po)0
-rw-r--r--source/xh/xmlsecurity/source/component.po (renamed from translations/source/xh/xmlsecurity/source/component.po)0
-rw-r--r--source/xh/xmlsecurity/source/dialogs.po (renamed from translations/source/xh/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/zh-CN/accessibility/source/helper.po (renamed from translations/source/zh-CN/accessibility/source/helper.po)0
-rw-r--r--source/zh-CN/avmedia/source/framework.po (renamed from translations/source/zh-CN/avmedia/source/framework.po)0
-rw-r--r--source/zh-CN/avmedia/source/viewer.po (renamed from translations/source/zh-CN/avmedia/source/viewer.po)0
-rw-r--r--source/zh-CN/basctl/source/basicide.po (renamed from translations/source/zh-CN/basctl/source/basicide.po)0
-rw-r--r--source/zh-CN/basctl/source/dlged.po (renamed from translations/source/zh-CN/basctl/source/dlged.po)0
-rw-r--r--source/zh-CN/basic/source/classes.po (renamed from translations/source/zh-CN/basic/source/classes.po)0
-rw-r--r--source/zh-CN/basic/source/sbx.po (renamed from translations/source/zh-CN/basic/source/sbx.po)0
-rw-r--r--source/zh-CN/chart2/source/controller/dialogs.po (renamed from translations/source/zh-CN/chart2/source/controller/dialogs.po)0
-rw-r--r--source/zh-CN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/zh-CN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/connectivity/source/resource.po (renamed from translations/source/zh-CN/connectivity/source/resource.po)0
-rw-r--r--source/zh-CN/cui/source/customize.po (renamed from translations/source/zh-CN/cui/source/customize.po)0
-rw-r--r--source/zh-CN/cui/source/dialogs.po (renamed from translations/source/zh-CN/cui/source/dialogs.po)0
-rw-r--r--source/zh-CN/cui/source/options.po (renamed from translations/source/zh-CN/cui/source/options.po)0
-rw-r--r--source/zh-CN/cui/source/tabpages.po (renamed from translations/source/zh-CN/cui/source/tabpages.po)0
-rw-r--r--source/zh-CN/dbaccess/source/core/resource.po (renamed from translations/source/zh-CN/dbaccess/source/core/resource.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ext/macromigration.po (renamed from translations/source/zh-CN/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/zh-CN/dbaccess/source/sdbtools/resource.po (renamed from translations/source/zh-CN/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/app.po (renamed from translations/source/zh-CN/dbaccess/source/ui/app.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/browser.po (renamed from translations/source/zh-CN/dbaccess/source/ui/browser.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/control.po (renamed from translations/source/zh-CN/dbaccess/source/ui/control.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/dlg.po (renamed from translations/source/zh-CN/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/inc.po (renamed from translations/source/zh-CN/dbaccess/source/ui/inc.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/misc.po (renamed from translations/source/zh-CN/dbaccess/source/ui/misc.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/querydesign.po (renamed from translations/source/zh-CN/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/relationdesign.po (renamed from translations/source/zh-CN/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/tabledesign.po (renamed from translations/source/zh-CN/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/zh-CN/dbaccess/source/ui/uno.po (renamed from translations/source/zh-CN/dbaccess/source/ui/uno.po)0
-rw-r--r--source/zh-CN/desktop/source/app.po (renamed from translations/source/zh-CN/desktop/source/app.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/gui.po (renamed from translations/source/zh-CN/desktop/source/deployment/gui.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/manager.po (renamed from translations/source/zh-CN/desktop/source/deployment/manager.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/misc.po (renamed from translations/source/zh-CN/desktop/source/deployment/misc.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/component.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/configuration.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/help.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/package.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/script.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/zh-CN/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/zh-CN/desktop/source/deployment/unopkg.po (renamed from translations/source/zh-CN/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/zh-CN/dictionaries/af_ZA.po (renamed from translations/source/zh-CN/dictionaries/af_ZA.po)0
-rw-r--r--source/zh-CN/dictionaries/an_ES.po (renamed from translations/source/zh-CN/dictionaries/an_ES.po)0
-rw-r--r--source/zh-CN/dictionaries/ar.po (renamed from translations/source/zh-CN/dictionaries/ar.po)0
-rw-r--r--source/zh-CN/dictionaries/be_BY.po (renamed from translations/source/zh-CN/dictionaries/be_BY.po)0
-rw-r--r--source/zh-CN/dictionaries/bg_BG.po (renamed from translations/source/zh-CN/dictionaries/bg_BG.po)0
-rw-r--r--source/zh-CN/dictionaries/bn_BD.po (renamed from translations/source/zh-CN/dictionaries/bn_BD.po)0
-rw-r--r--source/zh-CN/dictionaries/br_FR.po (renamed from translations/source/zh-CN/dictionaries/br_FR.po)0
-rw-r--r--source/zh-CN/dictionaries/ca.po (renamed from translations/source/zh-CN/dictionaries/ca.po)0
-rw-r--r--source/zh-CN/dictionaries/cs_CZ.po (renamed from translations/source/zh-CN/dictionaries/cs_CZ.po)0
-rw-r--r--source/zh-CN/dictionaries/da_DK.po (renamed from translations/source/zh-CN/dictionaries/da_DK.po)0
-rw-r--r--source/zh-CN/dictionaries/de.po (renamed from translations/source/zh-CN/dictionaries/de.po)0
-rw-r--r--source/zh-CN/dictionaries/el_GR.po (renamed from translations/source/zh-CN/dictionaries/el_GR.po)0
-rw-r--r--source/zh-CN/dictionaries/en.po (renamed from translations/source/zh-CN/dictionaries/en.po)0
-rw-r--r--source/zh-CN/dictionaries/en/dialog.po (renamed from translations/source/zh-CN/dictionaries/en/dialog.po)0
-rw-r--r--source/zh-CN/dictionaries/es_ES.po (renamed from translations/source/zh-CN/dictionaries/es_ES.po)0
-rw-r--r--source/zh-CN/dictionaries/et_EE.po (renamed from translations/source/zh-CN/dictionaries/et_EE.po)0
-rw-r--r--source/zh-CN/dictionaries/fr_FR.po (renamed from translations/source/zh-CN/dictionaries/fr_FR.po)0
-rw-r--r--source/zh-CN/dictionaries/gd_GB.po (renamed from translations/source/zh-CN/dictionaries/gd_GB.po)0
-rw-r--r--source/zh-CN/dictionaries/gl.po (renamed from translations/source/zh-CN/dictionaries/gl.po)0
-rw-r--r--source/zh-CN/dictionaries/gu_IN.po (renamed from translations/source/zh-CN/dictionaries/gu_IN.po)0
-rw-r--r--source/zh-CN/dictionaries/he_IL.po (renamed from translations/source/zh-CN/dictionaries/he_IL.po)0
-rw-r--r--source/zh-CN/dictionaries/hi_IN.po (renamed from translations/source/zh-CN/dictionaries/hi_IN.po)0
-rw-r--r--source/zh-CN/dictionaries/hr_HR.po (renamed from translations/source/zh-CN/dictionaries/hr_HR.po)0
-rw-r--r--source/zh-CN/dictionaries/hu_HU.po (renamed from translations/source/zh-CN/dictionaries/hu_HU.po)0
-rw-r--r--source/zh-CN/dictionaries/hu_HU/dialog.po (renamed from translations/source/zh-CN/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/zh-CN/dictionaries/it_IT.po (renamed from translations/source/zh-CN/dictionaries/it_IT.po)0
-rw-r--r--source/zh-CN/dictionaries/ku_TR.po (renamed from translations/source/zh-CN/dictionaries/ku_TR.po)0
-rw-r--r--source/zh-CN/dictionaries/lt_LT.po (renamed from translations/source/zh-CN/dictionaries/lt_LT.po)0
-rw-r--r--source/zh-CN/dictionaries/lv_LV.po (renamed from translations/source/zh-CN/dictionaries/lv_LV.po)0
-rw-r--r--source/zh-CN/dictionaries/ne_NP.po (renamed from translations/source/zh-CN/dictionaries/ne_NP.po)0
-rw-r--r--source/zh-CN/dictionaries/nl_NL.po (renamed from translations/source/zh-CN/dictionaries/nl_NL.po)0
-rw-r--r--source/zh-CN/dictionaries/no.po (renamed from translations/source/zh-CN/dictionaries/no.po)0
-rw-r--r--source/zh-CN/dictionaries/oc_FR.po (renamed from translations/source/zh-CN/dictionaries/oc_FR.po)0
-rw-r--r--source/zh-CN/dictionaries/pl_PL.po (renamed from translations/source/zh-CN/dictionaries/pl_PL.po)0
-rw-r--r--source/zh-CN/dictionaries/pt_BR.po (renamed from translations/source/zh-CN/dictionaries/pt_BR.po)0
-rw-r--r--source/zh-CN/dictionaries/pt_PT.po (renamed from translations/source/zh-CN/dictionaries/pt_PT.po)0
-rw-r--r--source/zh-CN/dictionaries/ro.po (renamed from translations/source/zh-CN/dictionaries/ro.po)0
-rw-r--r--source/zh-CN/dictionaries/ru_RU.po (renamed from translations/source/zh-CN/dictionaries/ru_RU.po)0
-rw-r--r--source/zh-CN/dictionaries/ru_RU/dialog.po (renamed from translations/source/zh-CN/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/zh-CN/dictionaries/si_LK.po (renamed from translations/source/zh-CN/dictionaries/si_LK.po)0
-rw-r--r--source/zh-CN/dictionaries/sk_SK.po (renamed from translations/source/zh-CN/dictionaries/sk_SK.po)0
-rw-r--r--source/zh-CN/dictionaries/sl_SI.po (renamed from translations/source/zh-CN/dictionaries/sl_SI.po)0
-rw-r--r--source/zh-CN/dictionaries/sr.po (renamed from translations/source/zh-CN/dictionaries/sr.po)0
-rw-r--r--source/zh-CN/dictionaries/sv_SE.po (renamed from translations/source/zh-CN/dictionaries/sv_SE.po)0
-rw-r--r--source/zh-CN/dictionaries/sw_TZ.po (renamed from translations/source/zh-CN/dictionaries/sw_TZ.po)0
-rw-r--r--source/zh-CN/dictionaries/te_IN.po (renamed from translations/source/zh-CN/dictionaries/te_IN.po)0
-rw-r--r--source/zh-CN/dictionaries/th_TH.po (renamed from translations/source/zh-CN/dictionaries/th_TH.po)0
-rw-r--r--source/zh-CN/dictionaries/uk_UA.po (renamed from translations/source/zh-CN/dictionaries/uk_UA.po)0
-rw-r--r--source/zh-CN/dictionaries/vi.po (renamed from translations/source/zh-CN/dictionaries/vi.po)0
-rw-r--r--source/zh-CN/dictionaries/zu_ZA.po (renamed from translations/source/zh-CN/dictionaries/zu_ZA.po)0
-rw-r--r--source/zh-CN/editeng/source/accessibility.po (renamed from translations/source/zh-CN/editeng/source/accessibility.po)0
-rw-r--r--source/zh-CN/editeng/source/editeng.po (renamed from translations/source/zh-CN/editeng/source/editeng.po)0
-rw-r--r--source/zh-CN/editeng/source/items.po (renamed from translations/source/zh-CN/editeng/source/items.po)0
-rw-r--r--source/zh-CN/editeng/source/misc.po (renamed from translations/source/zh-CN/editeng/source/misc.po)0
-rw-r--r--source/zh-CN/editeng/source/outliner.po (renamed from translations/source/zh-CN/editeng/source/outliner.po)0
-rw-r--r--source/zh-CN/extensions/source/abpilot.po (renamed from translations/source/zh-CN/extensions/source/abpilot.po)0
-rw-r--r--source/zh-CN/extensions/source/bibliography.po (renamed from translations/source/zh-CN/extensions/source/bibliography.po)0
-rw-r--r--source/zh-CN/extensions/source/dbpilots.po (renamed from translations/source/zh-CN/extensions/source/dbpilots.po)0
-rw-r--r--source/zh-CN/extensions/source/propctrlr.po (renamed from translations/source/zh-CN/extensions/source/propctrlr.po)0
-rw-r--r--source/zh-CN/extensions/source/scanner.po (renamed from translations/source/zh-CN/extensions/source/scanner.po)0
-rw-r--r--source/zh-CN/extensions/source/update/check.po (renamed from translations/source/zh-CN/extensions/source/update/check.po)0
-rw-r--r--source/zh-CN/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/zh-CN/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/zh-CN/filter/source/config/fragments/filters.po (renamed from translations/source/zh-CN/filter/source/config/fragments/filters.po)0
-rw-r--r--source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/zh-CN/filter/source/config/fragments/types.po (renamed from translations/source/zh-CN/filter/source/config/fragments/types.po)0
-rw-r--r--source/zh-CN/filter/source/flash.po (renamed from translations/source/zh-CN/filter/source/flash.po)0
-rw-r--r--source/zh-CN/filter/source/graphicfilter/eps.po (renamed from translations/source/zh-CN/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/zh-CN/filter/source/pdf.po (renamed from translations/source/zh-CN/filter/source/pdf.po)0
-rw-r--r--source/zh-CN/filter/source/t602.po (renamed from translations/source/zh-CN/filter/source/t602.po)0
-rw-r--r--source/zh-CN/filter/source/xsltdialog.po (renamed from translations/source/zh-CN/filter/source/xsltdialog.po)0
-rw-r--r--source/zh-CN/forms/source/resource.po (renamed from translations/source/zh-CN/forms/source/resource.po)0
-rw-r--r--source/zh-CN/formula/source/core/resource.po (renamed from translations/source/zh-CN/formula/source/core/resource.po)0
-rw-r--r--source/zh-CN/formula/source/ui/dlg.po (renamed from translations/source/zh-CN/formula/source/ui/dlg.po)0
-rw-r--r--source/zh-CN/fpicker/source/office.po (renamed from translations/source/zh-CN/fpicker/source/office.po)0
-rw-r--r--source/zh-CN/framework/source/classes.po (renamed from translations/source/zh-CN/framework/source/classes.po)0
-rw-r--r--source/zh-CN/framework/source/services.po (renamed from translations/source/zh-CN/framework/source/services.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/05.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart.po (renamed from translations/source/zh-CN/helpcontent2/source/text/schart.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/05.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/07.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/02.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/04.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/zh-CN/mysqlc/source.po (renamed from translations/source/zh-CN/mysqlc/source.po)0
-rw-r--r--source/zh-CN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-CN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/zh-CN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/zh-CN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/zh-CN/nlpsolver/src/locale.po (renamed from translations/source/zh-CN/nlpsolver/src/locale.po)0
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zh-CN/padmin/source.po (renamed from translations/source/zh-CN/padmin/source.po)0
-rw-r--r--source/zh-CN/readlicense_oo/docs/readme.po (renamed from translations/source/zh-CN/readlicense_oo/docs/readme.po)0
-rw-r--r--source/zh-CN/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/zh-CN/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/zh-CN/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-CN/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zh-CN/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/zh-CN/reportbuilder/util.po (renamed from translations/source/zh-CN/reportbuilder/util.po)0
-rw-r--r--source/zh-CN/reportdesign/source/core/resource.po (renamed from translations/source/zh-CN/reportdesign/source/core/resource.po)0
-rw-r--r--source/zh-CN/reportdesign/source/ui/dlg.po (renamed from translations/source/zh-CN/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/zh-CN/reportdesign/source/ui/inspection.po (renamed from translations/source/zh-CN/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/zh-CN/reportdesign/source/ui/report.po (renamed from translations/source/zh-CN/reportdesign/source/ui/report.po)0
-rw-r--r--source/zh-CN/sc/source/core/src.po (renamed from translations/source/zh-CN/sc/source/core/src.po)0
-rw-r--r--source/zh-CN/sc/source/ui/cctrl.po (renamed from translations/source/zh-CN/sc/source/ui/cctrl.po)0
-rw-r--r--source/zh-CN/sc/source/ui/dbgui.po (renamed from translations/source/zh-CN/sc/source/ui/dbgui.po)0
-rw-r--r--source/zh-CN/sc/source/ui/docshell.po (renamed from translations/source/zh-CN/sc/source/ui/docshell.po)0
-rw-r--r--source/zh-CN/sc/source/ui/drawfunc.po (renamed from translations/source/zh-CN/sc/source/ui/drawfunc.po)0
-rw-r--r--source/zh-CN/sc/source/ui/formdlg.po (renamed from translations/source/zh-CN/sc/source/ui/formdlg.po)0
-rw-r--r--source/zh-CN/sc/source/ui/miscdlgs.po (renamed from translations/source/zh-CN/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/zh-CN/sc/source/ui/navipi.po (renamed from translations/source/zh-CN/sc/source/ui/navipi.po)0
-rw-r--r--source/zh-CN/sc/source/ui/optdlg.po (renamed from translations/source/zh-CN/sc/source/ui/optdlg.po)0
-rw-r--r--source/zh-CN/sc/source/ui/pagedlg.po (renamed from translations/source/zh-CN/sc/source/ui/pagedlg.po)0
-rw-r--r--source/zh-CN/sc/source/ui/src.po (renamed from translations/source/zh-CN/sc/source/ui/src.po)0
-rw-r--r--source/zh-CN/sc/source/ui/styleui.po (renamed from translations/source/zh-CN/sc/source/ui/styleui.po)0
-rw-r--r--source/zh-CN/scaddins/source/analysis.po (renamed from translations/source/zh-CN/scaddins/source/analysis.po)0
-rw-r--r--source/zh-CN/scaddins/source/datefunc.po (renamed from translations/source/zh-CN/scaddins/source/datefunc.po)0
-rw-r--r--source/zh-CN/sccomp/source/solver.po (renamed from translations/source/zh-CN/sccomp/source/solver.po)0
-rw-r--r--source/zh-CN/scp2/source/accessories.po (renamed from translations/source/zh-CN/scp2/source/accessories.po)0
-rw-r--r--source/zh-CN/scp2/source/activex.po (renamed from translations/source/zh-CN/scp2/source/activex.po)0
-rw-r--r--source/zh-CN/scp2/source/base.po (renamed from translations/source/zh-CN/scp2/source/base.po)0
-rw-r--r--source/zh-CN/scp2/source/binfilter.po (renamed from translations/source/zh-CN/scp2/source/binfilter.po)0
-rw-r--r--source/zh-CN/scp2/source/calc.po (renamed from translations/source/zh-CN/scp2/source/calc.po)0
-rw-r--r--source/zh-CN/scp2/source/draw.po (renamed from translations/source/zh-CN/scp2/source/draw.po)0
-rw-r--r--source/zh-CN/scp2/source/extensions.po (renamed from translations/source/zh-CN/scp2/source/extensions.po)0
-rw-r--r--source/zh-CN/scp2/source/gnome.po (renamed from translations/source/zh-CN/scp2/source/gnome.po)0
-rw-r--r--source/zh-CN/scp2/source/graphicfilter.po (renamed from translations/source/zh-CN/scp2/source/graphicfilter.po)0
-rw-r--r--source/zh-CN/scp2/source/impress.po (renamed from translations/source/zh-CN/scp2/source/impress.po)0
-rw-r--r--source/zh-CN/scp2/source/javafilter.po (renamed from translations/source/zh-CN/scp2/source/javafilter.po)0
-rw-r--r--source/zh-CN/scp2/source/kde.po (renamed from translations/source/zh-CN/scp2/source/kde.po)0
-rw-r--r--source/zh-CN/scp2/source/math.po (renamed from translations/source/zh-CN/scp2/source/math.po)0
-rw-r--r--source/zh-CN/scp2/source/onlineupdate.po (renamed from translations/source/zh-CN/scp2/source/onlineupdate.po)0
-rw-r--r--source/zh-CN/scp2/source/ooo.po (renamed from translations/source/zh-CN/scp2/source/ooo.po)0
-rw-r--r--source/zh-CN/scp2/source/python.po (renamed from translations/source/zh-CN/scp2/source/python.po)0
-rw-r--r--source/zh-CN/scp2/source/quickstart.po (renamed from translations/source/zh-CN/scp2/source/quickstart.po)0
-rw-r--r--source/zh-CN/scp2/source/sdkoo.po (renamed from translations/source/zh-CN/scp2/source/sdkoo.po)0
-rw-r--r--source/zh-CN/scp2/source/smoketest.po (renamed from translations/source/zh-CN/scp2/source/smoketest.po)0
-rw-r--r--source/zh-CN/scp2/source/stdlibs.po (renamed from translations/source/zh-CN/scp2/source/stdlibs.po)0
-rw-r--r--source/zh-CN/scp2/source/tde.po (renamed from translations/source/zh-CN/scp2/source/tde.po)0
-rw-r--r--source/zh-CN/scp2/source/winexplorerext.po (renamed from translations/source/zh-CN/scp2/source/winexplorerext.po)0
-rw-r--r--source/zh-CN/scp2/source/writer.po (renamed from translations/source/zh-CN/scp2/source/writer.po)0
-rw-r--r--source/zh-CN/scp2/source/xsltfilter.po (renamed from translations/source/zh-CN/scp2/source/xsltfilter.po)0
-rw-r--r--source/zh-CN/scripting/source/pyprov.po (renamed from translations/source/zh-CN/scripting/source/pyprov.po)0
-rw-r--r--source/zh-CN/sd/source/core.po (renamed from translations/source/zh-CN/sd/source/core.po)0
-rw-r--r--source/zh-CN/sd/source/filter/html.po (renamed from translations/source/zh-CN/sd/source/filter/html.po)0
-rw-r--r--source/zh-CN/sd/source/ui/accessibility.po (renamed from translations/source/zh-CN/sd/source/ui/accessibility.po)0
-rw-r--r--source/zh-CN/sd/source/ui/animations.po (renamed from translations/source/zh-CN/sd/source/ui/animations.po)0
-rw-r--r--source/zh-CN/sd/source/ui/annotations.po (renamed from translations/source/zh-CN/sd/source/ui/annotations.po)0
-rw-r--r--source/zh-CN/sd/source/ui/app.po (renamed from translations/source/zh-CN/sd/source/ui/app.po)0
-rw-r--r--source/zh-CN/sd/source/ui/dlg.po (renamed from translations/source/zh-CN/sd/source/ui/dlg.po)0
-rw-r--r--source/zh-CN/sd/source/ui/slideshow.po (renamed from translations/source/zh-CN/sd/source/ui/slideshow.po)0
-rw-r--r--source/zh-CN/sd/source/ui/table.po (renamed from translations/source/zh-CN/sd/source/ui/table.po)0
-rw-r--r--source/zh-CN/sd/source/ui/view.po (renamed from translations/source/zh-CN/sd/source/ui/view.po)0
-rw-r--r--source/zh-CN/sdext/source/minimizer.po (renamed from translations/source/zh-CN/sdext/source/minimizer.po)0
-rw-r--r--source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zh-CN/sdext/source/pdfimport.po (renamed from translations/source/zh-CN/sdext/source/pdfimport.po)0
-rw-r--r--source/zh-CN/sdext/source/presenter.po (renamed from translations/source/zh-CN/sdext/source/presenter.po)0
-rw-r--r--source/zh-CN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/zh-CN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/zh-CN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zh-CN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zh-CN/setup_native/source/mac.po (renamed from translations/source/zh-CN/setup_native/source/mac.po)0
-rw-r--r--source/zh-CN/sfx2/source/appl.po (renamed from translations/source/zh-CN/sfx2/source/appl.po)0
-rw-r--r--source/zh-CN/sfx2/source/bastyp.po (renamed from translations/source/zh-CN/sfx2/source/bastyp.po)0
-rw-r--r--source/zh-CN/sfx2/source/dialog.po (renamed from translations/source/zh-CN/sfx2/source/dialog.po)0
-rw-r--r--source/zh-CN/sfx2/source/doc.po (renamed from translations/source/zh-CN/sfx2/source/doc.po)0
-rw-r--r--source/zh-CN/sfx2/source/menu.po (renamed from translations/source/zh-CN/sfx2/source/menu.po)0
-rw-r--r--source/zh-CN/sfx2/source/view.po (renamed from translations/source/zh-CN/sfx2/source/view.po)0
-rw-r--r--source/zh-CN/shell/source/win32/shlxthandler/res.po (renamed from translations/source/zh-CN/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/zh-CN/starmath/source.po (renamed from translations/source/zh-CN/starmath/source.po)0
-rw-r--r--source/zh-CN/svl/source/items.po (renamed from translations/source/zh-CN/svl/source/items.po)0
-rw-r--r--source/zh-CN/svl/source/misc.po (renamed from translations/source/zh-CN/svl/source/misc.po)0
-rw-r--r--source/zh-CN/svtools/source/contnr.po (renamed from translations/source/zh-CN/svtools/source/contnr.po)0
-rw-r--r--source/zh-CN/svtools/source/control.po (renamed from translations/source/zh-CN/svtools/source/control.po)0
-rw-r--r--source/zh-CN/svtools/source/dialogs.po (renamed from translations/source/zh-CN/svtools/source/dialogs.po)0
-rw-r--r--source/zh-CN/svtools/source/filter.po (renamed from translations/source/zh-CN/svtools/source/filter.po)0
-rw-r--r--source/zh-CN/svtools/source/java.po (renamed from translations/source/zh-CN/svtools/source/java.po)0
-rw-r--r--source/zh-CN/svtools/source/misc.po (renamed from translations/source/zh-CN/svtools/source/misc.po)0
-rw-r--r--source/zh-CN/svtools/source/toolpanel.po (renamed from translations/source/zh-CN/svtools/source/toolpanel.po)0
-rw-r--r--source/zh-CN/svtools/workben/unodialog.po (renamed from translations/source/zh-CN/svtools/workben/unodialog.po)0
-rw-r--r--source/zh-CN/svx/inc.po (renamed from translations/source/zh-CN/svx/inc.po)0
-rw-r--r--source/zh-CN/svx/source/accessibility.po (renamed from translations/source/zh-CN/svx/source/accessibility.po)0
-rw-r--r--source/zh-CN/svx/source/dialog.po (renamed from translations/source/zh-CN/svx/source/dialog.po)0
-rw-r--r--source/zh-CN/svx/source/engine3d.po (renamed from translations/source/zh-CN/svx/source/engine3d.po)0
-rw-r--r--source/zh-CN/svx/source/fmcomp.po (renamed from translations/source/zh-CN/svx/source/fmcomp.po)0
-rw-r--r--source/zh-CN/svx/source/form.po (renamed from translations/source/zh-CN/svx/source/form.po)0
-rw-r--r--source/zh-CN/svx/source/gallery2.po (renamed from translations/source/zh-CN/svx/source/gallery2.po)0
-rw-r--r--source/zh-CN/svx/source/items.po (renamed from translations/source/zh-CN/svx/source/items.po)0
-rw-r--r--source/zh-CN/svx/source/src.po (renamed from translations/source/zh-CN/svx/source/src.po)0
-rw-r--r--source/zh-CN/svx/source/stbctrls.po (renamed from translations/source/zh-CN/svx/source/stbctrls.po)0
-rw-r--r--source/zh-CN/svx/source/svdraw.po (renamed from translations/source/zh-CN/svx/source/svdraw.po)0
-rw-r--r--source/zh-CN/svx/source/table.po (renamed from translations/source/zh-CN/svx/source/table.po)0
-rw-r--r--source/zh-CN/svx/source/tbxctrls.po (renamed from translations/source/zh-CN/svx/source/tbxctrls.po)0
-rw-r--r--source/zh-CN/svx/source/toolbars.po (renamed from translations/source/zh-CN/svx/source/toolbars.po)0
-rw-r--r--source/zh-CN/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/zh-CN/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/zh-CN/sw/source/core/layout.po (renamed from translations/source/zh-CN/sw/source/core/layout.po)0
-rw-r--r--source/zh-CN/sw/source/core/undo.po (renamed from translations/source/zh-CN/sw/source/core/undo.po)0
-rw-r--r--source/zh-CN/sw/source/core/unocore.po (renamed from translations/source/zh-CN/sw/source/core/unocore.po)0
-rw-r--r--source/zh-CN/sw/source/ui/app.po (renamed from translations/source/zh-CN/sw/source/ui/app.po)0
-rw-r--r--source/zh-CN/sw/source/ui/chrdlg.po (renamed from translations/source/zh-CN/sw/source/ui/chrdlg.po)0
-rw-r--r--source/zh-CN/sw/source/ui/config.po (renamed from translations/source/zh-CN/sw/source/ui/config.po)0
-rw-r--r--source/zh-CN/sw/source/ui/dbui.po (renamed from translations/source/zh-CN/sw/source/ui/dbui.po)0
-rw-r--r--source/zh-CN/sw/source/ui/dialog.po (renamed from translations/source/zh-CN/sw/source/ui/dialog.po)0
-rw-r--r--source/zh-CN/sw/source/ui/dochdl.po (renamed from translations/source/zh-CN/sw/source/ui/dochdl.po)0
-rw-r--r--source/zh-CN/sw/source/ui/docvw.po (renamed from translations/source/zh-CN/sw/source/ui/docvw.po)0
-rw-r--r--source/zh-CN/sw/source/ui/envelp.po (renamed from translations/source/zh-CN/sw/source/ui/envelp.po)0
-rw-r--r--source/zh-CN/sw/source/ui/fldui.po (renamed from translations/source/zh-CN/sw/source/ui/fldui.po)0
-rw-r--r--source/zh-CN/sw/source/ui/fmtui.po (renamed from translations/source/zh-CN/sw/source/ui/fmtui.po)0
-rw-r--r--source/zh-CN/sw/source/ui/frmdlg.po (renamed from translations/source/zh-CN/sw/source/ui/frmdlg.po)0
-rw-r--r--source/zh-CN/sw/source/ui/globdoc.po (renamed from translations/source/zh-CN/sw/source/ui/globdoc.po)0
-rw-r--r--source/zh-CN/sw/source/ui/index.po (renamed from translations/source/zh-CN/sw/source/ui/index.po)0
-rw-r--r--source/zh-CN/sw/source/ui/lingu.po (renamed from translations/source/zh-CN/sw/source/ui/lingu.po)0
-rw-r--r--source/zh-CN/sw/source/ui/misc.po (renamed from translations/source/zh-CN/sw/source/ui/misc.po)0
-rw-r--r--source/zh-CN/sw/source/ui/ribbar.po (renamed from translations/source/zh-CN/sw/source/ui/ribbar.po)0
-rw-r--r--source/zh-CN/sw/source/ui/shells.po (renamed from translations/source/zh-CN/sw/source/ui/shells.po)0
-rw-r--r--source/zh-CN/sw/source/ui/smartmenu.po (renamed from translations/source/zh-CN/sw/source/ui/smartmenu.po)0
-rw-r--r--source/zh-CN/sw/source/ui/table.po (renamed from translations/source/zh-CN/sw/source/ui/table.po)0
-rw-r--r--source/zh-CN/sw/source/ui/uiview.po (renamed from translations/source/zh-CN/sw/source/ui/uiview.po)0
-rw-r--r--source/zh-CN/sw/source/ui/utlui.po (renamed from translations/source/zh-CN/sw/source/ui/utlui.po)0
-rw-r--r--source/zh-CN/sw/source/ui/web.po (renamed from translations/source/zh-CN/sw/source/ui/web.po)0
-rw-r--r--source/zh-CN/sw/source/ui/wrtsh.po (renamed from translations/source/zh-CN/sw/source/ui/wrtsh.po)0
-rw-r--r--source/zh-CN/swext/mediawiki/help.po (renamed from translations/source/zh-CN/swext/mediawiki/help.po)0
-rw-r--r--source/zh-CN/swext/mediawiki/src.po (renamed from translations/source/zh-CN/swext/mediawiki/src.po)0
-rw-r--r--source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/zh-CN/sysui/desktop/share.po (renamed from translations/source/zh-CN/sysui/desktop/share.po)0
-rw-r--r--source/zh-CN/uui/source.po (renamed from translations/source/zh-CN/uui/source.po)0
-rw-r--r--source/zh-CN/vcl/source/src.po (renamed from translations/source/zh-CN/vcl/source/src.po)0
-rw-r--r--source/zh-CN/wizards/source/euro.po (renamed from translations/source/zh-CN/wizards/source/euro.po)0
-rw-r--r--source/zh-CN/wizards/source/formwizard.po (renamed from translations/source/zh-CN/wizards/source/formwizard.po)0
-rw-r--r--source/zh-CN/wizards/source/importwizard.po (renamed from translations/source/zh-CN/wizards/source/importwizard.po)0
-rw-r--r--source/zh-CN/wizards/source/schedule.po (renamed from translations/source/zh-CN/wizards/source/schedule.po)0
-rw-r--r--source/zh-CN/wizards/source/template.po (renamed from translations/source/zh-CN/wizards/source/template.po)0
-rw-r--r--source/zh-CN/xmlsecurity/source/component.po (renamed from translations/source/zh-CN/xmlsecurity/source/component.po)0
-rw-r--r--source/zh-CN/xmlsecurity/source/dialogs.po (renamed from translations/source/zh-CN/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/zh-TW/accessibility/source/helper.po (renamed from translations/source/zh-TW/accessibility/source/helper.po)0
-rw-r--r--source/zh-TW/avmedia/source/framework.po (renamed from translations/source/zh-TW/avmedia/source/framework.po)0
-rw-r--r--source/zh-TW/avmedia/source/viewer.po (renamed from translations/source/zh-TW/avmedia/source/viewer.po)0
-rw-r--r--source/zh-TW/basctl/source/basicide.po (renamed from translations/source/zh-TW/basctl/source/basicide.po)0
-rw-r--r--source/zh-TW/basctl/source/dlged.po (renamed from translations/source/zh-TW/basctl/source/dlged.po)0
-rw-r--r--source/zh-TW/basic/source/classes.po (renamed from translations/source/zh-TW/basic/source/classes.po)0
-rw-r--r--source/zh-TW/basic/source/sbx.po (renamed from translations/source/zh-TW/basic/source/sbx.po)0
-rw-r--r--source/zh-TW/chart2/source/controller/dialogs.po (renamed from translations/source/zh-TW/chart2/source/controller/dialogs.po)0
-rw-r--r--source/zh-TW/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/zh-TW/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/connectivity/source/resource.po (renamed from translations/source/zh-TW/connectivity/source/resource.po)0
-rw-r--r--source/zh-TW/cui/source/customize.po (renamed from translations/source/zh-TW/cui/source/customize.po)0
-rw-r--r--source/zh-TW/cui/source/dialogs.po (renamed from translations/source/zh-TW/cui/source/dialogs.po)0
-rw-r--r--source/zh-TW/cui/source/options.po (renamed from translations/source/zh-TW/cui/source/options.po)0
-rw-r--r--source/zh-TW/cui/source/tabpages.po (renamed from translations/source/zh-TW/cui/source/tabpages.po)0
-rw-r--r--source/zh-TW/dbaccess/source/core/resource.po (renamed from translations/source/zh-TW/dbaccess/source/core/resource.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ext/macromigration.po (renamed from translations/source/zh-TW/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/zh-TW/dbaccess/source/sdbtools/resource.po (renamed from translations/source/zh-TW/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/app.po (renamed from translations/source/zh-TW/dbaccess/source/ui/app.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/browser.po (renamed from translations/source/zh-TW/dbaccess/source/ui/browser.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/control.po (renamed from translations/source/zh-TW/dbaccess/source/ui/control.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/dlg.po (renamed from translations/source/zh-TW/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/inc.po (renamed from translations/source/zh-TW/dbaccess/source/ui/inc.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/misc.po (renamed from translations/source/zh-TW/dbaccess/source/ui/misc.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/querydesign.po (renamed from translations/source/zh-TW/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/relationdesign.po (renamed from translations/source/zh-TW/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/tabledesign.po (renamed from translations/source/zh-TW/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/zh-TW/dbaccess/source/ui/uno.po (renamed from translations/source/zh-TW/dbaccess/source/ui/uno.po)0
-rw-r--r--source/zh-TW/desktop/source/app.po (renamed from translations/source/zh-TW/desktop/source/app.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/gui.po (renamed from translations/source/zh-TW/desktop/source/deployment/gui.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/manager.po (renamed from translations/source/zh-TW/desktop/source/deployment/manager.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/misc.po (renamed from translations/source/zh-TW/desktop/source/deployment/misc.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/component.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/configuration.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/help.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/package.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/script.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/zh-TW/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/zh-TW/desktop/source/deployment/unopkg.po (renamed from translations/source/zh-TW/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/zh-TW/dictionaries/af_ZA.po (renamed from translations/source/zh-TW/dictionaries/af_ZA.po)0
-rw-r--r--source/zh-TW/dictionaries/an_ES.po (renamed from translations/source/zh-TW/dictionaries/an_ES.po)0
-rw-r--r--source/zh-TW/dictionaries/ar.po (renamed from translations/source/zh-TW/dictionaries/ar.po)0
-rw-r--r--source/zh-TW/dictionaries/be_BY.po (renamed from translations/source/zh-TW/dictionaries/be_BY.po)0
-rw-r--r--source/zh-TW/dictionaries/bg_BG.po (renamed from translations/source/zh-TW/dictionaries/bg_BG.po)0
-rw-r--r--source/zh-TW/dictionaries/bn_BD.po (renamed from translations/source/zh-TW/dictionaries/bn_BD.po)0
-rw-r--r--source/zh-TW/dictionaries/br_FR.po (renamed from translations/source/zh-TW/dictionaries/br_FR.po)0
-rw-r--r--source/zh-TW/dictionaries/ca.po (renamed from translations/source/zh-TW/dictionaries/ca.po)0
-rw-r--r--source/zh-TW/dictionaries/cs_CZ.po (renamed from translations/source/zh-TW/dictionaries/cs_CZ.po)0
-rw-r--r--source/zh-TW/dictionaries/da_DK.po (renamed from translations/source/zh-TW/dictionaries/da_DK.po)0
-rw-r--r--source/zh-TW/dictionaries/de.po (renamed from translations/source/zh-TW/dictionaries/de.po)0
-rw-r--r--source/zh-TW/dictionaries/el_GR.po (renamed from translations/source/zh-TW/dictionaries/el_GR.po)0
-rw-r--r--source/zh-TW/dictionaries/en.po (renamed from translations/source/zh-TW/dictionaries/en.po)0
-rw-r--r--source/zh-TW/dictionaries/en/dialog.po (renamed from translations/source/zh-TW/dictionaries/en/dialog.po)0
-rw-r--r--source/zh-TW/dictionaries/es_ES.po (renamed from translations/source/zh-TW/dictionaries/es_ES.po)0
-rw-r--r--source/zh-TW/dictionaries/et_EE.po (renamed from translations/source/zh-TW/dictionaries/et_EE.po)0
-rw-r--r--source/zh-TW/dictionaries/fr_FR.po (renamed from translations/source/zh-TW/dictionaries/fr_FR.po)0
-rw-r--r--source/zh-TW/dictionaries/gd_GB.po (renamed from translations/source/zh-TW/dictionaries/gd_GB.po)0
-rw-r--r--source/zh-TW/dictionaries/gl.po (renamed from translations/source/zh-TW/dictionaries/gl.po)0
-rw-r--r--source/zh-TW/dictionaries/gu_IN.po (renamed from translations/source/zh-TW/dictionaries/gu_IN.po)0
-rw-r--r--source/zh-TW/dictionaries/he_IL.po (renamed from translations/source/zh-TW/dictionaries/he_IL.po)0
-rw-r--r--source/zh-TW/dictionaries/hi_IN.po (renamed from translations/source/zh-TW/dictionaries/hi_IN.po)0
-rw-r--r--source/zh-TW/dictionaries/hr_HR.po (renamed from translations/source/zh-TW/dictionaries/hr_HR.po)0
-rw-r--r--source/zh-TW/dictionaries/hu_HU.po (renamed from translations/source/zh-TW/dictionaries/hu_HU.po)0
-rw-r--r--source/zh-TW/dictionaries/hu_HU/dialog.po (renamed from translations/source/zh-TW/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/zh-TW/dictionaries/it_IT.po (renamed from translations/source/zh-TW/dictionaries/it_IT.po)0
-rw-r--r--source/zh-TW/dictionaries/ku_TR.po (renamed from translations/source/zh-TW/dictionaries/ku_TR.po)0
-rw-r--r--source/zh-TW/dictionaries/lt_LT.po (renamed from translations/source/zh-TW/dictionaries/lt_LT.po)0
-rw-r--r--source/zh-TW/dictionaries/lv_LV.po (renamed from translations/source/zh-TW/dictionaries/lv_LV.po)0
-rw-r--r--source/zh-TW/dictionaries/ne_NP.po (renamed from translations/source/zh-TW/dictionaries/ne_NP.po)0
-rw-r--r--source/zh-TW/dictionaries/nl_NL.po (renamed from translations/source/zh-TW/dictionaries/nl_NL.po)0
-rw-r--r--source/zh-TW/dictionaries/no.po (renamed from translations/source/zh-TW/dictionaries/no.po)0
-rw-r--r--source/zh-TW/dictionaries/oc_FR.po (renamed from translations/source/zh-TW/dictionaries/oc_FR.po)0
-rw-r--r--source/zh-TW/dictionaries/pl_PL.po (renamed from translations/source/zh-TW/dictionaries/pl_PL.po)0
-rw-r--r--source/zh-TW/dictionaries/pt_BR.po (renamed from translations/source/zh-TW/dictionaries/pt_BR.po)0
-rw-r--r--source/zh-TW/dictionaries/pt_PT.po (renamed from translations/source/zh-TW/dictionaries/pt_PT.po)0
-rw-r--r--source/zh-TW/dictionaries/ro.po (renamed from translations/source/zh-TW/dictionaries/ro.po)0
-rw-r--r--source/zh-TW/dictionaries/ru_RU.po (renamed from translations/source/zh-TW/dictionaries/ru_RU.po)0
-rw-r--r--source/zh-TW/dictionaries/ru_RU/dialog.po (renamed from translations/source/zh-TW/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/zh-TW/dictionaries/si_LK.po (renamed from translations/source/zh-TW/dictionaries/si_LK.po)0
-rw-r--r--source/zh-TW/dictionaries/sk_SK.po (renamed from translations/source/zh-TW/dictionaries/sk_SK.po)0
-rw-r--r--source/zh-TW/dictionaries/sl_SI.po (renamed from translations/source/zh-TW/dictionaries/sl_SI.po)0
-rw-r--r--source/zh-TW/dictionaries/sr.po (renamed from translations/source/zh-TW/dictionaries/sr.po)0
-rw-r--r--source/zh-TW/dictionaries/sv_SE.po (renamed from translations/source/zh-TW/dictionaries/sv_SE.po)0
-rw-r--r--source/zh-TW/dictionaries/sw_TZ.po (renamed from translations/source/zh-TW/dictionaries/sw_TZ.po)0
-rw-r--r--source/zh-TW/dictionaries/te_IN.po (renamed from translations/source/zh-TW/dictionaries/te_IN.po)0
-rw-r--r--source/zh-TW/dictionaries/th_TH.po (renamed from translations/source/zh-TW/dictionaries/th_TH.po)0
-rw-r--r--source/zh-TW/dictionaries/uk_UA.po (renamed from translations/source/zh-TW/dictionaries/uk_UA.po)0
-rw-r--r--source/zh-TW/dictionaries/vi.po (renamed from translations/source/zh-TW/dictionaries/vi.po)0
-rw-r--r--source/zh-TW/dictionaries/zu_ZA.po (renamed from translations/source/zh-TW/dictionaries/zu_ZA.po)0
-rw-r--r--source/zh-TW/editeng/source/accessibility.po (renamed from translations/source/zh-TW/editeng/source/accessibility.po)0
-rw-r--r--source/zh-TW/editeng/source/editeng.po (renamed from translations/source/zh-TW/editeng/source/editeng.po)0
-rw-r--r--source/zh-TW/editeng/source/items.po (renamed from translations/source/zh-TW/editeng/source/items.po)0
-rw-r--r--source/zh-TW/editeng/source/misc.po (renamed from translations/source/zh-TW/editeng/source/misc.po)0
-rw-r--r--source/zh-TW/editeng/source/outliner.po (renamed from translations/source/zh-TW/editeng/source/outliner.po)0
-rw-r--r--source/zh-TW/extensions/source/abpilot.po (renamed from translations/source/zh-TW/extensions/source/abpilot.po)0
-rw-r--r--source/zh-TW/extensions/source/bibliography.po (renamed from translations/source/zh-TW/extensions/source/bibliography.po)0
-rw-r--r--source/zh-TW/extensions/source/dbpilots.po (renamed from translations/source/zh-TW/extensions/source/dbpilots.po)0
-rw-r--r--source/zh-TW/extensions/source/propctrlr.po (renamed from translations/source/zh-TW/extensions/source/propctrlr.po)0
-rw-r--r--source/zh-TW/extensions/source/scanner.po (renamed from translations/source/zh-TW/extensions/source/scanner.po)0
-rw-r--r--source/zh-TW/extensions/source/update/check.po (renamed from translations/source/zh-TW/extensions/source/update/check.po)0
-rw-r--r--source/zh-TW/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/zh-TW/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/zh-TW/filter/source/config/fragments/filters.po (renamed from translations/source/zh-TW/filter/source/config/fragments/filters.po)0
-rw-r--r--source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/zh-TW/filter/source/config/fragments/types.po (renamed from translations/source/zh-TW/filter/source/config/fragments/types.po)0
-rw-r--r--source/zh-TW/filter/source/flash.po (renamed from translations/source/zh-TW/filter/source/flash.po)0
-rw-r--r--source/zh-TW/filter/source/graphicfilter/eps.po (renamed from translations/source/zh-TW/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/zh-TW/filter/source/pdf.po (renamed from translations/source/zh-TW/filter/source/pdf.po)0
-rw-r--r--source/zh-TW/filter/source/t602.po (renamed from translations/source/zh-TW/filter/source/t602.po)0
-rw-r--r--source/zh-TW/filter/source/xsltdialog.po (renamed from translations/source/zh-TW/filter/source/xsltdialog.po)0
-rw-r--r--source/zh-TW/forms/source/resource.po (renamed from translations/source/zh-TW/forms/source/resource.po)0
-rw-r--r--source/zh-TW/formula/source/core/resource.po (renamed from translations/source/zh-TW/formula/source/core/resource.po)0
-rw-r--r--source/zh-TW/formula/source/ui/dlg.po (renamed from translations/source/zh-TW/formula/source/ui/dlg.po)0
-rw-r--r--source/zh-TW/fpicker/source/office.po (renamed from translations/source/zh-TW/fpicker/source/office.po)0
-rw-r--r--source/zh-TW/framework/source/classes.po (renamed from translations/source/zh-TW/framework/source/classes.po)0
-rw-r--r--source/zh-TW/framework/source/services.po (renamed from translations/source/zh-TW/framework/source/services.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sbasic/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sbasic/shared.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/05.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/05.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/scalc/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart.po (renamed from translations/source/zh-TW/helpcontent2/source/text/schart.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/schart/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/schart/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/schart/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/schart/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sdraw.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sdraw/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sdraw/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sdraw/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/sdraw/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/05.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/05.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/07.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/07.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/autokorr.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/autokorr.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/autopi.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/autopi.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po (renamed from translations/source/zh-TW/helpcontent2/source/text/shared/optionen.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/simpress/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/smath/guide.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter/00.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter/01.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/02.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter/02.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/04.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter/04.po)0
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po (renamed from translations/source/zh-TW/helpcontent2/source/text/swriter/guide.po)0
-rw-r--r--source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/zh-TW/mysqlc/source.po (renamed from translations/source/zh-TW/mysqlc/source.po)0
-rw-r--r--source/zh-TW/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/zh-TW/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/zh-TW/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/zh-TW/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/zh-TW/nlpsolver/src/locale.po (renamed from translations/source/zh-TW/nlpsolver/src/locale.po)0
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zh-TW/padmin/source.po (renamed from translations/source/zh-TW/padmin/source.po)0
-rw-r--r--source/zh-TW/readlicense_oo/docs/readme.po (renamed from translations/source/zh-TW/readlicense_oo/docs/readme.po)0
-rw-r--r--source/zh-TW/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/zh-TW/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/zh-TW/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-TW/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zh-TW/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/zh-TW/reportbuilder/util.po (renamed from translations/source/zh-TW/reportbuilder/util.po)0
-rw-r--r--source/zh-TW/reportdesign/source/core/resource.po (renamed from translations/source/zh-TW/reportdesign/source/core/resource.po)0
-rw-r--r--source/zh-TW/reportdesign/source/ui/dlg.po (renamed from translations/source/zh-TW/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/zh-TW/reportdesign/source/ui/inspection.po (renamed from translations/source/zh-TW/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/zh-TW/reportdesign/source/ui/report.po (renamed from translations/source/zh-TW/reportdesign/source/ui/report.po)0
-rw-r--r--source/zh-TW/sc/source/core/src.po (renamed from translations/source/zh-TW/sc/source/core/src.po)0
-rw-r--r--source/zh-TW/sc/source/ui/cctrl.po (renamed from translations/source/zh-TW/sc/source/ui/cctrl.po)0
-rw-r--r--source/zh-TW/sc/source/ui/dbgui.po (renamed from translations/source/zh-TW/sc/source/ui/dbgui.po)0
-rw-r--r--source/zh-TW/sc/source/ui/docshell.po (renamed from translations/source/zh-TW/sc/source/ui/docshell.po)0
-rw-r--r--source/zh-TW/sc/source/ui/drawfunc.po (renamed from translations/source/zh-TW/sc/source/ui/drawfunc.po)0
-rw-r--r--source/zh-TW/sc/source/ui/formdlg.po (renamed from translations/source/zh-TW/sc/source/ui/formdlg.po)0
-rw-r--r--source/zh-TW/sc/source/ui/miscdlgs.po (renamed from translations/source/zh-TW/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/zh-TW/sc/source/ui/navipi.po (renamed from translations/source/zh-TW/sc/source/ui/navipi.po)0
-rw-r--r--source/zh-TW/sc/source/ui/optdlg.po (renamed from translations/source/zh-TW/sc/source/ui/optdlg.po)0
-rw-r--r--source/zh-TW/sc/source/ui/pagedlg.po (renamed from translations/source/zh-TW/sc/source/ui/pagedlg.po)0
-rw-r--r--source/zh-TW/sc/source/ui/src.po (renamed from translations/source/zh-TW/sc/source/ui/src.po)0
-rw-r--r--source/zh-TW/sc/source/ui/styleui.po (renamed from translations/source/zh-TW/sc/source/ui/styleui.po)0
-rw-r--r--source/zh-TW/scaddins/source/analysis.po (renamed from translations/source/zh-TW/scaddins/source/analysis.po)0
-rw-r--r--source/zh-TW/scaddins/source/datefunc.po (renamed from translations/source/zh-TW/scaddins/source/datefunc.po)0
-rw-r--r--source/zh-TW/sccomp/source/solver.po (renamed from translations/source/zh-TW/sccomp/source/solver.po)0
-rw-r--r--source/zh-TW/scp2/source/accessories.po (renamed from translations/source/zh-TW/scp2/source/accessories.po)0
-rw-r--r--source/zh-TW/scp2/source/activex.po (renamed from translations/source/zh-TW/scp2/source/activex.po)0
-rw-r--r--source/zh-TW/scp2/source/base.po (renamed from translations/source/zh-TW/scp2/source/base.po)0
-rw-r--r--source/zh-TW/scp2/source/binfilter.po (renamed from translations/source/zh-TW/scp2/source/binfilter.po)0
-rw-r--r--source/zh-TW/scp2/source/calc.po (renamed from translations/source/zh-TW/scp2/source/calc.po)0
-rw-r--r--source/zh-TW/scp2/source/draw.po (renamed from translations/source/zh-TW/scp2/source/draw.po)0
-rw-r--r--source/zh-TW/scp2/source/extensions.po (renamed from translations/source/zh-TW/scp2/source/extensions.po)0
-rw-r--r--source/zh-TW/scp2/source/gnome.po (renamed from translations/source/zh-TW/scp2/source/gnome.po)0
-rw-r--r--source/zh-TW/scp2/source/graphicfilter.po (renamed from translations/source/zh-TW/scp2/source/graphicfilter.po)0
-rw-r--r--source/zh-TW/scp2/source/impress.po (renamed from translations/source/zh-TW/scp2/source/impress.po)0
-rw-r--r--source/zh-TW/scp2/source/javafilter.po (renamed from translations/source/zh-TW/scp2/source/javafilter.po)0
-rw-r--r--source/zh-TW/scp2/source/kde.po (renamed from translations/source/zh-TW/scp2/source/kde.po)0
-rw-r--r--source/zh-TW/scp2/source/math.po (renamed from translations/source/zh-TW/scp2/source/math.po)0
-rw-r--r--source/zh-TW/scp2/source/onlineupdate.po (renamed from translations/source/zh-TW/scp2/source/onlineupdate.po)0
-rw-r--r--source/zh-TW/scp2/source/ooo.po (renamed from translations/source/zh-TW/scp2/source/ooo.po)0
-rw-r--r--source/zh-TW/scp2/source/python.po (renamed from translations/source/zh-TW/scp2/source/python.po)0
-rw-r--r--source/zh-TW/scp2/source/quickstart.po (renamed from translations/source/zh-TW/scp2/source/quickstart.po)0
-rw-r--r--source/zh-TW/scp2/source/sdkoo.po (renamed from translations/source/zh-TW/scp2/source/sdkoo.po)0
-rw-r--r--source/zh-TW/scp2/source/smoketest.po (renamed from translations/source/zh-TW/scp2/source/smoketest.po)0
-rw-r--r--source/zh-TW/scp2/source/stdlibs.po (renamed from translations/source/zh-TW/scp2/source/stdlibs.po)0
-rw-r--r--source/zh-TW/scp2/source/tde.po (renamed from translations/source/zh-TW/scp2/source/tde.po)0
-rw-r--r--source/zh-TW/scp2/source/winexplorerext.po (renamed from translations/source/zh-TW/scp2/source/winexplorerext.po)0
-rw-r--r--source/zh-TW/scp2/source/writer.po (renamed from translations/source/zh-TW/scp2/source/writer.po)0
-rw-r--r--source/zh-TW/scp2/source/xsltfilter.po (renamed from translations/source/zh-TW/scp2/source/xsltfilter.po)0
-rw-r--r--source/zh-TW/scripting/source/pyprov.po (renamed from translations/source/zh-TW/scripting/source/pyprov.po)0
-rw-r--r--source/zh-TW/sd/source/core.po (renamed from translations/source/zh-TW/sd/source/core.po)0
-rw-r--r--source/zh-TW/sd/source/filter/html.po (renamed from translations/source/zh-TW/sd/source/filter/html.po)0
-rw-r--r--source/zh-TW/sd/source/ui/accessibility.po (renamed from translations/source/zh-TW/sd/source/ui/accessibility.po)0
-rw-r--r--source/zh-TW/sd/source/ui/animations.po (renamed from translations/source/zh-TW/sd/source/ui/animations.po)0
-rw-r--r--source/zh-TW/sd/source/ui/annotations.po (renamed from translations/source/zh-TW/sd/source/ui/annotations.po)0
-rw-r--r--source/zh-TW/sd/source/ui/app.po (renamed from translations/source/zh-TW/sd/source/ui/app.po)0
-rw-r--r--source/zh-TW/sd/source/ui/dlg.po (renamed from translations/source/zh-TW/sd/source/ui/dlg.po)0
-rw-r--r--source/zh-TW/sd/source/ui/slideshow.po (renamed from translations/source/zh-TW/sd/source/ui/slideshow.po)0
-rw-r--r--source/zh-TW/sd/source/ui/table.po (renamed from translations/source/zh-TW/sd/source/ui/table.po)0
-rw-r--r--source/zh-TW/sd/source/ui/view.po (renamed from translations/source/zh-TW/sd/source/ui/view.po)0
-rw-r--r--source/zh-TW/sdext/source/minimizer.po (renamed from translations/source/zh-TW/sdext/source/minimizer.po)0
-rw-r--r--source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zh-TW/sdext/source/pdfimport.po (renamed from translations/source/zh-TW/sdext/source/pdfimport.po)0
-rw-r--r--source/zh-TW/sdext/source/presenter.po (renamed from translations/source/zh-TW/sdext/source/presenter.po)0
-rw-r--r--source/zh-TW/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/zh-TW/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/zh-TW/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zh-TW/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zh-TW/setup_native/source/mac.po (renamed from translations/source/zh-TW/setup_native/source/mac.po)0
-rw-r--r--source/zh-TW/sfx2/source/appl.po (renamed from translations/source/zh-TW/sfx2/source/appl.po)0
-rw-r--r--source/zh-TW/sfx2/source/bastyp.po (renamed from translations/source/zh-TW/sfx2/source/bastyp.po)0
-rw-r--r--source/zh-TW/sfx2/source/dialog.po (renamed from translations/source/zh-TW/sfx2/source/dialog.po)0
-rw-r--r--source/zh-TW/sfx2/source/doc.po (renamed from translations/source/zh-TW/sfx2/source/doc.po)0
-rw-r--r--source/zh-TW/sfx2/source/menu.po (renamed from translations/source/zh-TW/sfx2/source/menu.po)0
-rw-r--r--source/zh-TW/sfx2/source/view.po (renamed from translations/source/zh-TW/sfx2/source/view.po)0
-rw-r--r--source/zh-TW/shell/source/win32/shlxthandler/res.po (renamed from translations/source/zh-TW/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/zh-TW/starmath/source.po (renamed from translations/source/zh-TW/starmath/source.po)0
-rw-r--r--source/zh-TW/svl/source/items.po (renamed from translations/source/zh-TW/svl/source/items.po)0
-rw-r--r--source/zh-TW/svl/source/misc.po (renamed from translations/source/zh-TW/svl/source/misc.po)0
-rw-r--r--source/zh-TW/svtools/source/contnr.po (renamed from translations/source/zh-TW/svtools/source/contnr.po)0
-rw-r--r--source/zh-TW/svtools/source/control.po (renamed from translations/source/zh-TW/svtools/source/control.po)0
-rw-r--r--source/zh-TW/svtools/source/dialogs.po (renamed from translations/source/zh-TW/svtools/source/dialogs.po)0
-rw-r--r--source/zh-TW/svtools/source/filter.po (renamed from translations/source/zh-TW/svtools/source/filter.po)0
-rw-r--r--source/zh-TW/svtools/source/java.po (renamed from translations/source/zh-TW/svtools/source/java.po)0
-rw-r--r--source/zh-TW/svtools/source/misc.po (renamed from translations/source/zh-TW/svtools/source/misc.po)0
-rw-r--r--source/zh-TW/svtools/source/toolpanel.po (renamed from translations/source/zh-TW/svtools/source/toolpanel.po)0
-rw-r--r--source/zh-TW/svtools/workben/unodialog.po (renamed from translations/source/zh-TW/svtools/workben/unodialog.po)0
-rw-r--r--source/zh-TW/svx/inc.po (renamed from translations/source/zh-TW/svx/inc.po)0
-rw-r--r--source/zh-TW/svx/source/accessibility.po (renamed from translations/source/zh-TW/svx/source/accessibility.po)0
-rw-r--r--source/zh-TW/svx/source/dialog.po (renamed from translations/source/zh-TW/svx/source/dialog.po)0
-rw-r--r--source/zh-TW/svx/source/engine3d.po (renamed from translations/source/zh-TW/svx/source/engine3d.po)0
-rw-r--r--source/zh-TW/svx/source/fmcomp.po (renamed from translations/source/zh-TW/svx/source/fmcomp.po)0
-rw-r--r--source/zh-TW/svx/source/form.po (renamed from translations/source/zh-TW/svx/source/form.po)0
-rw-r--r--source/zh-TW/svx/source/gallery2.po (renamed from translations/source/zh-TW/svx/source/gallery2.po)0
-rw-r--r--source/zh-TW/svx/source/items.po (renamed from translations/source/zh-TW/svx/source/items.po)0
-rw-r--r--source/zh-TW/svx/source/src.po (renamed from translations/source/zh-TW/svx/source/src.po)0
-rw-r--r--source/zh-TW/svx/source/stbctrls.po (renamed from translations/source/zh-TW/svx/source/stbctrls.po)0
-rw-r--r--source/zh-TW/svx/source/svdraw.po (renamed from translations/source/zh-TW/svx/source/svdraw.po)0
-rw-r--r--source/zh-TW/svx/source/table.po (renamed from translations/source/zh-TW/svx/source/table.po)0
-rw-r--r--source/zh-TW/svx/source/tbxctrls.po (renamed from translations/source/zh-TW/svx/source/tbxctrls.po)0
-rw-r--r--source/zh-TW/svx/source/toolbars.po (renamed from translations/source/zh-TW/svx/source/toolbars.po)0
-rw-r--r--source/zh-TW/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/zh-TW/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/zh-TW/sw/source/core/layout.po (renamed from translations/source/zh-TW/sw/source/core/layout.po)0
-rw-r--r--source/zh-TW/sw/source/core/undo.po (renamed from translations/source/zh-TW/sw/source/core/undo.po)0
-rw-r--r--source/zh-TW/sw/source/core/unocore.po (renamed from translations/source/zh-TW/sw/source/core/unocore.po)0
-rw-r--r--source/zh-TW/sw/source/ui/app.po (renamed from translations/source/zh-TW/sw/source/ui/app.po)0
-rw-r--r--source/zh-TW/sw/source/ui/chrdlg.po (renamed from translations/source/zh-TW/sw/source/ui/chrdlg.po)0
-rw-r--r--source/zh-TW/sw/source/ui/config.po (renamed from translations/source/zh-TW/sw/source/ui/config.po)0
-rw-r--r--source/zh-TW/sw/source/ui/dbui.po (renamed from translations/source/zh-TW/sw/source/ui/dbui.po)0
-rw-r--r--source/zh-TW/sw/source/ui/dialog.po (renamed from translations/source/zh-TW/sw/source/ui/dialog.po)0
-rw-r--r--source/zh-TW/sw/source/ui/dochdl.po (renamed from translations/source/zh-TW/sw/source/ui/dochdl.po)0
-rw-r--r--source/zh-TW/sw/source/ui/docvw.po (renamed from translations/source/zh-TW/sw/source/ui/docvw.po)0
-rw-r--r--source/zh-TW/sw/source/ui/envelp.po (renamed from translations/source/zh-TW/sw/source/ui/envelp.po)0
-rw-r--r--source/zh-TW/sw/source/ui/fldui.po (renamed from translations/source/zh-TW/sw/source/ui/fldui.po)0
-rw-r--r--source/zh-TW/sw/source/ui/fmtui.po (renamed from translations/source/zh-TW/sw/source/ui/fmtui.po)0
-rw-r--r--source/zh-TW/sw/source/ui/frmdlg.po (renamed from translations/source/zh-TW/sw/source/ui/frmdlg.po)0
-rw-r--r--source/zh-TW/sw/source/ui/globdoc.po (renamed from translations/source/zh-TW/sw/source/ui/globdoc.po)0
-rw-r--r--source/zh-TW/sw/source/ui/index.po (renamed from translations/source/zh-TW/sw/source/ui/index.po)0
-rw-r--r--source/zh-TW/sw/source/ui/lingu.po (renamed from translations/source/zh-TW/sw/source/ui/lingu.po)0
-rw-r--r--source/zh-TW/sw/source/ui/misc.po (renamed from translations/source/zh-TW/sw/source/ui/misc.po)0
-rw-r--r--source/zh-TW/sw/source/ui/ribbar.po (renamed from translations/source/zh-TW/sw/source/ui/ribbar.po)0
-rw-r--r--source/zh-TW/sw/source/ui/shells.po (renamed from translations/source/zh-TW/sw/source/ui/shells.po)0
-rw-r--r--source/zh-TW/sw/source/ui/smartmenu.po (renamed from translations/source/zh-TW/sw/source/ui/smartmenu.po)0
-rw-r--r--source/zh-TW/sw/source/ui/table.po (renamed from translations/source/zh-TW/sw/source/ui/table.po)0
-rw-r--r--source/zh-TW/sw/source/ui/uiview.po (renamed from translations/source/zh-TW/sw/source/ui/uiview.po)0
-rw-r--r--source/zh-TW/sw/source/ui/utlui.po (renamed from translations/source/zh-TW/sw/source/ui/utlui.po)0
-rw-r--r--source/zh-TW/sw/source/ui/web.po (renamed from translations/source/zh-TW/sw/source/ui/web.po)0
-rw-r--r--source/zh-TW/sw/source/ui/wrtsh.po (renamed from translations/source/zh-TW/sw/source/ui/wrtsh.po)0
-rw-r--r--source/zh-TW/swext/mediawiki/help.po (renamed from translations/source/zh-TW/swext/mediawiki/help.po)0
-rw-r--r--source/zh-TW/swext/mediawiki/src.po (renamed from translations/source/zh-TW/swext/mediawiki/src.po)0
-rw-r--r--source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/zh-TW/sysui/desktop/share.po (renamed from translations/source/zh-TW/sysui/desktop/share.po)0
-rw-r--r--source/zh-TW/uui/source.po (renamed from translations/source/zh-TW/uui/source.po)0
-rw-r--r--source/zh-TW/vcl/source/src.po (renamed from translations/source/zh-TW/vcl/source/src.po)0
-rw-r--r--source/zh-TW/wizards/source/euro.po (renamed from translations/source/zh-TW/wizards/source/euro.po)0
-rw-r--r--source/zh-TW/wizards/source/formwizard.po (renamed from translations/source/zh-TW/wizards/source/formwizard.po)0
-rw-r--r--source/zh-TW/wizards/source/importwizard.po (renamed from translations/source/zh-TW/wizards/source/importwizard.po)0
-rw-r--r--source/zh-TW/wizards/source/schedule.po (renamed from translations/source/zh-TW/wizards/source/schedule.po)0
-rw-r--r--source/zh-TW/wizards/source/template.po (renamed from translations/source/zh-TW/wizards/source/template.po)0
-rw-r--r--source/zh-TW/xmlsecurity/source/component.po (renamed from translations/source/zh-TW/xmlsecurity/source/component.po)0
-rw-r--r--source/zh-TW/xmlsecurity/source/dialogs.po (renamed from translations/source/zh-TW/xmlsecurity/source/dialogs.po)0
-rw-r--r--source/zu/accessibility/source/helper.po (renamed from translations/source/zu/accessibility/source/helper.po)0
-rw-r--r--source/zu/avmedia/source/framework.po (renamed from translations/source/zu/avmedia/source/framework.po)0
-rw-r--r--source/zu/avmedia/source/viewer.po (renamed from translations/source/zu/avmedia/source/viewer.po)0
-rw-r--r--source/zu/basctl/source/basicide.po (renamed from translations/source/zu/basctl/source/basicide.po)0
-rw-r--r--source/zu/basctl/source/dlged.po (renamed from translations/source/zu/basctl/source/dlged.po)0
-rw-r--r--source/zu/basic/source/classes.po (renamed from translations/source/zu/basic/source/classes.po)0
-rw-r--r--source/zu/basic/source/sbx.po (renamed from translations/source/zu/basic/source/sbx.po)0
-rw-r--r--source/zu/chart2/source/controller/dialogs.po (renamed from translations/source/zu/chart2/source/controller/dialogs.po)0
-rw-r--r--source/zu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/kab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po (renamed from translations/source/zu/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po)0
-rw-r--r--source/zu/connectivity/source/resource.po (renamed from translations/source/zu/connectivity/source/resource.po)0
-rw-r--r--source/zu/cui/source/customize.po (renamed from translations/source/zu/cui/source/customize.po)0
-rw-r--r--source/zu/cui/source/dialogs.po (renamed from translations/source/zu/cui/source/dialogs.po)0
-rw-r--r--source/zu/cui/source/options.po (renamed from translations/source/zu/cui/source/options.po)0
-rw-r--r--source/zu/cui/source/tabpages.po (renamed from translations/source/zu/cui/source/tabpages.po)0
-rw-r--r--source/zu/dbaccess/source/core/resource.po (renamed from translations/source/zu/dbaccess/source/core/resource.po)0
-rw-r--r--source/zu/dbaccess/source/ext/macromigration.po (renamed from translations/source/zu/dbaccess/source/ext/macromigration.po)0
-rw-r--r--source/zu/dbaccess/source/sdbtools/resource.po (renamed from translations/source/zu/dbaccess/source/sdbtools/resource.po)0
-rw-r--r--source/zu/dbaccess/source/ui/app.po (renamed from translations/source/zu/dbaccess/source/ui/app.po)0
-rw-r--r--source/zu/dbaccess/source/ui/browser.po (renamed from translations/source/zu/dbaccess/source/ui/browser.po)0
-rw-r--r--source/zu/dbaccess/source/ui/control.po (renamed from translations/source/zu/dbaccess/source/ui/control.po)0
-rw-r--r--source/zu/dbaccess/source/ui/dlg.po (renamed from translations/source/zu/dbaccess/source/ui/dlg.po)0
-rw-r--r--source/zu/dbaccess/source/ui/inc.po (renamed from translations/source/zu/dbaccess/source/ui/inc.po)0
-rw-r--r--source/zu/dbaccess/source/ui/misc.po (renamed from translations/source/zu/dbaccess/source/ui/misc.po)0
-rw-r--r--source/zu/dbaccess/source/ui/querydesign.po (renamed from translations/source/zu/dbaccess/source/ui/querydesign.po)0
-rw-r--r--source/zu/dbaccess/source/ui/relationdesign.po (renamed from translations/source/zu/dbaccess/source/ui/relationdesign.po)0
-rw-r--r--source/zu/dbaccess/source/ui/tabledesign.po (renamed from translations/source/zu/dbaccess/source/ui/tabledesign.po)0
-rw-r--r--source/zu/dbaccess/source/ui/uno.po (renamed from translations/source/zu/dbaccess/source/ui/uno.po)0
-rw-r--r--source/zu/desktop/source/app.po (renamed from translations/source/zu/desktop/source/app.po)0
-rw-r--r--source/zu/desktop/source/deployment/gui.po (renamed from translations/source/zu/desktop/source/deployment/gui.po)0
-rw-r--r--source/zu/desktop/source/deployment/manager.po (renamed from translations/source/zu/desktop/source/deployment/manager.po)0
-rw-r--r--source/zu/desktop/source/deployment/misc.po (renamed from translations/source/zu/desktop/source/deployment/misc.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry.po (renamed from translations/source/zu/desktop/source/deployment/registry.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/component.po (renamed from translations/source/zu/desktop/source/deployment/registry/component.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/configuration.po (renamed from translations/source/zu/desktop/source/deployment/registry/configuration.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/help.po (renamed from translations/source/zu/desktop/source/deployment/registry/help.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/package.po (renamed from translations/source/zu/desktop/source/deployment/registry/package.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/script.po (renamed from translations/source/zu/desktop/source/deployment/registry/script.po)0
-rw-r--r--source/zu/desktop/source/deployment/registry/sfwk.po (renamed from translations/source/zu/desktop/source/deployment/registry/sfwk.po)0
-rw-r--r--source/zu/desktop/source/deployment/unopkg.po (renamed from translations/source/zu/desktop/source/deployment/unopkg.po)0
-rw-r--r--source/zu/dictionaries/af_ZA.po (renamed from translations/source/zu/dictionaries/af_ZA.po)0
-rw-r--r--source/zu/dictionaries/an_ES.po (renamed from translations/source/zu/dictionaries/an_ES.po)0
-rw-r--r--source/zu/dictionaries/ar.po (renamed from translations/source/zu/dictionaries/ar.po)0
-rw-r--r--source/zu/dictionaries/be_BY.po (renamed from translations/source/zu/dictionaries/be_BY.po)0
-rw-r--r--source/zu/dictionaries/bg_BG.po (renamed from translations/source/zu/dictionaries/bg_BG.po)0
-rw-r--r--source/zu/dictionaries/bn_BD.po (renamed from translations/source/zu/dictionaries/bn_BD.po)0
-rw-r--r--source/zu/dictionaries/br_FR.po (renamed from translations/source/zu/dictionaries/br_FR.po)0
-rw-r--r--source/zu/dictionaries/ca.po (renamed from translations/source/zu/dictionaries/ca.po)0
-rw-r--r--source/zu/dictionaries/cs_CZ.po (renamed from translations/source/zu/dictionaries/cs_CZ.po)0
-rw-r--r--source/zu/dictionaries/da_DK.po (renamed from translations/source/zu/dictionaries/da_DK.po)0
-rw-r--r--source/zu/dictionaries/de.po (renamed from translations/source/zu/dictionaries/de.po)0
-rw-r--r--source/zu/dictionaries/el_GR.po (renamed from translations/source/zu/dictionaries/el_GR.po)0
-rw-r--r--source/zu/dictionaries/en.po (renamed from translations/source/zu/dictionaries/en.po)0
-rw-r--r--source/zu/dictionaries/en/dialog.po (renamed from translations/source/zu/dictionaries/en/dialog.po)0
-rw-r--r--source/zu/dictionaries/es_ES.po (renamed from translations/source/zu/dictionaries/es_ES.po)0
-rw-r--r--source/zu/dictionaries/et_EE.po (renamed from translations/source/zu/dictionaries/et_EE.po)0
-rw-r--r--source/zu/dictionaries/fr_FR.po (renamed from translations/source/zu/dictionaries/fr_FR.po)0
-rw-r--r--source/zu/dictionaries/gd_GB.po (renamed from translations/source/zu/dictionaries/gd_GB.po)0
-rw-r--r--source/zu/dictionaries/gl.po (renamed from translations/source/zu/dictionaries/gl.po)0
-rw-r--r--source/zu/dictionaries/gu_IN.po (renamed from translations/source/zu/dictionaries/gu_IN.po)0
-rw-r--r--source/zu/dictionaries/he_IL.po (renamed from translations/source/zu/dictionaries/he_IL.po)0
-rw-r--r--source/zu/dictionaries/hi_IN.po (renamed from translations/source/zu/dictionaries/hi_IN.po)0
-rw-r--r--source/zu/dictionaries/hr_HR.po (renamed from translations/source/zu/dictionaries/hr_HR.po)0
-rw-r--r--source/zu/dictionaries/hu_HU.po (renamed from translations/source/zu/dictionaries/hu_HU.po)0
-rw-r--r--source/zu/dictionaries/hu_HU/dialog.po (renamed from translations/source/zu/dictionaries/hu_HU/dialog.po)0
-rw-r--r--source/zu/dictionaries/it_IT.po (renamed from translations/source/zu/dictionaries/it_IT.po)0
-rw-r--r--source/zu/dictionaries/ku_TR.po (renamed from translations/source/zu/dictionaries/ku_TR.po)0
-rw-r--r--source/zu/dictionaries/lt_LT.po (renamed from translations/source/zu/dictionaries/lt_LT.po)0
-rw-r--r--source/zu/dictionaries/lv_LV.po (renamed from translations/source/zu/dictionaries/lv_LV.po)0
-rw-r--r--source/zu/dictionaries/ne_NP.po (renamed from translations/source/zu/dictionaries/ne_NP.po)0
-rw-r--r--source/zu/dictionaries/nl_NL.po (renamed from translations/source/zu/dictionaries/nl_NL.po)0
-rw-r--r--source/zu/dictionaries/no.po (renamed from translations/source/zu/dictionaries/no.po)0
-rw-r--r--source/zu/dictionaries/oc_FR.po (renamed from translations/source/zu/dictionaries/oc_FR.po)0
-rw-r--r--source/zu/dictionaries/pl_PL.po (renamed from translations/source/zu/dictionaries/pl_PL.po)0
-rw-r--r--source/zu/dictionaries/pt_BR.po (renamed from translations/source/zu/dictionaries/pt_BR.po)0
-rw-r--r--source/zu/dictionaries/pt_PT.po (renamed from translations/source/zu/dictionaries/pt_PT.po)0
-rw-r--r--source/zu/dictionaries/ro.po (renamed from translations/source/zu/dictionaries/ro.po)0
-rw-r--r--source/zu/dictionaries/ru_RU.po (renamed from translations/source/zu/dictionaries/ru_RU.po)0
-rw-r--r--source/zu/dictionaries/ru_RU/dialog.po (renamed from translations/source/zu/dictionaries/ru_RU/dialog.po)0
-rw-r--r--source/zu/dictionaries/si_LK.po (renamed from translations/source/zu/dictionaries/si_LK.po)0
-rw-r--r--source/zu/dictionaries/sk_SK.po (renamed from translations/source/zu/dictionaries/sk_SK.po)0
-rw-r--r--source/zu/dictionaries/sl_SI.po (renamed from translations/source/zu/dictionaries/sl_SI.po)0
-rw-r--r--source/zu/dictionaries/sr.po (renamed from translations/source/zu/dictionaries/sr.po)0
-rw-r--r--source/zu/dictionaries/sv_SE.po (renamed from translations/source/zu/dictionaries/sv_SE.po)0
-rw-r--r--source/zu/dictionaries/sw_TZ.po (renamed from translations/source/zu/dictionaries/sw_TZ.po)0
-rw-r--r--source/zu/dictionaries/te_IN.po (renamed from translations/source/zu/dictionaries/te_IN.po)0
-rw-r--r--source/zu/dictionaries/th_TH.po (renamed from translations/source/zu/dictionaries/th_TH.po)0
-rw-r--r--source/zu/dictionaries/uk_UA.po (renamed from translations/source/zu/dictionaries/uk_UA.po)0
-rw-r--r--source/zu/dictionaries/vi.po (renamed from translations/source/zu/dictionaries/vi.po)0
-rw-r--r--source/zu/dictionaries/zu_ZA.po (renamed from translations/source/zu/dictionaries/zu_ZA.po)0
-rw-r--r--source/zu/editeng/source/accessibility.po (renamed from translations/source/zu/editeng/source/accessibility.po)0
-rw-r--r--source/zu/editeng/source/editeng.po (renamed from translations/source/zu/editeng/source/editeng.po)0
-rw-r--r--source/zu/editeng/source/items.po (renamed from translations/source/zu/editeng/source/items.po)0
-rw-r--r--source/zu/editeng/source/misc.po (renamed from translations/source/zu/editeng/source/misc.po)0
-rw-r--r--source/zu/editeng/source/outliner.po (renamed from translations/source/zu/editeng/source/outliner.po)0
-rw-r--r--source/zu/extensions/source/abpilot.po (renamed from translations/source/zu/extensions/source/abpilot.po)0
-rw-r--r--source/zu/extensions/source/bibliography.po (renamed from translations/source/zu/extensions/source/bibliography.po)0
-rw-r--r--source/zu/extensions/source/dbpilots.po (renamed from translations/source/zu/extensions/source/dbpilots.po)0
-rw-r--r--source/zu/extensions/source/propctrlr.po (renamed from translations/source/zu/extensions/source/propctrlr.po)0
-rw-r--r--source/zu/extensions/source/scanner.po (renamed from translations/source/zu/extensions/source/scanner.po)0
-rw-r--r--source/zu/extensions/source/update/check.po (renamed from translations/source/zu/extensions/source/update/check.po)0
-rw-r--r--source/zu/extensions/source/update/check/org/openoffice/Office.po (renamed from translations/source/zu/extensions/source/update/check/org/openoffice/Office.po)0
-rw-r--r--source/zu/filter/source/config/fragments/filters.po (renamed from translations/source/zu/filter/source/config/fragments/filters.po)0
-rw-r--r--source/zu/filter/source/config/fragments/internalgraphicfilters.po (renamed from translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po)0
-rw-r--r--source/zu/filter/source/config/fragments/types.po (renamed from translations/source/zu/filter/source/config/fragments/types.po)0
-rw-r--r--source/zu/filter/source/flash.po (renamed from translations/source/zu/filter/source/flash.po)0
-rw-r--r--source/zu/filter/source/graphicfilter/eps.po (renamed from translations/source/zu/filter/source/graphicfilter/eps.po)0
-rw-r--r--source/zu/filter/source/pdf.po (renamed from translations/source/zu/filter/source/pdf.po)0
-rw-r--r--source/zu/filter/source/t602.po (renamed from translations/source/zu/filter/source/t602.po)0
-rw-r--r--source/zu/filter/source/xsltdialog.po (renamed from translations/source/zu/filter/source/xsltdialog.po)0
-rw-r--r--source/zu/forms/source/resource.po (renamed from translations/source/zu/forms/source/resource.po)0
-rw-r--r--source/zu/formula/source/core/resource.po (renamed from translations/source/zu/formula/source/core/resource.po)0
-rw-r--r--source/zu/formula/source/ui/dlg.po (renamed from translations/source/zu/formula/source/ui/dlg.po)0
-rw-r--r--source/zu/fpicker/source/office.po (renamed from translations/source/zu/fpicker/source/office.po)0
-rw-r--r--source/zu/framework/source/classes.po (renamed from translations/source/zu/framework/source/classes.po)0
-rw-r--r--source/zu/framework/source/services.po (renamed from translations/source/zu/framework/source/services.po)0
-rw-r--r--source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po (renamed from translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po)0
-rw-r--r--source/zu/mysqlc/source.po (renamed from translations/source/zu/mysqlc/source.po)0
-rw-r--r--source/zu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po (renamed from translations/source/zu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po)0
-rw-r--r--source/zu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po (renamed from translations/source/zu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po)0
-rw-r--r--source/zu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po (renamed from translations/source/zu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po)0
-rw-r--r--source/zu/nlpsolver/src/locale.po (renamed from translations/source/zu/nlpsolver/src/locale.po)0
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office.po (renamed from translations/source/zu/officecfg/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zu/officecfg/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zu/padmin/source.po (renamed from translations/source/zu/padmin/source.po)0
-rw-r--r--source/zu/readlicense_oo/docs/readme.po (renamed from translations/source/zu/readlicense_oo/docs/readme.po)0
-rw-r--r--source/zu/reportbuilder/java/com/sun/star/report/function/metadata.po (renamed from translations/source/zu/reportbuilder/java/com/sun/star/report/function/metadata.po)0
-rw-r--r--source/zu/reportbuilder/registry/data/org/openoffice/Office.po (renamed from translations/source/zu/reportbuilder/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zu/reportbuilder/registry/data/org/openoffice/Office/UI.po (renamed from translations/source/zu/reportbuilder/registry/data/org/openoffice/Office/UI.po)0
-rw-r--r--source/zu/reportbuilder/registry/data/org/openoffice/TypeDetection.po (renamed from translations/source/zu/reportbuilder/registry/data/org/openoffice/TypeDetection.po)0
-rw-r--r--source/zu/reportbuilder/util.po (renamed from translations/source/zu/reportbuilder/util.po)0
-rw-r--r--source/zu/reportdesign/source/core/resource.po (renamed from translations/source/zu/reportdesign/source/core/resource.po)0
-rw-r--r--source/zu/reportdesign/source/ui/dlg.po (renamed from translations/source/zu/reportdesign/source/ui/dlg.po)0
-rw-r--r--source/zu/reportdesign/source/ui/inspection.po (renamed from translations/source/zu/reportdesign/source/ui/inspection.po)0
-rw-r--r--source/zu/reportdesign/source/ui/report.po (renamed from translations/source/zu/reportdesign/source/ui/report.po)0
-rw-r--r--source/zu/sc/source/core/src.po (renamed from translations/source/zu/sc/source/core/src.po)0
-rw-r--r--source/zu/sc/source/ui/cctrl.po (renamed from translations/source/zu/sc/source/ui/cctrl.po)0
-rw-r--r--source/zu/sc/source/ui/dbgui.po (renamed from translations/source/zu/sc/source/ui/dbgui.po)0
-rw-r--r--source/zu/sc/source/ui/docshell.po (renamed from translations/source/zu/sc/source/ui/docshell.po)0
-rw-r--r--source/zu/sc/source/ui/drawfunc.po (renamed from translations/source/zu/sc/source/ui/drawfunc.po)0
-rw-r--r--source/zu/sc/source/ui/formdlg.po (renamed from translations/source/zu/sc/source/ui/formdlg.po)0
-rw-r--r--source/zu/sc/source/ui/miscdlgs.po (renamed from translations/source/zu/sc/source/ui/miscdlgs.po)0
-rw-r--r--source/zu/sc/source/ui/navipi.po (renamed from translations/source/zu/sc/source/ui/navipi.po)0
-rw-r--r--source/zu/sc/source/ui/optdlg.po (renamed from translations/source/zu/sc/source/ui/optdlg.po)0
-rw-r--r--source/zu/sc/source/ui/pagedlg.po (renamed from translations/source/zu/sc/source/ui/pagedlg.po)0
-rw-r--r--source/zu/sc/source/ui/src.po (renamed from translations/source/zu/sc/source/ui/src.po)0
-rw-r--r--source/zu/sc/source/ui/styleui.po (renamed from translations/source/zu/sc/source/ui/styleui.po)0
-rw-r--r--source/zu/scaddins/source/analysis.po (renamed from translations/source/zu/scaddins/source/analysis.po)0
-rw-r--r--source/zu/scaddins/source/datefunc.po (renamed from translations/source/zu/scaddins/source/datefunc.po)0
-rw-r--r--source/zu/sccomp/source/solver.po (renamed from translations/source/zu/sccomp/source/solver.po)0
-rw-r--r--source/zu/scp2/source/accessories.po (renamed from translations/source/zu/scp2/source/accessories.po)0
-rw-r--r--source/zu/scp2/source/activex.po (renamed from translations/source/zu/scp2/source/activex.po)0
-rw-r--r--source/zu/scp2/source/base.po (renamed from translations/source/zu/scp2/source/base.po)0
-rw-r--r--source/zu/scp2/source/binfilter.po (renamed from translations/source/zu/scp2/source/binfilter.po)0
-rw-r--r--source/zu/scp2/source/calc.po (renamed from translations/source/zu/scp2/source/calc.po)0
-rw-r--r--source/zu/scp2/source/draw.po (renamed from translations/source/zu/scp2/source/draw.po)0
-rw-r--r--source/zu/scp2/source/extensions.po (renamed from translations/source/zu/scp2/source/extensions.po)0
-rw-r--r--source/zu/scp2/source/gnome.po (renamed from translations/source/zu/scp2/source/gnome.po)0
-rw-r--r--source/zu/scp2/source/graphicfilter.po (renamed from translations/source/zu/scp2/source/graphicfilter.po)0
-rw-r--r--source/zu/scp2/source/impress.po (renamed from translations/source/zu/scp2/source/impress.po)0
-rw-r--r--source/zu/scp2/source/javafilter.po (renamed from translations/source/zu/scp2/source/javafilter.po)0
-rw-r--r--source/zu/scp2/source/kde.po (renamed from translations/source/zu/scp2/source/kde.po)0
-rw-r--r--source/zu/scp2/source/math.po (renamed from translations/source/zu/scp2/source/math.po)0
-rw-r--r--source/zu/scp2/source/onlineupdate.po (renamed from translations/source/zu/scp2/source/onlineupdate.po)0
-rw-r--r--source/zu/scp2/source/ooo.po (renamed from translations/source/zu/scp2/source/ooo.po)0
-rw-r--r--source/zu/scp2/source/python.po (renamed from translations/source/zu/scp2/source/python.po)0
-rw-r--r--source/zu/scp2/source/quickstart.po (renamed from translations/source/zu/scp2/source/quickstart.po)0
-rw-r--r--source/zu/scp2/source/sdkoo.po (renamed from translations/source/zu/scp2/source/sdkoo.po)0
-rw-r--r--source/zu/scp2/source/smoketest.po (renamed from translations/source/zu/scp2/source/smoketest.po)0
-rw-r--r--source/zu/scp2/source/stdlibs.po (renamed from translations/source/zu/scp2/source/stdlibs.po)0
-rw-r--r--source/zu/scp2/source/tde.po (renamed from translations/source/zu/scp2/source/tde.po)0
-rw-r--r--source/zu/scp2/source/winexplorerext.po (renamed from translations/source/zu/scp2/source/winexplorerext.po)0
-rw-r--r--source/zu/scp2/source/writer.po (renamed from translations/source/zu/scp2/source/writer.po)0
-rw-r--r--source/zu/scp2/source/xsltfilter.po (renamed from translations/source/zu/scp2/source/xsltfilter.po)0
-rw-r--r--source/zu/scripting/source/pyprov.po (renamed from translations/source/zu/scripting/source/pyprov.po)0
-rw-r--r--source/zu/sd/source/core.po (renamed from translations/source/zu/sd/source/core.po)0
-rw-r--r--source/zu/sd/source/filter/html.po (renamed from translations/source/zu/sd/source/filter/html.po)0
-rw-r--r--source/zu/sd/source/ui/accessibility.po (renamed from translations/source/zu/sd/source/ui/accessibility.po)0
-rw-r--r--source/zu/sd/source/ui/animations.po (renamed from translations/source/zu/sd/source/ui/animations.po)0
-rw-r--r--source/zu/sd/source/ui/annotations.po (renamed from translations/source/zu/sd/source/ui/annotations.po)0
-rw-r--r--source/zu/sd/source/ui/app.po (renamed from translations/source/zu/sd/source/ui/app.po)0
-rw-r--r--source/zu/sd/source/ui/dlg.po (renamed from translations/source/zu/sd/source/ui/dlg.po)0
-rw-r--r--source/zu/sd/source/ui/slideshow.po (renamed from translations/source/zu/sd/source/ui/slideshow.po)0
-rw-r--r--source/zu/sd/source/ui/table.po (renamed from translations/source/zu/sd/source/ui/table.po)0
-rw-r--r--source/zu/sd/source/ui/view.po (renamed from translations/source/zu/sd/source/ui/view.po)0
-rw-r--r--source/zu/sdext/source/minimizer.po (renamed from translations/source/zu/sdext/source/minimizer.po)0
-rw-r--r--source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office.po (renamed from translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zu/sdext/source/pdfimport.po (renamed from translations/source/zu/sdext/source/pdfimport.po)0
-rw-r--r--source/zu/sdext/source/presenter.po (renamed from translations/source/zu/sdext/source/presenter.po)0
-rw-r--r--source/zu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po (renamed from translations/source/zu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po)0
-rw-r--r--source/zu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po (renamed from translations/source/zu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po)0
-rw-r--r--source/zu/setup_native/source/mac.po (renamed from translations/source/zu/setup_native/source/mac.po)0
-rw-r--r--source/zu/sfx2/source/appl.po (renamed from translations/source/zu/sfx2/source/appl.po)0
-rw-r--r--source/zu/sfx2/source/bastyp.po (renamed from translations/source/zu/sfx2/source/bastyp.po)0
-rw-r--r--source/zu/sfx2/source/dialog.po (renamed from translations/source/zu/sfx2/source/dialog.po)0
-rw-r--r--source/zu/sfx2/source/doc.po (renamed from translations/source/zu/sfx2/source/doc.po)0
-rw-r--r--source/zu/sfx2/source/menu.po (renamed from translations/source/zu/sfx2/source/menu.po)0
-rw-r--r--source/zu/sfx2/source/view.po (renamed from translations/source/zu/sfx2/source/view.po)0
-rw-r--r--source/zu/shell/source/win32/shlxthandler/res.po (renamed from translations/source/zu/shell/source/win32/shlxthandler/res.po)0
-rw-r--r--source/zu/starmath/source.po (renamed from translations/source/zu/starmath/source.po)0
-rw-r--r--source/zu/svl/source/items.po (renamed from translations/source/zu/svl/source/items.po)0
-rw-r--r--source/zu/svl/source/misc.po (renamed from translations/source/zu/svl/source/misc.po)0
-rw-r--r--source/zu/svtools/source/contnr.po (renamed from translations/source/zu/svtools/source/contnr.po)0
-rw-r--r--source/zu/svtools/source/control.po (renamed from translations/source/zu/svtools/source/control.po)0
-rw-r--r--source/zu/svtools/source/dialogs.po (renamed from translations/source/zu/svtools/source/dialogs.po)0
-rw-r--r--source/zu/svtools/source/filter.po (renamed from translations/source/zu/svtools/source/filter.po)0
-rw-r--r--source/zu/svtools/source/java.po (renamed from translations/source/zu/svtools/source/java.po)0
-rw-r--r--source/zu/svtools/source/misc.po (renamed from translations/source/zu/svtools/source/misc.po)0
-rw-r--r--source/zu/svtools/source/toolpanel.po (renamed from translations/source/zu/svtools/source/toolpanel.po)0
-rw-r--r--source/zu/svtools/workben/unodialog.po (renamed from translations/source/zu/svtools/workben/unodialog.po)0
-rw-r--r--source/zu/svx/inc.po (renamed from translations/source/zu/svx/inc.po)0
-rw-r--r--source/zu/svx/source/accessibility.po (renamed from translations/source/zu/svx/source/accessibility.po)0
-rw-r--r--source/zu/svx/source/dialog.po (renamed from translations/source/zu/svx/source/dialog.po)0
-rw-r--r--source/zu/svx/source/engine3d.po (renamed from translations/source/zu/svx/source/engine3d.po)0
-rw-r--r--source/zu/svx/source/fmcomp.po (renamed from translations/source/zu/svx/source/fmcomp.po)0
-rw-r--r--source/zu/svx/source/form.po (renamed from translations/source/zu/svx/source/form.po)0
-rw-r--r--source/zu/svx/source/gallery2.po (renamed from translations/source/zu/svx/source/gallery2.po)0
-rw-r--r--source/zu/svx/source/items.po (renamed from translations/source/zu/svx/source/items.po)0
-rw-r--r--source/zu/svx/source/src.po (renamed from translations/source/zu/svx/source/src.po)0
-rw-r--r--source/zu/svx/source/stbctrls.po (renamed from translations/source/zu/svx/source/stbctrls.po)0
-rw-r--r--source/zu/svx/source/svdraw.po (renamed from translations/source/zu/svx/source/svdraw.po)0
-rw-r--r--source/zu/svx/source/table.po (renamed from translations/source/zu/svx/source/table.po)0
-rw-r--r--source/zu/svx/source/tbxctrls.po (renamed from translations/source/zu/svx/source/tbxctrls.po)0
-rw-r--r--source/zu/svx/source/toolbars.po (renamed from translations/source/zu/svx/source/toolbars.po)0
-rw-r--r--source/zu/svx/source/unodialogs/textconversiondlgs.po (renamed from translations/source/zu/svx/source/unodialogs/textconversiondlgs.po)0
-rw-r--r--source/zu/sw/source/core/layout.po (renamed from translations/source/zu/sw/source/core/layout.po)0
-rw-r--r--source/zu/sw/source/core/undo.po (renamed from translations/source/zu/sw/source/core/undo.po)0
-rw-r--r--source/zu/sw/source/core/unocore.po (renamed from translations/source/zu/sw/source/core/unocore.po)0
-rw-r--r--source/zu/sw/source/ui/app.po (renamed from translations/source/zu/sw/source/ui/app.po)0
-rw-r--r--source/zu/sw/source/ui/chrdlg.po (renamed from translations/source/zu/sw/source/ui/chrdlg.po)0
-rw-r--r--source/zu/sw/source/ui/config.po (renamed from translations/source/zu/sw/source/ui/config.po)0
-rw-r--r--source/zu/sw/source/ui/dbui.po (renamed from translations/source/zu/sw/source/ui/dbui.po)0
-rw-r--r--source/zu/sw/source/ui/dialog.po (renamed from translations/source/zu/sw/source/ui/dialog.po)0
-rw-r--r--source/zu/sw/source/ui/dochdl.po (renamed from translations/source/zu/sw/source/ui/dochdl.po)0
-rw-r--r--source/zu/sw/source/ui/docvw.po (renamed from translations/source/zu/sw/source/ui/docvw.po)0
-rw-r--r--source/zu/sw/source/ui/envelp.po (renamed from translations/source/zu/sw/source/ui/envelp.po)0
-rw-r--r--source/zu/sw/source/ui/fldui.po (renamed from translations/source/zu/sw/source/ui/fldui.po)0
-rw-r--r--source/zu/sw/source/ui/fmtui.po (renamed from translations/source/zu/sw/source/ui/fmtui.po)0
-rw-r--r--source/zu/sw/source/ui/frmdlg.po (renamed from translations/source/zu/sw/source/ui/frmdlg.po)0
-rw-r--r--source/zu/sw/source/ui/globdoc.po (renamed from translations/source/zu/sw/source/ui/globdoc.po)0
-rw-r--r--source/zu/sw/source/ui/index.po (renamed from translations/source/zu/sw/source/ui/index.po)0
-rw-r--r--source/zu/sw/source/ui/lingu.po (renamed from translations/source/zu/sw/source/ui/lingu.po)0
-rw-r--r--source/zu/sw/source/ui/misc.po (renamed from translations/source/zu/sw/source/ui/misc.po)0
-rw-r--r--source/zu/sw/source/ui/ribbar.po (renamed from translations/source/zu/sw/source/ui/ribbar.po)0
-rw-r--r--source/zu/sw/source/ui/shells.po (renamed from translations/source/zu/sw/source/ui/shells.po)0
-rw-r--r--source/zu/sw/source/ui/smartmenu.po (renamed from translations/source/zu/sw/source/ui/smartmenu.po)0
-rw-r--r--source/zu/sw/source/ui/table.po (renamed from translations/source/zu/sw/source/ui/table.po)0
-rw-r--r--source/zu/sw/source/ui/uiview.po (renamed from translations/source/zu/sw/source/ui/uiview.po)0
-rw-r--r--source/zu/sw/source/ui/utlui.po (renamed from translations/source/zu/sw/source/ui/utlui.po)0
-rw-r--r--source/zu/sw/source/ui/web.po (renamed from translations/source/zu/sw/source/ui/web.po)0
-rw-r--r--source/zu/sw/source/ui/wrtsh.po (renamed from translations/source/zu/sw/source/ui/wrtsh.po)0
-rw-r--r--source/zu/swext/mediawiki/help.po (renamed from translations/source/zu/swext/mediawiki/help.po)0
-rw-r--r--source/zu/swext/mediawiki/src.po (renamed from translations/source/zu/swext/mediawiki/src.po)0
-rw-r--r--source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po (renamed from translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po)0
-rw-r--r--source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po (renamed from translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po)0
-rw-r--r--source/zu/sysui/desktop/share.po (renamed from translations/source/zu/sysui/desktop/share.po)0
-rw-r--r--source/zu/uui/source.po (renamed from translations/source/zu/uui/source.po)0
-rw-r--r--source/zu/vcl/source/src.po (renamed from translations/source/zu/vcl/source/src.po)0
-rw-r--r--source/zu/wizards/source/euro.po (renamed from translations/source/zu/wizards/source/euro.po)0
-rw-r--r--source/zu/wizards/source/formwizard.po (renamed from translations/source/zu/wizards/source/formwizard.po)0
-rw-r--r--source/zu/wizards/source/importwizard.po (renamed from translations/source/zu/wizards/source/importwizard.po)0
-rw-r--r--source/zu/wizards/source/schedule.po (renamed from translations/source/zu/wizards/source/schedule.po)0
-rw-r--r--source/zu/wizards/source/template.po (renamed from translations/source/zu/wizards/source/template.po)0
-rw-r--r--source/zu/xmlsecurity/source/component.po (renamed from translations/source/zu/xmlsecurity/source/component.po)0
-rw-r--r--source/zu/xmlsecurity/source/dialogs.po (renamed from translations/source/zu/xmlsecurity/source/dialogs.po)0
33046 files changed, 1 insertions, 0 deletions
diff --git a/translations/CustomTarget_translate.mk b/CustomTarget_translate.mk
index 0bb96ddc990..0bb96ddc990 100644
--- a/translations/CustomTarget_translate.mk
+++ b/CustomTarget_translate.mk
diff --git a/translations/Makefile b/Makefile
index 6b38ac593bf..6b38ac593bf 100644
--- a/translations/Makefile
+++ b/Makefile
diff --git a/translations/Module_translations.mk b/Module_translations.mk
index df8c8398de2..df8c8398de2 100644
--- a/translations/Module_translations.mk
+++ b/Module_translations.mk
diff --git a/translations/localization_present.mk b/localization_present.mk
index db04421ff06..db04421ff06 100644
--- a/translations/localization_present.mk
+++ b/localization_present.mk
diff --git a/translations/prj/build.lst b/prj/build.lst
index 3937bc2aad7..3937bc2aad7 100644
--- a/translations/prj/build.lst
+++ b/prj/build.lst
diff --git a/translations/prj/d.lst b/prj/d.lst
index e69de29bb2d..e69de29bb2d 100644
--- a/translations/prj/d.lst
+++ b/prj/d.lst
diff --git a/prj/makefile.mk b/prj/makefile.mk
new file mode 100644
index 00000000000..0997622e00f
--- /dev/null
+++ b/prj/makefile.mk
@@ -0,0 +1 @@
+.INCLUDE : gbuildbridge.mk
diff --git a/translations/source/af/accessibility/source/helper.po b/source/af/accessibility/source/helper.po
index 71456646b6e..71456646b6e 100644
--- a/translations/source/af/accessibility/source/helper.po
+++ b/source/af/accessibility/source/helper.po
diff --git a/translations/source/af/avmedia/source/framework.po b/source/af/avmedia/source/framework.po
index 82f3fb30a0b..82f3fb30a0b 100644
--- a/translations/source/af/avmedia/source/framework.po
+++ b/source/af/avmedia/source/framework.po
diff --git a/translations/source/af/avmedia/source/viewer.po b/source/af/avmedia/source/viewer.po
index 065052aa3a6..065052aa3a6 100644
--- a/translations/source/af/avmedia/source/viewer.po
+++ b/source/af/avmedia/source/viewer.po
diff --git a/translations/source/af/basctl/source/basicide.po b/source/af/basctl/source/basicide.po
index 2b263d4f17b..2b263d4f17b 100644
--- a/translations/source/af/basctl/source/basicide.po
+++ b/source/af/basctl/source/basicide.po
diff --git a/translations/source/af/basctl/source/dlged.po b/source/af/basctl/source/dlged.po
index a412b2320b7..a412b2320b7 100644
--- a/translations/source/af/basctl/source/dlged.po
+++ b/source/af/basctl/source/dlged.po
diff --git a/translations/source/af/basic/source/classes.po b/source/af/basic/source/classes.po
index 0ece06ca4fd..0ece06ca4fd 100644
--- a/translations/source/af/basic/source/classes.po
+++ b/source/af/basic/source/classes.po
diff --git a/translations/source/af/basic/source/sbx.po b/source/af/basic/source/sbx.po
index 54cbadaa629..54cbadaa629 100644
--- a/translations/source/af/basic/source/sbx.po
+++ b/source/af/basic/source/sbx.po
diff --git a/translations/source/af/chart2/source/controller/dialogs.po b/source/af/chart2/source/controller/dialogs.po
index a3c8bc34246..a3c8bc34246 100644
--- a/translations/source/af/chart2/source/controller/dialogs.po
+++ b/source/af/chart2/source/controller/dialogs.po
diff --git a/translations/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 2643dcdeaa0..2643dcdeaa0 100644
--- a/translations/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 14463fbf31b..14463fbf31b 100644
--- a/translations/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 8753f0d9876..8753f0d9876 100644
--- a/translations/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 6b66a19e6fb..6b66a19e6fb 100644
--- a/translations/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 4eaf0513bd2..4eaf0513bd2 100644
--- a/translations/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index c72cd116421..c72cd116421 100644
--- a/translations/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 159cb522bff..159cb522bff 100644
--- a/translations/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index cebd171ee8d..cebd171ee8d 100644
--- a/translations/source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index f6adb6a3659..f6adb6a3659 100644
--- a/translations/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 48a5f95ed5d..48a5f95ed5d 100644
--- a/translations/source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index babf212c618..babf212c618 100644
--- a/translations/source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 0424c88fa26..0424c88fa26 100644
--- a/translations/source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 5a85a6f254c..5a85a6f254c 100644
--- a/translations/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index b4c660e153d..b4c660e153d 100644
--- a/translations/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index f405467c7e0..f405467c7e0 100644
--- a/translations/source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/af/connectivity/source/resource.po b/source/af/connectivity/source/resource.po
index b6c9b35cf3b..b6c9b35cf3b 100644
--- a/translations/source/af/connectivity/source/resource.po
+++ b/source/af/connectivity/source/resource.po
diff --git a/translations/source/af/cui/source/customize.po b/source/af/cui/source/customize.po
index 6db984a4546..6db984a4546 100644
--- a/translations/source/af/cui/source/customize.po
+++ b/source/af/cui/source/customize.po
diff --git a/translations/source/af/cui/source/dialogs.po b/source/af/cui/source/dialogs.po
index 906a93764b0..906a93764b0 100644
--- a/translations/source/af/cui/source/dialogs.po
+++ b/source/af/cui/source/dialogs.po
diff --git a/translations/source/af/cui/source/options.po b/source/af/cui/source/options.po
index a2d31960467..a2d31960467 100644
--- a/translations/source/af/cui/source/options.po
+++ b/source/af/cui/source/options.po
diff --git a/translations/source/af/cui/source/tabpages.po b/source/af/cui/source/tabpages.po
index 8e18f87eb5d..8e18f87eb5d 100644
--- a/translations/source/af/cui/source/tabpages.po
+++ b/source/af/cui/source/tabpages.po
diff --git a/translations/source/af/dbaccess/source/core/resource.po b/source/af/dbaccess/source/core/resource.po
index dba19b025f0..dba19b025f0 100644
--- a/translations/source/af/dbaccess/source/core/resource.po
+++ b/source/af/dbaccess/source/core/resource.po
diff --git a/translations/source/af/dbaccess/source/ext/macromigration.po b/source/af/dbaccess/source/ext/macromigration.po
index 2c6a09d7260..2c6a09d7260 100644
--- a/translations/source/af/dbaccess/source/ext/macromigration.po
+++ b/source/af/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/af/dbaccess/source/sdbtools/resource.po b/source/af/dbaccess/source/sdbtools/resource.po
index faa7ee27466..faa7ee27466 100644
--- a/translations/source/af/dbaccess/source/sdbtools/resource.po
+++ b/source/af/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/af/dbaccess/source/ui/app.po b/source/af/dbaccess/source/ui/app.po
index 20eb3b37c68..20eb3b37c68 100644
--- a/translations/source/af/dbaccess/source/ui/app.po
+++ b/source/af/dbaccess/source/ui/app.po
diff --git a/translations/source/af/dbaccess/source/ui/browser.po b/source/af/dbaccess/source/ui/browser.po
index b4b647672a5..b4b647672a5 100644
--- a/translations/source/af/dbaccess/source/ui/browser.po
+++ b/source/af/dbaccess/source/ui/browser.po
diff --git a/translations/source/af/dbaccess/source/ui/control.po b/source/af/dbaccess/source/ui/control.po
index 6024cf3086d..6024cf3086d 100644
--- a/translations/source/af/dbaccess/source/ui/control.po
+++ b/source/af/dbaccess/source/ui/control.po
diff --git a/translations/source/af/dbaccess/source/ui/dlg.po b/source/af/dbaccess/source/ui/dlg.po
index f6bae7bed35..f6bae7bed35 100644
--- a/translations/source/af/dbaccess/source/ui/dlg.po
+++ b/source/af/dbaccess/source/ui/dlg.po
diff --git a/translations/source/af/dbaccess/source/ui/inc.po b/source/af/dbaccess/source/ui/inc.po
index ec3bc1c03ab..ec3bc1c03ab 100644
--- a/translations/source/af/dbaccess/source/ui/inc.po
+++ b/source/af/dbaccess/source/ui/inc.po
diff --git a/translations/source/af/dbaccess/source/ui/misc.po b/source/af/dbaccess/source/ui/misc.po
index 8564effae62..8564effae62 100644
--- a/translations/source/af/dbaccess/source/ui/misc.po
+++ b/source/af/dbaccess/source/ui/misc.po
diff --git a/translations/source/af/dbaccess/source/ui/querydesign.po b/source/af/dbaccess/source/ui/querydesign.po
index c694203749d..c694203749d 100644
--- a/translations/source/af/dbaccess/source/ui/querydesign.po
+++ b/source/af/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/af/dbaccess/source/ui/relationdesign.po b/source/af/dbaccess/source/ui/relationdesign.po
index 6a16fa243c3..6a16fa243c3 100644
--- a/translations/source/af/dbaccess/source/ui/relationdesign.po
+++ b/source/af/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/af/dbaccess/source/ui/tabledesign.po b/source/af/dbaccess/source/ui/tabledesign.po
index 7dda06216f4..7dda06216f4 100644
--- a/translations/source/af/dbaccess/source/ui/tabledesign.po
+++ b/source/af/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/af/dbaccess/source/ui/uno.po b/source/af/dbaccess/source/ui/uno.po
index 6fb54e70423..6fb54e70423 100644
--- a/translations/source/af/dbaccess/source/ui/uno.po
+++ b/source/af/dbaccess/source/ui/uno.po
diff --git a/translations/source/af/desktop/source/app.po b/source/af/desktop/source/app.po
index 71e256d51d2..71e256d51d2 100644
--- a/translations/source/af/desktop/source/app.po
+++ b/source/af/desktop/source/app.po
diff --git a/translations/source/af/desktop/source/deployment/gui.po b/source/af/desktop/source/deployment/gui.po
index 34e2014275b..34e2014275b 100644
--- a/translations/source/af/desktop/source/deployment/gui.po
+++ b/source/af/desktop/source/deployment/gui.po
diff --git a/translations/source/af/desktop/source/deployment/manager.po b/source/af/desktop/source/deployment/manager.po
index 5540928f003..5540928f003 100644
--- a/translations/source/af/desktop/source/deployment/manager.po
+++ b/source/af/desktop/source/deployment/manager.po
diff --git a/translations/source/af/desktop/source/deployment/misc.po b/source/af/desktop/source/deployment/misc.po
index 8db3677762c..8db3677762c 100644
--- a/translations/source/af/desktop/source/deployment/misc.po
+++ b/source/af/desktop/source/deployment/misc.po
diff --git a/translations/source/af/desktop/source/deployment/registry.po b/source/af/desktop/source/deployment/registry.po
index 845f81d2ea9..845f81d2ea9 100644
--- a/translations/source/af/desktop/source/deployment/registry.po
+++ b/source/af/desktop/source/deployment/registry.po
diff --git a/translations/source/af/desktop/source/deployment/registry/component.po b/source/af/desktop/source/deployment/registry/component.po
index d28ab83f4c4..d28ab83f4c4 100644
--- a/translations/source/af/desktop/source/deployment/registry/component.po
+++ b/source/af/desktop/source/deployment/registry/component.po
diff --git a/translations/source/af/desktop/source/deployment/registry/configuration.po b/source/af/desktop/source/deployment/registry/configuration.po
index aadc3d6dad5..aadc3d6dad5 100644
--- a/translations/source/af/desktop/source/deployment/registry/configuration.po
+++ b/source/af/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/af/desktop/source/deployment/registry/help.po b/source/af/desktop/source/deployment/registry/help.po
index f39f56a5b90..f39f56a5b90 100644
--- a/translations/source/af/desktop/source/deployment/registry/help.po
+++ b/source/af/desktop/source/deployment/registry/help.po
diff --git a/translations/source/af/desktop/source/deployment/registry/package.po b/source/af/desktop/source/deployment/registry/package.po
index 4c0abf98efb..4c0abf98efb 100644
--- a/translations/source/af/desktop/source/deployment/registry/package.po
+++ b/source/af/desktop/source/deployment/registry/package.po
diff --git a/translations/source/af/desktop/source/deployment/registry/script.po b/source/af/desktop/source/deployment/registry/script.po
index d5df8b6365a..d5df8b6365a 100644
--- a/translations/source/af/desktop/source/deployment/registry/script.po
+++ b/source/af/desktop/source/deployment/registry/script.po
diff --git a/translations/source/af/desktop/source/deployment/registry/sfwk.po b/source/af/desktop/source/deployment/registry/sfwk.po
index 1f5ad83add7..1f5ad83add7 100644
--- a/translations/source/af/desktop/source/deployment/registry/sfwk.po
+++ b/source/af/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/af/desktop/source/deployment/unopkg.po b/source/af/desktop/source/deployment/unopkg.po
index e2d238f2d8f..e2d238f2d8f 100644
--- a/translations/source/af/desktop/source/deployment/unopkg.po
+++ b/source/af/desktop/source/deployment/unopkg.po
diff --git a/translations/source/af/dictionaries/af_ZA.po b/source/af/dictionaries/af_ZA.po
index ea44b24fb1e..ea44b24fb1e 100644
--- a/translations/source/af/dictionaries/af_ZA.po
+++ b/source/af/dictionaries/af_ZA.po
diff --git a/translations/source/af/dictionaries/an_ES.po b/source/af/dictionaries/an_ES.po
index 8ea415b58b0..8ea415b58b0 100644
--- a/translations/source/af/dictionaries/an_ES.po
+++ b/source/af/dictionaries/an_ES.po
diff --git a/translations/source/af/dictionaries/ar.po b/source/af/dictionaries/ar.po
index b56425adc27..b56425adc27 100644
--- a/translations/source/af/dictionaries/ar.po
+++ b/source/af/dictionaries/ar.po
diff --git a/translations/source/af/dictionaries/be_BY.po b/source/af/dictionaries/be_BY.po
index da79cdba669..da79cdba669 100644
--- a/translations/source/af/dictionaries/be_BY.po
+++ b/source/af/dictionaries/be_BY.po
diff --git a/translations/source/af/dictionaries/bg_BG.po b/source/af/dictionaries/bg_BG.po
index 0e53a1135b6..0e53a1135b6 100644
--- a/translations/source/af/dictionaries/bg_BG.po
+++ b/source/af/dictionaries/bg_BG.po
diff --git a/translations/source/af/dictionaries/bn_BD.po b/source/af/dictionaries/bn_BD.po
index d431c519012..d431c519012 100644
--- a/translations/source/af/dictionaries/bn_BD.po
+++ b/source/af/dictionaries/bn_BD.po
diff --git a/translations/source/af/dictionaries/br_FR.po b/source/af/dictionaries/br_FR.po
index dea760f9857..dea760f9857 100644
--- a/translations/source/af/dictionaries/br_FR.po
+++ b/source/af/dictionaries/br_FR.po
diff --git a/translations/source/af/dictionaries/ca.po b/source/af/dictionaries/ca.po
index be1fc95ecd1..be1fc95ecd1 100644
--- a/translations/source/af/dictionaries/ca.po
+++ b/source/af/dictionaries/ca.po
diff --git a/translations/source/af/dictionaries/cs_CZ.po b/source/af/dictionaries/cs_CZ.po
index 324a0ded48e..324a0ded48e 100644
--- a/translations/source/af/dictionaries/cs_CZ.po
+++ b/source/af/dictionaries/cs_CZ.po
diff --git a/translations/source/af/dictionaries/da_DK.po b/source/af/dictionaries/da_DK.po
index dc9f4d64ef0..dc9f4d64ef0 100644
--- a/translations/source/af/dictionaries/da_DK.po
+++ b/source/af/dictionaries/da_DK.po
diff --git a/translations/source/af/dictionaries/de.po b/source/af/dictionaries/de.po
index 109bc4b52b6..109bc4b52b6 100644
--- a/translations/source/af/dictionaries/de.po
+++ b/source/af/dictionaries/de.po
diff --git a/translations/source/af/dictionaries/el_GR.po b/source/af/dictionaries/el_GR.po
index cbaafc9d74e..cbaafc9d74e 100644
--- a/translations/source/af/dictionaries/el_GR.po
+++ b/source/af/dictionaries/el_GR.po
diff --git a/translations/source/af/dictionaries/en.po b/source/af/dictionaries/en.po
index e2487d5d206..e2487d5d206 100644
--- a/translations/source/af/dictionaries/en.po
+++ b/source/af/dictionaries/en.po
diff --git a/translations/source/af/dictionaries/en/dialog.po b/source/af/dictionaries/en/dialog.po
index d369e1cd0f8..d369e1cd0f8 100644
--- a/translations/source/af/dictionaries/en/dialog.po
+++ b/source/af/dictionaries/en/dialog.po
diff --git a/translations/source/af/dictionaries/es_ES.po b/source/af/dictionaries/es_ES.po
index 6a0353ec20c..6a0353ec20c 100644
--- a/translations/source/af/dictionaries/es_ES.po
+++ b/source/af/dictionaries/es_ES.po
diff --git a/translations/source/af/dictionaries/et_EE.po b/source/af/dictionaries/et_EE.po
index 3f73e0f2d1a..3f73e0f2d1a 100644
--- a/translations/source/af/dictionaries/et_EE.po
+++ b/source/af/dictionaries/et_EE.po
diff --git a/translations/source/af/dictionaries/fr_FR.po b/source/af/dictionaries/fr_FR.po
index a7294efaf74..a7294efaf74 100644
--- a/translations/source/af/dictionaries/fr_FR.po
+++ b/source/af/dictionaries/fr_FR.po
diff --git a/translations/source/af/dictionaries/gd_GB.po b/source/af/dictionaries/gd_GB.po
index aa7915fdce3..aa7915fdce3 100644
--- a/translations/source/af/dictionaries/gd_GB.po
+++ b/source/af/dictionaries/gd_GB.po
diff --git a/translations/source/af/dictionaries/gl.po b/source/af/dictionaries/gl.po
index b6f7c12355a..b6f7c12355a 100644
--- a/translations/source/af/dictionaries/gl.po
+++ b/source/af/dictionaries/gl.po
diff --git a/translations/source/af/dictionaries/gu_IN.po b/source/af/dictionaries/gu_IN.po
index 058930dcf33..058930dcf33 100644
--- a/translations/source/af/dictionaries/gu_IN.po
+++ b/source/af/dictionaries/gu_IN.po
diff --git a/translations/source/af/dictionaries/he_IL.po b/source/af/dictionaries/he_IL.po
index 573365301f1..573365301f1 100644
--- a/translations/source/af/dictionaries/he_IL.po
+++ b/source/af/dictionaries/he_IL.po
diff --git a/translations/source/af/dictionaries/hi_IN.po b/source/af/dictionaries/hi_IN.po
index c2c33f487fb..c2c33f487fb 100644
--- a/translations/source/af/dictionaries/hi_IN.po
+++ b/source/af/dictionaries/hi_IN.po
diff --git a/translations/source/af/dictionaries/hr_HR.po b/source/af/dictionaries/hr_HR.po
index 29cf37cc91d..29cf37cc91d 100644
--- a/translations/source/af/dictionaries/hr_HR.po
+++ b/source/af/dictionaries/hr_HR.po
diff --git a/translations/source/af/dictionaries/hu_HU.po b/source/af/dictionaries/hu_HU.po
index 8b7b42aa063..8b7b42aa063 100644
--- a/translations/source/af/dictionaries/hu_HU.po
+++ b/source/af/dictionaries/hu_HU.po
diff --git a/translations/source/af/dictionaries/hu_HU/dialog.po b/source/af/dictionaries/hu_HU/dialog.po
index e5f5338bf74..e5f5338bf74 100644
--- a/translations/source/af/dictionaries/hu_HU/dialog.po
+++ b/source/af/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/af/dictionaries/it_IT.po b/source/af/dictionaries/it_IT.po
index 7b9dce60be6..7b9dce60be6 100644
--- a/translations/source/af/dictionaries/it_IT.po
+++ b/source/af/dictionaries/it_IT.po
diff --git a/translations/source/af/dictionaries/ku_TR.po b/source/af/dictionaries/ku_TR.po
index 4b6e4a9dbba..4b6e4a9dbba 100644
--- a/translations/source/af/dictionaries/ku_TR.po
+++ b/source/af/dictionaries/ku_TR.po
diff --git a/translations/source/af/dictionaries/lt_LT.po b/source/af/dictionaries/lt_LT.po
index a1dba9a1c63..a1dba9a1c63 100644
--- a/translations/source/af/dictionaries/lt_LT.po
+++ b/source/af/dictionaries/lt_LT.po
diff --git a/translations/source/af/dictionaries/lv_LV.po b/source/af/dictionaries/lv_LV.po
index dda0a42abc8..dda0a42abc8 100644
--- a/translations/source/af/dictionaries/lv_LV.po
+++ b/source/af/dictionaries/lv_LV.po
diff --git a/translations/source/af/dictionaries/ne_NP.po b/source/af/dictionaries/ne_NP.po
index 333b108c01f..333b108c01f 100644
--- a/translations/source/af/dictionaries/ne_NP.po
+++ b/source/af/dictionaries/ne_NP.po
diff --git a/translations/source/af/dictionaries/nl_NL.po b/source/af/dictionaries/nl_NL.po
index dde0b22ed0b..dde0b22ed0b 100644
--- a/translations/source/af/dictionaries/nl_NL.po
+++ b/source/af/dictionaries/nl_NL.po
diff --git a/translations/source/af/dictionaries/no.po b/source/af/dictionaries/no.po
index 1d4e636aaca..1d4e636aaca 100644
--- a/translations/source/af/dictionaries/no.po
+++ b/source/af/dictionaries/no.po
diff --git a/translations/source/af/dictionaries/oc_FR.po b/source/af/dictionaries/oc_FR.po
index b90b0533992..b90b0533992 100644
--- a/translations/source/af/dictionaries/oc_FR.po
+++ b/source/af/dictionaries/oc_FR.po
diff --git a/translations/source/af/dictionaries/pl_PL.po b/source/af/dictionaries/pl_PL.po
index 1b865132525..1b865132525 100644
--- a/translations/source/af/dictionaries/pl_PL.po
+++ b/source/af/dictionaries/pl_PL.po
diff --git a/translations/source/af/dictionaries/pt_BR.po b/source/af/dictionaries/pt_BR.po
index 8ae80c1c9bf..8ae80c1c9bf 100644
--- a/translations/source/af/dictionaries/pt_BR.po
+++ b/source/af/dictionaries/pt_BR.po
diff --git a/translations/source/af/dictionaries/pt_PT.po b/source/af/dictionaries/pt_PT.po
index 9cc0264d8d4..9cc0264d8d4 100644
--- a/translations/source/af/dictionaries/pt_PT.po
+++ b/source/af/dictionaries/pt_PT.po
diff --git a/translations/source/af/dictionaries/ro.po b/source/af/dictionaries/ro.po
index cc04a042cd2..cc04a042cd2 100644
--- a/translations/source/af/dictionaries/ro.po
+++ b/source/af/dictionaries/ro.po
diff --git a/translations/source/af/dictionaries/ru_RU.po b/source/af/dictionaries/ru_RU.po
index 477e3474a4d..477e3474a4d 100644
--- a/translations/source/af/dictionaries/ru_RU.po
+++ b/source/af/dictionaries/ru_RU.po
diff --git a/translations/source/af/dictionaries/ru_RU/dialog.po b/source/af/dictionaries/ru_RU/dialog.po
index 4d38e18e940..4d38e18e940 100644
--- a/translations/source/af/dictionaries/ru_RU/dialog.po
+++ b/source/af/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/af/dictionaries/si_LK.po b/source/af/dictionaries/si_LK.po
index a3e32a52bfb..a3e32a52bfb 100644
--- a/translations/source/af/dictionaries/si_LK.po
+++ b/source/af/dictionaries/si_LK.po
diff --git a/translations/source/af/dictionaries/sk_SK.po b/source/af/dictionaries/sk_SK.po
index 6621aa91e7e..6621aa91e7e 100644
--- a/translations/source/af/dictionaries/sk_SK.po
+++ b/source/af/dictionaries/sk_SK.po
diff --git a/translations/source/af/dictionaries/sl_SI.po b/source/af/dictionaries/sl_SI.po
index ba49f44a1ae..ba49f44a1ae 100644
--- a/translations/source/af/dictionaries/sl_SI.po
+++ b/source/af/dictionaries/sl_SI.po
diff --git a/translations/source/af/dictionaries/sr.po b/source/af/dictionaries/sr.po
index 9214887becd..9214887becd 100644
--- a/translations/source/af/dictionaries/sr.po
+++ b/source/af/dictionaries/sr.po
diff --git a/translations/source/af/dictionaries/sv_SE.po b/source/af/dictionaries/sv_SE.po
index 1db199d0958..1db199d0958 100644
--- a/translations/source/af/dictionaries/sv_SE.po
+++ b/source/af/dictionaries/sv_SE.po
diff --git a/translations/source/af/dictionaries/sw_TZ.po b/source/af/dictionaries/sw_TZ.po
index 86f25e990ae..86f25e990ae 100644
--- a/translations/source/af/dictionaries/sw_TZ.po
+++ b/source/af/dictionaries/sw_TZ.po
diff --git a/translations/source/af/dictionaries/te_IN.po b/source/af/dictionaries/te_IN.po
index 3bae481b6ec..3bae481b6ec 100644
--- a/translations/source/af/dictionaries/te_IN.po
+++ b/source/af/dictionaries/te_IN.po
diff --git a/translations/source/af/dictionaries/th_TH.po b/source/af/dictionaries/th_TH.po
index f2bc91946be..f2bc91946be 100644
--- a/translations/source/af/dictionaries/th_TH.po
+++ b/source/af/dictionaries/th_TH.po
diff --git a/translations/source/af/dictionaries/uk_UA.po b/source/af/dictionaries/uk_UA.po
index f87edb74e1a..f87edb74e1a 100644
--- a/translations/source/af/dictionaries/uk_UA.po
+++ b/source/af/dictionaries/uk_UA.po
diff --git a/translations/source/af/dictionaries/vi.po b/source/af/dictionaries/vi.po
index a0d4fdc797c..a0d4fdc797c 100644
--- a/translations/source/af/dictionaries/vi.po
+++ b/source/af/dictionaries/vi.po
diff --git a/translations/source/af/dictionaries/zu_ZA.po b/source/af/dictionaries/zu_ZA.po
index 8b5a2692f65..8b5a2692f65 100644
--- a/translations/source/af/dictionaries/zu_ZA.po
+++ b/source/af/dictionaries/zu_ZA.po
diff --git a/translations/source/af/editeng/source/accessibility.po b/source/af/editeng/source/accessibility.po
index 4f23ed959ca..4f23ed959ca 100644
--- a/translations/source/af/editeng/source/accessibility.po
+++ b/source/af/editeng/source/accessibility.po
diff --git a/translations/source/af/editeng/source/editeng.po b/source/af/editeng/source/editeng.po
index 762d30f9119..762d30f9119 100644
--- a/translations/source/af/editeng/source/editeng.po
+++ b/source/af/editeng/source/editeng.po
diff --git a/translations/source/af/editeng/source/items.po b/source/af/editeng/source/items.po
index db46758c5b9..db46758c5b9 100644
--- a/translations/source/af/editeng/source/items.po
+++ b/source/af/editeng/source/items.po
diff --git a/translations/source/af/editeng/source/misc.po b/source/af/editeng/source/misc.po
index 9b93ba9de2a..9b93ba9de2a 100644
--- a/translations/source/af/editeng/source/misc.po
+++ b/source/af/editeng/source/misc.po
diff --git a/translations/source/af/editeng/source/outliner.po b/source/af/editeng/source/outliner.po
index 229008d570f..229008d570f 100644
--- a/translations/source/af/editeng/source/outliner.po
+++ b/source/af/editeng/source/outliner.po
diff --git a/translations/source/af/extensions/source/abpilot.po b/source/af/extensions/source/abpilot.po
index 898899485cc..898899485cc 100644
--- a/translations/source/af/extensions/source/abpilot.po
+++ b/source/af/extensions/source/abpilot.po
diff --git a/translations/source/af/extensions/source/bibliography.po b/source/af/extensions/source/bibliography.po
index fdf2f3ad920..fdf2f3ad920 100644
--- a/translations/source/af/extensions/source/bibliography.po
+++ b/source/af/extensions/source/bibliography.po
diff --git a/translations/source/af/extensions/source/dbpilots.po b/source/af/extensions/source/dbpilots.po
index 6f9721d3c2a..6f9721d3c2a 100644
--- a/translations/source/af/extensions/source/dbpilots.po
+++ b/source/af/extensions/source/dbpilots.po
diff --git a/translations/source/af/extensions/source/propctrlr.po b/source/af/extensions/source/propctrlr.po
index e093679e62c..e093679e62c 100644
--- a/translations/source/af/extensions/source/propctrlr.po
+++ b/source/af/extensions/source/propctrlr.po
diff --git a/translations/source/af/extensions/source/scanner.po b/source/af/extensions/source/scanner.po
index f39269a65ef..f39269a65ef 100644
--- a/translations/source/af/extensions/source/scanner.po
+++ b/source/af/extensions/source/scanner.po
diff --git a/translations/source/af/extensions/source/update/check.po b/source/af/extensions/source/update/check.po
index 7b4e72ff571..7b4e72ff571 100644
--- a/translations/source/af/extensions/source/update/check.po
+++ b/source/af/extensions/source/update/check.po
diff --git a/translations/source/af/extensions/source/update/check/org/openoffice/Office.po b/source/af/extensions/source/update/check/org/openoffice/Office.po
index 85ce72896db..85ce72896db 100644
--- a/translations/source/af/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/af/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/af/filter/source/config/fragments/filters.po b/source/af/filter/source/config/fragments/filters.po
index e2d733f2150..e2d733f2150 100644
--- a/translations/source/af/filter/source/config/fragments/filters.po
+++ b/source/af/filter/source/config/fragments/filters.po
diff --git a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po b/source/af/filter/source/config/fragments/internalgraphicfilters.po
index dec18b777f4..dec18b777f4 100644
--- a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/af/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/af/filter/source/config/fragments/types.po b/source/af/filter/source/config/fragments/types.po
index 5172ad1f0eb..5172ad1f0eb 100644
--- a/translations/source/af/filter/source/config/fragments/types.po
+++ b/source/af/filter/source/config/fragments/types.po
diff --git a/translations/source/af/filter/source/flash.po b/source/af/filter/source/flash.po
index caadb1adfdf..caadb1adfdf 100644
--- a/translations/source/af/filter/source/flash.po
+++ b/source/af/filter/source/flash.po
diff --git a/translations/source/af/filter/source/graphicfilter/eps.po b/source/af/filter/source/graphicfilter/eps.po
index 8c84007c86e..8c84007c86e 100644
--- a/translations/source/af/filter/source/graphicfilter/eps.po
+++ b/source/af/filter/source/graphicfilter/eps.po
diff --git a/translations/source/af/filter/source/pdf.po b/source/af/filter/source/pdf.po
index 15836573a5e..15836573a5e 100644
--- a/translations/source/af/filter/source/pdf.po
+++ b/source/af/filter/source/pdf.po
diff --git a/translations/source/af/filter/source/t602.po b/source/af/filter/source/t602.po
index cb361cbd207..cb361cbd207 100644
--- a/translations/source/af/filter/source/t602.po
+++ b/source/af/filter/source/t602.po
diff --git a/translations/source/af/filter/source/xsltdialog.po b/source/af/filter/source/xsltdialog.po
index 5d31225fb24..5d31225fb24 100644
--- a/translations/source/af/filter/source/xsltdialog.po
+++ b/source/af/filter/source/xsltdialog.po
diff --git a/translations/source/af/forms/source/resource.po b/source/af/forms/source/resource.po
index bf3688e532c..bf3688e532c 100644
--- a/translations/source/af/forms/source/resource.po
+++ b/source/af/forms/source/resource.po
diff --git a/translations/source/af/formula/source/core/resource.po b/source/af/formula/source/core/resource.po
index 3bbd01c473d..3bbd01c473d 100644
--- a/translations/source/af/formula/source/core/resource.po
+++ b/source/af/formula/source/core/resource.po
diff --git a/translations/source/af/formula/source/ui/dlg.po b/source/af/formula/source/ui/dlg.po
index cb98783fd9d..cb98783fd9d 100644
--- a/translations/source/af/formula/source/ui/dlg.po
+++ b/source/af/formula/source/ui/dlg.po
diff --git a/translations/source/af/fpicker/source/office.po b/source/af/fpicker/source/office.po
index 15870957bef..15870957bef 100644
--- a/translations/source/af/fpicker/source/office.po
+++ b/source/af/fpicker/source/office.po
diff --git a/translations/source/af/framework/source/classes.po b/source/af/framework/source/classes.po
index 21a424cb2d9..21a424cb2d9 100644
--- a/translations/source/af/framework/source/classes.po
+++ b/source/af/framework/source/classes.po
diff --git a/translations/source/af/framework/source/services.po b/source/af/framework/source/services.po
index 567063ab752..567063ab752 100644
--- a/translations/source/af/framework/source/services.po
+++ b/source/af/framework/source/services.po
diff --git a/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 2bcd6ddaca4..2bcd6ddaca4 100644
--- a/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/af/mysqlc/source.po b/source/af/mysqlc/source.po
index 2f866ba91c6..2f866ba91c6 100644
--- a/translations/source/af/mysqlc/source.po
+++ b/source/af/mysqlc/source.po
diff --git a/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index f1160e061d2..f1160e061d2 100644
--- a/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 4d8042e5a34..4d8042e5a34 100644
--- a/translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 92c6d9a483d..92c6d9a483d 100644
--- a/translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/af/nlpsolver/src/locale.po b/source/af/nlpsolver/src/locale.po
index c567ac13a54..c567ac13a54 100644
--- a/translations/source/af/nlpsolver/src/locale.po
+++ b/source/af/nlpsolver/src/locale.po
diff --git a/translations/source/af/officecfg/registry/data/org/openoffice/Office.po b/source/af/officecfg/registry/data/org/openoffice/Office.po
index d55d421777a..d55d421777a 100644
--- a/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 76e258ed805..76e258ed805 100644
--- a/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/af/padmin/source.po b/source/af/padmin/source.po
index 0e1fa412108..0e1fa412108 100644
--- a/translations/source/af/padmin/source.po
+++ b/source/af/padmin/source.po
diff --git a/translations/source/af/readlicense_oo/docs/readme.po b/source/af/readlicense_oo/docs/readme.po
index c031efe4305..c031efe4305 100644
--- a/translations/source/af/readlicense_oo/docs/readme.po
+++ b/source/af/readlicense_oo/docs/readme.po
diff --git a/translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po
index e257441f4e0..e257441f4e0 100644
--- a/translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po b/source/af/reportbuilder/registry/data/org/openoffice/Office.po
index f7ed733affd..f7ed733affd 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/af/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 4c11b9ece24..4c11b9ece24 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index de831064bf1..de831064bf1 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/af/reportbuilder/util.po b/source/af/reportbuilder/util.po
index 9ed82df45e8..9ed82df45e8 100644
--- a/translations/source/af/reportbuilder/util.po
+++ b/source/af/reportbuilder/util.po
diff --git a/translations/source/af/reportdesign/source/core/resource.po b/source/af/reportdesign/source/core/resource.po
index 87f18d2e8c3..87f18d2e8c3 100644
--- a/translations/source/af/reportdesign/source/core/resource.po
+++ b/source/af/reportdesign/source/core/resource.po
diff --git a/translations/source/af/reportdesign/source/ui/dlg.po b/source/af/reportdesign/source/ui/dlg.po
index e4318eebba8..e4318eebba8 100644
--- a/translations/source/af/reportdesign/source/ui/dlg.po
+++ b/source/af/reportdesign/source/ui/dlg.po
diff --git a/translations/source/af/reportdesign/source/ui/inspection.po b/source/af/reportdesign/source/ui/inspection.po
index 065de1c1a92..065de1c1a92 100644
--- a/translations/source/af/reportdesign/source/ui/inspection.po
+++ b/source/af/reportdesign/source/ui/inspection.po
diff --git a/translations/source/af/reportdesign/source/ui/report.po b/source/af/reportdesign/source/ui/report.po
index 3280f735485..3280f735485 100644
--- a/translations/source/af/reportdesign/source/ui/report.po
+++ b/source/af/reportdesign/source/ui/report.po
diff --git a/translations/source/af/sc/source/core/src.po b/source/af/sc/source/core/src.po
index 2be23fc9969..2be23fc9969 100644
--- a/translations/source/af/sc/source/core/src.po
+++ b/source/af/sc/source/core/src.po
diff --git a/translations/source/af/sc/source/ui/cctrl.po b/source/af/sc/source/ui/cctrl.po
index 5f615c154f9..5f615c154f9 100644
--- a/translations/source/af/sc/source/ui/cctrl.po
+++ b/source/af/sc/source/ui/cctrl.po
diff --git a/translations/source/af/sc/source/ui/dbgui.po b/source/af/sc/source/ui/dbgui.po
index bc69a7aeb19..bc69a7aeb19 100644
--- a/translations/source/af/sc/source/ui/dbgui.po
+++ b/source/af/sc/source/ui/dbgui.po
diff --git a/translations/source/af/sc/source/ui/docshell.po b/source/af/sc/source/ui/docshell.po
index 16dabb772be..16dabb772be 100644
--- a/translations/source/af/sc/source/ui/docshell.po
+++ b/source/af/sc/source/ui/docshell.po
diff --git a/translations/source/af/sc/source/ui/drawfunc.po b/source/af/sc/source/ui/drawfunc.po
index 26527ae7cb8..26527ae7cb8 100644
--- a/translations/source/af/sc/source/ui/drawfunc.po
+++ b/source/af/sc/source/ui/drawfunc.po
diff --git a/translations/source/af/sc/source/ui/formdlg.po b/source/af/sc/source/ui/formdlg.po
index ff16627469b..ff16627469b 100644
--- a/translations/source/af/sc/source/ui/formdlg.po
+++ b/source/af/sc/source/ui/formdlg.po
diff --git a/translations/source/af/sc/source/ui/miscdlgs.po b/source/af/sc/source/ui/miscdlgs.po
index c1e950b868a..c1e950b868a 100644
--- a/translations/source/af/sc/source/ui/miscdlgs.po
+++ b/source/af/sc/source/ui/miscdlgs.po
diff --git a/translations/source/af/sc/source/ui/navipi.po b/source/af/sc/source/ui/navipi.po
index 493236eb553..493236eb553 100644
--- a/translations/source/af/sc/source/ui/navipi.po
+++ b/source/af/sc/source/ui/navipi.po
diff --git a/translations/source/af/sc/source/ui/optdlg.po b/source/af/sc/source/ui/optdlg.po
index c28a6abb8a2..c28a6abb8a2 100644
--- a/translations/source/af/sc/source/ui/optdlg.po
+++ b/source/af/sc/source/ui/optdlg.po
diff --git a/translations/source/af/sc/source/ui/pagedlg.po b/source/af/sc/source/ui/pagedlg.po
index 1730c9e53c7..1730c9e53c7 100644
--- a/translations/source/af/sc/source/ui/pagedlg.po
+++ b/source/af/sc/source/ui/pagedlg.po
diff --git a/translations/source/af/sc/source/ui/src.po b/source/af/sc/source/ui/src.po
index 70991f8f148..70991f8f148 100644
--- a/translations/source/af/sc/source/ui/src.po
+++ b/source/af/sc/source/ui/src.po
diff --git a/translations/source/af/sc/source/ui/styleui.po b/source/af/sc/source/ui/styleui.po
index ed85b1aa3f2..ed85b1aa3f2 100644
--- a/translations/source/af/sc/source/ui/styleui.po
+++ b/source/af/sc/source/ui/styleui.po
diff --git a/translations/source/af/scaddins/source/analysis.po b/source/af/scaddins/source/analysis.po
index efb9f69d495..efb9f69d495 100644
--- a/translations/source/af/scaddins/source/analysis.po
+++ b/source/af/scaddins/source/analysis.po
diff --git a/translations/source/af/scaddins/source/datefunc.po b/source/af/scaddins/source/datefunc.po
index 84f05fe935d..84f05fe935d 100644
--- a/translations/source/af/scaddins/source/datefunc.po
+++ b/source/af/scaddins/source/datefunc.po
diff --git a/translations/source/af/sccomp/source/solver.po b/source/af/sccomp/source/solver.po
index 0a43d71f096..0a43d71f096 100644
--- a/translations/source/af/sccomp/source/solver.po
+++ b/source/af/sccomp/source/solver.po
diff --git a/translations/source/af/scp2/source/accessories.po b/source/af/scp2/source/accessories.po
index 4322d478d11..4322d478d11 100644
--- a/translations/source/af/scp2/source/accessories.po
+++ b/source/af/scp2/source/accessories.po
diff --git a/translations/source/af/scp2/source/activex.po b/source/af/scp2/source/activex.po
index 4a67137f3e4..4a67137f3e4 100644
--- a/translations/source/af/scp2/source/activex.po
+++ b/source/af/scp2/source/activex.po
diff --git a/translations/source/af/scp2/source/base.po b/source/af/scp2/source/base.po
index 7d5b035e718..7d5b035e718 100644
--- a/translations/source/af/scp2/source/base.po
+++ b/source/af/scp2/source/base.po
diff --git a/translations/source/af/scp2/source/binfilter.po b/source/af/scp2/source/binfilter.po
index 9d7d54061ac..9d7d54061ac 100644
--- a/translations/source/af/scp2/source/binfilter.po
+++ b/source/af/scp2/source/binfilter.po
diff --git a/translations/source/af/scp2/source/calc.po b/source/af/scp2/source/calc.po
index fc7c9bb9a2b..fc7c9bb9a2b 100644
--- a/translations/source/af/scp2/source/calc.po
+++ b/source/af/scp2/source/calc.po
diff --git a/translations/source/af/scp2/source/draw.po b/source/af/scp2/source/draw.po
index 1600b996905..1600b996905 100644
--- a/translations/source/af/scp2/source/draw.po
+++ b/source/af/scp2/source/draw.po
diff --git a/translations/source/af/scp2/source/extensions.po b/source/af/scp2/source/extensions.po
index be7969c27b9..be7969c27b9 100644
--- a/translations/source/af/scp2/source/extensions.po
+++ b/source/af/scp2/source/extensions.po
diff --git a/translations/source/af/scp2/source/gnome.po b/source/af/scp2/source/gnome.po
index 09844310b58..09844310b58 100644
--- a/translations/source/af/scp2/source/gnome.po
+++ b/source/af/scp2/source/gnome.po
diff --git a/translations/source/af/scp2/source/graphicfilter.po b/source/af/scp2/source/graphicfilter.po
index f627d567d61..f627d567d61 100644
--- a/translations/source/af/scp2/source/graphicfilter.po
+++ b/source/af/scp2/source/graphicfilter.po
diff --git a/translations/source/af/scp2/source/impress.po b/source/af/scp2/source/impress.po
index 4e057fdbeff..4e057fdbeff 100644
--- a/translations/source/af/scp2/source/impress.po
+++ b/source/af/scp2/source/impress.po
diff --git a/translations/source/af/scp2/source/javafilter.po b/source/af/scp2/source/javafilter.po
index 4a24b43e48a..4a24b43e48a 100644
--- a/translations/source/af/scp2/source/javafilter.po
+++ b/source/af/scp2/source/javafilter.po
diff --git a/translations/source/af/scp2/source/kde.po b/source/af/scp2/source/kde.po
index 73ebbaab16d..73ebbaab16d 100644
--- a/translations/source/af/scp2/source/kde.po
+++ b/source/af/scp2/source/kde.po
diff --git a/translations/source/af/scp2/source/math.po b/source/af/scp2/source/math.po
index 5ce5639af35..5ce5639af35 100644
--- a/translations/source/af/scp2/source/math.po
+++ b/source/af/scp2/source/math.po
diff --git a/translations/source/af/scp2/source/onlineupdate.po b/source/af/scp2/source/onlineupdate.po
index 114df2ac88d..114df2ac88d 100644
--- a/translations/source/af/scp2/source/onlineupdate.po
+++ b/source/af/scp2/source/onlineupdate.po
diff --git a/translations/source/af/scp2/source/ooo.po b/source/af/scp2/source/ooo.po
index 8e1170bcad9..8e1170bcad9 100644
--- a/translations/source/af/scp2/source/ooo.po
+++ b/source/af/scp2/source/ooo.po
diff --git a/translations/source/af/scp2/source/python.po b/source/af/scp2/source/python.po
index 21a14df08cc..21a14df08cc 100644
--- a/translations/source/af/scp2/source/python.po
+++ b/source/af/scp2/source/python.po
diff --git a/translations/source/af/scp2/source/quickstart.po b/source/af/scp2/source/quickstart.po
index eb9d17da25d..eb9d17da25d 100644
--- a/translations/source/af/scp2/source/quickstart.po
+++ b/source/af/scp2/source/quickstart.po
diff --git a/translations/source/af/scp2/source/sdkoo.po b/source/af/scp2/source/sdkoo.po
index 03f41f0df71..03f41f0df71 100644
--- a/translations/source/af/scp2/source/sdkoo.po
+++ b/source/af/scp2/source/sdkoo.po
diff --git a/translations/source/af/scp2/source/smoketest.po b/source/af/scp2/source/smoketest.po
index d547859eece..d547859eece 100644
--- a/translations/source/af/scp2/source/smoketest.po
+++ b/source/af/scp2/source/smoketest.po
diff --git a/translations/source/af/scp2/source/stdlibs.po b/source/af/scp2/source/stdlibs.po
index f2a7164e7ab..f2a7164e7ab 100644
--- a/translations/source/af/scp2/source/stdlibs.po
+++ b/source/af/scp2/source/stdlibs.po
diff --git a/translations/source/af/scp2/source/tde.po b/source/af/scp2/source/tde.po
index 06e86df5e40..06e86df5e40 100644
--- a/translations/source/af/scp2/source/tde.po
+++ b/source/af/scp2/source/tde.po
diff --git a/translations/source/af/scp2/source/winexplorerext.po b/source/af/scp2/source/winexplorerext.po
index d080877c589..d080877c589 100644
--- a/translations/source/af/scp2/source/winexplorerext.po
+++ b/source/af/scp2/source/winexplorerext.po
diff --git a/translations/source/af/scp2/source/writer.po b/source/af/scp2/source/writer.po
index de8e07e9681..de8e07e9681 100644
--- a/translations/source/af/scp2/source/writer.po
+++ b/source/af/scp2/source/writer.po
diff --git a/translations/source/af/scp2/source/xsltfilter.po b/source/af/scp2/source/xsltfilter.po
index 5355d1f2e0e..5355d1f2e0e 100644
--- a/translations/source/af/scp2/source/xsltfilter.po
+++ b/source/af/scp2/source/xsltfilter.po
diff --git a/translations/source/af/scripting/source/pyprov.po b/source/af/scripting/source/pyprov.po
index b9336797cb6..b9336797cb6 100644
--- a/translations/source/af/scripting/source/pyprov.po
+++ b/source/af/scripting/source/pyprov.po
diff --git a/translations/source/af/sd/source/core.po b/source/af/sd/source/core.po
index 77ba8dd6d2b..77ba8dd6d2b 100644
--- a/translations/source/af/sd/source/core.po
+++ b/source/af/sd/source/core.po
diff --git a/translations/source/af/sd/source/filter/html.po b/source/af/sd/source/filter/html.po
index b0dad314472..b0dad314472 100644
--- a/translations/source/af/sd/source/filter/html.po
+++ b/source/af/sd/source/filter/html.po
diff --git a/translations/source/af/sd/source/ui/accessibility.po b/source/af/sd/source/ui/accessibility.po
index a6abe1e8044..a6abe1e8044 100644
--- a/translations/source/af/sd/source/ui/accessibility.po
+++ b/source/af/sd/source/ui/accessibility.po
diff --git a/translations/source/af/sd/source/ui/animations.po b/source/af/sd/source/ui/animations.po
index c134135fb05..c134135fb05 100644
--- a/translations/source/af/sd/source/ui/animations.po
+++ b/source/af/sd/source/ui/animations.po
diff --git a/translations/source/af/sd/source/ui/annotations.po b/source/af/sd/source/ui/annotations.po
index 5e066ea3563..5e066ea3563 100644
--- a/translations/source/af/sd/source/ui/annotations.po
+++ b/source/af/sd/source/ui/annotations.po
diff --git a/translations/source/af/sd/source/ui/app.po b/source/af/sd/source/ui/app.po
index aab680e3cb6..aab680e3cb6 100644
--- a/translations/source/af/sd/source/ui/app.po
+++ b/source/af/sd/source/ui/app.po
diff --git a/translations/source/af/sd/source/ui/dlg.po b/source/af/sd/source/ui/dlg.po
index 98fcc301f7e..98fcc301f7e 100644
--- a/translations/source/af/sd/source/ui/dlg.po
+++ b/source/af/sd/source/ui/dlg.po
diff --git a/translations/source/af/sd/source/ui/slideshow.po b/source/af/sd/source/ui/slideshow.po
index a5fb16d5917..a5fb16d5917 100644
--- a/translations/source/af/sd/source/ui/slideshow.po
+++ b/source/af/sd/source/ui/slideshow.po
diff --git a/translations/source/af/sd/source/ui/table.po b/source/af/sd/source/ui/table.po
index 49d43ee29e0..49d43ee29e0 100644
--- a/translations/source/af/sd/source/ui/table.po
+++ b/source/af/sd/source/ui/table.po
diff --git a/translations/source/af/sd/source/ui/view.po b/source/af/sd/source/ui/view.po
index c8f08394961..c8f08394961 100644
--- a/translations/source/af/sd/source/ui/view.po
+++ b/source/af/sd/source/ui/view.po
diff --git a/translations/source/af/sdext/source/minimizer.po b/source/af/sdext/source/minimizer.po
index 1cdd49945aa..1cdd49945aa 100644
--- a/translations/source/af/sdext/source/minimizer.po
+++ b/source/af/sdext/source/minimizer.po
diff --git a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 20ef85e61f0..20ef85e61f0 100644
--- a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index d4e2e4e9675..d4e2e4e9675 100644
--- a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/af/sdext/source/pdfimport.po b/source/af/sdext/source/pdfimport.po
index 3dbb650f94b..3dbb650f94b 100644
--- a/translations/source/af/sdext/source/pdfimport.po
+++ b/source/af/sdext/source/pdfimport.po
diff --git a/translations/source/af/sdext/source/presenter.po b/source/af/sdext/source/presenter.po
index cf390d90510..cf390d90510 100644
--- a/translations/source/af/sdext/source/presenter.po
+++ b/source/af/sdext/source/presenter.po
diff --git a/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index f28a5d9bf6a..f28a5d9bf6a 100644
--- a/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index a46da6f750d..a46da6f750d 100644
--- a/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/af/setup_native/source/mac.po b/source/af/setup_native/source/mac.po
index 981c741cf76..981c741cf76 100644
--- a/translations/source/af/setup_native/source/mac.po
+++ b/source/af/setup_native/source/mac.po
diff --git a/translations/source/af/sfx2/source/appl.po b/source/af/sfx2/source/appl.po
index 5b742c2e43e..5b742c2e43e 100644
--- a/translations/source/af/sfx2/source/appl.po
+++ b/source/af/sfx2/source/appl.po
diff --git a/translations/source/af/sfx2/source/bastyp.po b/source/af/sfx2/source/bastyp.po
index 506357ab458..506357ab458 100644
--- a/translations/source/af/sfx2/source/bastyp.po
+++ b/source/af/sfx2/source/bastyp.po
diff --git a/translations/source/af/sfx2/source/dialog.po b/source/af/sfx2/source/dialog.po
index 1769dd55e68..1769dd55e68 100644
--- a/translations/source/af/sfx2/source/dialog.po
+++ b/source/af/sfx2/source/dialog.po
diff --git a/translations/source/af/sfx2/source/doc.po b/source/af/sfx2/source/doc.po
index 90aeb0bc2d9..90aeb0bc2d9 100644
--- a/translations/source/af/sfx2/source/doc.po
+++ b/source/af/sfx2/source/doc.po
diff --git a/translations/source/af/sfx2/source/menu.po b/source/af/sfx2/source/menu.po
index 0c25a49757f..0c25a49757f 100644
--- a/translations/source/af/sfx2/source/menu.po
+++ b/source/af/sfx2/source/menu.po
diff --git a/translations/source/af/sfx2/source/view.po b/source/af/sfx2/source/view.po
index 2ad687beeaf..2ad687beeaf 100644
--- a/translations/source/af/sfx2/source/view.po
+++ b/source/af/sfx2/source/view.po
diff --git a/translations/source/af/shell/source/win32/shlxthandler/res.po b/source/af/shell/source/win32/shlxthandler/res.po
index c7f1b2cc1ae..c7f1b2cc1ae 100644
--- a/translations/source/af/shell/source/win32/shlxthandler/res.po
+++ b/source/af/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/af/starmath/source.po b/source/af/starmath/source.po
index 49063c2ce0c..49063c2ce0c 100644
--- a/translations/source/af/starmath/source.po
+++ b/source/af/starmath/source.po
diff --git a/translations/source/af/svl/source/items.po b/source/af/svl/source/items.po
index 96343dfc85e..96343dfc85e 100644
--- a/translations/source/af/svl/source/items.po
+++ b/source/af/svl/source/items.po
diff --git a/translations/source/af/svl/source/misc.po b/source/af/svl/source/misc.po
index 41c8c399068..41c8c399068 100644
--- a/translations/source/af/svl/source/misc.po
+++ b/source/af/svl/source/misc.po
diff --git a/translations/source/af/svtools/source/contnr.po b/source/af/svtools/source/contnr.po
index 7da90b0cede..7da90b0cede 100644
--- a/translations/source/af/svtools/source/contnr.po
+++ b/source/af/svtools/source/contnr.po
diff --git a/translations/source/af/svtools/source/control.po b/source/af/svtools/source/control.po
index b770c793161..b770c793161 100644
--- a/translations/source/af/svtools/source/control.po
+++ b/source/af/svtools/source/control.po
diff --git a/translations/source/af/svtools/source/dialogs.po b/source/af/svtools/source/dialogs.po
index ba11f7f862c..ba11f7f862c 100644
--- a/translations/source/af/svtools/source/dialogs.po
+++ b/source/af/svtools/source/dialogs.po
diff --git a/translations/source/af/svtools/source/filter.po b/source/af/svtools/source/filter.po
index f658b013dc8..f658b013dc8 100644
--- a/translations/source/af/svtools/source/filter.po
+++ b/source/af/svtools/source/filter.po
diff --git a/translations/source/af/svtools/source/java.po b/source/af/svtools/source/java.po
index 52ba4cbdf3e..52ba4cbdf3e 100644
--- a/translations/source/af/svtools/source/java.po
+++ b/source/af/svtools/source/java.po
diff --git a/translations/source/af/svtools/source/misc.po b/source/af/svtools/source/misc.po
index e4facd60905..e4facd60905 100644
--- a/translations/source/af/svtools/source/misc.po
+++ b/source/af/svtools/source/misc.po
diff --git a/translations/source/af/svtools/source/toolpanel.po b/source/af/svtools/source/toolpanel.po
index d0512a234fa..d0512a234fa 100644
--- a/translations/source/af/svtools/source/toolpanel.po
+++ b/source/af/svtools/source/toolpanel.po
diff --git a/translations/source/af/svtools/workben/unodialog.po b/source/af/svtools/workben/unodialog.po
index b47a62c2d09..b47a62c2d09 100644
--- a/translations/source/af/svtools/workben/unodialog.po
+++ b/source/af/svtools/workben/unodialog.po
diff --git a/translations/source/af/svx/inc.po b/source/af/svx/inc.po
index 80d0476ba4b..80d0476ba4b 100644
--- a/translations/source/af/svx/inc.po
+++ b/source/af/svx/inc.po
diff --git a/translations/source/af/svx/source/accessibility.po b/source/af/svx/source/accessibility.po
index d6746fcc01f..d6746fcc01f 100644
--- a/translations/source/af/svx/source/accessibility.po
+++ b/source/af/svx/source/accessibility.po
diff --git a/translations/source/af/svx/source/dialog.po b/source/af/svx/source/dialog.po
index bea585c0db5..bea585c0db5 100644
--- a/translations/source/af/svx/source/dialog.po
+++ b/source/af/svx/source/dialog.po
diff --git a/translations/source/af/svx/source/engine3d.po b/source/af/svx/source/engine3d.po
index 7bc86a81480..7bc86a81480 100644
--- a/translations/source/af/svx/source/engine3d.po
+++ b/source/af/svx/source/engine3d.po
diff --git a/translations/source/af/svx/source/fmcomp.po b/source/af/svx/source/fmcomp.po
index 79fa601fd7a..79fa601fd7a 100644
--- a/translations/source/af/svx/source/fmcomp.po
+++ b/source/af/svx/source/fmcomp.po
diff --git a/translations/source/af/svx/source/form.po b/source/af/svx/source/form.po
index a0ad498184d..a0ad498184d 100644
--- a/translations/source/af/svx/source/form.po
+++ b/source/af/svx/source/form.po
diff --git a/translations/source/af/svx/source/gallery2.po b/source/af/svx/source/gallery2.po
index b1e9577c65a..b1e9577c65a 100644
--- a/translations/source/af/svx/source/gallery2.po
+++ b/source/af/svx/source/gallery2.po
diff --git a/translations/source/af/svx/source/items.po b/source/af/svx/source/items.po
index 3bbaca21f64..3bbaca21f64 100644
--- a/translations/source/af/svx/source/items.po
+++ b/source/af/svx/source/items.po
diff --git a/translations/source/af/svx/source/src.po b/source/af/svx/source/src.po
index f79134d3436..f79134d3436 100644
--- a/translations/source/af/svx/source/src.po
+++ b/source/af/svx/source/src.po
diff --git a/translations/source/af/svx/source/stbctrls.po b/source/af/svx/source/stbctrls.po
index 88251a3bc61..88251a3bc61 100644
--- a/translations/source/af/svx/source/stbctrls.po
+++ b/source/af/svx/source/stbctrls.po
diff --git a/translations/source/af/svx/source/svdraw.po b/source/af/svx/source/svdraw.po
index 15dc3a4f001..15dc3a4f001 100644
--- a/translations/source/af/svx/source/svdraw.po
+++ b/source/af/svx/source/svdraw.po
diff --git a/translations/source/af/svx/source/table.po b/source/af/svx/source/table.po
index 60c64e8caa0..60c64e8caa0 100644
--- a/translations/source/af/svx/source/table.po
+++ b/source/af/svx/source/table.po
diff --git a/translations/source/af/svx/source/tbxctrls.po b/source/af/svx/source/tbxctrls.po
index 6515f69ae6e..6515f69ae6e 100644
--- a/translations/source/af/svx/source/tbxctrls.po
+++ b/source/af/svx/source/tbxctrls.po
diff --git a/translations/source/af/svx/source/toolbars.po b/source/af/svx/source/toolbars.po
index 984daf07f58..984daf07f58 100644
--- a/translations/source/af/svx/source/toolbars.po
+++ b/source/af/svx/source/toolbars.po
diff --git a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po b/source/af/svx/source/unodialogs/textconversiondlgs.po
index 8267fe78ee6..8267fe78ee6 100644
--- a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/af/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/af/sw/source/core/layout.po b/source/af/sw/source/core/layout.po
index 478bb56ca7c..478bb56ca7c 100644
--- a/translations/source/af/sw/source/core/layout.po
+++ b/source/af/sw/source/core/layout.po
diff --git a/translations/source/af/sw/source/core/undo.po b/source/af/sw/source/core/undo.po
index 125e40cf951..125e40cf951 100644
--- a/translations/source/af/sw/source/core/undo.po
+++ b/source/af/sw/source/core/undo.po
diff --git a/translations/source/af/sw/source/core/unocore.po b/source/af/sw/source/core/unocore.po
index 22bb6cf22e3..22bb6cf22e3 100644
--- a/translations/source/af/sw/source/core/unocore.po
+++ b/source/af/sw/source/core/unocore.po
diff --git a/translations/source/af/sw/source/ui/app.po b/source/af/sw/source/ui/app.po
index 00a14b61a6d..00a14b61a6d 100644
--- a/translations/source/af/sw/source/ui/app.po
+++ b/source/af/sw/source/ui/app.po
diff --git a/translations/source/af/sw/source/ui/chrdlg.po b/source/af/sw/source/ui/chrdlg.po
index 3348d4c1c69..3348d4c1c69 100644
--- a/translations/source/af/sw/source/ui/chrdlg.po
+++ b/source/af/sw/source/ui/chrdlg.po
diff --git a/translations/source/af/sw/source/ui/config.po b/source/af/sw/source/ui/config.po
index fb4226c9433..fb4226c9433 100644
--- a/translations/source/af/sw/source/ui/config.po
+++ b/source/af/sw/source/ui/config.po
diff --git a/translations/source/af/sw/source/ui/dbui.po b/source/af/sw/source/ui/dbui.po
index 1693d231a88..1693d231a88 100644
--- a/translations/source/af/sw/source/ui/dbui.po
+++ b/source/af/sw/source/ui/dbui.po
diff --git a/translations/source/af/sw/source/ui/dialog.po b/source/af/sw/source/ui/dialog.po
index c027235f9a0..c027235f9a0 100644
--- a/translations/source/af/sw/source/ui/dialog.po
+++ b/source/af/sw/source/ui/dialog.po
diff --git a/translations/source/af/sw/source/ui/dochdl.po b/source/af/sw/source/ui/dochdl.po
index a60e11d6101..a60e11d6101 100644
--- a/translations/source/af/sw/source/ui/dochdl.po
+++ b/source/af/sw/source/ui/dochdl.po
diff --git a/translations/source/af/sw/source/ui/docvw.po b/source/af/sw/source/ui/docvw.po
index 92db9a69ae1..92db9a69ae1 100644
--- a/translations/source/af/sw/source/ui/docvw.po
+++ b/source/af/sw/source/ui/docvw.po
diff --git a/translations/source/af/sw/source/ui/envelp.po b/source/af/sw/source/ui/envelp.po
index 3b62c892dc7..3b62c892dc7 100644
--- a/translations/source/af/sw/source/ui/envelp.po
+++ b/source/af/sw/source/ui/envelp.po
diff --git a/translations/source/af/sw/source/ui/fldui.po b/source/af/sw/source/ui/fldui.po
index 56d37bf14f0..56d37bf14f0 100644
--- a/translations/source/af/sw/source/ui/fldui.po
+++ b/source/af/sw/source/ui/fldui.po
diff --git a/translations/source/af/sw/source/ui/fmtui.po b/source/af/sw/source/ui/fmtui.po
index 04f34d65cb6..04f34d65cb6 100644
--- a/translations/source/af/sw/source/ui/fmtui.po
+++ b/source/af/sw/source/ui/fmtui.po
diff --git a/translations/source/af/sw/source/ui/frmdlg.po b/source/af/sw/source/ui/frmdlg.po
index 453f70f8bec..453f70f8bec 100644
--- a/translations/source/af/sw/source/ui/frmdlg.po
+++ b/source/af/sw/source/ui/frmdlg.po
diff --git a/translations/source/af/sw/source/ui/globdoc.po b/source/af/sw/source/ui/globdoc.po
index bdbda4c2ad8..bdbda4c2ad8 100644
--- a/translations/source/af/sw/source/ui/globdoc.po
+++ b/source/af/sw/source/ui/globdoc.po
diff --git a/translations/source/af/sw/source/ui/index.po b/source/af/sw/source/ui/index.po
index b22f71701ca..b22f71701ca 100644
--- a/translations/source/af/sw/source/ui/index.po
+++ b/source/af/sw/source/ui/index.po
diff --git a/translations/source/af/sw/source/ui/lingu.po b/source/af/sw/source/ui/lingu.po
index 9f5f6d19425..9f5f6d19425 100644
--- a/translations/source/af/sw/source/ui/lingu.po
+++ b/source/af/sw/source/ui/lingu.po
diff --git a/translations/source/af/sw/source/ui/misc.po b/source/af/sw/source/ui/misc.po
index 747bbdf470d..747bbdf470d 100644
--- a/translations/source/af/sw/source/ui/misc.po
+++ b/source/af/sw/source/ui/misc.po
diff --git a/translations/source/af/sw/source/ui/ribbar.po b/source/af/sw/source/ui/ribbar.po
index 30d04115a94..30d04115a94 100644
--- a/translations/source/af/sw/source/ui/ribbar.po
+++ b/source/af/sw/source/ui/ribbar.po
diff --git a/translations/source/af/sw/source/ui/shells.po b/source/af/sw/source/ui/shells.po
index 2d21697c11d..2d21697c11d 100644
--- a/translations/source/af/sw/source/ui/shells.po
+++ b/source/af/sw/source/ui/shells.po
diff --git a/translations/source/af/sw/source/ui/smartmenu.po b/source/af/sw/source/ui/smartmenu.po
index 21238cb914a..21238cb914a 100644
--- a/translations/source/af/sw/source/ui/smartmenu.po
+++ b/source/af/sw/source/ui/smartmenu.po
diff --git a/translations/source/af/sw/source/ui/table.po b/source/af/sw/source/ui/table.po
index fdd7fab4ff7..fdd7fab4ff7 100644
--- a/translations/source/af/sw/source/ui/table.po
+++ b/source/af/sw/source/ui/table.po
diff --git a/translations/source/af/sw/source/ui/uiview.po b/source/af/sw/source/ui/uiview.po
index fc2b8789de0..fc2b8789de0 100644
--- a/translations/source/af/sw/source/ui/uiview.po
+++ b/source/af/sw/source/ui/uiview.po
diff --git a/translations/source/af/sw/source/ui/utlui.po b/source/af/sw/source/ui/utlui.po
index a9f732cba8a..a9f732cba8a 100644
--- a/translations/source/af/sw/source/ui/utlui.po
+++ b/source/af/sw/source/ui/utlui.po
diff --git a/translations/source/af/sw/source/ui/web.po b/source/af/sw/source/ui/web.po
index 60519fb3064..60519fb3064 100644
--- a/translations/source/af/sw/source/ui/web.po
+++ b/source/af/sw/source/ui/web.po
diff --git a/translations/source/af/sw/source/ui/wrtsh.po b/source/af/sw/source/ui/wrtsh.po
index 26cfbe3ef7e..26cfbe3ef7e 100644
--- a/translations/source/af/sw/source/ui/wrtsh.po
+++ b/source/af/sw/source/ui/wrtsh.po
diff --git a/translations/source/af/swext/mediawiki/help.po b/source/af/swext/mediawiki/help.po
index 27b6a5812bb..27b6a5812bb 100644
--- a/translations/source/af/swext/mediawiki/help.po
+++ b/source/af/swext/mediawiki/help.po
diff --git a/translations/source/af/swext/mediawiki/src.po b/source/af/swext/mediawiki/src.po
index 07df09b49cb..07df09b49cb 100644
--- a/translations/source/af/swext/mediawiki/src.po
+++ b/source/af/swext/mediawiki/src.po
diff --git a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index e809222589b..e809222589b 100644
--- a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 67d9b2442cc..67d9b2442cc 100644
--- a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/af/sysui/desktop/share.po b/source/af/sysui/desktop/share.po
index be769a73a4c..be769a73a4c 100644
--- a/translations/source/af/sysui/desktop/share.po
+++ b/source/af/sysui/desktop/share.po
diff --git a/translations/source/af/uui/source.po b/source/af/uui/source.po
index a9b7a400363..a9b7a400363 100644
--- a/translations/source/af/uui/source.po
+++ b/source/af/uui/source.po
diff --git a/translations/source/af/vcl/source/src.po b/source/af/vcl/source/src.po
index 2c4b795445f..2c4b795445f 100644
--- a/translations/source/af/vcl/source/src.po
+++ b/source/af/vcl/source/src.po
diff --git a/translations/source/af/wizards/source/euro.po b/source/af/wizards/source/euro.po
index a7bec662ead..a7bec662ead 100644
--- a/translations/source/af/wizards/source/euro.po
+++ b/source/af/wizards/source/euro.po
diff --git a/translations/source/af/wizards/source/formwizard.po b/source/af/wizards/source/formwizard.po
index 836944b4976..836944b4976 100644
--- a/translations/source/af/wizards/source/formwizard.po
+++ b/source/af/wizards/source/formwizard.po
diff --git a/translations/source/af/wizards/source/importwizard.po b/source/af/wizards/source/importwizard.po
index ee25e680979..ee25e680979 100644
--- a/translations/source/af/wizards/source/importwizard.po
+++ b/source/af/wizards/source/importwizard.po
diff --git a/translations/source/af/wizards/source/schedule.po b/source/af/wizards/source/schedule.po
index 22d632fb08d..22d632fb08d 100644
--- a/translations/source/af/wizards/source/schedule.po
+++ b/source/af/wizards/source/schedule.po
diff --git a/translations/source/af/wizards/source/template.po b/source/af/wizards/source/template.po
index 9fa3b6fc3b7..9fa3b6fc3b7 100644
--- a/translations/source/af/wizards/source/template.po
+++ b/source/af/wizards/source/template.po
diff --git a/translations/source/af/xmlsecurity/source/component.po b/source/af/xmlsecurity/source/component.po
index 4b87599931e..4b87599931e 100644
--- a/translations/source/af/xmlsecurity/source/component.po
+++ b/source/af/xmlsecurity/source/component.po
diff --git a/translations/source/af/xmlsecurity/source/dialogs.po b/source/af/xmlsecurity/source/dialogs.po
index fd3cec626b4..fd3cec626b4 100644
--- a/translations/source/af/xmlsecurity/source/dialogs.po
+++ b/source/af/xmlsecurity/source/dialogs.po
diff --git a/translations/source/am/accessibility/source/helper.po b/source/am/accessibility/source/helper.po
index 135bbe620ef..135bbe620ef 100644
--- a/translations/source/am/accessibility/source/helper.po
+++ b/source/am/accessibility/source/helper.po
diff --git a/translations/source/am/avmedia/source/framework.po b/source/am/avmedia/source/framework.po
index 31e65acd851..31e65acd851 100644
--- a/translations/source/am/avmedia/source/framework.po
+++ b/source/am/avmedia/source/framework.po
diff --git a/translations/source/am/avmedia/source/viewer.po b/source/am/avmedia/source/viewer.po
index c2e7fc16608..c2e7fc16608 100644
--- a/translations/source/am/avmedia/source/viewer.po
+++ b/source/am/avmedia/source/viewer.po
diff --git a/translations/source/am/basctl/source/basicide.po b/source/am/basctl/source/basicide.po
index 0cab5f885b5..0cab5f885b5 100644
--- a/translations/source/am/basctl/source/basicide.po
+++ b/source/am/basctl/source/basicide.po
diff --git a/translations/source/am/basctl/source/dlged.po b/source/am/basctl/source/dlged.po
index fdbbe03e448..fdbbe03e448 100644
--- a/translations/source/am/basctl/source/dlged.po
+++ b/source/am/basctl/source/dlged.po
diff --git a/translations/source/am/basic/source/classes.po b/source/am/basic/source/classes.po
index 89e478a4271..89e478a4271 100644
--- a/translations/source/am/basic/source/classes.po
+++ b/source/am/basic/source/classes.po
diff --git a/translations/source/am/basic/source/sbx.po b/source/am/basic/source/sbx.po
index b6cb627d32c..b6cb627d32c 100644
--- a/translations/source/am/basic/source/sbx.po
+++ b/source/am/basic/source/sbx.po
diff --git a/translations/source/am/chart2/source/controller/dialogs.po b/source/am/chart2/source/controller/dialogs.po
index 15c20beabf8..15c20beabf8 100644
--- a/translations/source/am/chart2/source/controller/dialogs.po
+++ b/source/am/chart2/source/controller/dialogs.po
diff --git a/translations/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 22988474d4e..22988474d4e 100644
--- a/translations/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 4192f84a2ce..4192f84a2ce 100644
--- a/translations/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index f820e16baa3..f820e16baa3 100644
--- a/translations/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 0bf4b3aa319..0bf4b3aa319 100644
--- a/translations/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 4fc2fd7d26d..4fc2fd7d26d 100644
--- a/translations/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 83ca6119739..83ca6119739 100644
--- a/translations/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 10c5ff1108d..10c5ff1108d 100644
--- a/translations/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 66293a1bd4f..66293a1bd4f 100644
--- a/translations/source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 20e9d2ecc0c..20e9d2ecc0c 100644
--- a/translations/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index c295e4387d7..c295e4387d7 100644
--- a/translations/source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index d1c1fe0a9ed..d1c1fe0a9ed 100644
--- a/translations/source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index a00d90779ac..a00d90779ac 100644
--- a/translations/source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index d11aa8cb94f..d11aa8cb94f 100644
--- a/translations/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 144fe7a70e0..144fe7a70e0 100644
--- a/translations/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index ccb1853ad93..ccb1853ad93 100644
--- a/translations/source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/am/connectivity/source/resource.po b/source/am/connectivity/source/resource.po
index ce36c895e10..ce36c895e10 100644
--- a/translations/source/am/connectivity/source/resource.po
+++ b/source/am/connectivity/source/resource.po
diff --git a/translations/source/am/cui/source/customize.po b/source/am/cui/source/customize.po
index 959f01f1613..959f01f1613 100644
--- a/translations/source/am/cui/source/customize.po
+++ b/source/am/cui/source/customize.po
diff --git a/translations/source/am/cui/source/dialogs.po b/source/am/cui/source/dialogs.po
index 8a91fca269e..8a91fca269e 100644
--- a/translations/source/am/cui/source/dialogs.po
+++ b/source/am/cui/source/dialogs.po
diff --git a/translations/source/am/cui/source/options.po b/source/am/cui/source/options.po
index 1ee88498169..1ee88498169 100644
--- a/translations/source/am/cui/source/options.po
+++ b/source/am/cui/source/options.po
diff --git a/translations/source/am/cui/source/tabpages.po b/source/am/cui/source/tabpages.po
index 3214d450832..3214d450832 100644
--- a/translations/source/am/cui/source/tabpages.po
+++ b/source/am/cui/source/tabpages.po
diff --git a/translations/source/am/dbaccess/source/core/resource.po b/source/am/dbaccess/source/core/resource.po
index 650cec79786..650cec79786 100644
--- a/translations/source/am/dbaccess/source/core/resource.po
+++ b/source/am/dbaccess/source/core/resource.po
diff --git a/translations/source/am/dbaccess/source/ext/macromigration.po b/source/am/dbaccess/source/ext/macromigration.po
index 5e6b97c2199..5e6b97c2199 100644
--- a/translations/source/am/dbaccess/source/ext/macromigration.po
+++ b/source/am/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/am/dbaccess/source/sdbtools/resource.po b/source/am/dbaccess/source/sdbtools/resource.po
index 194a36cb237..194a36cb237 100644
--- a/translations/source/am/dbaccess/source/sdbtools/resource.po
+++ b/source/am/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/am/dbaccess/source/ui/app.po b/source/am/dbaccess/source/ui/app.po
index 6e1d22b0459..6e1d22b0459 100644
--- a/translations/source/am/dbaccess/source/ui/app.po
+++ b/source/am/dbaccess/source/ui/app.po
diff --git a/translations/source/am/dbaccess/source/ui/browser.po b/source/am/dbaccess/source/ui/browser.po
index b445470d3f9..b445470d3f9 100644
--- a/translations/source/am/dbaccess/source/ui/browser.po
+++ b/source/am/dbaccess/source/ui/browser.po
diff --git a/translations/source/am/dbaccess/source/ui/control.po b/source/am/dbaccess/source/ui/control.po
index 6d77f4195a1..6d77f4195a1 100644
--- a/translations/source/am/dbaccess/source/ui/control.po
+++ b/source/am/dbaccess/source/ui/control.po
diff --git a/translations/source/am/dbaccess/source/ui/dlg.po b/source/am/dbaccess/source/ui/dlg.po
index 2b2add2bb64..2b2add2bb64 100644
--- a/translations/source/am/dbaccess/source/ui/dlg.po
+++ b/source/am/dbaccess/source/ui/dlg.po
diff --git a/translations/source/am/dbaccess/source/ui/inc.po b/source/am/dbaccess/source/ui/inc.po
index 6c8c4fb7744..6c8c4fb7744 100644
--- a/translations/source/am/dbaccess/source/ui/inc.po
+++ b/source/am/dbaccess/source/ui/inc.po
diff --git a/translations/source/am/dbaccess/source/ui/misc.po b/source/am/dbaccess/source/ui/misc.po
index 3e7f28b20aa..3e7f28b20aa 100644
--- a/translations/source/am/dbaccess/source/ui/misc.po
+++ b/source/am/dbaccess/source/ui/misc.po
diff --git a/translations/source/am/dbaccess/source/ui/querydesign.po b/source/am/dbaccess/source/ui/querydesign.po
index cb3bd78009b..cb3bd78009b 100644
--- a/translations/source/am/dbaccess/source/ui/querydesign.po
+++ b/source/am/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/am/dbaccess/source/ui/relationdesign.po b/source/am/dbaccess/source/ui/relationdesign.po
index e57a13a14ac..e57a13a14ac 100644
--- a/translations/source/am/dbaccess/source/ui/relationdesign.po
+++ b/source/am/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/am/dbaccess/source/ui/tabledesign.po b/source/am/dbaccess/source/ui/tabledesign.po
index fa4beedd5a7..fa4beedd5a7 100644
--- a/translations/source/am/dbaccess/source/ui/tabledesign.po
+++ b/source/am/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/am/dbaccess/source/ui/uno.po b/source/am/dbaccess/source/ui/uno.po
index 1cc95609869..1cc95609869 100644
--- a/translations/source/am/dbaccess/source/ui/uno.po
+++ b/source/am/dbaccess/source/ui/uno.po
diff --git a/translations/source/am/desktop/source/app.po b/source/am/desktop/source/app.po
index 5da62cc1f56..5da62cc1f56 100644
--- a/translations/source/am/desktop/source/app.po
+++ b/source/am/desktop/source/app.po
diff --git a/translations/source/am/desktop/source/deployment/gui.po b/source/am/desktop/source/deployment/gui.po
index c8c83efcca2..c8c83efcca2 100644
--- a/translations/source/am/desktop/source/deployment/gui.po
+++ b/source/am/desktop/source/deployment/gui.po
diff --git a/translations/source/am/desktop/source/deployment/manager.po b/source/am/desktop/source/deployment/manager.po
index 24481d85715..24481d85715 100644
--- a/translations/source/am/desktop/source/deployment/manager.po
+++ b/source/am/desktop/source/deployment/manager.po
diff --git a/translations/source/am/desktop/source/deployment/misc.po b/source/am/desktop/source/deployment/misc.po
index 0349df3e49c..0349df3e49c 100644
--- a/translations/source/am/desktop/source/deployment/misc.po
+++ b/source/am/desktop/source/deployment/misc.po
diff --git a/translations/source/am/desktop/source/deployment/registry.po b/source/am/desktop/source/deployment/registry.po
index febe00af8c5..febe00af8c5 100644
--- a/translations/source/am/desktop/source/deployment/registry.po
+++ b/source/am/desktop/source/deployment/registry.po
diff --git a/translations/source/am/desktop/source/deployment/registry/component.po b/source/am/desktop/source/deployment/registry/component.po
index 056db44adb6..056db44adb6 100644
--- a/translations/source/am/desktop/source/deployment/registry/component.po
+++ b/source/am/desktop/source/deployment/registry/component.po
diff --git a/translations/source/am/desktop/source/deployment/registry/configuration.po b/source/am/desktop/source/deployment/registry/configuration.po
index 2efbd155ab2..2efbd155ab2 100644
--- a/translations/source/am/desktop/source/deployment/registry/configuration.po
+++ b/source/am/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/am/desktop/source/deployment/registry/help.po b/source/am/desktop/source/deployment/registry/help.po
index 52eb243d60e..52eb243d60e 100644
--- a/translations/source/am/desktop/source/deployment/registry/help.po
+++ b/source/am/desktop/source/deployment/registry/help.po
diff --git a/translations/source/am/desktop/source/deployment/registry/package.po b/source/am/desktop/source/deployment/registry/package.po
index 34bb58cac7d..34bb58cac7d 100644
--- a/translations/source/am/desktop/source/deployment/registry/package.po
+++ b/source/am/desktop/source/deployment/registry/package.po
diff --git a/translations/source/am/desktop/source/deployment/registry/script.po b/source/am/desktop/source/deployment/registry/script.po
index 2b6b1aeedea..2b6b1aeedea 100644
--- a/translations/source/am/desktop/source/deployment/registry/script.po
+++ b/source/am/desktop/source/deployment/registry/script.po
diff --git a/translations/source/am/desktop/source/deployment/registry/sfwk.po b/source/am/desktop/source/deployment/registry/sfwk.po
index 84164b060bf..84164b060bf 100644
--- a/translations/source/am/desktop/source/deployment/registry/sfwk.po
+++ b/source/am/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/am/desktop/source/deployment/unopkg.po b/source/am/desktop/source/deployment/unopkg.po
index eecee911a0f..eecee911a0f 100644
--- a/translations/source/am/desktop/source/deployment/unopkg.po
+++ b/source/am/desktop/source/deployment/unopkg.po
diff --git a/translations/source/am/dictionaries/af_ZA.po b/source/am/dictionaries/af_ZA.po
index 53859d8483a..53859d8483a 100644
--- a/translations/source/am/dictionaries/af_ZA.po
+++ b/source/am/dictionaries/af_ZA.po
diff --git a/translations/source/am/dictionaries/an_ES.po b/source/am/dictionaries/an_ES.po
index 775769b7461..775769b7461 100644
--- a/translations/source/am/dictionaries/an_ES.po
+++ b/source/am/dictionaries/an_ES.po
diff --git a/translations/source/am/dictionaries/ar.po b/source/am/dictionaries/ar.po
index 2e7eb64f4ff..2e7eb64f4ff 100644
--- a/translations/source/am/dictionaries/ar.po
+++ b/source/am/dictionaries/ar.po
diff --git a/translations/source/am/dictionaries/be_BY.po b/source/am/dictionaries/be_BY.po
index 53415bab7ae..53415bab7ae 100644
--- a/translations/source/am/dictionaries/be_BY.po
+++ b/source/am/dictionaries/be_BY.po
diff --git a/translations/source/am/dictionaries/bg_BG.po b/source/am/dictionaries/bg_BG.po
index ddafcfe3fd1..ddafcfe3fd1 100644
--- a/translations/source/am/dictionaries/bg_BG.po
+++ b/source/am/dictionaries/bg_BG.po
diff --git a/translations/source/am/dictionaries/bn_BD.po b/source/am/dictionaries/bn_BD.po
index 6746b3995e7..6746b3995e7 100644
--- a/translations/source/am/dictionaries/bn_BD.po
+++ b/source/am/dictionaries/bn_BD.po
diff --git a/translations/source/am/dictionaries/br_FR.po b/source/am/dictionaries/br_FR.po
index b961e9f5685..b961e9f5685 100644
--- a/translations/source/am/dictionaries/br_FR.po
+++ b/source/am/dictionaries/br_FR.po
diff --git a/translations/source/am/dictionaries/ca.po b/source/am/dictionaries/ca.po
index f2801b295f0..f2801b295f0 100644
--- a/translations/source/am/dictionaries/ca.po
+++ b/source/am/dictionaries/ca.po
diff --git a/translations/source/am/dictionaries/cs_CZ.po b/source/am/dictionaries/cs_CZ.po
index 477413bdaaf..477413bdaaf 100644
--- a/translations/source/am/dictionaries/cs_CZ.po
+++ b/source/am/dictionaries/cs_CZ.po
diff --git a/translations/source/am/dictionaries/da_DK.po b/source/am/dictionaries/da_DK.po
index 80de532e9a4..80de532e9a4 100644
--- a/translations/source/am/dictionaries/da_DK.po
+++ b/source/am/dictionaries/da_DK.po
diff --git a/translations/source/am/dictionaries/de.po b/source/am/dictionaries/de.po
index b68dbb3c227..b68dbb3c227 100644
--- a/translations/source/am/dictionaries/de.po
+++ b/source/am/dictionaries/de.po
diff --git a/translations/source/am/dictionaries/el_GR.po b/source/am/dictionaries/el_GR.po
index decae3f0345..decae3f0345 100644
--- a/translations/source/am/dictionaries/el_GR.po
+++ b/source/am/dictionaries/el_GR.po
diff --git a/translations/source/am/dictionaries/en.po b/source/am/dictionaries/en.po
index b4e1593dbad..b4e1593dbad 100644
--- a/translations/source/am/dictionaries/en.po
+++ b/source/am/dictionaries/en.po
diff --git a/translations/source/am/dictionaries/en/dialog.po b/source/am/dictionaries/en/dialog.po
index 5f6e7ff1f4b..5f6e7ff1f4b 100644
--- a/translations/source/am/dictionaries/en/dialog.po
+++ b/source/am/dictionaries/en/dialog.po
diff --git a/translations/source/am/dictionaries/es_ES.po b/source/am/dictionaries/es_ES.po
index 51e5441cccc..51e5441cccc 100644
--- a/translations/source/am/dictionaries/es_ES.po
+++ b/source/am/dictionaries/es_ES.po
diff --git a/translations/source/am/dictionaries/et_EE.po b/source/am/dictionaries/et_EE.po
index cb45095bbdd..cb45095bbdd 100644
--- a/translations/source/am/dictionaries/et_EE.po
+++ b/source/am/dictionaries/et_EE.po
diff --git a/translations/source/am/dictionaries/fr_FR.po b/source/am/dictionaries/fr_FR.po
index 78f59b74e2f..78f59b74e2f 100644
--- a/translations/source/am/dictionaries/fr_FR.po
+++ b/source/am/dictionaries/fr_FR.po
diff --git a/translations/source/am/dictionaries/gd_GB.po b/source/am/dictionaries/gd_GB.po
index 7172f9cc411..7172f9cc411 100644
--- a/translations/source/am/dictionaries/gd_GB.po
+++ b/source/am/dictionaries/gd_GB.po
diff --git a/translations/source/am/dictionaries/gl.po b/source/am/dictionaries/gl.po
index d4351ae51e0..d4351ae51e0 100644
--- a/translations/source/am/dictionaries/gl.po
+++ b/source/am/dictionaries/gl.po
diff --git a/translations/source/am/dictionaries/gu_IN.po b/source/am/dictionaries/gu_IN.po
index 3acc5cb0701..3acc5cb0701 100644
--- a/translations/source/am/dictionaries/gu_IN.po
+++ b/source/am/dictionaries/gu_IN.po
diff --git a/translations/source/am/dictionaries/he_IL.po b/source/am/dictionaries/he_IL.po
index a95aeba4679..a95aeba4679 100644
--- a/translations/source/am/dictionaries/he_IL.po
+++ b/source/am/dictionaries/he_IL.po
diff --git a/translations/source/am/dictionaries/hi_IN.po b/source/am/dictionaries/hi_IN.po
index fc9100d3920..fc9100d3920 100644
--- a/translations/source/am/dictionaries/hi_IN.po
+++ b/source/am/dictionaries/hi_IN.po
diff --git a/translations/source/am/dictionaries/hr_HR.po b/source/am/dictionaries/hr_HR.po
index f7fc4f9acd1..f7fc4f9acd1 100644
--- a/translations/source/am/dictionaries/hr_HR.po
+++ b/source/am/dictionaries/hr_HR.po
diff --git a/translations/source/am/dictionaries/hu_HU.po b/source/am/dictionaries/hu_HU.po
index a3e6640cbdf..a3e6640cbdf 100644
--- a/translations/source/am/dictionaries/hu_HU.po
+++ b/source/am/dictionaries/hu_HU.po
diff --git a/translations/source/am/dictionaries/hu_HU/dialog.po b/source/am/dictionaries/hu_HU/dialog.po
index 0962ecebb90..0962ecebb90 100644
--- a/translations/source/am/dictionaries/hu_HU/dialog.po
+++ b/source/am/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/am/dictionaries/it_IT.po b/source/am/dictionaries/it_IT.po
index 5972ae9bdff..5972ae9bdff 100644
--- a/translations/source/am/dictionaries/it_IT.po
+++ b/source/am/dictionaries/it_IT.po
diff --git a/translations/source/am/dictionaries/ku_TR.po b/source/am/dictionaries/ku_TR.po
index a335102a4bc..a335102a4bc 100644
--- a/translations/source/am/dictionaries/ku_TR.po
+++ b/source/am/dictionaries/ku_TR.po
diff --git a/translations/source/am/dictionaries/lt_LT.po b/source/am/dictionaries/lt_LT.po
index 3886f7d976b..3886f7d976b 100644
--- a/translations/source/am/dictionaries/lt_LT.po
+++ b/source/am/dictionaries/lt_LT.po
diff --git a/translations/source/am/dictionaries/lv_LV.po b/source/am/dictionaries/lv_LV.po
index 84b48c1e0c5..84b48c1e0c5 100644
--- a/translations/source/am/dictionaries/lv_LV.po
+++ b/source/am/dictionaries/lv_LV.po
diff --git a/translations/source/am/dictionaries/ne_NP.po b/source/am/dictionaries/ne_NP.po
index b6413b92b92..b6413b92b92 100644
--- a/translations/source/am/dictionaries/ne_NP.po
+++ b/source/am/dictionaries/ne_NP.po
diff --git a/translations/source/am/dictionaries/nl_NL.po b/source/am/dictionaries/nl_NL.po
index 4a83fcc4cd0..4a83fcc4cd0 100644
--- a/translations/source/am/dictionaries/nl_NL.po
+++ b/source/am/dictionaries/nl_NL.po
diff --git a/translations/source/am/dictionaries/no.po b/source/am/dictionaries/no.po
index 4282df264b5..4282df264b5 100644
--- a/translations/source/am/dictionaries/no.po
+++ b/source/am/dictionaries/no.po
diff --git a/translations/source/am/dictionaries/oc_FR.po b/source/am/dictionaries/oc_FR.po
index 8a68277be65..8a68277be65 100644
--- a/translations/source/am/dictionaries/oc_FR.po
+++ b/source/am/dictionaries/oc_FR.po
diff --git a/translations/source/am/dictionaries/pl_PL.po b/source/am/dictionaries/pl_PL.po
index ca6a8b8883a..ca6a8b8883a 100644
--- a/translations/source/am/dictionaries/pl_PL.po
+++ b/source/am/dictionaries/pl_PL.po
diff --git a/translations/source/am/dictionaries/pt_BR.po b/source/am/dictionaries/pt_BR.po
index 3300f5beab2..3300f5beab2 100644
--- a/translations/source/am/dictionaries/pt_BR.po
+++ b/source/am/dictionaries/pt_BR.po
diff --git a/translations/source/am/dictionaries/pt_PT.po b/source/am/dictionaries/pt_PT.po
index ca8143f5a50..ca8143f5a50 100644
--- a/translations/source/am/dictionaries/pt_PT.po
+++ b/source/am/dictionaries/pt_PT.po
diff --git a/translations/source/am/dictionaries/ro.po b/source/am/dictionaries/ro.po
index 023188720aa..023188720aa 100644
--- a/translations/source/am/dictionaries/ro.po
+++ b/source/am/dictionaries/ro.po
diff --git a/translations/source/am/dictionaries/ru_RU.po b/source/am/dictionaries/ru_RU.po
index 9d22e3680a5..9d22e3680a5 100644
--- a/translations/source/am/dictionaries/ru_RU.po
+++ b/source/am/dictionaries/ru_RU.po
diff --git a/translations/source/am/dictionaries/ru_RU/dialog.po b/source/am/dictionaries/ru_RU/dialog.po
index 87980eab73b..87980eab73b 100644
--- a/translations/source/am/dictionaries/ru_RU/dialog.po
+++ b/source/am/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/am/dictionaries/si_LK.po b/source/am/dictionaries/si_LK.po
index 0125f536f8c..0125f536f8c 100644
--- a/translations/source/am/dictionaries/si_LK.po
+++ b/source/am/dictionaries/si_LK.po
diff --git a/translations/source/am/dictionaries/sk_SK.po b/source/am/dictionaries/sk_SK.po
index 3e91251f9ae..3e91251f9ae 100644
--- a/translations/source/am/dictionaries/sk_SK.po
+++ b/source/am/dictionaries/sk_SK.po
diff --git a/translations/source/am/dictionaries/sl_SI.po b/source/am/dictionaries/sl_SI.po
index cf4e44c200b..cf4e44c200b 100644
--- a/translations/source/am/dictionaries/sl_SI.po
+++ b/source/am/dictionaries/sl_SI.po
diff --git a/translations/source/am/dictionaries/sr.po b/source/am/dictionaries/sr.po
index ccc4d922cc0..ccc4d922cc0 100644
--- a/translations/source/am/dictionaries/sr.po
+++ b/source/am/dictionaries/sr.po
diff --git a/translations/source/am/dictionaries/sv_SE.po b/source/am/dictionaries/sv_SE.po
index 739b633a32b..739b633a32b 100644
--- a/translations/source/am/dictionaries/sv_SE.po
+++ b/source/am/dictionaries/sv_SE.po
diff --git a/translations/source/am/dictionaries/sw_TZ.po b/source/am/dictionaries/sw_TZ.po
index 790340afabd..790340afabd 100644
--- a/translations/source/am/dictionaries/sw_TZ.po
+++ b/source/am/dictionaries/sw_TZ.po
diff --git a/translations/source/am/dictionaries/te_IN.po b/source/am/dictionaries/te_IN.po
index 339bba93bf6..339bba93bf6 100644
--- a/translations/source/am/dictionaries/te_IN.po
+++ b/source/am/dictionaries/te_IN.po
diff --git a/translations/source/am/dictionaries/th_TH.po b/source/am/dictionaries/th_TH.po
index 9af89b3d4f1..9af89b3d4f1 100644
--- a/translations/source/am/dictionaries/th_TH.po
+++ b/source/am/dictionaries/th_TH.po
diff --git a/translations/source/am/dictionaries/uk_UA.po b/source/am/dictionaries/uk_UA.po
index 6fb72a2c2fc..6fb72a2c2fc 100644
--- a/translations/source/am/dictionaries/uk_UA.po
+++ b/source/am/dictionaries/uk_UA.po
diff --git a/translations/source/am/dictionaries/vi.po b/source/am/dictionaries/vi.po
index c77d98a253a..c77d98a253a 100644
--- a/translations/source/am/dictionaries/vi.po
+++ b/source/am/dictionaries/vi.po
diff --git a/translations/source/am/dictionaries/zu_ZA.po b/source/am/dictionaries/zu_ZA.po
index e9727913131..e9727913131 100644
--- a/translations/source/am/dictionaries/zu_ZA.po
+++ b/source/am/dictionaries/zu_ZA.po
diff --git a/translations/source/am/editeng/source/accessibility.po b/source/am/editeng/source/accessibility.po
index 456ec997b1a..456ec997b1a 100644
--- a/translations/source/am/editeng/source/accessibility.po
+++ b/source/am/editeng/source/accessibility.po
diff --git a/translations/source/am/editeng/source/editeng.po b/source/am/editeng/source/editeng.po
index d1873e84ce9..d1873e84ce9 100644
--- a/translations/source/am/editeng/source/editeng.po
+++ b/source/am/editeng/source/editeng.po
diff --git a/translations/source/am/editeng/source/items.po b/source/am/editeng/source/items.po
index 75f512e20b2..75f512e20b2 100644
--- a/translations/source/am/editeng/source/items.po
+++ b/source/am/editeng/source/items.po
diff --git a/translations/source/am/editeng/source/misc.po b/source/am/editeng/source/misc.po
index a0cb2f6047c..a0cb2f6047c 100644
--- a/translations/source/am/editeng/source/misc.po
+++ b/source/am/editeng/source/misc.po
diff --git a/translations/source/am/editeng/source/outliner.po b/source/am/editeng/source/outliner.po
index 79c02c63b82..79c02c63b82 100644
--- a/translations/source/am/editeng/source/outliner.po
+++ b/source/am/editeng/source/outliner.po
diff --git a/translations/source/am/extensions/source/abpilot.po b/source/am/extensions/source/abpilot.po
index dcedd68989b..dcedd68989b 100644
--- a/translations/source/am/extensions/source/abpilot.po
+++ b/source/am/extensions/source/abpilot.po
diff --git a/translations/source/am/extensions/source/bibliography.po b/source/am/extensions/source/bibliography.po
index d913d65b084..d913d65b084 100644
--- a/translations/source/am/extensions/source/bibliography.po
+++ b/source/am/extensions/source/bibliography.po
diff --git a/translations/source/am/extensions/source/dbpilots.po b/source/am/extensions/source/dbpilots.po
index c59d6b36b35..c59d6b36b35 100644
--- a/translations/source/am/extensions/source/dbpilots.po
+++ b/source/am/extensions/source/dbpilots.po
diff --git a/translations/source/am/extensions/source/propctrlr.po b/source/am/extensions/source/propctrlr.po
index f454e2b8d2e..f454e2b8d2e 100644
--- a/translations/source/am/extensions/source/propctrlr.po
+++ b/source/am/extensions/source/propctrlr.po
diff --git a/translations/source/am/extensions/source/scanner.po b/source/am/extensions/source/scanner.po
index 45f7f89dffb..45f7f89dffb 100644
--- a/translations/source/am/extensions/source/scanner.po
+++ b/source/am/extensions/source/scanner.po
diff --git a/translations/source/am/extensions/source/update/check.po b/source/am/extensions/source/update/check.po
index b34bf2936d1..b34bf2936d1 100644
--- a/translations/source/am/extensions/source/update/check.po
+++ b/source/am/extensions/source/update/check.po
diff --git a/translations/source/am/extensions/source/update/check/org/openoffice/Office.po b/source/am/extensions/source/update/check/org/openoffice/Office.po
index b6f040cf1f7..b6f040cf1f7 100644
--- a/translations/source/am/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/am/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/am/filter/source/config/fragments/filters.po b/source/am/filter/source/config/fragments/filters.po
index ee0050fb7fc..ee0050fb7fc 100644
--- a/translations/source/am/filter/source/config/fragments/filters.po
+++ b/source/am/filter/source/config/fragments/filters.po
diff --git a/translations/source/am/filter/source/config/fragments/internalgraphicfilters.po b/source/am/filter/source/config/fragments/internalgraphicfilters.po
index 4d34fe76827..4d34fe76827 100644
--- a/translations/source/am/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/am/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/am/filter/source/config/fragments/types.po b/source/am/filter/source/config/fragments/types.po
index a76bafc4809..a76bafc4809 100644
--- a/translations/source/am/filter/source/config/fragments/types.po
+++ b/source/am/filter/source/config/fragments/types.po
diff --git a/translations/source/am/filter/source/flash.po b/source/am/filter/source/flash.po
index 7840948da30..7840948da30 100644
--- a/translations/source/am/filter/source/flash.po
+++ b/source/am/filter/source/flash.po
diff --git a/translations/source/am/filter/source/graphicfilter/eps.po b/source/am/filter/source/graphicfilter/eps.po
index 9b72b9196da..9b72b9196da 100644
--- a/translations/source/am/filter/source/graphicfilter/eps.po
+++ b/source/am/filter/source/graphicfilter/eps.po
diff --git a/translations/source/am/filter/source/pdf.po b/source/am/filter/source/pdf.po
index 35a52e64c76..35a52e64c76 100644
--- a/translations/source/am/filter/source/pdf.po
+++ b/source/am/filter/source/pdf.po
diff --git a/translations/source/am/filter/source/t602.po b/source/am/filter/source/t602.po
index 9c2c80d504d..9c2c80d504d 100644
--- a/translations/source/am/filter/source/t602.po
+++ b/source/am/filter/source/t602.po
diff --git a/translations/source/am/filter/source/xsltdialog.po b/source/am/filter/source/xsltdialog.po
index a5ba67e6e02..a5ba67e6e02 100644
--- a/translations/source/am/filter/source/xsltdialog.po
+++ b/source/am/filter/source/xsltdialog.po
diff --git a/translations/source/am/forms/source/resource.po b/source/am/forms/source/resource.po
index f2faedaf2e2..f2faedaf2e2 100644
--- a/translations/source/am/forms/source/resource.po
+++ b/source/am/forms/source/resource.po
diff --git a/translations/source/am/formula/source/core/resource.po b/source/am/formula/source/core/resource.po
index 534fb7ed738..534fb7ed738 100644
--- a/translations/source/am/formula/source/core/resource.po
+++ b/source/am/formula/source/core/resource.po
diff --git a/translations/source/am/formula/source/ui/dlg.po b/source/am/formula/source/ui/dlg.po
index 60d5255d240..60d5255d240 100644
--- a/translations/source/am/formula/source/ui/dlg.po
+++ b/source/am/formula/source/ui/dlg.po
diff --git a/translations/source/am/fpicker/source/office.po b/source/am/fpicker/source/office.po
index 225ccf92876..225ccf92876 100644
--- a/translations/source/am/fpicker/source/office.po
+++ b/source/am/fpicker/source/office.po
diff --git a/translations/source/am/framework/source/classes.po b/source/am/framework/source/classes.po
index eb38488d93c..eb38488d93c 100644
--- a/translations/source/am/framework/source/classes.po
+++ b/source/am/framework/source/classes.po
diff --git a/translations/source/am/framework/source/services.po b/source/am/framework/source/services.po
index 5535a3ce244..5535a3ce244 100644
--- a/translations/source/am/framework/source/services.po
+++ b/source/am/framework/source/services.po
diff --git a/translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 361dbbc774b..361dbbc774b 100644
--- a/translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/am/mysqlc/source.po b/source/am/mysqlc/source.po
index de103462366..de103462366 100644
--- a/translations/source/am/mysqlc/source.po
+++ b/source/am/mysqlc/source.po
diff --git a/translations/source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index ca05413c570..ca05413c570 100644
--- a/translations/source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/am/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 85e2140f6bb..85e2140f6bb 100644
--- a/translations/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 7b863386947..7b863386947 100644
--- a/translations/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/am/nlpsolver/src/locale.po b/source/am/nlpsolver/src/locale.po
index 11f19727385..11f19727385 100644
--- a/translations/source/am/nlpsolver/src/locale.po
+++ b/source/am/nlpsolver/src/locale.po
diff --git a/translations/source/am/officecfg/registry/data/org/openoffice/Office.po b/source/am/officecfg/registry/data/org/openoffice/Office.po
index c886df2a4cf..c886df2a4cf 100644
--- a/translations/source/am/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index 8246878e672..8246878e672 100644
--- a/translations/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/am/padmin/source.po b/source/am/padmin/source.po
index 561c1a784ed..561c1a784ed 100644
--- a/translations/source/am/padmin/source.po
+++ b/source/am/padmin/source.po
diff --git a/translations/source/am/readlicense_oo/docs/readme.po b/source/am/readlicense_oo/docs/readme.po
index fa0668f9dd9..fa0668f9dd9 100644
--- a/translations/source/am/readlicense_oo/docs/readme.po
+++ b/source/am/readlicense_oo/docs/readme.po
diff --git a/translations/source/am/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/am/reportbuilder/java/com/sun/star/report/function/metadata.po
index 80aa50dbd62..80aa50dbd62 100644
--- a/translations/source/am/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/am/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/am/reportbuilder/registry/data/org/openoffice/Office.po b/source/am/reportbuilder/registry/data/org/openoffice/Office.po
index fd27839ecd4..fd27839ecd4 100644
--- a/translations/source/am/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/am/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po
index d16ff3c5bc8..d16ff3c5bc8 100644
--- a/translations/source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 4fe6b73c5f8..4fe6b73c5f8 100644
--- a/translations/source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/am/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/am/reportbuilder/util.po b/source/am/reportbuilder/util.po
index 605c13a801c..605c13a801c 100644
--- a/translations/source/am/reportbuilder/util.po
+++ b/source/am/reportbuilder/util.po
diff --git a/translations/source/am/reportdesign/source/core/resource.po b/source/am/reportdesign/source/core/resource.po
index eaf84f179ec..eaf84f179ec 100644
--- a/translations/source/am/reportdesign/source/core/resource.po
+++ b/source/am/reportdesign/source/core/resource.po
diff --git a/translations/source/am/reportdesign/source/ui/dlg.po b/source/am/reportdesign/source/ui/dlg.po
index 2926442c37e..2926442c37e 100644
--- a/translations/source/am/reportdesign/source/ui/dlg.po
+++ b/source/am/reportdesign/source/ui/dlg.po
diff --git a/translations/source/am/reportdesign/source/ui/inspection.po b/source/am/reportdesign/source/ui/inspection.po
index 6071040d76f..6071040d76f 100644
--- a/translations/source/am/reportdesign/source/ui/inspection.po
+++ b/source/am/reportdesign/source/ui/inspection.po
diff --git a/translations/source/am/reportdesign/source/ui/report.po b/source/am/reportdesign/source/ui/report.po
index e41e18de9ea..e41e18de9ea 100644
--- a/translations/source/am/reportdesign/source/ui/report.po
+++ b/source/am/reportdesign/source/ui/report.po
diff --git a/translations/source/am/sc/source/core/src.po b/source/am/sc/source/core/src.po
index 0f293814b37..0f293814b37 100644
--- a/translations/source/am/sc/source/core/src.po
+++ b/source/am/sc/source/core/src.po
diff --git a/translations/source/am/sc/source/ui/cctrl.po b/source/am/sc/source/ui/cctrl.po
index 1812e00e087..1812e00e087 100644
--- a/translations/source/am/sc/source/ui/cctrl.po
+++ b/source/am/sc/source/ui/cctrl.po
diff --git a/translations/source/am/sc/source/ui/dbgui.po b/source/am/sc/source/ui/dbgui.po
index cc9c5881b52..cc9c5881b52 100644
--- a/translations/source/am/sc/source/ui/dbgui.po
+++ b/source/am/sc/source/ui/dbgui.po
diff --git a/translations/source/am/sc/source/ui/docshell.po b/source/am/sc/source/ui/docshell.po
index fb3db07efc3..fb3db07efc3 100644
--- a/translations/source/am/sc/source/ui/docshell.po
+++ b/source/am/sc/source/ui/docshell.po
diff --git a/translations/source/am/sc/source/ui/drawfunc.po b/source/am/sc/source/ui/drawfunc.po
index 899cdd95ea0..899cdd95ea0 100644
--- a/translations/source/am/sc/source/ui/drawfunc.po
+++ b/source/am/sc/source/ui/drawfunc.po
diff --git a/translations/source/am/sc/source/ui/formdlg.po b/source/am/sc/source/ui/formdlg.po
index 95270bd98a1..95270bd98a1 100644
--- a/translations/source/am/sc/source/ui/formdlg.po
+++ b/source/am/sc/source/ui/formdlg.po
diff --git a/translations/source/am/sc/source/ui/miscdlgs.po b/source/am/sc/source/ui/miscdlgs.po
index bc631ad8b07..bc631ad8b07 100644
--- a/translations/source/am/sc/source/ui/miscdlgs.po
+++ b/source/am/sc/source/ui/miscdlgs.po
diff --git a/translations/source/am/sc/source/ui/navipi.po b/source/am/sc/source/ui/navipi.po
index 262f02b5af0..262f02b5af0 100644
--- a/translations/source/am/sc/source/ui/navipi.po
+++ b/source/am/sc/source/ui/navipi.po
diff --git a/translations/source/am/sc/source/ui/optdlg.po b/source/am/sc/source/ui/optdlg.po
index 456f6d600d2..456f6d600d2 100644
--- a/translations/source/am/sc/source/ui/optdlg.po
+++ b/source/am/sc/source/ui/optdlg.po
diff --git a/translations/source/am/sc/source/ui/pagedlg.po b/source/am/sc/source/ui/pagedlg.po
index 088e4750dd3..088e4750dd3 100644
--- a/translations/source/am/sc/source/ui/pagedlg.po
+++ b/source/am/sc/source/ui/pagedlg.po
diff --git a/translations/source/am/sc/source/ui/src.po b/source/am/sc/source/ui/src.po
index 80e1fc3c588..80e1fc3c588 100644
--- a/translations/source/am/sc/source/ui/src.po
+++ b/source/am/sc/source/ui/src.po
diff --git a/translations/source/am/sc/source/ui/styleui.po b/source/am/sc/source/ui/styleui.po
index 97eddf190ec..97eddf190ec 100644
--- a/translations/source/am/sc/source/ui/styleui.po
+++ b/source/am/sc/source/ui/styleui.po
diff --git a/translations/source/am/scaddins/source/analysis.po b/source/am/scaddins/source/analysis.po
index a12ac4972e6..a12ac4972e6 100644
--- a/translations/source/am/scaddins/source/analysis.po
+++ b/source/am/scaddins/source/analysis.po
diff --git a/translations/source/am/scaddins/source/datefunc.po b/source/am/scaddins/source/datefunc.po
index 9ff09f9c87f..9ff09f9c87f 100644
--- a/translations/source/am/scaddins/source/datefunc.po
+++ b/source/am/scaddins/source/datefunc.po
diff --git a/translations/source/am/sccomp/source/solver.po b/source/am/sccomp/source/solver.po
index aa4440afa12..aa4440afa12 100644
--- a/translations/source/am/sccomp/source/solver.po
+++ b/source/am/sccomp/source/solver.po
diff --git a/translations/source/am/scp2/source/accessories.po b/source/am/scp2/source/accessories.po
index 74c8f86c96e..74c8f86c96e 100644
--- a/translations/source/am/scp2/source/accessories.po
+++ b/source/am/scp2/source/accessories.po
diff --git a/translations/source/am/scp2/source/activex.po b/source/am/scp2/source/activex.po
index 19eef4dd1bb..19eef4dd1bb 100644
--- a/translations/source/am/scp2/source/activex.po
+++ b/source/am/scp2/source/activex.po
diff --git a/translations/source/am/scp2/source/base.po b/source/am/scp2/source/base.po
index d7eca9e49d2..d7eca9e49d2 100644
--- a/translations/source/am/scp2/source/base.po
+++ b/source/am/scp2/source/base.po
diff --git a/translations/source/am/scp2/source/binfilter.po b/source/am/scp2/source/binfilter.po
index 1ed2dc98396..1ed2dc98396 100644
--- a/translations/source/am/scp2/source/binfilter.po
+++ b/source/am/scp2/source/binfilter.po
diff --git a/translations/source/am/scp2/source/calc.po b/source/am/scp2/source/calc.po
index bcf9bf3fc66..bcf9bf3fc66 100644
--- a/translations/source/am/scp2/source/calc.po
+++ b/source/am/scp2/source/calc.po
diff --git a/translations/source/am/scp2/source/draw.po b/source/am/scp2/source/draw.po
index 77e6d124465..77e6d124465 100644
--- a/translations/source/am/scp2/source/draw.po
+++ b/source/am/scp2/source/draw.po
diff --git a/translations/source/am/scp2/source/extensions.po b/source/am/scp2/source/extensions.po
index 0ee42c0ab35..0ee42c0ab35 100644
--- a/translations/source/am/scp2/source/extensions.po
+++ b/source/am/scp2/source/extensions.po
diff --git a/translations/source/am/scp2/source/gnome.po b/source/am/scp2/source/gnome.po
index f0f423c8f41..f0f423c8f41 100644
--- a/translations/source/am/scp2/source/gnome.po
+++ b/source/am/scp2/source/gnome.po
diff --git a/translations/source/am/scp2/source/graphicfilter.po b/source/am/scp2/source/graphicfilter.po
index edcd5ce4070..edcd5ce4070 100644
--- a/translations/source/am/scp2/source/graphicfilter.po
+++ b/source/am/scp2/source/graphicfilter.po
diff --git a/translations/source/am/scp2/source/impress.po b/source/am/scp2/source/impress.po
index 7b99eeb1a03..7b99eeb1a03 100644
--- a/translations/source/am/scp2/source/impress.po
+++ b/source/am/scp2/source/impress.po
diff --git a/translations/source/am/scp2/source/javafilter.po b/source/am/scp2/source/javafilter.po
index a43a80a562d..a43a80a562d 100644
--- a/translations/source/am/scp2/source/javafilter.po
+++ b/source/am/scp2/source/javafilter.po
diff --git a/translations/source/am/scp2/source/kde.po b/source/am/scp2/source/kde.po
index 0f223f82955..0f223f82955 100644
--- a/translations/source/am/scp2/source/kde.po
+++ b/source/am/scp2/source/kde.po
diff --git a/translations/source/am/scp2/source/math.po b/source/am/scp2/source/math.po
index f5fd9776b62..f5fd9776b62 100644
--- a/translations/source/am/scp2/source/math.po
+++ b/source/am/scp2/source/math.po
diff --git a/translations/source/am/scp2/source/onlineupdate.po b/source/am/scp2/source/onlineupdate.po
index 3589140ace8..3589140ace8 100644
--- a/translations/source/am/scp2/source/onlineupdate.po
+++ b/source/am/scp2/source/onlineupdate.po
diff --git a/translations/source/am/scp2/source/ooo.po b/source/am/scp2/source/ooo.po
index 88965b0e87b..88965b0e87b 100644
--- a/translations/source/am/scp2/source/ooo.po
+++ b/source/am/scp2/source/ooo.po
diff --git a/translations/source/am/scp2/source/python.po b/source/am/scp2/source/python.po
index 47f7f0ba49e..47f7f0ba49e 100644
--- a/translations/source/am/scp2/source/python.po
+++ b/source/am/scp2/source/python.po
diff --git a/translations/source/am/scp2/source/quickstart.po b/source/am/scp2/source/quickstart.po
index d6d6849feda..d6d6849feda 100644
--- a/translations/source/am/scp2/source/quickstart.po
+++ b/source/am/scp2/source/quickstart.po
diff --git a/translations/source/am/scp2/source/sdkoo.po b/source/am/scp2/source/sdkoo.po
index 47adf0e8a98..47adf0e8a98 100644
--- a/translations/source/am/scp2/source/sdkoo.po
+++ b/source/am/scp2/source/sdkoo.po
diff --git a/translations/source/am/scp2/source/smoketest.po b/source/am/scp2/source/smoketest.po
index 356ce5ba4a1..356ce5ba4a1 100644
--- a/translations/source/am/scp2/source/smoketest.po
+++ b/source/am/scp2/source/smoketest.po
diff --git a/translations/source/am/scp2/source/stdlibs.po b/source/am/scp2/source/stdlibs.po
index b22ff1397e8..b22ff1397e8 100644
--- a/translations/source/am/scp2/source/stdlibs.po
+++ b/source/am/scp2/source/stdlibs.po
diff --git a/translations/source/am/scp2/source/tde.po b/source/am/scp2/source/tde.po
index e89d12053c3..e89d12053c3 100644
--- a/translations/source/am/scp2/source/tde.po
+++ b/source/am/scp2/source/tde.po
diff --git a/translations/source/am/scp2/source/winexplorerext.po b/source/am/scp2/source/winexplorerext.po
index 7e39a12cda7..7e39a12cda7 100644
--- a/translations/source/am/scp2/source/winexplorerext.po
+++ b/source/am/scp2/source/winexplorerext.po
diff --git a/translations/source/am/scp2/source/writer.po b/source/am/scp2/source/writer.po
index 11b5f834208..11b5f834208 100644
--- a/translations/source/am/scp2/source/writer.po
+++ b/source/am/scp2/source/writer.po
diff --git a/translations/source/am/scp2/source/xsltfilter.po b/source/am/scp2/source/xsltfilter.po
index e98e191f86a..e98e191f86a 100644
--- a/translations/source/am/scp2/source/xsltfilter.po
+++ b/source/am/scp2/source/xsltfilter.po
diff --git a/translations/source/am/scripting/source/pyprov.po b/source/am/scripting/source/pyprov.po
index 5bf840e0a57..5bf840e0a57 100644
--- a/translations/source/am/scripting/source/pyprov.po
+++ b/source/am/scripting/source/pyprov.po
diff --git a/translations/source/am/sd/source/core.po b/source/am/sd/source/core.po
index e16bded8b8d..e16bded8b8d 100644
--- a/translations/source/am/sd/source/core.po
+++ b/source/am/sd/source/core.po
diff --git a/translations/source/am/sd/source/filter/html.po b/source/am/sd/source/filter/html.po
index 58871b3cf3b..58871b3cf3b 100644
--- a/translations/source/am/sd/source/filter/html.po
+++ b/source/am/sd/source/filter/html.po
diff --git a/translations/source/am/sd/source/ui/accessibility.po b/source/am/sd/source/ui/accessibility.po
index 7a087b1df7e..7a087b1df7e 100644
--- a/translations/source/am/sd/source/ui/accessibility.po
+++ b/source/am/sd/source/ui/accessibility.po
diff --git a/translations/source/am/sd/source/ui/animations.po b/source/am/sd/source/ui/animations.po
index bb88bfb8e21..bb88bfb8e21 100644
--- a/translations/source/am/sd/source/ui/animations.po
+++ b/source/am/sd/source/ui/animations.po
diff --git a/translations/source/am/sd/source/ui/annotations.po b/source/am/sd/source/ui/annotations.po
index b0b47c64889..b0b47c64889 100644
--- a/translations/source/am/sd/source/ui/annotations.po
+++ b/source/am/sd/source/ui/annotations.po
diff --git a/translations/source/am/sd/source/ui/app.po b/source/am/sd/source/ui/app.po
index a4ca8e0c582..a4ca8e0c582 100644
--- a/translations/source/am/sd/source/ui/app.po
+++ b/source/am/sd/source/ui/app.po
diff --git a/translations/source/am/sd/source/ui/dlg.po b/source/am/sd/source/ui/dlg.po
index 27c9bdcfd49..27c9bdcfd49 100644
--- a/translations/source/am/sd/source/ui/dlg.po
+++ b/source/am/sd/source/ui/dlg.po
diff --git a/translations/source/am/sd/source/ui/slideshow.po b/source/am/sd/source/ui/slideshow.po
index 96fb9b4a84d..96fb9b4a84d 100644
--- a/translations/source/am/sd/source/ui/slideshow.po
+++ b/source/am/sd/source/ui/slideshow.po
diff --git a/translations/source/am/sd/source/ui/table.po b/source/am/sd/source/ui/table.po
index 157dae7b593..157dae7b593 100644
--- a/translations/source/am/sd/source/ui/table.po
+++ b/source/am/sd/source/ui/table.po
diff --git a/translations/source/am/sd/source/ui/view.po b/source/am/sd/source/ui/view.po
index 09c25322494..09c25322494 100644
--- a/translations/source/am/sd/source/ui/view.po
+++ b/source/am/sd/source/ui/view.po
diff --git a/translations/source/am/sdext/source/minimizer.po b/source/am/sdext/source/minimizer.po
index 39bb7fe88e7..39bb7fe88e7 100644
--- a/translations/source/am/sdext/source/minimizer.po
+++ b/source/am/sdext/source/minimizer.po
diff --git a/translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 94a1000929a..94a1000929a 100644
--- a/translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 524082c3d17..524082c3d17 100644
--- a/translations/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/am/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/am/sdext/source/pdfimport.po b/source/am/sdext/source/pdfimport.po
index 1843a487054..1843a487054 100644
--- a/translations/source/am/sdext/source/pdfimport.po
+++ b/source/am/sdext/source/pdfimport.po
diff --git a/translations/source/am/sdext/source/presenter.po b/source/am/sdext/source/presenter.po
index b2c8d7ef4f2..b2c8d7ef4f2 100644
--- a/translations/source/am/sdext/source/presenter.po
+++ b/source/am/sdext/source/presenter.po
diff --git a/translations/source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 06e54399baa..06e54399baa 100644
--- a/translations/source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/am/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 687ace85fe7..687ace85fe7 100644
--- a/translations/source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/am/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/am/setup_native/source/mac.po b/source/am/setup_native/source/mac.po
index 4a9706b86fe..4a9706b86fe 100644
--- a/translations/source/am/setup_native/source/mac.po
+++ b/source/am/setup_native/source/mac.po
diff --git a/translations/source/am/sfx2/source/appl.po b/source/am/sfx2/source/appl.po
index b36da8593c5..b36da8593c5 100644
--- a/translations/source/am/sfx2/source/appl.po
+++ b/source/am/sfx2/source/appl.po
diff --git a/translations/source/am/sfx2/source/bastyp.po b/source/am/sfx2/source/bastyp.po
index 6a0b7a372a0..6a0b7a372a0 100644
--- a/translations/source/am/sfx2/source/bastyp.po
+++ b/source/am/sfx2/source/bastyp.po
diff --git a/translations/source/am/sfx2/source/dialog.po b/source/am/sfx2/source/dialog.po
index 7ee8c792916..7ee8c792916 100644
--- a/translations/source/am/sfx2/source/dialog.po
+++ b/source/am/sfx2/source/dialog.po
diff --git a/translations/source/am/sfx2/source/doc.po b/source/am/sfx2/source/doc.po
index 4e18c23d8bf..4e18c23d8bf 100644
--- a/translations/source/am/sfx2/source/doc.po
+++ b/source/am/sfx2/source/doc.po
diff --git a/translations/source/am/sfx2/source/menu.po b/source/am/sfx2/source/menu.po
index 94f1fafede9..94f1fafede9 100644
--- a/translations/source/am/sfx2/source/menu.po
+++ b/source/am/sfx2/source/menu.po
diff --git a/translations/source/am/sfx2/source/view.po b/source/am/sfx2/source/view.po
index 54df020d419..54df020d419 100644
--- a/translations/source/am/sfx2/source/view.po
+++ b/source/am/sfx2/source/view.po
diff --git a/translations/source/am/shell/source/win32/shlxthandler/res.po b/source/am/shell/source/win32/shlxthandler/res.po
index 165c13ac560..165c13ac560 100644
--- a/translations/source/am/shell/source/win32/shlxthandler/res.po
+++ b/source/am/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/am/starmath/source.po b/source/am/starmath/source.po
index db442b83afd..db442b83afd 100644
--- a/translations/source/am/starmath/source.po
+++ b/source/am/starmath/source.po
diff --git a/translations/source/am/svl/source/items.po b/source/am/svl/source/items.po
index 82f59ac016e..82f59ac016e 100644
--- a/translations/source/am/svl/source/items.po
+++ b/source/am/svl/source/items.po
diff --git a/translations/source/am/svl/source/misc.po b/source/am/svl/source/misc.po
index d9894465210..d9894465210 100644
--- a/translations/source/am/svl/source/misc.po
+++ b/source/am/svl/source/misc.po
diff --git a/translations/source/am/svtools/source/contnr.po b/source/am/svtools/source/contnr.po
index 6e78358bda0..6e78358bda0 100644
--- a/translations/source/am/svtools/source/contnr.po
+++ b/source/am/svtools/source/contnr.po
diff --git a/translations/source/am/svtools/source/control.po b/source/am/svtools/source/control.po
index 905a4e1a085..905a4e1a085 100644
--- a/translations/source/am/svtools/source/control.po
+++ b/source/am/svtools/source/control.po
diff --git a/translations/source/am/svtools/source/dialogs.po b/source/am/svtools/source/dialogs.po
index 88fe49427cd..88fe49427cd 100644
--- a/translations/source/am/svtools/source/dialogs.po
+++ b/source/am/svtools/source/dialogs.po
diff --git a/translations/source/am/svtools/source/filter.po b/source/am/svtools/source/filter.po
index cf9e20e3700..cf9e20e3700 100644
--- a/translations/source/am/svtools/source/filter.po
+++ b/source/am/svtools/source/filter.po
diff --git a/translations/source/am/svtools/source/java.po b/source/am/svtools/source/java.po
index 3221cfc2b88..3221cfc2b88 100644
--- a/translations/source/am/svtools/source/java.po
+++ b/source/am/svtools/source/java.po
diff --git a/translations/source/am/svtools/source/misc.po b/source/am/svtools/source/misc.po
index 42674d158b8..42674d158b8 100644
--- a/translations/source/am/svtools/source/misc.po
+++ b/source/am/svtools/source/misc.po
diff --git a/translations/source/am/svtools/source/toolpanel.po b/source/am/svtools/source/toolpanel.po
index 993a7ea8c79..993a7ea8c79 100644
--- a/translations/source/am/svtools/source/toolpanel.po
+++ b/source/am/svtools/source/toolpanel.po
diff --git a/translations/source/am/svtools/workben/unodialog.po b/source/am/svtools/workben/unodialog.po
index 88f86d9943e..88f86d9943e 100644
--- a/translations/source/am/svtools/workben/unodialog.po
+++ b/source/am/svtools/workben/unodialog.po
diff --git a/translations/source/am/svx/inc.po b/source/am/svx/inc.po
index 24ac34882e6..24ac34882e6 100644
--- a/translations/source/am/svx/inc.po
+++ b/source/am/svx/inc.po
diff --git a/translations/source/am/svx/source/accessibility.po b/source/am/svx/source/accessibility.po
index 410c67ff4e5..410c67ff4e5 100644
--- a/translations/source/am/svx/source/accessibility.po
+++ b/source/am/svx/source/accessibility.po
diff --git a/translations/source/am/svx/source/dialog.po b/source/am/svx/source/dialog.po
index a1c9682aa3c..a1c9682aa3c 100644
--- a/translations/source/am/svx/source/dialog.po
+++ b/source/am/svx/source/dialog.po
diff --git a/translations/source/am/svx/source/engine3d.po b/source/am/svx/source/engine3d.po
index db85466efbd..db85466efbd 100644
--- a/translations/source/am/svx/source/engine3d.po
+++ b/source/am/svx/source/engine3d.po
diff --git a/translations/source/am/svx/source/fmcomp.po b/source/am/svx/source/fmcomp.po
index 3bede2b7d06..3bede2b7d06 100644
--- a/translations/source/am/svx/source/fmcomp.po
+++ b/source/am/svx/source/fmcomp.po
diff --git a/translations/source/am/svx/source/form.po b/source/am/svx/source/form.po
index 01bb219fd41..01bb219fd41 100644
--- a/translations/source/am/svx/source/form.po
+++ b/source/am/svx/source/form.po
diff --git a/translations/source/am/svx/source/gallery2.po b/source/am/svx/source/gallery2.po
index 88ad296082e..88ad296082e 100644
--- a/translations/source/am/svx/source/gallery2.po
+++ b/source/am/svx/source/gallery2.po
diff --git a/translations/source/am/svx/source/items.po b/source/am/svx/source/items.po
index 4555652d02a..4555652d02a 100644
--- a/translations/source/am/svx/source/items.po
+++ b/source/am/svx/source/items.po
diff --git a/translations/source/am/svx/source/src.po b/source/am/svx/source/src.po
index be93bd73fe6..be93bd73fe6 100644
--- a/translations/source/am/svx/source/src.po
+++ b/source/am/svx/source/src.po
diff --git a/translations/source/am/svx/source/stbctrls.po b/source/am/svx/source/stbctrls.po
index 2cac006c165..2cac006c165 100644
--- a/translations/source/am/svx/source/stbctrls.po
+++ b/source/am/svx/source/stbctrls.po
diff --git a/translations/source/am/svx/source/svdraw.po b/source/am/svx/source/svdraw.po
index 425dce27848..425dce27848 100644
--- a/translations/source/am/svx/source/svdraw.po
+++ b/source/am/svx/source/svdraw.po
diff --git a/translations/source/am/svx/source/table.po b/source/am/svx/source/table.po
index 3fc3e4dc174..3fc3e4dc174 100644
--- a/translations/source/am/svx/source/table.po
+++ b/source/am/svx/source/table.po
diff --git a/translations/source/am/svx/source/tbxctrls.po b/source/am/svx/source/tbxctrls.po
index 5692b8cb370..5692b8cb370 100644
--- a/translations/source/am/svx/source/tbxctrls.po
+++ b/source/am/svx/source/tbxctrls.po
diff --git a/translations/source/am/svx/source/toolbars.po b/source/am/svx/source/toolbars.po
index a0d32cb0aa8..a0d32cb0aa8 100644
--- a/translations/source/am/svx/source/toolbars.po
+++ b/source/am/svx/source/toolbars.po
diff --git a/translations/source/am/svx/source/unodialogs/textconversiondlgs.po b/source/am/svx/source/unodialogs/textconversiondlgs.po
index 0bed6a6f9fd..0bed6a6f9fd 100644
--- a/translations/source/am/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/am/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/am/sw/source/core/layout.po b/source/am/sw/source/core/layout.po
index 9b5462b592e..9b5462b592e 100644
--- a/translations/source/am/sw/source/core/layout.po
+++ b/source/am/sw/source/core/layout.po
diff --git a/translations/source/am/sw/source/core/undo.po b/source/am/sw/source/core/undo.po
index be5884d90b3..be5884d90b3 100644
--- a/translations/source/am/sw/source/core/undo.po
+++ b/source/am/sw/source/core/undo.po
diff --git a/translations/source/am/sw/source/core/unocore.po b/source/am/sw/source/core/unocore.po
index b90d0b91690..b90d0b91690 100644
--- a/translations/source/am/sw/source/core/unocore.po
+++ b/source/am/sw/source/core/unocore.po
diff --git a/translations/source/am/sw/source/ui/app.po b/source/am/sw/source/ui/app.po
index 10c7e49844c..10c7e49844c 100644
--- a/translations/source/am/sw/source/ui/app.po
+++ b/source/am/sw/source/ui/app.po
diff --git a/translations/source/am/sw/source/ui/chrdlg.po b/source/am/sw/source/ui/chrdlg.po
index a897d1cef63..a897d1cef63 100644
--- a/translations/source/am/sw/source/ui/chrdlg.po
+++ b/source/am/sw/source/ui/chrdlg.po
diff --git a/translations/source/am/sw/source/ui/config.po b/source/am/sw/source/ui/config.po
index c8941b2b8fb..c8941b2b8fb 100644
--- a/translations/source/am/sw/source/ui/config.po
+++ b/source/am/sw/source/ui/config.po
diff --git a/translations/source/am/sw/source/ui/dbui.po b/source/am/sw/source/ui/dbui.po
index 2b5ef8a0d80..2b5ef8a0d80 100644
--- a/translations/source/am/sw/source/ui/dbui.po
+++ b/source/am/sw/source/ui/dbui.po
diff --git a/translations/source/am/sw/source/ui/dialog.po b/source/am/sw/source/ui/dialog.po
index 025058454e1..025058454e1 100644
--- a/translations/source/am/sw/source/ui/dialog.po
+++ b/source/am/sw/source/ui/dialog.po
diff --git a/translations/source/am/sw/source/ui/dochdl.po b/source/am/sw/source/ui/dochdl.po
index 0d3baec6696..0d3baec6696 100644
--- a/translations/source/am/sw/source/ui/dochdl.po
+++ b/source/am/sw/source/ui/dochdl.po
diff --git a/translations/source/am/sw/source/ui/docvw.po b/source/am/sw/source/ui/docvw.po
index 157d6fa5b2e..157d6fa5b2e 100644
--- a/translations/source/am/sw/source/ui/docvw.po
+++ b/source/am/sw/source/ui/docvw.po
diff --git a/translations/source/am/sw/source/ui/envelp.po b/source/am/sw/source/ui/envelp.po
index 35357cd0f7e..35357cd0f7e 100644
--- a/translations/source/am/sw/source/ui/envelp.po
+++ b/source/am/sw/source/ui/envelp.po
diff --git a/translations/source/am/sw/source/ui/fldui.po b/source/am/sw/source/ui/fldui.po
index 8c70aafebdd..8c70aafebdd 100644
--- a/translations/source/am/sw/source/ui/fldui.po
+++ b/source/am/sw/source/ui/fldui.po
diff --git a/translations/source/am/sw/source/ui/fmtui.po b/source/am/sw/source/ui/fmtui.po
index 875124c0f35..875124c0f35 100644
--- a/translations/source/am/sw/source/ui/fmtui.po
+++ b/source/am/sw/source/ui/fmtui.po
diff --git a/translations/source/am/sw/source/ui/frmdlg.po b/source/am/sw/source/ui/frmdlg.po
index e443830c41e..e443830c41e 100644
--- a/translations/source/am/sw/source/ui/frmdlg.po
+++ b/source/am/sw/source/ui/frmdlg.po
diff --git a/translations/source/am/sw/source/ui/globdoc.po b/source/am/sw/source/ui/globdoc.po
index 80d7e76fc67..80d7e76fc67 100644
--- a/translations/source/am/sw/source/ui/globdoc.po
+++ b/source/am/sw/source/ui/globdoc.po
diff --git a/translations/source/am/sw/source/ui/index.po b/source/am/sw/source/ui/index.po
index 5674ac05691..5674ac05691 100644
--- a/translations/source/am/sw/source/ui/index.po
+++ b/source/am/sw/source/ui/index.po
diff --git a/translations/source/am/sw/source/ui/lingu.po b/source/am/sw/source/ui/lingu.po
index 12de3d24149..12de3d24149 100644
--- a/translations/source/am/sw/source/ui/lingu.po
+++ b/source/am/sw/source/ui/lingu.po
diff --git a/translations/source/am/sw/source/ui/misc.po b/source/am/sw/source/ui/misc.po
index 73478b61a5b..73478b61a5b 100644
--- a/translations/source/am/sw/source/ui/misc.po
+++ b/source/am/sw/source/ui/misc.po
diff --git a/translations/source/am/sw/source/ui/ribbar.po b/source/am/sw/source/ui/ribbar.po
index 6928a1af653..6928a1af653 100644
--- a/translations/source/am/sw/source/ui/ribbar.po
+++ b/source/am/sw/source/ui/ribbar.po
diff --git a/translations/source/am/sw/source/ui/shells.po b/source/am/sw/source/ui/shells.po
index 54b155eeadb..54b155eeadb 100644
--- a/translations/source/am/sw/source/ui/shells.po
+++ b/source/am/sw/source/ui/shells.po
diff --git a/translations/source/am/sw/source/ui/smartmenu.po b/source/am/sw/source/ui/smartmenu.po
index a6eebc13532..a6eebc13532 100644
--- a/translations/source/am/sw/source/ui/smartmenu.po
+++ b/source/am/sw/source/ui/smartmenu.po
diff --git a/translations/source/am/sw/source/ui/table.po b/source/am/sw/source/ui/table.po
index 5b1f3631203..5b1f3631203 100644
--- a/translations/source/am/sw/source/ui/table.po
+++ b/source/am/sw/source/ui/table.po
diff --git a/translations/source/am/sw/source/ui/uiview.po b/source/am/sw/source/ui/uiview.po
index c3ce138e718..c3ce138e718 100644
--- a/translations/source/am/sw/source/ui/uiview.po
+++ b/source/am/sw/source/ui/uiview.po
diff --git a/translations/source/am/sw/source/ui/utlui.po b/source/am/sw/source/ui/utlui.po
index b1b19046033..b1b19046033 100644
--- a/translations/source/am/sw/source/ui/utlui.po
+++ b/source/am/sw/source/ui/utlui.po
diff --git a/translations/source/am/sw/source/ui/web.po b/source/am/sw/source/ui/web.po
index d41681d11d5..d41681d11d5 100644
--- a/translations/source/am/sw/source/ui/web.po
+++ b/source/am/sw/source/ui/web.po
diff --git a/translations/source/am/sw/source/ui/wrtsh.po b/source/am/sw/source/ui/wrtsh.po
index 56aec6e0e5a..56aec6e0e5a 100644
--- a/translations/source/am/sw/source/ui/wrtsh.po
+++ b/source/am/sw/source/ui/wrtsh.po
diff --git a/translations/source/am/swext/mediawiki/help.po b/source/am/swext/mediawiki/help.po
index 3262077ddb6..3262077ddb6 100644
--- a/translations/source/am/swext/mediawiki/help.po
+++ b/source/am/swext/mediawiki/help.po
diff --git a/translations/source/am/swext/mediawiki/src.po b/source/am/swext/mediawiki/src.po
index 24ca596547a..24ca596547a 100644
--- a/translations/source/am/swext/mediawiki/src.po
+++ b/source/am/swext/mediawiki/src.po
diff --git a/translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 67828be8ad7..67828be8ad7 100644
--- a/translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index d82aef46b56..d82aef46b56 100644
--- a/translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/am/sysui/desktop/share.po b/source/am/sysui/desktop/share.po
index de81f7a51f0..de81f7a51f0 100644
--- a/translations/source/am/sysui/desktop/share.po
+++ b/source/am/sysui/desktop/share.po
diff --git a/translations/source/am/uui/source.po b/source/am/uui/source.po
index 29e1a2a76cd..29e1a2a76cd 100644
--- a/translations/source/am/uui/source.po
+++ b/source/am/uui/source.po
diff --git a/translations/source/am/vcl/source/src.po b/source/am/vcl/source/src.po
index 4afcba9c5fe..4afcba9c5fe 100644
--- a/translations/source/am/vcl/source/src.po
+++ b/source/am/vcl/source/src.po
diff --git a/translations/source/am/wizards/source/euro.po b/source/am/wizards/source/euro.po
index b68e4c707db..b68e4c707db 100644
--- a/translations/source/am/wizards/source/euro.po
+++ b/source/am/wizards/source/euro.po
diff --git a/translations/source/am/wizards/source/formwizard.po b/source/am/wizards/source/formwizard.po
index e4ea9346ca1..e4ea9346ca1 100644
--- a/translations/source/am/wizards/source/formwizard.po
+++ b/source/am/wizards/source/formwizard.po
diff --git a/translations/source/am/wizards/source/importwizard.po b/source/am/wizards/source/importwizard.po
index fb9809dc39b..fb9809dc39b 100644
--- a/translations/source/am/wizards/source/importwizard.po
+++ b/source/am/wizards/source/importwizard.po
diff --git a/translations/source/am/wizards/source/schedule.po b/source/am/wizards/source/schedule.po
index ba657bd8ce0..ba657bd8ce0 100644
--- a/translations/source/am/wizards/source/schedule.po
+++ b/source/am/wizards/source/schedule.po
diff --git a/translations/source/am/wizards/source/template.po b/source/am/wizards/source/template.po
index e0f5d4f2524..e0f5d4f2524 100644
--- a/translations/source/am/wizards/source/template.po
+++ b/source/am/wizards/source/template.po
diff --git a/translations/source/am/xmlsecurity/source/component.po b/source/am/xmlsecurity/source/component.po
index ff1370317bf..ff1370317bf 100644
--- a/translations/source/am/xmlsecurity/source/component.po
+++ b/source/am/xmlsecurity/source/component.po
diff --git a/translations/source/am/xmlsecurity/source/dialogs.po b/source/am/xmlsecurity/source/dialogs.po
index df0b3699cd6..df0b3699cd6 100644
--- a/translations/source/am/xmlsecurity/source/dialogs.po
+++ b/source/am/xmlsecurity/source/dialogs.po
diff --git a/translations/source/ar/accessibility/source/helper.po b/source/ar/accessibility/source/helper.po
index 378f34f07ab..378f34f07ab 100644
--- a/translations/source/ar/accessibility/source/helper.po
+++ b/source/ar/accessibility/source/helper.po
diff --git a/translations/source/ar/avmedia/source/framework.po b/source/ar/avmedia/source/framework.po
index b213c6b59cc..b213c6b59cc 100644
--- a/translations/source/ar/avmedia/source/framework.po
+++ b/source/ar/avmedia/source/framework.po
diff --git a/translations/source/ar/avmedia/source/viewer.po b/source/ar/avmedia/source/viewer.po
index a07d5c682a9..a07d5c682a9 100644
--- a/translations/source/ar/avmedia/source/viewer.po
+++ b/source/ar/avmedia/source/viewer.po
diff --git a/translations/source/ar/basctl/source/basicide.po b/source/ar/basctl/source/basicide.po
index 009452fd1b4..009452fd1b4 100644
--- a/translations/source/ar/basctl/source/basicide.po
+++ b/source/ar/basctl/source/basicide.po
diff --git a/translations/source/ar/basctl/source/dlged.po b/source/ar/basctl/source/dlged.po
index a14cc10838b..a14cc10838b 100644
--- a/translations/source/ar/basctl/source/dlged.po
+++ b/source/ar/basctl/source/dlged.po
diff --git a/translations/source/ar/basic/source/classes.po b/source/ar/basic/source/classes.po
index 54e72d3e62e..54e72d3e62e 100644
--- a/translations/source/ar/basic/source/classes.po
+++ b/source/ar/basic/source/classes.po
diff --git a/translations/source/ar/basic/source/sbx.po b/source/ar/basic/source/sbx.po
index 3cd2b57c482..3cd2b57c482 100644
--- a/translations/source/ar/basic/source/sbx.po
+++ b/source/ar/basic/source/sbx.po
diff --git a/translations/source/ar/chart2/source/controller/dialogs.po b/source/ar/chart2/source/controller/dialogs.po
index 31bbc630979..31bbc630979 100644
--- a/translations/source/ar/chart2/source/controller/dialogs.po
+++ b/source/ar/chart2/source/controller/dialogs.po
diff --git a/translations/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 7458a3f391e..7458a3f391e 100644
--- a/translations/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index b10879ff92d..b10879ff92d 100644
--- a/translations/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index f9315992805..f9315992805 100644
--- a/translations/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index b6ac1dadd51..b6ac1dadd51 100644
--- a/translations/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 60786c4976c..60786c4976c 100644
--- a/translations/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index f299e2899c1..f299e2899c1 100644
--- a/translations/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 8b487c2a0b4..8b487c2a0b4 100644
--- a/translations/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 5dedb35f1b3..5dedb35f1b3 100644
--- a/translations/source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 96d279078e6..96d279078e6 100644
--- a/translations/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 9f25b09fdfb..9f25b09fdfb 100644
--- a/translations/source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 9aa5e326daf..9aa5e326daf 100644
--- a/translations/source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 64826d6e972..64826d6e972 100644
--- a/translations/source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 55b3913bcf9..55b3913bcf9 100644
--- a/translations/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 1af18488514..1af18488514 100644
--- a/translations/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 424648d927b..424648d927b 100644
--- a/translations/source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/ar/connectivity/source/resource.po b/source/ar/connectivity/source/resource.po
index 52f2b14450c..52f2b14450c 100644
--- a/translations/source/ar/connectivity/source/resource.po
+++ b/source/ar/connectivity/source/resource.po
diff --git a/translations/source/ar/cui/source/customize.po b/source/ar/cui/source/customize.po
index b7e5ff7ae3b..b7e5ff7ae3b 100644
--- a/translations/source/ar/cui/source/customize.po
+++ b/source/ar/cui/source/customize.po
diff --git a/translations/source/ar/cui/source/dialogs.po b/source/ar/cui/source/dialogs.po
index 3671e24e47b..3671e24e47b 100644
--- a/translations/source/ar/cui/source/dialogs.po
+++ b/source/ar/cui/source/dialogs.po
diff --git a/translations/source/ar/cui/source/options.po b/source/ar/cui/source/options.po
index a1d4f0bb742..a1d4f0bb742 100644
--- a/translations/source/ar/cui/source/options.po
+++ b/source/ar/cui/source/options.po
diff --git a/translations/source/ar/cui/source/tabpages.po b/source/ar/cui/source/tabpages.po
index c5aa8b341dd..c5aa8b341dd 100644
--- a/translations/source/ar/cui/source/tabpages.po
+++ b/source/ar/cui/source/tabpages.po
diff --git a/translations/source/ar/dbaccess/source/core/resource.po b/source/ar/dbaccess/source/core/resource.po
index 919d3d6f095..919d3d6f095 100644
--- a/translations/source/ar/dbaccess/source/core/resource.po
+++ b/source/ar/dbaccess/source/core/resource.po
diff --git a/translations/source/ar/dbaccess/source/ext/macromigration.po b/source/ar/dbaccess/source/ext/macromigration.po
index 0416964e085..0416964e085 100644
--- a/translations/source/ar/dbaccess/source/ext/macromigration.po
+++ b/source/ar/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/ar/dbaccess/source/sdbtools/resource.po b/source/ar/dbaccess/source/sdbtools/resource.po
index ec539497113..ec539497113 100644
--- a/translations/source/ar/dbaccess/source/sdbtools/resource.po
+++ b/source/ar/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/ar/dbaccess/source/ui/app.po b/source/ar/dbaccess/source/ui/app.po
index 11378172bbb..11378172bbb 100644
--- a/translations/source/ar/dbaccess/source/ui/app.po
+++ b/source/ar/dbaccess/source/ui/app.po
diff --git a/translations/source/ar/dbaccess/source/ui/browser.po b/source/ar/dbaccess/source/ui/browser.po
index f55efe06873..f55efe06873 100644
--- a/translations/source/ar/dbaccess/source/ui/browser.po
+++ b/source/ar/dbaccess/source/ui/browser.po
diff --git a/translations/source/ar/dbaccess/source/ui/control.po b/source/ar/dbaccess/source/ui/control.po
index 61a27c4bf42..61a27c4bf42 100644
--- a/translations/source/ar/dbaccess/source/ui/control.po
+++ b/source/ar/dbaccess/source/ui/control.po
diff --git a/translations/source/ar/dbaccess/source/ui/dlg.po b/source/ar/dbaccess/source/ui/dlg.po
index c190f96a7f2..c190f96a7f2 100644
--- a/translations/source/ar/dbaccess/source/ui/dlg.po
+++ b/source/ar/dbaccess/source/ui/dlg.po
diff --git a/translations/source/ar/dbaccess/source/ui/inc.po b/source/ar/dbaccess/source/ui/inc.po
index 30a9f80db5e..30a9f80db5e 100644
--- a/translations/source/ar/dbaccess/source/ui/inc.po
+++ b/source/ar/dbaccess/source/ui/inc.po
diff --git a/translations/source/ar/dbaccess/source/ui/misc.po b/source/ar/dbaccess/source/ui/misc.po
index f369ade3bac..f369ade3bac 100644
--- a/translations/source/ar/dbaccess/source/ui/misc.po
+++ b/source/ar/dbaccess/source/ui/misc.po
diff --git a/translations/source/ar/dbaccess/source/ui/querydesign.po b/source/ar/dbaccess/source/ui/querydesign.po
index 552ba80ffbb..552ba80ffbb 100644
--- a/translations/source/ar/dbaccess/source/ui/querydesign.po
+++ b/source/ar/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/ar/dbaccess/source/ui/relationdesign.po b/source/ar/dbaccess/source/ui/relationdesign.po
index 1f08fdf976f..1f08fdf976f 100644
--- a/translations/source/ar/dbaccess/source/ui/relationdesign.po
+++ b/source/ar/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/ar/dbaccess/source/ui/tabledesign.po b/source/ar/dbaccess/source/ui/tabledesign.po
index 6f49540c2fa..6f49540c2fa 100644
--- a/translations/source/ar/dbaccess/source/ui/tabledesign.po
+++ b/source/ar/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/ar/dbaccess/source/ui/uno.po b/source/ar/dbaccess/source/ui/uno.po
index 190aac0af01..190aac0af01 100644
--- a/translations/source/ar/dbaccess/source/ui/uno.po
+++ b/source/ar/dbaccess/source/ui/uno.po
diff --git a/translations/source/ar/desktop/source/app.po b/source/ar/desktop/source/app.po
index 2866b525bcf..2866b525bcf 100644
--- a/translations/source/ar/desktop/source/app.po
+++ b/source/ar/desktop/source/app.po
diff --git a/translations/source/ar/desktop/source/deployment/gui.po b/source/ar/desktop/source/deployment/gui.po
index 6ff5c6ed885..6ff5c6ed885 100644
--- a/translations/source/ar/desktop/source/deployment/gui.po
+++ b/source/ar/desktop/source/deployment/gui.po
diff --git a/translations/source/ar/desktop/source/deployment/manager.po b/source/ar/desktop/source/deployment/manager.po
index d333a582134..d333a582134 100644
--- a/translations/source/ar/desktop/source/deployment/manager.po
+++ b/source/ar/desktop/source/deployment/manager.po
diff --git a/translations/source/ar/desktop/source/deployment/misc.po b/source/ar/desktop/source/deployment/misc.po
index ff00ac182c5..ff00ac182c5 100644
--- a/translations/source/ar/desktop/source/deployment/misc.po
+++ b/source/ar/desktop/source/deployment/misc.po
diff --git a/translations/source/ar/desktop/source/deployment/registry.po b/source/ar/desktop/source/deployment/registry.po
index 5fb65f49688..5fb65f49688 100644
--- a/translations/source/ar/desktop/source/deployment/registry.po
+++ b/source/ar/desktop/source/deployment/registry.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/component.po b/source/ar/desktop/source/deployment/registry/component.po
index adfe8d3abf1..adfe8d3abf1 100644
--- a/translations/source/ar/desktop/source/deployment/registry/component.po
+++ b/source/ar/desktop/source/deployment/registry/component.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/configuration.po b/source/ar/desktop/source/deployment/registry/configuration.po
index 8088d972e01..8088d972e01 100644
--- a/translations/source/ar/desktop/source/deployment/registry/configuration.po
+++ b/source/ar/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/help.po b/source/ar/desktop/source/deployment/registry/help.po
index b4a62c6d300..b4a62c6d300 100644
--- a/translations/source/ar/desktop/source/deployment/registry/help.po
+++ b/source/ar/desktop/source/deployment/registry/help.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/package.po b/source/ar/desktop/source/deployment/registry/package.po
index e714b36791e..e714b36791e 100644
--- a/translations/source/ar/desktop/source/deployment/registry/package.po
+++ b/source/ar/desktop/source/deployment/registry/package.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/script.po b/source/ar/desktop/source/deployment/registry/script.po
index 02f798d1fbc..02f798d1fbc 100644
--- a/translations/source/ar/desktop/source/deployment/registry/script.po
+++ b/source/ar/desktop/source/deployment/registry/script.po
diff --git a/translations/source/ar/desktop/source/deployment/registry/sfwk.po b/source/ar/desktop/source/deployment/registry/sfwk.po
index b66e2b1154b..b66e2b1154b 100644
--- a/translations/source/ar/desktop/source/deployment/registry/sfwk.po
+++ b/source/ar/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/ar/desktop/source/deployment/unopkg.po b/source/ar/desktop/source/deployment/unopkg.po
index f0e72c78110..f0e72c78110 100644
--- a/translations/source/ar/desktop/source/deployment/unopkg.po
+++ b/source/ar/desktop/source/deployment/unopkg.po
diff --git a/translations/source/ar/dictionaries/af_ZA.po b/source/ar/dictionaries/af_ZA.po
index cb0e3c6df8c..cb0e3c6df8c 100644
--- a/translations/source/ar/dictionaries/af_ZA.po
+++ b/source/ar/dictionaries/af_ZA.po
diff --git a/translations/source/ar/dictionaries/an_ES.po b/source/ar/dictionaries/an_ES.po
index e8f94bd4920..e8f94bd4920 100644
--- a/translations/source/ar/dictionaries/an_ES.po
+++ b/source/ar/dictionaries/an_ES.po
diff --git a/translations/source/ar/dictionaries/ar.po b/source/ar/dictionaries/ar.po
index 489e5937e7b..489e5937e7b 100644
--- a/translations/source/ar/dictionaries/ar.po
+++ b/source/ar/dictionaries/ar.po
diff --git a/translations/source/ar/dictionaries/be_BY.po b/source/ar/dictionaries/be_BY.po
index 6789b7cc588..6789b7cc588 100644
--- a/translations/source/ar/dictionaries/be_BY.po
+++ b/source/ar/dictionaries/be_BY.po
diff --git a/translations/source/ar/dictionaries/bg_BG.po b/source/ar/dictionaries/bg_BG.po
index 1079105616a..1079105616a 100644
--- a/translations/source/ar/dictionaries/bg_BG.po
+++ b/source/ar/dictionaries/bg_BG.po
diff --git a/translations/source/ar/dictionaries/bn_BD.po b/source/ar/dictionaries/bn_BD.po
index 61561f7a819..61561f7a819 100644
--- a/translations/source/ar/dictionaries/bn_BD.po
+++ b/source/ar/dictionaries/bn_BD.po
diff --git a/translations/source/ar/dictionaries/br_FR.po b/source/ar/dictionaries/br_FR.po
index d29b3738de8..d29b3738de8 100644
--- a/translations/source/ar/dictionaries/br_FR.po
+++ b/source/ar/dictionaries/br_FR.po
diff --git a/translations/source/ar/dictionaries/ca.po b/source/ar/dictionaries/ca.po
index e64eb208c73..e64eb208c73 100644
--- a/translations/source/ar/dictionaries/ca.po
+++ b/source/ar/dictionaries/ca.po
diff --git a/translations/source/ar/dictionaries/cs_CZ.po b/source/ar/dictionaries/cs_CZ.po
index d5538b2bae9..d5538b2bae9 100644
--- a/translations/source/ar/dictionaries/cs_CZ.po
+++ b/source/ar/dictionaries/cs_CZ.po
diff --git a/translations/source/ar/dictionaries/da_DK.po b/source/ar/dictionaries/da_DK.po
index 9a5ddce13f6..9a5ddce13f6 100644
--- a/translations/source/ar/dictionaries/da_DK.po
+++ b/source/ar/dictionaries/da_DK.po
diff --git a/translations/source/ar/dictionaries/de.po b/source/ar/dictionaries/de.po
index 8a008a3e188..8a008a3e188 100644
--- a/translations/source/ar/dictionaries/de.po
+++ b/source/ar/dictionaries/de.po
diff --git a/translations/source/ar/dictionaries/el_GR.po b/source/ar/dictionaries/el_GR.po
index db69cb86bc7..db69cb86bc7 100644
--- a/translations/source/ar/dictionaries/el_GR.po
+++ b/source/ar/dictionaries/el_GR.po
diff --git a/translations/source/ar/dictionaries/en.po b/source/ar/dictionaries/en.po
index 0b0e52bb69d..0b0e52bb69d 100644
--- a/translations/source/ar/dictionaries/en.po
+++ b/source/ar/dictionaries/en.po
diff --git a/translations/source/ar/dictionaries/en/dialog.po b/source/ar/dictionaries/en/dialog.po
index c9c4b1433a7..c9c4b1433a7 100644
--- a/translations/source/ar/dictionaries/en/dialog.po
+++ b/source/ar/dictionaries/en/dialog.po
diff --git a/translations/source/ar/dictionaries/es_ES.po b/source/ar/dictionaries/es_ES.po
index 0a8d32097e8..0a8d32097e8 100644
--- a/translations/source/ar/dictionaries/es_ES.po
+++ b/source/ar/dictionaries/es_ES.po
diff --git a/translations/source/ar/dictionaries/et_EE.po b/source/ar/dictionaries/et_EE.po
index ea7c09289bf..ea7c09289bf 100644
--- a/translations/source/ar/dictionaries/et_EE.po
+++ b/source/ar/dictionaries/et_EE.po
diff --git a/translations/source/ar/dictionaries/fr_FR.po b/source/ar/dictionaries/fr_FR.po
index d1e0f2d862c..d1e0f2d862c 100644
--- a/translations/source/ar/dictionaries/fr_FR.po
+++ b/source/ar/dictionaries/fr_FR.po
diff --git a/translations/source/ar/dictionaries/gd_GB.po b/source/ar/dictionaries/gd_GB.po
index d571a728cb0..d571a728cb0 100644
--- a/translations/source/ar/dictionaries/gd_GB.po
+++ b/source/ar/dictionaries/gd_GB.po
diff --git a/translations/source/ar/dictionaries/gl.po b/source/ar/dictionaries/gl.po
index a5cc8445df4..a5cc8445df4 100644
--- a/translations/source/ar/dictionaries/gl.po
+++ b/source/ar/dictionaries/gl.po
diff --git a/translations/source/ar/dictionaries/gu_IN.po b/source/ar/dictionaries/gu_IN.po
index 875be740878..875be740878 100644
--- a/translations/source/ar/dictionaries/gu_IN.po
+++ b/source/ar/dictionaries/gu_IN.po
diff --git a/translations/source/ar/dictionaries/he_IL.po b/source/ar/dictionaries/he_IL.po
index 12baf3698cd..12baf3698cd 100644
--- a/translations/source/ar/dictionaries/he_IL.po
+++ b/source/ar/dictionaries/he_IL.po
diff --git a/translations/source/ar/dictionaries/hi_IN.po b/source/ar/dictionaries/hi_IN.po
index 4f3d2b28c07..4f3d2b28c07 100644
--- a/translations/source/ar/dictionaries/hi_IN.po
+++ b/source/ar/dictionaries/hi_IN.po
diff --git a/translations/source/ar/dictionaries/hr_HR.po b/source/ar/dictionaries/hr_HR.po
index e93427555fc..e93427555fc 100644
--- a/translations/source/ar/dictionaries/hr_HR.po
+++ b/source/ar/dictionaries/hr_HR.po
diff --git a/translations/source/ar/dictionaries/hu_HU.po b/source/ar/dictionaries/hu_HU.po
index 813436796d1..813436796d1 100644
--- a/translations/source/ar/dictionaries/hu_HU.po
+++ b/source/ar/dictionaries/hu_HU.po
diff --git a/translations/source/ar/dictionaries/hu_HU/dialog.po b/source/ar/dictionaries/hu_HU/dialog.po
index 5544cee146a..5544cee146a 100644
--- a/translations/source/ar/dictionaries/hu_HU/dialog.po
+++ b/source/ar/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/ar/dictionaries/it_IT.po b/source/ar/dictionaries/it_IT.po
index 338cd82ee02..338cd82ee02 100644
--- a/translations/source/ar/dictionaries/it_IT.po
+++ b/source/ar/dictionaries/it_IT.po
diff --git a/translations/source/ar/dictionaries/ku_TR.po b/source/ar/dictionaries/ku_TR.po
index 1ff619fa7f3..1ff619fa7f3 100644
--- a/translations/source/ar/dictionaries/ku_TR.po
+++ b/source/ar/dictionaries/ku_TR.po
diff --git a/translations/source/ar/dictionaries/lt_LT.po b/source/ar/dictionaries/lt_LT.po
index 9d0f43ece14..9d0f43ece14 100644
--- a/translations/source/ar/dictionaries/lt_LT.po
+++ b/source/ar/dictionaries/lt_LT.po
diff --git a/translations/source/ar/dictionaries/lv_LV.po b/source/ar/dictionaries/lv_LV.po
index 4734009c976..4734009c976 100644
--- a/translations/source/ar/dictionaries/lv_LV.po
+++ b/source/ar/dictionaries/lv_LV.po
diff --git a/translations/source/ar/dictionaries/ne_NP.po b/source/ar/dictionaries/ne_NP.po
index cee2215de92..cee2215de92 100644
--- a/translations/source/ar/dictionaries/ne_NP.po
+++ b/source/ar/dictionaries/ne_NP.po
diff --git a/translations/source/ar/dictionaries/nl_NL.po b/source/ar/dictionaries/nl_NL.po
index 5da2f8bdee6..5da2f8bdee6 100644
--- a/translations/source/ar/dictionaries/nl_NL.po
+++ b/source/ar/dictionaries/nl_NL.po
diff --git a/translations/source/ar/dictionaries/no.po b/source/ar/dictionaries/no.po
index 9a974dd7e5d..9a974dd7e5d 100644
--- a/translations/source/ar/dictionaries/no.po
+++ b/source/ar/dictionaries/no.po
diff --git a/translations/source/ar/dictionaries/oc_FR.po b/source/ar/dictionaries/oc_FR.po
index ef39054f85f..ef39054f85f 100644
--- a/translations/source/ar/dictionaries/oc_FR.po
+++ b/source/ar/dictionaries/oc_FR.po
diff --git a/translations/source/ar/dictionaries/pl_PL.po b/source/ar/dictionaries/pl_PL.po
index 2e732de2335..2e732de2335 100644
--- a/translations/source/ar/dictionaries/pl_PL.po
+++ b/source/ar/dictionaries/pl_PL.po
diff --git a/translations/source/ar/dictionaries/pt_BR.po b/source/ar/dictionaries/pt_BR.po
index 9fc65ed28fa..9fc65ed28fa 100644
--- a/translations/source/ar/dictionaries/pt_BR.po
+++ b/source/ar/dictionaries/pt_BR.po
diff --git a/translations/source/ar/dictionaries/pt_PT.po b/source/ar/dictionaries/pt_PT.po
index c89f144d9e6..c89f144d9e6 100644
--- a/translations/source/ar/dictionaries/pt_PT.po
+++ b/source/ar/dictionaries/pt_PT.po
diff --git a/translations/source/ar/dictionaries/ro.po b/source/ar/dictionaries/ro.po
index 8a4f98bd732..8a4f98bd732 100644
--- a/translations/source/ar/dictionaries/ro.po
+++ b/source/ar/dictionaries/ro.po
diff --git a/translations/source/ar/dictionaries/ru_RU.po b/source/ar/dictionaries/ru_RU.po
index 9d551b9cd0e..9d551b9cd0e 100644
--- a/translations/source/ar/dictionaries/ru_RU.po
+++ b/source/ar/dictionaries/ru_RU.po
diff --git a/translations/source/ar/dictionaries/ru_RU/dialog.po b/source/ar/dictionaries/ru_RU/dialog.po
index 745e1e7e5b2..745e1e7e5b2 100644
--- a/translations/source/ar/dictionaries/ru_RU/dialog.po
+++ b/source/ar/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/ar/dictionaries/si_LK.po b/source/ar/dictionaries/si_LK.po
index 661923ccf30..661923ccf30 100644
--- a/translations/source/ar/dictionaries/si_LK.po
+++ b/source/ar/dictionaries/si_LK.po
diff --git a/translations/source/ar/dictionaries/sk_SK.po b/source/ar/dictionaries/sk_SK.po
index 17a1b9de2fd..17a1b9de2fd 100644
--- a/translations/source/ar/dictionaries/sk_SK.po
+++ b/source/ar/dictionaries/sk_SK.po
diff --git a/translations/source/ar/dictionaries/sl_SI.po b/source/ar/dictionaries/sl_SI.po
index 8765c302ed7..8765c302ed7 100644
--- a/translations/source/ar/dictionaries/sl_SI.po
+++ b/source/ar/dictionaries/sl_SI.po
diff --git a/translations/source/ar/dictionaries/sr.po b/source/ar/dictionaries/sr.po
index 266861dd82b..266861dd82b 100644
--- a/translations/source/ar/dictionaries/sr.po
+++ b/source/ar/dictionaries/sr.po
diff --git a/translations/source/ar/dictionaries/sv_SE.po b/source/ar/dictionaries/sv_SE.po
index e08eb338579..e08eb338579 100644
--- a/translations/source/ar/dictionaries/sv_SE.po
+++ b/source/ar/dictionaries/sv_SE.po
diff --git a/translations/source/ar/dictionaries/sw_TZ.po b/source/ar/dictionaries/sw_TZ.po
index 7b4ac8239ac..7b4ac8239ac 100644
--- a/translations/source/ar/dictionaries/sw_TZ.po
+++ b/source/ar/dictionaries/sw_TZ.po
diff --git a/translations/source/ar/dictionaries/te_IN.po b/source/ar/dictionaries/te_IN.po
index 1a4cdc2e39f..1a4cdc2e39f 100644
--- a/translations/source/ar/dictionaries/te_IN.po
+++ b/source/ar/dictionaries/te_IN.po
diff --git a/translations/source/ar/dictionaries/th_TH.po b/source/ar/dictionaries/th_TH.po
index 5f6ca178433..5f6ca178433 100644
--- a/translations/source/ar/dictionaries/th_TH.po
+++ b/source/ar/dictionaries/th_TH.po
diff --git a/translations/source/ar/dictionaries/uk_UA.po b/source/ar/dictionaries/uk_UA.po
index 0b89a74042b..0b89a74042b 100644
--- a/translations/source/ar/dictionaries/uk_UA.po
+++ b/source/ar/dictionaries/uk_UA.po
diff --git a/translations/source/ar/dictionaries/vi.po b/source/ar/dictionaries/vi.po
index 1e8cb9ebea1..1e8cb9ebea1 100644
--- a/translations/source/ar/dictionaries/vi.po
+++ b/source/ar/dictionaries/vi.po
diff --git a/translations/source/ar/dictionaries/zu_ZA.po b/source/ar/dictionaries/zu_ZA.po
index 42b48e2527b..42b48e2527b 100644
--- a/translations/source/ar/dictionaries/zu_ZA.po
+++ b/source/ar/dictionaries/zu_ZA.po
diff --git a/translations/source/ar/editeng/source/accessibility.po b/source/ar/editeng/source/accessibility.po
index df21e56493c..df21e56493c 100644
--- a/translations/source/ar/editeng/source/accessibility.po
+++ b/source/ar/editeng/source/accessibility.po
diff --git a/translations/source/ar/editeng/source/editeng.po b/source/ar/editeng/source/editeng.po
index 3652c46c3f3..3652c46c3f3 100644
--- a/translations/source/ar/editeng/source/editeng.po
+++ b/source/ar/editeng/source/editeng.po
diff --git a/translations/source/ar/editeng/source/items.po b/source/ar/editeng/source/items.po
index 2761a68f10c..2761a68f10c 100644
--- a/translations/source/ar/editeng/source/items.po
+++ b/source/ar/editeng/source/items.po
diff --git a/translations/source/ar/editeng/source/misc.po b/source/ar/editeng/source/misc.po
index 245685e8c69..245685e8c69 100644
--- a/translations/source/ar/editeng/source/misc.po
+++ b/source/ar/editeng/source/misc.po
diff --git a/translations/source/ar/editeng/source/outliner.po b/source/ar/editeng/source/outliner.po
index ac455a583dc..ac455a583dc 100644
--- a/translations/source/ar/editeng/source/outliner.po
+++ b/source/ar/editeng/source/outliner.po
diff --git a/translations/source/ar/extensions/source/abpilot.po b/source/ar/extensions/source/abpilot.po
index 209dbf45696..209dbf45696 100644
--- a/translations/source/ar/extensions/source/abpilot.po
+++ b/source/ar/extensions/source/abpilot.po
diff --git a/translations/source/ar/extensions/source/bibliography.po b/source/ar/extensions/source/bibliography.po
index 3dec49c0120..3dec49c0120 100644
--- a/translations/source/ar/extensions/source/bibliography.po
+++ b/source/ar/extensions/source/bibliography.po
diff --git a/translations/source/ar/extensions/source/dbpilots.po b/source/ar/extensions/source/dbpilots.po
index 093bf12a22c..093bf12a22c 100644
--- a/translations/source/ar/extensions/source/dbpilots.po
+++ b/source/ar/extensions/source/dbpilots.po
diff --git a/translations/source/ar/extensions/source/propctrlr.po b/source/ar/extensions/source/propctrlr.po
index e1ff5427d4a..e1ff5427d4a 100644
--- a/translations/source/ar/extensions/source/propctrlr.po
+++ b/source/ar/extensions/source/propctrlr.po
diff --git a/translations/source/ar/extensions/source/scanner.po b/source/ar/extensions/source/scanner.po
index 0ad79da68fa..0ad79da68fa 100644
--- a/translations/source/ar/extensions/source/scanner.po
+++ b/source/ar/extensions/source/scanner.po
diff --git a/translations/source/ar/extensions/source/update/check.po b/source/ar/extensions/source/update/check.po
index e01244dff41..e01244dff41 100644
--- a/translations/source/ar/extensions/source/update/check.po
+++ b/source/ar/extensions/source/update/check.po
diff --git a/translations/source/ar/extensions/source/update/check/org/openoffice/Office.po b/source/ar/extensions/source/update/check/org/openoffice/Office.po
index b2599cd058e..b2599cd058e 100644
--- a/translations/source/ar/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/ar/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/ar/filter/source/config/fragments/filters.po b/source/ar/filter/source/config/fragments/filters.po
index f381a2c850c..f381a2c850c 100644
--- a/translations/source/ar/filter/source/config/fragments/filters.po
+++ b/source/ar/filter/source/config/fragments/filters.po
diff --git a/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po b/source/ar/filter/source/config/fragments/internalgraphicfilters.po
index e43ea4fde92..e43ea4fde92 100644
--- a/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/ar/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/ar/filter/source/config/fragments/types.po b/source/ar/filter/source/config/fragments/types.po
index d0770d18a58..d0770d18a58 100644
--- a/translations/source/ar/filter/source/config/fragments/types.po
+++ b/source/ar/filter/source/config/fragments/types.po
diff --git a/translations/source/ar/filter/source/flash.po b/source/ar/filter/source/flash.po
index 57d3e34387d..57d3e34387d 100644
--- a/translations/source/ar/filter/source/flash.po
+++ b/source/ar/filter/source/flash.po
diff --git a/translations/source/ar/filter/source/graphicfilter/eps.po b/source/ar/filter/source/graphicfilter/eps.po
index 7abc39e23dc..7abc39e23dc 100644
--- a/translations/source/ar/filter/source/graphicfilter/eps.po
+++ b/source/ar/filter/source/graphicfilter/eps.po
diff --git a/translations/source/ar/filter/source/pdf.po b/source/ar/filter/source/pdf.po
index 314f1e5be28..314f1e5be28 100644
--- a/translations/source/ar/filter/source/pdf.po
+++ b/source/ar/filter/source/pdf.po
diff --git a/translations/source/ar/filter/source/t602.po b/source/ar/filter/source/t602.po
index e5dd2fa7b97..e5dd2fa7b97 100644
--- a/translations/source/ar/filter/source/t602.po
+++ b/source/ar/filter/source/t602.po
diff --git a/translations/source/ar/filter/source/xsltdialog.po b/source/ar/filter/source/xsltdialog.po
index b1324145df3..b1324145df3 100644
--- a/translations/source/ar/filter/source/xsltdialog.po
+++ b/source/ar/filter/source/xsltdialog.po
diff --git a/translations/source/ar/forms/source/resource.po b/source/ar/forms/source/resource.po
index cb21e0af0a2..cb21e0af0a2 100644
--- a/translations/source/ar/forms/source/resource.po
+++ b/source/ar/forms/source/resource.po
diff --git a/translations/source/ar/formula/source/core/resource.po b/source/ar/formula/source/core/resource.po
index e9943d05417..e9943d05417 100644
--- a/translations/source/ar/formula/source/core/resource.po
+++ b/source/ar/formula/source/core/resource.po
diff --git a/translations/source/ar/formula/source/ui/dlg.po b/source/ar/formula/source/ui/dlg.po
index 91023dad03a..91023dad03a 100644
--- a/translations/source/ar/formula/source/ui/dlg.po
+++ b/source/ar/formula/source/ui/dlg.po
diff --git a/translations/source/ar/fpicker/source/office.po b/source/ar/fpicker/source/office.po
index 98b77f1df68..98b77f1df68 100644
--- a/translations/source/ar/fpicker/source/office.po
+++ b/source/ar/fpicker/source/office.po
diff --git a/translations/source/ar/framework/source/classes.po b/source/ar/framework/source/classes.po
index fa36cdd88f0..fa36cdd88f0 100644
--- a/translations/source/ar/framework/source/classes.po
+++ b/source/ar/framework/source/classes.po
diff --git a/translations/source/ar/framework/source/services.po b/source/ar/framework/source/services.po
index 1d5b81ed136..1d5b81ed136 100644
--- a/translations/source/ar/framework/source/services.po
+++ b/source/ar/framework/source/services.po
diff --git a/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a517306697c..a517306697c 100644
--- a/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/ar/mysqlc/source.po b/source/ar/mysqlc/source.po
index 1337cf210e4..1337cf210e4 100644
--- a/translations/source/ar/mysqlc/source.po
+++ b/source/ar/mysqlc/source.po
diff --git a/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 6ddbf0cd281..6ddbf0cd281 100644
--- a/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 5f91dbaafb2..5f91dbaafb2 100644
--- a/translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index a82bbdacef8..a82bbdacef8 100644
--- a/translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/ar/nlpsolver/src/locale.po b/source/ar/nlpsolver/src/locale.po
index 9c79327b6f3..9c79327b6f3 100644
--- a/translations/source/ar/nlpsolver/src/locale.po
+++ b/source/ar/nlpsolver/src/locale.po
diff --git a/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po b/source/ar/officecfg/registry/data/org/openoffice/Office.po
index f8a1c0159f8..f8a1c0159f8 100644
--- a/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index c69f403912a..c69f403912a 100644
--- a/translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/ar/padmin/source.po b/source/ar/padmin/source.po
index c0d99424721..c0d99424721 100644
--- a/translations/source/ar/padmin/source.po
+++ b/source/ar/padmin/source.po
diff --git a/translations/source/ar/readlicense_oo/docs/readme.po b/source/ar/readlicense_oo/docs/readme.po
index 877372da575..877372da575 100644
--- a/translations/source/ar/readlicense_oo/docs/readme.po
+++ b/source/ar/readlicense_oo/docs/readme.po
diff --git a/translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po
index e35c5497f4f..e35c5497f4f 100644
--- a/translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po b/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
index baed016efd2..baed016efd2 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
index fae9709c352..fae9709c352 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index b890717d26a..b890717d26a 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/ar/reportbuilder/util.po b/source/ar/reportbuilder/util.po
index 44f8e066546..44f8e066546 100644
--- a/translations/source/ar/reportbuilder/util.po
+++ b/source/ar/reportbuilder/util.po
diff --git a/translations/source/ar/reportdesign/source/core/resource.po b/source/ar/reportdesign/source/core/resource.po
index 87a118ecc16..87a118ecc16 100644
--- a/translations/source/ar/reportdesign/source/core/resource.po
+++ b/source/ar/reportdesign/source/core/resource.po
diff --git a/translations/source/ar/reportdesign/source/ui/dlg.po b/source/ar/reportdesign/source/ui/dlg.po
index 5c895db6cca..5c895db6cca 100644
--- a/translations/source/ar/reportdesign/source/ui/dlg.po
+++ b/source/ar/reportdesign/source/ui/dlg.po
diff --git a/translations/source/ar/reportdesign/source/ui/inspection.po b/source/ar/reportdesign/source/ui/inspection.po
index 34c1f5e5dfe..34c1f5e5dfe 100644
--- a/translations/source/ar/reportdesign/source/ui/inspection.po
+++ b/source/ar/reportdesign/source/ui/inspection.po
diff --git a/translations/source/ar/reportdesign/source/ui/report.po b/source/ar/reportdesign/source/ui/report.po
index 797e2aea4fd..797e2aea4fd 100644
--- a/translations/source/ar/reportdesign/source/ui/report.po
+++ b/source/ar/reportdesign/source/ui/report.po
diff --git a/translations/source/ar/sc/source/core/src.po b/source/ar/sc/source/core/src.po
index 17faf891eef..17faf891eef 100644
--- a/translations/source/ar/sc/source/core/src.po
+++ b/source/ar/sc/source/core/src.po
diff --git a/translations/source/ar/sc/source/ui/cctrl.po b/source/ar/sc/source/ui/cctrl.po
index da15139e29b..da15139e29b 100644
--- a/translations/source/ar/sc/source/ui/cctrl.po
+++ b/source/ar/sc/source/ui/cctrl.po
diff --git a/translations/source/ar/sc/source/ui/dbgui.po b/source/ar/sc/source/ui/dbgui.po
index f7abf23ad4e..f7abf23ad4e 100644
--- a/translations/source/ar/sc/source/ui/dbgui.po
+++ b/source/ar/sc/source/ui/dbgui.po
diff --git a/translations/source/ar/sc/source/ui/docshell.po b/source/ar/sc/source/ui/docshell.po
index 7227002471f..7227002471f 100644
--- a/translations/source/ar/sc/source/ui/docshell.po
+++ b/source/ar/sc/source/ui/docshell.po
diff --git a/translations/source/ar/sc/source/ui/drawfunc.po b/source/ar/sc/source/ui/drawfunc.po
index 8987187e47a..8987187e47a 100644
--- a/translations/source/ar/sc/source/ui/drawfunc.po
+++ b/source/ar/sc/source/ui/drawfunc.po
diff --git a/translations/source/ar/sc/source/ui/formdlg.po b/source/ar/sc/source/ui/formdlg.po
index 12a89103807..12a89103807 100644
--- a/translations/source/ar/sc/source/ui/formdlg.po
+++ b/source/ar/sc/source/ui/formdlg.po
diff --git a/translations/source/ar/sc/source/ui/miscdlgs.po b/source/ar/sc/source/ui/miscdlgs.po
index f5d67486c0a..f5d67486c0a 100644
--- a/translations/source/ar/sc/source/ui/miscdlgs.po
+++ b/source/ar/sc/source/ui/miscdlgs.po
diff --git a/translations/source/ar/sc/source/ui/navipi.po b/source/ar/sc/source/ui/navipi.po
index f782fb85a22..f782fb85a22 100644
--- a/translations/source/ar/sc/source/ui/navipi.po
+++ b/source/ar/sc/source/ui/navipi.po
diff --git a/translations/source/ar/sc/source/ui/optdlg.po b/source/ar/sc/source/ui/optdlg.po
index 9e7653c022f..9e7653c022f 100644
--- a/translations/source/ar/sc/source/ui/optdlg.po
+++ b/source/ar/sc/source/ui/optdlg.po
diff --git a/translations/source/ar/sc/source/ui/pagedlg.po b/source/ar/sc/source/ui/pagedlg.po
index aef8a9f4d43..aef8a9f4d43 100644
--- a/translations/source/ar/sc/source/ui/pagedlg.po
+++ b/source/ar/sc/source/ui/pagedlg.po
diff --git a/translations/source/ar/sc/source/ui/src.po b/source/ar/sc/source/ui/src.po
index 1bfef5c3d73..1bfef5c3d73 100644
--- a/translations/source/ar/sc/source/ui/src.po
+++ b/source/ar/sc/source/ui/src.po
diff --git a/translations/source/ar/sc/source/ui/styleui.po b/source/ar/sc/source/ui/styleui.po
index 6300d3d8984..6300d3d8984 100644
--- a/translations/source/ar/sc/source/ui/styleui.po
+++ b/source/ar/sc/source/ui/styleui.po
diff --git a/translations/source/ar/scaddins/source/analysis.po b/source/ar/scaddins/source/analysis.po
index ad8e0003c55..ad8e0003c55 100644
--- a/translations/source/ar/scaddins/source/analysis.po
+++ b/source/ar/scaddins/source/analysis.po
diff --git a/translations/source/ar/scaddins/source/datefunc.po b/source/ar/scaddins/source/datefunc.po
index 8db9b28edb8..8db9b28edb8 100644
--- a/translations/source/ar/scaddins/source/datefunc.po
+++ b/source/ar/scaddins/source/datefunc.po
diff --git a/translations/source/ar/sccomp/source/solver.po b/source/ar/sccomp/source/solver.po
index 4df80d1a2e1..4df80d1a2e1 100644
--- a/translations/source/ar/sccomp/source/solver.po
+++ b/source/ar/sccomp/source/solver.po
diff --git a/translations/source/ar/scp2/source/accessories.po b/source/ar/scp2/source/accessories.po
index 7f2b7815783..7f2b7815783 100644
--- a/translations/source/ar/scp2/source/accessories.po
+++ b/source/ar/scp2/source/accessories.po
diff --git a/translations/source/ar/scp2/source/activex.po b/source/ar/scp2/source/activex.po
index 01f989927c8..01f989927c8 100644
--- a/translations/source/ar/scp2/source/activex.po
+++ b/source/ar/scp2/source/activex.po
diff --git a/translations/source/ar/scp2/source/base.po b/source/ar/scp2/source/base.po
index ce7ad1db184..ce7ad1db184 100644
--- a/translations/source/ar/scp2/source/base.po
+++ b/source/ar/scp2/source/base.po
diff --git a/translations/source/ar/scp2/source/binfilter.po b/source/ar/scp2/source/binfilter.po
index 5063c85114d..5063c85114d 100644
--- a/translations/source/ar/scp2/source/binfilter.po
+++ b/source/ar/scp2/source/binfilter.po
diff --git a/translations/source/ar/scp2/source/calc.po b/source/ar/scp2/source/calc.po
index c0b7ca85fdb..c0b7ca85fdb 100644
--- a/translations/source/ar/scp2/source/calc.po
+++ b/source/ar/scp2/source/calc.po
diff --git a/translations/source/ar/scp2/source/draw.po b/source/ar/scp2/source/draw.po
index eac0a34dca1..eac0a34dca1 100644
--- a/translations/source/ar/scp2/source/draw.po
+++ b/source/ar/scp2/source/draw.po
diff --git a/translations/source/ar/scp2/source/extensions.po b/source/ar/scp2/source/extensions.po
index 5a292d704a9..5a292d704a9 100644
--- a/translations/source/ar/scp2/source/extensions.po
+++ b/source/ar/scp2/source/extensions.po
diff --git a/translations/source/ar/scp2/source/gnome.po b/source/ar/scp2/source/gnome.po
index 38ac46f9217..38ac46f9217 100644
--- a/translations/source/ar/scp2/source/gnome.po
+++ b/source/ar/scp2/source/gnome.po
diff --git a/translations/source/ar/scp2/source/graphicfilter.po b/source/ar/scp2/source/graphicfilter.po
index 72c41e79de1..72c41e79de1 100644
--- a/translations/source/ar/scp2/source/graphicfilter.po
+++ b/source/ar/scp2/source/graphicfilter.po
diff --git a/translations/source/ar/scp2/source/impress.po b/source/ar/scp2/source/impress.po
index 3b70a2bec42..3b70a2bec42 100644
--- a/translations/source/ar/scp2/source/impress.po
+++ b/source/ar/scp2/source/impress.po
diff --git a/translations/source/ar/scp2/source/javafilter.po b/source/ar/scp2/source/javafilter.po
index 840c9256db1..840c9256db1 100644
--- a/translations/source/ar/scp2/source/javafilter.po
+++ b/source/ar/scp2/source/javafilter.po
diff --git a/translations/source/ar/scp2/source/kde.po b/source/ar/scp2/source/kde.po
index 1dda21779f2..1dda21779f2 100644
--- a/translations/source/ar/scp2/source/kde.po
+++ b/source/ar/scp2/source/kde.po
diff --git a/translations/source/ar/scp2/source/math.po b/source/ar/scp2/source/math.po
index ec109007084..ec109007084 100644
--- a/translations/source/ar/scp2/source/math.po
+++ b/source/ar/scp2/source/math.po
diff --git a/translations/source/ar/scp2/source/onlineupdate.po b/source/ar/scp2/source/onlineupdate.po
index 023c0daa2ea..023c0daa2ea 100644
--- a/translations/source/ar/scp2/source/onlineupdate.po
+++ b/source/ar/scp2/source/onlineupdate.po
diff --git a/translations/source/ar/scp2/source/ooo.po b/source/ar/scp2/source/ooo.po
index b4947104043..b4947104043 100644
--- a/translations/source/ar/scp2/source/ooo.po
+++ b/source/ar/scp2/source/ooo.po
diff --git a/translations/source/ar/scp2/source/python.po b/source/ar/scp2/source/python.po
index 9e7b2ec94be..9e7b2ec94be 100644
--- a/translations/source/ar/scp2/source/python.po
+++ b/source/ar/scp2/source/python.po
diff --git a/translations/source/ar/scp2/source/quickstart.po b/source/ar/scp2/source/quickstart.po
index 15ac5454a96..15ac5454a96 100644
--- a/translations/source/ar/scp2/source/quickstart.po
+++ b/source/ar/scp2/source/quickstart.po
diff --git a/translations/source/ar/scp2/source/sdkoo.po b/source/ar/scp2/source/sdkoo.po
index 6f3b762fa0f..6f3b762fa0f 100644
--- a/translations/source/ar/scp2/source/sdkoo.po
+++ b/source/ar/scp2/source/sdkoo.po
diff --git a/translations/source/ar/scp2/source/smoketest.po b/source/ar/scp2/source/smoketest.po
index 268134c42c4..268134c42c4 100644
--- a/translations/source/ar/scp2/source/smoketest.po
+++ b/source/ar/scp2/source/smoketest.po
diff --git a/translations/source/ar/scp2/source/stdlibs.po b/source/ar/scp2/source/stdlibs.po
index e7cfb0a7864..e7cfb0a7864 100644
--- a/translations/source/ar/scp2/source/stdlibs.po
+++ b/source/ar/scp2/source/stdlibs.po
diff --git a/translations/source/ar/scp2/source/tde.po b/source/ar/scp2/source/tde.po
index 3e4ad744c43..3e4ad744c43 100644
--- a/translations/source/ar/scp2/source/tde.po
+++ b/source/ar/scp2/source/tde.po
diff --git a/translations/source/ar/scp2/source/winexplorerext.po b/source/ar/scp2/source/winexplorerext.po
index 460fae38294..460fae38294 100644
--- a/translations/source/ar/scp2/source/winexplorerext.po
+++ b/source/ar/scp2/source/winexplorerext.po
diff --git a/translations/source/ar/scp2/source/writer.po b/source/ar/scp2/source/writer.po
index 586c59d072c..586c59d072c 100644
--- a/translations/source/ar/scp2/source/writer.po
+++ b/source/ar/scp2/source/writer.po
diff --git a/translations/source/ar/scp2/source/xsltfilter.po b/source/ar/scp2/source/xsltfilter.po
index a21f7d77cbd..a21f7d77cbd 100644
--- a/translations/source/ar/scp2/source/xsltfilter.po
+++ b/source/ar/scp2/source/xsltfilter.po
diff --git a/translations/source/ar/scripting/source/pyprov.po b/source/ar/scripting/source/pyprov.po
index e751f23ddbe..e751f23ddbe 100644
--- a/translations/source/ar/scripting/source/pyprov.po
+++ b/source/ar/scripting/source/pyprov.po
diff --git a/translations/source/ar/sd/source/core.po b/source/ar/sd/source/core.po
index ae13951f216..ae13951f216 100644
--- a/translations/source/ar/sd/source/core.po
+++ b/source/ar/sd/source/core.po
diff --git a/translations/source/ar/sd/source/filter/html.po b/source/ar/sd/source/filter/html.po
index 8104bda72dd..8104bda72dd 100644
--- a/translations/source/ar/sd/source/filter/html.po
+++ b/source/ar/sd/source/filter/html.po
diff --git a/translations/source/ar/sd/source/ui/accessibility.po b/source/ar/sd/source/ui/accessibility.po
index f56eeaec979..f56eeaec979 100644
--- a/translations/source/ar/sd/source/ui/accessibility.po
+++ b/source/ar/sd/source/ui/accessibility.po
diff --git a/translations/source/ar/sd/source/ui/animations.po b/source/ar/sd/source/ui/animations.po
index f4c750b90a0..f4c750b90a0 100644
--- a/translations/source/ar/sd/source/ui/animations.po
+++ b/source/ar/sd/source/ui/animations.po
diff --git a/translations/source/ar/sd/source/ui/annotations.po b/source/ar/sd/source/ui/annotations.po
index 49b1ca9f8e9..49b1ca9f8e9 100644
--- a/translations/source/ar/sd/source/ui/annotations.po
+++ b/source/ar/sd/source/ui/annotations.po
diff --git a/translations/source/ar/sd/source/ui/app.po b/source/ar/sd/source/ui/app.po
index 93eae272fa6..93eae272fa6 100644
--- a/translations/source/ar/sd/source/ui/app.po
+++ b/source/ar/sd/source/ui/app.po
diff --git a/translations/source/ar/sd/source/ui/dlg.po b/source/ar/sd/source/ui/dlg.po
index 56042fbd0ea..56042fbd0ea 100644
--- a/translations/source/ar/sd/source/ui/dlg.po
+++ b/source/ar/sd/source/ui/dlg.po
diff --git a/translations/source/ar/sd/source/ui/slideshow.po b/source/ar/sd/source/ui/slideshow.po
index 4d065c0ea26..4d065c0ea26 100644
--- a/translations/source/ar/sd/source/ui/slideshow.po
+++ b/source/ar/sd/source/ui/slideshow.po
diff --git a/translations/source/ar/sd/source/ui/table.po b/source/ar/sd/source/ui/table.po
index 69b59edda12..69b59edda12 100644
--- a/translations/source/ar/sd/source/ui/table.po
+++ b/source/ar/sd/source/ui/table.po
diff --git a/translations/source/ar/sd/source/ui/view.po b/source/ar/sd/source/ui/view.po
index 6698f3880a9..6698f3880a9 100644
--- a/translations/source/ar/sd/source/ui/view.po
+++ b/source/ar/sd/source/ui/view.po
diff --git a/translations/source/ar/sdext/source/minimizer.po b/source/ar/sdext/source/minimizer.po
index 503e1a98868..503e1a98868 100644
--- a/translations/source/ar/sdext/source/minimizer.po
+++ b/source/ar/sdext/source/minimizer.po
diff --git a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 58fe3089e4c..58fe3089e4c 100644
--- a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 66f54d7bb35..66f54d7bb35 100644
--- a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/ar/sdext/source/pdfimport.po b/source/ar/sdext/source/pdfimport.po
index a5e1c52ce98..a5e1c52ce98 100644
--- a/translations/source/ar/sdext/source/pdfimport.po
+++ b/source/ar/sdext/source/pdfimport.po
diff --git a/translations/source/ar/sdext/source/presenter.po b/source/ar/sdext/source/presenter.po
index 2f3441e6c11..2f3441e6c11 100644
--- a/translations/source/ar/sdext/source/presenter.po
+++ b/source/ar/sdext/source/presenter.po
diff --git a/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index ff80e189126..ff80e189126 100644
--- a/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 9cbc64896a4..9cbc64896a4 100644
--- a/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/ar/setup_native/source/mac.po b/source/ar/setup_native/source/mac.po
index a8c477ccb29..a8c477ccb29 100644
--- a/translations/source/ar/setup_native/source/mac.po
+++ b/source/ar/setup_native/source/mac.po
diff --git a/translations/source/ar/sfx2/source/appl.po b/source/ar/sfx2/source/appl.po
index 26f5cf09bf6..26f5cf09bf6 100644
--- a/translations/source/ar/sfx2/source/appl.po
+++ b/source/ar/sfx2/source/appl.po
diff --git a/translations/source/ar/sfx2/source/bastyp.po b/source/ar/sfx2/source/bastyp.po
index 0c7b9bd3919..0c7b9bd3919 100644
--- a/translations/source/ar/sfx2/source/bastyp.po
+++ b/source/ar/sfx2/source/bastyp.po
diff --git a/translations/source/ar/sfx2/source/dialog.po b/source/ar/sfx2/source/dialog.po
index 5a88965e33c..5a88965e33c 100644
--- a/translations/source/ar/sfx2/source/dialog.po
+++ b/source/ar/sfx2/source/dialog.po
diff --git a/translations/source/ar/sfx2/source/doc.po b/source/ar/sfx2/source/doc.po
index c52229196f7..c52229196f7 100644
--- a/translations/source/ar/sfx2/source/doc.po
+++ b/source/ar/sfx2/source/doc.po
diff --git a/translations/source/ar/sfx2/source/menu.po b/source/ar/sfx2/source/menu.po
index 49f0efffaf9..49f0efffaf9 100644
--- a/translations/source/ar/sfx2/source/menu.po
+++ b/source/ar/sfx2/source/menu.po
diff --git a/translations/source/ar/sfx2/source/view.po b/source/ar/sfx2/source/view.po
index b55a15012e3..b55a15012e3 100644
--- a/translations/source/ar/sfx2/source/view.po
+++ b/source/ar/sfx2/source/view.po
diff --git a/translations/source/ar/shell/source/win32/shlxthandler/res.po b/source/ar/shell/source/win32/shlxthandler/res.po
index 669de7af81e..669de7af81e 100644
--- a/translations/source/ar/shell/source/win32/shlxthandler/res.po
+++ b/source/ar/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/ar/starmath/source.po b/source/ar/starmath/source.po
index 74088424662..74088424662 100644
--- a/translations/source/ar/starmath/source.po
+++ b/source/ar/starmath/source.po
diff --git a/translations/source/ar/svl/source/items.po b/source/ar/svl/source/items.po
index c2c94727790..c2c94727790 100644
--- a/translations/source/ar/svl/source/items.po
+++ b/source/ar/svl/source/items.po
diff --git a/translations/source/ar/svl/source/misc.po b/source/ar/svl/source/misc.po
index e6b5bee7121..e6b5bee7121 100644
--- a/translations/source/ar/svl/source/misc.po
+++ b/source/ar/svl/source/misc.po
diff --git a/translations/source/ar/svtools/source/contnr.po b/source/ar/svtools/source/contnr.po
index 6486a1ea02f..6486a1ea02f 100644
--- a/translations/source/ar/svtools/source/contnr.po
+++ b/source/ar/svtools/source/contnr.po
diff --git a/translations/source/ar/svtools/source/control.po b/source/ar/svtools/source/control.po
index 30fe2500892..30fe2500892 100644
--- a/translations/source/ar/svtools/source/control.po
+++ b/source/ar/svtools/source/control.po
diff --git a/translations/source/ar/svtools/source/dialogs.po b/source/ar/svtools/source/dialogs.po
index 8f058d70b05..8f058d70b05 100644
--- a/translations/source/ar/svtools/source/dialogs.po
+++ b/source/ar/svtools/source/dialogs.po
diff --git a/translations/source/ar/svtools/source/filter.po b/source/ar/svtools/source/filter.po
index a1611df7209..a1611df7209 100644
--- a/translations/source/ar/svtools/source/filter.po
+++ b/source/ar/svtools/source/filter.po
diff --git a/translations/source/ar/svtools/source/java.po b/source/ar/svtools/source/java.po
index ff00e0ce8df..ff00e0ce8df 100644
--- a/translations/source/ar/svtools/source/java.po
+++ b/source/ar/svtools/source/java.po
diff --git a/translations/source/ar/svtools/source/misc.po b/source/ar/svtools/source/misc.po
index f3ddbf38243..f3ddbf38243 100644
--- a/translations/source/ar/svtools/source/misc.po
+++ b/source/ar/svtools/source/misc.po
diff --git a/translations/source/ar/svtools/source/toolpanel.po b/source/ar/svtools/source/toolpanel.po
index cdf0198ec94..cdf0198ec94 100644
--- a/translations/source/ar/svtools/source/toolpanel.po
+++ b/source/ar/svtools/source/toolpanel.po
diff --git a/translations/source/ar/svtools/workben/unodialog.po b/source/ar/svtools/workben/unodialog.po
index 785e6ad8a52..785e6ad8a52 100644
--- a/translations/source/ar/svtools/workben/unodialog.po
+++ b/source/ar/svtools/workben/unodialog.po
diff --git a/translations/source/ar/svx/inc.po b/source/ar/svx/inc.po
index 820f4ffbca7..820f4ffbca7 100644
--- a/translations/source/ar/svx/inc.po
+++ b/source/ar/svx/inc.po
diff --git a/translations/source/ar/svx/source/accessibility.po b/source/ar/svx/source/accessibility.po
index 71d068b69d6..71d068b69d6 100644
--- a/translations/source/ar/svx/source/accessibility.po
+++ b/source/ar/svx/source/accessibility.po
diff --git a/translations/source/ar/svx/source/dialog.po b/source/ar/svx/source/dialog.po
index 7ebee35b571..7ebee35b571 100644
--- a/translations/source/ar/svx/source/dialog.po
+++ b/source/ar/svx/source/dialog.po
diff --git a/translations/source/ar/svx/source/engine3d.po b/source/ar/svx/source/engine3d.po
index a3d88851e36..a3d88851e36 100644
--- a/translations/source/ar/svx/source/engine3d.po
+++ b/source/ar/svx/source/engine3d.po
diff --git a/translations/source/ar/svx/source/fmcomp.po b/source/ar/svx/source/fmcomp.po
index 27b9169fe0c..27b9169fe0c 100644
--- a/translations/source/ar/svx/source/fmcomp.po
+++ b/source/ar/svx/source/fmcomp.po
diff --git a/translations/source/ar/svx/source/form.po b/source/ar/svx/source/form.po
index 8779d366d92..8779d366d92 100644
--- a/translations/source/ar/svx/source/form.po
+++ b/source/ar/svx/source/form.po
diff --git a/translations/source/ar/svx/source/gallery2.po b/source/ar/svx/source/gallery2.po
index 956ed185251..956ed185251 100644
--- a/translations/source/ar/svx/source/gallery2.po
+++ b/source/ar/svx/source/gallery2.po
diff --git a/translations/source/ar/svx/source/items.po b/source/ar/svx/source/items.po
index a28300012d9..a28300012d9 100644
--- a/translations/source/ar/svx/source/items.po
+++ b/source/ar/svx/source/items.po
diff --git a/translations/source/ar/svx/source/src.po b/source/ar/svx/source/src.po
index 52d7227153e..52d7227153e 100644
--- a/translations/source/ar/svx/source/src.po
+++ b/source/ar/svx/source/src.po
diff --git a/translations/source/ar/svx/source/stbctrls.po b/source/ar/svx/source/stbctrls.po
index 9007933ddb1..9007933ddb1 100644
--- a/translations/source/ar/svx/source/stbctrls.po
+++ b/source/ar/svx/source/stbctrls.po
diff --git a/translations/source/ar/svx/source/svdraw.po b/source/ar/svx/source/svdraw.po
index b35f3a42acf..b35f3a42acf 100644
--- a/translations/source/ar/svx/source/svdraw.po
+++ b/source/ar/svx/source/svdraw.po
diff --git a/translations/source/ar/svx/source/table.po b/source/ar/svx/source/table.po
index c9107ffb555..c9107ffb555 100644
--- a/translations/source/ar/svx/source/table.po
+++ b/source/ar/svx/source/table.po
diff --git a/translations/source/ar/svx/source/tbxctrls.po b/source/ar/svx/source/tbxctrls.po
index 3a35e12c386..3a35e12c386 100644
--- a/translations/source/ar/svx/source/tbxctrls.po
+++ b/source/ar/svx/source/tbxctrls.po
diff --git a/translations/source/ar/svx/source/toolbars.po b/source/ar/svx/source/toolbars.po
index a02eddae41b..a02eddae41b 100644
--- a/translations/source/ar/svx/source/toolbars.po
+++ b/source/ar/svx/source/toolbars.po
diff --git a/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po b/source/ar/svx/source/unodialogs/textconversiondlgs.po
index cac9e6e894d..cac9e6e894d 100644
--- a/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/ar/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/ar/sw/source/core/layout.po b/source/ar/sw/source/core/layout.po
index c1caefb2758..c1caefb2758 100644
--- a/translations/source/ar/sw/source/core/layout.po
+++ b/source/ar/sw/source/core/layout.po
diff --git a/translations/source/ar/sw/source/core/undo.po b/source/ar/sw/source/core/undo.po
index cc2d7862b87..cc2d7862b87 100644
--- a/translations/source/ar/sw/source/core/undo.po
+++ b/source/ar/sw/source/core/undo.po
diff --git a/translations/source/ar/sw/source/core/unocore.po b/source/ar/sw/source/core/unocore.po
index 9ed559291d7..9ed559291d7 100644
--- a/translations/source/ar/sw/source/core/unocore.po
+++ b/source/ar/sw/source/core/unocore.po
diff --git a/translations/source/ar/sw/source/ui/app.po b/source/ar/sw/source/ui/app.po
index 4a150e2bd5a..4a150e2bd5a 100644
--- a/translations/source/ar/sw/source/ui/app.po
+++ b/source/ar/sw/source/ui/app.po
diff --git a/translations/source/ar/sw/source/ui/chrdlg.po b/source/ar/sw/source/ui/chrdlg.po
index acaa5605e47..acaa5605e47 100644
--- a/translations/source/ar/sw/source/ui/chrdlg.po
+++ b/source/ar/sw/source/ui/chrdlg.po
diff --git a/translations/source/ar/sw/source/ui/config.po b/source/ar/sw/source/ui/config.po
index 6e234c3d1b3..6e234c3d1b3 100644
--- a/translations/source/ar/sw/source/ui/config.po
+++ b/source/ar/sw/source/ui/config.po
diff --git a/translations/source/ar/sw/source/ui/dbui.po b/source/ar/sw/source/ui/dbui.po
index 705436864f9..705436864f9 100644
--- a/translations/source/ar/sw/source/ui/dbui.po
+++ b/source/ar/sw/source/ui/dbui.po
diff --git a/translations/source/ar/sw/source/ui/dialog.po b/source/ar/sw/source/ui/dialog.po
index a76dcc0d3a6..a76dcc0d3a6 100644
--- a/translations/source/ar/sw/source/ui/dialog.po
+++ b/source/ar/sw/source/ui/dialog.po
diff --git a/translations/source/ar/sw/source/ui/dochdl.po b/source/ar/sw/source/ui/dochdl.po
index 3c741afca79..3c741afca79 100644
--- a/translations/source/ar/sw/source/ui/dochdl.po
+++ b/source/ar/sw/source/ui/dochdl.po
diff --git a/translations/source/ar/sw/source/ui/docvw.po b/source/ar/sw/source/ui/docvw.po
index 6679758cdb7..6679758cdb7 100644
--- a/translations/source/ar/sw/source/ui/docvw.po
+++ b/source/ar/sw/source/ui/docvw.po
diff --git a/translations/source/ar/sw/source/ui/envelp.po b/source/ar/sw/source/ui/envelp.po
index 5fe59207201..5fe59207201 100644
--- a/translations/source/ar/sw/source/ui/envelp.po
+++ b/source/ar/sw/source/ui/envelp.po
diff --git a/translations/source/ar/sw/source/ui/fldui.po b/source/ar/sw/source/ui/fldui.po
index 24e9d2e9d93..24e9d2e9d93 100644
--- a/translations/source/ar/sw/source/ui/fldui.po
+++ b/source/ar/sw/source/ui/fldui.po
diff --git a/translations/source/ar/sw/source/ui/fmtui.po b/source/ar/sw/source/ui/fmtui.po
index 2156c246fda..2156c246fda 100644
--- a/translations/source/ar/sw/source/ui/fmtui.po
+++ b/source/ar/sw/source/ui/fmtui.po
diff --git a/translations/source/ar/sw/source/ui/frmdlg.po b/source/ar/sw/source/ui/frmdlg.po
index f6b7a070bec..f6b7a070bec 100644
--- a/translations/source/ar/sw/source/ui/frmdlg.po
+++ b/source/ar/sw/source/ui/frmdlg.po
diff --git a/translations/source/ar/sw/source/ui/globdoc.po b/source/ar/sw/source/ui/globdoc.po
index f4198b56c79..f4198b56c79 100644
--- a/translations/source/ar/sw/source/ui/globdoc.po
+++ b/source/ar/sw/source/ui/globdoc.po
diff --git a/translations/source/ar/sw/source/ui/index.po b/source/ar/sw/source/ui/index.po
index 7597d9a0dd4..7597d9a0dd4 100644
--- a/translations/source/ar/sw/source/ui/index.po
+++ b/source/ar/sw/source/ui/index.po
diff --git a/translations/source/ar/sw/source/ui/lingu.po b/source/ar/sw/source/ui/lingu.po
index d4625b5b563..d4625b5b563 100644
--- a/translations/source/ar/sw/source/ui/lingu.po
+++ b/source/ar/sw/source/ui/lingu.po
diff --git a/translations/source/ar/sw/source/ui/misc.po b/source/ar/sw/source/ui/misc.po
index c223090d223..c223090d223 100644
--- a/translations/source/ar/sw/source/ui/misc.po
+++ b/source/ar/sw/source/ui/misc.po
diff --git a/translations/source/ar/sw/source/ui/ribbar.po b/source/ar/sw/source/ui/ribbar.po
index 5eefcc5de8c..5eefcc5de8c 100644
--- a/translations/source/ar/sw/source/ui/ribbar.po
+++ b/source/ar/sw/source/ui/ribbar.po
diff --git a/translations/source/ar/sw/source/ui/shells.po b/source/ar/sw/source/ui/shells.po
index 0445dd361f4..0445dd361f4 100644
--- a/translations/source/ar/sw/source/ui/shells.po
+++ b/source/ar/sw/source/ui/shells.po
diff --git a/translations/source/ar/sw/source/ui/smartmenu.po b/source/ar/sw/source/ui/smartmenu.po
index 667617865fd..667617865fd 100644
--- a/translations/source/ar/sw/source/ui/smartmenu.po
+++ b/source/ar/sw/source/ui/smartmenu.po
diff --git a/translations/source/ar/sw/source/ui/table.po b/source/ar/sw/source/ui/table.po
index bad4fdd4444..bad4fdd4444 100644
--- a/translations/source/ar/sw/source/ui/table.po
+++ b/source/ar/sw/source/ui/table.po
diff --git a/translations/source/ar/sw/source/ui/uiview.po b/source/ar/sw/source/ui/uiview.po
index 1f55fde4556..1f55fde4556 100644
--- a/translations/source/ar/sw/source/ui/uiview.po
+++ b/source/ar/sw/source/ui/uiview.po
diff --git a/translations/source/ar/sw/source/ui/utlui.po b/source/ar/sw/source/ui/utlui.po
index 1511d234cef..1511d234cef 100644
--- a/translations/source/ar/sw/source/ui/utlui.po
+++ b/source/ar/sw/source/ui/utlui.po
diff --git a/translations/source/ar/sw/source/ui/web.po b/source/ar/sw/source/ui/web.po
index 673c163a5b2..673c163a5b2 100644
--- a/translations/source/ar/sw/source/ui/web.po
+++ b/source/ar/sw/source/ui/web.po
diff --git a/translations/source/ar/sw/source/ui/wrtsh.po b/source/ar/sw/source/ui/wrtsh.po
index 44df56b12e7..44df56b12e7 100644
--- a/translations/source/ar/sw/source/ui/wrtsh.po
+++ b/source/ar/sw/source/ui/wrtsh.po
diff --git a/translations/source/ar/swext/mediawiki/help.po b/source/ar/swext/mediawiki/help.po
index a936a95290f..a936a95290f 100644
--- a/translations/source/ar/swext/mediawiki/help.po
+++ b/source/ar/swext/mediawiki/help.po
diff --git a/translations/source/ar/swext/mediawiki/src.po b/source/ar/swext/mediawiki/src.po
index 17ddd866f7d..17ddd866f7d 100644
--- a/translations/source/ar/swext/mediawiki/src.po
+++ b/source/ar/swext/mediawiki/src.po
diff --git a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 368306ef4d2..368306ef4d2 100644
--- a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 3a915b0f166..3a915b0f166 100644
--- a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/ar/sysui/desktop/share.po b/source/ar/sysui/desktop/share.po
index 7542cac3b30..7542cac3b30 100644
--- a/translations/source/ar/sysui/desktop/share.po
+++ b/source/ar/sysui/desktop/share.po
diff --git a/translations/source/ar/uui/source.po b/source/ar/uui/source.po
index 4ecdce8821b..4ecdce8821b 100644
--- a/translations/source/ar/uui/source.po
+++ b/source/ar/uui/source.po
diff --git a/translations/source/ar/vcl/source/src.po b/source/ar/vcl/source/src.po
index d00e9925793..d00e9925793 100644
--- a/translations/source/ar/vcl/source/src.po
+++ b/source/ar/vcl/source/src.po
diff --git a/translations/source/ar/wizards/source/euro.po b/source/ar/wizards/source/euro.po
index d84ee1e7b22..d84ee1e7b22 100644
--- a/translations/source/ar/wizards/source/euro.po
+++ b/source/ar/wizards/source/euro.po
diff --git a/translations/source/ar/wizards/source/formwizard.po b/source/ar/wizards/source/formwizard.po
index 15f56043800..15f56043800 100644
--- a/translations/source/ar/wizards/source/formwizard.po
+++ b/source/ar/wizards/source/formwizard.po
diff --git a/translations/source/ar/wizards/source/importwizard.po b/source/ar/wizards/source/importwizard.po
index 6692db19003..6692db19003 100644
--- a/translations/source/ar/wizards/source/importwizard.po
+++ b/source/ar/wizards/source/importwizard.po
diff --git a/translations/source/ar/wizards/source/schedule.po b/source/ar/wizards/source/schedule.po
index 2db99054fbc..2db99054fbc 100644
--- a/translations/source/ar/wizards/source/schedule.po
+++ b/source/ar/wizards/source/schedule.po
diff --git a/translations/source/ar/wizards/source/template.po b/source/ar/wizards/source/template.po
index 366c4abdcff..366c4abdcff 100644
--- a/translations/source/ar/wizards/source/template.po
+++ b/source/ar/wizards/source/template.po
diff --git a/translations/source/ar/xmlsecurity/source/component.po b/source/ar/xmlsecurity/source/component.po
index 8b0f5d2dcd4..8b0f5d2dcd4 100644
--- a/translations/source/ar/xmlsecurity/source/component.po
+++ b/source/ar/xmlsecurity/source/component.po
diff --git a/translations/source/ar/xmlsecurity/source/dialogs.po b/source/ar/xmlsecurity/source/dialogs.po
index ef8700971c3..ef8700971c3 100644
--- a/translations/source/ar/xmlsecurity/source/dialogs.po
+++ b/source/ar/xmlsecurity/source/dialogs.po
diff --git a/translations/source/as/accessibility/source/helper.po b/source/as/accessibility/source/helper.po
index bea7b569b09..bea7b569b09 100644
--- a/translations/source/as/accessibility/source/helper.po
+++ b/source/as/accessibility/source/helper.po
diff --git a/translations/source/as/avmedia/source/framework.po b/source/as/avmedia/source/framework.po
index ee6f7767dde..ee6f7767dde 100644
--- a/translations/source/as/avmedia/source/framework.po
+++ b/source/as/avmedia/source/framework.po
diff --git a/translations/source/as/avmedia/source/viewer.po b/source/as/avmedia/source/viewer.po
index 345dd412bdb..345dd412bdb 100644
--- a/translations/source/as/avmedia/source/viewer.po
+++ b/source/as/avmedia/source/viewer.po
diff --git a/translations/source/as/basctl/source/basicide.po b/source/as/basctl/source/basicide.po
index 4ad734215c5..4ad734215c5 100644
--- a/translations/source/as/basctl/source/basicide.po
+++ b/source/as/basctl/source/basicide.po
diff --git a/translations/source/as/basctl/source/dlged.po b/source/as/basctl/source/dlged.po
index 4c693da60a8..4c693da60a8 100644
--- a/translations/source/as/basctl/source/dlged.po
+++ b/source/as/basctl/source/dlged.po
diff --git a/translations/source/as/basic/source/classes.po b/source/as/basic/source/classes.po
index c27077db53d..c27077db53d 100644
--- a/translations/source/as/basic/source/classes.po
+++ b/source/as/basic/source/classes.po
diff --git a/translations/source/as/basic/source/sbx.po b/source/as/basic/source/sbx.po
index 50c92782c30..50c92782c30 100644
--- a/translations/source/as/basic/source/sbx.po
+++ b/source/as/basic/source/sbx.po
diff --git a/translations/source/as/chart2/source/controller/dialogs.po b/source/as/chart2/source/controller/dialogs.po
index 6fe714b0a29..6fe714b0a29 100644
--- a/translations/source/as/chart2/source/controller/dialogs.po
+++ b/source/as/chart2/source/controller/dialogs.po
diff --git a/translations/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 337b791cf05..337b791cf05 100644
--- a/translations/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 7be7f66a1ef..7be7f66a1ef 100644
--- a/translations/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 28c955c9ae2..28c955c9ae2 100644
--- a/translations/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 42827f43970..42827f43970 100644
--- a/translations/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 728e56a2ce1..728e56a2ce1 100644
--- a/translations/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index fcf7e127911..fcf7e127911 100644
--- a/translations/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 419057670ec..419057670ec 100644
--- a/translations/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 25ac6ffce28..25ac6ffce28 100644
--- a/translations/source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 29912eb58ea..29912eb58ea 100644
--- a/translations/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 63da680f73a..63da680f73a 100644
--- a/translations/source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 1676bcd96ea..1676bcd96ea 100644
--- a/translations/source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 401e41c5a40..401e41c5a40 100644
--- a/translations/source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 6217f5fffb1..6217f5fffb1 100644
--- a/translations/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index a9983fb7332..a9983fb7332 100644
--- a/translations/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 3e684695f11..3e684695f11 100644
--- a/translations/source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/as/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/as/connectivity/source/resource.po b/source/as/connectivity/source/resource.po
index c95c22b89bf..c95c22b89bf 100644
--- a/translations/source/as/connectivity/source/resource.po
+++ b/source/as/connectivity/source/resource.po
diff --git a/translations/source/as/cui/source/customize.po b/source/as/cui/source/customize.po
index 7ea5a6af580..7ea5a6af580 100644
--- a/translations/source/as/cui/source/customize.po
+++ b/source/as/cui/source/customize.po
diff --git a/translations/source/as/cui/source/dialogs.po b/source/as/cui/source/dialogs.po
index 4b65c56a493..4b65c56a493 100644
--- a/translations/source/as/cui/source/dialogs.po
+++ b/source/as/cui/source/dialogs.po
diff --git a/translations/source/as/cui/source/options.po b/source/as/cui/source/options.po
index 3b286abf0d9..3b286abf0d9 100644
--- a/translations/source/as/cui/source/options.po
+++ b/source/as/cui/source/options.po
diff --git a/translations/source/as/cui/source/tabpages.po b/source/as/cui/source/tabpages.po
index 2f8cea8df5b..2f8cea8df5b 100644
--- a/translations/source/as/cui/source/tabpages.po
+++ b/source/as/cui/source/tabpages.po
diff --git a/translations/source/as/dbaccess/source/core/resource.po b/source/as/dbaccess/source/core/resource.po
index 1a4fe14f3f8..1a4fe14f3f8 100644
--- a/translations/source/as/dbaccess/source/core/resource.po
+++ b/source/as/dbaccess/source/core/resource.po
diff --git a/translations/source/as/dbaccess/source/ext/macromigration.po b/source/as/dbaccess/source/ext/macromigration.po
index 42e081a6058..42e081a6058 100644
--- a/translations/source/as/dbaccess/source/ext/macromigration.po
+++ b/source/as/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/as/dbaccess/source/sdbtools/resource.po b/source/as/dbaccess/source/sdbtools/resource.po
index 9ef8f6103eb..9ef8f6103eb 100644
--- a/translations/source/as/dbaccess/source/sdbtools/resource.po
+++ b/source/as/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/as/dbaccess/source/ui/app.po b/source/as/dbaccess/source/ui/app.po
index c1c50ac6f5b..c1c50ac6f5b 100644
--- a/translations/source/as/dbaccess/source/ui/app.po
+++ b/source/as/dbaccess/source/ui/app.po
diff --git a/translations/source/as/dbaccess/source/ui/browser.po b/source/as/dbaccess/source/ui/browser.po
index b0b72ea627b..b0b72ea627b 100644
--- a/translations/source/as/dbaccess/source/ui/browser.po
+++ b/source/as/dbaccess/source/ui/browser.po
diff --git a/translations/source/as/dbaccess/source/ui/control.po b/source/as/dbaccess/source/ui/control.po
index 644cdf4006b..644cdf4006b 100644
--- a/translations/source/as/dbaccess/source/ui/control.po
+++ b/source/as/dbaccess/source/ui/control.po
diff --git a/translations/source/as/dbaccess/source/ui/dlg.po b/source/as/dbaccess/source/ui/dlg.po
index 198941e667c..198941e667c 100644
--- a/translations/source/as/dbaccess/source/ui/dlg.po
+++ b/source/as/dbaccess/source/ui/dlg.po
diff --git a/translations/source/as/dbaccess/source/ui/inc.po b/source/as/dbaccess/source/ui/inc.po
index a9d8f95c27b..a9d8f95c27b 100644
--- a/translations/source/as/dbaccess/source/ui/inc.po
+++ b/source/as/dbaccess/source/ui/inc.po
diff --git a/translations/source/as/dbaccess/source/ui/misc.po b/source/as/dbaccess/source/ui/misc.po
index 09547304621..09547304621 100644
--- a/translations/source/as/dbaccess/source/ui/misc.po
+++ b/source/as/dbaccess/source/ui/misc.po
diff --git a/translations/source/as/dbaccess/source/ui/querydesign.po b/source/as/dbaccess/source/ui/querydesign.po
index f8c8456757d..f8c8456757d 100644
--- a/translations/source/as/dbaccess/source/ui/querydesign.po
+++ b/source/as/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/as/dbaccess/source/ui/relationdesign.po b/source/as/dbaccess/source/ui/relationdesign.po
index f92ea5d43bc..f92ea5d43bc 100644
--- a/translations/source/as/dbaccess/source/ui/relationdesign.po
+++ b/source/as/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/as/dbaccess/source/ui/tabledesign.po b/source/as/dbaccess/source/ui/tabledesign.po
index 1b37e34ad66..1b37e34ad66 100644
--- a/translations/source/as/dbaccess/source/ui/tabledesign.po
+++ b/source/as/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/as/dbaccess/source/ui/uno.po b/source/as/dbaccess/source/ui/uno.po
index 9c6eb0bdf6a..9c6eb0bdf6a 100644
--- a/translations/source/as/dbaccess/source/ui/uno.po
+++ b/source/as/dbaccess/source/ui/uno.po
diff --git a/translations/source/as/desktop/source/app.po b/source/as/desktop/source/app.po
index 5493d802d52..5493d802d52 100644
--- a/translations/source/as/desktop/source/app.po
+++ b/source/as/desktop/source/app.po
diff --git a/translations/source/as/desktop/source/deployment/gui.po b/source/as/desktop/source/deployment/gui.po
index b07b7aab1ec..b07b7aab1ec 100644
--- a/translations/source/as/desktop/source/deployment/gui.po
+++ b/source/as/desktop/source/deployment/gui.po
diff --git a/translations/source/as/desktop/source/deployment/manager.po b/source/as/desktop/source/deployment/manager.po
index a4f911db926..a4f911db926 100644
--- a/translations/source/as/desktop/source/deployment/manager.po
+++ b/source/as/desktop/source/deployment/manager.po
diff --git a/translations/source/as/desktop/source/deployment/misc.po b/source/as/desktop/source/deployment/misc.po
index fbbc5c8c463..fbbc5c8c463 100644
--- a/translations/source/as/desktop/source/deployment/misc.po
+++ b/source/as/desktop/source/deployment/misc.po
diff --git a/translations/source/as/desktop/source/deployment/registry.po b/source/as/desktop/source/deployment/registry.po
index e9d3629e98c..e9d3629e98c 100644
--- a/translations/source/as/desktop/source/deployment/registry.po
+++ b/source/as/desktop/source/deployment/registry.po
diff --git a/translations/source/as/desktop/source/deployment/registry/component.po b/source/as/desktop/source/deployment/registry/component.po
index 72e9192de08..72e9192de08 100644
--- a/translations/source/as/desktop/source/deployment/registry/component.po
+++ b/source/as/desktop/source/deployment/registry/component.po
diff --git a/translations/source/as/desktop/source/deployment/registry/configuration.po b/source/as/desktop/source/deployment/registry/configuration.po
index 00aaa875034..00aaa875034 100644
--- a/translations/source/as/desktop/source/deployment/registry/configuration.po
+++ b/source/as/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/as/desktop/source/deployment/registry/help.po b/source/as/desktop/source/deployment/registry/help.po
index 684f5891796..684f5891796 100644
--- a/translations/source/as/desktop/source/deployment/registry/help.po
+++ b/source/as/desktop/source/deployment/registry/help.po
diff --git a/translations/source/as/desktop/source/deployment/registry/package.po b/source/as/desktop/source/deployment/registry/package.po
index d69bb53e811..d69bb53e811 100644
--- a/translations/source/as/desktop/source/deployment/registry/package.po
+++ b/source/as/desktop/source/deployment/registry/package.po
diff --git a/translations/source/as/desktop/source/deployment/registry/script.po b/source/as/desktop/source/deployment/registry/script.po
index b841cc09c76..b841cc09c76 100644
--- a/translations/source/as/desktop/source/deployment/registry/script.po
+++ b/source/as/desktop/source/deployment/registry/script.po
diff --git a/translations/source/as/desktop/source/deployment/registry/sfwk.po b/source/as/desktop/source/deployment/registry/sfwk.po
index ab106ecbd0f..ab106ecbd0f 100644
--- a/translations/source/as/desktop/source/deployment/registry/sfwk.po
+++ b/source/as/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/as/desktop/source/deployment/unopkg.po b/source/as/desktop/source/deployment/unopkg.po
index 18ef1b6e477..18ef1b6e477 100644
--- a/translations/source/as/desktop/source/deployment/unopkg.po
+++ b/source/as/desktop/source/deployment/unopkg.po
diff --git a/translations/source/as/dictionaries/af_ZA.po b/source/as/dictionaries/af_ZA.po
index f1096e2d862..f1096e2d862 100644
--- a/translations/source/as/dictionaries/af_ZA.po
+++ b/source/as/dictionaries/af_ZA.po
diff --git a/translations/source/as/dictionaries/an_ES.po b/source/as/dictionaries/an_ES.po
index 6162af681d0..6162af681d0 100644
--- a/translations/source/as/dictionaries/an_ES.po
+++ b/source/as/dictionaries/an_ES.po
diff --git a/translations/source/as/dictionaries/ar.po b/source/as/dictionaries/ar.po
index 2c4abfc48dc..2c4abfc48dc 100644
--- a/translations/source/as/dictionaries/ar.po
+++ b/source/as/dictionaries/ar.po
diff --git a/translations/source/as/dictionaries/be_BY.po b/source/as/dictionaries/be_BY.po
index 0669d207263..0669d207263 100644
--- a/translations/source/as/dictionaries/be_BY.po
+++ b/source/as/dictionaries/be_BY.po
diff --git a/translations/source/as/dictionaries/bg_BG.po b/source/as/dictionaries/bg_BG.po
index 3343beccd50..3343beccd50 100644
--- a/translations/source/as/dictionaries/bg_BG.po
+++ b/source/as/dictionaries/bg_BG.po
diff --git a/translations/source/as/dictionaries/bn_BD.po b/source/as/dictionaries/bn_BD.po
index 0150d1ac497..0150d1ac497 100644
--- a/translations/source/as/dictionaries/bn_BD.po
+++ b/source/as/dictionaries/bn_BD.po
diff --git a/translations/source/as/dictionaries/br_FR.po b/source/as/dictionaries/br_FR.po
index 9a3396eaaf6..9a3396eaaf6 100644
--- a/translations/source/as/dictionaries/br_FR.po
+++ b/source/as/dictionaries/br_FR.po
diff --git a/translations/source/as/dictionaries/ca.po b/source/as/dictionaries/ca.po
index 6c89d8e2405..6c89d8e2405 100644
--- a/translations/source/as/dictionaries/ca.po
+++ b/source/as/dictionaries/ca.po
diff --git a/translations/source/as/dictionaries/cs_CZ.po b/source/as/dictionaries/cs_CZ.po
index a0c0c3eb46c..a0c0c3eb46c 100644
--- a/translations/source/as/dictionaries/cs_CZ.po
+++ b/source/as/dictionaries/cs_CZ.po
diff --git a/translations/source/as/dictionaries/da_DK.po b/source/as/dictionaries/da_DK.po
index c45885583cc..c45885583cc 100644
--- a/translations/source/as/dictionaries/da_DK.po
+++ b/source/as/dictionaries/da_DK.po
diff --git a/translations/source/as/dictionaries/de.po b/source/as/dictionaries/de.po
index 027119b1d12..027119b1d12 100644
--- a/translations/source/as/dictionaries/de.po
+++ b/source/as/dictionaries/de.po
diff --git a/translations/source/as/dictionaries/el_GR.po b/source/as/dictionaries/el_GR.po
index 5b52b053492..5b52b053492 100644
--- a/translations/source/as/dictionaries/el_GR.po
+++ b/source/as/dictionaries/el_GR.po
diff --git a/translations/source/as/dictionaries/en.po b/source/as/dictionaries/en.po
index 8ff27919bf6..8ff27919bf6 100644
--- a/translations/source/as/dictionaries/en.po
+++ b/source/as/dictionaries/en.po
diff --git a/translations/source/as/dictionaries/en/dialog.po b/source/as/dictionaries/en/dialog.po
index 8118f994901..8118f994901 100644
--- a/translations/source/as/dictionaries/en/dialog.po
+++ b/source/as/dictionaries/en/dialog.po
diff --git a/translations/source/as/dictionaries/es_ES.po b/source/as/dictionaries/es_ES.po
index 58a7ac58899..58a7ac58899 100644
--- a/translations/source/as/dictionaries/es_ES.po
+++ b/source/as/dictionaries/es_ES.po
diff --git a/translations/source/as/dictionaries/et_EE.po b/source/as/dictionaries/et_EE.po
index b5a28b8fa57..b5a28b8fa57 100644
--- a/translations/source/as/dictionaries/et_EE.po
+++ b/source/as/dictionaries/et_EE.po
diff --git a/translations/source/as/dictionaries/fr_FR.po b/source/as/dictionaries/fr_FR.po
index ee5209beecc..ee5209beecc 100644
--- a/translations/source/as/dictionaries/fr_FR.po
+++ b/source/as/dictionaries/fr_FR.po
diff --git a/translations/source/as/dictionaries/gd_GB.po b/source/as/dictionaries/gd_GB.po
index e9c5567e4cd..e9c5567e4cd 100644
--- a/translations/source/as/dictionaries/gd_GB.po
+++ b/source/as/dictionaries/gd_GB.po
diff --git a/translations/source/as/dictionaries/gl.po b/source/as/dictionaries/gl.po
index 969332a2bdc..969332a2bdc 100644
--- a/translations/source/as/dictionaries/gl.po
+++ b/source/as/dictionaries/gl.po
diff --git a/translations/source/as/dictionaries/gu_IN.po b/source/as/dictionaries/gu_IN.po
index 81fc82b1bf9..81fc82b1bf9 100644
--- a/translations/source/as/dictionaries/gu_IN.po
+++ b/source/as/dictionaries/gu_IN.po
diff --git a/translations/source/as/dictionaries/he_IL.po b/source/as/dictionaries/he_IL.po
index ff475681970..ff475681970 100644
--- a/translations/source/as/dictionaries/he_IL.po
+++ b/source/as/dictionaries/he_IL.po
diff --git a/translations/source/as/dictionaries/hi_IN.po b/source/as/dictionaries/hi_IN.po
index 26c60e4c596..26c60e4c596 100644
--- a/translations/source/as/dictionaries/hi_IN.po
+++ b/source/as/dictionaries/hi_IN.po
diff --git a/translations/source/as/dictionaries/hr_HR.po b/source/as/dictionaries/hr_HR.po
index c47e38e0920..c47e38e0920 100644
--- a/translations/source/as/dictionaries/hr_HR.po
+++ b/source/as/dictionaries/hr_HR.po
diff --git a/translations/source/as/dictionaries/hu_HU.po b/source/as/dictionaries/hu_HU.po
index fe5e2f4e6ba..fe5e2f4e6ba 100644
--- a/translations/source/as/dictionaries/hu_HU.po
+++ b/source/as/dictionaries/hu_HU.po
diff --git a/translations/source/as/dictionaries/hu_HU/dialog.po b/source/as/dictionaries/hu_HU/dialog.po
index 053a18c64bb..053a18c64bb 100644
--- a/translations/source/as/dictionaries/hu_HU/dialog.po
+++ b/source/as/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/as/dictionaries/it_IT.po b/source/as/dictionaries/it_IT.po
index afd9f0937c1..afd9f0937c1 100644
--- a/translations/source/as/dictionaries/it_IT.po
+++ b/source/as/dictionaries/it_IT.po
diff --git a/translations/source/as/dictionaries/ku_TR.po b/source/as/dictionaries/ku_TR.po
index bc5e1de1e1d..bc5e1de1e1d 100644
--- a/translations/source/as/dictionaries/ku_TR.po
+++ b/source/as/dictionaries/ku_TR.po
diff --git a/translations/source/as/dictionaries/lt_LT.po b/source/as/dictionaries/lt_LT.po
index 3b12f8040f4..3b12f8040f4 100644
--- a/translations/source/as/dictionaries/lt_LT.po
+++ b/source/as/dictionaries/lt_LT.po
diff --git a/translations/source/as/dictionaries/lv_LV.po b/source/as/dictionaries/lv_LV.po
index ea0bbe9c10c..ea0bbe9c10c 100644
--- a/translations/source/as/dictionaries/lv_LV.po
+++ b/source/as/dictionaries/lv_LV.po
diff --git a/translations/source/as/dictionaries/ne_NP.po b/source/as/dictionaries/ne_NP.po
index 0c94f8f9991..0c94f8f9991 100644
--- a/translations/source/as/dictionaries/ne_NP.po
+++ b/source/as/dictionaries/ne_NP.po
diff --git a/translations/source/as/dictionaries/nl_NL.po b/source/as/dictionaries/nl_NL.po
index 9057178fbb4..9057178fbb4 100644
--- a/translations/source/as/dictionaries/nl_NL.po
+++ b/source/as/dictionaries/nl_NL.po
diff --git a/translations/source/as/dictionaries/no.po b/source/as/dictionaries/no.po
index bf514f5823c..bf514f5823c 100644
--- a/translations/source/as/dictionaries/no.po
+++ b/source/as/dictionaries/no.po
diff --git a/translations/source/as/dictionaries/oc_FR.po b/source/as/dictionaries/oc_FR.po
index aec1c601947..aec1c601947 100644
--- a/translations/source/as/dictionaries/oc_FR.po
+++ b/source/as/dictionaries/oc_FR.po
diff --git a/translations/source/as/dictionaries/pl_PL.po b/source/as/dictionaries/pl_PL.po
index fc5173c7ed5..fc5173c7ed5 100644
--- a/translations/source/as/dictionaries/pl_PL.po
+++ b/source/as/dictionaries/pl_PL.po
diff --git a/translations/source/as/dictionaries/pt_BR.po b/source/as/dictionaries/pt_BR.po
index 6f59a9f026e..6f59a9f026e 100644
--- a/translations/source/as/dictionaries/pt_BR.po
+++ b/source/as/dictionaries/pt_BR.po
diff --git a/translations/source/as/dictionaries/pt_PT.po b/source/as/dictionaries/pt_PT.po
index 8436934a64e..8436934a64e 100644
--- a/translations/source/as/dictionaries/pt_PT.po
+++ b/source/as/dictionaries/pt_PT.po
diff --git a/translations/source/as/dictionaries/ro.po b/source/as/dictionaries/ro.po
index 5997d83d910..5997d83d910 100644
--- a/translations/source/as/dictionaries/ro.po
+++ b/source/as/dictionaries/ro.po
diff --git a/translations/source/as/dictionaries/ru_RU.po b/source/as/dictionaries/ru_RU.po
index d3496678e27..d3496678e27 100644
--- a/translations/source/as/dictionaries/ru_RU.po
+++ b/source/as/dictionaries/ru_RU.po
diff --git a/translations/source/as/dictionaries/ru_RU/dialog.po b/source/as/dictionaries/ru_RU/dialog.po
index 4d6be75926f..4d6be75926f 100644
--- a/translations/source/as/dictionaries/ru_RU/dialog.po
+++ b/source/as/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/as/dictionaries/si_LK.po b/source/as/dictionaries/si_LK.po
index cf79d2887ce..cf79d2887ce 100644
--- a/translations/source/as/dictionaries/si_LK.po
+++ b/source/as/dictionaries/si_LK.po
diff --git a/translations/source/as/dictionaries/sk_SK.po b/source/as/dictionaries/sk_SK.po
index 854828f3777..854828f3777 100644
--- a/translations/source/as/dictionaries/sk_SK.po
+++ b/source/as/dictionaries/sk_SK.po
diff --git a/translations/source/as/dictionaries/sl_SI.po b/source/as/dictionaries/sl_SI.po
index a5c42a8759a..a5c42a8759a 100644
--- a/translations/source/as/dictionaries/sl_SI.po
+++ b/source/as/dictionaries/sl_SI.po
diff --git a/translations/source/as/dictionaries/sr.po b/source/as/dictionaries/sr.po
index d7e0dffeebe..d7e0dffeebe 100644
--- a/translations/source/as/dictionaries/sr.po
+++ b/source/as/dictionaries/sr.po
diff --git a/translations/source/as/dictionaries/sv_SE.po b/source/as/dictionaries/sv_SE.po
index f485188794f..f485188794f 100644
--- a/translations/source/as/dictionaries/sv_SE.po
+++ b/source/as/dictionaries/sv_SE.po
diff --git a/translations/source/as/dictionaries/sw_TZ.po b/source/as/dictionaries/sw_TZ.po
index 7c2f5513cf1..7c2f5513cf1 100644
--- a/translations/source/as/dictionaries/sw_TZ.po
+++ b/source/as/dictionaries/sw_TZ.po
diff --git a/translations/source/as/dictionaries/te_IN.po b/source/as/dictionaries/te_IN.po
index 4aef4a05017..4aef4a05017 100644
--- a/translations/source/as/dictionaries/te_IN.po
+++ b/source/as/dictionaries/te_IN.po
diff --git a/translations/source/as/dictionaries/th_TH.po b/source/as/dictionaries/th_TH.po
index 653167cb5b3..653167cb5b3 100644
--- a/translations/source/as/dictionaries/th_TH.po
+++ b/source/as/dictionaries/th_TH.po
diff --git a/translations/source/as/dictionaries/uk_UA.po b/source/as/dictionaries/uk_UA.po
index 78841af04e1..78841af04e1 100644
--- a/translations/source/as/dictionaries/uk_UA.po
+++ b/source/as/dictionaries/uk_UA.po
diff --git a/translations/source/as/dictionaries/vi.po b/source/as/dictionaries/vi.po
index 64b739ebf81..64b739ebf81 100644
--- a/translations/source/as/dictionaries/vi.po
+++ b/source/as/dictionaries/vi.po
diff --git a/translations/source/as/dictionaries/zu_ZA.po b/source/as/dictionaries/zu_ZA.po
index d5411d2c372..d5411d2c372 100644
--- a/translations/source/as/dictionaries/zu_ZA.po
+++ b/source/as/dictionaries/zu_ZA.po
diff --git a/translations/source/as/editeng/source/accessibility.po b/source/as/editeng/source/accessibility.po
index 8116b93ad89..8116b93ad89 100644
--- a/translations/source/as/editeng/source/accessibility.po
+++ b/source/as/editeng/source/accessibility.po
diff --git a/translations/source/as/editeng/source/editeng.po b/source/as/editeng/source/editeng.po
index 547d9590e8d..547d9590e8d 100644
--- a/translations/source/as/editeng/source/editeng.po
+++ b/source/as/editeng/source/editeng.po
diff --git a/translations/source/as/editeng/source/items.po b/source/as/editeng/source/items.po
index 6edc9d11a6c..6edc9d11a6c 100644
--- a/translations/source/as/editeng/source/items.po
+++ b/source/as/editeng/source/items.po
diff --git a/translations/source/as/editeng/source/misc.po b/source/as/editeng/source/misc.po
index 523b2d5c872..523b2d5c872 100644
--- a/translations/source/as/editeng/source/misc.po
+++ b/source/as/editeng/source/misc.po
diff --git a/translations/source/as/editeng/source/outliner.po b/source/as/editeng/source/outliner.po
index 32b393ba38e..32b393ba38e 100644
--- a/translations/source/as/editeng/source/outliner.po
+++ b/source/as/editeng/source/outliner.po
diff --git a/translations/source/as/extensions/source/abpilot.po b/source/as/extensions/source/abpilot.po
index 7c8c279c6c2..7c8c279c6c2 100644
--- a/translations/source/as/extensions/source/abpilot.po
+++ b/source/as/extensions/source/abpilot.po
diff --git a/translations/source/as/extensions/source/bibliography.po b/source/as/extensions/source/bibliography.po
index a957099266d..a957099266d 100644
--- a/translations/source/as/extensions/source/bibliography.po
+++ b/source/as/extensions/source/bibliography.po
diff --git a/translations/source/as/extensions/source/dbpilots.po b/source/as/extensions/source/dbpilots.po
index d18ad40be18..d18ad40be18 100644
--- a/translations/source/as/extensions/source/dbpilots.po
+++ b/source/as/extensions/source/dbpilots.po
diff --git a/translations/source/as/extensions/source/propctrlr.po b/source/as/extensions/source/propctrlr.po
index 6c192cfff95..6c192cfff95 100644
--- a/translations/source/as/extensions/source/propctrlr.po
+++ b/source/as/extensions/source/propctrlr.po
diff --git a/translations/source/as/extensions/source/scanner.po b/source/as/extensions/source/scanner.po
index d8f1ac229bd..d8f1ac229bd 100644
--- a/translations/source/as/extensions/source/scanner.po
+++ b/source/as/extensions/source/scanner.po
diff --git a/translations/source/as/extensions/source/update/check.po b/source/as/extensions/source/update/check.po
index 066da4adc44..066da4adc44 100644
--- a/translations/source/as/extensions/source/update/check.po
+++ b/source/as/extensions/source/update/check.po
diff --git a/translations/source/as/extensions/source/update/check/org/openoffice/Office.po b/source/as/extensions/source/update/check/org/openoffice/Office.po
index 210e6284cb9..210e6284cb9 100644
--- a/translations/source/as/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/as/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/as/filter/source/config/fragments/filters.po b/source/as/filter/source/config/fragments/filters.po
index 33eb94aec98..33eb94aec98 100644
--- a/translations/source/as/filter/source/config/fragments/filters.po
+++ b/source/as/filter/source/config/fragments/filters.po
diff --git a/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po b/source/as/filter/source/config/fragments/internalgraphicfilters.po
index b377c1a49ca..b377c1a49ca 100644
--- a/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/as/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/as/filter/source/config/fragments/types.po b/source/as/filter/source/config/fragments/types.po
index 2fcfcd919fc..2fcfcd919fc 100644
--- a/translations/source/as/filter/source/config/fragments/types.po
+++ b/source/as/filter/source/config/fragments/types.po
diff --git a/translations/source/as/filter/source/flash.po b/source/as/filter/source/flash.po
index 952bcf555f0..952bcf555f0 100644
--- a/translations/source/as/filter/source/flash.po
+++ b/source/as/filter/source/flash.po
diff --git a/translations/source/as/filter/source/graphicfilter/eps.po b/source/as/filter/source/graphicfilter/eps.po
index db7dd0a145b..db7dd0a145b 100644
--- a/translations/source/as/filter/source/graphicfilter/eps.po
+++ b/source/as/filter/source/graphicfilter/eps.po
diff --git a/translations/source/as/filter/source/pdf.po b/source/as/filter/source/pdf.po
index 8e175168fda..8e175168fda 100644
--- a/translations/source/as/filter/source/pdf.po
+++ b/source/as/filter/source/pdf.po
diff --git a/translations/source/as/filter/source/t602.po b/source/as/filter/source/t602.po
index f8be129ad61..f8be129ad61 100644
--- a/translations/source/as/filter/source/t602.po
+++ b/source/as/filter/source/t602.po
diff --git a/translations/source/as/filter/source/xsltdialog.po b/source/as/filter/source/xsltdialog.po
index 850415ed3c4..850415ed3c4 100644
--- a/translations/source/as/filter/source/xsltdialog.po
+++ b/source/as/filter/source/xsltdialog.po
diff --git a/translations/source/as/forms/source/resource.po b/source/as/forms/source/resource.po
index ce96c3c9e64..ce96c3c9e64 100644
--- a/translations/source/as/forms/source/resource.po
+++ b/source/as/forms/source/resource.po
diff --git a/translations/source/as/formula/source/core/resource.po b/source/as/formula/source/core/resource.po
index 268c25b9023..268c25b9023 100644
--- a/translations/source/as/formula/source/core/resource.po
+++ b/source/as/formula/source/core/resource.po
diff --git a/translations/source/as/formula/source/ui/dlg.po b/source/as/formula/source/ui/dlg.po
index 26aac6b86b9..26aac6b86b9 100644
--- a/translations/source/as/formula/source/ui/dlg.po
+++ b/source/as/formula/source/ui/dlg.po
diff --git a/translations/source/as/fpicker/source/office.po b/source/as/fpicker/source/office.po
index 81080b12c10..81080b12c10 100644
--- a/translations/source/as/fpicker/source/office.po
+++ b/source/as/fpicker/source/office.po
diff --git a/translations/source/as/framework/source/classes.po b/source/as/framework/source/classes.po
index 3d47a4321cf..3d47a4321cf 100644
--- a/translations/source/as/framework/source/classes.po
+++ b/source/as/framework/source/classes.po
diff --git a/translations/source/as/framework/source/services.po b/source/as/framework/source/services.po
index 484581b860f..484581b860f 100644
--- a/translations/source/as/framework/source/services.po
+++ b/source/as/framework/source/services.po
diff --git a/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
index cac18aecc36..cac18aecc36 100644
--- a/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/as/mysqlc/source.po b/source/as/mysqlc/source.po
index ae424d6ce2b..ae424d6ce2b 100644
--- a/translations/source/as/mysqlc/source.po
+++ b/source/as/mysqlc/source.po
diff --git a/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index a0b327dc46d..a0b327dc46d 100644
--- a/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index c388dd52b8b..c388dd52b8b 100644
--- a/translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 8ad733d0a03..8ad733d0a03 100644
--- a/translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/as/nlpsolver/src/locale.po b/source/as/nlpsolver/src/locale.po
index fc412a0dadb..fc412a0dadb 100644
--- a/translations/source/as/nlpsolver/src/locale.po
+++ b/source/as/nlpsolver/src/locale.po
diff --git a/translations/source/as/officecfg/registry/data/org/openoffice/Office.po b/source/as/officecfg/registry/data/org/openoffice/Office.po
index e6d6541a81f..e6d6541a81f 100644
--- a/translations/source/as/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 16c966e4345..16c966e4345 100644
--- a/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/as/padmin/source.po b/source/as/padmin/source.po
index a717333ab8c..a717333ab8c 100644
--- a/translations/source/as/padmin/source.po
+++ b/source/as/padmin/source.po
diff --git a/translations/source/as/readlicense_oo/docs/readme.po b/source/as/readlicense_oo/docs/readme.po
index fdc0d910452..fdc0d910452 100644
--- a/translations/source/as/readlicense_oo/docs/readme.po
+++ b/source/as/readlicense_oo/docs/readme.po
diff --git a/translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po
index 69e6bbebe3a..69e6bbebe3a 100644
--- a/translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po b/source/as/reportbuilder/registry/data/org/openoffice/Office.po
index 74b65f4b420..74b65f4b420 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/as/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
index b0aa1a3caac..b0aa1a3caac 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 8b45df2f732..8b45df2f732 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/as/reportbuilder/util.po b/source/as/reportbuilder/util.po
index 42b399e5295..42b399e5295 100644
--- a/translations/source/as/reportbuilder/util.po
+++ b/source/as/reportbuilder/util.po
diff --git a/translations/source/as/reportdesign/source/core/resource.po b/source/as/reportdesign/source/core/resource.po
index 1de35ae0188..1de35ae0188 100644
--- a/translations/source/as/reportdesign/source/core/resource.po
+++ b/source/as/reportdesign/source/core/resource.po
diff --git a/translations/source/as/reportdesign/source/ui/dlg.po b/source/as/reportdesign/source/ui/dlg.po
index 6325d6dc592..6325d6dc592 100644
--- a/translations/source/as/reportdesign/source/ui/dlg.po
+++ b/source/as/reportdesign/source/ui/dlg.po
diff --git a/translations/source/as/reportdesign/source/ui/inspection.po b/source/as/reportdesign/source/ui/inspection.po
index 6c80cffd899..6c80cffd899 100644
--- a/translations/source/as/reportdesign/source/ui/inspection.po
+++ b/source/as/reportdesign/source/ui/inspection.po
diff --git a/translations/source/as/reportdesign/source/ui/report.po b/source/as/reportdesign/source/ui/report.po
index 2838578f8c0..2838578f8c0 100644
--- a/translations/source/as/reportdesign/source/ui/report.po
+++ b/source/as/reportdesign/source/ui/report.po
diff --git a/translations/source/as/sc/source/core/src.po b/source/as/sc/source/core/src.po
index 0874f2444f3..0874f2444f3 100644
--- a/translations/source/as/sc/source/core/src.po
+++ b/source/as/sc/source/core/src.po
diff --git a/translations/source/as/sc/source/ui/cctrl.po b/source/as/sc/source/ui/cctrl.po
index cecddf7fcb7..cecddf7fcb7 100644
--- a/translations/source/as/sc/source/ui/cctrl.po
+++ b/source/as/sc/source/ui/cctrl.po
diff --git a/translations/source/as/sc/source/ui/dbgui.po b/source/as/sc/source/ui/dbgui.po
index 06944e1eba5..06944e1eba5 100644
--- a/translations/source/as/sc/source/ui/dbgui.po
+++ b/source/as/sc/source/ui/dbgui.po
diff --git a/translations/source/as/sc/source/ui/docshell.po b/source/as/sc/source/ui/docshell.po
index ad732197399..ad732197399 100644
--- a/translations/source/as/sc/source/ui/docshell.po
+++ b/source/as/sc/source/ui/docshell.po
diff --git a/translations/source/as/sc/source/ui/drawfunc.po b/source/as/sc/source/ui/drawfunc.po
index 332eeb2e800..332eeb2e800 100644
--- a/translations/source/as/sc/source/ui/drawfunc.po
+++ b/source/as/sc/source/ui/drawfunc.po
diff --git a/translations/source/as/sc/source/ui/formdlg.po b/source/as/sc/source/ui/formdlg.po
index 1aaf985dd84..1aaf985dd84 100644
--- a/translations/source/as/sc/source/ui/formdlg.po
+++ b/source/as/sc/source/ui/formdlg.po
diff --git a/translations/source/as/sc/source/ui/miscdlgs.po b/source/as/sc/source/ui/miscdlgs.po
index 254e3e5747b..254e3e5747b 100644
--- a/translations/source/as/sc/source/ui/miscdlgs.po
+++ b/source/as/sc/source/ui/miscdlgs.po
diff --git a/translations/source/as/sc/source/ui/navipi.po b/source/as/sc/source/ui/navipi.po
index b0c96e2810c..b0c96e2810c 100644
--- a/translations/source/as/sc/source/ui/navipi.po
+++ b/source/as/sc/source/ui/navipi.po
diff --git a/translations/source/as/sc/source/ui/optdlg.po b/source/as/sc/source/ui/optdlg.po
index 751505dc346..751505dc346 100644
--- a/translations/source/as/sc/source/ui/optdlg.po
+++ b/source/as/sc/source/ui/optdlg.po
diff --git a/translations/source/as/sc/source/ui/pagedlg.po b/source/as/sc/source/ui/pagedlg.po
index 02489fce940..02489fce940 100644
--- a/translations/source/as/sc/source/ui/pagedlg.po
+++ b/source/as/sc/source/ui/pagedlg.po
diff --git a/translations/source/as/sc/source/ui/src.po b/source/as/sc/source/ui/src.po
index 13050034b1a..13050034b1a 100644
--- a/translations/source/as/sc/source/ui/src.po
+++ b/source/as/sc/source/ui/src.po
diff --git a/translations/source/as/sc/source/ui/styleui.po b/source/as/sc/source/ui/styleui.po
index e1a14a493e1..e1a14a493e1 100644
--- a/translations/source/as/sc/source/ui/styleui.po
+++ b/source/as/sc/source/ui/styleui.po
diff --git a/translations/source/as/scaddins/source/analysis.po b/source/as/scaddins/source/analysis.po
index ab074d7a90a..ab074d7a90a 100644
--- a/translations/source/as/scaddins/source/analysis.po
+++ b/source/as/scaddins/source/analysis.po
diff --git a/translations/source/as/scaddins/source/datefunc.po b/source/as/scaddins/source/datefunc.po
index 093e5dd9dd0..093e5dd9dd0 100644
--- a/translations/source/as/scaddins/source/datefunc.po
+++ b/source/as/scaddins/source/datefunc.po
diff --git a/translations/source/as/sccomp/source/solver.po b/source/as/sccomp/source/solver.po
index 8ef45374340..8ef45374340 100644
--- a/translations/source/as/sccomp/source/solver.po
+++ b/source/as/sccomp/source/solver.po
diff --git a/translations/source/as/scp2/source/accessories.po b/source/as/scp2/source/accessories.po
index ca7ba5e799e..ca7ba5e799e 100644
--- a/translations/source/as/scp2/source/accessories.po
+++ b/source/as/scp2/source/accessories.po
diff --git a/translations/source/as/scp2/source/activex.po b/source/as/scp2/source/activex.po
index 19e3e370dea..19e3e370dea 100644
--- a/translations/source/as/scp2/source/activex.po
+++ b/source/as/scp2/source/activex.po
diff --git a/translations/source/as/scp2/source/base.po b/source/as/scp2/source/base.po
index 5b800788ba7..5b800788ba7 100644
--- a/translations/source/as/scp2/source/base.po
+++ b/source/as/scp2/source/base.po
diff --git a/translations/source/as/scp2/source/binfilter.po b/source/as/scp2/source/binfilter.po
index bc655bedc25..bc655bedc25 100644
--- a/translations/source/as/scp2/source/binfilter.po
+++ b/source/as/scp2/source/binfilter.po
diff --git a/translations/source/as/scp2/source/calc.po b/source/as/scp2/source/calc.po
index e90f931e538..e90f931e538 100644
--- a/translations/source/as/scp2/source/calc.po
+++ b/source/as/scp2/source/calc.po
diff --git a/translations/source/as/scp2/source/draw.po b/source/as/scp2/source/draw.po
index 1e77731e984..1e77731e984 100644
--- a/translations/source/as/scp2/source/draw.po
+++ b/source/as/scp2/source/draw.po
diff --git a/translations/source/as/scp2/source/extensions.po b/source/as/scp2/source/extensions.po
index 3adede5b1b9..3adede5b1b9 100644
--- a/translations/source/as/scp2/source/extensions.po
+++ b/source/as/scp2/source/extensions.po
diff --git a/translations/source/as/scp2/source/gnome.po b/source/as/scp2/source/gnome.po
index b3e241d2ed9..b3e241d2ed9 100644
--- a/translations/source/as/scp2/source/gnome.po
+++ b/source/as/scp2/source/gnome.po
diff --git a/translations/source/as/scp2/source/graphicfilter.po b/source/as/scp2/source/graphicfilter.po
index 2ecb5e92424..2ecb5e92424 100644
--- a/translations/source/as/scp2/source/graphicfilter.po
+++ b/source/as/scp2/source/graphicfilter.po
diff --git a/translations/source/as/scp2/source/impress.po b/source/as/scp2/source/impress.po
index ee4d9b8681c..ee4d9b8681c 100644
--- a/translations/source/as/scp2/source/impress.po
+++ b/source/as/scp2/source/impress.po
diff --git a/translations/source/as/scp2/source/javafilter.po b/source/as/scp2/source/javafilter.po
index 54658655818..54658655818 100644
--- a/translations/source/as/scp2/source/javafilter.po
+++ b/source/as/scp2/source/javafilter.po
diff --git a/translations/source/as/scp2/source/kde.po b/source/as/scp2/source/kde.po
index c9875f25ddb..c9875f25ddb 100644
--- a/translations/source/as/scp2/source/kde.po
+++ b/source/as/scp2/source/kde.po
diff --git a/translations/source/as/scp2/source/math.po b/source/as/scp2/source/math.po
index 3616727c1a5..3616727c1a5 100644
--- a/translations/source/as/scp2/source/math.po
+++ b/source/as/scp2/source/math.po
diff --git a/translations/source/as/scp2/source/onlineupdate.po b/source/as/scp2/source/onlineupdate.po
index e1b66f9ac0c..e1b66f9ac0c 100644
--- a/translations/source/as/scp2/source/onlineupdate.po
+++ b/source/as/scp2/source/onlineupdate.po
diff --git a/translations/source/as/scp2/source/ooo.po b/source/as/scp2/source/ooo.po
index de8268437c1..de8268437c1 100644
--- a/translations/source/as/scp2/source/ooo.po
+++ b/source/as/scp2/source/ooo.po
diff --git a/translations/source/as/scp2/source/python.po b/source/as/scp2/source/python.po
index e514eb48736..e514eb48736 100644
--- a/translations/source/as/scp2/source/python.po
+++ b/source/as/scp2/source/python.po
diff --git a/translations/source/as/scp2/source/quickstart.po b/source/as/scp2/source/quickstart.po
index 3ccee67c56e..3ccee67c56e 100644
--- a/translations/source/as/scp2/source/quickstart.po
+++ b/source/as/scp2/source/quickstart.po
diff --git a/translations/source/as/scp2/source/sdkoo.po b/source/as/scp2/source/sdkoo.po
index 4d320cf63d4..4d320cf63d4 100644
--- a/translations/source/as/scp2/source/sdkoo.po
+++ b/source/as/scp2/source/sdkoo.po
diff --git a/translations/source/as/scp2/source/smoketest.po b/source/as/scp2/source/smoketest.po
index eb78e74317b..eb78e74317b 100644
--- a/translations/source/as/scp2/source/smoketest.po
+++ b/source/as/scp2/source/smoketest.po
diff --git a/translations/source/as/scp2/source/stdlibs.po b/source/as/scp2/source/stdlibs.po
index ee7e803ac1a..ee7e803ac1a 100644
--- a/translations/source/as/scp2/source/stdlibs.po
+++ b/source/as/scp2/source/stdlibs.po
diff --git a/translations/source/as/scp2/source/tde.po b/source/as/scp2/source/tde.po
index df094ae55cb..df094ae55cb 100644
--- a/translations/source/as/scp2/source/tde.po
+++ b/source/as/scp2/source/tde.po
diff --git a/translations/source/as/scp2/source/winexplorerext.po b/source/as/scp2/source/winexplorerext.po
index beb86071aa7..beb86071aa7 100644
--- a/translations/source/as/scp2/source/winexplorerext.po
+++ b/source/as/scp2/source/winexplorerext.po
diff --git a/translations/source/as/scp2/source/writer.po b/source/as/scp2/source/writer.po
index 97a19d591a9..97a19d591a9 100644
--- a/translations/source/as/scp2/source/writer.po
+++ b/source/as/scp2/source/writer.po
diff --git a/translations/source/as/scp2/source/xsltfilter.po b/source/as/scp2/source/xsltfilter.po
index 2f8d66b5bed..2f8d66b5bed 100644
--- a/translations/source/as/scp2/source/xsltfilter.po
+++ b/source/as/scp2/source/xsltfilter.po
diff --git a/translations/source/as/scripting/source/pyprov.po b/source/as/scripting/source/pyprov.po
index 8f1ed9f4f6d..8f1ed9f4f6d 100644
--- a/translations/source/as/scripting/source/pyprov.po
+++ b/source/as/scripting/source/pyprov.po
diff --git a/translations/source/as/sd/source/core.po b/source/as/sd/source/core.po
index f01c2f3e4a2..f01c2f3e4a2 100644
--- a/translations/source/as/sd/source/core.po
+++ b/source/as/sd/source/core.po
diff --git a/translations/source/as/sd/source/filter/html.po b/source/as/sd/source/filter/html.po
index ad0dc1d6780..ad0dc1d6780 100644
--- a/translations/source/as/sd/source/filter/html.po
+++ b/source/as/sd/source/filter/html.po
diff --git a/translations/source/as/sd/source/ui/accessibility.po b/source/as/sd/source/ui/accessibility.po
index 8bef8132d46..8bef8132d46 100644
--- a/translations/source/as/sd/source/ui/accessibility.po
+++ b/source/as/sd/source/ui/accessibility.po
diff --git a/translations/source/as/sd/source/ui/animations.po b/source/as/sd/source/ui/animations.po
index f68a7c522e3..f68a7c522e3 100644
--- a/translations/source/as/sd/source/ui/animations.po
+++ b/source/as/sd/source/ui/animations.po
diff --git a/translations/source/as/sd/source/ui/annotations.po b/source/as/sd/source/ui/annotations.po
index 3c970dcf6d9..3c970dcf6d9 100644
--- a/translations/source/as/sd/source/ui/annotations.po
+++ b/source/as/sd/source/ui/annotations.po
diff --git a/translations/source/as/sd/source/ui/app.po b/source/as/sd/source/ui/app.po
index c2ef1600653..c2ef1600653 100644
--- a/translations/source/as/sd/source/ui/app.po
+++ b/source/as/sd/source/ui/app.po
diff --git a/translations/source/as/sd/source/ui/dlg.po b/source/as/sd/source/ui/dlg.po
index 90a0d6b4b19..90a0d6b4b19 100644
--- a/translations/source/as/sd/source/ui/dlg.po
+++ b/source/as/sd/source/ui/dlg.po
diff --git a/translations/source/as/sd/source/ui/slideshow.po b/source/as/sd/source/ui/slideshow.po
index b4b9d2955d4..b4b9d2955d4 100644
--- a/translations/source/as/sd/source/ui/slideshow.po
+++ b/source/as/sd/source/ui/slideshow.po
diff --git a/translations/source/as/sd/source/ui/table.po b/source/as/sd/source/ui/table.po
index c5a9b48d0be..c5a9b48d0be 100644
--- a/translations/source/as/sd/source/ui/table.po
+++ b/source/as/sd/source/ui/table.po
diff --git a/translations/source/as/sd/source/ui/view.po b/source/as/sd/source/ui/view.po
index a0f19dbcc6c..a0f19dbcc6c 100644
--- a/translations/source/as/sd/source/ui/view.po
+++ b/source/as/sd/source/ui/view.po
diff --git a/translations/source/as/sdext/source/minimizer.po b/source/as/sdext/source/minimizer.po
index d3582b84adf..d3582b84adf 100644
--- a/translations/source/as/sdext/source/minimizer.po
+++ b/source/as/sdext/source/minimizer.po
diff --git a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index beb4c28e919..beb4c28e919 100644
--- a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index d1954972657..d1954972657 100644
--- a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/as/sdext/source/pdfimport.po b/source/as/sdext/source/pdfimport.po
index 474e69a7e20..474e69a7e20 100644
--- a/translations/source/as/sdext/source/pdfimport.po
+++ b/source/as/sdext/source/pdfimport.po
diff --git a/translations/source/as/sdext/source/presenter.po b/source/as/sdext/source/presenter.po
index 37af7f25094..37af7f25094 100644
--- a/translations/source/as/sdext/source/presenter.po
+++ b/source/as/sdext/source/presenter.po
diff --git a/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 178d57dc21b..178d57dc21b 100644
--- a/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index f5e36486ebd..f5e36486ebd 100644
--- a/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/as/setup_native/source/mac.po b/source/as/setup_native/source/mac.po
index 7a575fb4429..7a575fb4429 100644
--- a/translations/source/as/setup_native/source/mac.po
+++ b/source/as/setup_native/source/mac.po
diff --git a/translations/source/as/sfx2/source/appl.po b/source/as/sfx2/source/appl.po
index 7497811d495..7497811d495 100644
--- a/translations/source/as/sfx2/source/appl.po
+++ b/source/as/sfx2/source/appl.po
diff --git a/translations/source/as/sfx2/source/bastyp.po b/source/as/sfx2/source/bastyp.po
index f9f6e381adc..f9f6e381adc 100644
--- a/translations/source/as/sfx2/source/bastyp.po
+++ b/source/as/sfx2/source/bastyp.po
diff --git a/translations/source/as/sfx2/source/dialog.po b/source/as/sfx2/source/dialog.po
index a484ad302c4..a484ad302c4 100644
--- a/translations/source/as/sfx2/source/dialog.po
+++ b/source/as/sfx2/source/dialog.po
diff --git a/translations/source/as/sfx2/source/doc.po b/source/as/sfx2/source/doc.po
index 8f1924f73c3..8f1924f73c3 100644
--- a/translations/source/as/sfx2/source/doc.po
+++ b/source/as/sfx2/source/doc.po
diff --git a/translations/source/as/sfx2/source/menu.po b/source/as/sfx2/source/menu.po
index d1d732a0afe..d1d732a0afe 100644
--- a/translations/source/as/sfx2/source/menu.po
+++ b/source/as/sfx2/source/menu.po
diff --git a/translations/source/as/sfx2/source/view.po b/source/as/sfx2/source/view.po
index c4fb0d441ea..c4fb0d441ea 100644
--- a/translations/source/as/sfx2/source/view.po
+++ b/source/as/sfx2/source/view.po
diff --git a/translations/source/as/shell/source/win32/shlxthandler/res.po b/source/as/shell/source/win32/shlxthandler/res.po
index 393d389663a..393d389663a 100644
--- a/translations/source/as/shell/source/win32/shlxthandler/res.po
+++ b/source/as/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/as/starmath/source.po b/source/as/starmath/source.po
index 316c3f6b8a4..316c3f6b8a4 100644
--- a/translations/source/as/starmath/source.po
+++ b/source/as/starmath/source.po
diff --git a/translations/source/as/svl/source/items.po b/source/as/svl/source/items.po
index 977a93664e6..977a93664e6 100644
--- a/translations/source/as/svl/source/items.po
+++ b/source/as/svl/source/items.po
diff --git a/translations/source/as/svl/source/misc.po b/source/as/svl/source/misc.po
index a7247942fa9..a7247942fa9 100644
--- a/translations/source/as/svl/source/misc.po
+++ b/source/as/svl/source/misc.po
diff --git a/translations/source/as/svtools/source/contnr.po b/source/as/svtools/source/contnr.po
index fd67e363c93..fd67e363c93 100644
--- a/translations/source/as/svtools/source/contnr.po
+++ b/source/as/svtools/source/contnr.po
diff --git a/translations/source/as/svtools/source/control.po b/source/as/svtools/source/control.po
index b240af8edee..b240af8edee 100644
--- a/translations/source/as/svtools/source/control.po
+++ b/source/as/svtools/source/control.po
diff --git a/translations/source/as/svtools/source/dialogs.po b/source/as/svtools/source/dialogs.po
index bbbe1e998d0..bbbe1e998d0 100644
--- a/translations/source/as/svtools/source/dialogs.po
+++ b/source/as/svtools/source/dialogs.po
diff --git a/translations/source/as/svtools/source/filter.po b/source/as/svtools/source/filter.po
index aeeac25d57c..aeeac25d57c 100644
--- a/translations/source/as/svtools/source/filter.po
+++ b/source/as/svtools/source/filter.po
diff --git a/translations/source/as/svtools/source/java.po b/source/as/svtools/source/java.po
index cb0636d625b..cb0636d625b 100644
--- a/translations/source/as/svtools/source/java.po
+++ b/source/as/svtools/source/java.po
diff --git a/translations/source/as/svtools/source/misc.po b/source/as/svtools/source/misc.po
index fbb431298e2..fbb431298e2 100644
--- a/translations/source/as/svtools/source/misc.po
+++ b/source/as/svtools/source/misc.po
diff --git a/translations/source/as/svtools/source/toolpanel.po b/source/as/svtools/source/toolpanel.po
index c8f6fa7ca2e..c8f6fa7ca2e 100644
--- a/translations/source/as/svtools/source/toolpanel.po
+++ b/source/as/svtools/source/toolpanel.po
diff --git a/translations/source/as/svtools/workben/unodialog.po b/source/as/svtools/workben/unodialog.po
index d886f1f428b..d886f1f428b 100644
--- a/translations/source/as/svtools/workben/unodialog.po
+++ b/source/as/svtools/workben/unodialog.po
diff --git a/translations/source/as/svx/inc.po b/source/as/svx/inc.po
index 518ffba3b0c..518ffba3b0c 100644
--- a/translations/source/as/svx/inc.po
+++ b/source/as/svx/inc.po
diff --git a/translations/source/as/svx/source/accessibility.po b/source/as/svx/source/accessibility.po
index 62b57003872..62b57003872 100644
--- a/translations/source/as/svx/source/accessibility.po
+++ b/source/as/svx/source/accessibility.po
diff --git a/translations/source/as/svx/source/dialog.po b/source/as/svx/source/dialog.po
index 2040efe3ccd..2040efe3ccd 100644
--- a/translations/source/as/svx/source/dialog.po
+++ b/source/as/svx/source/dialog.po
diff --git a/translations/source/as/svx/source/engine3d.po b/source/as/svx/source/engine3d.po
index e1b4e3988b0..e1b4e3988b0 100644
--- a/translations/source/as/svx/source/engine3d.po
+++ b/source/as/svx/source/engine3d.po
diff --git a/translations/source/as/svx/source/fmcomp.po b/source/as/svx/source/fmcomp.po
index aa9cb5a66b9..aa9cb5a66b9 100644
--- a/translations/source/as/svx/source/fmcomp.po
+++ b/source/as/svx/source/fmcomp.po
diff --git a/translations/source/as/svx/source/form.po b/source/as/svx/source/form.po
index fa89bf2555c..fa89bf2555c 100644
--- a/translations/source/as/svx/source/form.po
+++ b/source/as/svx/source/form.po
diff --git a/translations/source/as/svx/source/gallery2.po b/source/as/svx/source/gallery2.po
index c93b54e0be8..c93b54e0be8 100644
--- a/translations/source/as/svx/source/gallery2.po
+++ b/source/as/svx/source/gallery2.po
diff --git a/translations/source/as/svx/source/items.po b/source/as/svx/source/items.po
index ab2c871af67..ab2c871af67 100644
--- a/translations/source/as/svx/source/items.po
+++ b/source/as/svx/source/items.po
diff --git a/translations/source/as/svx/source/src.po b/source/as/svx/source/src.po
index 5a1747d3ba6..5a1747d3ba6 100644
--- a/translations/source/as/svx/source/src.po
+++ b/source/as/svx/source/src.po
diff --git a/translations/source/as/svx/source/stbctrls.po b/source/as/svx/source/stbctrls.po
index 960b157d8d9..960b157d8d9 100644
--- a/translations/source/as/svx/source/stbctrls.po
+++ b/source/as/svx/source/stbctrls.po
diff --git a/translations/source/as/svx/source/svdraw.po b/source/as/svx/source/svdraw.po
index e73ea92336d..e73ea92336d 100644
--- a/translations/source/as/svx/source/svdraw.po
+++ b/source/as/svx/source/svdraw.po
diff --git a/translations/source/as/svx/source/table.po b/source/as/svx/source/table.po
index e02c8556811..e02c8556811 100644
--- a/translations/source/as/svx/source/table.po
+++ b/source/as/svx/source/table.po
diff --git a/translations/source/as/svx/source/tbxctrls.po b/source/as/svx/source/tbxctrls.po
index 524c3595d64..524c3595d64 100644
--- a/translations/source/as/svx/source/tbxctrls.po
+++ b/source/as/svx/source/tbxctrls.po
diff --git a/translations/source/as/svx/source/toolbars.po b/source/as/svx/source/toolbars.po
index 1451b87ba31..1451b87ba31 100644
--- a/translations/source/as/svx/source/toolbars.po
+++ b/source/as/svx/source/toolbars.po
diff --git a/translations/source/as/svx/source/unodialogs/textconversiondlgs.po b/source/as/svx/source/unodialogs/textconversiondlgs.po
index eb53add443c..eb53add443c 100644
--- a/translations/source/as/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/as/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/as/sw/source/core/layout.po b/source/as/sw/source/core/layout.po
index 51106339bd3..51106339bd3 100644
--- a/translations/source/as/sw/source/core/layout.po
+++ b/source/as/sw/source/core/layout.po
diff --git a/translations/source/as/sw/source/core/undo.po b/source/as/sw/source/core/undo.po
index d1aeb9cdc10..d1aeb9cdc10 100644
--- a/translations/source/as/sw/source/core/undo.po
+++ b/source/as/sw/source/core/undo.po
diff --git a/translations/source/as/sw/source/core/unocore.po b/source/as/sw/source/core/unocore.po
index 073aa1492ef..073aa1492ef 100644
--- a/translations/source/as/sw/source/core/unocore.po
+++ b/source/as/sw/source/core/unocore.po
diff --git a/translations/source/as/sw/source/ui/app.po b/source/as/sw/source/ui/app.po
index 77066971c5c..77066971c5c 100644
--- a/translations/source/as/sw/source/ui/app.po
+++ b/source/as/sw/source/ui/app.po
diff --git a/translations/source/as/sw/source/ui/chrdlg.po b/source/as/sw/source/ui/chrdlg.po
index 65341163fb0..65341163fb0 100644
--- a/translations/source/as/sw/source/ui/chrdlg.po
+++ b/source/as/sw/source/ui/chrdlg.po
diff --git a/translations/source/as/sw/source/ui/config.po b/source/as/sw/source/ui/config.po
index 14adb7f6316..14adb7f6316 100644
--- a/translations/source/as/sw/source/ui/config.po
+++ b/source/as/sw/source/ui/config.po
diff --git a/translations/source/as/sw/source/ui/dbui.po b/source/as/sw/source/ui/dbui.po
index 9e151e2143b..9e151e2143b 100644
--- a/translations/source/as/sw/source/ui/dbui.po
+++ b/source/as/sw/source/ui/dbui.po
diff --git a/translations/source/as/sw/source/ui/dialog.po b/source/as/sw/source/ui/dialog.po
index 4722e6bfa30..4722e6bfa30 100644
--- a/translations/source/as/sw/source/ui/dialog.po
+++ b/source/as/sw/source/ui/dialog.po
diff --git a/translations/source/as/sw/source/ui/dochdl.po b/source/as/sw/source/ui/dochdl.po
index 281dc8c3936..281dc8c3936 100644
--- a/translations/source/as/sw/source/ui/dochdl.po
+++ b/source/as/sw/source/ui/dochdl.po
diff --git a/translations/source/as/sw/source/ui/docvw.po b/source/as/sw/source/ui/docvw.po
index 2e37e08faa9..2e37e08faa9 100644
--- a/translations/source/as/sw/source/ui/docvw.po
+++ b/source/as/sw/source/ui/docvw.po
diff --git a/translations/source/as/sw/source/ui/envelp.po b/source/as/sw/source/ui/envelp.po
index a09eaa4a797..a09eaa4a797 100644
--- a/translations/source/as/sw/source/ui/envelp.po
+++ b/source/as/sw/source/ui/envelp.po
diff --git a/translations/source/as/sw/source/ui/fldui.po b/source/as/sw/source/ui/fldui.po
index 9bde9c362da..9bde9c362da 100644
--- a/translations/source/as/sw/source/ui/fldui.po
+++ b/source/as/sw/source/ui/fldui.po
diff --git a/translations/source/as/sw/source/ui/fmtui.po b/source/as/sw/source/ui/fmtui.po
index c2f68ef5a31..c2f68ef5a31 100644
--- a/translations/source/as/sw/source/ui/fmtui.po
+++ b/source/as/sw/source/ui/fmtui.po
diff --git a/translations/source/as/sw/source/ui/frmdlg.po b/source/as/sw/source/ui/frmdlg.po
index 53c75060c69..53c75060c69 100644
--- a/translations/source/as/sw/source/ui/frmdlg.po
+++ b/source/as/sw/source/ui/frmdlg.po
diff --git a/translations/source/as/sw/source/ui/globdoc.po b/source/as/sw/source/ui/globdoc.po
index b443a65bac2..b443a65bac2 100644
--- a/translations/source/as/sw/source/ui/globdoc.po
+++ b/source/as/sw/source/ui/globdoc.po
diff --git a/translations/source/as/sw/source/ui/index.po b/source/as/sw/source/ui/index.po
index 85ebee62dc7..85ebee62dc7 100644
--- a/translations/source/as/sw/source/ui/index.po
+++ b/source/as/sw/source/ui/index.po
diff --git a/translations/source/as/sw/source/ui/lingu.po b/source/as/sw/source/ui/lingu.po
index 4ab3c883c8f..4ab3c883c8f 100644
--- a/translations/source/as/sw/source/ui/lingu.po
+++ b/source/as/sw/source/ui/lingu.po
diff --git a/translations/source/as/sw/source/ui/misc.po b/source/as/sw/source/ui/misc.po
index 4d0257e5ab1..4d0257e5ab1 100644
--- a/translations/source/as/sw/source/ui/misc.po
+++ b/source/as/sw/source/ui/misc.po
diff --git a/translations/source/as/sw/source/ui/ribbar.po b/source/as/sw/source/ui/ribbar.po
index 619c954c014..619c954c014 100644
--- a/translations/source/as/sw/source/ui/ribbar.po
+++ b/source/as/sw/source/ui/ribbar.po
diff --git a/translations/source/as/sw/source/ui/shells.po b/source/as/sw/source/ui/shells.po
index ad5271b22df..ad5271b22df 100644
--- a/translations/source/as/sw/source/ui/shells.po
+++ b/source/as/sw/source/ui/shells.po
diff --git a/translations/source/as/sw/source/ui/smartmenu.po b/source/as/sw/source/ui/smartmenu.po
index a3335db083a..a3335db083a 100644
--- a/translations/source/as/sw/source/ui/smartmenu.po
+++ b/source/as/sw/source/ui/smartmenu.po
diff --git a/translations/source/as/sw/source/ui/table.po b/source/as/sw/source/ui/table.po
index 14fb4eaea36..14fb4eaea36 100644
--- a/translations/source/as/sw/source/ui/table.po
+++ b/source/as/sw/source/ui/table.po
diff --git a/translations/source/as/sw/source/ui/uiview.po b/source/as/sw/source/ui/uiview.po
index 997c2058a2d..997c2058a2d 100644
--- a/translations/source/as/sw/source/ui/uiview.po
+++ b/source/as/sw/source/ui/uiview.po
diff --git a/translations/source/as/sw/source/ui/utlui.po b/source/as/sw/source/ui/utlui.po
index 3c0084ca70b..3c0084ca70b 100644
--- a/translations/source/as/sw/source/ui/utlui.po
+++ b/source/as/sw/source/ui/utlui.po
diff --git a/translations/source/as/sw/source/ui/web.po b/source/as/sw/source/ui/web.po
index fb0ff5d8dcf..fb0ff5d8dcf 100644
--- a/translations/source/as/sw/source/ui/web.po
+++ b/source/as/sw/source/ui/web.po
diff --git a/translations/source/as/sw/source/ui/wrtsh.po b/source/as/sw/source/ui/wrtsh.po
index 9d5715017b5..9d5715017b5 100644
--- a/translations/source/as/sw/source/ui/wrtsh.po
+++ b/source/as/sw/source/ui/wrtsh.po
diff --git a/translations/source/as/swext/mediawiki/help.po b/source/as/swext/mediawiki/help.po
index af25d813a48..af25d813a48 100644
--- a/translations/source/as/swext/mediawiki/help.po
+++ b/source/as/swext/mediawiki/help.po
diff --git a/translations/source/as/swext/mediawiki/src.po b/source/as/swext/mediawiki/src.po
index 0fde3ecaef5..0fde3ecaef5 100644
--- a/translations/source/as/swext/mediawiki/src.po
+++ b/source/as/swext/mediawiki/src.po
diff --git a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 5e14fb8b1d6..5e14fb8b1d6 100644
--- a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 18c50d616e9..18c50d616e9 100644
--- a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/as/sysui/desktop/share.po b/source/as/sysui/desktop/share.po
index 435fa0c650f..435fa0c650f 100644
--- a/translations/source/as/sysui/desktop/share.po
+++ b/source/as/sysui/desktop/share.po
diff --git a/translations/source/as/uui/source.po b/source/as/uui/source.po
index cd86c060c8c..cd86c060c8c 100644
--- a/translations/source/as/uui/source.po
+++ b/source/as/uui/source.po
diff --git a/translations/source/as/vcl/source/src.po b/source/as/vcl/source/src.po
index a03634712a3..a03634712a3 100644
--- a/translations/source/as/vcl/source/src.po
+++ b/source/as/vcl/source/src.po
diff --git a/translations/source/as/wizards/source/euro.po b/source/as/wizards/source/euro.po
index 965c0e235c1..965c0e235c1 100644
--- a/translations/source/as/wizards/source/euro.po
+++ b/source/as/wizards/source/euro.po
diff --git a/translations/source/as/wizards/source/formwizard.po b/source/as/wizards/source/formwizard.po
index 3f73962cf1c..3f73962cf1c 100644
--- a/translations/source/as/wizards/source/formwizard.po
+++ b/source/as/wizards/source/formwizard.po
diff --git a/translations/source/as/wizards/source/importwizard.po b/source/as/wizards/source/importwizard.po
index ebc6b62e47b..ebc6b62e47b 100644
--- a/translations/source/as/wizards/source/importwizard.po
+++ b/source/as/wizards/source/importwizard.po
diff --git a/translations/source/as/wizards/source/schedule.po b/source/as/wizards/source/schedule.po
index ef5c33bd958..ef5c33bd958 100644
--- a/translations/source/as/wizards/source/schedule.po
+++ b/source/as/wizards/source/schedule.po
diff --git a/translations/source/as/wizards/source/template.po b/source/as/wizards/source/template.po
index 1dce961ef84..1dce961ef84 100644
--- a/translations/source/as/wizards/source/template.po
+++ b/source/as/wizards/source/template.po
diff --git a/translations/source/as/xmlsecurity/source/component.po b/source/as/xmlsecurity/source/component.po
index d3886121243..d3886121243 100644
--- a/translations/source/as/xmlsecurity/source/component.po
+++ b/source/as/xmlsecurity/source/component.po
diff --git a/translations/source/as/xmlsecurity/source/dialogs.po b/source/as/xmlsecurity/source/dialogs.po
index 043c7d08988..043c7d08988 100644
--- a/translations/source/as/xmlsecurity/source/dialogs.po
+++ b/source/as/xmlsecurity/source/dialogs.po
diff --git a/translations/source/ast/accessibility/source/helper.po b/source/ast/accessibility/source/helper.po
index 9e7f8ed2f74..9e7f8ed2f74 100644
--- a/translations/source/ast/accessibility/source/helper.po
+++ b/source/ast/accessibility/source/helper.po
diff --git a/translations/source/ast/avmedia/source/framework.po b/source/ast/avmedia/source/framework.po
index 0389b0cb0c5..0389b0cb0c5 100644
--- a/translations/source/ast/avmedia/source/framework.po
+++ b/source/ast/avmedia/source/framework.po
diff --git a/translations/source/ast/avmedia/source/viewer.po b/source/ast/avmedia/source/viewer.po
index 601a889a365..601a889a365 100644
--- a/translations/source/ast/avmedia/source/viewer.po
+++ b/source/ast/avmedia/source/viewer.po
diff --git a/translations/source/ast/basctl/source/basicide.po b/source/ast/basctl/source/basicide.po
index 9dca86c2b8a..9dca86c2b8a 100644
--- a/translations/source/ast/basctl/source/basicide.po
+++ b/source/ast/basctl/source/basicide.po
diff --git a/translations/source/ast/basctl/source/dlged.po b/source/ast/basctl/source/dlged.po
index 2efd54a4b77..2efd54a4b77 100644
--- a/translations/source/ast/basctl/source/dlged.po
+++ b/source/ast/basctl/source/dlged.po
diff --git a/translations/source/ast/basic/source/classes.po b/source/ast/basic/source/classes.po
index 99c16afbde9..99c16afbde9 100644
--- a/translations/source/ast/basic/source/classes.po
+++ b/source/ast/basic/source/classes.po
diff --git a/translations/source/ast/basic/source/sbx.po b/source/ast/basic/source/sbx.po
index ed22f6bd243..ed22f6bd243 100644
--- a/translations/source/ast/basic/source/sbx.po
+++ b/source/ast/basic/source/sbx.po
diff --git a/translations/source/ast/chart2/source/controller/dialogs.po b/source/ast/chart2/source/controller/dialogs.po
index 29cf75eb6f0..29cf75eb6f0 100644
--- a/translations/source/ast/chart2/source/controller/dialogs.po
+++ b/source/ast/chart2/source/controller/dialogs.po
diff --git a/translations/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index c639caf9e80..c639caf9e80 100644
--- a/translations/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 237639b1cd0..237639b1cd0 100644
--- a/translations/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 8e35292b9d3..8e35292b9d3 100644
--- a/translations/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 303604c9a12..303604c9a12 100644
--- a/translations/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index de73bd19218..de73bd19218 100644
--- a/translations/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 8cfe9b7341f..8cfe9b7341f 100644
--- a/translations/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index a42b11cd0f3..a42b11cd0f3 100644
--- a/translations/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 20000e5580e..20000e5580e 100644
--- a/translations/source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 6f237c37ed0..6f237c37ed0 100644
--- a/translations/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index fcc3d7c2a80..fcc3d7c2a80 100644
--- a/translations/source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 7649107ea2d..7649107ea2d 100644
--- a/translations/source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index d33a3008a22..d33a3008a22 100644
--- a/translations/source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 900759b60b1..900759b60b1 100644
--- a/translations/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 090dbc16c02..090dbc16c02 100644
--- a/translations/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 6401f3e38bc..6401f3e38bc 100644
--- a/translations/source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/ast/connectivity/source/resource.po b/source/ast/connectivity/source/resource.po
index f3a502b49ae..f3a502b49ae 100644
--- a/translations/source/ast/connectivity/source/resource.po
+++ b/source/ast/connectivity/source/resource.po
diff --git a/translations/source/ast/cui/source/customize.po b/source/ast/cui/source/customize.po
index 471f0b1f5aa..471f0b1f5aa 100644
--- a/translations/source/ast/cui/source/customize.po
+++ b/source/ast/cui/source/customize.po
diff --git a/translations/source/ast/cui/source/dialogs.po b/source/ast/cui/source/dialogs.po
index 7fdba0c8d0a..7fdba0c8d0a 100644
--- a/translations/source/ast/cui/source/dialogs.po
+++ b/source/ast/cui/source/dialogs.po
diff --git a/translations/source/ast/cui/source/options.po b/source/ast/cui/source/options.po
index 1121d9a26bb..1121d9a26bb 100644
--- a/translations/source/ast/cui/source/options.po
+++ b/source/ast/cui/source/options.po
diff --git a/translations/source/ast/cui/source/tabpages.po b/source/ast/cui/source/tabpages.po
index cdbcb99975e..cdbcb99975e 100644
--- a/translations/source/ast/cui/source/tabpages.po
+++ b/source/ast/cui/source/tabpages.po
diff --git a/translations/source/ast/dbaccess/source/core/resource.po b/source/ast/dbaccess/source/core/resource.po
index 47cc9e8cb10..47cc9e8cb10 100644
--- a/translations/source/ast/dbaccess/source/core/resource.po
+++ b/source/ast/dbaccess/source/core/resource.po
diff --git a/translations/source/ast/dbaccess/source/ext/macromigration.po b/source/ast/dbaccess/source/ext/macromigration.po
index 695dcaa5dc3..695dcaa5dc3 100644
--- a/translations/source/ast/dbaccess/source/ext/macromigration.po
+++ b/source/ast/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/ast/dbaccess/source/sdbtools/resource.po b/source/ast/dbaccess/source/sdbtools/resource.po
index 5d5531025e9..5d5531025e9 100644
--- a/translations/source/ast/dbaccess/source/sdbtools/resource.po
+++ b/source/ast/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/ast/dbaccess/source/ui/app.po b/source/ast/dbaccess/source/ui/app.po
index ea5a8544fa9..ea5a8544fa9 100644
--- a/translations/source/ast/dbaccess/source/ui/app.po
+++ b/source/ast/dbaccess/source/ui/app.po
diff --git a/translations/source/ast/dbaccess/source/ui/browser.po b/source/ast/dbaccess/source/ui/browser.po
index fca062db9c8..fca062db9c8 100644
--- a/translations/source/ast/dbaccess/source/ui/browser.po
+++ b/source/ast/dbaccess/source/ui/browser.po
diff --git a/translations/source/ast/dbaccess/source/ui/control.po b/source/ast/dbaccess/source/ui/control.po
index 3cc8335a6e6..3cc8335a6e6 100644
--- a/translations/source/ast/dbaccess/source/ui/control.po
+++ b/source/ast/dbaccess/source/ui/control.po
diff --git a/translations/source/ast/dbaccess/source/ui/dlg.po b/source/ast/dbaccess/source/ui/dlg.po
index bf06eea97e9..bf06eea97e9 100644
--- a/translations/source/ast/dbaccess/source/ui/dlg.po
+++ b/source/ast/dbaccess/source/ui/dlg.po
diff --git a/translations/source/ast/dbaccess/source/ui/inc.po b/source/ast/dbaccess/source/ui/inc.po
index 34da3839e3a..34da3839e3a 100644
--- a/translations/source/ast/dbaccess/source/ui/inc.po
+++ b/source/ast/dbaccess/source/ui/inc.po
diff --git a/translations/source/ast/dbaccess/source/ui/misc.po b/source/ast/dbaccess/source/ui/misc.po
index 296a35602ab..296a35602ab 100644
--- a/translations/source/ast/dbaccess/source/ui/misc.po
+++ b/source/ast/dbaccess/source/ui/misc.po
diff --git a/translations/source/ast/dbaccess/source/ui/querydesign.po b/source/ast/dbaccess/source/ui/querydesign.po
index 436b415ff3d..436b415ff3d 100644
--- a/translations/source/ast/dbaccess/source/ui/querydesign.po
+++ b/source/ast/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/ast/dbaccess/source/ui/relationdesign.po b/source/ast/dbaccess/source/ui/relationdesign.po
index 745fd51e909..745fd51e909 100644
--- a/translations/source/ast/dbaccess/source/ui/relationdesign.po
+++ b/source/ast/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/ast/dbaccess/source/ui/tabledesign.po b/source/ast/dbaccess/source/ui/tabledesign.po
index 9b1f3729815..9b1f3729815 100644
--- a/translations/source/ast/dbaccess/source/ui/tabledesign.po
+++ b/source/ast/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/ast/dbaccess/source/ui/uno.po b/source/ast/dbaccess/source/ui/uno.po
index c372aee9433..c372aee9433 100644
--- a/translations/source/ast/dbaccess/source/ui/uno.po
+++ b/source/ast/dbaccess/source/ui/uno.po
diff --git a/translations/source/ast/desktop/source/app.po b/source/ast/desktop/source/app.po
index 76bd8c451a6..76bd8c451a6 100644
--- a/translations/source/ast/desktop/source/app.po
+++ b/source/ast/desktop/source/app.po
diff --git a/translations/source/ast/desktop/source/deployment/gui.po b/source/ast/desktop/source/deployment/gui.po
index 1db6fcf7c25..1db6fcf7c25 100644
--- a/translations/source/ast/desktop/source/deployment/gui.po
+++ b/source/ast/desktop/source/deployment/gui.po
diff --git a/translations/source/ast/desktop/source/deployment/manager.po b/source/ast/desktop/source/deployment/manager.po
index c405f131a97..c405f131a97 100644
--- a/translations/source/ast/desktop/source/deployment/manager.po
+++ b/source/ast/desktop/source/deployment/manager.po
diff --git a/translations/source/ast/desktop/source/deployment/misc.po b/source/ast/desktop/source/deployment/misc.po
index d5acc384a8d..d5acc384a8d 100644
--- a/translations/source/ast/desktop/source/deployment/misc.po
+++ b/source/ast/desktop/source/deployment/misc.po
diff --git a/translations/source/ast/desktop/source/deployment/registry.po b/source/ast/desktop/source/deployment/registry.po
index 2b6f957984a..2b6f957984a 100644
--- a/translations/source/ast/desktop/source/deployment/registry.po
+++ b/source/ast/desktop/source/deployment/registry.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/component.po b/source/ast/desktop/source/deployment/registry/component.po
index 1dedc0024f0..1dedc0024f0 100644
--- a/translations/source/ast/desktop/source/deployment/registry/component.po
+++ b/source/ast/desktop/source/deployment/registry/component.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/configuration.po b/source/ast/desktop/source/deployment/registry/configuration.po
index 74789425ada..74789425ada 100644
--- a/translations/source/ast/desktop/source/deployment/registry/configuration.po
+++ b/source/ast/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/help.po b/source/ast/desktop/source/deployment/registry/help.po
index b3528578937..b3528578937 100644
--- a/translations/source/ast/desktop/source/deployment/registry/help.po
+++ b/source/ast/desktop/source/deployment/registry/help.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/package.po b/source/ast/desktop/source/deployment/registry/package.po
index 7af6b447dc8..7af6b447dc8 100644
--- a/translations/source/ast/desktop/source/deployment/registry/package.po
+++ b/source/ast/desktop/source/deployment/registry/package.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/script.po b/source/ast/desktop/source/deployment/registry/script.po
index d50b6698546..d50b6698546 100644
--- a/translations/source/ast/desktop/source/deployment/registry/script.po
+++ b/source/ast/desktop/source/deployment/registry/script.po
diff --git a/translations/source/ast/desktop/source/deployment/registry/sfwk.po b/source/ast/desktop/source/deployment/registry/sfwk.po
index 03c7ba35874..03c7ba35874 100644
--- a/translations/source/ast/desktop/source/deployment/registry/sfwk.po
+++ b/source/ast/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/ast/desktop/source/deployment/unopkg.po b/source/ast/desktop/source/deployment/unopkg.po
index 16079644283..16079644283 100644
--- a/translations/source/ast/desktop/source/deployment/unopkg.po
+++ b/source/ast/desktop/source/deployment/unopkg.po
diff --git a/translations/source/ast/dictionaries/af_ZA.po b/source/ast/dictionaries/af_ZA.po
index 44f743896ac..44f743896ac 100644
--- a/translations/source/ast/dictionaries/af_ZA.po
+++ b/source/ast/dictionaries/af_ZA.po
diff --git a/translations/source/ast/dictionaries/an_ES.po b/source/ast/dictionaries/an_ES.po
index ca3c35b4e56..ca3c35b4e56 100644
--- a/translations/source/ast/dictionaries/an_ES.po
+++ b/source/ast/dictionaries/an_ES.po
diff --git a/translations/source/ast/dictionaries/ar.po b/source/ast/dictionaries/ar.po
index 38c8760c4ee..38c8760c4ee 100644
--- a/translations/source/ast/dictionaries/ar.po
+++ b/source/ast/dictionaries/ar.po
diff --git a/translations/source/ast/dictionaries/be_BY.po b/source/ast/dictionaries/be_BY.po
index fcaceef63a6..fcaceef63a6 100644
--- a/translations/source/ast/dictionaries/be_BY.po
+++ b/source/ast/dictionaries/be_BY.po
diff --git a/translations/source/ast/dictionaries/bg_BG.po b/source/ast/dictionaries/bg_BG.po
index ca9b482e810..ca9b482e810 100644
--- a/translations/source/ast/dictionaries/bg_BG.po
+++ b/source/ast/dictionaries/bg_BG.po
diff --git a/translations/source/ast/dictionaries/bn_BD.po b/source/ast/dictionaries/bn_BD.po
index 46110b770bb..46110b770bb 100644
--- a/translations/source/ast/dictionaries/bn_BD.po
+++ b/source/ast/dictionaries/bn_BD.po
diff --git a/translations/source/ast/dictionaries/br_FR.po b/source/ast/dictionaries/br_FR.po
index 9fc09200085..9fc09200085 100644
--- a/translations/source/ast/dictionaries/br_FR.po
+++ b/source/ast/dictionaries/br_FR.po
diff --git a/translations/source/ast/dictionaries/ca.po b/source/ast/dictionaries/ca.po
index b1fa532d845..b1fa532d845 100644
--- a/translations/source/ast/dictionaries/ca.po
+++ b/source/ast/dictionaries/ca.po
diff --git a/translations/source/ast/dictionaries/cs_CZ.po b/source/ast/dictionaries/cs_CZ.po
index 8b76d4d9222..8b76d4d9222 100644
--- a/translations/source/ast/dictionaries/cs_CZ.po
+++ b/source/ast/dictionaries/cs_CZ.po
diff --git a/translations/source/ast/dictionaries/da_DK.po b/source/ast/dictionaries/da_DK.po
index c9d6852a38b..c9d6852a38b 100644
--- a/translations/source/ast/dictionaries/da_DK.po
+++ b/source/ast/dictionaries/da_DK.po
diff --git a/translations/source/ast/dictionaries/de.po b/source/ast/dictionaries/de.po
index fbbe686b5a4..fbbe686b5a4 100644
--- a/translations/source/ast/dictionaries/de.po
+++ b/source/ast/dictionaries/de.po
diff --git a/translations/source/ast/dictionaries/el_GR.po b/source/ast/dictionaries/el_GR.po
index eb2d5508e48..eb2d5508e48 100644
--- a/translations/source/ast/dictionaries/el_GR.po
+++ b/source/ast/dictionaries/el_GR.po
diff --git a/translations/source/ast/dictionaries/en.po b/source/ast/dictionaries/en.po
index 4f0614fd742..4f0614fd742 100644
--- a/translations/source/ast/dictionaries/en.po
+++ b/source/ast/dictionaries/en.po
diff --git a/translations/source/ast/dictionaries/en/dialog.po b/source/ast/dictionaries/en/dialog.po
index 93560579d66..93560579d66 100644
--- a/translations/source/ast/dictionaries/en/dialog.po
+++ b/source/ast/dictionaries/en/dialog.po
diff --git a/translations/source/ast/dictionaries/es_ES.po b/source/ast/dictionaries/es_ES.po
index 0269862e28e..0269862e28e 100644
--- a/translations/source/ast/dictionaries/es_ES.po
+++ b/source/ast/dictionaries/es_ES.po
diff --git a/translations/source/ast/dictionaries/et_EE.po b/source/ast/dictionaries/et_EE.po
index 998a56195e2..998a56195e2 100644
--- a/translations/source/ast/dictionaries/et_EE.po
+++ b/source/ast/dictionaries/et_EE.po
diff --git a/translations/source/ast/dictionaries/fr_FR.po b/source/ast/dictionaries/fr_FR.po
index 7922df6234d..7922df6234d 100644
--- a/translations/source/ast/dictionaries/fr_FR.po
+++ b/source/ast/dictionaries/fr_FR.po
diff --git a/translations/source/ast/dictionaries/gd_GB.po b/source/ast/dictionaries/gd_GB.po
index d9f8386b2e2..d9f8386b2e2 100644
--- a/translations/source/ast/dictionaries/gd_GB.po
+++ b/source/ast/dictionaries/gd_GB.po
diff --git a/translations/source/ast/dictionaries/gl.po b/source/ast/dictionaries/gl.po
index 2eeee1e464b..2eeee1e464b 100644
--- a/translations/source/ast/dictionaries/gl.po
+++ b/source/ast/dictionaries/gl.po
diff --git a/translations/source/ast/dictionaries/gu_IN.po b/source/ast/dictionaries/gu_IN.po
index cf281b124c8..cf281b124c8 100644
--- a/translations/source/ast/dictionaries/gu_IN.po
+++ b/source/ast/dictionaries/gu_IN.po
diff --git a/translations/source/ast/dictionaries/he_IL.po b/source/ast/dictionaries/he_IL.po
index cef4a8ce8e2..cef4a8ce8e2 100644
--- a/translations/source/ast/dictionaries/he_IL.po
+++ b/source/ast/dictionaries/he_IL.po
diff --git a/translations/source/ast/dictionaries/hi_IN.po b/source/ast/dictionaries/hi_IN.po
index f9f9ac66b01..f9f9ac66b01 100644
--- a/translations/source/ast/dictionaries/hi_IN.po
+++ b/source/ast/dictionaries/hi_IN.po
diff --git a/translations/source/ast/dictionaries/hr_HR.po b/source/ast/dictionaries/hr_HR.po
index b1dd341cd67..b1dd341cd67 100644
--- a/translations/source/ast/dictionaries/hr_HR.po
+++ b/source/ast/dictionaries/hr_HR.po
diff --git a/translations/source/ast/dictionaries/hu_HU.po b/source/ast/dictionaries/hu_HU.po
index 7db5e7a0d32..7db5e7a0d32 100644
--- a/translations/source/ast/dictionaries/hu_HU.po
+++ b/source/ast/dictionaries/hu_HU.po
diff --git a/translations/source/ast/dictionaries/hu_HU/dialog.po b/source/ast/dictionaries/hu_HU/dialog.po
index 57e7253bd52..57e7253bd52 100644
--- a/translations/source/ast/dictionaries/hu_HU/dialog.po
+++ b/source/ast/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/ast/dictionaries/it_IT.po b/source/ast/dictionaries/it_IT.po
index 32016d1b259..32016d1b259 100644
--- a/translations/source/ast/dictionaries/it_IT.po
+++ b/source/ast/dictionaries/it_IT.po
diff --git a/translations/source/ast/dictionaries/ku_TR.po b/source/ast/dictionaries/ku_TR.po
index 2d17b7b89cb..2d17b7b89cb 100644
--- a/translations/source/ast/dictionaries/ku_TR.po
+++ b/source/ast/dictionaries/ku_TR.po
diff --git a/translations/source/ast/dictionaries/lt_LT.po b/source/ast/dictionaries/lt_LT.po
index 623d4dd4a27..623d4dd4a27 100644
--- a/translations/source/ast/dictionaries/lt_LT.po
+++ b/source/ast/dictionaries/lt_LT.po
diff --git a/translations/source/ast/dictionaries/lv_LV.po b/source/ast/dictionaries/lv_LV.po
index f6b01cc52c1..f6b01cc52c1 100644
--- a/translations/source/ast/dictionaries/lv_LV.po
+++ b/source/ast/dictionaries/lv_LV.po
diff --git a/translations/source/ast/dictionaries/ne_NP.po b/source/ast/dictionaries/ne_NP.po
index 7590a2649de..7590a2649de 100644
--- a/translations/source/ast/dictionaries/ne_NP.po
+++ b/source/ast/dictionaries/ne_NP.po
diff --git a/translations/source/ast/dictionaries/nl_NL.po b/source/ast/dictionaries/nl_NL.po
index 05a5b50491d..05a5b50491d 100644
--- a/translations/source/ast/dictionaries/nl_NL.po
+++ b/source/ast/dictionaries/nl_NL.po
diff --git a/translations/source/ast/dictionaries/no.po b/source/ast/dictionaries/no.po
index 8b5b4fd8701..8b5b4fd8701 100644
--- a/translations/source/ast/dictionaries/no.po
+++ b/source/ast/dictionaries/no.po
diff --git a/translations/source/ast/dictionaries/oc_FR.po b/source/ast/dictionaries/oc_FR.po
index 4e36155f9cd..4e36155f9cd 100644
--- a/translations/source/ast/dictionaries/oc_FR.po
+++ b/source/ast/dictionaries/oc_FR.po
diff --git a/translations/source/ast/dictionaries/pl_PL.po b/source/ast/dictionaries/pl_PL.po
index 2b123cdadd1..2b123cdadd1 100644
--- a/translations/source/ast/dictionaries/pl_PL.po
+++ b/source/ast/dictionaries/pl_PL.po
diff --git a/translations/source/ast/dictionaries/pt_BR.po b/source/ast/dictionaries/pt_BR.po
index 23617a62e28..23617a62e28 100644
--- a/translations/source/ast/dictionaries/pt_BR.po
+++ b/source/ast/dictionaries/pt_BR.po
diff --git a/translations/source/ast/dictionaries/pt_PT.po b/source/ast/dictionaries/pt_PT.po
index 9864ab3f137..9864ab3f137 100644
--- a/translations/source/ast/dictionaries/pt_PT.po
+++ b/source/ast/dictionaries/pt_PT.po
diff --git a/translations/source/ast/dictionaries/ro.po b/source/ast/dictionaries/ro.po
index bb84d1e082c..bb84d1e082c 100644
--- a/translations/source/ast/dictionaries/ro.po
+++ b/source/ast/dictionaries/ro.po
diff --git a/translations/source/ast/dictionaries/ru_RU.po b/source/ast/dictionaries/ru_RU.po
index 3295e1eac54..3295e1eac54 100644
--- a/translations/source/ast/dictionaries/ru_RU.po
+++ b/source/ast/dictionaries/ru_RU.po
diff --git a/translations/source/ast/dictionaries/ru_RU/dialog.po b/source/ast/dictionaries/ru_RU/dialog.po
index db6e01add39..db6e01add39 100644
--- a/translations/source/ast/dictionaries/ru_RU/dialog.po
+++ b/source/ast/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/ast/dictionaries/si_LK.po b/source/ast/dictionaries/si_LK.po
index 17a3300b720..17a3300b720 100644
--- a/translations/source/ast/dictionaries/si_LK.po
+++ b/source/ast/dictionaries/si_LK.po
diff --git a/translations/source/ast/dictionaries/sk_SK.po b/source/ast/dictionaries/sk_SK.po
index 02454b0cec7..02454b0cec7 100644
--- a/translations/source/ast/dictionaries/sk_SK.po
+++ b/source/ast/dictionaries/sk_SK.po
diff --git a/translations/source/ast/dictionaries/sl_SI.po b/source/ast/dictionaries/sl_SI.po
index 92163ceecd3..92163ceecd3 100644
--- a/translations/source/ast/dictionaries/sl_SI.po
+++ b/source/ast/dictionaries/sl_SI.po
diff --git a/translations/source/ast/dictionaries/sr.po b/source/ast/dictionaries/sr.po
index eb30d5b57a0..eb30d5b57a0 100644
--- a/translations/source/ast/dictionaries/sr.po
+++ b/source/ast/dictionaries/sr.po
diff --git a/translations/source/ast/dictionaries/sv_SE.po b/source/ast/dictionaries/sv_SE.po
index c557527bef2..c557527bef2 100644
--- a/translations/source/ast/dictionaries/sv_SE.po
+++ b/source/ast/dictionaries/sv_SE.po
diff --git a/translations/source/ast/dictionaries/sw_TZ.po b/source/ast/dictionaries/sw_TZ.po
index 4b6cda79b03..4b6cda79b03 100644
--- a/translations/source/ast/dictionaries/sw_TZ.po
+++ b/source/ast/dictionaries/sw_TZ.po
diff --git a/translations/source/ast/dictionaries/te_IN.po b/source/ast/dictionaries/te_IN.po
index f426e5b7508..f426e5b7508 100644
--- a/translations/source/ast/dictionaries/te_IN.po
+++ b/source/ast/dictionaries/te_IN.po
diff --git a/translations/source/ast/dictionaries/th_TH.po b/source/ast/dictionaries/th_TH.po
index 4219841d767..4219841d767 100644
--- a/translations/source/ast/dictionaries/th_TH.po
+++ b/source/ast/dictionaries/th_TH.po
diff --git a/translations/source/ast/dictionaries/uk_UA.po b/source/ast/dictionaries/uk_UA.po
index 7b17cbbda97..7b17cbbda97 100644
--- a/translations/source/ast/dictionaries/uk_UA.po
+++ b/source/ast/dictionaries/uk_UA.po
diff --git a/translations/source/ast/dictionaries/vi.po b/source/ast/dictionaries/vi.po
index 9aed36f0d0a..9aed36f0d0a 100644
--- a/translations/source/ast/dictionaries/vi.po
+++ b/source/ast/dictionaries/vi.po
diff --git a/translations/source/ast/dictionaries/zu_ZA.po b/source/ast/dictionaries/zu_ZA.po
index f3d865c1cf7..f3d865c1cf7 100644
--- a/translations/source/ast/dictionaries/zu_ZA.po
+++ b/source/ast/dictionaries/zu_ZA.po
diff --git a/translations/source/ast/editeng/source/accessibility.po b/source/ast/editeng/source/accessibility.po
index eaf2ef50e76..eaf2ef50e76 100644
--- a/translations/source/ast/editeng/source/accessibility.po
+++ b/source/ast/editeng/source/accessibility.po
diff --git a/translations/source/ast/editeng/source/editeng.po b/source/ast/editeng/source/editeng.po
index bcab22a7dfc..bcab22a7dfc 100644
--- a/translations/source/ast/editeng/source/editeng.po
+++ b/source/ast/editeng/source/editeng.po
diff --git a/translations/source/ast/editeng/source/items.po b/source/ast/editeng/source/items.po
index 24b81eef044..24b81eef044 100644
--- a/translations/source/ast/editeng/source/items.po
+++ b/source/ast/editeng/source/items.po
diff --git a/translations/source/ast/editeng/source/misc.po b/source/ast/editeng/source/misc.po
index 67928453a46..67928453a46 100644
--- a/translations/source/ast/editeng/source/misc.po
+++ b/source/ast/editeng/source/misc.po
diff --git a/translations/source/ast/editeng/source/outliner.po b/source/ast/editeng/source/outliner.po
index 0970b82e7b6..0970b82e7b6 100644
--- a/translations/source/ast/editeng/source/outliner.po
+++ b/source/ast/editeng/source/outliner.po
diff --git a/translations/source/ast/extensions/source/abpilot.po b/source/ast/extensions/source/abpilot.po
index 92e6e12de55..92e6e12de55 100644
--- a/translations/source/ast/extensions/source/abpilot.po
+++ b/source/ast/extensions/source/abpilot.po
diff --git a/translations/source/ast/extensions/source/bibliography.po b/source/ast/extensions/source/bibliography.po
index cedaea348d4..cedaea348d4 100644
--- a/translations/source/ast/extensions/source/bibliography.po
+++ b/source/ast/extensions/source/bibliography.po
diff --git a/translations/source/ast/extensions/source/dbpilots.po b/source/ast/extensions/source/dbpilots.po
index 865b3390d7b..865b3390d7b 100644
--- a/translations/source/ast/extensions/source/dbpilots.po
+++ b/source/ast/extensions/source/dbpilots.po
diff --git a/translations/source/ast/extensions/source/propctrlr.po b/source/ast/extensions/source/propctrlr.po
index 9e4d5c4e239..9e4d5c4e239 100644
--- a/translations/source/ast/extensions/source/propctrlr.po
+++ b/source/ast/extensions/source/propctrlr.po
diff --git a/translations/source/ast/extensions/source/scanner.po b/source/ast/extensions/source/scanner.po
index ea61ad18b53..ea61ad18b53 100644
--- a/translations/source/ast/extensions/source/scanner.po
+++ b/source/ast/extensions/source/scanner.po
diff --git a/translations/source/ast/extensions/source/update/check.po b/source/ast/extensions/source/update/check.po
index a6ae0488c21..a6ae0488c21 100644
--- a/translations/source/ast/extensions/source/update/check.po
+++ b/source/ast/extensions/source/update/check.po
diff --git a/translations/source/ast/extensions/source/update/check/org/openoffice/Office.po b/source/ast/extensions/source/update/check/org/openoffice/Office.po
index 7751424321e..7751424321e 100644
--- a/translations/source/ast/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/ast/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/ast/filter/source/config/fragments/filters.po b/source/ast/filter/source/config/fragments/filters.po
index 59d988094dc..59d988094dc 100644
--- a/translations/source/ast/filter/source/config/fragments/filters.po
+++ b/source/ast/filter/source/config/fragments/filters.po
diff --git a/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po b/source/ast/filter/source/config/fragments/internalgraphicfilters.po
index 6c1591dfd60..6c1591dfd60 100644
--- a/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/ast/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/ast/filter/source/config/fragments/types.po b/source/ast/filter/source/config/fragments/types.po
index ee64c0cc061..ee64c0cc061 100644
--- a/translations/source/ast/filter/source/config/fragments/types.po
+++ b/source/ast/filter/source/config/fragments/types.po
diff --git a/translations/source/ast/filter/source/flash.po b/source/ast/filter/source/flash.po
index af7ed325d87..af7ed325d87 100644
--- a/translations/source/ast/filter/source/flash.po
+++ b/source/ast/filter/source/flash.po
diff --git a/translations/source/ast/filter/source/graphicfilter/eps.po b/source/ast/filter/source/graphicfilter/eps.po
index d0b8f0aaeb8..d0b8f0aaeb8 100644
--- a/translations/source/ast/filter/source/graphicfilter/eps.po
+++ b/source/ast/filter/source/graphicfilter/eps.po
diff --git a/translations/source/ast/filter/source/pdf.po b/source/ast/filter/source/pdf.po
index 16d90969650..16d90969650 100644
--- a/translations/source/ast/filter/source/pdf.po
+++ b/source/ast/filter/source/pdf.po
diff --git a/translations/source/ast/filter/source/t602.po b/source/ast/filter/source/t602.po
index 887b1011a36..887b1011a36 100644
--- a/translations/source/ast/filter/source/t602.po
+++ b/source/ast/filter/source/t602.po
diff --git a/translations/source/ast/filter/source/xsltdialog.po b/source/ast/filter/source/xsltdialog.po
index f85e6b74496..f85e6b74496 100644
--- a/translations/source/ast/filter/source/xsltdialog.po
+++ b/source/ast/filter/source/xsltdialog.po
diff --git a/translations/source/ast/forms/source/resource.po b/source/ast/forms/source/resource.po
index 8f87d4db80f..8f87d4db80f 100644
--- a/translations/source/ast/forms/source/resource.po
+++ b/source/ast/forms/source/resource.po
diff --git a/translations/source/ast/formula/source/core/resource.po b/source/ast/formula/source/core/resource.po
index 71b1a8fd715..71b1a8fd715 100644
--- a/translations/source/ast/formula/source/core/resource.po
+++ b/source/ast/formula/source/core/resource.po
diff --git a/translations/source/ast/formula/source/ui/dlg.po b/source/ast/formula/source/ui/dlg.po
index cd2543b2024..cd2543b2024 100644
--- a/translations/source/ast/formula/source/ui/dlg.po
+++ b/source/ast/formula/source/ui/dlg.po
diff --git a/translations/source/ast/fpicker/source/office.po b/source/ast/fpicker/source/office.po
index 9ba44263cd1..9ba44263cd1 100644
--- a/translations/source/ast/fpicker/source/office.po
+++ b/source/ast/fpicker/source/office.po
diff --git a/translations/source/ast/framework/source/classes.po b/source/ast/framework/source/classes.po
index 3cb43e4d445..3cb43e4d445 100644
--- a/translations/source/ast/framework/source/classes.po
+++ b/source/ast/framework/source/classes.po
diff --git a/translations/source/ast/framework/source/services.po b/source/ast/framework/source/services.po
index 57b1d604c80..57b1d604c80 100644
--- a/translations/source/ast/framework/source/services.po
+++ b/source/ast/framework/source/services.po
diff --git a/translations/source/ast/helpcontent2/source/text/sbasic/guide.po b/source/ast/helpcontent2/source/text/sbasic/guide.po
index 0d8c416a687..0d8c416a687 100644
--- a/translations/source/ast/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ast/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 8663f5fc7d2..8663f5fc7d2 100644
--- a/translations/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po b/source/ast/helpcontent2/source/text/sbasic/shared/01.po
index 0f3b08ab1e8..0f3b08ab1e8 100644
--- a/translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po b/source/ast/helpcontent2/source/text/sbasic/shared/02.po
index 17dba071df0..17dba071df0 100644
--- a/translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc.po b/source/ast/helpcontent2/source/text/scalc.po
index d36f667715b..d36f667715b 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc.po
+++ b/source/ast/helpcontent2/source/text/scalc.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/00.po b/source/ast/helpcontent2/source/text/scalc/00.po
index c6e814ff11e..c6e814ff11e 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/00.po
+++ b/source/ast/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 6a4b202ad31..6a4b202ad31 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/02.po b/source/ast/helpcontent2/source/text/scalc/02.po
index 82ebc20e3f4..82ebc20e3f4 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/02.po
+++ b/source/ast/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/04.po b/source/ast/helpcontent2/source/text/scalc/04.po
index 9d92ec48019..9d92ec48019 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/04.po
+++ b/source/ast/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/05.po b/source/ast/helpcontent2/source/text/scalc/05.po
index c8481901211..c8481901211 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/05.po
+++ b/source/ast/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index a171f9572bc..a171f9572bc 100644
--- a/translations/source/ast/helpcontent2/source/text/scalc/guide.po
+++ b/source/ast/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/schart.po b/source/ast/helpcontent2/source/text/schart.po
index ea2862c111d..ea2862c111d 100644
--- a/translations/source/ast/helpcontent2/source/text/schart.po
+++ b/source/ast/helpcontent2/source/text/schart.po
diff --git a/translations/source/ast/helpcontent2/source/text/schart/00.po b/source/ast/helpcontent2/source/text/schart/00.po
index 00283a93cba..00283a93cba 100644
--- a/translations/source/ast/helpcontent2/source/text/schart/00.po
+++ b/source/ast/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/schart/01.po b/source/ast/helpcontent2/source/text/schart/01.po
index 3c591eca441..3c591eca441 100644
--- a/translations/source/ast/helpcontent2/source/text/schart/01.po
+++ b/source/ast/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/schart/02.po b/source/ast/helpcontent2/source/text/schart/02.po
index 27c21c39b02..27c21c39b02 100644
--- a/translations/source/ast/helpcontent2/source/text/schart/02.po
+++ b/source/ast/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/schart/04.po b/source/ast/helpcontent2/source/text/schart/04.po
index 6e3706063f1..6e3706063f1 100644
--- a/translations/source/ast/helpcontent2/source/text/schart/04.po
+++ b/source/ast/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/sdraw.po b/source/ast/helpcontent2/source/text/sdraw.po
index 5f634a7729e..5f634a7729e 100644
--- a/translations/source/ast/helpcontent2/source/text/sdraw.po
+++ b/source/ast/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/ast/helpcontent2/source/text/sdraw/00.po b/source/ast/helpcontent2/source/text/sdraw/00.po
index 8f49dd2b4ce..8f49dd2b4ce 100644
--- a/translations/source/ast/helpcontent2/source/text/sdraw/00.po
+++ b/source/ast/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/sdraw/01.po b/source/ast/helpcontent2/source/text/sdraw/01.po
index d0bd9dce45d..d0bd9dce45d 100644
--- a/translations/source/ast/helpcontent2/source/text/sdraw/01.po
+++ b/source/ast/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/sdraw/04.po b/source/ast/helpcontent2/source/text/sdraw/04.po
index ea2e38ca0ac..ea2e38ca0ac 100644
--- a/translations/source/ast/helpcontent2/source/text/sdraw/04.po
+++ b/source/ast/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/sdraw/guide.po b/source/ast/helpcontent2/source/text/sdraw/guide.po
index 963274ada14..963274ada14 100644
--- a/translations/source/ast/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ast/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared.po b/source/ast/helpcontent2/source/text/shared.po
index 7e5d63d9327..7e5d63d9327 100644
--- a/translations/source/ast/helpcontent2/source/text/shared.po
+++ b/source/ast/helpcontent2/source/text/shared.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index f78a3f211f3..f78a3f211f3 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index e6e2080fed0..e6e2080fed0 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index 1e9def88925..1e9def88925 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/04.po b/source/ast/helpcontent2/source/text/shared/04.po
index 311a82c7ed4..311a82c7ed4 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/04.po
+++ b/source/ast/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/05.po b/source/ast/helpcontent2/source/text/shared/05.po
index a6fd8a3d17f..a6fd8a3d17f 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/05.po
+++ b/source/ast/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/07.po b/source/ast/helpcontent2/source/text/shared/07.po
index d3c6dc7a5d4..d3c6dc7a5d4 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/07.po
+++ b/source/ast/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/autokorr.po b/source/ast/helpcontent2/source/text/shared/autokorr.po
index bd7ab8af966..bd7ab8af966 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/autokorr.po
+++ b/source/ast/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/autopi.po b/source/ast/helpcontent2/source/text/shared/autopi.po
index 5e72f969191..5e72f969191 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/autopi.po
+++ b/source/ast/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/explorer/database.po b/source/ast/helpcontent2/source/text/shared/explorer/database.po
index 42adc104c42..42adc104c42 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ast/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index 94cf79461b7..94cf79461b7 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 389191c6cac..389191c6cac 100644
--- a/translations/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress.po b/source/ast/helpcontent2/source/text/simpress.po
index cc2a48148ba..cc2a48148ba 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress.po
+++ b/source/ast/helpcontent2/source/text/simpress.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress/00.po b/source/ast/helpcontent2/source/text/simpress/00.po
index 59d53b5e36c..59d53b5e36c 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress/00.po
+++ b/source/ast/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress/01.po b/source/ast/helpcontent2/source/text/simpress/01.po
index 97336321a06..97336321a06 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress/01.po
+++ b/source/ast/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress/02.po b/source/ast/helpcontent2/source/text/simpress/02.po
index 01ecfdaf351..01ecfdaf351 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress/02.po
+++ b/source/ast/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress/04.po b/source/ast/helpcontent2/source/text/simpress/04.po
index cb461a4a567..cb461a4a567 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress/04.po
+++ b/source/ast/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/simpress/guide.po b/source/ast/helpcontent2/source/text/simpress/guide.po
index 4766f8c0e11..4766f8c0e11 100644
--- a/translations/source/ast/helpcontent2/source/text/simpress/guide.po
+++ b/source/ast/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath.po b/source/ast/helpcontent2/source/text/smath.po
index ba79b69ffdb..ba79b69ffdb 100644
--- a/translations/source/ast/helpcontent2/source/text/smath.po
+++ b/source/ast/helpcontent2/source/text/smath.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath/00.po b/source/ast/helpcontent2/source/text/smath/00.po
index 965f0499305..965f0499305 100644
--- a/translations/source/ast/helpcontent2/source/text/smath/00.po
+++ b/source/ast/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath/01.po b/source/ast/helpcontent2/source/text/smath/01.po
index 0aa38ef720f..0aa38ef720f 100644
--- a/translations/source/ast/helpcontent2/source/text/smath/01.po
+++ b/source/ast/helpcontent2/source/text/smath/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath/02.po b/source/ast/helpcontent2/source/text/smath/02.po
index 6557ac9a482..6557ac9a482 100644
--- a/translations/source/ast/helpcontent2/source/text/smath/02.po
+++ b/source/ast/helpcontent2/source/text/smath/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath/04.po b/source/ast/helpcontent2/source/text/smath/04.po
index 611ab1e50c6..611ab1e50c6 100644
--- a/translations/source/ast/helpcontent2/source/text/smath/04.po
+++ b/source/ast/helpcontent2/source/text/smath/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/smath/guide.po b/source/ast/helpcontent2/source/text/smath/guide.po
index a4be570c754..a4be570c754 100644
--- a/translations/source/ast/helpcontent2/source/text/smath/guide.po
+++ b/source/ast/helpcontent2/source/text/smath/guide.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter.po b/source/ast/helpcontent2/source/text/swriter.po
index 4ab3f0b3b5e..4ab3f0b3b5e 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter.po
+++ b/source/ast/helpcontent2/source/text/swriter.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter/00.po b/source/ast/helpcontent2/source/text/swriter/00.po
index 1d0abe48444..1d0abe48444 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter/00.po
+++ b/source/ast/helpcontent2/source/text/swriter/00.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 55e96f6fbbf..55e96f6fbbf 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter/02.po b/source/ast/helpcontent2/source/text/swriter/02.po
index 8cd38a71332..8cd38a71332 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter/02.po
+++ b/source/ast/helpcontent2/source/text/swriter/02.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter/04.po b/source/ast/helpcontent2/source/text/swriter/04.po
index 08da48a003a..08da48a003a 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter/04.po
+++ b/source/ast/helpcontent2/source/text/swriter/04.po
diff --git a/translations/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index 3504a5b7c31..3504a5b7c31 100644
--- a/translations/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/guide.po
diff --git a/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
index c3a953e8553..c3a953e8553 100644
--- a/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/ast/mysqlc/source.po b/source/ast/mysqlc/source.po
index cd062415a43..cd062415a43 100644
--- a/translations/source/ast/mysqlc/source.po
+++ b/source/ast/mysqlc/source.po
diff --git a/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index f2e9b1ffe62..f2e9b1ffe62 100644
--- a/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 99a8a7f5788..99a8a7f5788 100644
--- a/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 02256073e26..02256073e26 100644
--- a/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/ast/nlpsolver/src/locale.po b/source/ast/nlpsolver/src/locale.po
index 2c87bbe53d3..2c87bbe53d3 100644
--- a/translations/source/ast/nlpsolver/src/locale.po
+++ b/source/ast/nlpsolver/src/locale.po
diff --git a/translations/source/ast/officecfg/registry/data/org/openoffice/Office.po b/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 4515e76fdd4..4515e76fdd4 100644
--- a/translations/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 77c9ad826cb..77c9ad826cb 100644
--- a/translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/ast/padmin/source.po b/source/ast/padmin/source.po
index 03880793c35..03880793c35 100644
--- a/translations/source/ast/padmin/source.po
+++ b/source/ast/padmin/source.po
diff --git a/translations/source/ast/readlicense_oo/docs/readme.po b/source/ast/readlicense_oo/docs/readme.po
index a5f1814119f..a5f1814119f 100644
--- a/translations/source/ast/readlicense_oo/docs/readme.po
+++ b/source/ast/readlicense_oo/docs/readme.po
diff --git a/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
index a04f8d2d495..a04f8d2d495 100644
--- a/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po b/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
index 8cfd198de90..8cfd198de90 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 57611097f44..57611097f44 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 84d6ee5d995..84d6ee5d995 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/ast/reportbuilder/util.po b/source/ast/reportbuilder/util.po
index 6970a7c0c9e..6970a7c0c9e 100644
--- a/translations/source/ast/reportbuilder/util.po
+++ b/source/ast/reportbuilder/util.po
diff --git a/translations/source/ast/reportdesign/source/core/resource.po b/source/ast/reportdesign/source/core/resource.po
index 61647a9c928..61647a9c928 100644
--- a/translations/source/ast/reportdesign/source/core/resource.po
+++ b/source/ast/reportdesign/source/core/resource.po
diff --git a/translations/source/ast/reportdesign/source/ui/dlg.po b/source/ast/reportdesign/source/ui/dlg.po
index c7fe230aeae..c7fe230aeae 100644
--- a/translations/source/ast/reportdesign/source/ui/dlg.po
+++ b/source/ast/reportdesign/source/ui/dlg.po
diff --git a/translations/source/ast/reportdesign/source/ui/inspection.po b/source/ast/reportdesign/source/ui/inspection.po
index 29bb043a1f7..29bb043a1f7 100644
--- a/translations/source/ast/reportdesign/source/ui/inspection.po
+++ b/source/ast/reportdesign/source/ui/inspection.po
diff --git a/translations/source/ast/reportdesign/source/ui/report.po b/source/ast/reportdesign/source/ui/report.po
index e5ec1b98acd..e5ec1b98acd 100644
--- a/translations/source/ast/reportdesign/source/ui/report.po
+++ b/source/ast/reportdesign/source/ui/report.po
diff --git a/translations/source/ast/sc/source/core/src.po b/source/ast/sc/source/core/src.po
index f90cd3f2022..f90cd3f2022 100644
--- a/translations/source/ast/sc/source/core/src.po
+++ b/source/ast/sc/source/core/src.po
diff --git a/translations/source/ast/sc/source/ui/cctrl.po b/source/ast/sc/source/ui/cctrl.po
index b73402b4953..b73402b4953 100644
--- a/translations/source/ast/sc/source/ui/cctrl.po
+++ b/source/ast/sc/source/ui/cctrl.po
diff --git a/translations/source/ast/sc/source/ui/dbgui.po b/source/ast/sc/source/ui/dbgui.po
index 2b6872322b3..2b6872322b3 100644
--- a/translations/source/ast/sc/source/ui/dbgui.po
+++ b/source/ast/sc/source/ui/dbgui.po
diff --git a/translations/source/ast/sc/source/ui/docshell.po b/source/ast/sc/source/ui/docshell.po
index 10c3d6c7980..10c3d6c7980 100644
--- a/translations/source/ast/sc/source/ui/docshell.po
+++ b/source/ast/sc/source/ui/docshell.po
diff --git a/translations/source/ast/sc/source/ui/drawfunc.po b/source/ast/sc/source/ui/drawfunc.po
index b4ab08a9530..b4ab08a9530 100644
--- a/translations/source/ast/sc/source/ui/drawfunc.po
+++ b/source/ast/sc/source/ui/drawfunc.po
diff --git a/translations/source/ast/sc/source/ui/formdlg.po b/source/ast/sc/source/ui/formdlg.po
index 93184f232c1..93184f232c1 100644
--- a/translations/source/ast/sc/source/ui/formdlg.po
+++ b/source/ast/sc/source/ui/formdlg.po
diff --git a/translations/source/ast/sc/source/ui/miscdlgs.po b/source/ast/sc/source/ui/miscdlgs.po
index 64e7e0662a5..64e7e0662a5 100644
--- a/translations/source/ast/sc/source/ui/miscdlgs.po
+++ b/source/ast/sc/source/ui/miscdlgs.po
diff --git a/translations/source/ast/sc/source/ui/navipi.po b/source/ast/sc/source/ui/navipi.po
index da3c5988b93..da3c5988b93 100644
--- a/translations/source/ast/sc/source/ui/navipi.po
+++ b/source/ast/sc/source/ui/navipi.po
diff --git a/translations/source/ast/sc/source/ui/optdlg.po b/source/ast/sc/source/ui/optdlg.po
index 9c3a6ff0864..9c3a6ff0864 100644
--- a/translations/source/ast/sc/source/ui/optdlg.po
+++ b/source/ast/sc/source/ui/optdlg.po
diff --git a/translations/source/ast/sc/source/ui/pagedlg.po b/source/ast/sc/source/ui/pagedlg.po
index ee58da6e0b8..ee58da6e0b8 100644
--- a/translations/source/ast/sc/source/ui/pagedlg.po
+++ b/source/ast/sc/source/ui/pagedlg.po
diff --git a/translations/source/ast/sc/source/ui/src.po b/source/ast/sc/source/ui/src.po
index d9623101c7b..d9623101c7b 100644
--- a/translations/source/ast/sc/source/ui/src.po
+++ b/source/ast/sc/source/ui/src.po
diff --git a/translations/source/ast/sc/source/ui/styleui.po b/source/ast/sc/source/ui/styleui.po
index a4da18bf970..a4da18bf970 100644
--- a/translations/source/ast/sc/source/ui/styleui.po
+++ b/source/ast/sc/source/ui/styleui.po
diff --git a/translations/source/ast/scaddins/source/analysis.po b/source/ast/scaddins/source/analysis.po
index 1b979ec401e..1b979ec401e 100644
--- a/translations/source/ast/scaddins/source/analysis.po
+++ b/source/ast/scaddins/source/analysis.po
diff --git a/translations/source/ast/scaddins/source/datefunc.po b/source/ast/scaddins/source/datefunc.po
index 23fbc2dc50f..23fbc2dc50f 100644
--- a/translations/source/ast/scaddins/source/datefunc.po
+++ b/source/ast/scaddins/source/datefunc.po
diff --git a/translations/source/ast/sccomp/source/solver.po b/source/ast/sccomp/source/solver.po
index 2e0d4a9e9c9..2e0d4a9e9c9 100644
--- a/translations/source/ast/sccomp/source/solver.po
+++ b/source/ast/sccomp/source/solver.po
diff --git a/translations/source/ast/scp2/source/accessories.po b/source/ast/scp2/source/accessories.po
index e407507fe58..e407507fe58 100644
--- a/translations/source/ast/scp2/source/accessories.po
+++ b/source/ast/scp2/source/accessories.po
diff --git a/translations/source/ast/scp2/source/activex.po b/source/ast/scp2/source/activex.po
index 605d851a372..605d851a372 100644
--- a/translations/source/ast/scp2/source/activex.po
+++ b/source/ast/scp2/source/activex.po
diff --git a/translations/source/ast/scp2/source/base.po b/source/ast/scp2/source/base.po
index f5a9adfb293..f5a9adfb293 100644
--- a/translations/source/ast/scp2/source/base.po
+++ b/source/ast/scp2/source/base.po
diff --git a/translations/source/ast/scp2/source/binfilter.po b/source/ast/scp2/source/binfilter.po
index 8a6b018a661..8a6b018a661 100644
--- a/translations/source/ast/scp2/source/binfilter.po
+++ b/source/ast/scp2/source/binfilter.po
diff --git a/translations/source/ast/scp2/source/calc.po b/source/ast/scp2/source/calc.po
index 285c474db92..285c474db92 100644
--- a/translations/source/ast/scp2/source/calc.po
+++ b/source/ast/scp2/source/calc.po
diff --git a/translations/source/ast/scp2/source/draw.po b/source/ast/scp2/source/draw.po
index c3af22940d4..c3af22940d4 100644
--- a/translations/source/ast/scp2/source/draw.po
+++ b/source/ast/scp2/source/draw.po
diff --git a/translations/source/ast/scp2/source/extensions.po b/source/ast/scp2/source/extensions.po
index 72b87d0672c..72b87d0672c 100644
--- a/translations/source/ast/scp2/source/extensions.po
+++ b/source/ast/scp2/source/extensions.po
diff --git a/translations/source/ast/scp2/source/gnome.po b/source/ast/scp2/source/gnome.po
index d9b2df16b76..d9b2df16b76 100644
--- a/translations/source/ast/scp2/source/gnome.po
+++ b/source/ast/scp2/source/gnome.po
diff --git a/translations/source/ast/scp2/source/graphicfilter.po b/source/ast/scp2/source/graphicfilter.po
index e9b6a4b33b4..e9b6a4b33b4 100644
--- a/translations/source/ast/scp2/source/graphicfilter.po
+++ b/source/ast/scp2/source/graphicfilter.po
diff --git a/translations/source/ast/scp2/source/impress.po b/source/ast/scp2/source/impress.po
index 362913ac67c..362913ac67c 100644
--- a/translations/source/ast/scp2/source/impress.po
+++ b/source/ast/scp2/source/impress.po
diff --git a/translations/source/ast/scp2/source/javafilter.po b/source/ast/scp2/source/javafilter.po
index 150c01c0626..150c01c0626 100644
--- a/translations/source/ast/scp2/source/javafilter.po
+++ b/source/ast/scp2/source/javafilter.po
diff --git a/translations/source/ast/scp2/source/kde.po b/source/ast/scp2/source/kde.po
index 59aa2dee1df..59aa2dee1df 100644
--- a/translations/source/ast/scp2/source/kde.po
+++ b/source/ast/scp2/source/kde.po
diff --git a/translations/source/ast/scp2/source/math.po b/source/ast/scp2/source/math.po
index 7db5565be9e..7db5565be9e 100644
--- a/translations/source/ast/scp2/source/math.po
+++ b/source/ast/scp2/source/math.po
diff --git a/translations/source/ast/scp2/source/onlineupdate.po b/source/ast/scp2/source/onlineupdate.po
index f890130df84..f890130df84 100644
--- a/translations/source/ast/scp2/source/onlineupdate.po
+++ b/source/ast/scp2/source/onlineupdate.po
diff --git a/translations/source/ast/scp2/source/ooo.po b/source/ast/scp2/source/ooo.po
index fd1909fd290..fd1909fd290 100644
--- a/translations/source/ast/scp2/source/ooo.po
+++ b/source/ast/scp2/source/ooo.po
diff --git a/translations/source/ast/scp2/source/python.po b/source/ast/scp2/source/python.po
index 7be80a7844b..7be80a7844b 100644
--- a/translations/source/ast/scp2/source/python.po
+++ b/source/ast/scp2/source/python.po
diff --git a/translations/source/ast/scp2/source/quickstart.po b/source/ast/scp2/source/quickstart.po
index 66ad28e7d0a..66ad28e7d0a 100644
--- a/translations/source/ast/scp2/source/quickstart.po
+++ b/source/ast/scp2/source/quickstart.po
diff --git a/translations/source/ast/scp2/source/sdkoo.po b/source/ast/scp2/source/sdkoo.po
index a9f1759e687..a9f1759e687 100644
--- a/translations/source/ast/scp2/source/sdkoo.po
+++ b/source/ast/scp2/source/sdkoo.po
diff --git a/translations/source/ast/scp2/source/smoketest.po b/source/ast/scp2/source/smoketest.po
index e9ec35a461f..e9ec35a461f 100644
--- a/translations/source/ast/scp2/source/smoketest.po
+++ b/source/ast/scp2/source/smoketest.po
diff --git a/translations/source/ast/scp2/source/stdlibs.po b/source/ast/scp2/source/stdlibs.po
index 6f721c6d666..6f721c6d666 100644
--- a/translations/source/ast/scp2/source/stdlibs.po
+++ b/source/ast/scp2/source/stdlibs.po
diff --git a/translations/source/ast/scp2/source/tde.po b/source/ast/scp2/source/tde.po
index 3dd128b06f5..3dd128b06f5 100644
--- a/translations/source/ast/scp2/source/tde.po
+++ b/source/ast/scp2/source/tde.po
diff --git a/translations/source/ast/scp2/source/winexplorerext.po b/source/ast/scp2/source/winexplorerext.po
index 33e3d7fb41e..33e3d7fb41e 100644
--- a/translations/source/ast/scp2/source/winexplorerext.po
+++ b/source/ast/scp2/source/winexplorerext.po
diff --git a/translations/source/ast/scp2/source/writer.po b/source/ast/scp2/source/writer.po
index ee6065a4b0e..ee6065a4b0e 100644
--- a/translations/source/ast/scp2/source/writer.po
+++ b/source/ast/scp2/source/writer.po
diff --git a/translations/source/ast/scp2/source/xsltfilter.po b/source/ast/scp2/source/xsltfilter.po
index ce2abfadd33..ce2abfadd33 100644
--- a/translations/source/ast/scp2/source/xsltfilter.po
+++ b/source/ast/scp2/source/xsltfilter.po
diff --git a/translations/source/ast/scripting/source/pyprov.po b/source/ast/scripting/source/pyprov.po
index e145e34d137..e145e34d137 100644
--- a/translations/source/ast/scripting/source/pyprov.po
+++ b/source/ast/scripting/source/pyprov.po
diff --git a/translations/source/ast/sd/source/core.po b/source/ast/sd/source/core.po
index bb232743ce7..bb232743ce7 100644
--- a/translations/source/ast/sd/source/core.po
+++ b/source/ast/sd/source/core.po
diff --git a/translations/source/ast/sd/source/filter/html.po b/source/ast/sd/source/filter/html.po
index 5eba5bd2c64..5eba5bd2c64 100644
--- a/translations/source/ast/sd/source/filter/html.po
+++ b/source/ast/sd/source/filter/html.po
diff --git a/translations/source/ast/sd/source/ui/accessibility.po b/source/ast/sd/source/ui/accessibility.po
index e02614361e0..e02614361e0 100644
--- a/translations/source/ast/sd/source/ui/accessibility.po
+++ b/source/ast/sd/source/ui/accessibility.po
diff --git a/translations/source/ast/sd/source/ui/animations.po b/source/ast/sd/source/ui/animations.po
index a545f0a13ad..a545f0a13ad 100644
--- a/translations/source/ast/sd/source/ui/animations.po
+++ b/source/ast/sd/source/ui/animations.po
diff --git a/translations/source/ast/sd/source/ui/annotations.po b/source/ast/sd/source/ui/annotations.po
index c9d75a43222..c9d75a43222 100644
--- a/translations/source/ast/sd/source/ui/annotations.po
+++ b/source/ast/sd/source/ui/annotations.po
diff --git a/translations/source/ast/sd/source/ui/app.po b/source/ast/sd/source/ui/app.po
index c1694757c3f..c1694757c3f 100644
--- a/translations/source/ast/sd/source/ui/app.po
+++ b/source/ast/sd/source/ui/app.po
diff --git a/translations/source/ast/sd/source/ui/dlg.po b/source/ast/sd/source/ui/dlg.po
index 8c9d570b7ee..8c9d570b7ee 100644
--- a/translations/source/ast/sd/source/ui/dlg.po
+++ b/source/ast/sd/source/ui/dlg.po
diff --git a/translations/source/ast/sd/source/ui/slideshow.po b/source/ast/sd/source/ui/slideshow.po
index 9fbf3c58bb3..9fbf3c58bb3 100644
--- a/translations/source/ast/sd/source/ui/slideshow.po
+++ b/source/ast/sd/source/ui/slideshow.po
diff --git a/translations/source/ast/sd/source/ui/table.po b/source/ast/sd/source/ui/table.po
index 5cbf6de6b29..5cbf6de6b29 100644
--- a/translations/source/ast/sd/source/ui/table.po
+++ b/source/ast/sd/source/ui/table.po
diff --git a/translations/source/ast/sd/source/ui/view.po b/source/ast/sd/source/ui/view.po
index 8b6afbb2ec4..8b6afbb2ec4 100644
--- a/translations/source/ast/sd/source/ui/view.po
+++ b/source/ast/sd/source/ui/view.po
diff --git a/translations/source/ast/sdext/source/minimizer.po b/source/ast/sdext/source/minimizer.po
index ea7676a066a..ea7676a066a 100644
--- a/translations/source/ast/sdext/source/minimizer.po
+++ b/source/ast/sdext/source/minimizer.po
diff --git a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 2fdabae9429..2fdabae9429 100644
--- a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 060e86c791f..060e86c791f 100644
--- a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/ast/sdext/source/pdfimport.po b/source/ast/sdext/source/pdfimport.po
index c0d8cb8ca2d..c0d8cb8ca2d 100644
--- a/translations/source/ast/sdext/source/pdfimport.po
+++ b/source/ast/sdext/source/pdfimport.po
diff --git a/translations/source/ast/sdext/source/presenter.po b/source/ast/sdext/source/presenter.po
index 0118285dd93..0118285dd93 100644
--- a/translations/source/ast/sdext/source/presenter.po
+++ b/source/ast/sdext/source/presenter.po
diff --git a/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 16c8470ff00..16c8470ff00 100644
--- a/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 30dcb77b5ea..30dcb77b5ea 100644
--- a/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/ast/setup_native/source/mac.po b/source/ast/setup_native/source/mac.po
index 2ae8c6e2c3e..2ae8c6e2c3e 100644
--- a/translations/source/ast/setup_native/source/mac.po
+++ b/source/ast/setup_native/source/mac.po
diff --git a/translations/source/ast/sfx2/source/appl.po b/source/ast/sfx2/source/appl.po
index 2215934a9b2..2215934a9b2 100644
--- a/translations/source/ast/sfx2/source/appl.po
+++ b/source/ast/sfx2/source/appl.po
diff --git a/translations/source/ast/sfx2/source/bastyp.po b/source/ast/sfx2/source/bastyp.po
index 7a51ffde347..7a51ffde347 100644
--- a/translations/source/ast/sfx2/source/bastyp.po
+++ b/source/ast/sfx2/source/bastyp.po
diff --git a/translations/source/ast/sfx2/source/dialog.po b/source/ast/sfx2/source/dialog.po
index e29df32c7e1..e29df32c7e1 100644
--- a/translations/source/ast/sfx2/source/dialog.po
+++ b/source/ast/sfx2/source/dialog.po
diff --git a/translations/source/ast/sfx2/source/doc.po b/source/ast/sfx2/source/doc.po
index 0a0dc1a4fb7..0a0dc1a4fb7 100644
--- a/translations/source/ast/sfx2/source/doc.po
+++ b/source/ast/sfx2/source/doc.po
diff --git a/translations/source/ast/sfx2/source/menu.po b/source/ast/sfx2/source/menu.po
index c00a404b780..c00a404b780 100644
--- a/translations/source/ast/sfx2/source/menu.po
+++ b/source/ast/sfx2/source/menu.po
diff --git a/translations/source/ast/sfx2/source/view.po b/source/ast/sfx2/source/view.po
index 9fe5bd2f351..9fe5bd2f351 100644
--- a/translations/source/ast/sfx2/source/view.po
+++ b/source/ast/sfx2/source/view.po
diff --git a/translations/source/ast/shell/source/win32/shlxthandler/res.po b/source/ast/shell/source/win32/shlxthandler/res.po
index c51dd01bf51..c51dd01bf51 100644
--- a/translations/source/ast/shell/source/win32/shlxthandler/res.po
+++ b/source/ast/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/ast/starmath/source.po b/source/ast/starmath/source.po
index c775a268203..c775a268203 100644
--- a/translations/source/ast/starmath/source.po
+++ b/source/ast/starmath/source.po
diff --git a/translations/source/ast/svl/source/items.po b/source/ast/svl/source/items.po
index 75abc1d23c1..75abc1d23c1 100644
--- a/translations/source/ast/svl/source/items.po
+++ b/source/ast/svl/source/items.po
diff --git a/translations/source/ast/svl/source/misc.po b/source/ast/svl/source/misc.po
index 415f938a457..415f938a457 100644
--- a/translations/source/ast/svl/source/misc.po
+++ b/source/ast/svl/source/misc.po
diff --git a/translations/source/ast/svtools/source/contnr.po b/source/ast/svtools/source/contnr.po
index 8b43a4e03f9..8b43a4e03f9 100644
--- a/translations/source/ast/svtools/source/contnr.po
+++ b/source/ast/svtools/source/contnr.po
diff --git a/translations/source/ast/svtools/source/control.po b/source/ast/svtools/source/control.po
index 58d5754e85e..58d5754e85e 100644
--- a/translations/source/ast/svtools/source/control.po
+++ b/source/ast/svtools/source/control.po
diff --git a/translations/source/ast/svtools/source/dialogs.po b/source/ast/svtools/source/dialogs.po
index b3ceb1923bc..b3ceb1923bc 100644
--- a/translations/source/ast/svtools/source/dialogs.po
+++ b/source/ast/svtools/source/dialogs.po
diff --git a/translations/source/ast/svtools/source/filter.po b/source/ast/svtools/source/filter.po
index 31395a5e8a1..31395a5e8a1 100644
--- a/translations/source/ast/svtools/source/filter.po
+++ b/source/ast/svtools/source/filter.po
diff --git a/translations/source/ast/svtools/source/java.po b/source/ast/svtools/source/java.po
index 47de11dd367..47de11dd367 100644
--- a/translations/source/ast/svtools/source/java.po
+++ b/source/ast/svtools/source/java.po
diff --git a/translations/source/ast/svtools/source/misc.po b/source/ast/svtools/source/misc.po
index 1c7b42cda02..1c7b42cda02 100644
--- a/translations/source/ast/svtools/source/misc.po
+++ b/source/ast/svtools/source/misc.po
diff --git a/translations/source/ast/svtools/source/toolpanel.po b/source/ast/svtools/source/toolpanel.po
index e1229d4b6a1..e1229d4b6a1 100644
--- a/translations/source/ast/svtools/source/toolpanel.po
+++ b/source/ast/svtools/source/toolpanel.po
diff --git a/translations/source/ast/svtools/workben/unodialog.po b/source/ast/svtools/workben/unodialog.po
index 2f1eb025392..2f1eb025392 100644
--- a/translations/source/ast/svtools/workben/unodialog.po
+++ b/source/ast/svtools/workben/unodialog.po
diff --git a/translations/source/ast/svx/inc.po b/source/ast/svx/inc.po
index ee7aa5f2e96..ee7aa5f2e96 100644
--- a/translations/source/ast/svx/inc.po
+++ b/source/ast/svx/inc.po
diff --git a/translations/source/ast/svx/source/accessibility.po b/source/ast/svx/source/accessibility.po
index 2e2ce3ae0a5..2e2ce3ae0a5 100644
--- a/translations/source/ast/svx/source/accessibility.po
+++ b/source/ast/svx/source/accessibility.po
diff --git a/translations/source/ast/svx/source/dialog.po b/source/ast/svx/source/dialog.po
index 8d0cf0af769..8d0cf0af769 100644
--- a/translations/source/ast/svx/source/dialog.po
+++ b/source/ast/svx/source/dialog.po
diff --git a/translations/source/ast/svx/source/engine3d.po b/source/ast/svx/source/engine3d.po
index cedcedaff22..cedcedaff22 100644
--- a/translations/source/ast/svx/source/engine3d.po
+++ b/source/ast/svx/source/engine3d.po
diff --git a/translations/source/ast/svx/source/fmcomp.po b/source/ast/svx/source/fmcomp.po
index 5ab0c425c99..5ab0c425c99 100644
--- a/translations/source/ast/svx/source/fmcomp.po
+++ b/source/ast/svx/source/fmcomp.po
diff --git a/translations/source/ast/svx/source/form.po b/source/ast/svx/source/form.po
index 152fae69d6b..152fae69d6b 100644
--- a/translations/source/ast/svx/source/form.po
+++ b/source/ast/svx/source/form.po
diff --git a/translations/source/ast/svx/source/gallery2.po b/source/ast/svx/source/gallery2.po
index 9fc2d42013f..9fc2d42013f 100644
--- a/translations/source/ast/svx/source/gallery2.po
+++ b/source/ast/svx/source/gallery2.po
diff --git a/translations/source/ast/svx/source/items.po b/source/ast/svx/source/items.po
index 317333b2299..317333b2299 100644
--- a/translations/source/ast/svx/source/items.po
+++ b/source/ast/svx/source/items.po
diff --git a/translations/source/ast/svx/source/src.po b/source/ast/svx/source/src.po
index 7bfc936ecc0..7bfc936ecc0 100644
--- a/translations/source/ast/svx/source/src.po
+++ b/source/ast/svx/source/src.po
diff --git a/translations/source/ast/svx/source/stbctrls.po b/source/ast/svx/source/stbctrls.po
index b3707c3b402..b3707c3b402 100644
--- a/translations/source/ast/svx/source/stbctrls.po
+++ b/source/ast/svx/source/stbctrls.po
diff --git a/translations/source/ast/svx/source/svdraw.po b/source/ast/svx/source/svdraw.po
index cbdb5bfec04..cbdb5bfec04 100644
--- a/translations/source/ast/svx/source/svdraw.po
+++ b/source/ast/svx/source/svdraw.po
diff --git a/translations/source/ast/svx/source/table.po b/source/ast/svx/source/table.po
index 75c99d8c61b..75c99d8c61b 100644
--- a/translations/source/ast/svx/source/table.po
+++ b/source/ast/svx/source/table.po
diff --git a/translations/source/ast/svx/source/tbxctrls.po b/source/ast/svx/source/tbxctrls.po
index ec5d4cdabda..ec5d4cdabda 100644
--- a/translations/source/ast/svx/source/tbxctrls.po
+++ b/source/ast/svx/source/tbxctrls.po
diff --git a/translations/source/ast/svx/source/toolbars.po b/source/ast/svx/source/toolbars.po
index 2a801be0f62..2a801be0f62 100644
--- a/translations/source/ast/svx/source/toolbars.po
+++ b/source/ast/svx/source/toolbars.po
diff --git a/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po b/source/ast/svx/source/unodialogs/textconversiondlgs.po
index 7071800b032..7071800b032 100644
--- a/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/ast/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/ast/sw/source/core/layout.po b/source/ast/sw/source/core/layout.po
index 92adb770e15..92adb770e15 100644
--- a/translations/source/ast/sw/source/core/layout.po
+++ b/source/ast/sw/source/core/layout.po
diff --git a/translations/source/ast/sw/source/core/undo.po b/source/ast/sw/source/core/undo.po
index 84971efa840..84971efa840 100644
--- a/translations/source/ast/sw/source/core/undo.po
+++ b/source/ast/sw/source/core/undo.po
diff --git a/translations/source/ast/sw/source/core/unocore.po b/source/ast/sw/source/core/unocore.po
index 99b395f04c9..99b395f04c9 100644
--- a/translations/source/ast/sw/source/core/unocore.po
+++ b/source/ast/sw/source/core/unocore.po
diff --git a/translations/source/ast/sw/source/ui/app.po b/source/ast/sw/source/ui/app.po
index 80ace910755..80ace910755 100644
--- a/translations/source/ast/sw/source/ui/app.po
+++ b/source/ast/sw/source/ui/app.po
diff --git a/translations/source/ast/sw/source/ui/chrdlg.po b/source/ast/sw/source/ui/chrdlg.po
index 7a2d0fa87c1..7a2d0fa87c1 100644
--- a/translations/source/ast/sw/source/ui/chrdlg.po
+++ b/source/ast/sw/source/ui/chrdlg.po
diff --git a/translations/source/ast/sw/source/ui/config.po b/source/ast/sw/source/ui/config.po
index 18bd22f7772..18bd22f7772 100644
--- a/translations/source/ast/sw/source/ui/config.po
+++ b/source/ast/sw/source/ui/config.po
diff --git a/translations/source/ast/sw/source/ui/dbui.po b/source/ast/sw/source/ui/dbui.po
index fdfa09f91fb..fdfa09f91fb 100644
--- a/translations/source/ast/sw/source/ui/dbui.po
+++ b/source/ast/sw/source/ui/dbui.po
diff --git a/translations/source/ast/sw/source/ui/dialog.po b/source/ast/sw/source/ui/dialog.po
index 3d74d64747b..3d74d64747b 100644
--- a/translations/source/ast/sw/source/ui/dialog.po
+++ b/source/ast/sw/source/ui/dialog.po
diff --git a/translations/source/ast/sw/source/ui/dochdl.po b/source/ast/sw/source/ui/dochdl.po
index ddf818c3336..ddf818c3336 100644
--- a/translations/source/ast/sw/source/ui/dochdl.po
+++ b/source/ast/sw/source/ui/dochdl.po
diff --git a/translations/source/ast/sw/source/ui/docvw.po b/source/ast/sw/source/ui/docvw.po
index 2c8d3fa8104..2c8d3fa8104 100644
--- a/translations/source/ast/sw/source/ui/docvw.po
+++ b/source/ast/sw/source/ui/docvw.po
diff --git a/translations/source/ast/sw/source/ui/envelp.po b/source/ast/sw/source/ui/envelp.po
index 60ce62ece9f..60ce62ece9f 100644
--- a/translations/source/ast/sw/source/ui/envelp.po
+++ b/source/ast/sw/source/ui/envelp.po
diff --git a/translations/source/ast/sw/source/ui/fldui.po b/source/ast/sw/source/ui/fldui.po
index 018629c8008..018629c8008 100644
--- a/translations/source/ast/sw/source/ui/fldui.po
+++ b/source/ast/sw/source/ui/fldui.po
diff --git a/translations/source/ast/sw/source/ui/fmtui.po b/source/ast/sw/source/ui/fmtui.po
index d6da93c30dc..d6da93c30dc 100644
--- a/translations/source/ast/sw/source/ui/fmtui.po
+++ b/source/ast/sw/source/ui/fmtui.po
diff --git a/translations/source/ast/sw/source/ui/frmdlg.po b/source/ast/sw/source/ui/frmdlg.po
index c63984773e4..c63984773e4 100644
--- a/translations/source/ast/sw/source/ui/frmdlg.po
+++ b/source/ast/sw/source/ui/frmdlg.po
diff --git a/translations/source/ast/sw/source/ui/globdoc.po b/source/ast/sw/source/ui/globdoc.po
index 53c5596f283..53c5596f283 100644
--- a/translations/source/ast/sw/source/ui/globdoc.po
+++ b/source/ast/sw/source/ui/globdoc.po
diff --git a/translations/source/ast/sw/source/ui/index.po b/source/ast/sw/source/ui/index.po
index 326afafa168..326afafa168 100644
--- a/translations/source/ast/sw/source/ui/index.po
+++ b/source/ast/sw/source/ui/index.po
diff --git a/translations/source/ast/sw/source/ui/lingu.po b/source/ast/sw/source/ui/lingu.po
index 8b82e705153..8b82e705153 100644
--- a/translations/source/ast/sw/source/ui/lingu.po
+++ b/source/ast/sw/source/ui/lingu.po
diff --git a/translations/source/ast/sw/source/ui/misc.po b/source/ast/sw/source/ui/misc.po
index 81630cafe91..81630cafe91 100644
--- a/translations/source/ast/sw/source/ui/misc.po
+++ b/source/ast/sw/source/ui/misc.po
diff --git a/translations/source/ast/sw/source/ui/ribbar.po b/source/ast/sw/source/ui/ribbar.po
index 1317d8088cc..1317d8088cc 100644
--- a/translations/source/ast/sw/source/ui/ribbar.po
+++ b/source/ast/sw/source/ui/ribbar.po
diff --git a/translations/source/ast/sw/source/ui/shells.po b/source/ast/sw/source/ui/shells.po
index 5c94fa92e6d..5c94fa92e6d 100644
--- a/translations/source/ast/sw/source/ui/shells.po
+++ b/source/ast/sw/source/ui/shells.po
diff --git a/translations/source/ast/sw/source/ui/smartmenu.po b/source/ast/sw/source/ui/smartmenu.po
index 93ca5a501a4..93ca5a501a4 100644
--- a/translations/source/ast/sw/source/ui/smartmenu.po
+++ b/source/ast/sw/source/ui/smartmenu.po
diff --git a/translations/source/ast/sw/source/ui/table.po b/source/ast/sw/source/ui/table.po
index 0aec6300d3a..0aec6300d3a 100644
--- a/translations/source/ast/sw/source/ui/table.po
+++ b/source/ast/sw/source/ui/table.po
diff --git a/translations/source/ast/sw/source/ui/uiview.po b/source/ast/sw/source/ui/uiview.po
index 7cfb553b204..7cfb553b204 100644
--- a/translations/source/ast/sw/source/ui/uiview.po
+++ b/source/ast/sw/source/ui/uiview.po
diff --git a/translations/source/ast/sw/source/ui/utlui.po b/source/ast/sw/source/ui/utlui.po
index 88ff14c4ff1..88ff14c4ff1 100644
--- a/translations/source/ast/sw/source/ui/utlui.po
+++ b/source/ast/sw/source/ui/utlui.po
diff --git a/translations/source/ast/sw/source/ui/web.po b/source/ast/sw/source/ui/web.po
index ae49021253f..ae49021253f 100644
--- a/translations/source/ast/sw/source/ui/web.po
+++ b/source/ast/sw/source/ui/web.po
diff --git a/translations/source/ast/sw/source/ui/wrtsh.po b/source/ast/sw/source/ui/wrtsh.po
index ab328d94eda..ab328d94eda 100644
--- a/translations/source/ast/sw/source/ui/wrtsh.po
+++ b/source/ast/sw/source/ui/wrtsh.po
diff --git a/translations/source/ast/swext/mediawiki/help.po b/source/ast/swext/mediawiki/help.po
index cfc3e39229a..cfc3e39229a 100644
--- a/translations/source/ast/swext/mediawiki/help.po
+++ b/source/ast/swext/mediawiki/help.po
diff --git a/translations/source/ast/swext/mediawiki/src.po b/source/ast/swext/mediawiki/src.po
index 12a709cbc8b..12a709cbc8b 100644
--- a/translations/source/ast/swext/mediawiki/src.po
+++ b/source/ast/swext/mediawiki/src.po
diff --git a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 8065bf0f056..8065bf0f056 100644
--- a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index cbfeb7561a6..cbfeb7561a6 100644
--- a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/ast/sysui/desktop/share.po b/source/ast/sysui/desktop/share.po
index 1478a33f5fa..1478a33f5fa 100644
--- a/translations/source/ast/sysui/desktop/share.po
+++ b/source/ast/sysui/desktop/share.po
diff --git a/translations/source/ast/uui/source.po b/source/ast/uui/source.po
index 9defb1535f1..9defb1535f1 100644
--- a/translations/source/ast/uui/source.po
+++ b/source/ast/uui/source.po
diff --git a/translations/source/ast/vcl/source/src.po b/source/ast/vcl/source/src.po
index 364b816d240..364b816d240 100644
--- a/translations/source/ast/vcl/source/src.po
+++ b/source/ast/vcl/source/src.po
diff --git a/translations/source/ast/wizards/source/euro.po b/source/ast/wizards/source/euro.po
index cf2bb534725..cf2bb534725 100644
--- a/translations/source/ast/wizards/source/euro.po
+++ b/source/ast/wizards/source/euro.po
diff --git a/translations/source/ast/wizards/source/formwizard.po b/source/ast/wizards/source/formwizard.po
index 8f1c9228a55..8f1c9228a55 100644
--- a/translations/source/ast/wizards/source/formwizard.po
+++ b/source/ast/wizards/source/formwizard.po
diff --git a/translations/source/ast/wizards/source/importwizard.po b/source/ast/wizards/source/importwizard.po
index e303236b80d..e303236b80d 100644
--- a/translations/source/ast/wizards/source/importwizard.po
+++ b/source/ast/wizards/source/importwizard.po
diff --git a/translations/source/ast/wizards/source/schedule.po b/source/ast/wizards/source/schedule.po
index 1bf8e23dd71..1bf8e23dd71 100644
--- a/translations/source/ast/wizards/source/schedule.po
+++ b/source/ast/wizards/source/schedule.po
diff --git a/translations/source/ast/wizards/source/template.po b/source/ast/wizards/source/template.po
index d4bc3fd49a0..d4bc3fd49a0 100644
--- a/translations/source/ast/wizards/source/template.po
+++ b/source/ast/wizards/source/template.po
diff --git a/translations/source/ast/xmlsecurity/source/component.po b/source/ast/xmlsecurity/source/component.po
index 075b838ca58..075b838ca58 100644
--- a/translations/source/ast/xmlsecurity/source/component.po
+++ b/source/ast/xmlsecurity/source/component.po
diff --git a/translations/source/ast/xmlsecurity/source/dialogs.po b/source/ast/xmlsecurity/source/dialogs.po
index 2acfffe326b..2acfffe326b 100644
--- a/translations/source/ast/xmlsecurity/source/dialogs.po
+++ b/source/ast/xmlsecurity/source/dialogs.po
diff --git a/translations/source/be/accessibility/source/helper.po b/source/be/accessibility/source/helper.po
index 8b6351245cd..8b6351245cd 100644
--- a/translations/source/be/accessibility/source/helper.po
+++ b/source/be/accessibility/source/helper.po
diff --git a/translations/source/be/avmedia/source/framework.po b/source/be/avmedia/source/framework.po
index 24aff73d127..24aff73d127 100644
--- a/translations/source/be/avmedia/source/framework.po
+++ b/source/be/avmedia/source/framework.po
diff --git a/translations/source/be/avmedia/source/viewer.po b/source/be/avmedia/source/viewer.po
index ac9b3a9c16d..ac9b3a9c16d 100644
--- a/translations/source/be/avmedia/source/viewer.po
+++ b/source/be/avmedia/source/viewer.po
diff --git a/translations/source/be/basctl/source/basicide.po b/source/be/basctl/source/basicide.po
index e12357713ed..e12357713ed 100644
--- a/translations/source/be/basctl/source/basicide.po
+++ b/source/be/basctl/source/basicide.po
diff --git a/translations/source/be/basctl/source/dlged.po b/source/be/basctl/source/dlged.po
index 1a24900500e..1a24900500e 100644
--- a/translations/source/be/basctl/source/dlged.po
+++ b/source/be/basctl/source/dlged.po
diff --git a/translations/source/be/basic/source/classes.po b/source/be/basic/source/classes.po
index 10d47498a17..10d47498a17 100644
--- a/translations/source/be/basic/source/classes.po
+++ b/source/be/basic/source/classes.po
diff --git a/translations/source/be/basic/source/sbx.po b/source/be/basic/source/sbx.po
index 0c6a9b805ce..0c6a9b805ce 100644
--- a/translations/source/be/basic/source/sbx.po
+++ b/source/be/basic/source/sbx.po
diff --git a/translations/source/be/chart2/source/controller/dialogs.po b/source/be/chart2/source/controller/dialogs.po
index eb85800435b..eb85800435b 100644
--- a/translations/source/be/chart2/source/controller/dialogs.po
+++ b/source/be/chart2/source/controller/dialogs.po
diff --git a/translations/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 0c4213cc159..0c4213cc159 100644
--- a/translations/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 8940c531df2..8940c531df2 100644
--- a/translations/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 84cab14c338..84cab14c338 100644
--- a/translations/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index f0a711c8c2b..f0a711c8c2b 100644
--- a/translations/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 6cb6c70d76f..6cb6c70d76f 100644
--- a/translations/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 0a8f7cf0221..0a8f7cf0221 100644
--- a/translations/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 241b136e4c4..241b136e4c4 100644
--- a/translations/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 621abe6642f..621abe6642f 100644
--- a/translations/source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 4de0ba100eb..4de0ba100eb 100644
--- a/translations/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 24eb0b9d4c7..24eb0b9d4c7 100644
--- a/translations/source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 9f04a10e984..9f04a10e984 100644
--- a/translations/source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 44125d6831e..44125d6831e 100644
--- a/translations/source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 93d0e73c9ac..93d0e73c9ac 100644
--- a/translations/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 5ef617981a9..5ef617981a9 100644
--- a/translations/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 6c7ec8045f7..6c7ec8045f7 100644
--- a/translations/source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/be/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/be/connectivity/source/resource.po b/source/be/connectivity/source/resource.po
index 8c2af6f973b..8c2af6f973b 100644
--- a/translations/source/be/connectivity/source/resource.po
+++ b/source/be/connectivity/source/resource.po
diff --git a/translations/source/be/cui/source/customize.po b/source/be/cui/source/customize.po
index 847869421a4..847869421a4 100644
--- a/translations/source/be/cui/source/customize.po
+++ b/source/be/cui/source/customize.po
diff --git a/translations/source/be/cui/source/dialogs.po b/source/be/cui/source/dialogs.po
index e28be2dcd75..e28be2dcd75 100644
--- a/translations/source/be/cui/source/dialogs.po
+++ b/source/be/cui/source/dialogs.po
diff --git a/translations/source/be/cui/source/options.po b/source/be/cui/source/options.po
index 5683c454087..5683c454087 100644
--- a/translations/source/be/cui/source/options.po
+++ b/source/be/cui/source/options.po
diff --git a/translations/source/be/cui/source/tabpages.po b/source/be/cui/source/tabpages.po
index 445ab31e162..445ab31e162 100644
--- a/translations/source/be/cui/source/tabpages.po
+++ b/source/be/cui/source/tabpages.po
diff --git a/translations/source/be/dbaccess/source/core/resource.po b/source/be/dbaccess/source/core/resource.po
index dfa27e99634..dfa27e99634 100644
--- a/translations/source/be/dbaccess/source/core/resource.po
+++ b/source/be/dbaccess/source/core/resource.po
diff --git a/translations/source/be/dbaccess/source/ext/macromigration.po b/source/be/dbaccess/source/ext/macromigration.po
index 908d74e68e2..908d74e68e2 100644
--- a/translations/source/be/dbaccess/source/ext/macromigration.po
+++ b/source/be/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/be/dbaccess/source/sdbtools/resource.po b/source/be/dbaccess/source/sdbtools/resource.po
index d6bf857f2c9..d6bf857f2c9 100644
--- a/translations/source/be/dbaccess/source/sdbtools/resource.po
+++ b/source/be/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/be/dbaccess/source/ui/app.po b/source/be/dbaccess/source/ui/app.po
index cfd0d81e5bb..cfd0d81e5bb 100644
--- a/translations/source/be/dbaccess/source/ui/app.po
+++ b/source/be/dbaccess/source/ui/app.po
diff --git a/translations/source/be/dbaccess/source/ui/browser.po b/source/be/dbaccess/source/ui/browser.po
index 5f987b804ee..5f987b804ee 100644
--- a/translations/source/be/dbaccess/source/ui/browser.po
+++ b/source/be/dbaccess/source/ui/browser.po
diff --git a/translations/source/be/dbaccess/source/ui/control.po b/source/be/dbaccess/source/ui/control.po
index ed6a078c4de..ed6a078c4de 100644
--- a/translations/source/be/dbaccess/source/ui/control.po
+++ b/source/be/dbaccess/source/ui/control.po
diff --git a/translations/source/be/dbaccess/source/ui/dlg.po b/source/be/dbaccess/source/ui/dlg.po
index 867b09159cf..867b09159cf 100644
--- a/translations/source/be/dbaccess/source/ui/dlg.po
+++ b/source/be/dbaccess/source/ui/dlg.po
diff --git a/translations/source/be/dbaccess/source/ui/inc.po b/source/be/dbaccess/source/ui/inc.po
index 82b6d9c8d37..82b6d9c8d37 100644
--- a/translations/source/be/dbaccess/source/ui/inc.po
+++ b/source/be/dbaccess/source/ui/inc.po
diff --git a/translations/source/be/dbaccess/source/ui/misc.po b/source/be/dbaccess/source/ui/misc.po
index 4d243309ccd..4d243309ccd 100644
--- a/translations/source/be/dbaccess/source/ui/misc.po
+++ b/source/be/dbaccess/source/ui/misc.po
diff --git a/translations/source/be/dbaccess/source/ui/querydesign.po b/source/be/dbaccess/source/ui/querydesign.po
index f21767a8a6e..f21767a8a6e 100644
--- a/translations/source/be/dbaccess/source/ui/querydesign.po
+++ b/source/be/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/be/dbaccess/source/ui/relationdesign.po b/source/be/dbaccess/source/ui/relationdesign.po
index cc03eaff11e..cc03eaff11e 100644
--- a/translations/source/be/dbaccess/source/ui/relationdesign.po
+++ b/source/be/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/be/dbaccess/source/ui/tabledesign.po b/source/be/dbaccess/source/ui/tabledesign.po
index 00ff5727067..00ff5727067 100644
--- a/translations/source/be/dbaccess/source/ui/tabledesign.po
+++ b/source/be/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/be/dbaccess/source/ui/uno.po b/source/be/dbaccess/source/ui/uno.po
index 6d1c8bec6b1..6d1c8bec6b1 100644
--- a/translations/source/be/dbaccess/source/ui/uno.po
+++ b/source/be/dbaccess/source/ui/uno.po
diff --git a/translations/source/be/desktop/source/app.po b/source/be/desktop/source/app.po
index 7dd6271b013..7dd6271b013 100644
--- a/translations/source/be/desktop/source/app.po
+++ b/source/be/desktop/source/app.po
diff --git a/translations/source/be/desktop/source/deployment/gui.po b/source/be/desktop/source/deployment/gui.po
index a25371ebf07..a25371ebf07 100644
--- a/translations/source/be/desktop/source/deployment/gui.po
+++ b/source/be/desktop/source/deployment/gui.po
diff --git a/translations/source/be/desktop/source/deployment/manager.po b/source/be/desktop/source/deployment/manager.po
index b23275fb96e..b23275fb96e 100644
--- a/translations/source/be/desktop/source/deployment/manager.po
+++ b/source/be/desktop/source/deployment/manager.po
diff --git a/translations/source/be/desktop/source/deployment/misc.po b/source/be/desktop/source/deployment/misc.po
index f01c3136119..f01c3136119 100644
--- a/translations/source/be/desktop/source/deployment/misc.po
+++ b/source/be/desktop/source/deployment/misc.po
diff --git a/translations/source/be/desktop/source/deployment/registry.po b/source/be/desktop/source/deployment/registry.po
index d0c14e9c4bc..d0c14e9c4bc 100644
--- a/translations/source/be/desktop/source/deployment/registry.po
+++ b/source/be/desktop/source/deployment/registry.po
diff --git a/translations/source/be/desktop/source/deployment/registry/component.po b/source/be/desktop/source/deployment/registry/component.po
index 6bd54aeddfe..6bd54aeddfe 100644
--- a/translations/source/be/desktop/source/deployment/registry/component.po
+++ b/source/be/desktop/source/deployment/registry/component.po
diff --git a/translations/source/be/desktop/source/deployment/registry/configuration.po b/source/be/desktop/source/deployment/registry/configuration.po
index 63ccb5ec93c..63ccb5ec93c 100644
--- a/translations/source/be/desktop/source/deployment/registry/configuration.po
+++ b/source/be/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/be/desktop/source/deployment/registry/help.po b/source/be/desktop/source/deployment/registry/help.po
index 639469d02e6..639469d02e6 100644
--- a/translations/source/be/desktop/source/deployment/registry/help.po
+++ b/source/be/desktop/source/deployment/registry/help.po
diff --git a/translations/source/be/desktop/source/deployment/registry/package.po b/source/be/desktop/source/deployment/registry/package.po
index f08fdc1b3af..f08fdc1b3af 100644
--- a/translations/source/be/desktop/source/deployment/registry/package.po
+++ b/source/be/desktop/source/deployment/registry/package.po
diff --git a/translations/source/be/desktop/source/deployment/registry/script.po b/source/be/desktop/source/deployment/registry/script.po
index 078383ba973..078383ba973 100644
--- a/translations/source/be/desktop/source/deployment/registry/script.po
+++ b/source/be/desktop/source/deployment/registry/script.po
diff --git a/translations/source/be/desktop/source/deployment/registry/sfwk.po b/source/be/desktop/source/deployment/registry/sfwk.po
index ca3a9e1b148..ca3a9e1b148 100644
--- a/translations/source/be/desktop/source/deployment/registry/sfwk.po
+++ b/source/be/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/be/desktop/source/deployment/unopkg.po b/source/be/desktop/source/deployment/unopkg.po
index 7c25c2ab52d..7c25c2ab52d 100644
--- a/translations/source/be/desktop/source/deployment/unopkg.po
+++ b/source/be/desktop/source/deployment/unopkg.po
diff --git a/translations/source/be/dictionaries/af_ZA.po b/source/be/dictionaries/af_ZA.po
index 3e5b30791a1..3e5b30791a1 100644
--- a/translations/source/be/dictionaries/af_ZA.po
+++ b/source/be/dictionaries/af_ZA.po
diff --git a/translations/source/be/dictionaries/an_ES.po b/source/be/dictionaries/an_ES.po
index c5c65d2bca6..c5c65d2bca6 100644
--- a/translations/source/be/dictionaries/an_ES.po
+++ b/source/be/dictionaries/an_ES.po
diff --git a/translations/source/be/dictionaries/ar.po b/source/be/dictionaries/ar.po
index 9933dab641b..9933dab641b 100644
--- a/translations/source/be/dictionaries/ar.po
+++ b/source/be/dictionaries/ar.po
diff --git a/translations/source/be/dictionaries/be_BY.po b/source/be/dictionaries/be_BY.po
index 10d9371abf0..10d9371abf0 100644
--- a/translations/source/be/dictionaries/be_BY.po
+++ b/source/be/dictionaries/be_BY.po
diff --git a/translations/source/be/dictionaries/bg_BG.po b/source/be/dictionaries/bg_BG.po
index bd5ea8625db..bd5ea8625db 100644
--- a/translations/source/be/dictionaries/bg_BG.po
+++ b/source/be/dictionaries/bg_BG.po
diff --git a/translations/source/be/dictionaries/bn_BD.po b/source/be/dictionaries/bn_BD.po
index 576ffbe4898..576ffbe4898 100644
--- a/translations/source/be/dictionaries/bn_BD.po
+++ b/source/be/dictionaries/bn_BD.po
diff --git a/translations/source/be/dictionaries/br_FR.po b/source/be/dictionaries/br_FR.po
index 9a0619456e0..9a0619456e0 100644
--- a/translations/source/be/dictionaries/br_FR.po
+++ b/source/be/dictionaries/br_FR.po
diff --git a/translations/source/be/dictionaries/ca.po b/source/be/dictionaries/ca.po
index 419908aa23a..419908aa23a 100644
--- a/translations/source/be/dictionaries/ca.po
+++ b/source/be/dictionaries/ca.po
diff --git a/translations/source/be/dictionaries/cs_CZ.po b/source/be/dictionaries/cs_CZ.po
index 033752ae674..033752ae674 100644
--- a/translations/source/be/dictionaries/cs_CZ.po
+++ b/source/be/dictionaries/cs_CZ.po
diff --git a/translations/source/be/dictionaries/da_DK.po b/source/be/dictionaries/da_DK.po
index 8bb8372db8e..8bb8372db8e 100644
--- a/translations/source/be/dictionaries/da_DK.po
+++ b/source/be/dictionaries/da_DK.po
diff --git a/translations/source/be/dictionaries/de.po b/source/be/dictionaries/de.po
index 60f271285de..60f271285de 100644
--- a/translations/source/be/dictionaries/de.po
+++ b/source/be/dictionaries/de.po
diff --git a/translations/source/be/dictionaries/el_GR.po b/source/be/dictionaries/el_GR.po
index a68048e01f1..a68048e01f1 100644
--- a/translations/source/be/dictionaries/el_GR.po
+++ b/source/be/dictionaries/el_GR.po
diff --git a/translations/source/be/dictionaries/en.po b/source/be/dictionaries/en.po
index 2383704694f..2383704694f 100644
--- a/translations/source/be/dictionaries/en.po
+++ b/source/be/dictionaries/en.po
diff --git a/translations/source/be/dictionaries/en/dialog.po b/source/be/dictionaries/en/dialog.po
index fd643338abb..fd643338abb 100644
--- a/translations/source/be/dictionaries/en/dialog.po
+++ b/source/be/dictionaries/en/dialog.po
diff --git a/translations/source/be/dictionaries/es_ES.po b/source/be/dictionaries/es_ES.po
index 6c806079f56..6c806079f56 100644
--- a/translations/source/be/dictionaries/es_ES.po
+++ b/source/be/dictionaries/es_ES.po
diff --git a/translations/source/be/dictionaries/et_EE.po b/source/be/dictionaries/et_EE.po
index 1a01606b23b..1a01606b23b 100644
--- a/translations/source/be/dictionaries/et_EE.po
+++ b/source/be/dictionaries/et_EE.po
diff --git a/translations/source/be/dictionaries/fr_FR.po b/source/be/dictionaries/fr_FR.po
index f651876ce7c..f651876ce7c 100644
--- a/translations/source/be/dictionaries/fr_FR.po
+++ b/source/be/dictionaries/fr_FR.po
diff --git a/translations/source/be/dictionaries/gd_GB.po b/source/be/dictionaries/gd_GB.po
index 414d4fb88f7..414d4fb88f7 100644
--- a/translations/source/be/dictionaries/gd_GB.po
+++ b/source/be/dictionaries/gd_GB.po
diff --git a/translations/source/be/dictionaries/gl.po b/source/be/dictionaries/gl.po
index 59b9952cb5c..59b9952cb5c 100644
--- a/translations/source/be/dictionaries/gl.po
+++ b/source/be/dictionaries/gl.po
diff --git a/translations/source/be/dictionaries/gu_IN.po b/source/be/dictionaries/gu_IN.po
index 7c2038ec8a3..7c2038ec8a3 100644
--- a/translations/source/be/dictionaries/gu_IN.po
+++ b/source/be/dictionaries/gu_IN.po
diff --git a/translations/source/be/dictionaries/he_IL.po b/source/be/dictionaries/he_IL.po
index ee5d45fc4da..ee5d45fc4da 100644
--- a/translations/source/be/dictionaries/he_IL.po
+++ b/source/be/dictionaries/he_IL.po
diff --git a/translations/source/be/dictionaries/hi_IN.po b/source/be/dictionaries/hi_IN.po
index 6acbc0c0286..6acbc0c0286 100644
--- a/translations/source/be/dictionaries/hi_IN.po
+++ b/source/be/dictionaries/hi_IN.po
diff --git a/translations/source/be/dictionaries/hr_HR.po b/source/be/dictionaries/hr_HR.po
index efdc48203b3..efdc48203b3 100644
--- a/translations/source/be/dictionaries/hr_HR.po
+++ b/source/be/dictionaries/hr_HR.po
diff --git a/translations/source/be/dictionaries/hu_HU.po b/source/be/dictionaries/hu_HU.po
index 614e1c754d4..614e1c754d4 100644
--- a/translations/source/be/dictionaries/hu_HU.po
+++ b/source/be/dictionaries/hu_HU.po
diff --git a/translations/source/be/dictionaries/hu_HU/dialog.po b/source/be/dictionaries/hu_HU/dialog.po
index 123c93b5361..123c93b5361 100644
--- a/translations/source/be/dictionaries/hu_HU/dialog.po
+++ b/source/be/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/be/dictionaries/it_IT.po b/source/be/dictionaries/it_IT.po
index 2ddf518b779..2ddf518b779 100644
--- a/translations/source/be/dictionaries/it_IT.po
+++ b/source/be/dictionaries/it_IT.po
diff --git a/translations/source/be/dictionaries/ku_TR.po b/source/be/dictionaries/ku_TR.po
index b2073483d92..b2073483d92 100644
--- a/translations/source/be/dictionaries/ku_TR.po
+++ b/source/be/dictionaries/ku_TR.po
diff --git a/translations/source/be/dictionaries/lt_LT.po b/source/be/dictionaries/lt_LT.po
index 2a15af86708..2a15af86708 100644
--- a/translations/source/be/dictionaries/lt_LT.po
+++ b/source/be/dictionaries/lt_LT.po
diff --git a/translations/source/be/dictionaries/lv_LV.po b/source/be/dictionaries/lv_LV.po
index 419f9cbd453..419f9cbd453 100644
--- a/translations/source/be/dictionaries/lv_LV.po
+++ b/source/be/dictionaries/lv_LV.po
diff --git a/translations/source/be/dictionaries/ne_NP.po b/source/be/dictionaries/ne_NP.po
index 699f519d2a3..699f519d2a3 100644
--- a/translations/source/be/dictionaries/ne_NP.po
+++ b/source/be/dictionaries/ne_NP.po
diff --git a/translations/source/be/dictionaries/nl_NL.po b/source/be/dictionaries/nl_NL.po
index 9b641a9914c..9b641a9914c 100644
--- a/translations/source/be/dictionaries/nl_NL.po
+++ b/source/be/dictionaries/nl_NL.po
diff --git a/translations/source/be/dictionaries/no.po b/source/be/dictionaries/no.po
index d9424df2732..d9424df2732 100644
--- a/translations/source/be/dictionaries/no.po
+++ b/source/be/dictionaries/no.po
diff --git a/translations/source/be/dictionaries/oc_FR.po b/source/be/dictionaries/oc_FR.po
index 4e3050c4d98..4e3050c4d98 100644
--- a/translations/source/be/dictionaries/oc_FR.po
+++ b/source/be/dictionaries/oc_FR.po
diff --git a/translations/source/be/dictionaries/pl_PL.po b/source/be/dictionaries/pl_PL.po
index e86ab32eb42..e86ab32eb42 100644
--- a/translations/source/be/dictionaries/pl_PL.po
+++ b/source/be/dictionaries/pl_PL.po
diff --git a/translations/source/be/dictionaries/pt_BR.po b/source/be/dictionaries/pt_BR.po
index 5eb2e2bc833..5eb2e2bc833 100644
--- a/translations/source/be/dictionaries/pt_BR.po
+++ b/source/be/dictionaries/pt_BR.po
diff --git a/translations/source/be/dictionaries/pt_PT.po b/source/be/dictionaries/pt_PT.po
index 0d607752602..0d607752602 100644
--- a/translations/source/be/dictionaries/pt_PT.po
+++ b/source/be/dictionaries/pt_PT.po
diff --git a/translations/source/be/dictionaries/ro.po b/source/be/dictionaries/ro.po
index 67a111b7bc3..67a111b7bc3 100644
--- a/translations/source/be/dictionaries/ro.po
+++ b/source/be/dictionaries/ro.po
diff --git a/translations/source/be/dictionaries/ru_RU.po b/source/be/dictionaries/ru_RU.po
index a7ec7c5c296..a7ec7c5c296 100644
--- a/translations/source/be/dictionaries/ru_RU.po
+++ b/source/be/dictionaries/ru_RU.po
diff --git a/translations/source/be/dictionaries/ru_RU/dialog.po b/source/be/dictionaries/ru_RU/dialog.po
index 7e5a6691a32..7e5a6691a32 100644
--- a/translations/source/be/dictionaries/ru_RU/dialog.po
+++ b/source/be/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/be/dictionaries/si_LK.po b/source/be/dictionaries/si_LK.po
index 9b9297cb95d..9b9297cb95d 100644
--- a/translations/source/be/dictionaries/si_LK.po
+++ b/source/be/dictionaries/si_LK.po
diff --git a/translations/source/be/dictionaries/sk_SK.po b/source/be/dictionaries/sk_SK.po
index 541626cfc7b..541626cfc7b 100644
--- a/translations/source/be/dictionaries/sk_SK.po
+++ b/source/be/dictionaries/sk_SK.po
diff --git a/translations/source/be/dictionaries/sl_SI.po b/source/be/dictionaries/sl_SI.po
index d12fb4d8532..d12fb4d8532 100644
--- a/translations/source/be/dictionaries/sl_SI.po
+++ b/source/be/dictionaries/sl_SI.po
diff --git a/translations/source/be/dictionaries/sr.po b/source/be/dictionaries/sr.po
index 523b5c1f709..523b5c1f709 100644
--- a/translations/source/be/dictionaries/sr.po
+++ b/source/be/dictionaries/sr.po
diff --git a/translations/source/be/dictionaries/sv_SE.po b/source/be/dictionaries/sv_SE.po
index 7c619f5a3f4..7c619f5a3f4 100644
--- a/translations/source/be/dictionaries/sv_SE.po
+++ b/source/be/dictionaries/sv_SE.po
diff --git a/translations/source/be/dictionaries/sw_TZ.po b/source/be/dictionaries/sw_TZ.po
index 5ff093de029..5ff093de029 100644
--- a/translations/source/be/dictionaries/sw_TZ.po
+++ b/source/be/dictionaries/sw_TZ.po
diff --git a/translations/source/be/dictionaries/te_IN.po b/source/be/dictionaries/te_IN.po
index 3907ab4b804..3907ab4b804 100644
--- a/translations/source/be/dictionaries/te_IN.po
+++ b/source/be/dictionaries/te_IN.po
diff --git a/translations/source/be/dictionaries/th_TH.po b/source/be/dictionaries/th_TH.po
index a6266cbbf8f..a6266cbbf8f 100644
--- a/translations/source/be/dictionaries/th_TH.po
+++ b/source/be/dictionaries/th_TH.po
diff --git a/translations/source/be/dictionaries/uk_UA.po b/source/be/dictionaries/uk_UA.po
index e85dcbfe78f..e85dcbfe78f 100644
--- a/translations/source/be/dictionaries/uk_UA.po
+++ b/source/be/dictionaries/uk_UA.po
diff --git a/translations/source/be/dictionaries/vi.po b/source/be/dictionaries/vi.po
index 7a05251ce16..7a05251ce16 100644
--- a/translations/source/be/dictionaries/vi.po
+++ b/source/be/dictionaries/vi.po
diff --git a/translations/source/be/dictionaries/zu_ZA.po b/source/be/dictionaries/zu_ZA.po
index 3084cf0cab8..3084cf0cab8 100644
--- a/translations/source/be/dictionaries/zu_ZA.po
+++ b/source/be/dictionaries/zu_ZA.po
diff --git a/translations/source/be/editeng/source/accessibility.po b/source/be/editeng/source/accessibility.po
index d54f6cbb343..d54f6cbb343 100644
--- a/translations/source/be/editeng/source/accessibility.po
+++ b/source/be/editeng/source/accessibility.po
diff --git a/translations/source/be/editeng/source/editeng.po b/source/be/editeng/source/editeng.po
index 77b0c118464..77b0c118464 100644
--- a/translations/source/be/editeng/source/editeng.po
+++ b/source/be/editeng/source/editeng.po
diff --git a/translations/source/be/editeng/source/items.po b/source/be/editeng/source/items.po
index 4ac0fd665b3..4ac0fd665b3 100644
--- a/translations/source/be/editeng/source/items.po
+++ b/source/be/editeng/source/items.po
diff --git a/translations/source/be/editeng/source/misc.po b/source/be/editeng/source/misc.po
index 9f319fb20bb..9f319fb20bb 100644
--- a/translations/source/be/editeng/source/misc.po
+++ b/source/be/editeng/source/misc.po
diff --git a/translations/source/be/editeng/source/outliner.po b/source/be/editeng/source/outliner.po
index ea0d19d7343..ea0d19d7343 100644
--- a/translations/source/be/editeng/source/outliner.po
+++ b/source/be/editeng/source/outliner.po
diff --git a/translations/source/be/extensions/source/abpilot.po b/source/be/extensions/source/abpilot.po
index d1a43b40f3c..d1a43b40f3c 100644
--- a/translations/source/be/extensions/source/abpilot.po
+++ b/source/be/extensions/source/abpilot.po
diff --git a/translations/source/be/extensions/source/bibliography.po b/source/be/extensions/source/bibliography.po
index 89bc89eedbc..89bc89eedbc 100644
--- a/translations/source/be/extensions/source/bibliography.po
+++ b/source/be/extensions/source/bibliography.po
diff --git a/translations/source/be/extensions/source/dbpilots.po b/source/be/extensions/source/dbpilots.po
index aa41a5549eb..aa41a5549eb 100644
--- a/translations/source/be/extensions/source/dbpilots.po
+++ b/source/be/extensions/source/dbpilots.po
diff --git a/translations/source/be/extensions/source/propctrlr.po b/source/be/extensions/source/propctrlr.po
index 0df45fd0101..0df45fd0101 100644
--- a/translations/source/be/extensions/source/propctrlr.po
+++ b/source/be/extensions/source/propctrlr.po
diff --git a/translations/source/be/extensions/source/scanner.po b/source/be/extensions/source/scanner.po
index fcc0cee08a2..fcc0cee08a2 100644
--- a/translations/source/be/extensions/source/scanner.po
+++ b/source/be/extensions/source/scanner.po
diff --git a/translations/source/be/extensions/source/update/check.po b/source/be/extensions/source/update/check.po
index 11e31c1fb33..11e31c1fb33 100644
--- a/translations/source/be/extensions/source/update/check.po
+++ b/source/be/extensions/source/update/check.po
diff --git a/translations/source/be/extensions/source/update/check/org/openoffice/Office.po b/source/be/extensions/source/update/check/org/openoffice/Office.po
index 4be8268000a..4be8268000a 100644
--- a/translations/source/be/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/be/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/be/filter/source/config/fragments/filters.po b/source/be/filter/source/config/fragments/filters.po
index 2fb566508ff..2fb566508ff 100644
--- a/translations/source/be/filter/source/config/fragments/filters.po
+++ b/source/be/filter/source/config/fragments/filters.po
diff --git a/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po b/source/be/filter/source/config/fragments/internalgraphicfilters.po
index f99e8f35a0f..f99e8f35a0f 100644
--- a/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/be/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/be/filter/source/config/fragments/types.po b/source/be/filter/source/config/fragments/types.po
index ae8c7c77333..ae8c7c77333 100644
--- a/translations/source/be/filter/source/config/fragments/types.po
+++ b/source/be/filter/source/config/fragments/types.po
diff --git a/translations/source/be/filter/source/flash.po b/source/be/filter/source/flash.po
index f3527688db4..f3527688db4 100644
--- a/translations/source/be/filter/source/flash.po
+++ b/source/be/filter/source/flash.po
diff --git a/translations/source/be/filter/source/graphicfilter/eps.po b/source/be/filter/source/graphicfilter/eps.po
index 5f537f92ff3..5f537f92ff3 100644
--- a/translations/source/be/filter/source/graphicfilter/eps.po
+++ b/source/be/filter/source/graphicfilter/eps.po
diff --git a/translations/source/be/filter/source/pdf.po b/source/be/filter/source/pdf.po
index 8898b5dfb73..8898b5dfb73 100644
--- a/translations/source/be/filter/source/pdf.po
+++ b/source/be/filter/source/pdf.po
diff --git a/translations/source/be/filter/source/t602.po b/source/be/filter/source/t602.po
index 45e3d870dc5..45e3d870dc5 100644
--- a/translations/source/be/filter/source/t602.po
+++ b/source/be/filter/source/t602.po
diff --git a/translations/source/be/filter/source/xsltdialog.po b/source/be/filter/source/xsltdialog.po
index f93ec98bd44..f93ec98bd44 100644
--- a/translations/source/be/filter/source/xsltdialog.po
+++ b/source/be/filter/source/xsltdialog.po
diff --git a/translations/source/be/forms/source/resource.po b/source/be/forms/source/resource.po
index 9d941c7a71d..9d941c7a71d 100644
--- a/translations/source/be/forms/source/resource.po
+++ b/source/be/forms/source/resource.po
diff --git a/translations/source/be/formula/source/core/resource.po b/source/be/formula/source/core/resource.po
index 08dc255fcac..08dc255fcac 100644
--- a/translations/source/be/formula/source/core/resource.po
+++ b/source/be/formula/source/core/resource.po
diff --git a/translations/source/be/formula/source/ui/dlg.po b/source/be/formula/source/ui/dlg.po
index 4d1041a95b7..4d1041a95b7 100644
--- a/translations/source/be/formula/source/ui/dlg.po
+++ b/source/be/formula/source/ui/dlg.po
diff --git a/translations/source/be/fpicker/source/office.po b/source/be/fpicker/source/office.po
index abe12a58d16..abe12a58d16 100644
--- a/translations/source/be/fpicker/source/office.po
+++ b/source/be/fpicker/source/office.po
diff --git a/translations/source/be/framework/source/classes.po b/source/be/framework/source/classes.po
index 3242c5bff28..3242c5bff28 100644
--- a/translations/source/be/framework/source/classes.po
+++ b/source/be/framework/source/classes.po
diff --git a/translations/source/be/framework/source/services.po b/source/be/framework/source/services.po
index ed63e4d248b..ed63e4d248b 100644
--- a/translations/source/be/framework/source/services.po
+++ b/source/be/framework/source/services.po
diff --git a/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 876951b19fa..876951b19fa 100644
--- a/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/be/mysqlc/source.po b/source/be/mysqlc/source.po
index 882f4f3fbb8..882f4f3fbb8 100644
--- a/translations/source/be/mysqlc/source.po
+++ b/source/be/mysqlc/source.po
diff --git a/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 08114793d82..08114793d82 100644
--- a/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 9d48a0f195f..9d48a0f195f 100644
--- a/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 3d13a0b67bf..3d13a0b67bf 100644
--- a/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/be/nlpsolver/src/locale.po b/source/be/nlpsolver/src/locale.po
index 29644824df1..29644824df1 100644
--- a/translations/source/be/nlpsolver/src/locale.po
+++ b/source/be/nlpsolver/src/locale.po
diff --git a/translations/source/be/officecfg/registry/data/org/openoffice/Office.po b/source/be/officecfg/registry/data/org/openoffice/Office.po
index 6ef04054fd9..6ef04054fd9 100644
--- a/translations/source/be/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index b22662d16b0..b22662d16b0 100644
--- a/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/be/padmin/source.po b/source/be/padmin/source.po
index 30621665740..30621665740 100644
--- a/translations/source/be/padmin/source.po
+++ b/source/be/padmin/source.po
diff --git a/translations/source/be/readlicense_oo/docs/readme.po b/source/be/readlicense_oo/docs/readme.po
index 379316952f1..379316952f1 100644
--- a/translations/source/be/readlicense_oo/docs/readme.po
+++ b/source/be/readlicense_oo/docs/readme.po
diff --git a/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
index 9579c7d5df1..9579c7d5df1 100644
--- a/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po b/source/be/reportbuilder/registry/data/org/openoffice/Office.po
index c5568a74c5f..c5568a74c5f 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/be/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
index ab5ecf34248..ab5ecf34248 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index d552422b322..d552422b322 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/be/reportbuilder/util.po b/source/be/reportbuilder/util.po
index 0aa194ab597..0aa194ab597 100644
--- a/translations/source/be/reportbuilder/util.po
+++ b/source/be/reportbuilder/util.po
diff --git a/translations/source/be/reportdesign/source/core/resource.po b/source/be/reportdesign/source/core/resource.po
index b0bcbab2c95..b0bcbab2c95 100644
--- a/translations/source/be/reportdesign/source/core/resource.po
+++ b/source/be/reportdesign/source/core/resource.po
diff --git a/translations/source/be/reportdesign/source/ui/dlg.po b/source/be/reportdesign/source/ui/dlg.po
index c028192a6c3..c028192a6c3 100644
--- a/translations/source/be/reportdesign/source/ui/dlg.po
+++ b/source/be/reportdesign/source/ui/dlg.po
diff --git a/translations/source/be/reportdesign/source/ui/inspection.po b/source/be/reportdesign/source/ui/inspection.po
index 8b5bb8fe268..8b5bb8fe268 100644
--- a/translations/source/be/reportdesign/source/ui/inspection.po
+++ b/source/be/reportdesign/source/ui/inspection.po
diff --git a/translations/source/be/reportdesign/source/ui/report.po b/source/be/reportdesign/source/ui/report.po
index 940465ecfea..940465ecfea 100644
--- a/translations/source/be/reportdesign/source/ui/report.po
+++ b/source/be/reportdesign/source/ui/report.po
diff --git a/translations/source/be/sc/source/core/src.po b/source/be/sc/source/core/src.po
index 2ad2b10d2c1..2ad2b10d2c1 100644
--- a/translations/source/be/sc/source/core/src.po
+++ b/source/be/sc/source/core/src.po
diff --git a/translations/source/be/sc/source/ui/cctrl.po b/source/be/sc/source/ui/cctrl.po
index 1e69c79dbd0..1e69c79dbd0 100644
--- a/translations/source/be/sc/source/ui/cctrl.po
+++ b/source/be/sc/source/ui/cctrl.po
diff --git a/translations/source/be/sc/source/ui/dbgui.po b/source/be/sc/source/ui/dbgui.po
index ced2a8acd16..ced2a8acd16 100644
--- a/translations/source/be/sc/source/ui/dbgui.po
+++ b/source/be/sc/source/ui/dbgui.po
diff --git a/translations/source/be/sc/source/ui/docshell.po b/source/be/sc/source/ui/docshell.po
index e60eecfa1a1..e60eecfa1a1 100644
--- a/translations/source/be/sc/source/ui/docshell.po
+++ b/source/be/sc/source/ui/docshell.po
diff --git a/translations/source/be/sc/source/ui/drawfunc.po b/source/be/sc/source/ui/drawfunc.po
index 2eb5e6054d3..2eb5e6054d3 100644
--- a/translations/source/be/sc/source/ui/drawfunc.po
+++ b/source/be/sc/source/ui/drawfunc.po
diff --git a/translations/source/be/sc/source/ui/formdlg.po b/source/be/sc/source/ui/formdlg.po
index e251a0e0eb8..e251a0e0eb8 100644
--- a/translations/source/be/sc/source/ui/formdlg.po
+++ b/source/be/sc/source/ui/formdlg.po
diff --git a/translations/source/be/sc/source/ui/miscdlgs.po b/source/be/sc/source/ui/miscdlgs.po
index afcdb0be688..afcdb0be688 100644
--- a/translations/source/be/sc/source/ui/miscdlgs.po
+++ b/source/be/sc/source/ui/miscdlgs.po
diff --git a/translations/source/be/sc/source/ui/navipi.po b/source/be/sc/source/ui/navipi.po
index 9fa79c1d19e..9fa79c1d19e 100644
--- a/translations/source/be/sc/source/ui/navipi.po
+++ b/source/be/sc/source/ui/navipi.po
diff --git a/translations/source/be/sc/source/ui/optdlg.po b/source/be/sc/source/ui/optdlg.po
index 16dd5632821..16dd5632821 100644
--- a/translations/source/be/sc/source/ui/optdlg.po
+++ b/source/be/sc/source/ui/optdlg.po
diff --git a/translations/source/be/sc/source/ui/pagedlg.po b/source/be/sc/source/ui/pagedlg.po
index ec4c13a67cb..ec4c13a67cb 100644
--- a/translations/source/be/sc/source/ui/pagedlg.po
+++ b/source/be/sc/source/ui/pagedlg.po
diff --git a/translations/source/be/sc/source/ui/src.po b/source/be/sc/source/ui/src.po
index 41606097680..41606097680 100644
--- a/translations/source/be/sc/source/ui/src.po
+++ b/source/be/sc/source/ui/src.po
diff --git a/translations/source/be/sc/source/ui/styleui.po b/source/be/sc/source/ui/styleui.po
index a5b340ebf9e..a5b340ebf9e 100644
--- a/translations/source/be/sc/source/ui/styleui.po
+++ b/source/be/sc/source/ui/styleui.po
diff --git a/translations/source/be/scaddins/source/analysis.po b/source/be/scaddins/source/analysis.po
index 8d1ae1cdf58..8d1ae1cdf58 100644
--- a/translations/source/be/scaddins/source/analysis.po
+++ b/source/be/scaddins/source/analysis.po
diff --git a/translations/source/be/scaddins/source/datefunc.po b/source/be/scaddins/source/datefunc.po
index ebb33f8c2fd..ebb33f8c2fd 100644
--- a/translations/source/be/scaddins/source/datefunc.po
+++ b/source/be/scaddins/source/datefunc.po
diff --git a/translations/source/be/sccomp/source/solver.po b/source/be/sccomp/source/solver.po
index ec22c9f2810..ec22c9f2810 100644
--- a/translations/source/be/sccomp/source/solver.po
+++ b/source/be/sccomp/source/solver.po
diff --git a/translations/source/be/scp2/source/accessories.po b/source/be/scp2/source/accessories.po
index 80f0a2f9759..80f0a2f9759 100644
--- a/translations/source/be/scp2/source/accessories.po
+++ b/source/be/scp2/source/accessories.po
diff --git a/translations/source/be/scp2/source/activex.po b/source/be/scp2/source/activex.po
index 49319f7fabf..49319f7fabf 100644
--- a/translations/source/be/scp2/source/activex.po
+++ b/source/be/scp2/source/activex.po
diff --git a/translations/source/be/scp2/source/base.po b/source/be/scp2/source/base.po
index 8b2037fd3e2..8b2037fd3e2 100644
--- a/translations/source/be/scp2/source/base.po
+++ b/source/be/scp2/source/base.po
diff --git a/translations/source/be/scp2/source/binfilter.po b/source/be/scp2/source/binfilter.po
index cdddca02a5e..cdddca02a5e 100644
--- a/translations/source/be/scp2/source/binfilter.po
+++ b/source/be/scp2/source/binfilter.po
diff --git a/translations/source/be/scp2/source/calc.po b/source/be/scp2/source/calc.po
index cf6ca048dd1..cf6ca048dd1 100644
--- a/translations/source/be/scp2/source/calc.po
+++ b/source/be/scp2/source/calc.po
diff --git a/translations/source/be/scp2/source/draw.po b/source/be/scp2/source/draw.po
index 7afb15ce189..7afb15ce189 100644
--- a/translations/source/be/scp2/source/draw.po
+++ b/source/be/scp2/source/draw.po
diff --git a/translations/source/be/scp2/source/extensions.po b/source/be/scp2/source/extensions.po
index f8a64302ab2..f8a64302ab2 100644
--- a/translations/source/be/scp2/source/extensions.po
+++ b/source/be/scp2/source/extensions.po
diff --git a/translations/source/be/scp2/source/gnome.po b/source/be/scp2/source/gnome.po
index fbcff7ad928..fbcff7ad928 100644
--- a/translations/source/be/scp2/source/gnome.po
+++ b/source/be/scp2/source/gnome.po
diff --git a/translations/source/be/scp2/source/graphicfilter.po b/source/be/scp2/source/graphicfilter.po
index d4af2fa3d36..d4af2fa3d36 100644
--- a/translations/source/be/scp2/source/graphicfilter.po
+++ b/source/be/scp2/source/graphicfilter.po
diff --git a/translations/source/be/scp2/source/impress.po b/source/be/scp2/source/impress.po
index e95d08ed079..e95d08ed079 100644
--- a/translations/source/be/scp2/source/impress.po
+++ b/source/be/scp2/source/impress.po
diff --git a/translations/source/be/scp2/source/javafilter.po b/source/be/scp2/source/javafilter.po
index 43447e9b21f..43447e9b21f 100644
--- a/translations/source/be/scp2/source/javafilter.po
+++ b/source/be/scp2/source/javafilter.po
diff --git a/translations/source/be/scp2/source/kde.po b/source/be/scp2/source/kde.po
index 65cce69aa24..65cce69aa24 100644
--- a/translations/source/be/scp2/source/kde.po
+++ b/source/be/scp2/source/kde.po
diff --git a/translations/source/be/scp2/source/math.po b/source/be/scp2/source/math.po
index dba936b5792..dba936b5792 100644
--- a/translations/source/be/scp2/source/math.po
+++ b/source/be/scp2/source/math.po
diff --git a/translations/source/be/scp2/source/onlineupdate.po b/source/be/scp2/source/onlineupdate.po
index e86537eb230..e86537eb230 100644
--- a/translations/source/be/scp2/source/onlineupdate.po
+++ b/source/be/scp2/source/onlineupdate.po
diff --git a/translations/source/be/scp2/source/ooo.po b/source/be/scp2/source/ooo.po
index e5414fcabba..e5414fcabba 100644
--- a/translations/source/be/scp2/source/ooo.po
+++ b/source/be/scp2/source/ooo.po
diff --git a/translations/source/be/scp2/source/python.po b/source/be/scp2/source/python.po
index ce849fb667a..ce849fb667a 100644
--- a/translations/source/be/scp2/source/python.po
+++ b/source/be/scp2/source/python.po
diff --git a/translations/source/be/scp2/source/quickstart.po b/source/be/scp2/source/quickstart.po
index b988a5b2391..b988a5b2391 100644
--- a/translations/source/be/scp2/source/quickstart.po
+++ b/source/be/scp2/source/quickstart.po
diff --git a/translations/source/be/scp2/source/sdkoo.po b/source/be/scp2/source/sdkoo.po
index 25a89c77ab8..25a89c77ab8 100644
--- a/translations/source/be/scp2/source/sdkoo.po
+++ b/source/be/scp2/source/sdkoo.po
diff --git a/translations/source/be/scp2/source/smoketest.po b/source/be/scp2/source/smoketest.po
index 15d76bdd76f..15d76bdd76f 100644
--- a/translations/source/be/scp2/source/smoketest.po
+++ b/source/be/scp2/source/smoketest.po
diff --git a/translations/source/be/scp2/source/stdlibs.po b/source/be/scp2/source/stdlibs.po
index d5fe0a43f0a..d5fe0a43f0a 100644
--- a/translations/source/be/scp2/source/stdlibs.po
+++ b/source/be/scp2/source/stdlibs.po
diff --git a/translations/source/be/scp2/source/tde.po b/source/be/scp2/source/tde.po
index 69e3cf3645b..69e3cf3645b 100644
--- a/translations/source/be/scp2/source/tde.po
+++ b/source/be/scp2/source/tde.po
diff --git a/translations/source/be/scp2/source/winexplorerext.po b/source/be/scp2/source/winexplorerext.po
index 1d0a54256d3..1d0a54256d3 100644
--- a/translations/source/be/scp2/source/winexplorerext.po
+++ b/source/be/scp2/source/winexplorerext.po
diff --git a/translations/source/be/scp2/source/writer.po b/source/be/scp2/source/writer.po
index fda798cc031..fda798cc031 100644
--- a/translations/source/be/scp2/source/writer.po
+++ b/source/be/scp2/source/writer.po
diff --git a/translations/source/be/scp2/source/xsltfilter.po b/source/be/scp2/source/xsltfilter.po
index 8d8e63c46f4..8d8e63c46f4 100644
--- a/translations/source/be/scp2/source/xsltfilter.po
+++ b/source/be/scp2/source/xsltfilter.po
diff --git a/translations/source/be/scripting/source/pyprov.po b/source/be/scripting/source/pyprov.po
index 81c0279831a..81c0279831a 100644
--- a/translations/source/be/scripting/source/pyprov.po
+++ b/source/be/scripting/source/pyprov.po
diff --git a/translations/source/be/sd/source/core.po b/source/be/sd/source/core.po
index 5fd2a36c859..5fd2a36c859 100644
--- a/translations/source/be/sd/source/core.po
+++ b/source/be/sd/source/core.po
diff --git a/translations/source/be/sd/source/filter/html.po b/source/be/sd/source/filter/html.po
index c42960c8066..c42960c8066 100644
--- a/translations/source/be/sd/source/filter/html.po
+++ b/source/be/sd/source/filter/html.po
diff --git a/translations/source/be/sd/source/ui/accessibility.po b/source/be/sd/source/ui/accessibility.po
index de41362af68..de41362af68 100644
--- a/translations/source/be/sd/source/ui/accessibility.po
+++ b/source/be/sd/source/ui/accessibility.po
diff --git a/translations/source/be/sd/source/ui/animations.po b/source/be/sd/source/ui/animations.po
index 095371115f7..095371115f7 100644
--- a/translations/source/be/sd/source/ui/animations.po
+++ b/source/be/sd/source/ui/animations.po
diff --git a/translations/source/be/sd/source/ui/annotations.po b/source/be/sd/source/ui/annotations.po
index a991d423034..a991d423034 100644
--- a/translations/source/be/sd/source/ui/annotations.po
+++ b/source/be/sd/source/ui/annotations.po
diff --git a/translations/source/be/sd/source/ui/app.po b/source/be/sd/source/ui/app.po
index b15413d65f9..b15413d65f9 100644
--- a/translations/source/be/sd/source/ui/app.po
+++ b/source/be/sd/source/ui/app.po
diff --git a/translations/source/be/sd/source/ui/dlg.po b/source/be/sd/source/ui/dlg.po
index 9c058ca88c3..9c058ca88c3 100644
--- a/translations/source/be/sd/source/ui/dlg.po
+++ b/source/be/sd/source/ui/dlg.po
diff --git a/translations/source/be/sd/source/ui/slideshow.po b/source/be/sd/source/ui/slideshow.po
index f3b41a5c416..f3b41a5c416 100644
--- a/translations/source/be/sd/source/ui/slideshow.po
+++ b/source/be/sd/source/ui/slideshow.po
diff --git a/translations/source/be/sd/source/ui/table.po b/source/be/sd/source/ui/table.po
index 073f9de1976..073f9de1976 100644
--- a/translations/source/be/sd/source/ui/table.po
+++ b/source/be/sd/source/ui/table.po
diff --git a/translations/source/be/sd/source/ui/view.po b/source/be/sd/source/ui/view.po
index b20983ce638..b20983ce638 100644
--- a/translations/source/be/sd/source/ui/view.po
+++ b/source/be/sd/source/ui/view.po
diff --git a/translations/source/be/sdext/source/minimizer.po b/source/be/sdext/source/minimizer.po
index 039903ce058..039903ce058 100644
--- a/translations/source/be/sdext/source/minimizer.po
+++ b/source/be/sdext/source/minimizer.po
diff --git a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index f0fb12908d3..f0fb12908d3 100644
--- a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 0bbc236256e..0bbc236256e 100644
--- a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/be/sdext/source/pdfimport.po b/source/be/sdext/source/pdfimport.po
index 05645b8f969..05645b8f969 100644
--- a/translations/source/be/sdext/source/pdfimport.po
+++ b/source/be/sdext/source/pdfimport.po
diff --git a/translations/source/be/sdext/source/presenter.po b/source/be/sdext/source/presenter.po
index 6bda8efcb1b..6bda8efcb1b 100644
--- a/translations/source/be/sdext/source/presenter.po
+++ b/source/be/sdext/source/presenter.po
diff --git a/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 59447ed33b8..59447ed33b8 100644
--- a/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index f9d2f24e04d..f9d2f24e04d 100644
--- a/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/be/setup_native/source/mac.po b/source/be/setup_native/source/mac.po
index 15e92154a6d..15e92154a6d 100644
--- a/translations/source/be/setup_native/source/mac.po
+++ b/source/be/setup_native/source/mac.po
diff --git a/translations/source/be/sfx2/source/appl.po b/source/be/sfx2/source/appl.po
index d9ca5038186..d9ca5038186 100644
--- a/translations/source/be/sfx2/source/appl.po
+++ b/source/be/sfx2/source/appl.po
diff --git a/translations/source/be/sfx2/source/bastyp.po b/source/be/sfx2/source/bastyp.po
index 18d2949252c..18d2949252c 100644
--- a/translations/source/be/sfx2/source/bastyp.po
+++ b/source/be/sfx2/source/bastyp.po
diff --git a/translations/source/be/sfx2/source/dialog.po b/source/be/sfx2/source/dialog.po
index 136e2653df8..136e2653df8 100644
--- a/translations/source/be/sfx2/source/dialog.po
+++ b/source/be/sfx2/source/dialog.po
diff --git a/translations/source/be/sfx2/source/doc.po b/source/be/sfx2/source/doc.po
index 1e792448014..1e792448014 100644
--- a/translations/source/be/sfx2/source/doc.po
+++ b/source/be/sfx2/source/doc.po
diff --git a/translations/source/be/sfx2/source/menu.po b/source/be/sfx2/source/menu.po
index a6ad1423d04..a6ad1423d04 100644
--- a/translations/source/be/sfx2/source/menu.po
+++ b/source/be/sfx2/source/menu.po
diff --git a/translations/source/be/sfx2/source/view.po b/source/be/sfx2/source/view.po
index d715292dd5f..d715292dd5f 100644
--- a/translations/source/be/sfx2/source/view.po
+++ b/source/be/sfx2/source/view.po
diff --git a/translations/source/be/shell/source/win32/shlxthandler/res.po b/source/be/shell/source/win32/shlxthandler/res.po
index a724ac09225..a724ac09225 100644
--- a/translations/source/be/shell/source/win32/shlxthandler/res.po
+++ b/source/be/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/be/starmath/source.po b/source/be/starmath/source.po
index 98e56a053dc..98e56a053dc 100644
--- a/translations/source/be/starmath/source.po
+++ b/source/be/starmath/source.po
diff --git a/translations/source/be/svl/source/items.po b/source/be/svl/source/items.po
index 13631e5ad2c..13631e5ad2c 100644
--- a/translations/source/be/svl/source/items.po
+++ b/source/be/svl/source/items.po
diff --git a/translations/source/be/svl/source/misc.po b/source/be/svl/source/misc.po
index 3b311756ced..3b311756ced 100644
--- a/translations/source/be/svl/source/misc.po
+++ b/source/be/svl/source/misc.po
diff --git a/translations/source/be/svtools/source/contnr.po b/source/be/svtools/source/contnr.po
index 0994b698914..0994b698914 100644
--- a/translations/source/be/svtools/source/contnr.po
+++ b/source/be/svtools/source/contnr.po
diff --git a/translations/source/be/svtools/source/control.po b/source/be/svtools/source/control.po
index 420ea54e61b..420ea54e61b 100644
--- a/translations/source/be/svtools/source/control.po
+++ b/source/be/svtools/source/control.po
diff --git a/translations/source/be/svtools/source/dialogs.po b/source/be/svtools/source/dialogs.po
index 12a7a5dc2a3..12a7a5dc2a3 100644
--- a/translations/source/be/svtools/source/dialogs.po
+++ b/source/be/svtools/source/dialogs.po
diff --git a/translations/source/be/svtools/source/filter.po b/source/be/svtools/source/filter.po
index a4cabb50ee9..a4cabb50ee9 100644
--- a/translations/source/be/svtools/source/filter.po
+++ b/source/be/svtools/source/filter.po
diff --git a/translations/source/be/svtools/source/java.po b/source/be/svtools/source/java.po
index 10f17189668..10f17189668 100644
--- a/translations/source/be/svtools/source/java.po
+++ b/source/be/svtools/source/java.po
diff --git a/translations/source/be/svtools/source/misc.po b/source/be/svtools/source/misc.po
index b6cd7457952..b6cd7457952 100644
--- a/translations/source/be/svtools/source/misc.po
+++ b/source/be/svtools/source/misc.po
diff --git a/translations/source/be/svtools/source/toolpanel.po b/source/be/svtools/source/toolpanel.po
index 3f3aa22b9af..3f3aa22b9af 100644
--- a/translations/source/be/svtools/source/toolpanel.po
+++ b/source/be/svtools/source/toolpanel.po
diff --git a/translations/source/be/svtools/workben/unodialog.po b/source/be/svtools/workben/unodialog.po
index b547bdb3723..b547bdb3723 100644
--- a/translations/source/be/svtools/workben/unodialog.po
+++ b/source/be/svtools/workben/unodialog.po
diff --git a/translations/source/be/svx/inc.po b/source/be/svx/inc.po
index 6b1b9759b39..6b1b9759b39 100644
--- a/translations/source/be/svx/inc.po
+++ b/source/be/svx/inc.po
diff --git a/translations/source/be/svx/source/accessibility.po b/source/be/svx/source/accessibility.po
index 76e0df5aead..76e0df5aead 100644
--- a/translations/source/be/svx/source/accessibility.po
+++ b/source/be/svx/source/accessibility.po
diff --git a/translations/source/be/svx/source/dialog.po b/source/be/svx/source/dialog.po
index 29ce44fb5c8..29ce44fb5c8 100644
--- a/translations/source/be/svx/source/dialog.po
+++ b/source/be/svx/source/dialog.po
diff --git a/translations/source/be/svx/source/engine3d.po b/source/be/svx/source/engine3d.po
index c16717d3a10..c16717d3a10 100644
--- a/translations/source/be/svx/source/engine3d.po
+++ b/source/be/svx/source/engine3d.po
diff --git a/translations/source/be/svx/source/fmcomp.po b/source/be/svx/source/fmcomp.po
index 511f4605029..511f4605029 100644
--- a/translations/source/be/svx/source/fmcomp.po
+++ b/source/be/svx/source/fmcomp.po
diff --git a/translations/source/be/svx/source/form.po b/source/be/svx/source/form.po
index 30d3c1adf7b..30d3c1adf7b 100644
--- a/translations/source/be/svx/source/form.po
+++ b/source/be/svx/source/form.po
diff --git a/translations/source/be/svx/source/gallery2.po b/source/be/svx/source/gallery2.po
index bbda020da49..bbda020da49 100644
--- a/translations/source/be/svx/source/gallery2.po
+++ b/source/be/svx/source/gallery2.po
diff --git a/translations/source/be/svx/source/items.po b/source/be/svx/source/items.po
index a4c9bdce82b..a4c9bdce82b 100644
--- a/translations/source/be/svx/source/items.po
+++ b/source/be/svx/source/items.po
diff --git a/translations/source/be/svx/source/src.po b/source/be/svx/source/src.po
index f01431d246a..f01431d246a 100644
--- a/translations/source/be/svx/source/src.po
+++ b/source/be/svx/source/src.po
diff --git a/translations/source/be/svx/source/stbctrls.po b/source/be/svx/source/stbctrls.po
index 143caa8c08e..143caa8c08e 100644
--- a/translations/source/be/svx/source/stbctrls.po
+++ b/source/be/svx/source/stbctrls.po
diff --git a/translations/source/be/svx/source/svdraw.po b/source/be/svx/source/svdraw.po
index ee7f32eaea6..ee7f32eaea6 100644
--- a/translations/source/be/svx/source/svdraw.po
+++ b/source/be/svx/source/svdraw.po
diff --git a/translations/source/be/svx/source/table.po b/source/be/svx/source/table.po
index c4f17943534..c4f17943534 100644
--- a/translations/source/be/svx/source/table.po
+++ b/source/be/svx/source/table.po
diff --git a/translations/source/be/svx/source/tbxctrls.po b/source/be/svx/source/tbxctrls.po
index 8a8bb7734ec..8a8bb7734ec 100644
--- a/translations/source/be/svx/source/tbxctrls.po
+++ b/source/be/svx/source/tbxctrls.po
diff --git a/translations/source/be/svx/source/toolbars.po b/source/be/svx/source/toolbars.po
index d93c85751ae..d93c85751ae 100644
--- a/translations/source/be/svx/source/toolbars.po
+++ b/source/be/svx/source/toolbars.po
diff --git a/translations/source/be/svx/source/unodialogs/textconversiondlgs.po b/source/be/svx/source/unodialogs/textconversiondlgs.po
index ade1148b084..ade1148b084 100644
--- a/translations/source/be/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/be/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/be/sw/source/core/layout.po b/source/be/sw/source/core/layout.po
index 079dcbf1184..079dcbf1184 100644
--- a/translations/source/be/sw/source/core/layout.po
+++ b/source/be/sw/source/core/layout.po
diff --git a/translations/source/be/sw/source/core/undo.po b/source/be/sw/source/core/undo.po
index 93259e7e30a..93259e7e30a 100644
--- a/translations/source/be/sw/source/core/undo.po
+++ b/source/be/sw/source/core/undo.po
diff --git a/translations/source/be/sw/source/core/unocore.po b/source/be/sw/source/core/unocore.po
index 84eeae051f6..84eeae051f6 100644
--- a/translations/source/be/sw/source/core/unocore.po
+++ b/source/be/sw/source/core/unocore.po
diff --git a/translations/source/be/sw/source/ui/app.po b/source/be/sw/source/ui/app.po
index bfb67eb1cbe..bfb67eb1cbe 100644
--- a/translations/source/be/sw/source/ui/app.po
+++ b/source/be/sw/source/ui/app.po
diff --git a/translations/source/be/sw/source/ui/chrdlg.po b/source/be/sw/source/ui/chrdlg.po
index 02f276a36f4..02f276a36f4 100644
--- a/translations/source/be/sw/source/ui/chrdlg.po
+++ b/source/be/sw/source/ui/chrdlg.po
diff --git a/translations/source/be/sw/source/ui/config.po b/source/be/sw/source/ui/config.po
index 4a2186086cc..4a2186086cc 100644
--- a/translations/source/be/sw/source/ui/config.po
+++ b/source/be/sw/source/ui/config.po
diff --git a/translations/source/be/sw/source/ui/dbui.po b/source/be/sw/source/ui/dbui.po
index 2be4be2a0c9..2be4be2a0c9 100644
--- a/translations/source/be/sw/source/ui/dbui.po
+++ b/source/be/sw/source/ui/dbui.po
diff --git a/translations/source/be/sw/source/ui/dialog.po b/source/be/sw/source/ui/dialog.po
index 29d92d81cf7..29d92d81cf7 100644
--- a/translations/source/be/sw/source/ui/dialog.po
+++ b/source/be/sw/source/ui/dialog.po
diff --git a/translations/source/be/sw/source/ui/dochdl.po b/source/be/sw/source/ui/dochdl.po
index 3fbb04197c4..3fbb04197c4 100644
--- a/translations/source/be/sw/source/ui/dochdl.po
+++ b/source/be/sw/source/ui/dochdl.po
diff --git a/translations/source/be/sw/source/ui/docvw.po b/source/be/sw/source/ui/docvw.po
index 507e158d987..507e158d987 100644
--- a/translations/source/be/sw/source/ui/docvw.po
+++ b/source/be/sw/source/ui/docvw.po
diff --git a/translations/source/be/sw/source/ui/envelp.po b/source/be/sw/source/ui/envelp.po
index 757bf3fe7d3..757bf3fe7d3 100644
--- a/translations/source/be/sw/source/ui/envelp.po
+++ b/source/be/sw/source/ui/envelp.po
diff --git a/translations/source/be/sw/source/ui/fldui.po b/source/be/sw/source/ui/fldui.po
index e9934da24a7..e9934da24a7 100644
--- a/translations/source/be/sw/source/ui/fldui.po
+++ b/source/be/sw/source/ui/fldui.po
diff --git a/translations/source/be/sw/source/ui/fmtui.po b/source/be/sw/source/ui/fmtui.po
index c90254f17f6..c90254f17f6 100644
--- a/translations/source/be/sw/source/ui/fmtui.po
+++ b/source/be/sw/source/ui/fmtui.po
diff --git a/translations/source/be/sw/source/ui/frmdlg.po b/source/be/sw/source/ui/frmdlg.po
index 8e4e0f9691e..8e4e0f9691e 100644
--- a/translations/source/be/sw/source/ui/frmdlg.po
+++ b/source/be/sw/source/ui/frmdlg.po
diff --git a/translations/source/be/sw/source/ui/globdoc.po b/source/be/sw/source/ui/globdoc.po
index f7edefa2daa..f7edefa2daa 100644
--- a/translations/source/be/sw/source/ui/globdoc.po
+++ b/source/be/sw/source/ui/globdoc.po
diff --git a/translations/source/be/sw/source/ui/index.po b/source/be/sw/source/ui/index.po
index 493407ada0e..493407ada0e 100644
--- a/translations/source/be/sw/source/ui/index.po
+++ b/source/be/sw/source/ui/index.po
diff --git a/translations/source/be/sw/source/ui/lingu.po b/source/be/sw/source/ui/lingu.po
index 19da69ba96f..19da69ba96f 100644
--- a/translations/source/be/sw/source/ui/lingu.po
+++ b/source/be/sw/source/ui/lingu.po
diff --git a/translations/source/be/sw/source/ui/misc.po b/source/be/sw/source/ui/misc.po
index c049548b5e9..c049548b5e9 100644
--- a/translations/source/be/sw/source/ui/misc.po
+++ b/source/be/sw/source/ui/misc.po
diff --git a/translations/source/be/sw/source/ui/ribbar.po b/source/be/sw/source/ui/ribbar.po
index 0bfca5ab378..0bfca5ab378 100644
--- a/translations/source/be/sw/source/ui/ribbar.po
+++ b/source/be/sw/source/ui/ribbar.po
diff --git a/translations/source/be/sw/source/ui/shells.po b/source/be/sw/source/ui/shells.po
index 2dca837f99d..2dca837f99d 100644
--- a/translations/source/be/sw/source/ui/shells.po
+++ b/source/be/sw/source/ui/shells.po
diff --git a/translations/source/be/sw/source/ui/smartmenu.po b/source/be/sw/source/ui/smartmenu.po
index 7d01bf12408..7d01bf12408 100644
--- a/translations/source/be/sw/source/ui/smartmenu.po
+++ b/source/be/sw/source/ui/smartmenu.po
diff --git a/translations/source/be/sw/source/ui/table.po b/source/be/sw/source/ui/table.po
index a83e3850d22..a83e3850d22 100644
--- a/translations/source/be/sw/source/ui/table.po
+++ b/source/be/sw/source/ui/table.po
diff --git a/translations/source/be/sw/source/ui/uiview.po b/source/be/sw/source/ui/uiview.po
index eefa2eaddc6..eefa2eaddc6 100644
--- a/translations/source/be/sw/source/ui/uiview.po
+++ b/source/be/sw/source/ui/uiview.po
diff --git a/translations/source/be/sw/source/ui/utlui.po b/source/be/sw/source/ui/utlui.po
index 23106fc36a8..23106fc36a8 100644
--- a/translations/source/be/sw/source/ui/utlui.po
+++ b/source/be/sw/source/ui/utlui.po
diff --git a/translations/source/be/sw/source/ui/web.po b/source/be/sw/source/ui/web.po
index dc60d9bb35e..dc60d9bb35e 100644
--- a/translations/source/be/sw/source/ui/web.po
+++ b/source/be/sw/source/ui/web.po
diff --git a/translations/source/be/sw/source/ui/wrtsh.po b/source/be/sw/source/ui/wrtsh.po
index 500f89d50f8..500f89d50f8 100644
--- a/translations/source/be/sw/source/ui/wrtsh.po
+++ b/source/be/sw/source/ui/wrtsh.po
diff --git a/translations/source/be/swext/mediawiki/help.po b/source/be/swext/mediawiki/help.po
index 21c98da6d7b..21c98da6d7b 100644
--- a/translations/source/be/swext/mediawiki/help.po
+++ b/source/be/swext/mediawiki/help.po
diff --git a/translations/source/be/swext/mediawiki/src.po b/source/be/swext/mediawiki/src.po
index e66f4e90857..e66f4e90857 100644
--- a/translations/source/be/swext/mediawiki/src.po
+++ b/source/be/swext/mediawiki/src.po
diff --git a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index c81121c1cf9..c81121c1cf9 100644
--- a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 4c198d3c117..4c198d3c117 100644
--- a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/be/sysui/desktop/share.po b/source/be/sysui/desktop/share.po
index 6a2c37f9ebd..6a2c37f9ebd 100644
--- a/translations/source/be/sysui/desktop/share.po
+++ b/source/be/sysui/desktop/share.po
diff --git a/translations/source/be/uui/source.po b/source/be/uui/source.po
index 9f6899ff007..9f6899ff007 100644
--- a/translations/source/be/uui/source.po
+++ b/source/be/uui/source.po
diff --git a/translations/source/be/vcl/source/src.po b/source/be/vcl/source/src.po
index a1c9b07fd9c..a1c9b07fd9c 100644
--- a/translations/source/be/vcl/source/src.po
+++ b/source/be/vcl/source/src.po
diff --git a/translations/source/be/wizards/source/euro.po b/source/be/wizards/source/euro.po
index eee1f5efdb3..eee1f5efdb3 100644
--- a/translations/source/be/wizards/source/euro.po
+++ b/source/be/wizards/source/euro.po
diff --git a/translations/source/be/wizards/source/formwizard.po b/source/be/wizards/source/formwizard.po
index c9c3db9120a..c9c3db9120a 100644
--- a/translations/source/be/wizards/source/formwizard.po
+++ b/source/be/wizards/source/formwizard.po
diff --git a/translations/source/be/wizards/source/importwizard.po b/source/be/wizards/source/importwizard.po
index 0cf8f83e195..0cf8f83e195 100644
--- a/translations/source/be/wizards/source/importwizard.po
+++ b/source/be/wizards/source/importwizard.po
diff --git a/translations/source/be/wizards/source/schedule.po b/source/be/wizards/source/schedule.po
index c4f964cd6ef..c4f964cd6ef 100644
--- a/translations/source/be/wizards/source/schedule.po
+++ b/source/be/wizards/source/schedule.po
diff --git a/translations/source/be/wizards/source/template.po b/source/be/wizards/source/template.po
index 413f0f562f5..413f0f562f5 100644
--- a/translations/source/be/wizards/source/template.po
+++ b/source/be/wizards/source/template.po
diff --git a/translations/source/be/xmlsecurity/source/component.po b/source/be/xmlsecurity/source/component.po
index d762e495d71..d762e495d71 100644
--- a/translations/source/be/xmlsecurity/source/component.po
+++ b/source/be/xmlsecurity/source/component.po
diff --git a/translations/source/be/xmlsecurity/source/dialogs.po b/source/be/xmlsecurity/source/dialogs.po
index 5f60f633ddc..5f60f633ddc 100644
--- a/translations/source/be/xmlsecurity/source/dialogs.po
+++ b/source/be/xmlsecurity/source/dialogs.po
diff --git a/translations/source/bg/accessibility/source/helper.po b/source/bg/accessibility/source/helper.po
index 5b5e6efcc80..5b5e6efcc80 100644
--- a/translations/source/bg/accessibility/source/helper.po
+++ b/source/bg/accessibility/source/helper.po
diff --git a/translations/source/bg/avmedia/source/framework.po b/source/bg/avmedia/source/framework.po
index 272d2e747b8..272d2e747b8 100644
--- a/translations/source/bg/avmedia/source/framework.po
+++ b/source/bg/avmedia/source/framework.po
diff --git a/translations/source/bg/avmedia/source/viewer.po b/source/bg/avmedia/source/viewer.po
index 3dbee8453b8..3dbee8453b8 100644
--- a/translations/source/bg/avmedia/source/viewer.po
+++ b/source/bg/avmedia/source/viewer.po
diff --git a/translations/source/bg/basctl/source/basicide.po b/source/bg/basctl/source/basicide.po
index da17409856b..da17409856b 100644
--- a/translations/source/bg/basctl/source/basicide.po
+++ b/source/bg/basctl/source/basicide.po
diff --git a/translations/source/bg/basctl/source/dlged.po b/source/bg/basctl/source/dlged.po
index 2f83c8c0c16..2f83c8c0c16 100644
--- a/translations/source/bg/basctl/source/dlged.po
+++ b/source/bg/basctl/source/dlged.po
diff --git a/translations/source/bg/basic/source/classes.po b/source/bg/basic/source/classes.po
index b2fb15fa8c7..b2fb15fa8c7 100644
--- a/translations/source/bg/basic/source/classes.po
+++ b/source/bg/basic/source/classes.po
diff --git a/translations/source/bg/basic/source/sbx.po b/source/bg/basic/source/sbx.po
index 30a6c4b1204..30a6c4b1204 100644
--- a/translations/source/bg/basic/source/sbx.po
+++ b/source/bg/basic/source/sbx.po
diff --git a/translations/source/bg/chart2/source/controller/dialogs.po b/source/bg/chart2/source/controller/dialogs.po
index 3e5e9d764fe..3e5e9d764fe 100644
--- a/translations/source/bg/chart2/source/controller/dialogs.po
+++ b/source/bg/chart2/source/controller/dialogs.po
diff --git a/translations/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index a5897cc2632..a5897cc2632 100644
--- a/translations/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index ed5ecffc168..ed5ecffc168 100644
--- a/translations/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 826eb232df0..826eb232df0 100644
--- a/translations/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index b0316373151..b0316373151 100644
--- a/translations/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 554c5fea1af..554c5fea1af 100644
--- a/translations/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index b7e9b02c8e2..b7e9b02c8e2 100644
--- a/translations/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 8bfedca4ffe..8bfedca4ffe 100644
--- a/translations/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index a77dbc03d6a..a77dbc03d6a 100644
--- a/translations/source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index ac0348e5963..ac0348e5963 100644
--- a/translations/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 544b8b08e19..544b8b08e19 100644
--- a/translations/source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 991791eb99f..991791eb99f 100644
--- a/translations/source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 1ce2beb3233..1ce2beb3233 100644
--- a/translations/source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index cdfb6788517..cdfb6788517 100644
--- a/translations/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index c13acab17ad..c13acab17ad 100644
--- a/translations/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 52598749a9b..52598749a9b 100644
--- a/translations/source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/bg/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/bg/connectivity/source/resource.po b/source/bg/connectivity/source/resource.po
index 05a229344ea..05a229344ea 100644
--- a/translations/source/bg/connectivity/source/resource.po
+++ b/source/bg/connectivity/source/resource.po
diff --git a/translations/source/bg/cui/source/customize.po b/source/bg/cui/source/customize.po
index ee85440c55b..ee85440c55b 100644
--- a/translations/source/bg/cui/source/customize.po
+++ b/source/bg/cui/source/customize.po
diff --git a/translations/source/bg/cui/source/dialogs.po b/source/bg/cui/source/dialogs.po
index 33e2f5a1e95..33e2f5a1e95 100644
--- a/translations/source/bg/cui/source/dialogs.po
+++ b/source/bg/cui/source/dialogs.po
diff --git a/translations/source/bg/cui/source/options.po b/source/bg/cui/source/options.po
index 216355ff762..216355ff762 100644
--- a/translations/source/bg/cui/source/options.po
+++ b/source/bg/cui/source/options.po
diff --git a/translations/source/bg/cui/source/tabpages.po b/source/bg/cui/source/tabpages.po
index 7cd423554a8..7cd423554a8 100644
--- a/translations/source/bg/cui/source/tabpages.po
+++ b/source/bg/cui/source/tabpages.po
diff --git a/translations/source/bg/dbaccess/source/core/resource.po b/source/bg/dbaccess/source/core/resource.po
index b81cdefbec1..b81cdefbec1 100644
--- a/translations/source/bg/dbaccess/source/core/resource.po
+++ b/source/bg/dbaccess/source/core/resource.po
diff --git a/translations/source/bg/dbaccess/source/ext/macromigration.po b/source/bg/dbaccess/source/ext/macromigration.po
index d9a49a357c4..d9a49a357c4 100644
--- a/translations/source/bg/dbaccess/source/ext/macromigration.po
+++ b/source/bg/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/bg/dbaccess/source/sdbtools/resource.po b/source/bg/dbaccess/source/sdbtools/resource.po
index 4cd09fab011..4cd09fab011 100644
--- a/translations/source/bg/dbaccess/source/sdbtools/resource.po
+++ b/source/bg/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/bg/dbaccess/source/ui/app.po b/source/bg/dbaccess/source/ui/app.po
index 1fd1f50101b..1fd1f50101b 100644
--- a/translations/source/bg/dbaccess/source/ui/app.po
+++ b/source/bg/dbaccess/source/ui/app.po
diff --git a/translations/source/bg/dbaccess/source/ui/browser.po b/source/bg/dbaccess/source/ui/browser.po
index ef498498a0e..ef498498a0e 100644
--- a/translations/source/bg/dbaccess/source/ui/browser.po
+++ b/source/bg/dbaccess/source/ui/browser.po
diff --git a/translations/source/bg/dbaccess/source/ui/control.po b/source/bg/dbaccess/source/ui/control.po
index 58136975900..58136975900 100644
--- a/translations/source/bg/dbaccess/source/ui/control.po
+++ b/source/bg/dbaccess/source/ui/control.po
diff --git a/translations/source/bg/dbaccess/source/ui/dlg.po b/source/bg/dbaccess/source/ui/dlg.po
index 74f3be7c306..74f3be7c306 100644
--- a/translations/source/bg/dbaccess/source/ui/dlg.po
+++ b/source/bg/dbaccess/source/ui/dlg.po
diff --git a/translations/source/bg/dbaccess/source/ui/inc.po b/source/bg/dbaccess/source/ui/inc.po
index c04289317fd..c04289317fd 100644
--- a/translations/source/bg/dbaccess/source/ui/inc.po
+++ b/source/bg/dbaccess/source/ui/inc.po
diff --git a/translations/source/bg/dbaccess/source/ui/misc.po b/source/bg/dbaccess/source/ui/misc.po
index b024498460d..b024498460d 100644
--- a/translations/source/bg/dbaccess/source/ui/misc.po
+++ b/source/bg/dbaccess/source/ui/misc.po
diff --git a/translations/source/bg/dbaccess/source/ui/querydesign.po b/source/bg/dbaccess/source/ui/querydesign.po
index 76781ba3bd3..76781ba3bd3 100644
--- a/translations/source/bg/dbaccess/source/ui/querydesign.po
+++ b/source/bg/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/bg/dbaccess/source/ui/relationdesign.po b/source/bg/dbaccess/source/ui/relationdesign.po
index 9b377f9a248..9b377f9a248 100644
--- a/translations/source/bg/dbaccess/source/ui/relationdesign.po
+++ b/source/bg/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/bg/dbaccess/source/ui/tabledesign.po b/source/bg/dbaccess/source/ui/tabledesign.po
index b510b900dc2..b510b900dc2 100644
--- a/translations/source/bg/dbaccess/source/ui/tabledesign.po
+++ b/source/bg/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/bg/dbaccess/source/ui/uno.po b/source/bg/dbaccess/source/ui/uno.po
index 5a632994005..5a632994005 100644
--- a/translations/source/bg/dbaccess/source/ui/uno.po
+++ b/source/bg/dbaccess/source/ui/uno.po
diff --git a/translations/source/bg/desktop/source/app.po b/source/bg/desktop/source/app.po
index 31bfb2b16d0..31bfb2b16d0 100644
--- a/translations/source/bg/desktop/source/app.po
+++ b/source/bg/desktop/source/app.po
diff --git a/translations/source/bg/desktop/source/deployment/gui.po b/source/bg/desktop/source/deployment/gui.po
index b293a144aea..b293a144aea 100644
--- a/translations/source/bg/desktop/source/deployment/gui.po
+++ b/source/bg/desktop/source/deployment/gui.po
diff --git a/translations/source/bg/desktop/source/deployment/manager.po b/source/bg/desktop/source/deployment/manager.po
index 9f9003070d4..9f9003070d4 100644
--- a/translations/source/bg/desktop/source/deployment/manager.po
+++ b/source/bg/desktop/source/deployment/manager.po
diff --git a/translations/source/bg/desktop/source/deployment/misc.po b/source/bg/desktop/source/deployment/misc.po
index 72c4e7589c9..72c4e7589c9 100644
--- a/translations/source/bg/desktop/source/deployment/misc.po
+++ b/source/bg/desktop/source/deployment/misc.po
diff --git a/translations/source/bg/desktop/source/deployment/registry.po b/source/bg/desktop/source/deployment/registry.po
index f74770c6847..f74770c6847 100644
--- a/translations/source/bg/desktop/source/deployment/registry.po
+++ b/source/bg/desktop/source/deployment/registry.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/component.po b/source/bg/desktop/source/deployment/registry/component.po
index 507935ca2e8..507935ca2e8 100644
--- a/translations/source/bg/desktop/source/deployment/registry/component.po
+++ b/source/bg/desktop/source/deployment/registry/component.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/configuration.po b/source/bg/desktop/source/deployment/registry/configuration.po
index 59c219015b4..59c219015b4 100644
--- a/translations/source/bg/desktop/source/deployment/registry/configuration.po
+++ b/source/bg/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/help.po b/source/bg/desktop/source/deployment/registry/help.po
index cf716531254..cf716531254 100644
--- a/translations/source/bg/desktop/source/deployment/registry/help.po
+++ b/source/bg/desktop/source/deployment/registry/help.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/package.po b/source/bg/desktop/source/deployment/registry/package.po
index 3cac664515a..3cac664515a 100644
--- a/translations/source/bg/desktop/source/deployment/registry/package.po
+++ b/source/bg/desktop/source/deployment/registry/package.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/script.po b/source/bg/desktop/source/deployment/registry/script.po
index 754a8376875..754a8376875 100644
--- a/translations/source/bg/desktop/source/deployment/registry/script.po
+++ b/source/bg/desktop/source/deployment/registry/script.po
diff --git a/translations/source/bg/desktop/source/deployment/registry/sfwk.po b/source/bg/desktop/source/deployment/registry/sfwk.po
index 2fcbdf28dbe..2fcbdf28dbe 100644
--- a/translations/source/bg/desktop/source/deployment/registry/sfwk.po
+++ b/source/bg/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/bg/desktop/source/deployment/unopkg.po b/source/bg/desktop/source/deployment/unopkg.po
index 5d57ee6df89..5d57ee6df89 100644
--- a/translations/source/bg/desktop/source/deployment/unopkg.po
+++ b/source/bg/desktop/source/deployment/unopkg.po
diff --git a/translations/source/bg/dictionaries/af_ZA.po b/source/bg/dictionaries/af_ZA.po
index 4341e515c18..4341e515c18 100644
--- a/translations/source/bg/dictionaries/af_ZA.po
+++ b/source/bg/dictionaries/af_ZA.po
diff --git a/translations/source/bg/dictionaries/an_ES.po b/source/bg/dictionaries/an_ES.po
index c8a1de42bbe..c8a1de42bbe 100644
--- a/translations/source/bg/dictionaries/an_ES.po
+++ b/source/bg/dictionaries/an_ES.po
diff --git a/translations/source/bg/dictionaries/ar.po b/source/bg/dictionaries/ar.po
index ca7b5c1c17b..ca7b5c1c17b 100644
--- a/translations/source/bg/dictionaries/ar.po
+++ b/source/bg/dictionaries/ar.po
diff --git a/translations/source/bg/dictionaries/be_BY.po b/source/bg/dictionaries/be_BY.po
index ebd45741c30..ebd45741c30 100644
--- a/translations/source/bg/dictionaries/be_BY.po
+++ b/source/bg/dictionaries/be_BY.po
diff --git a/translations/source/bg/dictionaries/bg_BG.po b/source/bg/dictionaries/bg_BG.po
index 9d8edc1720b..9d8edc1720b 100644
--- a/translations/source/bg/dictionaries/bg_BG.po
+++ b/source/bg/dictionaries/bg_BG.po
diff --git a/translations/source/bg/dictionaries/bn_BD.po b/source/bg/dictionaries/bn_BD.po
index 6a6863b0dda..6a6863b0dda 100644
--- a/translations/source/bg/dictionaries/bn_BD.po
+++ b/source/bg/dictionaries/bn_BD.po
diff --git a/translations/source/bg/dictionaries/br_FR.po b/source/bg/dictionaries/br_FR.po
index 08e9a4f8120..08e9a4f8120 100644
--- a/translations/source/bg/dictionaries/br_FR.po
+++ b/source/bg/dictionaries/br_FR.po
diff --git a/translations/source/bg/dictionaries/ca.po b/source/bg/dictionaries/ca.po
index a1d3d7fa305..a1d3d7fa305 100644
--- a/translations/source/bg/dictionaries/ca.po
+++ b/source/bg/dictionaries/ca.po
diff --git a/translations/source/bg/dictionaries/cs_CZ.po b/source/bg/dictionaries/cs_CZ.po
index a39b9e6f9e3..a39b9e6f9e3 100644
--- a/translations/source/bg/dictionaries/cs_CZ.po
+++ b/source/bg/dictionaries/cs_CZ.po
diff --git a/translations/source/bg/dictionaries/da_DK.po b/source/bg/dictionaries/da_DK.po
index e9cee63558d..e9cee63558d 100644
--- a/translations/source/bg/dictionaries/da_DK.po
+++ b/source/bg/dictionaries/da_DK.po
diff --git a/translations/source/bg/dictionaries/de.po b/source/bg/dictionaries/de.po
index 73856b63134..73856b63134 100644
--- a/translations/source/bg/dictionaries/de.po
+++ b/source/bg/dictionaries/de.po
diff --git a/translations/source/bg/dictionaries/el_GR.po b/source/bg/dictionaries/el_GR.po
index 02c2a0ce9b3..02c2a0ce9b3 100644
--- a/translations/source/bg/dictionaries/el_GR.po
+++ b/source/bg/dictionaries/el_GR.po
diff --git a/translations/source/bg/dictionaries/en.po b/source/bg/dictionaries/en.po
index c4c4cc52e3d..c4c4cc52e3d 100644
--- a/translations/source/bg/dictionaries/en.po
+++ b/source/bg/dictionaries/en.po
diff --git a/translations/source/bg/dictionaries/en/dialog.po b/source/bg/dictionaries/en/dialog.po
index 2447e2c33c8..2447e2c33c8 100644
--- a/translations/source/bg/dictionaries/en/dialog.po
+++ b/source/bg/dictionaries/en/dialog.po
diff --git a/translations/source/bg/dictionaries/es_ES.po b/source/bg/dictionaries/es_ES.po
index a2c5b4791f3..a2c5b4791f3 100644
--- a/translations/source/bg/dictionaries/es_ES.po
+++ b/source/bg/dictionaries/es_ES.po
diff --git a/translations/source/bg/dictionaries/et_EE.po b/source/bg/dictionaries/et_EE.po
index d68a8bc2a86..d68a8bc2a86 100644
--- a/translations/source/bg/dictionaries/et_EE.po
+++ b/source/bg/dictionaries/et_EE.po
diff --git a/translations/source/bg/dictionaries/fr_FR.po b/source/bg/dictionaries/fr_FR.po
index 8bb73fadfe0..8bb73fadfe0 100644
--- a/translations/source/bg/dictionaries/fr_FR.po
+++ b/source/bg/dictionaries/fr_FR.po
diff --git a/translations/source/bg/dictionaries/gd_GB.po b/source/bg/dictionaries/gd_GB.po
index 88886a37901..88886a37901 100644
--- a/translations/source/bg/dictionaries/gd_GB.po
+++ b/source/bg/dictionaries/gd_GB.po
diff --git a/translations/source/bg/dictionaries/gl.po b/source/bg/dictionaries/gl.po
index d1a364782fb..d1a364782fb 100644
--- a/translations/source/bg/dictionaries/gl.po
+++ b/source/bg/dictionaries/gl.po
diff --git a/translations/source/bg/dictionaries/gu_IN.po b/source/bg/dictionaries/gu_IN.po
index 85326be879d..85326be879d 100644
--- a/translations/source/bg/dictionaries/gu_IN.po
+++ b/source/bg/dictionaries/gu_IN.po
diff --git a/translations/source/bg/dictionaries/he_IL.po b/source/bg/dictionaries/he_IL.po
index 3709e854ab4..3709e854ab4 100644
--- a/translations/source/bg/dictionaries/he_IL.po
+++ b/source/bg/dictionaries/he_IL.po
diff --git a/translations/source/bg/dictionaries/hi_IN.po b/source/bg/dictionaries/hi_IN.po
index 82433e13b4b..82433e13b4b 100644
--- a/translations/source/bg/dictionaries/hi_IN.po
+++ b/source/bg/dictionaries/hi_IN.po
diff --git a/translations/source/bg/dictionaries/hr_HR.po b/source/bg/dictionaries/hr_HR.po
index 7faa780a237..7faa780a237 100644
--- a/translations/source/bg/dictionaries/hr_HR.po
+++ b/source/bg/dictionaries/hr_HR.po
diff --git a/translations/source/bg/dictionaries/hu_HU.po b/source/bg/dictionaries/hu_HU.po
index 449961eec66..449961eec66 100644
--- a/translations/source/bg/dictionaries/hu_HU.po
+++ b/source/bg/dictionaries/hu_HU.po
diff --git a/translations/source/bg/dictionaries/hu_HU/dialog.po b/source/bg/dictionaries/hu_HU/dialog.po
index f08e753f6fe..f08e753f6fe 100644
--- a/translations/source/bg/dictionaries/hu_HU/dialog.po
+++ b/source/bg/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/bg/dictionaries/it_IT.po b/source/bg/dictionaries/it_IT.po
index 845c1f6d2f4..845c1f6d2f4 100644
--- a/translations/source/bg/dictionaries/it_IT.po
+++ b/source/bg/dictionaries/it_IT.po
diff --git a/translations/source/bg/dictionaries/ku_TR.po b/source/bg/dictionaries/ku_TR.po
index f3481dc6d73..f3481dc6d73 100644
--- a/translations/source/bg/dictionaries/ku_TR.po
+++ b/source/bg/dictionaries/ku_TR.po
diff --git a/translations/source/bg/dictionaries/lt_LT.po b/source/bg/dictionaries/lt_LT.po
index ed394dc506c..ed394dc506c 100644
--- a/translations/source/bg/dictionaries/lt_LT.po
+++ b/source/bg/dictionaries/lt_LT.po
diff --git a/translations/source/bg/dictionaries/lv_LV.po b/source/bg/dictionaries/lv_LV.po
index ce9812e3d6f..ce9812e3d6f 100644
--- a/translations/source/bg/dictionaries/lv_LV.po
+++ b/source/bg/dictionaries/lv_LV.po
diff --git a/translations/source/bg/dictionaries/ne_NP.po b/source/bg/dictionaries/ne_NP.po
index e3cb9cc95b4..e3cb9cc95b4 100644
--- a/translations/source/bg/dictionaries/ne_NP.po
+++ b/source/bg/dictionaries/ne_NP.po
diff --git a/translations/source/bg/dictionaries/nl_NL.po b/source/bg/dictionaries/nl_NL.po
index 016c2757ae0..016c2757ae0 100644
--- a/translations/source/bg/dictionaries/nl_NL.po
+++ b/source/bg/dictionaries/nl_NL.po
diff --git a/translations/source/bg/dictionaries/no.po b/source/bg/dictionaries/no.po
index 587ce8ca8d6..587ce8ca8d6 100644
--- a/translations/source/bg/dictionaries/no.po
+++ b/source/bg/dictionaries/no.po
diff --git a/translations/source/bg/dictionaries/oc_FR.po b/source/bg/dictionaries/oc_FR.po
index 82a71bbac22..82a71bbac22 100644
--- a/translations/source/bg/dictionaries/oc_FR.po
+++ b/source/bg/dictionaries/oc_FR.po
diff --git a/translations/source/bg/dictionaries/pl_PL.po b/source/bg/dictionaries/pl_PL.po
index 3d88d2a0ba2..3d88d2a0ba2 100644
--- a/translations/source/bg/dictionaries/pl_PL.po
+++ b/source/bg/dictionaries/pl_PL.po
diff --git a/translations/source/bg/dictionaries/pt_BR.po b/source/bg/dictionaries/pt_BR.po
index aa27e43d66c..aa27e43d66c 100644
--- a/translations/source/bg/dictionaries/pt_BR.po
+++ b/source/bg/dictionaries/pt_BR.po
diff --git a/translations/source/bg/dictionaries/pt_PT.po b/source/bg/dictionaries/pt_PT.po
index 8c5a68e8ed6..8c5a68e8ed6 100644
--- a/translations/source/bg/dictionaries/pt_PT.po
+++ b/source/bg/dictionaries/pt_PT.po
diff --git a/translations/source/bg/dictionaries/ro.po b/source/bg/dictionaries/ro.po
index c1d9d6efacc..c1d9d6efacc 100644
--- a/translations/source/bg/dictionaries/ro.po
+++ b/source/bg/dictionaries/ro.po
diff --git a/translations/source/bg/dictionaries/ru_RU.po b/source/bg/dictionaries/ru_RU.po
index fa312a358b1..fa312a358b1 100644
--- a/translations/source/bg/dictionaries/ru_RU.po
+++ b/source/bg/dictionaries/ru_RU.po
diff --git a/translations/source/bg/dictionaries/ru_RU/dialog.po b/source/bg/dictionaries/ru_RU/dialog.po
index 97dabaffbc0..97dabaffbc0 100644
--- a/translations/source/bg/dictionaries/ru_RU/dialog.po
+++ b/source/bg/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/bg/dictionaries/si_LK.po b/source/bg/dictionaries/si_LK.po
index b251d86b222..b251d86b222 100644
--- a/translations/source/bg/dictionaries/si_LK.po
+++ b/source/bg/dictionaries/si_LK.po
diff --git a/translations/source/bg/dictionaries/sk_SK.po b/source/bg/dictionaries/sk_SK.po
index a364d5f88b9..a364d5f88b9 100644
--- a/translations/source/bg/dictionaries/sk_SK.po
+++ b/source/bg/dictionaries/sk_SK.po
diff --git a/translations/source/bg/dictionaries/sl_SI.po b/source/bg/dictionaries/sl_SI.po
index f16dbfa1bd5..f16dbfa1bd5 100644
--- a/translations/source/bg/dictionaries/sl_SI.po
+++ b/source/bg/dictionaries/sl_SI.po
diff --git a/translations/source/bg/dictionaries/sr.po b/source/bg/dictionaries/sr.po
index ed1ac6932c4..ed1ac6932c4 100644
--- a/translations/source/bg/dictionaries/sr.po
+++ b/source/bg/dictionaries/sr.po
diff --git a/translations/source/bg/dictionaries/sv_SE.po b/source/bg/dictionaries/sv_SE.po
index a1ce6a8bb0e..a1ce6a8bb0e 100644
--- a/translations/source/bg/dictionaries/sv_SE.po
+++ b/source/bg/dictionaries/sv_SE.po
diff --git a/translations/source/bg/dictionaries/sw_TZ.po b/source/bg/dictionaries/sw_TZ.po
index 1bb77e3239f..1bb77e3239f 100644
--- a/translations/source/bg/dictionaries/sw_TZ.po
+++ b/source/bg/dictionaries/sw_TZ.po
diff --git a/translations/source/bg/dictionaries/te_IN.po b/source/bg/dictionaries/te_IN.po
index 1c1bc97d64b..1c1bc97d64b 100644
--- a/translations/source/bg/dictionaries/te_IN.po
+++ b/source/bg/dictionaries/te_IN.po
diff --git a/translations/source/bg/dictionaries/th_TH.po b/source/bg/dictionaries/th_TH.po
index d37e7fbe2e1..d37e7fbe2e1 100644
--- a/translations/source/bg/dictionaries/th_TH.po
+++ b/source/bg/dictionaries/th_TH.po
diff --git a/translations/source/bg/dictionaries/uk_UA.po b/source/bg/dictionaries/uk_UA.po
index d9155a23a6f..d9155a23a6f 100644
--- a/translations/source/bg/dictionaries/uk_UA.po
+++ b/source/bg/dictionaries/uk_UA.po
diff --git a/translations/source/bg/dictionaries/vi.po b/source/bg/dictionaries/vi.po
index 84da1bb68bd..84da1bb68bd 100644
--- a/translations/source/bg/dictionaries/vi.po
+++ b/source/bg/dictionaries/vi.po
diff --git a/translations/source/bg/dictionaries/zu_ZA.po b/source/bg/dictionaries/zu_ZA.po
index c0bb4513541..c0bb4513541 100644
--- a/translations/source/bg/dictionaries/zu_ZA.po
+++ b/source/bg/dictionaries/zu_ZA.po
diff --git a/translations/source/bg/editeng/source/accessibility.po b/source/bg/editeng/source/accessibility.po
index 16d0b167823..16d0b167823 100644
--- a/translations/source/bg/editeng/source/accessibility.po
+++ b/source/bg/editeng/source/accessibility.po
diff --git a/translations/source/bg/editeng/source/editeng.po b/source/bg/editeng/source/editeng.po
index 07923132285..07923132285 100644
--- a/translations/source/bg/editeng/source/editeng.po
+++ b/source/bg/editeng/source/editeng.po
diff --git a/translations/source/bg/editeng/source/items.po b/source/bg/editeng/source/items.po
index 1b59b5e3d16..1b59b5e3d16 100644
--- a/translations/source/bg/editeng/source/items.po
+++ b/source/bg/editeng/source/items.po
diff --git a/translations/source/bg/editeng/source/misc.po b/source/bg/editeng/source/misc.po
index 77a8c868897..77a8c868897 100644
--- a/translations/source/bg/editeng/source/misc.po
+++ b/source/bg/editeng/source/misc.po
diff --git a/translations/source/bg/editeng/source/outliner.po b/source/bg/editeng/source/outliner.po
index f8a0f8e34bc..f8a0f8e34bc 100644
--- a/translations/source/bg/editeng/source/outliner.po
+++ b/source/bg/editeng/source/outliner.po
diff --git a/translations/source/bg/extensions/source/abpilot.po b/source/bg/extensions/source/abpilot.po
index cfa505532a7..cfa505532a7 100644
--- a/translations/source/bg/extensions/source/abpilot.po
+++ b/source/bg/extensions/source/abpilot.po
diff --git a/translations/source/bg/extensions/source/bibliography.po b/source/bg/extensions/source/bibliography.po
index 71afcc8125e..71afcc8125e 100644
--- a/translations/source/bg/extensions/source/bibliography.po
+++ b/source/bg/extensions/source/bibliography.po
diff --git a/translations/source/bg/extensions/source/dbpilots.po b/source/bg/extensions/source/dbpilots.po
index 9a61e087f93..9a61e087f93 100644
--- a/translations/source/bg/extensions/source/dbpilots.po
+++ b/source/bg/extensions/source/dbpilots.po
diff --git a/translations/source/bg/extensions/source/propctrlr.po b/source/bg/extensions/source/propctrlr.po
index 426ede77f8a..426ede77f8a 100644
--- a/translations/source/bg/extensions/source/propctrlr.po
+++ b/source/bg/extensions/source/propctrlr.po
diff --git a/translations/source/bg/extensions/source/scanner.po b/source/bg/extensions/source/scanner.po
index 8d17d4a6e76..8d17d4a6e76 100644
--- a/translations/source/bg/extensions/source/scanner.po
+++ b/source/bg/extensions/source/scanner.po
diff --git a/translations/source/bg/extensions/source/update/check.po b/source/bg/extensions/source/update/check.po
index 706cd1c0979..706cd1c0979 100644
--- a/translations/source/bg/extensions/source/update/check.po
+++ b/source/bg/extensions/source/update/check.po
diff --git a/translations/source/bg/extensions/source/update/check/org/openoffice/Office.po b/source/bg/extensions/source/update/check/org/openoffice/Office.po
index db5254188c1..db5254188c1 100644
--- a/translations/source/bg/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/bg/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/bg/filter/source/config/fragments/filters.po b/source/bg/filter/source/config/fragments/filters.po
index 1fabcfb57d4..1fabcfb57d4 100644
--- a/translations/source/bg/filter/source/config/fragments/filters.po
+++ b/source/bg/filter/source/config/fragments/filters.po
diff --git a/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po b/source/bg/filter/source/config/fragments/internalgraphicfilters.po
index e697e230aff..e697e230aff 100644
--- a/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bg/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/bg/filter/source/config/fragments/types.po b/source/bg/filter/source/config/fragments/types.po
index 9db7bba2991..9db7bba2991 100644
--- a/translations/source/bg/filter/source/config/fragments/types.po
+++ b/source/bg/filter/source/config/fragments/types.po
diff --git a/translations/source/bg/filter/source/flash.po b/source/bg/filter/source/flash.po
index 0ca84ec62d2..0ca84ec62d2 100644
--- a/translations/source/bg/filter/source/flash.po
+++ b/source/bg/filter/source/flash.po
diff --git a/translations/source/bg/filter/source/graphicfilter/eps.po b/source/bg/filter/source/graphicfilter/eps.po
index c840c682fde..c840c682fde 100644
--- a/translations/source/bg/filter/source/graphicfilter/eps.po
+++ b/source/bg/filter/source/graphicfilter/eps.po
diff --git a/translations/source/bg/filter/source/pdf.po b/source/bg/filter/source/pdf.po
index f7471daa81f..f7471daa81f 100644
--- a/translations/source/bg/filter/source/pdf.po
+++ b/source/bg/filter/source/pdf.po
diff --git a/translations/source/bg/filter/source/t602.po b/source/bg/filter/source/t602.po
index 5db51e3c75c..5db51e3c75c 100644
--- a/translations/source/bg/filter/source/t602.po
+++ b/source/bg/filter/source/t602.po
diff --git a/translations/source/bg/filter/source/xsltdialog.po b/source/bg/filter/source/xsltdialog.po
index 33417f880dc..33417f880dc 100644
--- a/translations/source/bg/filter/source/xsltdialog.po
+++ b/source/bg/filter/source/xsltdialog.po
diff --git a/translations/source/bg/forms/source/resource.po b/source/bg/forms/source/resource.po
index d543fbb3260..d543fbb3260 100644
--- a/translations/source/bg/forms/source/resource.po
+++ b/source/bg/forms/source/resource.po
diff --git a/translations/source/bg/formula/source/core/resource.po b/source/bg/formula/source/core/resource.po
index 4b8856251b3..4b8856251b3 100644
--- a/translations/source/bg/formula/source/core/resource.po
+++ b/source/bg/formula/source/core/resource.po
diff --git a/translations/source/bg/formula/source/ui/dlg.po b/source/bg/formula/source/ui/dlg.po
index efb78b96607..efb78b96607 100644
--- a/translations/source/bg/formula/source/ui/dlg.po
+++ b/source/bg/formula/source/ui/dlg.po
diff --git a/translations/source/bg/fpicker/source/office.po b/source/bg/fpicker/source/office.po
index b3d0c20ac2b..b3d0c20ac2b 100644
--- a/translations/source/bg/fpicker/source/office.po
+++ b/source/bg/fpicker/source/office.po
diff --git a/translations/source/bg/framework/source/classes.po b/source/bg/framework/source/classes.po
index 0a4d67e890a..0a4d67e890a 100644
--- a/translations/source/bg/framework/source/classes.po
+++ b/source/bg/framework/source/classes.po
diff --git a/translations/source/bg/framework/source/services.po b/source/bg/framework/source/services.po
index 42edb85bb1e..42edb85bb1e 100644
--- a/translations/source/bg/framework/source/services.po
+++ b/source/bg/framework/source/services.po
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/guide.po b/source/bg/helpcontent2/source/text/sbasic/guide.po
index 3bc9a6fb7d1..3bc9a6fb7d1 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bg/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 825829dbcac..825829dbcac 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po b/source/bg/helpcontent2/source/text/sbasic/shared/01.po
index 720a6ba4e18..720a6ba4e18 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po b/source/bg/helpcontent2/source/text/sbasic/shared/02.po
index 1de972e97ae..1de972e97ae 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc.po b/source/bg/helpcontent2/source/text/scalc.po
index 548b944807e..548b944807e 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc.po
+++ b/source/bg/helpcontent2/source/text/scalc.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po
index 79eb9cebebb..79eb9cebebb 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/00.po
+++ b/source/bg/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index d9810efac7e..d9810efac7e 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/02.po b/source/bg/helpcontent2/source/text/scalc/02.po
index 273531b7246..273531b7246 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/02.po
+++ b/source/bg/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/04.po b/source/bg/helpcontent2/source/text/scalc/04.po
index 6064d5c8db1..6064d5c8db1 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/04.po
+++ b/source/bg/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/05.po b/source/bg/helpcontent2/source/text/scalc/05.po
index 7780347d5cc..7780347d5cc 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/05.po
+++ b/source/bg/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 9bacc2d608a..9bacc2d608a 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/schart.po b/source/bg/helpcontent2/source/text/schart.po
index be21a84e148..be21a84e148 100644
--- a/translations/source/bg/helpcontent2/source/text/schart.po
+++ b/source/bg/helpcontent2/source/text/schart.po
diff --git a/translations/source/bg/helpcontent2/source/text/schart/00.po b/source/bg/helpcontent2/source/text/schart/00.po
index 7ef3e8c6774..7ef3e8c6774 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/00.po
+++ b/source/bg/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/schart/01.po b/source/bg/helpcontent2/source/text/schart/01.po
index 1539339d75d..1539339d75d 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/01.po
+++ b/source/bg/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/schart/02.po b/source/bg/helpcontent2/source/text/schart/02.po
index 6fce664b584..6fce664b584 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/02.po
+++ b/source/bg/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/schart/04.po b/source/bg/helpcontent2/source/text/schart/04.po
index b331dd85132..b331dd85132 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/04.po
+++ b/source/bg/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw.po b/source/bg/helpcontent2/source/text/sdraw.po
index 064f0cdf7ef..064f0cdf7ef 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw.po
+++ b/source/bg/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/00.po b/source/bg/helpcontent2/source/text/sdraw/00.po
index b53f7641e0c..b53f7641e0c 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/00.po
+++ b/source/bg/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/01.po b/source/bg/helpcontent2/source/text/sdraw/01.po
index 22c62a15f1a..22c62a15f1a 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/01.po
+++ b/source/bg/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/04.po b/source/bg/helpcontent2/source/text/sdraw/04.po
index 5514d847c27..5514d847c27 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/04.po
+++ b/source/bg/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/guide.po b/source/bg/helpcontent2/source/text/sdraw/guide.po
index b2ed5ac861b..b2ed5ac861b 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/guide.po
+++ b/source/bg/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared.po b/source/bg/helpcontent2/source/text/shared.po
index 8c6fd1a03d4..8c6fd1a03d4 100644
--- a/translations/source/bg/helpcontent2/source/text/shared.po
+++ b/source/bg/helpcontent2/source/text/shared.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index dcff7307ee8..dcff7307ee8 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index 6453fa627d7..6453fa627d7 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index be943a73405..be943a73405 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/04.po b/source/bg/helpcontent2/source/text/shared/04.po
index ff4e369560a..ff4e369560a 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/04.po
+++ b/source/bg/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/05.po b/source/bg/helpcontent2/source/text/shared/05.po
index 60c85ecbc8d..60c85ecbc8d 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/05.po
+++ b/source/bg/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/07.po b/source/bg/helpcontent2/source/text/shared/07.po
index e2cbf9eada1..e2cbf9eada1 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/07.po
+++ b/source/bg/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/autokorr.po b/source/bg/helpcontent2/source/text/shared/autokorr.po
index 11165a11f41..11165a11f41 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/autokorr.po
+++ b/source/bg/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/autopi.po b/source/bg/helpcontent2/source/text/shared/autopi.po
index 3bcb4eed55d..3bcb4eed55d 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/autopi.po
+++ b/source/bg/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/explorer/database.po b/source/bg/helpcontent2/source/text/shared/explorer/database.po
index 90c6e0fcd2f..90c6e0fcd2f 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bg/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index c5b86439d8f..c5b86439d8f 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index 20100d299ec..20100d299ec 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress.po b/source/bg/helpcontent2/source/text/simpress.po
index 85dcd314c97..85dcd314c97 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress.po
+++ b/source/bg/helpcontent2/source/text/simpress.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/00.po b/source/bg/helpcontent2/source/text/simpress/00.po
index 5aedc2dda27..5aedc2dda27 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/00.po
+++ b/source/bg/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/01.po b/source/bg/helpcontent2/source/text/simpress/01.po
index 74e1bf23e55..74e1bf23e55 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/01.po
+++ b/source/bg/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/02.po b/source/bg/helpcontent2/source/text/simpress/02.po
index 1e80d690da9..1e80d690da9 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/02.po
+++ b/source/bg/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/04.po b/source/bg/helpcontent2/source/text/simpress/04.po
index 7389c49b5e9..7389c49b5e9 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/04.po
+++ b/source/bg/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/guide.po b/source/bg/helpcontent2/source/text/simpress/guide.po
index 625d601fc75..625d601fc75 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/guide.po
+++ b/source/bg/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath.po b/source/bg/helpcontent2/source/text/smath.po
index 9c26e17cc2f..9c26e17cc2f 100644
--- a/translations/source/bg/helpcontent2/source/text/smath.po
+++ b/source/bg/helpcontent2/source/text/smath.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath/00.po b/source/bg/helpcontent2/source/text/smath/00.po
index de075edbea3..de075edbea3 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/00.po
+++ b/source/bg/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath/01.po b/source/bg/helpcontent2/source/text/smath/01.po
index e284d1b4fa7..e284d1b4fa7 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/01.po
+++ b/source/bg/helpcontent2/source/text/smath/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath/02.po b/source/bg/helpcontent2/source/text/smath/02.po
index 01a34f381f4..01a34f381f4 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/02.po
+++ b/source/bg/helpcontent2/source/text/smath/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath/04.po b/source/bg/helpcontent2/source/text/smath/04.po
index 3e0dacad785..3e0dacad785 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/04.po
+++ b/source/bg/helpcontent2/source/text/smath/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/smath/guide.po b/source/bg/helpcontent2/source/text/smath/guide.po
index 50f17ecdb3c..50f17ecdb3c 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/guide.po
+++ b/source/bg/helpcontent2/source/text/smath/guide.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter.po b/source/bg/helpcontent2/source/text/swriter.po
index 90dc8d4012a..90dc8d4012a 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter.po
+++ b/source/bg/helpcontent2/source/text/swriter.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index 17352cbe4f2..17352cbe4f2 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index f42fa5aaae9..f42fa5aaae9 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/02.po b/source/bg/helpcontent2/source/text/swriter/02.po
index fd37aacb691..fd37aacb691 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/02.po
+++ b/source/bg/helpcontent2/source/text/swriter/02.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/04.po b/source/bg/helpcontent2/source/text/swriter/04.po
index 7f92cd07fd6..7f92cd07fd6 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/04.po
+++ b/source/bg/helpcontent2/source/text/swriter/04.po
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index 173bbe8c0a0..173bbe8c0a0 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
diff --git a/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 09b1ce3305b..09b1ce3305b 100644
--- a/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/bg/mysqlc/source.po b/source/bg/mysqlc/source.po
index c8c57cd683a..c8c57cd683a 100644
--- a/translations/source/bg/mysqlc/source.po
+++ b/source/bg/mysqlc/source.po
diff --git a/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index cc058721306..cc058721306 100644
--- a/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index fb92ffa4ece..fb92ffa4ece 100644
--- a/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index bdde6510606..bdde6510606 100644
--- a/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/bg/nlpsolver/src/locale.po b/source/bg/nlpsolver/src/locale.po
index aea548d6284..aea548d6284 100644
--- a/translations/source/bg/nlpsolver/src/locale.po
+++ b/source/bg/nlpsolver/src/locale.po
diff --git a/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po b/source/bg/officecfg/registry/data/org/openoffice/Office.po
index 29363dc2c85..29363dc2c85 100644
--- a/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index d1d525cf27e..d1d525cf27e 100644
--- a/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bg/padmin/source.po b/source/bg/padmin/source.po
index a2f2d2e9c53..a2f2d2e9c53 100644
--- a/translations/source/bg/padmin/source.po
+++ b/source/bg/padmin/source.po
diff --git a/translations/source/bg/readlicense_oo/docs/readme.po b/source/bg/readlicense_oo/docs/readme.po
index fb00ceb196d..fb00ceb196d 100644
--- a/translations/source/bg/readlicense_oo/docs/readme.po
+++ b/source/bg/readlicense_oo/docs/readme.po
diff --git a/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
index 400394281b8..400394281b8 100644
--- a/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po b/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
index 3cadf13a421..3cadf13a421 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
index b858dac7a76..b858dac7a76 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 713a09b75d1..713a09b75d1 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/bg/reportbuilder/util.po b/source/bg/reportbuilder/util.po
index d886453f165..d886453f165 100644
--- a/translations/source/bg/reportbuilder/util.po
+++ b/source/bg/reportbuilder/util.po
diff --git a/translations/source/bg/reportdesign/source/core/resource.po b/source/bg/reportdesign/source/core/resource.po
index 8f862dc5165..8f862dc5165 100644
--- a/translations/source/bg/reportdesign/source/core/resource.po
+++ b/source/bg/reportdesign/source/core/resource.po
diff --git a/translations/source/bg/reportdesign/source/ui/dlg.po b/source/bg/reportdesign/source/ui/dlg.po
index 5be82433b34..5be82433b34 100644
--- a/translations/source/bg/reportdesign/source/ui/dlg.po
+++ b/source/bg/reportdesign/source/ui/dlg.po
diff --git a/translations/source/bg/reportdesign/source/ui/inspection.po b/source/bg/reportdesign/source/ui/inspection.po
index 5dc7db3d9ec..5dc7db3d9ec 100644
--- a/translations/source/bg/reportdesign/source/ui/inspection.po
+++ b/source/bg/reportdesign/source/ui/inspection.po
diff --git a/translations/source/bg/reportdesign/source/ui/report.po b/source/bg/reportdesign/source/ui/report.po
index d95790d910f..d95790d910f 100644
--- a/translations/source/bg/reportdesign/source/ui/report.po
+++ b/source/bg/reportdesign/source/ui/report.po
diff --git a/translations/source/bg/sc/source/core/src.po b/source/bg/sc/source/core/src.po
index b7a063938ad..b7a063938ad 100644
--- a/translations/source/bg/sc/source/core/src.po
+++ b/source/bg/sc/source/core/src.po
diff --git a/translations/source/bg/sc/source/ui/cctrl.po b/source/bg/sc/source/ui/cctrl.po
index 3d5ee328b68..3d5ee328b68 100644
--- a/translations/source/bg/sc/source/ui/cctrl.po
+++ b/source/bg/sc/source/ui/cctrl.po
diff --git a/translations/source/bg/sc/source/ui/dbgui.po b/source/bg/sc/source/ui/dbgui.po
index 6a1cc4f5886..6a1cc4f5886 100644
--- a/translations/source/bg/sc/source/ui/dbgui.po
+++ b/source/bg/sc/source/ui/dbgui.po
diff --git a/translations/source/bg/sc/source/ui/docshell.po b/source/bg/sc/source/ui/docshell.po
index 6ff514614d7..6ff514614d7 100644
--- a/translations/source/bg/sc/source/ui/docshell.po
+++ b/source/bg/sc/source/ui/docshell.po
diff --git a/translations/source/bg/sc/source/ui/drawfunc.po b/source/bg/sc/source/ui/drawfunc.po
index 8e52f73e9c8..8e52f73e9c8 100644
--- a/translations/source/bg/sc/source/ui/drawfunc.po
+++ b/source/bg/sc/source/ui/drawfunc.po
diff --git a/translations/source/bg/sc/source/ui/formdlg.po b/source/bg/sc/source/ui/formdlg.po
index 6223befefc9..6223befefc9 100644
--- a/translations/source/bg/sc/source/ui/formdlg.po
+++ b/source/bg/sc/source/ui/formdlg.po
diff --git a/translations/source/bg/sc/source/ui/miscdlgs.po b/source/bg/sc/source/ui/miscdlgs.po
index 5a25615eec4..5a25615eec4 100644
--- a/translations/source/bg/sc/source/ui/miscdlgs.po
+++ b/source/bg/sc/source/ui/miscdlgs.po
diff --git a/translations/source/bg/sc/source/ui/navipi.po b/source/bg/sc/source/ui/navipi.po
index 33331279ffe..33331279ffe 100644
--- a/translations/source/bg/sc/source/ui/navipi.po
+++ b/source/bg/sc/source/ui/navipi.po
diff --git a/translations/source/bg/sc/source/ui/optdlg.po b/source/bg/sc/source/ui/optdlg.po
index 14cc613c2fd..14cc613c2fd 100644
--- a/translations/source/bg/sc/source/ui/optdlg.po
+++ b/source/bg/sc/source/ui/optdlg.po
diff --git a/translations/source/bg/sc/source/ui/pagedlg.po b/source/bg/sc/source/ui/pagedlg.po
index fa88443d02d..fa88443d02d 100644
--- a/translations/source/bg/sc/source/ui/pagedlg.po
+++ b/source/bg/sc/source/ui/pagedlg.po
diff --git a/translations/source/bg/sc/source/ui/src.po b/source/bg/sc/source/ui/src.po
index 58c1d14e81c..58c1d14e81c 100644
--- a/translations/source/bg/sc/source/ui/src.po
+++ b/source/bg/sc/source/ui/src.po
diff --git a/translations/source/bg/sc/source/ui/styleui.po b/source/bg/sc/source/ui/styleui.po
index ca385446982..ca385446982 100644
--- a/translations/source/bg/sc/source/ui/styleui.po
+++ b/source/bg/sc/source/ui/styleui.po
diff --git a/translations/source/bg/scaddins/source/analysis.po b/source/bg/scaddins/source/analysis.po
index 07b8c85f108..07b8c85f108 100644
--- a/translations/source/bg/scaddins/source/analysis.po
+++ b/source/bg/scaddins/source/analysis.po
diff --git a/translations/source/bg/scaddins/source/datefunc.po b/source/bg/scaddins/source/datefunc.po
index b06baa75bc5..b06baa75bc5 100644
--- a/translations/source/bg/scaddins/source/datefunc.po
+++ b/source/bg/scaddins/source/datefunc.po
diff --git a/translations/source/bg/sccomp/source/solver.po b/source/bg/sccomp/source/solver.po
index 6338d328204..6338d328204 100644
--- a/translations/source/bg/sccomp/source/solver.po
+++ b/source/bg/sccomp/source/solver.po
diff --git a/translations/source/bg/scp2/source/accessories.po b/source/bg/scp2/source/accessories.po
index b206c621710..b206c621710 100644
--- a/translations/source/bg/scp2/source/accessories.po
+++ b/source/bg/scp2/source/accessories.po
diff --git a/translations/source/bg/scp2/source/activex.po b/source/bg/scp2/source/activex.po
index c487eecf32d..c487eecf32d 100644
--- a/translations/source/bg/scp2/source/activex.po
+++ b/source/bg/scp2/source/activex.po
diff --git a/translations/source/bg/scp2/source/base.po b/source/bg/scp2/source/base.po
index d5f1c850d28..d5f1c850d28 100644
--- a/translations/source/bg/scp2/source/base.po
+++ b/source/bg/scp2/source/base.po
diff --git a/translations/source/bg/scp2/source/binfilter.po b/source/bg/scp2/source/binfilter.po
index fe6f8bf32b1..fe6f8bf32b1 100644
--- a/translations/source/bg/scp2/source/binfilter.po
+++ b/source/bg/scp2/source/binfilter.po
diff --git a/translations/source/bg/scp2/source/calc.po b/source/bg/scp2/source/calc.po
index 520ae48740e..520ae48740e 100644
--- a/translations/source/bg/scp2/source/calc.po
+++ b/source/bg/scp2/source/calc.po
diff --git a/translations/source/bg/scp2/source/draw.po b/source/bg/scp2/source/draw.po
index 583c7ce37a9..583c7ce37a9 100644
--- a/translations/source/bg/scp2/source/draw.po
+++ b/source/bg/scp2/source/draw.po
diff --git a/translations/source/bg/scp2/source/extensions.po b/source/bg/scp2/source/extensions.po
index 97a0a4524aa..97a0a4524aa 100644
--- a/translations/source/bg/scp2/source/extensions.po
+++ b/source/bg/scp2/source/extensions.po
diff --git a/translations/source/bg/scp2/source/gnome.po b/source/bg/scp2/source/gnome.po
index b3d0fadbe5c..b3d0fadbe5c 100644
--- a/translations/source/bg/scp2/source/gnome.po
+++ b/source/bg/scp2/source/gnome.po
diff --git a/translations/source/bg/scp2/source/graphicfilter.po b/source/bg/scp2/source/graphicfilter.po
index 0c52d628cbb..0c52d628cbb 100644
--- a/translations/source/bg/scp2/source/graphicfilter.po
+++ b/source/bg/scp2/source/graphicfilter.po
diff --git a/translations/source/bg/scp2/source/impress.po b/source/bg/scp2/source/impress.po
index fd621ce4271..fd621ce4271 100644
--- a/translations/source/bg/scp2/source/impress.po
+++ b/source/bg/scp2/source/impress.po
diff --git a/translations/source/bg/scp2/source/javafilter.po b/source/bg/scp2/source/javafilter.po
index 15c50666b34..15c50666b34 100644
--- a/translations/source/bg/scp2/source/javafilter.po
+++ b/source/bg/scp2/source/javafilter.po
diff --git a/translations/source/bg/scp2/source/kde.po b/source/bg/scp2/source/kde.po
index 7d619431670..7d619431670 100644
--- a/translations/source/bg/scp2/source/kde.po
+++ b/source/bg/scp2/source/kde.po
diff --git a/translations/source/bg/scp2/source/math.po b/source/bg/scp2/source/math.po
index 36c1fba8da3..36c1fba8da3 100644
--- a/translations/source/bg/scp2/source/math.po
+++ b/source/bg/scp2/source/math.po
diff --git a/translations/source/bg/scp2/source/onlineupdate.po b/source/bg/scp2/source/onlineupdate.po
index 0a5dcf93027..0a5dcf93027 100644
--- a/translations/source/bg/scp2/source/onlineupdate.po
+++ b/source/bg/scp2/source/onlineupdate.po
diff --git a/translations/source/bg/scp2/source/ooo.po b/source/bg/scp2/source/ooo.po
index 61bdcfbce90..61bdcfbce90 100644
--- a/translations/source/bg/scp2/source/ooo.po
+++ b/source/bg/scp2/source/ooo.po
diff --git a/translations/source/bg/scp2/source/python.po b/source/bg/scp2/source/python.po
index d5975252fc1..d5975252fc1 100644
--- a/translations/source/bg/scp2/source/python.po
+++ b/source/bg/scp2/source/python.po
diff --git a/translations/source/bg/scp2/source/quickstart.po b/source/bg/scp2/source/quickstart.po
index c8bddc48f66..c8bddc48f66 100644
--- a/translations/source/bg/scp2/source/quickstart.po
+++ b/source/bg/scp2/source/quickstart.po
diff --git a/translations/source/bg/scp2/source/sdkoo.po b/source/bg/scp2/source/sdkoo.po
index 0694577064e..0694577064e 100644
--- a/translations/source/bg/scp2/source/sdkoo.po
+++ b/source/bg/scp2/source/sdkoo.po
diff --git a/translations/source/bg/scp2/source/smoketest.po b/source/bg/scp2/source/smoketest.po
index 4071d06815e..4071d06815e 100644
--- a/translations/source/bg/scp2/source/smoketest.po
+++ b/source/bg/scp2/source/smoketest.po
diff --git a/translations/source/bg/scp2/source/stdlibs.po b/source/bg/scp2/source/stdlibs.po
index 982eeceb158..982eeceb158 100644
--- a/translations/source/bg/scp2/source/stdlibs.po
+++ b/source/bg/scp2/source/stdlibs.po
diff --git a/translations/source/bg/scp2/source/tde.po b/source/bg/scp2/source/tde.po
index a179ded7d3b..a179ded7d3b 100644
--- a/translations/source/bg/scp2/source/tde.po
+++ b/source/bg/scp2/source/tde.po
diff --git a/translations/source/bg/scp2/source/winexplorerext.po b/source/bg/scp2/source/winexplorerext.po
index de1ffc6b6c1..de1ffc6b6c1 100644
--- a/translations/source/bg/scp2/source/winexplorerext.po
+++ b/source/bg/scp2/source/winexplorerext.po
diff --git a/translations/source/bg/scp2/source/writer.po b/source/bg/scp2/source/writer.po
index 49f1c2adee0..49f1c2adee0 100644
--- a/translations/source/bg/scp2/source/writer.po
+++ b/source/bg/scp2/source/writer.po
diff --git a/translations/source/bg/scp2/source/xsltfilter.po b/source/bg/scp2/source/xsltfilter.po
index 13ea0f79e36..13ea0f79e36 100644
--- a/translations/source/bg/scp2/source/xsltfilter.po
+++ b/source/bg/scp2/source/xsltfilter.po
diff --git a/translations/source/bg/scripting/source/pyprov.po b/source/bg/scripting/source/pyprov.po
index 22b8e613475..22b8e613475 100644
--- a/translations/source/bg/scripting/source/pyprov.po
+++ b/source/bg/scripting/source/pyprov.po
diff --git a/translations/source/bg/sd/source/core.po b/source/bg/sd/source/core.po
index c5823b06a7e..c5823b06a7e 100644
--- a/translations/source/bg/sd/source/core.po
+++ b/source/bg/sd/source/core.po
diff --git a/translations/source/bg/sd/source/filter/html.po b/source/bg/sd/source/filter/html.po
index 2fb4221a927..2fb4221a927 100644
--- a/translations/source/bg/sd/source/filter/html.po
+++ b/source/bg/sd/source/filter/html.po
diff --git a/translations/source/bg/sd/source/ui/accessibility.po b/source/bg/sd/source/ui/accessibility.po
index c307f01b5b7..c307f01b5b7 100644
--- a/translations/source/bg/sd/source/ui/accessibility.po
+++ b/source/bg/sd/source/ui/accessibility.po
diff --git a/translations/source/bg/sd/source/ui/animations.po b/source/bg/sd/source/ui/animations.po
index a8f815037a6..a8f815037a6 100644
--- a/translations/source/bg/sd/source/ui/animations.po
+++ b/source/bg/sd/source/ui/animations.po
diff --git a/translations/source/bg/sd/source/ui/annotations.po b/source/bg/sd/source/ui/annotations.po
index e1e0e2051c2..e1e0e2051c2 100644
--- a/translations/source/bg/sd/source/ui/annotations.po
+++ b/source/bg/sd/source/ui/annotations.po
diff --git a/translations/source/bg/sd/source/ui/app.po b/source/bg/sd/source/ui/app.po
index 2a7ec68c542..2a7ec68c542 100644
--- a/translations/source/bg/sd/source/ui/app.po
+++ b/source/bg/sd/source/ui/app.po
diff --git a/translations/source/bg/sd/source/ui/dlg.po b/source/bg/sd/source/ui/dlg.po
index 3830aa9e1b5..3830aa9e1b5 100644
--- a/translations/source/bg/sd/source/ui/dlg.po
+++ b/source/bg/sd/source/ui/dlg.po
diff --git a/translations/source/bg/sd/source/ui/slideshow.po b/source/bg/sd/source/ui/slideshow.po
index ff78377ef9d..ff78377ef9d 100644
--- a/translations/source/bg/sd/source/ui/slideshow.po
+++ b/source/bg/sd/source/ui/slideshow.po
diff --git a/translations/source/bg/sd/source/ui/table.po b/source/bg/sd/source/ui/table.po
index 8d9b34b6068..8d9b34b6068 100644
--- a/translations/source/bg/sd/source/ui/table.po
+++ b/source/bg/sd/source/ui/table.po
diff --git a/translations/source/bg/sd/source/ui/view.po b/source/bg/sd/source/ui/view.po
index ccc46d50703..ccc46d50703 100644
--- a/translations/source/bg/sd/source/ui/view.po
+++ b/source/bg/sd/source/ui/view.po
diff --git a/translations/source/bg/sdext/source/minimizer.po b/source/bg/sdext/source/minimizer.po
index 1ffedb6b5de..1ffedb6b5de 100644
--- a/translations/source/bg/sdext/source/minimizer.po
+++ b/source/bg/sdext/source/minimizer.po
diff --git a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 28a6f9c9b12..28a6f9c9b12 100644
--- a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index e0268f3849d..e0268f3849d 100644
--- a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bg/sdext/source/pdfimport.po b/source/bg/sdext/source/pdfimport.po
index 6f1ffe9b082..6f1ffe9b082 100644
--- a/translations/source/bg/sdext/source/pdfimport.po
+++ b/source/bg/sdext/source/pdfimport.po
diff --git a/translations/source/bg/sdext/source/presenter.po b/source/bg/sdext/source/presenter.po
index b1d6dc7ae68..b1d6dc7ae68 100644
--- a/translations/source/bg/sdext/source/presenter.po
+++ b/source/bg/sdext/source/presenter.po
diff --git a/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 9b6767f59b0..9b6767f59b0 100644
--- a/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 65101c28ec9..65101c28ec9 100644
--- a/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bg/setup_native/source/mac.po b/source/bg/setup_native/source/mac.po
index 9efcf2b74cc..9efcf2b74cc 100644
--- a/translations/source/bg/setup_native/source/mac.po
+++ b/source/bg/setup_native/source/mac.po
diff --git a/translations/source/bg/sfx2/source/appl.po b/source/bg/sfx2/source/appl.po
index 71bc7d1c6fa..71bc7d1c6fa 100644
--- a/translations/source/bg/sfx2/source/appl.po
+++ b/source/bg/sfx2/source/appl.po
diff --git a/translations/source/bg/sfx2/source/bastyp.po b/source/bg/sfx2/source/bastyp.po
index b82e72694bc..b82e72694bc 100644
--- a/translations/source/bg/sfx2/source/bastyp.po
+++ b/source/bg/sfx2/source/bastyp.po
diff --git a/translations/source/bg/sfx2/source/dialog.po b/source/bg/sfx2/source/dialog.po
index 002b31df322..002b31df322 100644
--- a/translations/source/bg/sfx2/source/dialog.po
+++ b/source/bg/sfx2/source/dialog.po
diff --git a/translations/source/bg/sfx2/source/doc.po b/source/bg/sfx2/source/doc.po
index 03c562aaffd..03c562aaffd 100644
--- a/translations/source/bg/sfx2/source/doc.po
+++ b/source/bg/sfx2/source/doc.po
diff --git a/translations/source/bg/sfx2/source/menu.po b/source/bg/sfx2/source/menu.po
index 2bd58962986..2bd58962986 100644
--- a/translations/source/bg/sfx2/source/menu.po
+++ b/source/bg/sfx2/source/menu.po
diff --git a/translations/source/bg/sfx2/source/view.po b/source/bg/sfx2/source/view.po
index e384fcb3814..e384fcb3814 100644
--- a/translations/source/bg/sfx2/source/view.po
+++ b/source/bg/sfx2/source/view.po
diff --git a/translations/source/bg/shell/source/win32/shlxthandler/res.po b/source/bg/shell/source/win32/shlxthandler/res.po
index 72fcc8f707d..72fcc8f707d 100644
--- a/translations/source/bg/shell/source/win32/shlxthandler/res.po
+++ b/source/bg/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/bg/starmath/source.po b/source/bg/starmath/source.po
index 44e72f45adb..44e72f45adb 100644
--- a/translations/source/bg/starmath/source.po
+++ b/source/bg/starmath/source.po
diff --git a/translations/source/bg/svl/source/items.po b/source/bg/svl/source/items.po
index 9d124e0e23c..9d124e0e23c 100644
--- a/translations/source/bg/svl/source/items.po
+++ b/source/bg/svl/source/items.po
diff --git a/translations/source/bg/svl/source/misc.po b/source/bg/svl/source/misc.po
index 57fc934dc85..57fc934dc85 100644
--- a/translations/source/bg/svl/source/misc.po
+++ b/source/bg/svl/source/misc.po
diff --git a/translations/source/bg/svtools/source/contnr.po b/source/bg/svtools/source/contnr.po
index a78aad16516..a78aad16516 100644
--- a/translations/source/bg/svtools/source/contnr.po
+++ b/source/bg/svtools/source/contnr.po
diff --git a/translations/source/bg/svtools/source/control.po b/source/bg/svtools/source/control.po
index 1146858a710..1146858a710 100644
--- a/translations/source/bg/svtools/source/control.po
+++ b/source/bg/svtools/source/control.po
diff --git a/translations/source/bg/svtools/source/dialogs.po b/source/bg/svtools/source/dialogs.po
index 605fe6d5cfb..605fe6d5cfb 100644
--- a/translations/source/bg/svtools/source/dialogs.po
+++ b/source/bg/svtools/source/dialogs.po
diff --git a/translations/source/bg/svtools/source/filter.po b/source/bg/svtools/source/filter.po
index 5796fdd009c..5796fdd009c 100644
--- a/translations/source/bg/svtools/source/filter.po
+++ b/source/bg/svtools/source/filter.po
diff --git a/translations/source/bg/svtools/source/java.po b/source/bg/svtools/source/java.po
index 8246d752ac9..8246d752ac9 100644
--- a/translations/source/bg/svtools/source/java.po
+++ b/source/bg/svtools/source/java.po
diff --git a/translations/source/bg/svtools/source/misc.po b/source/bg/svtools/source/misc.po
index 0ce865fdc43..0ce865fdc43 100644
--- a/translations/source/bg/svtools/source/misc.po
+++ b/source/bg/svtools/source/misc.po
diff --git a/translations/source/bg/svtools/source/toolpanel.po b/source/bg/svtools/source/toolpanel.po
index 2c3c95af92b..2c3c95af92b 100644
--- a/translations/source/bg/svtools/source/toolpanel.po
+++ b/source/bg/svtools/source/toolpanel.po
diff --git a/translations/source/bg/svtools/workben/unodialog.po b/source/bg/svtools/workben/unodialog.po
index 57d8022daf4..57d8022daf4 100644
--- a/translations/source/bg/svtools/workben/unodialog.po
+++ b/source/bg/svtools/workben/unodialog.po
diff --git a/translations/source/bg/svx/inc.po b/source/bg/svx/inc.po
index 7b6e433bd56..7b6e433bd56 100644
--- a/translations/source/bg/svx/inc.po
+++ b/source/bg/svx/inc.po
diff --git a/translations/source/bg/svx/source/accessibility.po b/source/bg/svx/source/accessibility.po
index 8bb9ec3d53b..8bb9ec3d53b 100644
--- a/translations/source/bg/svx/source/accessibility.po
+++ b/source/bg/svx/source/accessibility.po
diff --git a/translations/source/bg/svx/source/dialog.po b/source/bg/svx/source/dialog.po
index 4d7d3f043d8..4d7d3f043d8 100644
--- a/translations/source/bg/svx/source/dialog.po
+++ b/source/bg/svx/source/dialog.po
diff --git a/translations/source/bg/svx/source/engine3d.po b/source/bg/svx/source/engine3d.po
index a464e94619c..a464e94619c 100644
--- a/translations/source/bg/svx/source/engine3d.po
+++ b/source/bg/svx/source/engine3d.po
diff --git a/translations/source/bg/svx/source/fmcomp.po b/source/bg/svx/source/fmcomp.po
index 64336399891..64336399891 100644
--- a/translations/source/bg/svx/source/fmcomp.po
+++ b/source/bg/svx/source/fmcomp.po
diff --git a/translations/source/bg/svx/source/form.po b/source/bg/svx/source/form.po
index a2644705269..a2644705269 100644
--- a/translations/source/bg/svx/source/form.po
+++ b/source/bg/svx/source/form.po
diff --git a/translations/source/bg/svx/source/gallery2.po b/source/bg/svx/source/gallery2.po
index d208981ff1b..d208981ff1b 100644
--- a/translations/source/bg/svx/source/gallery2.po
+++ b/source/bg/svx/source/gallery2.po
diff --git a/translations/source/bg/svx/source/items.po b/source/bg/svx/source/items.po
index 8f3ea8c11b6..8f3ea8c11b6 100644
--- a/translations/source/bg/svx/source/items.po
+++ b/source/bg/svx/source/items.po
diff --git a/translations/source/bg/svx/source/src.po b/source/bg/svx/source/src.po
index c3f984d216b..c3f984d216b 100644
--- a/translations/source/bg/svx/source/src.po
+++ b/source/bg/svx/source/src.po
diff --git a/translations/source/bg/svx/source/stbctrls.po b/source/bg/svx/source/stbctrls.po
index d453a20dea3..d453a20dea3 100644
--- a/translations/source/bg/svx/source/stbctrls.po
+++ b/source/bg/svx/source/stbctrls.po
diff --git a/translations/source/bg/svx/source/svdraw.po b/source/bg/svx/source/svdraw.po
index ffb81e68724..ffb81e68724 100644
--- a/translations/source/bg/svx/source/svdraw.po
+++ b/source/bg/svx/source/svdraw.po
diff --git a/translations/source/bg/svx/source/table.po b/source/bg/svx/source/table.po
index 36f64ec74e5..36f64ec74e5 100644
--- a/translations/source/bg/svx/source/table.po
+++ b/source/bg/svx/source/table.po
diff --git a/translations/source/bg/svx/source/tbxctrls.po b/source/bg/svx/source/tbxctrls.po
index 42d0e56f741..42d0e56f741 100644
--- a/translations/source/bg/svx/source/tbxctrls.po
+++ b/source/bg/svx/source/tbxctrls.po
diff --git a/translations/source/bg/svx/source/toolbars.po b/source/bg/svx/source/toolbars.po
index e0c6ff48db4..e0c6ff48db4 100644
--- a/translations/source/bg/svx/source/toolbars.po
+++ b/source/bg/svx/source/toolbars.po
diff --git a/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po b/source/bg/svx/source/unodialogs/textconversiondlgs.po
index f7a43e966c8..f7a43e966c8 100644
--- a/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/bg/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/bg/sw/source/core/layout.po b/source/bg/sw/source/core/layout.po
index 3c8e1f7ac53..3c8e1f7ac53 100644
--- a/translations/source/bg/sw/source/core/layout.po
+++ b/source/bg/sw/source/core/layout.po
diff --git a/translations/source/bg/sw/source/core/undo.po b/source/bg/sw/source/core/undo.po
index bab146dfed7..bab146dfed7 100644
--- a/translations/source/bg/sw/source/core/undo.po
+++ b/source/bg/sw/source/core/undo.po
diff --git a/translations/source/bg/sw/source/core/unocore.po b/source/bg/sw/source/core/unocore.po
index d9e41f74513..d9e41f74513 100644
--- a/translations/source/bg/sw/source/core/unocore.po
+++ b/source/bg/sw/source/core/unocore.po
diff --git a/translations/source/bg/sw/source/ui/app.po b/source/bg/sw/source/ui/app.po
index f8820ebacdf..f8820ebacdf 100644
--- a/translations/source/bg/sw/source/ui/app.po
+++ b/source/bg/sw/source/ui/app.po
diff --git a/translations/source/bg/sw/source/ui/chrdlg.po b/source/bg/sw/source/ui/chrdlg.po
index faa75be58b6..faa75be58b6 100644
--- a/translations/source/bg/sw/source/ui/chrdlg.po
+++ b/source/bg/sw/source/ui/chrdlg.po
diff --git a/translations/source/bg/sw/source/ui/config.po b/source/bg/sw/source/ui/config.po
index 250d967fad3..250d967fad3 100644
--- a/translations/source/bg/sw/source/ui/config.po
+++ b/source/bg/sw/source/ui/config.po
diff --git a/translations/source/bg/sw/source/ui/dbui.po b/source/bg/sw/source/ui/dbui.po
index c0cbcc714e4..c0cbcc714e4 100644
--- a/translations/source/bg/sw/source/ui/dbui.po
+++ b/source/bg/sw/source/ui/dbui.po
diff --git a/translations/source/bg/sw/source/ui/dialog.po b/source/bg/sw/source/ui/dialog.po
index c0363c561fa..c0363c561fa 100644
--- a/translations/source/bg/sw/source/ui/dialog.po
+++ b/source/bg/sw/source/ui/dialog.po
diff --git a/translations/source/bg/sw/source/ui/dochdl.po b/source/bg/sw/source/ui/dochdl.po
index bf3dfde4e8e..bf3dfde4e8e 100644
--- a/translations/source/bg/sw/source/ui/dochdl.po
+++ b/source/bg/sw/source/ui/dochdl.po
diff --git a/translations/source/bg/sw/source/ui/docvw.po b/source/bg/sw/source/ui/docvw.po
index 83801afd55c..83801afd55c 100644
--- a/translations/source/bg/sw/source/ui/docvw.po
+++ b/source/bg/sw/source/ui/docvw.po
diff --git a/translations/source/bg/sw/source/ui/envelp.po b/source/bg/sw/source/ui/envelp.po
index 999d997bf4d..999d997bf4d 100644
--- a/translations/source/bg/sw/source/ui/envelp.po
+++ b/source/bg/sw/source/ui/envelp.po
diff --git a/translations/source/bg/sw/source/ui/fldui.po b/source/bg/sw/source/ui/fldui.po
index 5d56997b0e9..5d56997b0e9 100644
--- a/translations/source/bg/sw/source/ui/fldui.po
+++ b/source/bg/sw/source/ui/fldui.po
diff --git a/translations/source/bg/sw/source/ui/fmtui.po b/source/bg/sw/source/ui/fmtui.po
index b92c4c27378..b92c4c27378 100644
--- a/translations/source/bg/sw/source/ui/fmtui.po
+++ b/source/bg/sw/source/ui/fmtui.po
diff --git a/translations/source/bg/sw/source/ui/frmdlg.po b/source/bg/sw/source/ui/frmdlg.po
index 8e56a95207e..8e56a95207e 100644
--- a/translations/source/bg/sw/source/ui/frmdlg.po
+++ b/source/bg/sw/source/ui/frmdlg.po
diff --git a/translations/source/bg/sw/source/ui/globdoc.po b/source/bg/sw/source/ui/globdoc.po
index bfe085a2e66..bfe085a2e66 100644
--- a/translations/source/bg/sw/source/ui/globdoc.po
+++ b/source/bg/sw/source/ui/globdoc.po
diff --git a/translations/source/bg/sw/source/ui/index.po b/source/bg/sw/source/ui/index.po
index bc081012bfa..bc081012bfa 100644
--- a/translations/source/bg/sw/source/ui/index.po
+++ b/source/bg/sw/source/ui/index.po
diff --git a/translations/source/bg/sw/source/ui/lingu.po b/source/bg/sw/source/ui/lingu.po
index 93e7a201997..93e7a201997 100644
--- a/translations/source/bg/sw/source/ui/lingu.po
+++ b/source/bg/sw/source/ui/lingu.po
diff --git a/translations/source/bg/sw/source/ui/misc.po b/source/bg/sw/source/ui/misc.po
index c00c567f574..c00c567f574 100644
--- a/translations/source/bg/sw/source/ui/misc.po
+++ b/source/bg/sw/source/ui/misc.po
diff --git a/translations/source/bg/sw/source/ui/ribbar.po b/source/bg/sw/source/ui/ribbar.po
index 43f4ae0e1d9..43f4ae0e1d9 100644
--- a/translations/source/bg/sw/source/ui/ribbar.po
+++ b/source/bg/sw/source/ui/ribbar.po
diff --git a/translations/source/bg/sw/source/ui/shells.po b/source/bg/sw/source/ui/shells.po
index 3e302b49ce4..3e302b49ce4 100644
--- a/translations/source/bg/sw/source/ui/shells.po
+++ b/source/bg/sw/source/ui/shells.po
diff --git a/translations/source/bg/sw/source/ui/smartmenu.po b/source/bg/sw/source/ui/smartmenu.po
index 59634f3a1b1..59634f3a1b1 100644
--- a/translations/source/bg/sw/source/ui/smartmenu.po
+++ b/source/bg/sw/source/ui/smartmenu.po
diff --git a/translations/source/bg/sw/source/ui/table.po b/source/bg/sw/source/ui/table.po
index 7d364c3620c..7d364c3620c 100644
--- a/translations/source/bg/sw/source/ui/table.po
+++ b/source/bg/sw/source/ui/table.po
diff --git a/translations/source/bg/sw/source/ui/uiview.po b/source/bg/sw/source/ui/uiview.po
index 792e2e057e5..792e2e057e5 100644
--- a/translations/source/bg/sw/source/ui/uiview.po
+++ b/source/bg/sw/source/ui/uiview.po
diff --git a/translations/source/bg/sw/source/ui/utlui.po b/source/bg/sw/source/ui/utlui.po
index 41447d48bb8..41447d48bb8 100644
--- a/translations/source/bg/sw/source/ui/utlui.po
+++ b/source/bg/sw/source/ui/utlui.po
diff --git a/translations/source/bg/sw/source/ui/web.po b/source/bg/sw/source/ui/web.po
index bd3c0767425..bd3c0767425 100644
--- a/translations/source/bg/sw/source/ui/web.po
+++ b/source/bg/sw/source/ui/web.po
diff --git a/translations/source/bg/sw/source/ui/wrtsh.po b/source/bg/sw/source/ui/wrtsh.po
index d72b3ae8f4a..d72b3ae8f4a 100644
--- a/translations/source/bg/sw/source/ui/wrtsh.po
+++ b/source/bg/sw/source/ui/wrtsh.po
diff --git a/translations/source/bg/swext/mediawiki/help.po b/source/bg/swext/mediawiki/help.po
index ada8307c1e7..ada8307c1e7 100644
--- a/translations/source/bg/swext/mediawiki/help.po
+++ b/source/bg/swext/mediawiki/help.po
diff --git a/translations/source/bg/swext/mediawiki/src.po b/source/bg/swext/mediawiki/src.po
index 2424158b663..2424158b663 100644
--- a/translations/source/bg/swext/mediawiki/src.po
+++ b/source/bg/swext/mediawiki/src.po
diff --git a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index f00ef901201..f00ef901201 100644
--- a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index e5705c31993..e5705c31993 100644
--- a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/bg/sysui/desktop/share.po b/source/bg/sysui/desktop/share.po
index b2ac8d36b5f..b2ac8d36b5f 100644
--- a/translations/source/bg/sysui/desktop/share.po
+++ b/source/bg/sysui/desktop/share.po
diff --git a/translations/source/bg/uui/source.po b/source/bg/uui/source.po
index d34413d563c..d34413d563c 100644
--- a/translations/source/bg/uui/source.po
+++ b/source/bg/uui/source.po
diff --git a/translations/source/bg/vcl/source/src.po b/source/bg/vcl/source/src.po
index 7cd2a6ff47f..7cd2a6ff47f 100644
--- a/translations/source/bg/vcl/source/src.po
+++ b/source/bg/vcl/source/src.po
diff --git a/translations/source/bg/wizards/source/euro.po b/source/bg/wizards/source/euro.po
index 17d93ca6232..17d93ca6232 100644
--- a/translations/source/bg/wizards/source/euro.po
+++ b/source/bg/wizards/source/euro.po
diff --git a/translations/source/bg/wizards/source/formwizard.po b/source/bg/wizards/source/formwizard.po
index 6942272d7f5..6942272d7f5 100644
--- a/translations/source/bg/wizards/source/formwizard.po
+++ b/source/bg/wizards/source/formwizard.po
diff --git a/translations/source/bg/wizards/source/importwizard.po b/source/bg/wizards/source/importwizard.po
index ebbbdabcab4..ebbbdabcab4 100644
--- a/translations/source/bg/wizards/source/importwizard.po
+++ b/source/bg/wizards/source/importwizard.po
diff --git a/translations/source/bg/wizards/source/schedule.po b/source/bg/wizards/source/schedule.po
index b035c4f2b8d..b035c4f2b8d 100644
--- a/translations/source/bg/wizards/source/schedule.po
+++ b/source/bg/wizards/source/schedule.po
diff --git a/translations/source/bg/wizards/source/template.po b/source/bg/wizards/source/template.po
index c76b0825c4f..c76b0825c4f 100644
--- a/translations/source/bg/wizards/source/template.po
+++ b/source/bg/wizards/source/template.po
diff --git a/translations/source/bg/xmlsecurity/source/component.po b/source/bg/xmlsecurity/source/component.po
index 4fdd3e29a04..4fdd3e29a04 100644
--- a/translations/source/bg/xmlsecurity/source/component.po
+++ b/source/bg/xmlsecurity/source/component.po
diff --git a/translations/source/bg/xmlsecurity/source/dialogs.po b/source/bg/xmlsecurity/source/dialogs.po
index 39b977deb84..39b977deb84 100644
--- a/translations/source/bg/xmlsecurity/source/dialogs.po
+++ b/source/bg/xmlsecurity/source/dialogs.po
diff --git a/translations/source/bn-IN/accessibility/source/helper.po b/source/bn-IN/accessibility/source/helper.po
index 4ee7823a86b..4ee7823a86b 100644
--- a/translations/source/bn-IN/accessibility/source/helper.po
+++ b/source/bn-IN/accessibility/source/helper.po
diff --git a/translations/source/bn-IN/avmedia/source/framework.po b/source/bn-IN/avmedia/source/framework.po
index 726ed6f66fb..726ed6f66fb 100644
--- a/translations/source/bn-IN/avmedia/source/framework.po
+++ b/source/bn-IN/avmedia/source/framework.po
diff --git a/translations/source/bn-IN/avmedia/source/viewer.po b/source/bn-IN/avmedia/source/viewer.po
index fee68a2db21..fee68a2db21 100644
--- a/translations/source/bn-IN/avmedia/source/viewer.po
+++ b/source/bn-IN/avmedia/source/viewer.po
diff --git a/translations/source/bn-IN/basctl/source/basicide.po b/source/bn-IN/basctl/source/basicide.po
index 229e5267d62..229e5267d62 100644
--- a/translations/source/bn-IN/basctl/source/basicide.po
+++ b/source/bn-IN/basctl/source/basicide.po
diff --git a/translations/source/bn-IN/basctl/source/dlged.po b/source/bn-IN/basctl/source/dlged.po
index 283f42768ed..283f42768ed 100644
--- a/translations/source/bn-IN/basctl/source/dlged.po
+++ b/source/bn-IN/basctl/source/dlged.po
diff --git a/translations/source/bn-IN/basic/source/classes.po b/source/bn-IN/basic/source/classes.po
index 111d986693f..111d986693f 100644
--- a/translations/source/bn-IN/basic/source/classes.po
+++ b/source/bn-IN/basic/source/classes.po
diff --git a/translations/source/bn-IN/basic/source/sbx.po b/source/bn-IN/basic/source/sbx.po
index 5caebf58c55..5caebf58c55 100644
--- a/translations/source/bn-IN/basic/source/sbx.po
+++ b/source/bn-IN/basic/source/sbx.po
diff --git a/translations/source/bn-IN/chart2/source/controller/dialogs.po b/source/bn-IN/chart2/source/controller/dialogs.po
index 2894ab631df..2894ab631df 100644
--- a/translations/source/bn-IN/chart2/source/controller/dialogs.po
+++ b/source/bn-IN/chart2/source/controller/dialogs.po
diff --git a/translations/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 4c4378eff5c..4c4378eff5c 100644
--- a/translations/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index e8228682d03..e8228682d03 100644
--- a/translations/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 9393b9837bc..9393b9837bc 100644
--- a/translations/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 178f8dd54c4..178f8dd54c4 100644
--- a/translations/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index bf761488316..bf761488316 100644
--- a/translations/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 30b412de335..30b412de335 100644
--- a/translations/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 46d557a514f..46d557a514f 100644
--- a/translations/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 37060d961d6..37060d961d6 100644
--- a/translations/source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 65248314622..65248314622 100644
--- a/translations/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 36510f15dd5..36510f15dd5 100644
--- a/translations/source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index c0162a93641..c0162a93641 100644
--- a/translations/source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 78ee88388e0..78ee88388e0 100644
--- a/translations/source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 348b672493f..348b672493f 100644
--- a/translations/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 0e89a3196c2..0e89a3196c2 100644
--- a/translations/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 86ad082f0b5..86ad082f0b5 100644
--- a/translations/source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/connectivity/source/resource.po b/source/bn-IN/connectivity/source/resource.po
index ba0b3f19e7d..ba0b3f19e7d 100644
--- a/translations/source/bn-IN/connectivity/source/resource.po
+++ b/source/bn-IN/connectivity/source/resource.po
diff --git a/translations/source/bn-IN/cui/source/customize.po b/source/bn-IN/cui/source/customize.po
index 7f03a19a393..7f03a19a393 100644
--- a/translations/source/bn-IN/cui/source/customize.po
+++ b/source/bn-IN/cui/source/customize.po
diff --git a/translations/source/bn-IN/cui/source/dialogs.po b/source/bn-IN/cui/source/dialogs.po
index e7b33d4b0c4..e7b33d4b0c4 100644
--- a/translations/source/bn-IN/cui/source/dialogs.po
+++ b/source/bn-IN/cui/source/dialogs.po
diff --git a/translations/source/bn-IN/cui/source/options.po b/source/bn-IN/cui/source/options.po
index 7923c3f61c8..7923c3f61c8 100644
--- a/translations/source/bn-IN/cui/source/options.po
+++ b/source/bn-IN/cui/source/options.po
diff --git a/translations/source/bn-IN/cui/source/tabpages.po b/source/bn-IN/cui/source/tabpages.po
index a3ae3ba1342..a3ae3ba1342 100644
--- a/translations/source/bn-IN/cui/source/tabpages.po
+++ b/source/bn-IN/cui/source/tabpages.po
diff --git a/translations/source/bn-IN/dbaccess/source/core/resource.po b/source/bn-IN/dbaccess/source/core/resource.po
index fbd922faf94..fbd922faf94 100644
--- a/translations/source/bn-IN/dbaccess/source/core/resource.po
+++ b/source/bn-IN/dbaccess/source/core/resource.po
diff --git a/translations/source/bn-IN/dbaccess/source/ext/macromigration.po b/source/bn-IN/dbaccess/source/ext/macromigration.po
index 8e7ae070285..8e7ae070285 100644
--- a/translations/source/bn-IN/dbaccess/source/ext/macromigration.po
+++ b/source/bn-IN/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/bn-IN/dbaccess/source/sdbtools/resource.po b/source/bn-IN/dbaccess/source/sdbtools/resource.po
index 11b85781979..11b85781979 100644
--- a/translations/source/bn-IN/dbaccess/source/sdbtools/resource.po
+++ b/source/bn-IN/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/app.po b/source/bn-IN/dbaccess/source/ui/app.po
index b39f11ba4ff..b39f11ba4ff 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/app.po
+++ b/source/bn-IN/dbaccess/source/ui/app.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/browser.po b/source/bn-IN/dbaccess/source/ui/browser.po
index 0eb8a6c73b4..0eb8a6c73b4 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/browser.po
+++ b/source/bn-IN/dbaccess/source/ui/browser.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/control.po b/source/bn-IN/dbaccess/source/ui/control.po
index f33760f75bd..f33760f75bd 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/control.po
+++ b/source/bn-IN/dbaccess/source/ui/control.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/dlg.po b/source/bn-IN/dbaccess/source/ui/dlg.po
index 25449a419f5..25449a419f5 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/dlg.po
+++ b/source/bn-IN/dbaccess/source/ui/dlg.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/inc.po b/source/bn-IN/dbaccess/source/ui/inc.po
index cad5c1768f8..cad5c1768f8 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/inc.po
+++ b/source/bn-IN/dbaccess/source/ui/inc.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/misc.po b/source/bn-IN/dbaccess/source/ui/misc.po
index d7febfa22db..d7febfa22db 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/misc.po
+++ b/source/bn-IN/dbaccess/source/ui/misc.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/querydesign.po b/source/bn-IN/dbaccess/source/ui/querydesign.po
index a147185e5aa..a147185e5aa 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/querydesign.po
+++ b/source/bn-IN/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/relationdesign.po b/source/bn-IN/dbaccess/source/ui/relationdesign.po
index 15a2049f918..15a2049f918 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/relationdesign.po
+++ b/source/bn-IN/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/tabledesign.po b/source/bn-IN/dbaccess/source/ui/tabledesign.po
index 21db8957fd7..21db8957fd7 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/tabledesign.po
+++ b/source/bn-IN/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/bn-IN/dbaccess/source/ui/uno.po b/source/bn-IN/dbaccess/source/ui/uno.po
index 0000dd590e1..0000dd590e1 100644
--- a/translations/source/bn-IN/dbaccess/source/ui/uno.po
+++ b/source/bn-IN/dbaccess/source/ui/uno.po
diff --git a/translations/source/bn-IN/desktop/source/app.po b/source/bn-IN/desktop/source/app.po
index 5e110c94061..5e110c94061 100644
--- a/translations/source/bn-IN/desktop/source/app.po
+++ b/source/bn-IN/desktop/source/app.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/gui.po b/source/bn-IN/desktop/source/deployment/gui.po
index 8d6ea24ff0b..8d6ea24ff0b 100644
--- a/translations/source/bn-IN/desktop/source/deployment/gui.po
+++ b/source/bn-IN/desktop/source/deployment/gui.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/manager.po b/source/bn-IN/desktop/source/deployment/manager.po
index 686890c1d1f..686890c1d1f 100644
--- a/translations/source/bn-IN/desktop/source/deployment/manager.po
+++ b/source/bn-IN/desktop/source/deployment/manager.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/misc.po b/source/bn-IN/desktop/source/deployment/misc.po
index e9ef15c996c..e9ef15c996c 100644
--- a/translations/source/bn-IN/desktop/source/deployment/misc.po
+++ b/source/bn-IN/desktop/source/deployment/misc.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry.po b/source/bn-IN/desktop/source/deployment/registry.po
index 5d88c8997fc..5d88c8997fc 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry.po
+++ b/source/bn-IN/desktop/source/deployment/registry.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/component.po b/source/bn-IN/desktop/source/deployment/registry/component.po
index 57d3fc2f67f..57d3fc2f67f 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/component.po
+++ b/source/bn-IN/desktop/source/deployment/registry/component.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/configuration.po b/source/bn-IN/desktop/source/deployment/registry/configuration.po
index cb18c837e4c..cb18c837e4c 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/configuration.po
+++ b/source/bn-IN/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/help.po b/source/bn-IN/desktop/source/deployment/registry/help.po
index 7a3bea78546..7a3bea78546 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/help.po
+++ b/source/bn-IN/desktop/source/deployment/registry/help.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/package.po b/source/bn-IN/desktop/source/deployment/registry/package.po
index b2d262b1350..b2d262b1350 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/package.po
+++ b/source/bn-IN/desktop/source/deployment/registry/package.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/script.po b/source/bn-IN/desktop/source/deployment/registry/script.po
index fb0bcb135e4..fb0bcb135e4 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/script.po
+++ b/source/bn-IN/desktop/source/deployment/registry/script.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/registry/sfwk.po b/source/bn-IN/desktop/source/deployment/registry/sfwk.po
index 8bb4e27c22b..8bb4e27c22b 100644
--- a/translations/source/bn-IN/desktop/source/deployment/registry/sfwk.po
+++ b/source/bn-IN/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/bn-IN/desktop/source/deployment/unopkg.po b/source/bn-IN/desktop/source/deployment/unopkg.po
index 6decdba6599..6decdba6599 100644
--- a/translations/source/bn-IN/desktop/source/deployment/unopkg.po
+++ b/source/bn-IN/desktop/source/deployment/unopkg.po
diff --git a/translations/source/bn-IN/dictionaries/af_ZA.po b/source/bn-IN/dictionaries/af_ZA.po
index baa85230955..baa85230955 100644
--- a/translations/source/bn-IN/dictionaries/af_ZA.po
+++ b/source/bn-IN/dictionaries/af_ZA.po
diff --git a/translations/source/bn-IN/dictionaries/an_ES.po b/source/bn-IN/dictionaries/an_ES.po
index ad422c27082..ad422c27082 100644
--- a/translations/source/bn-IN/dictionaries/an_ES.po
+++ b/source/bn-IN/dictionaries/an_ES.po
diff --git a/translations/source/bn-IN/dictionaries/ar.po b/source/bn-IN/dictionaries/ar.po
index c56952047c2..c56952047c2 100644
--- a/translations/source/bn-IN/dictionaries/ar.po
+++ b/source/bn-IN/dictionaries/ar.po
diff --git a/translations/source/bn-IN/dictionaries/be_BY.po b/source/bn-IN/dictionaries/be_BY.po
index fd0684824f1..fd0684824f1 100644
--- a/translations/source/bn-IN/dictionaries/be_BY.po
+++ b/source/bn-IN/dictionaries/be_BY.po
diff --git a/translations/source/bn-IN/dictionaries/bg_BG.po b/source/bn-IN/dictionaries/bg_BG.po
index 3da7a67ba53..3da7a67ba53 100644
--- a/translations/source/bn-IN/dictionaries/bg_BG.po
+++ b/source/bn-IN/dictionaries/bg_BG.po
diff --git a/translations/source/bn-IN/dictionaries/bn_BD.po b/source/bn-IN/dictionaries/bn_BD.po
index 22e55281c8f..22e55281c8f 100644
--- a/translations/source/bn-IN/dictionaries/bn_BD.po
+++ b/source/bn-IN/dictionaries/bn_BD.po
diff --git a/translations/source/bn-IN/dictionaries/br_FR.po b/source/bn-IN/dictionaries/br_FR.po
index ae5c1e73409..ae5c1e73409 100644
--- a/translations/source/bn-IN/dictionaries/br_FR.po
+++ b/source/bn-IN/dictionaries/br_FR.po
diff --git a/translations/source/bn-IN/dictionaries/ca.po b/source/bn-IN/dictionaries/ca.po
index 91814965e40..91814965e40 100644
--- a/translations/source/bn-IN/dictionaries/ca.po
+++ b/source/bn-IN/dictionaries/ca.po
diff --git a/translations/source/bn-IN/dictionaries/cs_CZ.po b/source/bn-IN/dictionaries/cs_CZ.po
index 1481a245904..1481a245904 100644
--- a/translations/source/bn-IN/dictionaries/cs_CZ.po
+++ b/source/bn-IN/dictionaries/cs_CZ.po
diff --git a/translations/source/bn-IN/dictionaries/da_DK.po b/source/bn-IN/dictionaries/da_DK.po
index e147f62bb1c..e147f62bb1c 100644
--- a/translations/source/bn-IN/dictionaries/da_DK.po
+++ b/source/bn-IN/dictionaries/da_DK.po
diff --git a/translations/source/bn-IN/dictionaries/de.po b/source/bn-IN/dictionaries/de.po
index 02d91ea8500..02d91ea8500 100644
--- a/translations/source/bn-IN/dictionaries/de.po
+++ b/source/bn-IN/dictionaries/de.po
diff --git a/translations/source/bn-IN/dictionaries/el_GR.po b/source/bn-IN/dictionaries/el_GR.po
index 774ed51931d..774ed51931d 100644
--- a/translations/source/bn-IN/dictionaries/el_GR.po
+++ b/source/bn-IN/dictionaries/el_GR.po
diff --git a/translations/source/bn-IN/dictionaries/en.po b/source/bn-IN/dictionaries/en.po
index 3fd3b76ad98..3fd3b76ad98 100644
--- a/translations/source/bn-IN/dictionaries/en.po
+++ b/source/bn-IN/dictionaries/en.po
diff --git a/translations/source/bn-IN/dictionaries/en/dialog.po b/source/bn-IN/dictionaries/en/dialog.po
index 68a05a549dd..68a05a549dd 100644
--- a/translations/source/bn-IN/dictionaries/en/dialog.po
+++ b/source/bn-IN/dictionaries/en/dialog.po
diff --git a/translations/source/bn-IN/dictionaries/es_ES.po b/source/bn-IN/dictionaries/es_ES.po
index b4890550cb1..b4890550cb1 100644
--- a/translations/source/bn-IN/dictionaries/es_ES.po
+++ b/source/bn-IN/dictionaries/es_ES.po
diff --git a/translations/source/bn-IN/dictionaries/et_EE.po b/source/bn-IN/dictionaries/et_EE.po
index 23a4b3f5df1..23a4b3f5df1 100644
--- a/translations/source/bn-IN/dictionaries/et_EE.po
+++ b/source/bn-IN/dictionaries/et_EE.po
diff --git a/translations/source/bn-IN/dictionaries/fr_FR.po b/source/bn-IN/dictionaries/fr_FR.po
index d1a8ff3d280..d1a8ff3d280 100644
--- a/translations/source/bn-IN/dictionaries/fr_FR.po
+++ b/source/bn-IN/dictionaries/fr_FR.po
diff --git a/translations/source/bn-IN/dictionaries/gd_GB.po b/source/bn-IN/dictionaries/gd_GB.po
index 18420626abf..18420626abf 100644
--- a/translations/source/bn-IN/dictionaries/gd_GB.po
+++ b/source/bn-IN/dictionaries/gd_GB.po
diff --git a/translations/source/bn-IN/dictionaries/gl.po b/source/bn-IN/dictionaries/gl.po
index c6ada617730..c6ada617730 100644
--- a/translations/source/bn-IN/dictionaries/gl.po
+++ b/source/bn-IN/dictionaries/gl.po
diff --git a/translations/source/bn-IN/dictionaries/gu_IN.po b/source/bn-IN/dictionaries/gu_IN.po
index e9c733e12a8..e9c733e12a8 100644
--- a/translations/source/bn-IN/dictionaries/gu_IN.po
+++ b/source/bn-IN/dictionaries/gu_IN.po
diff --git a/translations/source/bn-IN/dictionaries/he_IL.po b/source/bn-IN/dictionaries/he_IL.po
index c974e21f810..c974e21f810 100644
--- a/translations/source/bn-IN/dictionaries/he_IL.po
+++ b/source/bn-IN/dictionaries/he_IL.po
diff --git a/translations/source/bn-IN/dictionaries/hi_IN.po b/source/bn-IN/dictionaries/hi_IN.po
index d40fe05fc7e..d40fe05fc7e 100644
--- a/translations/source/bn-IN/dictionaries/hi_IN.po
+++ b/source/bn-IN/dictionaries/hi_IN.po
diff --git a/translations/source/bn-IN/dictionaries/hr_HR.po b/source/bn-IN/dictionaries/hr_HR.po
index fe783606789..fe783606789 100644
--- a/translations/source/bn-IN/dictionaries/hr_HR.po
+++ b/source/bn-IN/dictionaries/hr_HR.po
diff --git a/translations/source/bn-IN/dictionaries/hu_HU.po b/source/bn-IN/dictionaries/hu_HU.po
index 1cbcea34c72..1cbcea34c72 100644
--- a/translations/source/bn-IN/dictionaries/hu_HU.po
+++ b/source/bn-IN/dictionaries/hu_HU.po
diff --git a/translations/source/bn-IN/dictionaries/hu_HU/dialog.po b/source/bn-IN/dictionaries/hu_HU/dialog.po
index d946fe3e123..d946fe3e123 100644
--- a/translations/source/bn-IN/dictionaries/hu_HU/dialog.po
+++ b/source/bn-IN/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/bn-IN/dictionaries/it_IT.po b/source/bn-IN/dictionaries/it_IT.po
index ad73b887d18..ad73b887d18 100644
--- a/translations/source/bn-IN/dictionaries/it_IT.po
+++ b/source/bn-IN/dictionaries/it_IT.po
diff --git a/translations/source/bn-IN/dictionaries/ku_TR.po b/source/bn-IN/dictionaries/ku_TR.po
index b87e8e42215..b87e8e42215 100644
--- a/translations/source/bn-IN/dictionaries/ku_TR.po
+++ b/source/bn-IN/dictionaries/ku_TR.po
diff --git a/translations/source/bn-IN/dictionaries/lt_LT.po b/source/bn-IN/dictionaries/lt_LT.po
index 5d3aec6a291..5d3aec6a291 100644
--- a/translations/source/bn-IN/dictionaries/lt_LT.po
+++ b/source/bn-IN/dictionaries/lt_LT.po
diff --git a/translations/source/bn-IN/dictionaries/lv_LV.po b/source/bn-IN/dictionaries/lv_LV.po
index 5ceb3fafded..5ceb3fafded 100644
--- a/translations/source/bn-IN/dictionaries/lv_LV.po
+++ b/source/bn-IN/dictionaries/lv_LV.po
diff --git a/translations/source/bn-IN/dictionaries/ne_NP.po b/source/bn-IN/dictionaries/ne_NP.po
index 433727a08ac..433727a08ac 100644
--- a/translations/source/bn-IN/dictionaries/ne_NP.po
+++ b/source/bn-IN/dictionaries/ne_NP.po
diff --git a/translations/source/bn-IN/dictionaries/nl_NL.po b/source/bn-IN/dictionaries/nl_NL.po
index 6324c3e7b4c..6324c3e7b4c 100644
--- a/translations/source/bn-IN/dictionaries/nl_NL.po
+++ b/source/bn-IN/dictionaries/nl_NL.po
diff --git a/translations/source/bn-IN/dictionaries/no.po b/source/bn-IN/dictionaries/no.po
index de9ff1ae03d..de9ff1ae03d 100644
--- a/translations/source/bn-IN/dictionaries/no.po
+++ b/source/bn-IN/dictionaries/no.po
diff --git a/translations/source/bn-IN/dictionaries/oc_FR.po b/source/bn-IN/dictionaries/oc_FR.po
index 981d305a8e7..981d305a8e7 100644
--- a/translations/source/bn-IN/dictionaries/oc_FR.po
+++ b/source/bn-IN/dictionaries/oc_FR.po
diff --git a/translations/source/bn-IN/dictionaries/pl_PL.po b/source/bn-IN/dictionaries/pl_PL.po
index 2b35bd71bd1..2b35bd71bd1 100644
--- a/translations/source/bn-IN/dictionaries/pl_PL.po
+++ b/source/bn-IN/dictionaries/pl_PL.po
diff --git a/translations/source/bn-IN/dictionaries/pt_BR.po b/source/bn-IN/dictionaries/pt_BR.po
index af857c206a1..af857c206a1 100644
--- a/translations/source/bn-IN/dictionaries/pt_BR.po
+++ b/source/bn-IN/dictionaries/pt_BR.po
diff --git a/translations/source/bn-IN/dictionaries/pt_PT.po b/source/bn-IN/dictionaries/pt_PT.po
index 23507ec9617..23507ec9617 100644
--- a/translations/source/bn-IN/dictionaries/pt_PT.po
+++ b/source/bn-IN/dictionaries/pt_PT.po
diff --git a/translations/source/bn-IN/dictionaries/ro.po b/source/bn-IN/dictionaries/ro.po
index 15c5d61e875..15c5d61e875 100644
--- a/translations/source/bn-IN/dictionaries/ro.po
+++ b/source/bn-IN/dictionaries/ro.po
diff --git a/translations/source/bn-IN/dictionaries/ru_RU.po b/source/bn-IN/dictionaries/ru_RU.po
index 81002d166a3..81002d166a3 100644
--- a/translations/source/bn-IN/dictionaries/ru_RU.po
+++ b/source/bn-IN/dictionaries/ru_RU.po
diff --git a/translations/source/bn-IN/dictionaries/ru_RU/dialog.po b/source/bn-IN/dictionaries/ru_RU/dialog.po
index 9b78520a612..9b78520a612 100644
--- a/translations/source/bn-IN/dictionaries/ru_RU/dialog.po
+++ b/source/bn-IN/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/bn-IN/dictionaries/si_LK.po b/source/bn-IN/dictionaries/si_LK.po
index 1aee54cfff4..1aee54cfff4 100644
--- a/translations/source/bn-IN/dictionaries/si_LK.po
+++ b/source/bn-IN/dictionaries/si_LK.po
diff --git a/translations/source/bn-IN/dictionaries/sk_SK.po b/source/bn-IN/dictionaries/sk_SK.po
index 368cf0c1ba9..368cf0c1ba9 100644
--- a/translations/source/bn-IN/dictionaries/sk_SK.po
+++ b/source/bn-IN/dictionaries/sk_SK.po
diff --git a/translations/source/bn-IN/dictionaries/sl_SI.po b/source/bn-IN/dictionaries/sl_SI.po
index 3bdea17c834..3bdea17c834 100644
--- a/translations/source/bn-IN/dictionaries/sl_SI.po
+++ b/source/bn-IN/dictionaries/sl_SI.po
diff --git a/translations/source/bn-IN/dictionaries/sr.po b/source/bn-IN/dictionaries/sr.po
index 9acd7dc09fd..9acd7dc09fd 100644
--- a/translations/source/bn-IN/dictionaries/sr.po
+++ b/source/bn-IN/dictionaries/sr.po
diff --git a/translations/source/bn-IN/dictionaries/sv_SE.po b/source/bn-IN/dictionaries/sv_SE.po
index 53d6f3bc7d7..53d6f3bc7d7 100644
--- a/translations/source/bn-IN/dictionaries/sv_SE.po
+++ b/source/bn-IN/dictionaries/sv_SE.po
diff --git a/translations/source/bn-IN/dictionaries/sw_TZ.po b/source/bn-IN/dictionaries/sw_TZ.po
index 1bc98b46108..1bc98b46108 100644
--- a/translations/source/bn-IN/dictionaries/sw_TZ.po
+++ b/source/bn-IN/dictionaries/sw_TZ.po
diff --git a/translations/source/bn-IN/dictionaries/te_IN.po b/source/bn-IN/dictionaries/te_IN.po
index 7060d8206e5..7060d8206e5 100644
--- a/translations/source/bn-IN/dictionaries/te_IN.po
+++ b/source/bn-IN/dictionaries/te_IN.po
diff --git a/translations/source/bn-IN/dictionaries/th_TH.po b/source/bn-IN/dictionaries/th_TH.po
index 66d3e5820f0..66d3e5820f0 100644
--- a/translations/source/bn-IN/dictionaries/th_TH.po
+++ b/source/bn-IN/dictionaries/th_TH.po
diff --git a/translations/source/bn-IN/dictionaries/uk_UA.po b/source/bn-IN/dictionaries/uk_UA.po
index 5aaf2a58b41..5aaf2a58b41 100644
--- a/translations/source/bn-IN/dictionaries/uk_UA.po
+++ b/source/bn-IN/dictionaries/uk_UA.po
diff --git a/translations/source/bn-IN/dictionaries/vi.po b/source/bn-IN/dictionaries/vi.po
index d0c8c45b2d8..d0c8c45b2d8 100644
--- a/translations/source/bn-IN/dictionaries/vi.po
+++ b/source/bn-IN/dictionaries/vi.po
diff --git a/translations/source/bn-IN/dictionaries/zu_ZA.po b/source/bn-IN/dictionaries/zu_ZA.po
index 4e71911362a..4e71911362a 100644
--- a/translations/source/bn-IN/dictionaries/zu_ZA.po
+++ b/source/bn-IN/dictionaries/zu_ZA.po
diff --git a/translations/source/bn-IN/editeng/source/accessibility.po b/source/bn-IN/editeng/source/accessibility.po
index ab5632a7d11..ab5632a7d11 100644
--- a/translations/source/bn-IN/editeng/source/accessibility.po
+++ b/source/bn-IN/editeng/source/accessibility.po
diff --git a/translations/source/bn-IN/editeng/source/editeng.po b/source/bn-IN/editeng/source/editeng.po
index 24479aae0b1..24479aae0b1 100644
--- a/translations/source/bn-IN/editeng/source/editeng.po
+++ b/source/bn-IN/editeng/source/editeng.po
diff --git a/translations/source/bn-IN/editeng/source/items.po b/source/bn-IN/editeng/source/items.po
index e24f28aa13c..e24f28aa13c 100644
--- a/translations/source/bn-IN/editeng/source/items.po
+++ b/source/bn-IN/editeng/source/items.po
diff --git a/translations/source/bn-IN/editeng/source/misc.po b/source/bn-IN/editeng/source/misc.po
index b9aa55d47df..b9aa55d47df 100644
--- a/translations/source/bn-IN/editeng/source/misc.po
+++ b/source/bn-IN/editeng/source/misc.po
diff --git a/translations/source/bn-IN/editeng/source/outliner.po b/source/bn-IN/editeng/source/outliner.po
index 2cb03c9d61c..2cb03c9d61c 100644
--- a/translations/source/bn-IN/editeng/source/outliner.po
+++ b/source/bn-IN/editeng/source/outliner.po
diff --git a/translations/source/bn-IN/extensions/source/abpilot.po b/source/bn-IN/extensions/source/abpilot.po
index 3bb02ad304b..3bb02ad304b 100644
--- a/translations/source/bn-IN/extensions/source/abpilot.po
+++ b/source/bn-IN/extensions/source/abpilot.po
diff --git a/translations/source/bn-IN/extensions/source/bibliography.po b/source/bn-IN/extensions/source/bibliography.po
index e1638796268..e1638796268 100644
--- a/translations/source/bn-IN/extensions/source/bibliography.po
+++ b/source/bn-IN/extensions/source/bibliography.po
diff --git a/translations/source/bn-IN/extensions/source/dbpilots.po b/source/bn-IN/extensions/source/dbpilots.po
index 4f0e5889dac..4f0e5889dac 100644
--- a/translations/source/bn-IN/extensions/source/dbpilots.po
+++ b/source/bn-IN/extensions/source/dbpilots.po
diff --git a/translations/source/bn-IN/extensions/source/propctrlr.po b/source/bn-IN/extensions/source/propctrlr.po
index 1f3f03a476b..1f3f03a476b 100644
--- a/translations/source/bn-IN/extensions/source/propctrlr.po
+++ b/source/bn-IN/extensions/source/propctrlr.po
diff --git a/translations/source/bn-IN/extensions/source/scanner.po b/source/bn-IN/extensions/source/scanner.po
index ad5ad7cfad5..ad5ad7cfad5 100644
--- a/translations/source/bn-IN/extensions/source/scanner.po
+++ b/source/bn-IN/extensions/source/scanner.po
diff --git a/translations/source/bn-IN/extensions/source/update/check.po b/source/bn-IN/extensions/source/update/check.po
index fb4fbd06f44..fb4fbd06f44 100644
--- a/translations/source/bn-IN/extensions/source/update/check.po
+++ b/source/bn-IN/extensions/source/update/check.po
diff --git a/translations/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po b/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po
index a98107829a3..a98107829a3 100644
--- a/translations/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/bn-IN/filter/source/config/fragments/filters.po b/source/bn-IN/filter/source/config/fragments/filters.po
index 43c12a8c8bc..43c12a8c8bc 100644
--- a/translations/source/bn-IN/filter/source/config/fragments/filters.po
+++ b/source/bn-IN/filter/source/config/fragments/filters.po
diff --git a/translations/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po b/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po
index d4e32938d6e..d4e32938d6e 100644
--- a/translations/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/bn-IN/filter/source/config/fragments/types.po b/source/bn-IN/filter/source/config/fragments/types.po
index 84fd7d8975b..84fd7d8975b 100644
--- a/translations/source/bn-IN/filter/source/config/fragments/types.po
+++ b/source/bn-IN/filter/source/config/fragments/types.po
diff --git a/translations/source/bn-IN/filter/source/flash.po b/source/bn-IN/filter/source/flash.po
index a2105680089..a2105680089 100644
--- a/translations/source/bn-IN/filter/source/flash.po
+++ b/source/bn-IN/filter/source/flash.po
diff --git a/translations/source/bn-IN/filter/source/graphicfilter/eps.po b/source/bn-IN/filter/source/graphicfilter/eps.po
index c6549bd3904..c6549bd3904 100644
--- a/translations/source/bn-IN/filter/source/graphicfilter/eps.po
+++ b/source/bn-IN/filter/source/graphicfilter/eps.po
diff --git a/translations/source/bn-IN/filter/source/pdf.po b/source/bn-IN/filter/source/pdf.po
index fde22cf9625..fde22cf9625 100644
--- a/translations/source/bn-IN/filter/source/pdf.po
+++ b/source/bn-IN/filter/source/pdf.po
diff --git a/translations/source/bn-IN/filter/source/t602.po b/source/bn-IN/filter/source/t602.po
index bebde64aff3..bebde64aff3 100644
--- a/translations/source/bn-IN/filter/source/t602.po
+++ b/source/bn-IN/filter/source/t602.po
diff --git a/translations/source/bn-IN/filter/source/xsltdialog.po b/source/bn-IN/filter/source/xsltdialog.po
index 61d74e53e22..61d74e53e22 100644
--- a/translations/source/bn-IN/filter/source/xsltdialog.po
+++ b/source/bn-IN/filter/source/xsltdialog.po
diff --git a/translations/source/bn-IN/forms/source/resource.po b/source/bn-IN/forms/source/resource.po
index eb3fba94efe..eb3fba94efe 100644
--- a/translations/source/bn-IN/forms/source/resource.po
+++ b/source/bn-IN/forms/source/resource.po
diff --git a/translations/source/bn-IN/formula/source/core/resource.po b/source/bn-IN/formula/source/core/resource.po
index 16f42ef66cc..16f42ef66cc 100644
--- a/translations/source/bn-IN/formula/source/core/resource.po
+++ b/source/bn-IN/formula/source/core/resource.po
diff --git a/translations/source/bn-IN/formula/source/ui/dlg.po b/source/bn-IN/formula/source/ui/dlg.po
index d6f3f46cb8a..d6f3f46cb8a 100644
--- a/translations/source/bn-IN/formula/source/ui/dlg.po
+++ b/source/bn-IN/formula/source/ui/dlg.po
diff --git a/translations/source/bn-IN/fpicker/source/office.po b/source/bn-IN/fpicker/source/office.po
index 5ee2b092aba..5ee2b092aba 100644
--- a/translations/source/bn-IN/fpicker/source/office.po
+++ b/source/bn-IN/fpicker/source/office.po
diff --git a/translations/source/bn-IN/framework/source/classes.po b/source/bn-IN/framework/source/classes.po
index 8b9a76d98b3..8b9a76d98b3 100644
--- a/translations/source/bn-IN/framework/source/classes.po
+++ b/source/bn-IN/framework/source/classes.po
diff --git a/translations/source/bn-IN/framework/source/services.po b/source/bn-IN/framework/source/services.po
index 1d38dc76430..1d38dc76430 100644
--- a/translations/source/bn-IN/framework/source/services.po
+++ b/source/bn-IN/framework/source/services.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sbasic/guide.po b/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
index 258e4bae3cc..258e4bae3cc 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
index 6d632ea7e2f..6d632ea7e2f 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
index 0459034fba5..0459034fba5 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po
index 2016172e2c7..2016172e2c7 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc.po b/source/bn-IN/helpcontent2/source/text/scalc.po
index a800d58f60d..a800d58f60d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/00.po b/source/bn-IN/helpcontent2/source/text/scalc/00.po
index a5d0889194d..a5d0889194d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/00.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index 31dcec0efb3..31dcec0efb3 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/01.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/02.po b/source/bn-IN/helpcontent2/source/text/scalc/02.po
index c01a740ff8d..c01a740ff8d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/02.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/04.po b/source/bn-IN/helpcontent2/source/text/scalc/04.po
index 4cedb5c5559..4cedb5c5559 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/04.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/05.po b/source/bn-IN/helpcontent2/source/text/scalc/05.po
index cb9b925df89..cb9b925df89 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/05.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/scalc/guide.po b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
index a6fdc0b0b4b..a6fdc0b0b4b 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/schart.po b/source/bn-IN/helpcontent2/source/text/schart.po
index 62755a8ec67..62755a8ec67 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/schart.po
+++ b/source/bn-IN/helpcontent2/source/text/schart.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/schart/00.po b/source/bn-IN/helpcontent2/source/text/schart/00.po
index 2d8b4419a9c..2d8b4419a9c 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/schart/00.po
+++ b/source/bn-IN/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/schart/01.po b/source/bn-IN/helpcontent2/source/text/schart/01.po
index 8432d29f4d2..8432d29f4d2 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/schart/01.po
+++ b/source/bn-IN/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/schart/02.po b/source/bn-IN/helpcontent2/source/text/schart/02.po
index e6703989a67..e6703989a67 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/schart/02.po
+++ b/source/bn-IN/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/schart/04.po b/source/bn-IN/helpcontent2/source/text/schart/04.po
index 24e2879659d..24e2879659d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/schart/04.po
+++ b/source/bn-IN/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sdraw.po b/source/bn-IN/helpcontent2/source/text/sdraw.po
index 293bf7d7b84..293bf7d7b84 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sdraw.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sdraw/00.po b/source/bn-IN/helpcontent2/source/text/sdraw/00.po
index 73ae8301f3a..73ae8301f3a 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sdraw/00.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sdraw/01.po b/source/bn-IN/helpcontent2/source/text/sdraw/01.po
index f3e8824acd9..f3e8824acd9 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sdraw/01.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sdraw/04.po b/source/bn-IN/helpcontent2/source/text/sdraw/04.po
index 2f6394d847d..2f6394d847d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sdraw/04.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/sdraw/guide.po b/source/bn-IN/helpcontent2/source/text/sdraw/guide.po
index 19294c92adf..19294c92adf 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/sdraw/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared.po b/source/bn-IN/helpcontent2/source/text/shared.po
index 16aa04be8b2..16aa04be8b2 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/shared.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index 4e9b9859613..4e9b9859613 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index f9b08b09be9..f9b08b09be9 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/02.po b/source/bn-IN/helpcontent2/source/text/shared/02.po
index 255bb0eeeff..255bb0eeeff 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/02.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/04.po b/source/bn-IN/helpcontent2/source/text/shared/04.po
index 94339847792..94339847792 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/04.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/05.po b/source/bn-IN/helpcontent2/source/text/shared/05.po
index aa5236247a6..aa5236247a6 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/05.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/07.po b/source/bn-IN/helpcontent2/source/text/shared/07.po
index 2ea0cd28af9..2ea0cd28af9 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/07.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/autokorr.po b/source/bn-IN/helpcontent2/source/text/shared/autokorr.po
index a58306f7c05..a58306f7c05 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/autokorr.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/autopi.po b/source/bn-IN/helpcontent2/source/text/shared/autopi.po
index 0006134e348..0006134e348 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/autopi.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po b/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
index e9771879c3b..e9771879c3b 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index 042ee15384e..042ee15384e 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index b9ae2d9fab9..b9ae2d9fab9 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress.po b/source/bn-IN/helpcontent2/source/text/simpress.po
index 4a55a81d5c4..4a55a81d5c4 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress/00.po b/source/bn-IN/helpcontent2/source/text/simpress/00.po
index 5d0d7ff072c..5d0d7ff072c 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress/00.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress/01.po b/source/bn-IN/helpcontent2/source/text/simpress/01.po
index 7c5893f7969..7c5893f7969 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress/01.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress/02.po b/source/bn-IN/helpcontent2/source/text/simpress/02.po
index 4249073b97c..4249073b97c 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress/02.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress/04.po b/source/bn-IN/helpcontent2/source/text/simpress/04.po
index e46b1207195..e46b1207195 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress/04.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/simpress/guide.po b/source/bn-IN/helpcontent2/source/text/simpress/guide.po
index 86d6a890ade..86d6a890ade 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath.po b/source/bn-IN/helpcontent2/source/text/smath.po
index 6e828897d71..6e828897d71 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath.po
+++ b/source/bn-IN/helpcontent2/source/text/smath.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath/00.po b/source/bn-IN/helpcontent2/source/text/smath/00.po
index 19876af4a7d..19876af4a7d 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath/00.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath/01.po b/source/bn-IN/helpcontent2/source/text/smath/01.po
index 08fb7c0c527..08fb7c0c527 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath/01.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath/02.po b/source/bn-IN/helpcontent2/source/text/smath/02.po
index 05ed72fab4e..05ed72fab4e 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath/02.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath/04.po b/source/bn-IN/helpcontent2/source/text/smath/04.po
index cbc9f7dc5a2..cbc9f7dc5a2 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath/04.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/smath/guide.po b/source/bn-IN/helpcontent2/source/text/smath/guide.po
index f981055a127..f981055a127 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/smath/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/guide.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter.po b/source/bn-IN/helpcontent2/source/text/swriter.po
index 4897299f046..4897299f046 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter/00.po b/source/bn-IN/helpcontent2/source/text/swriter/00.po
index 483e599b80e..483e599b80e 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter/00.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/00.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index 1d706d646af..1d706d646af 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/01.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter/02.po b/source/bn-IN/helpcontent2/source/text/swriter/02.po
index 722f5afaf64..722f5afaf64 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter/02.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/02.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter/04.po b/source/bn-IN/helpcontent2/source/text/swriter/04.po
index 865bbbf44dd..865bbbf44dd 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter/04.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/04.po
diff --git a/translations/source/bn-IN/helpcontent2/source/text/swriter/guide.po b/source/bn-IN/helpcontent2/source/text/swriter/guide.po
index b9f5eca0d38..b9f5eca0d38 100644
--- a/translations/source/bn-IN/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/guide.po
diff --git a/translations/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 04c1d47b81c..04c1d47b81c 100644
--- a/translations/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/bn-IN/mysqlc/source.po b/source/bn-IN/mysqlc/source.po
index 2e483f4d4ec..2e483f4d4ec 100644
--- a/translations/source/bn-IN/mysqlc/source.po
+++ b/source/bn-IN/mysqlc/source.po
diff --git a/translations/source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 371d3c978c8..371d3c978c8 100644
--- a/translations/source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 32d0cdfdd68..32d0cdfdd68 100644
--- a/translations/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 6a82ace1036..6a82ace1036 100644
--- a/translations/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/bn-IN/nlpsolver/src/locale.po b/source/bn-IN/nlpsolver/src/locale.po
index 78a2591c829..78a2591c829 100644
--- a/translations/source/bn-IN/nlpsolver/src/locale.po
+++ b/source/bn-IN/nlpsolver/src/locale.po
diff --git a/translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
index 6ddb5c291ee..6ddb5c291ee 100644
--- a/translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
index b17054840e4..b17054840e4 100644
--- a/translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bn-IN/padmin/source.po b/source/bn-IN/padmin/source.po
index 55432cad56d..55432cad56d 100644
--- a/translations/source/bn-IN/padmin/source.po
+++ b/source/bn-IN/padmin/source.po
diff --git a/translations/source/bn-IN/readlicense_oo/docs/readme.po b/source/bn-IN/readlicense_oo/docs/readme.po
index 891c1bc561a..891c1bc561a 100644
--- a/translations/source/bn-IN/readlicense_oo/docs/readme.po
+++ b/source/bn-IN/readlicense_oo/docs/readme.po
diff --git a/translations/source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po
index 199204849a4..199204849a4 100644
--- a/translations/source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/bn-IN/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po b/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po
index e34dcb341e0..e34dcb341e0 100644
--- a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 99f41287d50..99f41287d50 100644
--- a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 66b0b7ba6cd..66b0b7ba6cd 100644
--- a/translations/source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/bn-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/bn-IN/reportbuilder/util.po b/source/bn-IN/reportbuilder/util.po
index 9ff636ad85c..9ff636ad85c 100644
--- a/translations/source/bn-IN/reportbuilder/util.po
+++ b/source/bn-IN/reportbuilder/util.po
diff --git a/translations/source/bn-IN/reportdesign/source/core/resource.po b/source/bn-IN/reportdesign/source/core/resource.po
index a7e4b271098..a7e4b271098 100644
--- a/translations/source/bn-IN/reportdesign/source/core/resource.po
+++ b/source/bn-IN/reportdesign/source/core/resource.po
diff --git a/translations/source/bn-IN/reportdesign/source/ui/dlg.po b/source/bn-IN/reportdesign/source/ui/dlg.po
index 6b393e5cc7a..6b393e5cc7a 100644
--- a/translations/source/bn-IN/reportdesign/source/ui/dlg.po
+++ b/source/bn-IN/reportdesign/source/ui/dlg.po
diff --git a/translations/source/bn-IN/reportdesign/source/ui/inspection.po b/source/bn-IN/reportdesign/source/ui/inspection.po
index cbaefdd90e5..cbaefdd90e5 100644
--- a/translations/source/bn-IN/reportdesign/source/ui/inspection.po
+++ b/source/bn-IN/reportdesign/source/ui/inspection.po
diff --git a/translations/source/bn-IN/reportdesign/source/ui/report.po b/source/bn-IN/reportdesign/source/ui/report.po
index 793c3279fda..793c3279fda 100644
--- a/translations/source/bn-IN/reportdesign/source/ui/report.po
+++ b/source/bn-IN/reportdesign/source/ui/report.po
diff --git a/translations/source/bn-IN/sc/source/core/src.po b/source/bn-IN/sc/source/core/src.po
index 31ebbb3d891..31ebbb3d891 100644
--- a/translations/source/bn-IN/sc/source/core/src.po
+++ b/source/bn-IN/sc/source/core/src.po
diff --git a/translations/source/bn-IN/sc/source/ui/cctrl.po b/source/bn-IN/sc/source/ui/cctrl.po
index e355102a68f..e355102a68f 100644
--- a/translations/source/bn-IN/sc/source/ui/cctrl.po
+++ b/source/bn-IN/sc/source/ui/cctrl.po
diff --git a/translations/source/bn-IN/sc/source/ui/dbgui.po b/source/bn-IN/sc/source/ui/dbgui.po
index c1a3154d52b..c1a3154d52b 100644
--- a/translations/source/bn-IN/sc/source/ui/dbgui.po
+++ b/source/bn-IN/sc/source/ui/dbgui.po
diff --git a/translations/source/bn-IN/sc/source/ui/docshell.po b/source/bn-IN/sc/source/ui/docshell.po
index a8c9edbc56d..a8c9edbc56d 100644
--- a/translations/source/bn-IN/sc/source/ui/docshell.po
+++ b/source/bn-IN/sc/source/ui/docshell.po
diff --git a/translations/source/bn-IN/sc/source/ui/drawfunc.po b/source/bn-IN/sc/source/ui/drawfunc.po
index 307c9eb8139..307c9eb8139 100644
--- a/translations/source/bn-IN/sc/source/ui/drawfunc.po
+++ b/source/bn-IN/sc/source/ui/drawfunc.po
diff --git a/translations/source/bn-IN/sc/source/ui/formdlg.po b/source/bn-IN/sc/source/ui/formdlg.po
index 9d7c3b697ee..9d7c3b697ee 100644
--- a/translations/source/bn-IN/sc/source/ui/formdlg.po
+++ b/source/bn-IN/sc/source/ui/formdlg.po
diff --git a/translations/source/bn-IN/sc/source/ui/miscdlgs.po b/source/bn-IN/sc/source/ui/miscdlgs.po
index e1a8ad42817..e1a8ad42817 100644
--- a/translations/source/bn-IN/sc/source/ui/miscdlgs.po
+++ b/source/bn-IN/sc/source/ui/miscdlgs.po
diff --git a/translations/source/bn-IN/sc/source/ui/navipi.po b/source/bn-IN/sc/source/ui/navipi.po
index 0527fb3e8f5..0527fb3e8f5 100644
--- a/translations/source/bn-IN/sc/source/ui/navipi.po
+++ b/source/bn-IN/sc/source/ui/navipi.po
diff --git a/translations/source/bn-IN/sc/source/ui/optdlg.po b/source/bn-IN/sc/source/ui/optdlg.po
index 62ca089c5f1..62ca089c5f1 100644
--- a/translations/source/bn-IN/sc/source/ui/optdlg.po
+++ b/source/bn-IN/sc/source/ui/optdlg.po
diff --git a/translations/source/bn-IN/sc/source/ui/pagedlg.po b/source/bn-IN/sc/source/ui/pagedlg.po
index 2bf4984b252..2bf4984b252 100644
--- a/translations/source/bn-IN/sc/source/ui/pagedlg.po
+++ b/source/bn-IN/sc/source/ui/pagedlg.po
diff --git a/translations/source/bn-IN/sc/source/ui/src.po b/source/bn-IN/sc/source/ui/src.po
index 147b9b4e8d8..147b9b4e8d8 100644
--- a/translations/source/bn-IN/sc/source/ui/src.po
+++ b/source/bn-IN/sc/source/ui/src.po
diff --git a/translations/source/bn-IN/sc/source/ui/styleui.po b/source/bn-IN/sc/source/ui/styleui.po
index df6e46efb04..df6e46efb04 100644
--- a/translations/source/bn-IN/sc/source/ui/styleui.po
+++ b/source/bn-IN/sc/source/ui/styleui.po
diff --git a/translations/source/bn-IN/scaddins/source/analysis.po b/source/bn-IN/scaddins/source/analysis.po
index 1b58d1ff4d9..1b58d1ff4d9 100644
--- a/translations/source/bn-IN/scaddins/source/analysis.po
+++ b/source/bn-IN/scaddins/source/analysis.po
diff --git a/translations/source/bn-IN/scaddins/source/datefunc.po b/source/bn-IN/scaddins/source/datefunc.po
index 6864aef70e8..6864aef70e8 100644
--- a/translations/source/bn-IN/scaddins/source/datefunc.po
+++ b/source/bn-IN/scaddins/source/datefunc.po
diff --git a/translations/source/bn-IN/sccomp/source/solver.po b/source/bn-IN/sccomp/source/solver.po
index 06fa0064612..06fa0064612 100644
--- a/translations/source/bn-IN/sccomp/source/solver.po
+++ b/source/bn-IN/sccomp/source/solver.po
diff --git a/translations/source/bn-IN/scp2/source/accessories.po b/source/bn-IN/scp2/source/accessories.po
index 096633a9237..096633a9237 100644
--- a/translations/source/bn-IN/scp2/source/accessories.po
+++ b/source/bn-IN/scp2/source/accessories.po
diff --git a/translations/source/bn-IN/scp2/source/activex.po b/source/bn-IN/scp2/source/activex.po
index bac5573315c..bac5573315c 100644
--- a/translations/source/bn-IN/scp2/source/activex.po
+++ b/source/bn-IN/scp2/source/activex.po
diff --git a/translations/source/bn-IN/scp2/source/base.po b/source/bn-IN/scp2/source/base.po
index e655735c8c9..e655735c8c9 100644
--- a/translations/source/bn-IN/scp2/source/base.po
+++ b/source/bn-IN/scp2/source/base.po
diff --git a/translations/source/bn-IN/scp2/source/binfilter.po b/source/bn-IN/scp2/source/binfilter.po
index 1b5824ff3ae..1b5824ff3ae 100644
--- a/translations/source/bn-IN/scp2/source/binfilter.po
+++ b/source/bn-IN/scp2/source/binfilter.po
diff --git a/translations/source/bn-IN/scp2/source/calc.po b/source/bn-IN/scp2/source/calc.po
index 088588b3d4c..088588b3d4c 100644
--- a/translations/source/bn-IN/scp2/source/calc.po
+++ b/source/bn-IN/scp2/source/calc.po
diff --git a/translations/source/bn-IN/scp2/source/draw.po b/source/bn-IN/scp2/source/draw.po
index cd1b7c3e504..cd1b7c3e504 100644
--- a/translations/source/bn-IN/scp2/source/draw.po
+++ b/source/bn-IN/scp2/source/draw.po
diff --git a/translations/source/bn-IN/scp2/source/extensions.po b/source/bn-IN/scp2/source/extensions.po
index 64e209c5f67..64e209c5f67 100644
--- a/translations/source/bn-IN/scp2/source/extensions.po
+++ b/source/bn-IN/scp2/source/extensions.po
diff --git a/translations/source/bn-IN/scp2/source/gnome.po b/source/bn-IN/scp2/source/gnome.po
index c16cfeb6659..c16cfeb6659 100644
--- a/translations/source/bn-IN/scp2/source/gnome.po
+++ b/source/bn-IN/scp2/source/gnome.po
diff --git a/translations/source/bn-IN/scp2/source/graphicfilter.po b/source/bn-IN/scp2/source/graphicfilter.po
index 570088cbd0a..570088cbd0a 100644
--- a/translations/source/bn-IN/scp2/source/graphicfilter.po
+++ b/source/bn-IN/scp2/source/graphicfilter.po
diff --git a/translations/source/bn-IN/scp2/source/impress.po b/source/bn-IN/scp2/source/impress.po
index 28bc1bef94d..28bc1bef94d 100644
--- a/translations/source/bn-IN/scp2/source/impress.po
+++ b/source/bn-IN/scp2/source/impress.po
diff --git a/translations/source/bn-IN/scp2/source/javafilter.po b/source/bn-IN/scp2/source/javafilter.po
index 35cd1f60a5c..35cd1f60a5c 100644
--- a/translations/source/bn-IN/scp2/source/javafilter.po
+++ b/source/bn-IN/scp2/source/javafilter.po
diff --git a/translations/source/bn-IN/scp2/source/kde.po b/source/bn-IN/scp2/source/kde.po
index 2d080b4c01c..2d080b4c01c 100644
--- a/translations/source/bn-IN/scp2/source/kde.po
+++ b/source/bn-IN/scp2/source/kde.po
diff --git a/translations/source/bn-IN/scp2/source/math.po b/source/bn-IN/scp2/source/math.po
index c2bcfe00068..c2bcfe00068 100644
--- a/translations/source/bn-IN/scp2/source/math.po
+++ b/source/bn-IN/scp2/source/math.po
diff --git a/translations/source/bn-IN/scp2/source/onlineupdate.po b/source/bn-IN/scp2/source/onlineupdate.po
index 5939c7beb63..5939c7beb63 100644
--- a/translations/source/bn-IN/scp2/source/onlineupdate.po
+++ b/source/bn-IN/scp2/source/onlineupdate.po
diff --git a/translations/source/bn-IN/scp2/source/ooo.po b/source/bn-IN/scp2/source/ooo.po
index fa79448de89..fa79448de89 100644
--- a/translations/source/bn-IN/scp2/source/ooo.po
+++ b/source/bn-IN/scp2/source/ooo.po
diff --git a/translations/source/bn-IN/scp2/source/python.po b/source/bn-IN/scp2/source/python.po
index 8a3966a3445..8a3966a3445 100644
--- a/translations/source/bn-IN/scp2/source/python.po
+++ b/source/bn-IN/scp2/source/python.po
diff --git a/translations/source/bn-IN/scp2/source/quickstart.po b/source/bn-IN/scp2/source/quickstart.po
index aa814c8ba8a..aa814c8ba8a 100644
--- a/translations/source/bn-IN/scp2/source/quickstart.po
+++ b/source/bn-IN/scp2/source/quickstart.po
diff --git a/translations/source/bn-IN/scp2/source/sdkoo.po b/source/bn-IN/scp2/source/sdkoo.po
index f69dd3fe981..f69dd3fe981 100644
--- a/translations/source/bn-IN/scp2/source/sdkoo.po
+++ b/source/bn-IN/scp2/source/sdkoo.po
diff --git a/translations/source/bn-IN/scp2/source/smoketest.po b/source/bn-IN/scp2/source/smoketest.po
index 6f0a9cb7e52..6f0a9cb7e52 100644
--- a/translations/source/bn-IN/scp2/source/smoketest.po
+++ b/source/bn-IN/scp2/source/smoketest.po
diff --git a/translations/source/bn-IN/scp2/source/stdlibs.po b/source/bn-IN/scp2/source/stdlibs.po
index 3e2e71b1512..3e2e71b1512 100644
--- a/translations/source/bn-IN/scp2/source/stdlibs.po
+++ b/source/bn-IN/scp2/source/stdlibs.po
diff --git a/translations/source/bn-IN/scp2/source/tde.po b/source/bn-IN/scp2/source/tde.po
index c0619c91c44..c0619c91c44 100644
--- a/translations/source/bn-IN/scp2/source/tde.po
+++ b/source/bn-IN/scp2/source/tde.po
diff --git a/translations/source/bn-IN/scp2/source/winexplorerext.po b/source/bn-IN/scp2/source/winexplorerext.po
index e4889c37271..e4889c37271 100644
--- a/translations/source/bn-IN/scp2/source/winexplorerext.po
+++ b/source/bn-IN/scp2/source/winexplorerext.po
diff --git a/translations/source/bn-IN/scp2/source/writer.po b/source/bn-IN/scp2/source/writer.po
index 648c6e2b3f7..648c6e2b3f7 100644
--- a/translations/source/bn-IN/scp2/source/writer.po
+++ b/source/bn-IN/scp2/source/writer.po
diff --git a/translations/source/bn-IN/scp2/source/xsltfilter.po b/source/bn-IN/scp2/source/xsltfilter.po
index 93a01965245..93a01965245 100644
--- a/translations/source/bn-IN/scp2/source/xsltfilter.po
+++ b/source/bn-IN/scp2/source/xsltfilter.po
diff --git a/translations/source/bn-IN/scripting/source/pyprov.po b/source/bn-IN/scripting/source/pyprov.po
index 8cb21feb2af..8cb21feb2af 100644
--- a/translations/source/bn-IN/scripting/source/pyprov.po
+++ b/source/bn-IN/scripting/source/pyprov.po
diff --git a/translations/source/bn-IN/sd/source/core.po b/source/bn-IN/sd/source/core.po
index d5a5577bb53..d5a5577bb53 100644
--- a/translations/source/bn-IN/sd/source/core.po
+++ b/source/bn-IN/sd/source/core.po
diff --git a/translations/source/bn-IN/sd/source/filter/html.po b/source/bn-IN/sd/source/filter/html.po
index abf20c90672..abf20c90672 100644
--- a/translations/source/bn-IN/sd/source/filter/html.po
+++ b/source/bn-IN/sd/source/filter/html.po
diff --git a/translations/source/bn-IN/sd/source/ui/accessibility.po b/source/bn-IN/sd/source/ui/accessibility.po
index 8bfd4476066..8bfd4476066 100644
--- a/translations/source/bn-IN/sd/source/ui/accessibility.po
+++ b/source/bn-IN/sd/source/ui/accessibility.po
diff --git a/translations/source/bn-IN/sd/source/ui/animations.po b/source/bn-IN/sd/source/ui/animations.po
index 0bb26be4153..0bb26be4153 100644
--- a/translations/source/bn-IN/sd/source/ui/animations.po
+++ b/source/bn-IN/sd/source/ui/animations.po
diff --git a/translations/source/bn-IN/sd/source/ui/annotations.po b/source/bn-IN/sd/source/ui/annotations.po
index d9fcc9917a0..d9fcc9917a0 100644
--- a/translations/source/bn-IN/sd/source/ui/annotations.po
+++ b/source/bn-IN/sd/source/ui/annotations.po
diff --git a/translations/source/bn-IN/sd/source/ui/app.po b/source/bn-IN/sd/source/ui/app.po
index 9eb5e3cc356..9eb5e3cc356 100644
--- a/translations/source/bn-IN/sd/source/ui/app.po
+++ b/source/bn-IN/sd/source/ui/app.po
diff --git a/translations/source/bn-IN/sd/source/ui/dlg.po b/source/bn-IN/sd/source/ui/dlg.po
index e4eefa038d9..e4eefa038d9 100644
--- a/translations/source/bn-IN/sd/source/ui/dlg.po
+++ b/source/bn-IN/sd/source/ui/dlg.po
diff --git a/translations/source/bn-IN/sd/source/ui/slideshow.po b/source/bn-IN/sd/source/ui/slideshow.po
index aef484e57ea..aef484e57ea 100644
--- a/translations/source/bn-IN/sd/source/ui/slideshow.po
+++ b/source/bn-IN/sd/source/ui/slideshow.po
diff --git a/translations/source/bn-IN/sd/source/ui/table.po b/source/bn-IN/sd/source/ui/table.po
index 685ed5e57a9..685ed5e57a9 100644
--- a/translations/source/bn-IN/sd/source/ui/table.po
+++ b/source/bn-IN/sd/source/ui/table.po
diff --git a/translations/source/bn-IN/sd/source/ui/view.po b/source/bn-IN/sd/source/ui/view.po
index f6145be34c4..f6145be34c4 100644
--- a/translations/source/bn-IN/sd/source/ui/view.po
+++ b/source/bn-IN/sd/source/ui/view.po
diff --git a/translations/source/bn-IN/sdext/source/minimizer.po b/source/bn-IN/sdext/source/minimizer.po
index 4cecece0863..4cecece0863 100644
--- a/translations/source/bn-IN/sdext/source/minimizer.po
+++ b/source/bn-IN/sdext/source/minimizer.po
diff --git a/translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 0f0f2dc3acc..0f0f2dc3acc 100644
--- a/translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 9c256e7bc03..9c256e7bc03 100644
--- a/translations/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/bn-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bn-IN/sdext/source/pdfimport.po b/source/bn-IN/sdext/source/pdfimport.po
index 073589b12d5..073589b12d5 100644
--- a/translations/source/bn-IN/sdext/source/pdfimport.po
+++ b/source/bn-IN/sdext/source/pdfimport.po
diff --git a/translations/source/bn-IN/sdext/source/presenter.po b/source/bn-IN/sdext/source/presenter.po
index 093befb693f..093befb693f 100644
--- a/translations/source/bn-IN/sdext/source/presenter.po
+++ b/source/bn-IN/sdext/source/presenter.po
diff --git a/translations/source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 2c9b1c598a4..2c9b1c598a4 100644
--- a/translations/source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/bn-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index a313b345562..a313b345562 100644
--- a/translations/source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/bn-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bn-IN/setup_native/source/mac.po b/source/bn-IN/setup_native/source/mac.po
index 7930632702f..7930632702f 100644
--- a/translations/source/bn-IN/setup_native/source/mac.po
+++ b/source/bn-IN/setup_native/source/mac.po
diff --git a/translations/source/bn-IN/sfx2/source/appl.po b/source/bn-IN/sfx2/source/appl.po
index 0d29d36d317..0d29d36d317 100644
--- a/translations/source/bn-IN/sfx2/source/appl.po
+++ b/source/bn-IN/sfx2/source/appl.po
diff --git a/translations/source/bn-IN/sfx2/source/bastyp.po b/source/bn-IN/sfx2/source/bastyp.po
index 42895d30ff5..42895d30ff5 100644
--- a/translations/source/bn-IN/sfx2/source/bastyp.po
+++ b/source/bn-IN/sfx2/source/bastyp.po
diff --git a/translations/source/bn-IN/sfx2/source/dialog.po b/source/bn-IN/sfx2/source/dialog.po
index 70e47e827f9..70e47e827f9 100644
--- a/translations/source/bn-IN/sfx2/source/dialog.po
+++ b/source/bn-IN/sfx2/source/dialog.po
diff --git a/translations/source/bn-IN/sfx2/source/doc.po b/source/bn-IN/sfx2/source/doc.po
index 6626b0b2d50..6626b0b2d50 100644
--- a/translations/source/bn-IN/sfx2/source/doc.po
+++ b/source/bn-IN/sfx2/source/doc.po
diff --git a/translations/source/bn-IN/sfx2/source/menu.po b/source/bn-IN/sfx2/source/menu.po
index 48ee67126ba..48ee67126ba 100644
--- a/translations/source/bn-IN/sfx2/source/menu.po
+++ b/source/bn-IN/sfx2/source/menu.po
diff --git a/translations/source/bn-IN/sfx2/source/view.po b/source/bn-IN/sfx2/source/view.po
index c891cf0f75e..c891cf0f75e 100644
--- a/translations/source/bn-IN/sfx2/source/view.po
+++ b/source/bn-IN/sfx2/source/view.po
diff --git a/translations/source/bn-IN/shell/source/win32/shlxthandler/res.po b/source/bn-IN/shell/source/win32/shlxthandler/res.po
index c7dc0c6b557..c7dc0c6b557 100644
--- a/translations/source/bn-IN/shell/source/win32/shlxthandler/res.po
+++ b/source/bn-IN/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/bn-IN/starmath/source.po b/source/bn-IN/starmath/source.po
index 31fef8ac752..31fef8ac752 100644
--- a/translations/source/bn-IN/starmath/source.po
+++ b/source/bn-IN/starmath/source.po
diff --git a/translations/source/bn-IN/svl/source/items.po b/source/bn-IN/svl/source/items.po
index 18bfded6d66..18bfded6d66 100644
--- a/translations/source/bn-IN/svl/source/items.po
+++ b/source/bn-IN/svl/source/items.po
diff --git a/translations/source/bn-IN/svl/source/misc.po b/source/bn-IN/svl/source/misc.po
index cd30247dfb8..cd30247dfb8 100644
--- a/translations/source/bn-IN/svl/source/misc.po
+++ b/source/bn-IN/svl/source/misc.po
diff --git a/translations/source/bn-IN/svtools/source/contnr.po b/source/bn-IN/svtools/source/contnr.po
index 431d9059dc4..431d9059dc4 100644
--- a/translations/source/bn-IN/svtools/source/contnr.po
+++ b/source/bn-IN/svtools/source/contnr.po
diff --git a/translations/source/bn-IN/svtools/source/control.po b/source/bn-IN/svtools/source/control.po
index f121bcd6257..f121bcd6257 100644
--- a/translations/source/bn-IN/svtools/source/control.po
+++ b/source/bn-IN/svtools/source/control.po
diff --git a/translations/source/bn-IN/svtools/source/dialogs.po b/source/bn-IN/svtools/source/dialogs.po
index 8f5e6d941bd..8f5e6d941bd 100644
--- a/translations/source/bn-IN/svtools/source/dialogs.po
+++ b/source/bn-IN/svtools/source/dialogs.po
diff --git a/translations/source/bn-IN/svtools/source/filter.po b/source/bn-IN/svtools/source/filter.po
index b0c2086d95d..b0c2086d95d 100644
--- a/translations/source/bn-IN/svtools/source/filter.po
+++ b/source/bn-IN/svtools/source/filter.po
diff --git a/translations/source/bn-IN/svtools/source/java.po b/source/bn-IN/svtools/source/java.po
index 41e49a9067c..41e49a9067c 100644
--- a/translations/source/bn-IN/svtools/source/java.po
+++ b/source/bn-IN/svtools/source/java.po
diff --git a/translations/source/bn-IN/svtools/source/misc.po b/source/bn-IN/svtools/source/misc.po
index bfe7bcdfc62..bfe7bcdfc62 100644
--- a/translations/source/bn-IN/svtools/source/misc.po
+++ b/source/bn-IN/svtools/source/misc.po
diff --git a/translations/source/bn-IN/svtools/source/toolpanel.po b/source/bn-IN/svtools/source/toolpanel.po
index e37d73fa46c..e37d73fa46c 100644
--- a/translations/source/bn-IN/svtools/source/toolpanel.po
+++ b/source/bn-IN/svtools/source/toolpanel.po
diff --git a/translations/source/bn-IN/svtools/workben/unodialog.po b/source/bn-IN/svtools/workben/unodialog.po
index 726bcabbbcf..726bcabbbcf 100644
--- a/translations/source/bn-IN/svtools/workben/unodialog.po
+++ b/source/bn-IN/svtools/workben/unodialog.po
diff --git a/translations/source/bn-IN/svx/inc.po b/source/bn-IN/svx/inc.po
index b36a6722d8a..b36a6722d8a 100644
--- a/translations/source/bn-IN/svx/inc.po
+++ b/source/bn-IN/svx/inc.po
diff --git a/translations/source/bn-IN/svx/source/accessibility.po b/source/bn-IN/svx/source/accessibility.po
index 74b7f8d5164..74b7f8d5164 100644
--- a/translations/source/bn-IN/svx/source/accessibility.po
+++ b/source/bn-IN/svx/source/accessibility.po
diff --git a/translations/source/bn-IN/svx/source/dialog.po b/source/bn-IN/svx/source/dialog.po
index 1e6ff0923b8..1e6ff0923b8 100644
--- a/translations/source/bn-IN/svx/source/dialog.po
+++ b/source/bn-IN/svx/source/dialog.po
diff --git a/translations/source/bn-IN/svx/source/engine3d.po b/source/bn-IN/svx/source/engine3d.po
index 13bd2a7d2f2..13bd2a7d2f2 100644
--- a/translations/source/bn-IN/svx/source/engine3d.po
+++ b/source/bn-IN/svx/source/engine3d.po
diff --git a/translations/source/bn-IN/svx/source/fmcomp.po b/source/bn-IN/svx/source/fmcomp.po
index e9a913edd8e..e9a913edd8e 100644
--- a/translations/source/bn-IN/svx/source/fmcomp.po
+++ b/source/bn-IN/svx/source/fmcomp.po
diff --git a/translations/source/bn-IN/svx/source/form.po b/source/bn-IN/svx/source/form.po
index 00dbae56b34..00dbae56b34 100644
--- a/translations/source/bn-IN/svx/source/form.po
+++ b/source/bn-IN/svx/source/form.po
diff --git a/translations/source/bn-IN/svx/source/gallery2.po b/source/bn-IN/svx/source/gallery2.po
index 80830afb647..80830afb647 100644
--- a/translations/source/bn-IN/svx/source/gallery2.po
+++ b/source/bn-IN/svx/source/gallery2.po
diff --git a/translations/source/bn-IN/svx/source/items.po b/source/bn-IN/svx/source/items.po
index 9e8b2bf4511..9e8b2bf4511 100644
--- a/translations/source/bn-IN/svx/source/items.po
+++ b/source/bn-IN/svx/source/items.po
diff --git a/translations/source/bn-IN/svx/source/src.po b/source/bn-IN/svx/source/src.po
index ebbf33e2fac..ebbf33e2fac 100644
--- a/translations/source/bn-IN/svx/source/src.po
+++ b/source/bn-IN/svx/source/src.po
diff --git a/translations/source/bn-IN/svx/source/stbctrls.po b/source/bn-IN/svx/source/stbctrls.po
index 34743315fa8..34743315fa8 100644
--- a/translations/source/bn-IN/svx/source/stbctrls.po
+++ b/source/bn-IN/svx/source/stbctrls.po
diff --git a/translations/source/bn-IN/svx/source/svdraw.po b/source/bn-IN/svx/source/svdraw.po
index 9f5107418b3..9f5107418b3 100644
--- a/translations/source/bn-IN/svx/source/svdraw.po
+++ b/source/bn-IN/svx/source/svdraw.po
diff --git a/translations/source/bn-IN/svx/source/table.po b/source/bn-IN/svx/source/table.po
index bfecbf4a2c0..bfecbf4a2c0 100644
--- a/translations/source/bn-IN/svx/source/table.po
+++ b/source/bn-IN/svx/source/table.po
diff --git a/translations/source/bn-IN/svx/source/tbxctrls.po b/source/bn-IN/svx/source/tbxctrls.po
index 50c3b72ff86..50c3b72ff86 100644
--- a/translations/source/bn-IN/svx/source/tbxctrls.po
+++ b/source/bn-IN/svx/source/tbxctrls.po
diff --git a/translations/source/bn-IN/svx/source/toolbars.po b/source/bn-IN/svx/source/toolbars.po
index fe77d65bfa8..fe77d65bfa8 100644
--- a/translations/source/bn-IN/svx/source/toolbars.po
+++ b/source/bn-IN/svx/source/toolbars.po
diff --git a/translations/source/bn-IN/svx/source/unodialogs/textconversiondlgs.po b/source/bn-IN/svx/source/unodialogs/textconversiondlgs.po
index 41c37b3ba13..41c37b3ba13 100644
--- a/translations/source/bn-IN/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/bn-IN/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/bn-IN/sw/source/core/layout.po b/source/bn-IN/sw/source/core/layout.po
index 03f1d553586..03f1d553586 100644
--- a/translations/source/bn-IN/sw/source/core/layout.po
+++ b/source/bn-IN/sw/source/core/layout.po
diff --git a/translations/source/bn-IN/sw/source/core/undo.po b/source/bn-IN/sw/source/core/undo.po
index f6232a26582..f6232a26582 100644
--- a/translations/source/bn-IN/sw/source/core/undo.po
+++ b/source/bn-IN/sw/source/core/undo.po
diff --git a/translations/source/bn-IN/sw/source/core/unocore.po b/source/bn-IN/sw/source/core/unocore.po
index ba624b159c0..ba624b159c0 100644
--- a/translations/source/bn-IN/sw/source/core/unocore.po
+++ b/source/bn-IN/sw/source/core/unocore.po
diff --git a/translations/source/bn-IN/sw/source/ui/app.po b/source/bn-IN/sw/source/ui/app.po
index 907b87d32dd..907b87d32dd 100644
--- a/translations/source/bn-IN/sw/source/ui/app.po
+++ b/source/bn-IN/sw/source/ui/app.po
diff --git a/translations/source/bn-IN/sw/source/ui/chrdlg.po b/source/bn-IN/sw/source/ui/chrdlg.po
index a860b9872d5..a860b9872d5 100644
--- a/translations/source/bn-IN/sw/source/ui/chrdlg.po
+++ b/source/bn-IN/sw/source/ui/chrdlg.po
diff --git a/translations/source/bn-IN/sw/source/ui/config.po b/source/bn-IN/sw/source/ui/config.po
index fdc9db36bd5..fdc9db36bd5 100644
--- a/translations/source/bn-IN/sw/source/ui/config.po
+++ b/source/bn-IN/sw/source/ui/config.po
diff --git a/translations/source/bn-IN/sw/source/ui/dbui.po b/source/bn-IN/sw/source/ui/dbui.po
index a7758ca4a3b..a7758ca4a3b 100644
--- a/translations/source/bn-IN/sw/source/ui/dbui.po
+++ b/source/bn-IN/sw/source/ui/dbui.po
diff --git a/translations/source/bn-IN/sw/source/ui/dialog.po b/source/bn-IN/sw/source/ui/dialog.po
index db5943ca5b3..db5943ca5b3 100644
--- a/translations/source/bn-IN/sw/source/ui/dialog.po
+++ b/source/bn-IN/sw/source/ui/dialog.po
diff --git a/translations/source/bn-IN/sw/source/ui/dochdl.po b/source/bn-IN/sw/source/ui/dochdl.po
index df768fb557d..df768fb557d 100644
--- a/translations/source/bn-IN/sw/source/ui/dochdl.po
+++ b/source/bn-IN/sw/source/ui/dochdl.po
diff --git a/translations/source/bn-IN/sw/source/ui/docvw.po b/source/bn-IN/sw/source/ui/docvw.po
index 939edcaea2d..939edcaea2d 100644
--- a/translations/source/bn-IN/sw/source/ui/docvw.po
+++ b/source/bn-IN/sw/source/ui/docvw.po
diff --git a/translations/source/bn-IN/sw/source/ui/envelp.po b/source/bn-IN/sw/source/ui/envelp.po
index 4232b9851ee..4232b9851ee 100644
--- a/translations/source/bn-IN/sw/source/ui/envelp.po
+++ b/source/bn-IN/sw/source/ui/envelp.po
diff --git a/translations/source/bn-IN/sw/source/ui/fldui.po b/source/bn-IN/sw/source/ui/fldui.po
index 3f2b9fb22bc..3f2b9fb22bc 100644
--- a/translations/source/bn-IN/sw/source/ui/fldui.po
+++ b/source/bn-IN/sw/source/ui/fldui.po
diff --git a/translations/source/bn-IN/sw/source/ui/fmtui.po b/source/bn-IN/sw/source/ui/fmtui.po
index 2a6ae9aca1c..2a6ae9aca1c 100644
--- a/translations/source/bn-IN/sw/source/ui/fmtui.po
+++ b/source/bn-IN/sw/source/ui/fmtui.po
diff --git a/translations/source/bn-IN/sw/source/ui/frmdlg.po b/source/bn-IN/sw/source/ui/frmdlg.po
index 2d3d2a2ab76..2d3d2a2ab76 100644
--- a/translations/source/bn-IN/sw/source/ui/frmdlg.po
+++ b/source/bn-IN/sw/source/ui/frmdlg.po
diff --git a/translations/source/bn-IN/sw/source/ui/globdoc.po b/source/bn-IN/sw/source/ui/globdoc.po
index 9c3b957c38d..9c3b957c38d 100644
--- a/translations/source/bn-IN/sw/source/ui/globdoc.po
+++ b/source/bn-IN/sw/source/ui/globdoc.po
diff --git a/translations/source/bn-IN/sw/source/ui/index.po b/source/bn-IN/sw/source/ui/index.po
index 7d7f09f12ad..7d7f09f12ad 100644
--- a/translations/source/bn-IN/sw/source/ui/index.po
+++ b/source/bn-IN/sw/source/ui/index.po
diff --git a/translations/source/bn-IN/sw/source/ui/lingu.po b/source/bn-IN/sw/source/ui/lingu.po
index 8db47889e94..8db47889e94 100644
--- a/translations/source/bn-IN/sw/source/ui/lingu.po
+++ b/source/bn-IN/sw/source/ui/lingu.po
diff --git a/translations/source/bn-IN/sw/source/ui/misc.po b/source/bn-IN/sw/source/ui/misc.po
index 11b7a4fa502..11b7a4fa502 100644
--- a/translations/source/bn-IN/sw/source/ui/misc.po
+++ b/source/bn-IN/sw/source/ui/misc.po
diff --git a/translations/source/bn-IN/sw/source/ui/ribbar.po b/source/bn-IN/sw/source/ui/ribbar.po
index cd687e42876..cd687e42876 100644
--- a/translations/source/bn-IN/sw/source/ui/ribbar.po
+++ b/source/bn-IN/sw/source/ui/ribbar.po
diff --git a/translations/source/bn-IN/sw/source/ui/shells.po b/source/bn-IN/sw/source/ui/shells.po
index 52d8871f2ec..52d8871f2ec 100644
--- a/translations/source/bn-IN/sw/source/ui/shells.po
+++ b/source/bn-IN/sw/source/ui/shells.po
diff --git a/translations/source/bn-IN/sw/source/ui/smartmenu.po b/source/bn-IN/sw/source/ui/smartmenu.po
index 68ff6aff870..68ff6aff870 100644
--- a/translations/source/bn-IN/sw/source/ui/smartmenu.po
+++ b/source/bn-IN/sw/source/ui/smartmenu.po
diff --git a/translations/source/bn-IN/sw/source/ui/table.po b/source/bn-IN/sw/source/ui/table.po
index 21082dee7d9..21082dee7d9 100644
--- a/translations/source/bn-IN/sw/source/ui/table.po
+++ b/source/bn-IN/sw/source/ui/table.po
diff --git a/translations/source/bn-IN/sw/source/ui/uiview.po b/source/bn-IN/sw/source/ui/uiview.po
index 5301d69b9ba..5301d69b9ba 100644
--- a/translations/source/bn-IN/sw/source/ui/uiview.po
+++ b/source/bn-IN/sw/source/ui/uiview.po
diff --git a/translations/source/bn-IN/sw/source/ui/utlui.po b/source/bn-IN/sw/source/ui/utlui.po
index 7110d33b5be..7110d33b5be 100644
--- a/translations/source/bn-IN/sw/source/ui/utlui.po
+++ b/source/bn-IN/sw/source/ui/utlui.po
diff --git a/translations/source/bn-IN/sw/source/ui/web.po b/source/bn-IN/sw/source/ui/web.po
index ffb7f4c3963..ffb7f4c3963 100644
--- a/translations/source/bn-IN/sw/source/ui/web.po
+++ b/source/bn-IN/sw/source/ui/web.po
diff --git a/translations/source/bn-IN/sw/source/ui/wrtsh.po b/source/bn-IN/sw/source/ui/wrtsh.po
index 89176a21adf..89176a21adf 100644
--- a/translations/source/bn-IN/sw/source/ui/wrtsh.po
+++ b/source/bn-IN/sw/source/ui/wrtsh.po
diff --git a/translations/source/bn-IN/swext/mediawiki/help.po b/source/bn-IN/swext/mediawiki/help.po
index 66b1487e35f..66b1487e35f 100644
--- a/translations/source/bn-IN/swext/mediawiki/help.po
+++ b/source/bn-IN/swext/mediawiki/help.po
diff --git a/translations/source/bn-IN/swext/mediawiki/src.po b/source/bn-IN/swext/mediawiki/src.po
index 40d0d867e7a..40d0d867e7a 100644
--- a/translations/source/bn-IN/swext/mediawiki/src.po
+++ b/source/bn-IN/swext/mediawiki/src.po
diff --git a/translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 571e65c53fc..571e65c53fc 100644
--- a/translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index d3ab6d6c352..d3ab6d6c352 100644
--- a/translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/bn-IN/sysui/desktop/share.po b/source/bn-IN/sysui/desktop/share.po
index d8610bda022..d8610bda022 100644
--- a/translations/source/bn-IN/sysui/desktop/share.po
+++ b/source/bn-IN/sysui/desktop/share.po
diff --git a/translations/source/bn-IN/uui/source.po b/source/bn-IN/uui/source.po
index 93800ed5b10..93800ed5b10 100644
--- a/translations/source/bn-IN/uui/source.po
+++ b/source/bn-IN/uui/source.po
diff --git a/translations/source/bn-IN/vcl/source/src.po b/source/bn-IN/vcl/source/src.po
index 92288088700..92288088700 100644
--- a/translations/source/bn-IN/vcl/source/src.po
+++ b/source/bn-IN/vcl/source/src.po
diff --git a/translations/source/bn-IN/wizards/source/euro.po b/source/bn-IN/wizards/source/euro.po
index 175d99215a1..175d99215a1 100644
--- a/translations/source/bn-IN/wizards/source/euro.po
+++ b/source/bn-IN/wizards/source/euro.po
diff --git a/translations/source/bn-IN/wizards/source/formwizard.po b/source/bn-IN/wizards/source/formwizard.po
index 13eca25b548..13eca25b548 100644
--- a/translations/source/bn-IN/wizards/source/formwizard.po
+++ b/source/bn-IN/wizards/source/formwizard.po
diff --git a/translations/source/bn-IN/wizards/source/importwizard.po b/source/bn-IN/wizards/source/importwizard.po
index ff01da86ae1..ff01da86ae1 100644
--- a/translations/source/bn-IN/wizards/source/importwizard.po
+++ b/source/bn-IN/wizards/source/importwizard.po
diff --git a/translations/source/bn-IN/wizards/source/schedule.po b/source/bn-IN/wizards/source/schedule.po
index 19ee14759b3..19ee14759b3 100644
--- a/translations/source/bn-IN/wizards/source/schedule.po
+++ b/source/bn-IN/wizards/source/schedule.po
diff --git a/translations/source/bn-IN/wizards/source/template.po b/source/bn-IN/wizards/source/template.po
index 56672c5f837..56672c5f837 100644
--- a/translations/source/bn-IN/wizards/source/template.po
+++ b/source/bn-IN/wizards/source/template.po
diff --git a/translations/source/bn-IN/xmlsecurity/source/component.po b/source/bn-IN/xmlsecurity/source/component.po
index e8c7f68a321..e8c7f68a321 100644
--- a/translations/source/bn-IN/xmlsecurity/source/component.po
+++ b/source/bn-IN/xmlsecurity/source/component.po
diff --git a/translations/source/bn-IN/xmlsecurity/source/dialogs.po b/source/bn-IN/xmlsecurity/source/dialogs.po
index e5ee0f570e3..e5ee0f570e3 100644
--- a/translations/source/bn-IN/xmlsecurity/source/dialogs.po
+++ b/source/bn-IN/xmlsecurity/source/dialogs.po
diff --git a/translations/source/bn/accessibility/source/helper.po b/source/bn/accessibility/source/helper.po
index 08d569abb43..08d569abb43 100644
--- a/translations/source/bn/accessibility/source/helper.po
+++ b/source/bn/accessibility/source/helper.po
diff --git a/translations/source/bn/avmedia/source/framework.po b/source/bn/avmedia/source/framework.po
index 9558112a0b9..9558112a0b9 100644
--- a/translations/source/bn/avmedia/source/framework.po
+++ b/source/bn/avmedia/source/framework.po
diff --git a/translations/source/bn/avmedia/source/viewer.po b/source/bn/avmedia/source/viewer.po
index 9e836a0e763..9e836a0e763 100644
--- a/translations/source/bn/avmedia/source/viewer.po
+++ b/source/bn/avmedia/source/viewer.po
diff --git a/translations/source/bn/basctl/source/basicide.po b/source/bn/basctl/source/basicide.po
index 6f004e0fcda..6f004e0fcda 100644
--- a/translations/source/bn/basctl/source/basicide.po
+++ b/source/bn/basctl/source/basicide.po
diff --git a/translations/source/bn/basctl/source/dlged.po b/source/bn/basctl/source/dlged.po
index ff65d4a4cb7..ff65d4a4cb7 100644
--- a/translations/source/bn/basctl/source/dlged.po
+++ b/source/bn/basctl/source/dlged.po
diff --git a/translations/source/bn/basic/source/classes.po b/source/bn/basic/source/classes.po
index 95efa6f24b6..95efa6f24b6 100644
--- a/translations/source/bn/basic/source/classes.po
+++ b/source/bn/basic/source/classes.po
diff --git a/translations/source/bn/basic/source/sbx.po b/source/bn/basic/source/sbx.po
index 89c6639aec7..89c6639aec7 100644
--- a/translations/source/bn/basic/source/sbx.po
+++ b/source/bn/basic/source/sbx.po
diff --git a/translations/source/bn/chart2/source/controller/dialogs.po b/source/bn/chart2/source/controller/dialogs.po
index 00a03ec5d32..00a03ec5d32 100644
--- a/translations/source/bn/chart2/source/controller/dialogs.po
+++ b/source/bn/chart2/source/controller/dialogs.po
diff --git a/translations/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index a7d8069207c..a7d8069207c 100644
--- a/translations/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index a59137ca0fa..a59137ca0fa 100644
--- a/translations/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 7adec19457c..7adec19457c 100644
--- a/translations/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index d412d2caebf..d412d2caebf 100644
--- a/translations/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index cf5f2d7a185..cf5f2d7a185 100644
--- a/translations/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index e8f95e32292..e8f95e32292 100644
--- a/translations/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index dd4c1af46e8..dd4c1af46e8 100644
--- a/translations/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 0e76311e051..0e76311e051 100644
--- a/translations/source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index fa768d3a3c0..fa768d3a3c0 100644
--- a/translations/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index e4fd105c340..e4fd105c340 100644
--- a/translations/source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index 114a67deeaf..114a67deeaf 100644
--- a/translations/source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index ebeb1e287ef..ebeb1e287ef 100644
--- a/translations/source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index dd3dbc7d67d..dd3dbc7d67d 100644
--- a/translations/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 60845e01f6c..60845e01f6c 100644
--- a/translations/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 156b485989a..156b485989a 100644
--- a/translations/source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/bn/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/bn/connectivity/source/resource.po b/source/bn/connectivity/source/resource.po
index ba3c3079001..ba3c3079001 100644
--- a/translations/source/bn/connectivity/source/resource.po
+++ b/source/bn/connectivity/source/resource.po
diff --git a/translations/source/bn/cui/source/customize.po b/source/bn/cui/source/customize.po
index 7a023e53f48..7a023e53f48 100644
--- a/translations/source/bn/cui/source/customize.po
+++ b/source/bn/cui/source/customize.po
diff --git a/translations/source/bn/cui/source/dialogs.po b/source/bn/cui/source/dialogs.po
index 1b5eaa3f021..1b5eaa3f021 100644
--- a/translations/source/bn/cui/source/dialogs.po
+++ b/source/bn/cui/source/dialogs.po
diff --git a/translations/source/bn/cui/source/options.po b/source/bn/cui/source/options.po
index 76d40c81bde..76d40c81bde 100644
--- a/translations/source/bn/cui/source/options.po
+++ b/source/bn/cui/source/options.po
diff --git a/translations/source/bn/cui/source/tabpages.po b/source/bn/cui/source/tabpages.po
index 9936539b0bf..9936539b0bf 100644
--- a/translations/source/bn/cui/source/tabpages.po
+++ b/source/bn/cui/source/tabpages.po
diff --git a/translations/source/bn/dbaccess/source/core/resource.po b/source/bn/dbaccess/source/core/resource.po
index e504e5013ca..e504e5013ca 100644
--- a/translations/source/bn/dbaccess/source/core/resource.po
+++ b/source/bn/dbaccess/source/core/resource.po
diff --git a/translations/source/bn/dbaccess/source/ext/macromigration.po b/source/bn/dbaccess/source/ext/macromigration.po
index d6d2344f6b6..d6d2344f6b6 100644
--- a/translations/source/bn/dbaccess/source/ext/macromigration.po
+++ b/source/bn/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/bn/dbaccess/source/sdbtools/resource.po b/source/bn/dbaccess/source/sdbtools/resource.po
index c172f703408..c172f703408 100644
--- a/translations/source/bn/dbaccess/source/sdbtools/resource.po
+++ b/source/bn/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/bn/dbaccess/source/ui/app.po b/source/bn/dbaccess/source/ui/app.po
index a5353656502..a5353656502 100644
--- a/translations/source/bn/dbaccess/source/ui/app.po
+++ b/source/bn/dbaccess/source/ui/app.po
diff --git a/translations/source/bn/dbaccess/source/ui/browser.po b/source/bn/dbaccess/source/ui/browser.po
index 5f08ee1f3d5..5f08ee1f3d5 100644
--- a/translations/source/bn/dbaccess/source/ui/browser.po
+++ b/source/bn/dbaccess/source/ui/browser.po
diff --git a/translations/source/bn/dbaccess/source/ui/control.po b/source/bn/dbaccess/source/ui/control.po
index e5893a4a82a..e5893a4a82a 100644
--- a/translations/source/bn/dbaccess/source/ui/control.po
+++ b/source/bn/dbaccess/source/ui/control.po
diff --git a/translations/source/bn/dbaccess/source/ui/dlg.po b/source/bn/dbaccess/source/ui/dlg.po
index 2c3aafb8e2f..2c3aafb8e2f 100644
--- a/translations/source/bn/dbaccess/source/ui/dlg.po
+++ b/source/bn/dbaccess/source/ui/dlg.po
diff --git a/translations/source/bn/dbaccess/source/ui/inc.po b/source/bn/dbaccess/source/ui/inc.po
index 2575322b342..2575322b342 100644
--- a/translations/source/bn/dbaccess/source/ui/inc.po
+++ b/source/bn/dbaccess/source/ui/inc.po
diff --git a/translations/source/bn/dbaccess/source/ui/misc.po b/source/bn/dbaccess/source/ui/misc.po
index c5e45f12476..c5e45f12476 100644
--- a/translations/source/bn/dbaccess/source/ui/misc.po
+++ b/source/bn/dbaccess/source/ui/misc.po
diff --git a/translations/source/bn/dbaccess/source/ui/querydesign.po b/source/bn/dbaccess/source/ui/querydesign.po
index 433a15d88bd..433a15d88bd 100644
--- a/translations/source/bn/dbaccess/source/ui/querydesign.po
+++ b/source/bn/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/bn/dbaccess/source/ui/relationdesign.po b/source/bn/dbaccess/source/ui/relationdesign.po
index 1402fd63575..1402fd63575 100644
--- a/translations/source/bn/dbaccess/source/ui/relationdesign.po
+++ b/source/bn/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/bn/dbaccess/source/ui/tabledesign.po b/source/bn/dbaccess/source/ui/tabledesign.po
index 49f60bc7d18..49f60bc7d18 100644
--- a/translations/source/bn/dbaccess/source/ui/tabledesign.po
+++ b/source/bn/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/bn/dbaccess/source/ui/uno.po b/source/bn/dbaccess/source/ui/uno.po
index a5fe4ca4e72..a5fe4ca4e72 100644
--- a/translations/source/bn/dbaccess/source/ui/uno.po
+++ b/source/bn/dbaccess/source/ui/uno.po
diff --git a/translations/source/bn/desktop/source/app.po b/source/bn/desktop/source/app.po
index 3df8d25e2a0..3df8d25e2a0 100644
--- a/translations/source/bn/desktop/source/app.po
+++ b/source/bn/desktop/source/app.po
diff --git a/translations/source/bn/desktop/source/deployment/gui.po b/source/bn/desktop/source/deployment/gui.po
index abe52751280..abe52751280 100644
--- a/translations/source/bn/desktop/source/deployment/gui.po
+++ b/source/bn/desktop/source/deployment/gui.po
diff --git a/translations/source/bn/desktop/source/deployment/manager.po b/source/bn/desktop/source/deployment/manager.po
index 449c0c60f65..449c0c60f65 100644
--- a/translations/source/bn/desktop/source/deployment/manager.po
+++ b/source/bn/desktop/source/deployment/manager.po
diff --git a/translations/source/bn/desktop/source/deployment/misc.po b/source/bn/desktop/source/deployment/misc.po
index 4bea3883352..4bea3883352 100644
--- a/translations/source/bn/desktop/source/deployment/misc.po
+++ b/source/bn/desktop/source/deployment/misc.po
diff --git a/translations/source/bn/desktop/source/deployment/registry.po b/source/bn/desktop/source/deployment/registry.po
index b2aad4a4d6a..b2aad4a4d6a 100644
--- a/translations/source/bn/desktop/source/deployment/registry.po
+++ b/source/bn/desktop/source/deployment/registry.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/component.po b/source/bn/desktop/source/deployment/registry/component.po
index 1c42997e143..1c42997e143 100644
--- a/translations/source/bn/desktop/source/deployment/registry/component.po
+++ b/source/bn/desktop/source/deployment/registry/component.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/configuration.po b/source/bn/desktop/source/deployment/registry/configuration.po
index a1a46da8f1f..a1a46da8f1f 100644
--- a/translations/source/bn/desktop/source/deployment/registry/configuration.po
+++ b/source/bn/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/help.po b/source/bn/desktop/source/deployment/registry/help.po
index f8a4837b613..f8a4837b613 100644
--- a/translations/source/bn/desktop/source/deployment/registry/help.po
+++ b/source/bn/desktop/source/deployment/registry/help.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/package.po b/source/bn/desktop/source/deployment/registry/package.po
index ed84bbcf9ee..ed84bbcf9ee 100644
--- a/translations/source/bn/desktop/source/deployment/registry/package.po
+++ b/source/bn/desktop/source/deployment/registry/package.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/script.po b/source/bn/desktop/source/deployment/registry/script.po
index dcbee18b501..dcbee18b501 100644
--- a/translations/source/bn/desktop/source/deployment/registry/script.po
+++ b/source/bn/desktop/source/deployment/registry/script.po
diff --git a/translations/source/bn/desktop/source/deployment/registry/sfwk.po b/source/bn/desktop/source/deployment/registry/sfwk.po
index 7476e873268..7476e873268 100644
--- a/translations/source/bn/desktop/source/deployment/registry/sfwk.po
+++ b/source/bn/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/bn/desktop/source/deployment/unopkg.po b/source/bn/desktop/source/deployment/unopkg.po
index caa130a7d30..caa130a7d30 100644
--- a/translations/source/bn/desktop/source/deployment/unopkg.po
+++ b/source/bn/desktop/source/deployment/unopkg.po
diff --git a/translations/source/bn/dictionaries/af_ZA.po b/source/bn/dictionaries/af_ZA.po
index 267ad0d0919..267ad0d0919 100644
--- a/translations/source/bn/dictionaries/af_ZA.po
+++ b/source/bn/dictionaries/af_ZA.po
diff --git a/translations/source/bn/dictionaries/an_ES.po b/source/bn/dictionaries/an_ES.po
index 8bdad33e8e5..8bdad33e8e5 100644
--- a/translations/source/bn/dictionaries/an_ES.po
+++ b/source/bn/dictionaries/an_ES.po
diff --git a/translations/source/bn/dictionaries/ar.po b/source/bn/dictionaries/ar.po
index 22601563309..22601563309 100644
--- a/translations/source/bn/dictionaries/ar.po
+++ b/source/bn/dictionaries/ar.po
diff --git a/translations/source/bn/dictionaries/be_BY.po b/source/bn/dictionaries/be_BY.po
index 6b9e6170198..6b9e6170198 100644
--- a/translations/source/bn/dictionaries/be_BY.po
+++ b/source/bn/dictionaries/be_BY.po
diff --git a/translations/source/bn/dictionaries/bg_BG.po b/source/bn/dictionaries/bg_BG.po
index 5576c57758c..5576c57758c 100644
--- a/translations/source/bn/dictionaries/bg_BG.po
+++ b/source/bn/dictionaries/bg_BG.po
diff --git a/translations/source/bn/dictionaries/bn_BD.po b/source/bn/dictionaries/bn_BD.po
index 3af9e7156b2..3af9e7156b2 100644
--- a/translations/source/bn/dictionaries/bn_BD.po
+++ b/source/bn/dictionaries/bn_BD.po
diff --git a/translations/source/bn/dictionaries/br_FR.po b/source/bn/dictionaries/br_FR.po
index 52ac3e839bd..52ac3e839bd 100644
--- a/translations/source/bn/dictionaries/br_FR.po
+++ b/source/bn/dictionaries/br_FR.po
diff --git a/translations/source/bn/dictionaries/ca.po b/source/bn/dictionaries/ca.po
index 726398cd962..726398cd962 100644
--- a/translations/source/bn/dictionaries/ca.po
+++ b/source/bn/dictionaries/ca.po
diff --git a/translations/source/bn/dictionaries/cs_CZ.po b/source/bn/dictionaries/cs_CZ.po
index 70356710977..70356710977 100644
--- a/translations/source/bn/dictionaries/cs_CZ.po
+++ b/source/bn/dictionaries/cs_CZ.po
diff --git a/translations/source/bn/dictionaries/da_DK.po b/source/bn/dictionaries/da_DK.po
index 868e59325a9..868e59325a9 100644
--- a/translations/source/bn/dictionaries/da_DK.po
+++ b/source/bn/dictionaries/da_DK.po
diff --git a/translations/source/bn/dictionaries/de.po b/source/bn/dictionaries/de.po
index 4b2ea212bb6..4b2ea212bb6 100644
--- a/translations/source/bn/dictionaries/de.po
+++ b/source/bn/dictionaries/de.po
diff --git a/translations/source/bn/dictionaries/el_GR.po b/source/bn/dictionaries/el_GR.po
index 6e3d95154d2..6e3d95154d2 100644
--- a/translations/source/bn/dictionaries/el_GR.po
+++ b/source/bn/dictionaries/el_GR.po
diff --git a/translations/source/bn/dictionaries/en.po b/source/bn/dictionaries/en.po
index f45c96053b5..f45c96053b5 100644
--- a/translations/source/bn/dictionaries/en.po
+++ b/source/bn/dictionaries/en.po
diff --git a/translations/source/bn/dictionaries/en/dialog.po b/source/bn/dictionaries/en/dialog.po
index 348f9113c3b..348f9113c3b 100644
--- a/translations/source/bn/dictionaries/en/dialog.po
+++ b/source/bn/dictionaries/en/dialog.po
diff --git a/translations/source/bn/dictionaries/es_ES.po b/source/bn/dictionaries/es_ES.po
index 170185a4a77..170185a4a77 100644
--- a/translations/source/bn/dictionaries/es_ES.po
+++ b/source/bn/dictionaries/es_ES.po
diff --git a/translations/source/bn/dictionaries/et_EE.po b/source/bn/dictionaries/et_EE.po
index e2b18bab5b9..e2b18bab5b9 100644
--- a/translations/source/bn/dictionaries/et_EE.po
+++ b/source/bn/dictionaries/et_EE.po
diff --git a/translations/source/bn/dictionaries/fr_FR.po b/source/bn/dictionaries/fr_FR.po
index 6319c7bb46e..6319c7bb46e 100644
--- a/translations/source/bn/dictionaries/fr_FR.po
+++ b/source/bn/dictionaries/fr_FR.po
diff --git a/translations/source/bn/dictionaries/gd_GB.po b/source/bn/dictionaries/gd_GB.po
index 15763fa2290..15763fa2290 100644
--- a/translations/source/bn/dictionaries/gd_GB.po
+++ b/source/bn/dictionaries/gd_GB.po
diff --git a/translations/source/bn/dictionaries/gl.po b/source/bn/dictionaries/gl.po
index cbd9d068205..cbd9d068205 100644
--- a/translations/source/bn/dictionaries/gl.po
+++ b/source/bn/dictionaries/gl.po
diff --git a/translations/source/bn/dictionaries/gu_IN.po b/source/bn/dictionaries/gu_IN.po
index d8ef67895ce..d8ef67895ce 100644
--- a/translations/source/bn/dictionaries/gu_IN.po
+++ b/source/bn/dictionaries/gu_IN.po
diff --git a/translations/source/bn/dictionaries/he_IL.po b/source/bn/dictionaries/he_IL.po
index 3bd2236d32f..3bd2236d32f 100644
--- a/translations/source/bn/dictionaries/he_IL.po
+++ b/source/bn/dictionaries/he_IL.po
diff --git a/translations/source/bn/dictionaries/hi_IN.po b/source/bn/dictionaries/hi_IN.po
index 28465c86c8f..28465c86c8f 100644
--- a/translations/source/bn/dictionaries/hi_IN.po
+++ b/source/bn/dictionaries/hi_IN.po
diff --git a/translations/source/bn/dictionaries/hr_HR.po b/source/bn/dictionaries/hr_HR.po
index 219aa742a70..219aa742a70 100644
--- a/translations/source/bn/dictionaries/hr_HR.po
+++ b/source/bn/dictionaries/hr_HR.po
diff --git a/translations/source/bn/dictionaries/hu_HU.po b/source/bn/dictionaries/hu_HU.po
index 6e4d43a1148..6e4d43a1148 100644
--- a/translations/source/bn/dictionaries/hu_HU.po
+++ b/source/bn/dictionaries/hu_HU.po
diff --git a/translations/source/bn/dictionaries/hu_HU/dialog.po b/source/bn/dictionaries/hu_HU/dialog.po
index 26a85bcda6b..26a85bcda6b 100644
--- a/translations/source/bn/dictionaries/hu_HU/dialog.po
+++ b/source/bn/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/bn/dictionaries/it_IT.po b/source/bn/dictionaries/it_IT.po
index 9ee0e1ae569..9ee0e1ae569 100644
--- a/translations/source/bn/dictionaries/it_IT.po
+++ b/source/bn/dictionaries/it_IT.po
diff --git a/translations/source/bn/dictionaries/ku_TR.po b/source/bn/dictionaries/ku_TR.po
index 5ad1db157c4..5ad1db157c4 100644
--- a/translations/source/bn/dictionaries/ku_TR.po
+++ b/source/bn/dictionaries/ku_TR.po
diff --git a/translations/source/bn/dictionaries/lt_LT.po b/source/bn/dictionaries/lt_LT.po
index e05c6d981a3..e05c6d981a3 100644
--- a/translations/source/bn/dictionaries/lt_LT.po
+++ b/source/bn/dictionaries/lt_LT.po
diff --git a/translations/source/bn/dictionaries/lv_LV.po b/source/bn/dictionaries/lv_LV.po
index 106246acdd3..106246acdd3 100644
--- a/translations/source/bn/dictionaries/lv_LV.po
+++ b/source/bn/dictionaries/lv_LV.po
diff --git a/translations/source/bn/dictionaries/ne_NP.po b/source/bn/dictionaries/ne_NP.po
index 52644451297..52644451297 100644
--- a/translations/source/bn/dictionaries/ne_NP.po
+++ b/source/bn/dictionaries/ne_NP.po
diff --git a/translations/source/bn/dictionaries/nl_NL.po b/source/bn/dictionaries/nl_NL.po
index e97471aef1a..e97471aef1a 100644
--- a/translations/source/bn/dictionaries/nl_NL.po
+++ b/source/bn/dictionaries/nl_NL.po
diff --git a/translations/source/bn/dictionaries/no.po b/source/bn/dictionaries/no.po
index 09f6992de57..09f6992de57 100644
--- a/translations/source/bn/dictionaries/no.po
+++ b/source/bn/dictionaries/no.po
diff --git a/translations/source/bn/dictionaries/oc_FR.po b/source/bn/dictionaries/oc_FR.po
index ffa166982ee..ffa166982ee 100644
--- a/translations/source/bn/dictionaries/oc_FR.po
+++ b/source/bn/dictionaries/oc_FR.po
diff --git a/translations/source/bn/dictionaries/pl_PL.po b/source/bn/dictionaries/pl_PL.po
index 8ea7e1ace16..8ea7e1ace16 100644
--- a/translations/source/bn/dictionaries/pl_PL.po
+++ b/source/bn/dictionaries/pl_PL.po
diff --git a/translations/source/bn/dictionaries/pt_BR.po b/source/bn/dictionaries/pt_BR.po
index a2b9855f1ff..a2b9855f1ff 100644
--- a/translations/source/bn/dictionaries/pt_BR.po
+++ b/source/bn/dictionaries/pt_BR.po
diff --git a/translations/source/bn/dictionaries/pt_PT.po b/source/bn/dictionaries/pt_PT.po
index 75fd1636b59..75fd1636b59 100644
--- a/translations/source/bn/dictionaries/pt_PT.po
+++ b/source/bn/dictionaries/pt_PT.po
diff --git a/translations/source/bn/dictionaries/ro.po b/source/bn/dictionaries/ro.po
index 79075f47604..79075f47604 100644
--- a/translations/source/bn/dictionaries/ro.po
+++ b/source/bn/dictionaries/ro.po
diff --git a/translations/source/bn/dictionaries/ru_RU.po b/source/bn/dictionaries/ru_RU.po
index f03cc28d85e..f03cc28d85e 100644
--- a/translations/source/bn/dictionaries/ru_RU.po
+++ b/source/bn/dictionaries/ru_RU.po
diff --git a/translations/source/bn/dictionaries/ru_RU/dialog.po b/source/bn/dictionaries/ru_RU/dialog.po
index e4163d4ba28..e4163d4ba28 100644
--- a/translations/source/bn/dictionaries/ru_RU/dialog.po
+++ b/source/bn/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/bn/dictionaries/si_LK.po b/source/bn/dictionaries/si_LK.po
index fecd79fc3ee..fecd79fc3ee 100644
--- a/translations/source/bn/dictionaries/si_LK.po
+++ b/source/bn/dictionaries/si_LK.po
diff --git a/translations/source/bn/dictionaries/sk_SK.po b/source/bn/dictionaries/sk_SK.po
index bdf36c200fd..bdf36c200fd 100644
--- a/translations/source/bn/dictionaries/sk_SK.po
+++ b/source/bn/dictionaries/sk_SK.po
diff --git a/translations/source/bn/dictionaries/sl_SI.po b/source/bn/dictionaries/sl_SI.po
index c8bf210af47..c8bf210af47 100644
--- a/translations/source/bn/dictionaries/sl_SI.po
+++ b/source/bn/dictionaries/sl_SI.po
diff --git a/translations/source/bn/dictionaries/sr.po b/source/bn/dictionaries/sr.po
index 3bc789494d7..3bc789494d7 100644
--- a/translations/source/bn/dictionaries/sr.po
+++ b/source/bn/dictionaries/sr.po
diff --git a/translations/source/bn/dictionaries/sv_SE.po b/source/bn/dictionaries/sv_SE.po
index d036359f5cd..d036359f5cd 100644
--- a/translations/source/bn/dictionaries/sv_SE.po
+++ b/source/bn/dictionaries/sv_SE.po
diff --git a/translations/source/bn/dictionaries/sw_TZ.po b/source/bn/dictionaries/sw_TZ.po
index 6afc0960201..6afc0960201 100644
--- a/translations/source/bn/dictionaries/sw_TZ.po
+++ b/source/bn/dictionaries/sw_TZ.po
diff --git a/translations/source/bn/dictionaries/te_IN.po b/source/bn/dictionaries/te_IN.po
index 2f1e4821cc4..2f1e4821cc4 100644
--- a/translations/source/bn/dictionaries/te_IN.po
+++ b/source/bn/dictionaries/te_IN.po
diff --git a/translations/source/bn/dictionaries/th_TH.po b/source/bn/dictionaries/th_TH.po
index 228ddf6b188..228ddf6b188 100644
--- a/translations/source/bn/dictionaries/th_TH.po
+++ b/source/bn/dictionaries/th_TH.po
diff --git a/translations/source/bn/dictionaries/uk_UA.po b/source/bn/dictionaries/uk_UA.po
index 24f181edcb9..24f181edcb9 100644
--- a/translations/source/bn/dictionaries/uk_UA.po
+++ b/source/bn/dictionaries/uk_UA.po
diff --git a/translations/source/bn/dictionaries/vi.po b/source/bn/dictionaries/vi.po
index 93a4a904746..93a4a904746 100644
--- a/translations/source/bn/dictionaries/vi.po
+++ b/source/bn/dictionaries/vi.po
diff --git a/translations/source/bn/dictionaries/zu_ZA.po b/source/bn/dictionaries/zu_ZA.po
index 75520dacf1f..75520dacf1f 100644
--- a/translations/source/bn/dictionaries/zu_ZA.po
+++ b/source/bn/dictionaries/zu_ZA.po
diff --git a/translations/source/bn/editeng/source/accessibility.po b/source/bn/editeng/source/accessibility.po
index 0430dcf5f1c..0430dcf5f1c 100644
--- a/translations/source/bn/editeng/source/accessibility.po
+++ b/source/bn/editeng/source/accessibility.po
diff --git a/translations/source/bn/editeng/source/editeng.po b/source/bn/editeng/source/editeng.po
index 1d291ecd8db..1d291ecd8db 100644
--- a/translations/source/bn/editeng/source/editeng.po
+++ b/source/bn/editeng/source/editeng.po
diff --git a/translations/source/bn/editeng/source/items.po b/source/bn/editeng/source/items.po
index 935f7b3aa0a..935f7b3aa0a 100644
--- a/translations/source/bn/editeng/source/items.po
+++ b/source/bn/editeng/source/items.po
diff --git a/translations/source/bn/editeng/source/misc.po b/source/bn/editeng/source/misc.po
index 4f4bc7e60a9..4f4bc7e60a9 100644
--- a/translations/source/bn/editeng/source/misc.po
+++ b/source/bn/editeng/source/misc.po
diff --git a/translations/source/bn/editeng/source/outliner.po b/source/bn/editeng/source/outliner.po
index 46b20b884d5..46b20b884d5 100644
--- a/translations/source/bn/editeng/source/outliner.po
+++ b/source/bn/editeng/source/outliner.po
diff --git a/translations/source/bn/extensions/source/abpilot.po b/source/bn/extensions/source/abpilot.po
index fc157763f78..fc157763f78 100644
--- a/translations/source/bn/extensions/source/abpilot.po
+++ b/source/bn/extensions/source/abpilot.po
diff --git a/translations/source/bn/extensions/source/bibliography.po b/source/bn/extensions/source/bibliography.po
index 13da78c4681..13da78c4681 100644
--- a/translations/source/bn/extensions/source/bibliography.po
+++ b/source/bn/extensions/source/bibliography.po
diff --git a/translations/source/bn/extensions/source/dbpilots.po b/source/bn/extensions/source/dbpilots.po
index 96f057f08e4..96f057f08e4 100644
--- a/translations/source/bn/extensions/source/dbpilots.po
+++ b/source/bn/extensions/source/dbpilots.po
diff --git a/translations/source/bn/extensions/source/propctrlr.po b/source/bn/extensions/source/propctrlr.po
index 707b560185b..707b560185b 100644
--- a/translations/source/bn/extensions/source/propctrlr.po
+++ b/source/bn/extensions/source/propctrlr.po
diff --git a/translations/source/bn/extensions/source/scanner.po b/source/bn/extensions/source/scanner.po
index 686a5bd1c84..686a5bd1c84 100644
--- a/translations/source/bn/extensions/source/scanner.po
+++ b/source/bn/extensions/source/scanner.po
diff --git a/translations/source/bn/extensions/source/update/check.po b/source/bn/extensions/source/update/check.po
index 47c116b6d7d..47c116b6d7d 100644
--- a/translations/source/bn/extensions/source/update/check.po
+++ b/source/bn/extensions/source/update/check.po
diff --git a/translations/source/bn/extensions/source/update/check/org/openoffice/Office.po b/source/bn/extensions/source/update/check/org/openoffice/Office.po
index 8b48050673f..8b48050673f 100644
--- a/translations/source/bn/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/bn/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/bn/filter/source/config/fragments/filters.po b/source/bn/filter/source/config/fragments/filters.po
index f19e6e45084..f19e6e45084 100644
--- a/translations/source/bn/filter/source/config/fragments/filters.po
+++ b/source/bn/filter/source/config/fragments/filters.po
diff --git a/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po b/source/bn/filter/source/config/fragments/internalgraphicfilters.po
index b4d64f25fd5..b4d64f25fd5 100644
--- a/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bn/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/bn/filter/source/config/fragments/types.po b/source/bn/filter/source/config/fragments/types.po
index 60f8d5c8ad8..60f8d5c8ad8 100644
--- a/translations/source/bn/filter/source/config/fragments/types.po
+++ b/source/bn/filter/source/config/fragments/types.po
diff --git a/translations/source/bn/filter/source/flash.po b/source/bn/filter/source/flash.po
index d6083718bcf..d6083718bcf 100644
--- a/translations/source/bn/filter/source/flash.po
+++ b/source/bn/filter/source/flash.po
diff --git a/translations/source/bn/filter/source/graphicfilter/eps.po b/source/bn/filter/source/graphicfilter/eps.po
index cc40e2194ee..cc40e2194ee 100644
--- a/translations/source/bn/filter/source/graphicfilter/eps.po
+++ b/source/bn/filter/source/graphicfilter/eps.po
diff --git a/translations/source/bn/filter/source/pdf.po b/source/bn/filter/source/pdf.po
index f2aa0cd30de..f2aa0cd30de 100644
--- a/translations/source/bn/filter/source/pdf.po
+++ b/source/bn/filter/source/pdf.po
diff --git a/translations/source/bn/filter/source/t602.po b/source/bn/filter/source/t602.po
index 4f1c788824c..4f1c788824c 100644
--- a/translations/source/bn/filter/source/t602.po
+++ b/source/bn/filter/source/t602.po
diff --git a/translations/source/bn/filter/source/xsltdialog.po b/source/bn/filter/source/xsltdialog.po
index d143f901c95..d143f901c95 100644
--- a/translations/source/bn/filter/source/xsltdialog.po
+++ b/source/bn/filter/source/xsltdialog.po
diff --git a/translations/source/bn/forms/source/resource.po b/source/bn/forms/source/resource.po
index 2762c7cfb5e..2762c7cfb5e 100644
--- a/translations/source/bn/forms/source/resource.po
+++ b/source/bn/forms/source/resource.po
diff --git a/translations/source/bn/formula/source/core/resource.po b/source/bn/formula/source/core/resource.po
index 31b25e84434..31b25e84434 100644
--- a/translations/source/bn/formula/source/core/resource.po
+++ b/source/bn/formula/source/core/resource.po
diff --git a/translations/source/bn/formula/source/ui/dlg.po b/source/bn/formula/source/ui/dlg.po
index 6c23d8ff70b..6c23d8ff70b 100644
--- a/translations/source/bn/formula/source/ui/dlg.po
+++ b/source/bn/formula/source/ui/dlg.po
diff --git a/translations/source/bn/fpicker/source/office.po b/source/bn/fpicker/source/office.po
index d329e533ad9..d329e533ad9 100644
--- a/translations/source/bn/fpicker/source/office.po
+++ b/source/bn/fpicker/source/office.po
diff --git a/translations/source/bn/framework/source/classes.po b/source/bn/framework/source/classes.po
index bc7629fdd04..bc7629fdd04 100644
--- a/translations/source/bn/framework/source/classes.po
+++ b/source/bn/framework/source/classes.po
diff --git a/translations/source/bn/framework/source/services.po b/source/bn/framework/source/services.po
index 980f0a68078..980f0a68078 100644
--- a/translations/source/bn/framework/source/services.po
+++ b/source/bn/framework/source/services.po
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/guide.po b/source/bn/helpcontent2/source/text/sbasic/guide.po
index 704d732e067..704d732e067 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bn/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared.po b/source/bn/helpcontent2/source/text/sbasic/shared.po
index f12452f70c3..f12452f70c3 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po b/source/bn/helpcontent2/source/text/sbasic/shared/01.po
index bd5186001ff..bd5186001ff 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po b/source/bn/helpcontent2/source/text/sbasic/shared/02.po
index 783486fd4cc..783486fd4cc 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc.po b/source/bn/helpcontent2/source/text/scalc.po
index f45456823dc..f45456823dc 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc.po
+++ b/source/bn/helpcontent2/source/text/scalc.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/00.po b/source/bn/helpcontent2/source/text/scalc/00.po
index 1a793fb66c8..1a793fb66c8 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/00.po
+++ b/source/bn/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index ffaee4040b3..ffaee4040b3 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/source/bn/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/02.po b/source/bn/helpcontent2/source/text/scalc/02.po
index 635c8ba9008..635c8ba9008 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/02.po
+++ b/source/bn/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/04.po b/source/bn/helpcontent2/source/text/scalc/04.po
index fee9398b5e4..fee9398b5e4 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/04.po
+++ b/source/bn/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/05.po b/source/bn/helpcontent2/source/text/scalc/05.po
index 94bc2d24131..94bc2d24131 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/05.po
+++ b/source/bn/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/guide.po b/source/bn/helpcontent2/source/text/scalc/guide.po
index f55e74851a1..f55e74851a1 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/schart.po b/source/bn/helpcontent2/source/text/schart.po
index 3044e082eb7..3044e082eb7 100644
--- a/translations/source/bn/helpcontent2/source/text/schart.po
+++ b/source/bn/helpcontent2/source/text/schart.po
diff --git a/translations/source/bn/helpcontent2/source/text/schart/00.po b/source/bn/helpcontent2/source/text/schart/00.po
index 052b1edc547..052b1edc547 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/00.po
+++ b/source/bn/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/schart/01.po b/source/bn/helpcontent2/source/text/schart/01.po
index 4764e147c3f..4764e147c3f 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/01.po
+++ b/source/bn/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/schart/02.po b/source/bn/helpcontent2/source/text/schart/02.po
index d47c6f38ec7..d47c6f38ec7 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/02.po
+++ b/source/bn/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/schart/04.po b/source/bn/helpcontent2/source/text/schart/04.po
index 15d475d90c2..15d475d90c2 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/04.po
+++ b/source/bn/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw.po b/source/bn/helpcontent2/source/text/sdraw.po
index 34d3f881fe0..34d3f881fe0 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw.po
+++ b/source/bn/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/00.po b/source/bn/helpcontent2/source/text/sdraw/00.po
index 55388b9b6b1..55388b9b6b1 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/00.po
+++ b/source/bn/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/01.po b/source/bn/helpcontent2/source/text/sdraw/01.po
index 658839dca31..658839dca31 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/01.po
+++ b/source/bn/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/04.po b/source/bn/helpcontent2/source/text/sdraw/04.po
index bec80ad10b9..bec80ad10b9 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/04.po
+++ b/source/bn/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/guide.po b/source/bn/helpcontent2/source/text/sdraw/guide.po
index 04334320717..04334320717 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/guide.po
+++ b/source/bn/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared.po b/source/bn/helpcontent2/source/text/shared.po
index afd3a8292b1..afd3a8292b1 100644
--- a/translations/source/bn/helpcontent2/source/text/shared.po
+++ b/source/bn/helpcontent2/source/text/shared.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index a20314aad1e..a20314aad1e 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index 82d87c67bf4..82d87c67bf4 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/02.po b/source/bn/helpcontent2/source/text/shared/02.po
index 4bca1fb21e0..4bca1fb21e0 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/02.po
+++ b/source/bn/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/04.po b/source/bn/helpcontent2/source/text/shared/04.po
index 8fc85b0f14f..8fc85b0f14f 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/04.po
+++ b/source/bn/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/05.po b/source/bn/helpcontent2/source/text/shared/05.po
index a3965ddc0a2..a3965ddc0a2 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/05.po
+++ b/source/bn/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/07.po b/source/bn/helpcontent2/source/text/shared/07.po
index 04a4bcb4c11..04a4bcb4c11 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/07.po
+++ b/source/bn/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/autokorr.po b/source/bn/helpcontent2/source/text/shared/autokorr.po
index fdd9b20b5ec..fdd9b20b5ec 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/autokorr.po
+++ b/source/bn/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/autopi.po b/source/bn/helpcontent2/source/text/shared/autopi.po
index 7d1d860aed1..7d1d860aed1 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/autopi.po
+++ b/source/bn/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/explorer/database.po b/source/bn/helpcontent2/source/text/shared/explorer/database.po
index 62ae84c4851..62ae84c4851 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bn/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index 5222a0106cb..5222a0106cb 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/source/bn/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index c1ed3b82d8c..c1ed3b82d8c 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress.po b/source/bn/helpcontent2/source/text/simpress.po
index 6e2118c2b91..6e2118c2b91 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress.po
+++ b/source/bn/helpcontent2/source/text/simpress.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/00.po b/source/bn/helpcontent2/source/text/simpress/00.po
index 07f61736f1b..07f61736f1b 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/00.po
+++ b/source/bn/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/01.po b/source/bn/helpcontent2/source/text/simpress/01.po
index 3671c1b5f0f..3671c1b5f0f 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/01.po
+++ b/source/bn/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/02.po b/source/bn/helpcontent2/source/text/simpress/02.po
index f3e63f2f85a..f3e63f2f85a 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/02.po
+++ b/source/bn/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/04.po b/source/bn/helpcontent2/source/text/simpress/04.po
index 0551aa0232a..0551aa0232a 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/04.po
+++ b/source/bn/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/guide.po b/source/bn/helpcontent2/source/text/simpress/guide.po
index f4e6d181c08..f4e6d181c08 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath.po b/source/bn/helpcontent2/source/text/smath.po
index 78d34293205..78d34293205 100644
--- a/translations/source/bn/helpcontent2/source/text/smath.po
+++ b/source/bn/helpcontent2/source/text/smath.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath/00.po b/source/bn/helpcontent2/source/text/smath/00.po
index d152304f633..d152304f633 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/00.po
+++ b/source/bn/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath/01.po b/source/bn/helpcontent2/source/text/smath/01.po
index 55b37c4c03a..55b37c4c03a 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/01.po
+++ b/source/bn/helpcontent2/source/text/smath/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath/02.po b/source/bn/helpcontent2/source/text/smath/02.po
index ad2f22975a0..ad2f22975a0 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/02.po
+++ b/source/bn/helpcontent2/source/text/smath/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath/04.po b/source/bn/helpcontent2/source/text/smath/04.po
index c1100b729ad..c1100b729ad 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/04.po
+++ b/source/bn/helpcontent2/source/text/smath/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/smath/guide.po b/source/bn/helpcontent2/source/text/smath/guide.po
index b3c860bb6e0..b3c860bb6e0 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/guide.po
+++ b/source/bn/helpcontent2/source/text/smath/guide.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter.po b/source/bn/helpcontent2/source/text/swriter.po
index 58a1addf883..58a1addf883 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter.po
+++ b/source/bn/helpcontent2/source/text/swriter.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/00.po b/source/bn/helpcontent2/source/text/swriter/00.po
index 89de37dbdc6..89de37dbdc6 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/source/bn/helpcontent2/source/text/swriter/00.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index ad64875a6c5..ad64875a6c5 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/01.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/02.po b/source/bn/helpcontent2/source/text/swriter/02.po
index 63d3f170232..63d3f170232 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/02.po
+++ b/source/bn/helpcontent2/source/text/swriter/02.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/04.po b/source/bn/helpcontent2/source/text/swriter/04.po
index e893b35a797..e893b35a797 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/04.po
+++ b/source/bn/helpcontent2/source/text/swriter/04.po
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/guide.po b/source/bn/helpcontent2/source/text/swriter/guide.po
index d6cc4b320c9..d6cc4b320c9 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn/helpcontent2/source/text/swriter/guide.po
diff --git a/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
index f98ceaad47d..f98ceaad47d 100644
--- a/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/bn/mysqlc/source.po b/source/bn/mysqlc/source.po
index dd38ca6e938..dd38ca6e938 100644
--- a/translations/source/bn/mysqlc/source.po
+++ b/source/bn/mysqlc/source.po
diff --git a/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 8a2446fbecf..8a2446fbecf 100644
--- a/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 6efa504b9dc..6efa504b9dc 100644
--- a/translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 89cf6fa2bb8..89cf6fa2bb8 100644
--- a/translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/bn/nlpsolver/src/locale.po b/source/bn/nlpsolver/src/locale.po
index 6a7cbc1008a..6a7cbc1008a 100644
--- a/translations/source/bn/nlpsolver/src/locale.po
+++ b/source/bn/nlpsolver/src/locale.po
diff --git a/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po b/source/bn/officecfg/registry/data/org/openoffice/Office.po
index 2adfee3ee61..2adfee3ee61 100644
--- a/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index 2d200f1ba62..2d200f1ba62 100644
--- a/translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bn/padmin/source.po b/source/bn/padmin/source.po
index b577e2baeb9..b577e2baeb9 100644
--- a/translations/source/bn/padmin/source.po
+++ b/source/bn/padmin/source.po
diff --git a/translations/source/bn/readlicense_oo/docs/readme.po b/source/bn/readlicense_oo/docs/readme.po
index 7a48f178bc4..7a48f178bc4 100644
--- a/translations/source/bn/readlicense_oo/docs/readme.po
+++ b/source/bn/readlicense_oo/docs/readme.po
diff --git a/translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po
index 04c825fcaf8..04c825fcaf8 100644
--- a/translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po b/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
index 634ad720a6e..634ad720a6e 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 2695dac89d4..2695dac89d4 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 04b59759d51..04b59759d51 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/bn/reportbuilder/util.po b/source/bn/reportbuilder/util.po
index 75e27d314c3..75e27d314c3 100644
--- a/translations/source/bn/reportbuilder/util.po
+++ b/source/bn/reportbuilder/util.po
diff --git a/translations/source/bn/reportdesign/source/core/resource.po b/source/bn/reportdesign/source/core/resource.po
index 3802dcd89a5..3802dcd89a5 100644
--- a/translations/source/bn/reportdesign/source/core/resource.po
+++ b/source/bn/reportdesign/source/core/resource.po
diff --git a/translations/source/bn/reportdesign/source/ui/dlg.po b/source/bn/reportdesign/source/ui/dlg.po
index 36b43b8eb2b..36b43b8eb2b 100644
--- a/translations/source/bn/reportdesign/source/ui/dlg.po
+++ b/source/bn/reportdesign/source/ui/dlg.po
diff --git a/translations/source/bn/reportdesign/source/ui/inspection.po b/source/bn/reportdesign/source/ui/inspection.po
index c14aaa7ee86..c14aaa7ee86 100644
--- a/translations/source/bn/reportdesign/source/ui/inspection.po
+++ b/source/bn/reportdesign/source/ui/inspection.po
diff --git a/translations/source/bn/reportdesign/source/ui/report.po b/source/bn/reportdesign/source/ui/report.po
index eeeb9044c69..eeeb9044c69 100644
--- a/translations/source/bn/reportdesign/source/ui/report.po
+++ b/source/bn/reportdesign/source/ui/report.po
diff --git a/translations/source/bn/sc/source/core/src.po b/source/bn/sc/source/core/src.po
index 0ca653e9c95..0ca653e9c95 100644
--- a/translations/source/bn/sc/source/core/src.po
+++ b/source/bn/sc/source/core/src.po
diff --git a/translations/source/bn/sc/source/ui/cctrl.po b/source/bn/sc/source/ui/cctrl.po
index afe6b6facb6..afe6b6facb6 100644
--- a/translations/source/bn/sc/source/ui/cctrl.po
+++ b/source/bn/sc/source/ui/cctrl.po
diff --git a/translations/source/bn/sc/source/ui/dbgui.po b/source/bn/sc/source/ui/dbgui.po
index c8c8c4ae152..c8c8c4ae152 100644
--- a/translations/source/bn/sc/source/ui/dbgui.po
+++ b/source/bn/sc/source/ui/dbgui.po
diff --git a/translations/source/bn/sc/source/ui/docshell.po b/source/bn/sc/source/ui/docshell.po
index 806d1a1afcf..806d1a1afcf 100644
--- a/translations/source/bn/sc/source/ui/docshell.po
+++ b/source/bn/sc/source/ui/docshell.po
diff --git a/translations/source/bn/sc/source/ui/drawfunc.po b/source/bn/sc/source/ui/drawfunc.po
index 1dd62b7c961..1dd62b7c961 100644
--- a/translations/source/bn/sc/source/ui/drawfunc.po
+++ b/source/bn/sc/source/ui/drawfunc.po
diff --git a/translations/source/bn/sc/source/ui/formdlg.po b/source/bn/sc/source/ui/formdlg.po
index 5d1d2ac6abf..5d1d2ac6abf 100644
--- a/translations/source/bn/sc/source/ui/formdlg.po
+++ b/source/bn/sc/source/ui/formdlg.po
diff --git a/translations/source/bn/sc/source/ui/miscdlgs.po b/source/bn/sc/source/ui/miscdlgs.po
index a79b5a9ed30..a79b5a9ed30 100644
--- a/translations/source/bn/sc/source/ui/miscdlgs.po
+++ b/source/bn/sc/source/ui/miscdlgs.po
diff --git a/translations/source/bn/sc/source/ui/navipi.po b/source/bn/sc/source/ui/navipi.po
index 4726a5aa98f..4726a5aa98f 100644
--- a/translations/source/bn/sc/source/ui/navipi.po
+++ b/source/bn/sc/source/ui/navipi.po
diff --git a/translations/source/bn/sc/source/ui/optdlg.po b/source/bn/sc/source/ui/optdlg.po
index fc727440711..fc727440711 100644
--- a/translations/source/bn/sc/source/ui/optdlg.po
+++ b/source/bn/sc/source/ui/optdlg.po
diff --git a/translations/source/bn/sc/source/ui/pagedlg.po b/source/bn/sc/source/ui/pagedlg.po
index 2afd63f7b9b..2afd63f7b9b 100644
--- a/translations/source/bn/sc/source/ui/pagedlg.po
+++ b/source/bn/sc/source/ui/pagedlg.po
diff --git a/translations/source/bn/sc/source/ui/src.po b/source/bn/sc/source/ui/src.po
index 64ee65c3759..64ee65c3759 100644
--- a/translations/source/bn/sc/source/ui/src.po
+++ b/source/bn/sc/source/ui/src.po
diff --git a/translations/source/bn/sc/source/ui/styleui.po b/source/bn/sc/source/ui/styleui.po
index 91ac1464460..91ac1464460 100644
--- a/translations/source/bn/sc/source/ui/styleui.po
+++ b/source/bn/sc/source/ui/styleui.po
diff --git a/translations/source/bn/scaddins/source/analysis.po b/source/bn/scaddins/source/analysis.po
index 7f8f31f8061..7f8f31f8061 100644
--- a/translations/source/bn/scaddins/source/analysis.po
+++ b/source/bn/scaddins/source/analysis.po
diff --git a/translations/source/bn/scaddins/source/datefunc.po b/source/bn/scaddins/source/datefunc.po
index 4a18eab6129..4a18eab6129 100644
--- a/translations/source/bn/scaddins/source/datefunc.po
+++ b/source/bn/scaddins/source/datefunc.po
diff --git a/translations/source/bn/sccomp/source/solver.po b/source/bn/sccomp/source/solver.po
index 4e8152763f0..4e8152763f0 100644
--- a/translations/source/bn/sccomp/source/solver.po
+++ b/source/bn/sccomp/source/solver.po
diff --git a/translations/source/bn/scp2/source/accessories.po b/source/bn/scp2/source/accessories.po
index d2e61e1cf3a..d2e61e1cf3a 100644
--- a/translations/source/bn/scp2/source/accessories.po
+++ b/source/bn/scp2/source/accessories.po
diff --git a/translations/source/bn/scp2/source/activex.po b/source/bn/scp2/source/activex.po
index b04f5edd91d..b04f5edd91d 100644
--- a/translations/source/bn/scp2/source/activex.po
+++ b/source/bn/scp2/source/activex.po
diff --git a/translations/source/bn/scp2/source/base.po b/source/bn/scp2/source/base.po
index 4f3e1e1e23f..4f3e1e1e23f 100644
--- a/translations/source/bn/scp2/source/base.po
+++ b/source/bn/scp2/source/base.po
diff --git a/translations/source/bn/scp2/source/binfilter.po b/source/bn/scp2/source/binfilter.po
index 525d8078286..525d8078286 100644
--- a/translations/source/bn/scp2/source/binfilter.po
+++ b/source/bn/scp2/source/binfilter.po
diff --git a/translations/source/bn/scp2/source/calc.po b/source/bn/scp2/source/calc.po
index cb8b38fdcdf..cb8b38fdcdf 100644
--- a/translations/source/bn/scp2/source/calc.po
+++ b/source/bn/scp2/source/calc.po
diff --git a/translations/source/bn/scp2/source/draw.po b/source/bn/scp2/source/draw.po
index b6c7988d647..b6c7988d647 100644
--- a/translations/source/bn/scp2/source/draw.po
+++ b/source/bn/scp2/source/draw.po
diff --git a/translations/source/bn/scp2/source/extensions.po b/source/bn/scp2/source/extensions.po
index f8a9ae5147a..f8a9ae5147a 100644
--- a/translations/source/bn/scp2/source/extensions.po
+++ b/source/bn/scp2/source/extensions.po
diff --git a/translations/source/bn/scp2/source/gnome.po b/source/bn/scp2/source/gnome.po
index 06f00751dc8..06f00751dc8 100644
--- a/translations/source/bn/scp2/source/gnome.po
+++ b/source/bn/scp2/source/gnome.po
diff --git a/translations/source/bn/scp2/source/graphicfilter.po b/source/bn/scp2/source/graphicfilter.po
index 59d0a1c1386..59d0a1c1386 100644
--- a/translations/source/bn/scp2/source/graphicfilter.po
+++ b/source/bn/scp2/source/graphicfilter.po
diff --git a/translations/source/bn/scp2/source/impress.po b/source/bn/scp2/source/impress.po
index 1dd81dd5858..1dd81dd5858 100644
--- a/translations/source/bn/scp2/source/impress.po
+++ b/source/bn/scp2/source/impress.po
diff --git a/translations/source/bn/scp2/source/javafilter.po b/source/bn/scp2/source/javafilter.po
index 6f0ee5bbf55..6f0ee5bbf55 100644
--- a/translations/source/bn/scp2/source/javafilter.po
+++ b/source/bn/scp2/source/javafilter.po
diff --git a/translations/source/bn/scp2/source/kde.po b/source/bn/scp2/source/kde.po
index c726890dad8..c726890dad8 100644
--- a/translations/source/bn/scp2/source/kde.po
+++ b/source/bn/scp2/source/kde.po
diff --git a/translations/source/bn/scp2/source/math.po b/source/bn/scp2/source/math.po
index dcf76bb7cf2..dcf76bb7cf2 100644
--- a/translations/source/bn/scp2/source/math.po
+++ b/source/bn/scp2/source/math.po
diff --git a/translations/source/bn/scp2/source/onlineupdate.po b/source/bn/scp2/source/onlineupdate.po
index 42fbda0c0bb..42fbda0c0bb 100644
--- a/translations/source/bn/scp2/source/onlineupdate.po
+++ b/source/bn/scp2/source/onlineupdate.po
diff --git a/translations/source/bn/scp2/source/ooo.po b/source/bn/scp2/source/ooo.po
index 4e9b837ee99..4e9b837ee99 100644
--- a/translations/source/bn/scp2/source/ooo.po
+++ b/source/bn/scp2/source/ooo.po
diff --git a/translations/source/bn/scp2/source/python.po b/source/bn/scp2/source/python.po
index 20160a7e0ca..20160a7e0ca 100644
--- a/translations/source/bn/scp2/source/python.po
+++ b/source/bn/scp2/source/python.po
diff --git a/translations/source/bn/scp2/source/quickstart.po b/source/bn/scp2/source/quickstart.po
index e246d23f976..e246d23f976 100644
--- a/translations/source/bn/scp2/source/quickstart.po
+++ b/source/bn/scp2/source/quickstart.po
diff --git a/translations/source/bn/scp2/source/sdkoo.po b/source/bn/scp2/source/sdkoo.po
index 136104d0e88..136104d0e88 100644
--- a/translations/source/bn/scp2/source/sdkoo.po
+++ b/source/bn/scp2/source/sdkoo.po
diff --git a/translations/source/bn/scp2/source/smoketest.po b/source/bn/scp2/source/smoketest.po
index 8993ee14788..8993ee14788 100644
--- a/translations/source/bn/scp2/source/smoketest.po
+++ b/source/bn/scp2/source/smoketest.po
diff --git a/translations/source/bn/scp2/source/stdlibs.po b/source/bn/scp2/source/stdlibs.po
index 5525dccb599..5525dccb599 100644
--- a/translations/source/bn/scp2/source/stdlibs.po
+++ b/source/bn/scp2/source/stdlibs.po
diff --git a/translations/source/bn/scp2/source/tde.po b/source/bn/scp2/source/tde.po
index e3fd13a6f4f..e3fd13a6f4f 100644
--- a/translations/source/bn/scp2/source/tde.po
+++ b/source/bn/scp2/source/tde.po
diff --git a/translations/source/bn/scp2/source/winexplorerext.po b/source/bn/scp2/source/winexplorerext.po
index cbff7244bc0..cbff7244bc0 100644
--- a/translations/source/bn/scp2/source/winexplorerext.po
+++ b/source/bn/scp2/source/winexplorerext.po
diff --git a/translations/source/bn/scp2/source/writer.po b/source/bn/scp2/source/writer.po
index 3116b397457..3116b397457 100644
--- a/translations/source/bn/scp2/source/writer.po
+++ b/source/bn/scp2/source/writer.po
diff --git a/translations/source/bn/scp2/source/xsltfilter.po b/source/bn/scp2/source/xsltfilter.po
index 83858c2356c..83858c2356c 100644
--- a/translations/source/bn/scp2/source/xsltfilter.po
+++ b/source/bn/scp2/source/xsltfilter.po
diff --git a/translations/source/bn/scripting/source/pyprov.po b/source/bn/scripting/source/pyprov.po
index 640848449e2..640848449e2 100644
--- a/translations/source/bn/scripting/source/pyprov.po
+++ b/source/bn/scripting/source/pyprov.po
diff --git a/translations/source/bn/sd/source/core.po b/source/bn/sd/source/core.po
index b2706e6aa6d..b2706e6aa6d 100644
--- a/translations/source/bn/sd/source/core.po
+++ b/source/bn/sd/source/core.po
diff --git a/translations/source/bn/sd/source/filter/html.po b/source/bn/sd/source/filter/html.po
index 92e55afbef0..92e55afbef0 100644
--- a/translations/source/bn/sd/source/filter/html.po
+++ b/source/bn/sd/source/filter/html.po
diff --git a/translations/source/bn/sd/source/ui/accessibility.po b/source/bn/sd/source/ui/accessibility.po
index 8903e7b24b4..8903e7b24b4 100644
--- a/translations/source/bn/sd/source/ui/accessibility.po
+++ b/source/bn/sd/source/ui/accessibility.po
diff --git a/translations/source/bn/sd/source/ui/animations.po b/source/bn/sd/source/ui/animations.po
index c9b8e38fe0c..c9b8e38fe0c 100644
--- a/translations/source/bn/sd/source/ui/animations.po
+++ b/source/bn/sd/source/ui/animations.po
diff --git a/translations/source/bn/sd/source/ui/annotations.po b/source/bn/sd/source/ui/annotations.po
index 077e0306b32..077e0306b32 100644
--- a/translations/source/bn/sd/source/ui/annotations.po
+++ b/source/bn/sd/source/ui/annotations.po
diff --git a/translations/source/bn/sd/source/ui/app.po b/source/bn/sd/source/ui/app.po
index cacdaa3706f..cacdaa3706f 100644
--- a/translations/source/bn/sd/source/ui/app.po
+++ b/source/bn/sd/source/ui/app.po
diff --git a/translations/source/bn/sd/source/ui/dlg.po b/source/bn/sd/source/ui/dlg.po
index 6d709cb1e6a..6d709cb1e6a 100644
--- a/translations/source/bn/sd/source/ui/dlg.po
+++ b/source/bn/sd/source/ui/dlg.po
diff --git a/translations/source/bn/sd/source/ui/slideshow.po b/source/bn/sd/source/ui/slideshow.po
index a1bbfb932be..a1bbfb932be 100644
--- a/translations/source/bn/sd/source/ui/slideshow.po
+++ b/source/bn/sd/source/ui/slideshow.po
diff --git a/translations/source/bn/sd/source/ui/table.po b/source/bn/sd/source/ui/table.po
index c3bc9b420df..c3bc9b420df 100644
--- a/translations/source/bn/sd/source/ui/table.po
+++ b/source/bn/sd/source/ui/table.po
diff --git a/translations/source/bn/sd/source/ui/view.po b/source/bn/sd/source/ui/view.po
index 29da8cf3245..29da8cf3245 100644
--- a/translations/source/bn/sd/source/ui/view.po
+++ b/source/bn/sd/source/ui/view.po
diff --git a/translations/source/bn/sdext/source/minimizer.po b/source/bn/sdext/source/minimizer.po
index 963d703f816..963d703f816 100644
--- a/translations/source/bn/sdext/source/minimizer.po
+++ b/source/bn/sdext/source/minimizer.po
diff --git a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 00b28d8cd69..00b28d8cd69 100644
--- a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 10f069e6b0a..10f069e6b0a 100644
--- a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bn/sdext/source/pdfimport.po b/source/bn/sdext/source/pdfimport.po
index f9a79fa3154..f9a79fa3154 100644
--- a/translations/source/bn/sdext/source/pdfimport.po
+++ b/source/bn/sdext/source/pdfimport.po
diff --git a/translations/source/bn/sdext/source/presenter.po b/source/bn/sdext/source/presenter.po
index c9aa185bd82..c9aa185bd82 100644
--- a/translations/source/bn/sdext/source/presenter.po
+++ b/source/bn/sdext/source/presenter.po
diff --git a/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 417524b93e4..417524b93e4 100644
--- a/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 419bd1ae6a8..419bd1ae6a8 100644
--- a/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bn/setup_native/source/mac.po b/source/bn/setup_native/source/mac.po
index 0e42c3f279a..0e42c3f279a 100644
--- a/translations/source/bn/setup_native/source/mac.po
+++ b/source/bn/setup_native/source/mac.po
diff --git a/translations/source/bn/sfx2/source/appl.po b/source/bn/sfx2/source/appl.po
index d5387ca212a..d5387ca212a 100644
--- a/translations/source/bn/sfx2/source/appl.po
+++ b/source/bn/sfx2/source/appl.po
diff --git a/translations/source/bn/sfx2/source/bastyp.po b/source/bn/sfx2/source/bastyp.po
index 41b0c71b84e..41b0c71b84e 100644
--- a/translations/source/bn/sfx2/source/bastyp.po
+++ b/source/bn/sfx2/source/bastyp.po
diff --git a/translations/source/bn/sfx2/source/dialog.po b/source/bn/sfx2/source/dialog.po
index f816e718c7f..f816e718c7f 100644
--- a/translations/source/bn/sfx2/source/dialog.po
+++ b/source/bn/sfx2/source/dialog.po
diff --git a/translations/source/bn/sfx2/source/doc.po b/source/bn/sfx2/source/doc.po
index 10301c500c6..10301c500c6 100644
--- a/translations/source/bn/sfx2/source/doc.po
+++ b/source/bn/sfx2/source/doc.po
diff --git a/translations/source/bn/sfx2/source/menu.po b/source/bn/sfx2/source/menu.po
index d32628bbb2c..d32628bbb2c 100644
--- a/translations/source/bn/sfx2/source/menu.po
+++ b/source/bn/sfx2/source/menu.po
diff --git a/translations/source/bn/sfx2/source/view.po b/source/bn/sfx2/source/view.po
index f4ae7fdc53e..f4ae7fdc53e 100644
--- a/translations/source/bn/sfx2/source/view.po
+++ b/source/bn/sfx2/source/view.po
diff --git a/translations/source/bn/shell/source/win32/shlxthandler/res.po b/source/bn/shell/source/win32/shlxthandler/res.po
index ff460f514bc..ff460f514bc 100644
--- a/translations/source/bn/shell/source/win32/shlxthandler/res.po
+++ b/source/bn/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/bn/starmath/source.po b/source/bn/starmath/source.po
index e682c32ba2a..e682c32ba2a 100644
--- a/translations/source/bn/starmath/source.po
+++ b/source/bn/starmath/source.po
diff --git a/translations/source/bn/svl/source/items.po b/source/bn/svl/source/items.po
index 6ff1a35e4b5..6ff1a35e4b5 100644
--- a/translations/source/bn/svl/source/items.po
+++ b/source/bn/svl/source/items.po
diff --git a/translations/source/bn/svl/source/misc.po b/source/bn/svl/source/misc.po
index fd19b29a677..fd19b29a677 100644
--- a/translations/source/bn/svl/source/misc.po
+++ b/source/bn/svl/source/misc.po
diff --git a/translations/source/bn/svtools/source/contnr.po b/source/bn/svtools/source/contnr.po
index 9bcf0f165d5..9bcf0f165d5 100644
--- a/translations/source/bn/svtools/source/contnr.po
+++ b/source/bn/svtools/source/contnr.po
diff --git a/translations/source/bn/svtools/source/control.po b/source/bn/svtools/source/control.po
index 1647c39f19f..1647c39f19f 100644
--- a/translations/source/bn/svtools/source/control.po
+++ b/source/bn/svtools/source/control.po
diff --git a/translations/source/bn/svtools/source/dialogs.po b/source/bn/svtools/source/dialogs.po
index 0d4697bb7a2..0d4697bb7a2 100644
--- a/translations/source/bn/svtools/source/dialogs.po
+++ b/source/bn/svtools/source/dialogs.po
diff --git a/translations/source/bn/svtools/source/filter.po b/source/bn/svtools/source/filter.po
index a7fc5d5c992..a7fc5d5c992 100644
--- a/translations/source/bn/svtools/source/filter.po
+++ b/source/bn/svtools/source/filter.po
diff --git a/translations/source/bn/svtools/source/java.po b/source/bn/svtools/source/java.po
index ff4fd048b05..ff4fd048b05 100644
--- a/translations/source/bn/svtools/source/java.po
+++ b/source/bn/svtools/source/java.po
diff --git a/translations/source/bn/svtools/source/misc.po b/source/bn/svtools/source/misc.po
index f9314ffada9..f9314ffada9 100644
--- a/translations/source/bn/svtools/source/misc.po
+++ b/source/bn/svtools/source/misc.po
diff --git a/translations/source/bn/svtools/source/toolpanel.po b/source/bn/svtools/source/toolpanel.po
index 38c42a91598..38c42a91598 100644
--- a/translations/source/bn/svtools/source/toolpanel.po
+++ b/source/bn/svtools/source/toolpanel.po
diff --git a/translations/source/bn/svtools/workben/unodialog.po b/source/bn/svtools/workben/unodialog.po
index 02d08a61969..02d08a61969 100644
--- a/translations/source/bn/svtools/workben/unodialog.po
+++ b/source/bn/svtools/workben/unodialog.po
diff --git a/translations/source/bn/svx/inc.po b/source/bn/svx/inc.po
index 5c33ef7e7b6..5c33ef7e7b6 100644
--- a/translations/source/bn/svx/inc.po
+++ b/source/bn/svx/inc.po
diff --git a/translations/source/bn/svx/source/accessibility.po b/source/bn/svx/source/accessibility.po
index ff8e7239c16..ff8e7239c16 100644
--- a/translations/source/bn/svx/source/accessibility.po
+++ b/source/bn/svx/source/accessibility.po
diff --git a/translations/source/bn/svx/source/dialog.po b/source/bn/svx/source/dialog.po
index a2da9b3f2dd..a2da9b3f2dd 100644
--- a/translations/source/bn/svx/source/dialog.po
+++ b/source/bn/svx/source/dialog.po
diff --git a/translations/source/bn/svx/source/engine3d.po b/source/bn/svx/source/engine3d.po
index 9f8c61d49af..9f8c61d49af 100644
--- a/translations/source/bn/svx/source/engine3d.po
+++ b/source/bn/svx/source/engine3d.po
diff --git a/translations/source/bn/svx/source/fmcomp.po b/source/bn/svx/source/fmcomp.po
index 5cc0a50f147..5cc0a50f147 100644
--- a/translations/source/bn/svx/source/fmcomp.po
+++ b/source/bn/svx/source/fmcomp.po
diff --git a/translations/source/bn/svx/source/form.po b/source/bn/svx/source/form.po
index 1451a7478bf..1451a7478bf 100644
--- a/translations/source/bn/svx/source/form.po
+++ b/source/bn/svx/source/form.po
diff --git a/translations/source/bn/svx/source/gallery2.po b/source/bn/svx/source/gallery2.po
index 4923b19bb9c..4923b19bb9c 100644
--- a/translations/source/bn/svx/source/gallery2.po
+++ b/source/bn/svx/source/gallery2.po
diff --git a/translations/source/bn/svx/source/items.po b/source/bn/svx/source/items.po
index eb19d607203..eb19d607203 100644
--- a/translations/source/bn/svx/source/items.po
+++ b/source/bn/svx/source/items.po
diff --git a/translations/source/bn/svx/source/src.po b/source/bn/svx/source/src.po
index d41410f20aa..d41410f20aa 100644
--- a/translations/source/bn/svx/source/src.po
+++ b/source/bn/svx/source/src.po
diff --git a/translations/source/bn/svx/source/stbctrls.po b/source/bn/svx/source/stbctrls.po
index 06f02c0689f..06f02c0689f 100644
--- a/translations/source/bn/svx/source/stbctrls.po
+++ b/source/bn/svx/source/stbctrls.po
diff --git a/translations/source/bn/svx/source/svdraw.po b/source/bn/svx/source/svdraw.po
index 7259dc50d8e..7259dc50d8e 100644
--- a/translations/source/bn/svx/source/svdraw.po
+++ b/source/bn/svx/source/svdraw.po
diff --git a/translations/source/bn/svx/source/table.po b/source/bn/svx/source/table.po
index ea0b299d2b6..ea0b299d2b6 100644
--- a/translations/source/bn/svx/source/table.po
+++ b/source/bn/svx/source/table.po
diff --git a/translations/source/bn/svx/source/tbxctrls.po b/source/bn/svx/source/tbxctrls.po
index f6c09cb4c8a..f6c09cb4c8a 100644
--- a/translations/source/bn/svx/source/tbxctrls.po
+++ b/source/bn/svx/source/tbxctrls.po
diff --git a/translations/source/bn/svx/source/toolbars.po b/source/bn/svx/source/toolbars.po
index 2f6e9ca193b..2f6e9ca193b 100644
--- a/translations/source/bn/svx/source/toolbars.po
+++ b/source/bn/svx/source/toolbars.po
diff --git a/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po b/source/bn/svx/source/unodialogs/textconversiondlgs.po
index 03cbcc8f6f3..03cbcc8f6f3 100644
--- a/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/bn/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/bn/sw/source/core/layout.po b/source/bn/sw/source/core/layout.po
index 9bda25cb237..9bda25cb237 100644
--- a/translations/source/bn/sw/source/core/layout.po
+++ b/source/bn/sw/source/core/layout.po
diff --git a/translations/source/bn/sw/source/core/undo.po b/source/bn/sw/source/core/undo.po
index f9b854b8d3b..f9b854b8d3b 100644
--- a/translations/source/bn/sw/source/core/undo.po
+++ b/source/bn/sw/source/core/undo.po
diff --git a/translations/source/bn/sw/source/core/unocore.po b/source/bn/sw/source/core/unocore.po
index 7bc92e65269..7bc92e65269 100644
--- a/translations/source/bn/sw/source/core/unocore.po
+++ b/source/bn/sw/source/core/unocore.po
diff --git a/translations/source/bn/sw/source/ui/app.po b/source/bn/sw/source/ui/app.po
index ef48ddc1b48..ef48ddc1b48 100644
--- a/translations/source/bn/sw/source/ui/app.po
+++ b/source/bn/sw/source/ui/app.po
diff --git a/translations/source/bn/sw/source/ui/chrdlg.po b/source/bn/sw/source/ui/chrdlg.po
index a1e1eb2083a..a1e1eb2083a 100644
--- a/translations/source/bn/sw/source/ui/chrdlg.po
+++ b/source/bn/sw/source/ui/chrdlg.po
diff --git a/translations/source/bn/sw/source/ui/config.po b/source/bn/sw/source/ui/config.po
index 461281f6e6e..461281f6e6e 100644
--- a/translations/source/bn/sw/source/ui/config.po
+++ b/source/bn/sw/source/ui/config.po
diff --git a/translations/source/bn/sw/source/ui/dbui.po b/source/bn/sw/source/ui/dbui.po
index c1b276e8905..c1b276e8905 100644
--- a/translations/source/bn/sw/source/ui/dbui.po
+++ b/source/bn/sw/source/ui/dbui.po
diff --git a/translations/source/bn/sw/source/ui/dialog.po b/source/bn/sw/source/ui/dialog.po
index 22991630ecf..22991630ecf 100644
--- a/translations/source/bn/sw/source/ui/dialog.po
+++ b/source/bn/sw/source/ui/dialog.po
diff --git a/translations/source/bn/sw/source/ui/dochdl.po b/source/bn/sw/source/ui/dochdl.po
index f24e35715f3..f24e35715f3 100644
--- a/translations/source/bn/sw/source/ui/dochdl.po
+++ b/source/bn/sw/source/ui/dochdl.po
diff --git a/translations/source/bn/sw/source/ui/docvw.po b/source/bn/sw/source/ui/docvw.po
index 1794a902ef1..1794a902ef1 100644
--- a/translations/source/bn/sw/source/ui/docvw.po
+++ b/source/bn/sw/source/ui/docvw.po
diff --git a/translations/source/bn/sw/source/ui/envelp.po b/source/bn/sw/source/ui/envelp.po
index 2eb3b1f3d60..2eb3b1f3d60 100644
--- a/translations/source/bn/sw/source/ui/envelp.po
+++ b/source/bn/sw/source/ui/envelp.po
diff --git a/translations/source/bn/sw/source/ui/fldui.po b/source/bn/sw/source/ui/fldui.po
index 806cd926fbb..806cd926fbb 100644
--- a/translations/source/bn/sw/source/ui/fldui.po
+++ b/source/bn/sw/source/ui/fldui.po
diff --git a/translations/source/bn/sw/source/ui/fmtui.po b/source/bn/sw/source/ui/fmtui.po
index fc2636802a3..fc2636802a3 100644
--- a/translations/source/bn/sw/source/ui/fmtui.po
+++ b/source/bn/sw/source/ui/fmtui.po
diff --git a/translations/source/bn/sw/source/ui/frmdlg.po b/source/bn/sw/source/ui/frmdlg.po
index 94c79fa7a1e..94c79fa7a1e 100644
--- a/translations/source/bn/sw/source/ui/frmdlg.po
+++ b/source/bn/sw/source/ui/frmdlg.po
diff --git a/translations/source/bn/sw/source/ui/globdoc.po b/source/bn/sw/source/ui/globdoc.po
index 1f4d27159c7..1f4d27159c7 100644
--- a/translations/source/bn/sw/source/ui/globdoc.po
+++ b/source/bn/sw/source/ui/globdoc.po
diff --git a/translations/source/bn/sw/source/ui/index.po b/source/bn/sw/source/ui/index.po
index 291de25c655..291de25c655 100644
--- a/translations/source/bn/sw/source/ui/index.po
+++ b/source/bn/sw/source/ui/index.po
diff --git a/translations/source/bn/sw/source/ui/lingu.po b/source/bn/sw/source/ui/lingu.po
index d4684192965..d4684192965 100644
--- a/translations/source/bn/sw/source/ui/lingu.po
+++ b/source/bn/sw/source/ui/lingu.po
diff --git a/translations/source/bn/sw/source/ui/misc.po b/source/bn/sw/source/ui/misc.po
index ba9aad57168..ba9aad57168 100644
--- a/translations/source/bn/sw/source/ui/misc.po
+++ b/source/bn/sw/source/ui/misc.po
diff --git a/translations/source/bn/sw/source/ui/ribbar.po b/source/bn/sw/source/ui/ribbar.po
index c1fb521392f..c1fb521392f 100644
--- a/translations/source/bn/sw/source/ui/ribbar.po
+++ b/source/bn/sw/source/ui/ribbar.po
diff --git a/translations/source/bn/sw/source/ui/shells.po b/source/bn/sw/source/ui/shells.po
index 565671f03bc..565671f03bc 100644
--- a/translations/source/bn/sw/source/ui/shells.po
+++ b/source/bn/sw/source/ui/shells.po
diff --git a/translations/source/bn/sw/source/ui/smartmenu.po b/source/bn/sw/source/ui/smartmenu.po
index 0073fad7c2b..0073fad7c2b 100644
--- a/translations/source/bn/sw/source/ui/smartmenu.po
+++ b/source/bn/sw/source/ui/smartmenu.po
diff --git a/translations/source/bn/sw/source/ui/table.po b/source/bn/sw/source/ui/table.po
index 244a6d284f0..244a6d284f0 100644
--- a/translations/source/bn/sw/source/ui/table.po
+++ b/source/bn/sw/source/ui/table.po
diff --git a/translations/source/bn/sw/source/ui/uiview.po b/source/bn/sw/source/ui/uiview.po
index d3b47e70e31..d3b47e70e31 100644
--- a/translations/source/bn/sw/source/ui/uiview.po
+++ b/source/bn/sw/source/ui/uiview.po
diff --git a/translations/source/bn/sw/source/ui/utlui.po b/source/bn/sw/source/ui/utlui.po
index 6ff692c2200..6ff692c2200 100644
--- a/translations/source/bn/sw/source/ui/utlui.po
+++ b/source/bn/sw/source/ui/utlui.po
diff --git a/translations/source/bn/sw/source/ui/web.po b/source/bn/sw/source/ui/web.po
index 70b265a56de..70b265a56de 100644
--- a/translations/source/bn/sw/source/ui/web.po
+++ b/source/bn/sw/source/ui/web.po
diff --git a/translations/source/bn/sw/source/ui/wrtsh.po b/source/bn/sw/source/ui/wrtsh.po
index 42cca1ea681..42cca1ea681 100644
--- a/translations/source/bn/sw/source/ui/wrtsh.po
+++ b/source/bn/sw/source/ui/wrtsh.po
diff --git a/translations/source/bn/swext/mediawiki/help.po b/source/bn/swext/mediawiki/help.po
index 006e2590b22..006e2590b22 100644
--- a/translations/source/bn/swext/mediawiki/help.po
+++ b/source/bn/swext/mediawiki/help.po
diff --git a/translations/source/bn/swext/mediawiki/src.po b/source/bn/swext/mediawiki/src.po
index 4df672c4b22..4df672c4b22 100644
--- a/translations/source/bn/swext/mediawiki/src.po
+++ b/source/bn/swext/mediawiki/src.po
diff --git a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index b6b5845847e..b6b5845847e 100644
--- a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 73314ff0ed0..73314ff0ed0 100644
--- a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/bn/sysui/desktop/share.po b/source/bn/sysui/desktop/share.po
index e317c48b1da..e317c48b1da 100644
--- a/translations/source/bn/sysui/desktop/share.po
+++ b/source/bn/sysui/desktop/share.po
diff --git a/translations/source/bn/uui/source.po b/source/bn/uui/source.po
index f37e1b01bd5..f37e1b01bd5 100644
--- a/translations/source/bn/uui/source.po
+++ b/source/bn/uui/source.po
diff --git a/translations/source/bn/vcl/source/src.po b/source/bn/vcl/source/src.po
index cab8b76cf97..cab8b76cf97 100644
--- a/translations/source/bn/vcl/source/src.po
+++ b/source/bn/vcl/source/src.po
diff --git a/translations/source/bn/wizards/source/euro.po b/source/bn/wizards/source/euro.po
index 5eefe44a898..5eefe44a898 100644
--- a/translations/source/bn/wizards/source/euro.po
+++ b/source/bn/wizards/source/euro.po
diff --git a/translations/source/bn/wizards/source/formwizard.po b/source/bn/wizards/source/formwizard.po
index d9c446e69aa..d9c446e69aa 100644
--- a/translations/source/bn/wizards/source/formwizard.po
+++ b/source/bn/wizards/source/formwizard.po
diff --git a/translations/source/bn/wizards/source/importwizard.po b/source/bn/wizards/source/importwizard.po
index 0d678fdf24d..0d678fdf24d 100644
--- a/translations/source/bn/wizards/source/importwizard.po
+++ b/source/bn/wizards/source/importwizard.po
diff --git a/translations/source/bn/wizards/source/schedule.po b/source/bn/wizards/source/schedule.po
index 32285da9f0a..32285da9f0a 100644
--- a/translations/source/bn/wizards/source/schedule.po
+++ b/source/bn/wizards/source/schedule.po
diff --git a/translations/source/bn/wizards/source/template.po b/source/bn/wizards/source/template.po
index 1ef454b10f0..1ef454b10f0 100644
--- a/translations/source/bn/wizards/source/template.po
+++ b/source/bn/wizards/source/template.po
diff --git a/translations/source/bn/xmlsecurity/source/component.po b/source/bn/xmlsecurity/source/component.po
index 92f211d1fec..92f211d1fec 100644
--- a/translations/source/bn/xmlsecurity/source/component.po
+++ b/source/bn/xmlsecurity/source/component.po
diff --git a/translations/source/bn/xmlsecurity/source/dialogs.po b/source/bn/xmlsecurity/source/dialogs.po
index d22921cf9c7..d22921cf9c7 100644
--- a/translations/source/bn/xmlsecurity/source/dialogs.po
+++ b/source/bn/xmlsecurity/source/dialogs.po
diff --git a/translations/source/bo/accessibility/source/helper.po b/source/bo/accessibility/source/helper.po
index a5be0f205c3..a5be0f205c3 100644
--- a/translations/source/bo/accessibility/source/helper.po
+++ b/source/bo/accessibility/source/helper.po
diff --git a/translations/source/bo/avmedia/source/framework.po b/source/bo/avmedia/source/framework.po
index 0a59f7a087b..0a59f7a087b 100644
--- a/translations/source/bo/avmedia/source/framework.po
+++ b/source/bo/avmedia/source/framework.po
diff --git a/translations/source/bo/avmedia/source/viewer.po b/source/bo/avmedia/source/viewer.po
index 6918efe5678..6918efe5678 100644
--- a/translations/source/bo/avmedia/source/viewer.po
+++ b/source/bo/avmedia/source/viewer.po
diff --git a/translations/source/bo/basctl/source/basicide.po b/source/bo/basctl/source/basicide.po
index bcd6f11ec5e..bcd6f11ec5e 100644
--- a/translations/source/bo/basctl/source/basicide.po
+++ b/source/bo/basctl/source/basicide.po
diff --git a/translations/source/bo/basctl/source/dlged.po b/source/bo/basctl/source/dlged.po
index ec0be72ac1b..ec0be72ac1b 100644
--- a/translations/source/bo/basctl/source/dlged.po
+++ b/source/bo/basctl/source/dlged.po
diff --git a/translations/source/bo/basic/source/classes.po b/source/bo/basic/source/classes.po
index a758455cad0..a758455cad0 100644
--- a/translations/source/bo/basic/source/classes.po
+++ b/source/bo/basic/source/classes.po
diff --git a/translations/source/bo/basic/source/sbx.po b/source/bo/basic/source/sbx.po
index d84e13ec138..d84e13ec138 100644
--- a/translations/source/bo/basic/source/sbx.po
+++ b/source/bo/basic/source/sbx.po
diff --git a/translations/source/bo/chart2/source/controller/dialogs.po b/source/bo/chart2/source/controller/dialogs.po
index c8601df2329..c8601df2329 100644
--- a/translations/source/bo/chart2/source/controller/dialogs.po
+++ b/source/bo/chart2/source/controller/dialogs.po
diff --git a/translations/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index d06ef96d7d2..d06ef96d7d2 100644
--- a/translations/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 3a0f4469ccf..3a0f4469ccf 100644
--- a/translations/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index f72bf78da88..f72bf78da88 100644
--- a/translations/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index ca779291e91..ca779291e91 100644
--- a/translations/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index e6522665e1b..e6522665e1b 100644
--- a/translations/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 806db77249a..806db77249a 100644
--- a/translations/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 53e7dad8020..53e7dad8020 100644
--- a/translations/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 57e015bfb4b..57e015bfb4b 100644
--- a/translations/source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 94ee637a6f7..94ee637a6f7 100644
--- a/translations/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index af8a9c61544..af8a9c61544 100644
--- a/translations/source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index e273d452698..e273d452698 100644
--- a/translations/source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index c9fc553b2d1..c9fc553b2d1 100644
--- a/translations/source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 76da3580994..76da3580994 100644
--- a/translations/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 91af9ccd881..91af9ccd881 100644
--- a/translations/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 8a7b30a0e73..8a7b30a0e73 100644
--- a/translations/source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/bo/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/bo/connectivity/source/resource.po b/source/bo/connectivity/source/resource.po
index ca760cfecbf..ca760cfecbf 100644
--- a/translations/source/bo/connectivity/source/resource.po
+++ b/source/bo/connectivity/source/resource.po
diff --git a/translations/source/bo/cui/source/customize.po b/source/bo/cui/source/customize.po
index 4aca37bb7ab..4aca37bb7ab 100644
--- a/translations/source/bo/cui/source/customize.po
+++ b/source/bo/cui/source/customize.po
diff --git a/translations/source/bo/cui/source/dialogs.po b/source/bo/cui/source/dialogs.po
index 5ed2d250a53..5ed2d250a53 100644
--- a/translations/source/bo/cui/source/dialogs.po
+++ b/source/bo/cui/source/dialogs.po
diff --git a/translations/source/bo/cui/source/options.po b/source/bo/cui/source/options.po
index 205f935628d..205f935628d 100644
--- a/translations/source/bo/cui/source/options.po
+++ b/source/bo/cui/source/options.po
diff --git a/translations/source/bo/cui/source/tabpages.po b/source/bo/cui/source/tabpages.po
index 95fb4382037..95fb4382037 100644
--- a/translations/source/bo/cui/source/tabpages.po
+++ b/source/bo/cui/source/tabpages.po
diff --git a/translations/source/bo/dbaccess/source/core/resource.po b/source/bo/dbaccess/source/core/resource.po
index 23d104488dc..23d104488dc 100644
--- a/translations/source/bo/dbaccess/source/core/resource.po
+++ b/source/bo/dbaccess/source/core/resource.po
diff --git a/translations/source/bo/dbaccess/source/ext/macromigration.po b/source/bo/dbaccess/source/ext/macromigration.po
index 1f201d7915f..1f201d7915f 100644
--- a/translations/source/bo/dbaccess/source/ext/macromigration.po
+++ b/source/bo/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/bo/dbaccess/source/sdbtools/resource.po b/source/bo/dbaccess/source/sdbtools/resource.po
index 5b81e815919..5b81e815919 100644
--- a/translations/source/bo/dbaccess/source/sdbtools/resource.po
+++ b/source/bo/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/bo/dbaccess/source/ui/app.po b/source/bo/dbaccess/source/ui/app.po
index ba29b1e3a50..ba29b1e3a50 100644
--- a/translations/source/bo/dbaccess/source/ui/app.po
+++ b/source/bo/dbaccess/source/ui/app.po
diff --git a/translations/source/bo/dbaccess/source/ui/browser.po b/source/bo/dbaccess/source/ui/browser.po
index 6c3f02b5f57..6c3f02b5f57 100644
--- a/translations/source/bo/dbaccess/source/ui/browser.po
+++ b/source/bo/dbaccess/source/ui/browser.po
diff --git a/translations/source/bo/dbaccess/source/ui/control.po b/source/bo/dbaccess/source/ui/control.po
index 95d0fdb0266..95d0fdb0266 100644
--- a/translations/source/bo/dbaccess/source/ui/control.po
+++ b/source/bo/dbaccess/source/ui/control.po
diff --git a/translations/source/bo/dbaccess/source/ui/dlg.po b/source/bo/dbaccess/source/ui/dlg.po
index 726a9031b72..726a9031b72 100644
--- a/translations/source/bo/dbaccess/source/ui/dlg.po
+++ b/source/bo/dbaccess/source/ui/dlg.po
diff --git a/translations/source/bo/dbaccess/source/ui/inc.po b/source/bo/dbaccess/source/ui/inc.po
index 0a3a3df0a43..0a3a3df0a43 100644
--- a/translations/source/bo/dbaccess/source/ui/inc.po
+++ b/source/bo/dbaccess/source/ui/inc.po
diff --git a/translations/source/bo/dbaccess/source/ui/misc.po b/source/bo/dbaccess/source/ui/misc.po
index e3b39e46eb0..e3b39e46eb0 100644
--- a/translations/source/bo/dbaccess/source/ui/misc.po
+++ b/source/bo/dbaccess/source/ui/misc.po
diff --git a/translations/source/bo/dbaccess/source/ui/querydesign.po b/source/bo/dbaccess/source/ui/querydesign.po
index df38ab83386..df38ab83386 100644
--- a/translations/source/bo/dbaccess/source/ui/querydesign.po
+++ b/source/bo/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/bo/dbaccess/source/ui/relationdesign.po b/source/bo/dbaccess/source/ui/relationdesign.po
index d582281a009..d582281a009 100644
--- a/translations/source/bo/dbaccess/source/ui/relationdesign.po
+++ b/source/bo/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/bo/dbaccess/source/ui/tabledesign.po b/source/bo/dbaccess/source/ui/tabledesign.po
index 6c65afaa0e0..6c65afaa0e0 100644
--- a/translations/source/bo/dbaccess/source/ui/tabledesign.po
+++ b/source/bo/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/bo/dbaccess/source/ui/uno.po b/source/bo/dbaccess/source/ui/uno.po
index fb03280f95c..fb03280f95c 100644
--- a/translations/source/bo/dbaccess/source/ui/uno.po
+++ b/source/bo/dbaccess/source/ui/uno.po
diff --git a/translations/source/bo/desktop/source/app.po b/source/bo/desktop/source/app.po
index 50f9e99b3bf..50f9e99b3bf 100644
--- a/translations/source/bo/desktop/source/app.po
+++ b/source/bo/desktop/source/app.po
diff --git a/translations/source/bo/desktop/source/deployment/gui.po b/source/bo/desktop/source/deployment/gui.po
index d2507dac5e3..d2507dac5e3 100644
--- a/translations/source/bo/desktop/source/deployment/gui.po
+++ b/source/bo/desktop/source/deployment/gui.po
diff --git a/translations/source/bo/desktop/source/deployment/manager.po b/source/bo/desktop/source/deployment/manager.po
index 7cc0a8d6a9d..7cc0a8d6a9d 100644
--- a/translations/source/bo/desktop/source/deployment/manager.po
+++ b/source/bo/desktop/source/deployment/manager.po
diff --git a/translations/source/bo/desktop/source/deployment/misc.po b/source/bo/desktop/source/deployment/misc.po
index e64e928cc27..e64e928cc27 100644
--- a/translations/source/bo/desktop/source/deployment/misc.po
+++ b/source/bo/desktop/source/deployment/misc.po
diff --git a/translations/source/bo/desktop/source/deployment/registry.po b/source/bo/desktop/source/deployment/registry.po
index cbc2ea3d2f0..cbc2ea3d2f0 100644
--- a/translations/source/bo/desktop/source/deployment/registry.po
+++ b/source/bo/desktop/source/deployment/registry.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/component.po b/source/bo/desktop/source/deployment/registry/component.po
index b93a421e3a0..b93a421e3a0 100644
--- a/translations/source/bo/desktop/source/deployment/registry/component.po
+++ b/source/bo/desktop/source/deployment/registry/component.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/configuration.po b/source/bo/desktop/source/deployment/registry/configuration.po
index 53409604a59..53409604a59 100644
--- a/translations/source/bo/desktop/source/deployment/registry/configuration.po
+++ b/source/bo/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/help.po b/source/bo/desktop/source/deployment/registry/help.po
index a455d9c3e69..a455d9c3e69 100644
--- a/translations/source/bo/desktop/source/deployment/registry/help.po
+++ b/source/bo/desktop/source/deployment/registry/help.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/package.po b/source/bo/desktop/source/deployment/registry/package.po
index 7d99756c887..7d99756c887 100644
--- a/translations/source/bo/desktop/source/deployment/registry/package.po
+++ b/source/bo/desktop/source/deployment/registry/package.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/script.po b/source/bo/desktop/source/deployment/registry/script.po
index 1203ba67092..1203ba67092 100644
--- a/translations/source/bo/desktop/source/deployment/registry/script.po
+++ b/source/bo/desktop/source/deployment/registry/script.po
diff --git a/translations/source/bo/desktop/source/deployment/registry/sfwk.po b/source/bo/desktop/source/deployment/registry/sfwk.po
index b4dd244dc01..b4dd244dc01 100644
--- a/translations/source/bo/desktop/source/deployment/registry/sfwk.po
+++ b/source/bo/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/bo/desktop/source/deployment/unopkg.po b/source/bo/desktop/source/deployment/unopkg.po
index 3ac987fb0fa..3ac987fb0fa 100644
--- a/translations/source/bo/desktop/source/deployment/unopkg.po
+++ b/source/bo/desktop/source/deployment/unopkg.po
diff --git a/translations/source/bo/dictionaries/af_ZA.po b/source/bo/dictionaries/af_ZA.po
index 8f009266b47..8f009266b47 100644
--- a/translations/source/bo/dictionaries/af_ZA.po
+++ b/source/bo/dictionaries/af_ZA.po
diff --git a/translations/source/bo/dictionaries/an_ES.po b/source/bo/dictionaries/an_ES.po
index 2164053a694..2164053a694 100644
--- a/translations/source/bo/dictionaries/an_ES.po
+++ b/source/bo/dictionaries/an_ES.po
diff --git a/translations/source/bo/dictionaries/ar.po b/source/bo/dictionaries/ar.po
index 227360f866e..227360f866e 100644
--- a/translations/source/bo/dictionaries/ar.po
+++ b/source/bo/dictionaries/ar.po
diff --git a/translations/source/bo/dictionaries/be_BY.po b/source/bo/dictionaries/be_BY.po
index f5e7e84c27a..f5e7e84c27a 100644
--- a/translations/source/bo/dictionaries/be_BY.po
+++ b/source/bo/dictionaries/be_BY.po
diff --git a/translations/source/bo/dictionaries/bg_BG.po b/source/bo/dictionaries/bg_BG.po
index 7b5e356a6b9..7b5e356a6b9 100644
--- a/translations/source/bo/dictionaries/bg_BG.po
+++ b/source/bo/dictionaries/bg_BG.po
diff --git a/translations/source/bo/dictionaries/bn_BD.po b/source/bo/dictionaries/bn_BD.po
index 5261a8e99ad..5261a8e99ad 100644
--- a/translations/source/bo/dictionaries/bn_BD.po
+++ b/source/bo/dictionaries/bn_BD.po
diff --git a/translations/source/bo/dictionaries/br_FR.po b/source/bo/dictionaries/br_FR.po
index 9658f47d820..9658f47d820 100644
--- a/translations/source/bo/dictionaries/br_FR.po
+++ b/source/bo/dictionaries/br_FR.po
diff --git a/translations/source/bo/dictionaries/ca.po b/source/bo/dictionaries/ca.po
index 6077555013b..6077555013b 100644
--- a/translations/source/bo/dictionaries/ca.po
+++ b/source/bo/dictionaries/ca.po
diff --git a/translations/source/bo/dictionaries/cs_CZ.po b/source/bo/dictionaries/cs_CZ.po
index ac2b10bf027..ac2b10bf027 100644
--- a/translations/source/bo/dictionaries/cs_CZ.po
+++ b/source/bo/dictionaries/cs_CZ.po
diff --git a/translations/source/bo/dictionaries/da_DK.po b/source/bo/dictionaries/da_DK.po
index fc7a281c06a..fc7a281c06a 100644
--- a/translations/source/bo/dictionaries/da_DK.po
+++ b/source/bo/dictionaries/da_DK.po
diff --git a/translations/source/bo/dictionaries/de.po b/source/bo/dictionaries/de.po
index af98cd64219..af98cd64219 100644
--- a/translations/source/bo/dictionaries/de.po
+++ b/source/bo/dictionaries/de.po
diff --git a/translations/source/bo/dictionaries/el_GR.po b/source/bo/dictionaries/el_GR.po
index 753f73b14ad..753f73b14ad 100644
--- a/translations/source/bo/dictionaries/el_GR.po
+++ b/source/bo/dictionaries/el_GR.po
diff --git a/translations/source/bo/dictionaries/en.po b/source/bo/dictionaries/en.po
index e6e63ef2431..e6e63ef2431 100644
--- a/translations/source/bo/dictionaries/en.po
+++ b/source/bo/dictionaries/en.po
diff --git a/translations/source/bo/dictionaries/en/dialog.po b/source/bo/dictionaries/en/dialog.po
index 6d3d34d15dd..6d3d34d15dd 100644
--- a/translations/source/bo/dictionaries/en/dialog.po
+++ b/source/bo/dictionaries/en/dialog.po
diff --git a/translations/source/bo/dictionaries/es_ES.po b/source/bo/dictionaries/es_ES.po
index 927888f8c4d..927888f8c4d 100644
--- a/translations/source/bo/dictionaries/es_ES.po
+++ b/source/bo/dictionaries/es_ES.po
diff --git a/translations/source/bo/dictionaries/et_EE.po b/source/bo/dictionaries/et_EE.po
index 0343e4d0582..0343e4d0582 100644
--- a/translations/source/bo/dictionaries/et_EE.po
+++ b/source/bo/dictionaries/et_EE.po
diff --git a/translations/source/bo/dictionaries/fr_FR.po b/source/bo/dictionaries/fr_FR.po
index bf0e84a2cb5..bf0e84a2cb5 100644
--- a/translations/source/bo/dictionaries/fr_FR.po
+++ b/source/bo/dictionaries/fr_FR.po
diff --git a/translations/source/bo/dictionaries/gd_GB.po b/source/bo/dictionaries/gd_GB.po
index 6bfb1323a30..6bfb1323a30 100644
--- a/translations/source/bo/dictionaries/gd_GB.po
+++ b/source/bo/dictionaries/gd_GB.po
diff --git a/translations/source/bo/dictionaries/gl.po b/source/bo/dictionaries/gl.po
index a9d18d85424..a9d18d85424 100644
--- a/translations/source/bo/dictionaries/gl.po
+++ b/source/bo/dictionaries/gl.po
diff --git a/translations/source/bo/dictionaries/gu_IN.po b/source/bo/dictionaries/gu_IN.po
index a122db8d830..a122db8d830 100644
--- a/translations/source/bo/dictionaries/gu_IN.po
+++ b/source/bo/dictionaries/gu_IN.po
diff --git a/translations/source/bo/dictionaries/he_IL.po b/source/bo/dictionaries/he_IL.po
index 47879d721f5..47879d721f5 100644
--- a/translations/source/bo/dictionaries/he_IL.po
+++ b/source/bo/dictionaries/he_IL.po
diff --git a/translations/source/bo/dictionaries/hi_IN.po b/source/bo/dictionaries/hi_IN.po
index de5b33e7dbd..de5b33e7dbd 100644
--- a/translations/source/bo/dictionaries/hi_IN.po
+++ b/source/bo/dictionaries/hi_IN.po
diff --git a/translations/source/bo/dictionaries/hr_HR.po b/source/bo/dictionaries/hr_HR.po
index 1139156b629..1139156b629 100644
--- a/translations/source/bo/dictionaries/hr_HR.po
+++ b/source/bo/dictionaries/hr_HR.po
diff --git a/translations/source/bo/dictionaries/hu_HU.po b/source/bo/dictionaries/hu_HU.po
index 37e9ee69363..37e9ee69363 100644
--- a/translations/source/bo/dictionaries/hu_HU.po
+++ b/source/bo/dictionaries/hu_HU.po
diff --git a/translations/source/bo/dictionaries/hu_HU/dialog.po b/source/bo/dictionaries/hu_HU/dialog.po
index 67915daf851..67915daf851 100644
--- a/translations/source/bo/dictionaries/hu_HU/dialog.po
+++ b/source/bo/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/bo/dictionaries/it_IT.po b/source/bo/dictionaries/it_IT.po
index faabc93a565..faabc93a565 100644
--- a/translations/source/bo/dictionaries/it_IT.po
+++ b/source/bo/dictionaries/it_IT.po
diff --git a/translations/source/bo/dictionaries/ku_TR.po b/source/bo/dictionaries/ku_TR.po
index 819209bbd73..819209bbd73 100644
--- a/translations/source/bo/dictionaries/ku_TR.po
+++ b/source/bo/dictionaries/ku_TR.po
diff --git a/translations/source/bo/dictionaries/lt_LT.po b/source/bo/dictionaries/lt_LT.po
index 42ad02563b6..42ad02563b6 100644
--- a/translations/source/bo/dictionaries/lt_LT.po
+++ b/source/bo/dictionaries/lt_LT.po
diff --git a/translations/source/bo/dictionaries/lv_LV.po b/source/bo/dictionaries/lv_LV.po
index 45f6c2a72e8..45f6c2a72e8 100644
--- a/translations/source/bo/dictionaries/lv_LV.po
+++ b/source/bo/dictionaries/lv_LV.po
diff --git a/translations/source/bo/dictionaries/ne_NP.po b/source/bo/dictionaries/ne_NP.po
index a817748fc50..a817748fc50 100644
--- a/translations/source/bo/dictionaries/ne_NP.po
+++ b/source/bo/dictionaries/ne_NP.po
diff --git a/translations/source/bo/dictionaries/nl_NL.po b/source/bo/dictionaries/nl_NL.po
index 0e8b97f4f80..0e8b97f4f80 100644
--- a/translations/source/bo/dictionaries/nl_NL.po
+++ b/source/bo/dictionaries/nl_NL.po
diff --git a/translations/source/bo/dictionaries/no.po b/source/bo/dictionaries/no.po
index c270185feaf..c270185feaf 100644
--- a/translations/source/bo/dictionaries/no.po
+++ b/source/bo/dictionaries/no.po
diff --git a/translations/source/bo/dictionaries/oc_FR.po b/source/bo/dictionaries/oc_FR.po
index fbf80e1a9d6..fbf80e1a9d6 100644
--- a/translations/source/bo/dictionaries/oc_FR.po
+++ b/source/bo/dictionaries/oc_FR.po
diff --git a/translations/source/bo/dictionaries/pl_PL.po b/source/bo/dictionaries/pl_PL.po
index a74d065ec80..a74d065ec80 100644
--- a/translations/source/bo/dictionaries/pl_PL.po
+++ b/source/bo/dictionaries/pl_PL.po
diff --git a/translations/source/bo/dictionaries/pt_BR.po b/source/bo/dictionaries/pt_BR.po
index d48988cae8c..d48988cae8c 100644
--- a/translations/source/bo/dictionaries/pt_BR.po
+++ b/source/bo/dictionaries/pt_BR.po
diff --git a/translations/source/bo/dictionaries/pt_PT.po b/source/bo/dictionaries/pt_PT.po
index 5369f4d5416..5369f4d5416 100644
--- a/translations/source/bo/dictionaries/pt_PT.po
+++ b/source/bo/dictionaries/pt_PT.po
diff --git a/translations/source/bo/dictionaries/ro.po b/source/bo/dictionaries/ro.po
index ed553d9f89f..ed553d9f89f 100644
--- a/translations/source/bo/dictionaries/ro.po
+++ b/source/bo/dictionaries/ro.po
diff --git a/translations/source/bo/dictionaries/ru_RU.po b/source/bo/dictionaries/ru_RU.po
index 65414b4c02f..65414b4c02f 100644
--- a/translations/source/bo/dictionaries/ru_RU.po
+++ b/source/bo/dictionaries/ru_RU.po
diff --git a/translations/source/bo/dictionaries/ru_RU/dialog.po b/source/bo/dictionaries/ru_RU/dialog.po
index d462d69030e..d462d69030e 100644
--- a/translations/source/bo/dictionaries/ru_RU/dialog.po
+++ b/source/bo/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/bo/dictionaries/si_LK.po b/source/bo/dictionaries/si_LK.po
index c71dc99b673..c71dc99b673 100644
--- a/translations/source/bo/dictionaries/si_LK.po
+++ b/source/bo/dictionaries/si_LK.po
diff --git a/translations/source/bo/dictionaries/sk_SK.po b/source/bo/dictionaries/sk_SK.po
index 4c6842218f0..4c6842218f0 100644
--- a/translations/source/bo/dictionaries/sk_SK.po
+++ b/source/bo/dictionaries/sk_SK.po
diff --git a/translations/source/bo/dictionaries/sl_SI.po b/source/bo/dictionaries/sl_SI.po
index db96428d471..db96428d471 100644
--- a/translations/source/bo/dictionaries/sl_SI.po
+++ b/source/bo/dictionaries/sl_SI.po
diff --git a/translations/source/bo/dictionaries/sr.po b/source/bo/dictionaries/sr.po
index 3e34db8da7b..3e34db8da7b 100644
--- a/translations/source/bo/dictionaries/sr.po
+++ b/source/bo/dictionaries/sr.po
diff --git a/translations/source/bo/dictionaries/sv_SE.po b/source/bo/dictionaries/sv_SE.po
index 1182c9a478a..1182c9a478a 100644
--- a/translations/source/bo/dictionaries/sv_SE.po
+++ b/source/bo/dictionaries/sv_SE.po
diff --git a/translations/source/bo/dictionaries/sw_TZ.po b/source/bo/dictionaries/sw_TZ.po
index 43615a2fb97..43615a2fb97 100644
--- a/translations/source/bo/dictionaries/sw_TZ.po
+++ b/source/bo/dictionaries/sw_TZ.po
diff --git a/translations/source/bo/dictionaries/te_IN.po b/source/bo/dictionaries/te_IN.po
index d1b83aab141..d1b83aab141 100644
--- a/translations/source/bo/dictionaries/te_IN.po
+++ b/source/bo/dictionaries/te_IN.po
diff --git a/translations/source/bo/dictionaries/th_TH.po b/source/bo/dictionaries/th_TH.po
index 711f08a9481..711f08a9481 100644
--- a/translations/source/bo/dictionaries/th_TH.po
+++ b/source/bo/dictionaries/th_TH.po
diff --git a/translations/source/bo/dictionaries/uk_UA.po b/source/bo/dictionaries/uk_UA.po
index 402781981b8..402781981b8 100644
--- a/translations/source/bo/dictionaries/uk_UA.po
+++ b/source/bo/dictionaries/uk_UA.po
diff --git a/translations/source/bo/dictionaries/vi.po b/source/bo/dictionaries/vi.po
index 1257254487b..1257254487b 100644
--- a/translations/source/bo/dictionaries/vi.po
+++ b/source/bo/dictionaries/vi.po
diff --git a/translations/source/bo/dictionaries/zu_ZA.po b/source/bo/dictionaries/zu_ZA.po
index 82457a5e136..82457a5e136 100644
--- a/translations/source/bo/dictionaries/zu_ZA.po
+++ b/source/bo/dictionaries/zu_ZA.po
diff --git a/translations/source/bo/editeng/source/accessibility.po b/source/bo/editeng/source/accessibility.po
index b782f29a02c..b782f29a02c 100644
--- a/translations/source/bo/editeng/source/accessibility.po
+++ b/source/bo/editeng/source/accessibility.po
diff --git a/translations/source/bo/editeng/source/editeng.po b/source/bo/editeng/source/editeng.po
index 3a2a947264a..3a2a947264a 100644
--- a/translations/source/bo/editeng/source/editeng.po
+++ b/source/bo/editeng/source/editeng.po
diff --git a/translations/source/bo/editeng/source/items.po b/source/bo/editeng/source/items.po
index 878441e54cb..878441e54cb 100644
--- a/translations/source/bo/editeng/source/items.po
+++ b/source/bo/editeng/source/items.po
diff --git a/translations/source/bo/editeng/source/misc.po b/source/bo/editeng/source/misc.po
index fc97f1fa2b1..fc97f1fa2b1 100644
--- a/translations/source/bo/editeng/source/misc.po
+++ b/source/bo/editeng/source/misc.po
diff --git a/translations/source/bo/editeng/source/outliner.po b/source/bo/editeng/source/outliner.po
index 28ebc9c21f9..28ebc9c21f9 100644
--- a/translations/source/bo/editeng/source/outliner.po
+++ b/source/bo/editeng/source/outliner.po
diff --git a/translations/source/bo/extensions/source/abpilot.po b/source/bo/extensions/source/abpilot.po
index 1679fc95e86..1679fc95e86 100644
--- a/translations/source/bo/extensions/source/abpilot.po
+++ b/source/bo/extensions/source/abpilot.po
diff --git a/translations/source/bo/extensions/source/bibliography.po b/source/bo/extensions/source/bibliography.po
index 5a70d565956..5a70d565956 100644
--- a/translations/source/bo/extensions/source/bibliography.po
+++ b/source/bo/extensions/source/bibliography.po
diff --git a/translations/source/bo/extensions/source/dbpilots.po b/source/bo/extensions/source/dbpilots.po
index 474da20e951..474da20e951 100644
--- a/translations/source/bo/extensions/source/dbpilots.po
+++ b/source/bo/extensions/source/dbpilots.po
diff --git a/translations/source/bo/extensions/source/propctrlr.po b/source/bo/extensions/source/propctrlr.po
index 92b81029731..92b81029731 100644
--- a/translations/source/bo/extensions/source/propctrlr.po
+++ b/source/bo/extensions/source/propctrlr.po
diff --git a/translations/source/bo/extensions/source/scanner.po b/source/bo/extensions/source/scanner.po
index 5b07e80356a..5b07e80356a 100644
--- a/translations/source/bo/extensions/source/scanner.po
+++ b/source/bo/extensions/source/scanner.po
diff --git a/translations/source/bo/extensions/source/update/check.po b/source/bo/extensions/source/update/check.po
index 7e9933f23e4..7e9933f23e4 100644
--- a/translations/source/bo/extensions/source/update/check.po
+++ b/source/bo/extensions/source/update/check.po
diff --git a/translations/source/bo/extensions/source/update/check/org/openoffice/Office.po b/source/bo/extensions/source/update/check/org/openoffice/Office.po
index 02d4da390ec..02d4da390ec 100644
--- a/translations/source/bo/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/bo/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/bo/filter/source/config/fragments/filters.po b/source/bo/filter/source/config/fragments/filters.po
index 049730b47fa..049730b47fa 100644
--- a/translations/source/bo/filter/source/config/fragments/filters.po
+++ b/source/bo/filter/source/config/fragments/filters.po
diff --git a/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po b/source/bo/filter/source/config/fragments/internalgraphicfilters.po
index 9e0a13a570f..9e0a13a570f 100644
--- a/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bo/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/bo/filter/source/config/fragments/types.po b/source/bo/filter/source/config/fragments/types.po
index 3eda1054ce7..3eda1054ce7 100644
--- a/translations/source/bo/filter/source/config/fragments/types.po
+++ b/source/bo/filter/source/config/fragments/types.po
diff --git a/translations/source/bo/filter/source/flash.po b/source/bo/filter/source/flash.po
index b52287d2841..b52287d2841 100644
--- a/translations/source/bo/filter/source/flash.po
+++ b/source/bo/filter/source/flash.po
diff --git a/translations/source/bo/filter/source/graphicfilter/eps.po b/source/bo/filter/source/graphicfilter/eps.po
index a5f824cb0b8..a5f824cb0b8 100644
--- a/translations/source/bo/filter/source/graphicfilter/eps.po
+++ b/source/bo/filter/source/graphicfilter/eps.po
diff --git a/translations/source/bo/filter/source/pdf.po b/source/bo/filter/source/pdf.po
index bd90e3b92aa..bd90e3b92aa 100644
--- a/translations/source/bo/filter/source/pdf.po
+++ b/source/bo/filter/source/pdf.po
diff --git a/translations/source/bo/filter/source/t602.po b/source/bo/filter/source/t602.po
index e5bb733a5e3..e5bb733a5e3 100644
--- a/translations/source/bo/filter/source/t602.po
+++ b/source/bo/filter/source/t602.po
diff --git a/translations/source/bo/filter/source/xsltdialog.po b/source/bo/filter/source/xsltdialog.po
index a608af4e16a..a608af4e16a 100644
--- a/translations/source/bo/filter/source/xsltdialog.po
+++ b/source/bo/filter/source/xsltdialog.po
diff --git a/translations/source/bo/forms/source/resource.po b/source/bo/forms/source/resource.po
index a4db8c17d12..a4db8c17d12 100644
--- a/translations/source/bo/forms/source/resource.po
+++ b/source/bo/forms/source/resource.po
diff --git a/translations/source/bo/formula/source/core/resource.po b/source/bo/formula/source/core/resource.po
index 3965a0938cc..3965a0938cc 100644
--- a/translations/source/bo/formula/source/core/resource.po
+++ b/source/bo/formula/source/core/resource.po
diff --git a/translations/source/bo/formula/source/ui/dlg.po b/source/bo/formula/source/ui/dlg.po
index 42bf6280c18..42bf6280c18 100644
--- a/translations/source/bo/formula/source/ui/dlg.po
+++ b/source/bo/formula/source/ui/dlg.po
diff --git a/translations/source/bo/fpicker/source/office.po b/source/bo/fpicker/source/office.po
index baed899eb2d..baed899eb2d 100644
--- a/translations/source/bo/fpicker/source/office.po
+++ b/source/bo/fpicker/source/office.po
diff --git a/translations/source/bo/framework/source/classes.po b/source/bo/framework/source/classes.po
index e09de3ccc0d..e09de3ccc0d 100644
--- a/translations/source/bo/framework/source/classes.po
+++ b/source/bo/framework/source/classes.po
diff --git a/translations/source/bo/framework/source/services.po b/source/bo/framework/source/services.po
index 7c47ce203c5..7c47ce203c5 100644
--- a/translations/source/bo/framework/source/services.po
+++ b/source/bo/framework/source/services.po
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/guide.po b/source/bo/helpcontent2/source/text/sbasic/guide.po
index d7fe2c4743b..d7fe2c4743b 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bo/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared.po b/source/bo/helpcontent2/source/text/sbasic/shared.po
index 8685a66abd5..8685a66abd5 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bo/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po b/source/bo/helpcontent2/source/text/sbasic/shared/01.po
index 2240dd13651..2240dd13651 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bo/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po b/source/bo/helpcontent2/source/text/sbasic/shared/02.po
index 1efe51b4a80..1efe51b4a80 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/bo/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc.po b/source/bo/helpcontent2/source/text/scalc.po
index 7857762821d..7857762821d 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc.po
+++ b/source/bo/helpcontent2/source/text/scalc.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/00.po b/source/bo/helpcontent2/source/text/scalc/00.po
index d1f621eebd2..d1f621eebd2 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/00.po
+++ b/source/bo/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/01.po b/source/bo/helpcontent2/source/text/scalc/01.po
index 2b4719c7cb2..2b4719c7cb2 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/01.po
+++ b/source/bo/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/02.po b/source/bo/helpcontent2/source/text/scalc/02.po
index 08b6e84d4cb..08b6e84d4cb 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/02.po
+++ b/source/bo/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/04.po b/source/bo/helpcontent2/source/text/scalc/04.po
index 4c2b1b44cdc..4c2b1b44cdc 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/04.po
+++ b/source/bo/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/05.po b/source/bo/helpcontent2/source/text/scalc/05.po
index 0c931a54380..0c931a54380 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/05.po
+++ b/source/bo/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/guide.po b/source/bo/helpcontent2/source/text/scalc/guide.po
index 793a423fe73..793a423fe73 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/guide.po
+++ b/source/bo/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/schart.po b/source/bo/helpcontent2/source/text/schart.po
index 981c4d4c319..981c4d4c319 100644
--- a/translations/source/bo/helpcontent2/source/text/schart.po
+++ b/source/bo/helpcontent2/source/text/schart.po
diff --git a/translations/source/bo/helpcontent2/source/text/schart/00.po b/source/bo/helpcontent2/source/text/schart/00.po
index acd581264c2..acd581264c2 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/00.po
+++ b/source/bo/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/schart/01.po b/source/bo/helpcontent2/source/text/schart/01.po
index 1c9b564fe50..1c9b564fe50 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/01.po
+++ b/source/bo/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/schart/02.po b/source/bo/helpcontent2/source/text/schart/02.po
index 0c937523f24..0c937523f24 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/02.po
+++ b/source/bo/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/schart/04.po b/source/bo/helpcontent2/source/text/schart/04.po
index 04c0f405740..04c0f405740 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/04.po
+++ b/source/bo/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw.po b/source/bo/helpcontent2/source/text/sdraw.po
index 02961c267f4..02961c267f4 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw.po
+++ b/source/bo/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/00.po b/source/bo/helpcontent2/source/text/sdraw/00.po
index 8256e95a892..8256e95a892 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/00.po
+++ b/source/bo/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/01.po b/source/bo/helpcontent2/source/text/sdraw/01.po
index 887f1310818..887f1310818 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/01.po
+++ b/source/bo/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/04.po b/source/bo/helpcontent2/source/text/sdraw/04.po
index 1cb58e4e620..1cb58e4e620 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/04.po
+++ b/source/bo/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/guide.po b/source/bo/helpcontent2/source/text/sdraw/guide.po
index c5377fb3e2d..c5377fb3e2d 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/guide.po
+++ b/source/bo/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared.po b/source/bo/helpcontent2/source/text/shared.po
index 01948fd5fe1..01948fd5fe1 100644
--- a/translations/source/bo/helpcontent2/source/text/shared.po
+++ b/source/bo/helpcontent2/source/text/shared.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 1b070d27d87..1b070d27d87 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index e9a4c054c0c..e9a4c054c0c 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/02.po b/source/bo/helpcontent2/source/text/shared/02.po
index f058e89c087..f058e89c087 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/02.po
+++ b/source/bo/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/04.po b/source/bo/helpcontent2/source/text/shared/04.po
index 39462375e12..39462375e12 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/04.po
+++ b/source/bo/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/05.po b/source/bo/helpcontent2/source/text/shared/05.po
index 67e40914e09..67e40914e09 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/05.po
+++ b/source/bo/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/07.po b/source/bo/helpcontent2/source/text/shared/07.po
index 39211d746c8..39211d746c8 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/07.po
+++ b/source/bo/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/autokorr.po b/source/bo/helpcontent2/source/text/shared/autokorr.po
index e43b8782ad4..e43b8782ad4 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/autokorr.po
+++ b/source/bo/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/autopi.po b/source/bo/helpcontent2/source/text/shared/autopi.po
index 9cb4d10e6fa..9cb4d10e6fa 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/autopi.po
+++ b/source/bo/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/explorer/database.po b/source/bo/helpcontent2/source/text/shared/explorer/database.po
index 8de72e933d5..8de72e933d5 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bo/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/guide.po b/source/bo/helpcontent2/source/text/shared/guide.po
index 576691d1e39..576691d1e39 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/source/bo/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/shared/optionen.po b/source/bo/helpcontent2/source/text/shared/optionen.po
index 5b3f9a86e43..5b3f9a86e43 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/source/bo/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress.po b/source/bo/helpcontent2/source/text/simpress.po
index 5d6f3736692..5d6f3736692 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress.po
+++ b/source/bo/helpcontent2/source/text/simpress.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/00.po b/source/bo/helpcontent2/source/text/simpress/00.po
index 2d82a97b79a..2d82a97b79a 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/00.po
+++ b/source/bo/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/01.po b/source/bo/helpcontent2/source/text/simpress/01.po
index 8e1a58a69d3..8e1a58a69d3 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/01.po
+++ b/source/bo/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/02.po b/source/bo/helpcontent2/source/text/simpress/02.po
index 536eb5e6927..536eb5e6927 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/02.po
+++ b/source/bo/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/04.po b/source/bo/helpcontent2/source/text/simpress/04.po
index 843a1f79a6e..843a1f79a6e 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/04.po
+++ b/source/bo/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/guide.po b/source/bo/helpcontent2/source/text/simpress/guide.po
index 52dcac58611..52dcac58611 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/guide.po
+++ b/source/bo/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath.po b/source/bo/helpcontent2/source/text/smath.po
index 9d00abde016..9d00abde016 100644
--- a/translations/source/bo/helpcontent2/source/text/smath.po
+++ b/source/bo/helpcontent2/source/text/smath.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath/00.po b/source/bo/helpcontent2/source/text/smath/00.po
index 7241daa195b..7241daa195b 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/00.po
+++ b/source/bo/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath/01.po b/source/bo/helpcontent2/source/text/smath/01.po
index 1ed11582634..1ed11582634 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/01.po
+++ b/source/bo/helpcontent2/source/text/smath/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath/02.po b/source/bo/helpcontent2/source/text/smath/02.po
index b18c7ad6a35..b18c7ad6a35 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/02.po
+++ b/source/bo/helpcontent2/source/text/smath/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath/04.po b/source/bo/helpcontent2/source/text/smath/04.po
index 521d7105e92..521d7105e92 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/04.po
+++ b/source/bo/helpcontent2/source/text/smath/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/smath/guide.po b/source/bo/helpcontent2/source/text/smath/guide.po
index c87334f5bef..c87334f5bef 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/guide.po
+++ b/source/bo/helpcontent2/source/text/smath/guide.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter.po b/source/bo/helpcontent2/source/text/swriter.po
index 9daa0458db9..9daa0458db9 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter.po
+++ b/source/bo/helpcontent2/source/text/swriter.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/00.po b/source/bo/helpcontent2/source/text/swriter/00.po
index bff63cb587b..bff63cb587b 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/00.po
+++ b/source/bo/helpcontent2/source/text/swriter/00.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index b9e756fb559..b9e756fb559 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/01.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/02.po b/source/bo/helpcontent2/source/text/swriter/02.po
index aa042cd33b5..aa042cd33b5 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/02.po
+++ b/source/bo/helpcontent2/source/text/swriter/02.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/04.po b/source/bo/helpcontent2/source/text/swriter/04.po
index 6a24135f575..6a24135f575 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/04.po
+++ b/source/bo/helpcontent2/source/text/swriter/04.po
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/guide.po b/source/bo/helpcontent2/source/text/swriter/guide.po
index 44b3dce7514..44b3dce7514 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/guide.po
+++ b/source/bo/helpcontent2/source/text/swriter/guide.po
diff --git a/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 3282367f64e..3282367f64e 100644
--- a/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/bo/mysqlc/source.po b/source/bo/mysqlc/source.po
index 82bb6ddbe7b..82bb6ddbe7b 100644
--- a/translations/source/bo/mysqlc/source.po
+++ b/source/bo/mysqlc/source.po
diff --git a/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index f83da58d592..f83da58d592 100644
--- a/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 47b7f70f0f7..47b7f70f0f7 100644
--- a/translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 84d46a43b08..84d46a43b08 100644
--- a/translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/bo/nlpsolver/src/locale.po b/source/bo/nlpsolver/src/locale.po
index 7402523e2c2..7402523e2c2 100644
--- a/translations/source/bo/nlpsolver/src/locale.po
+++ b/source/bo/nlpsolver/src/locale.po
diff --git a/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po b/source/bo/officecfg/registry/data/org/openoffice/Office.po
index 788620b8cdd..788620b8cdd 100644
--- a/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bo/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
index 3583557bf06..3583557bf06 100644
--- a/translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bo/padmin/source.po b/source/bo/padmin/source.po
index 86c6cc1221c..86c6cc1221c 100644
--- a/translations/source/bo/padmin/source.po
+++ b/source/bo/padmin/source.po
diff --git a/translations/source/bo/readlicense_oo/docs/readme.po b/source/bo/readlicense_oo/docs/readme.po
index 625d5b141a8..625d5b141a8 100644
--- a/translations/source/bo/readlicense_oo/docs/readme.po
+++ b/source/bo/readlicense_oo/docs/readme.po
diff --git a/translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po
index 5e03f24bfa9..5e03f24bfa9 100644
--- a/translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po b/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
index 86439874fcd..86439874fcd 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
index a4b3e2cd200..a4b3e2cd200 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 7a59d7be202..7a59d7be202 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/bo/reportbuilder/util.po b/source/bo/reportbuilder/util.po
index 1292b129e37..1292b129e37 100644
--- a/translations/source/bo/reportbuilder/util.po
+++ b/source/bo/reportbuilder/util.po
diff --git a/translations/source/bo/reportdesign/source/core/resource.po b/source/bo/reportdesign/source/core/resource.po
index 4fb16a46dff..4fb16a46dff 100644
--- a/translations/source/bo/reportdesign/source/core/resource.po
+++ b/source/bo/reportdesign/source/core/resource.po
diff --git a/translations/source/bo/reportdesign/source/ui/dlg.po b/source/bo/reportdesign/source/ui/dlg.po
index 5f7f188f63b..5f7f188f63b 100644
--- a/translations/source/bo/reportdesign/source/ui/dlg.po
+++ b/source/bo/reportdesign/source/ui/dlg.po
diff --git a/translations/source/bo/reportdesign/source/ui/inspection.po b/source/bo/reportdesign/source/ui/inspection.po
index 385296b9f27..385296b9f27 100644
--- a/translations/source/bo/reportdesign/source/ui/inspection.po
+++ b/source/bo/reportdesign/source/ui/inspection.po
diff --git a/translations/source/bo/reportdesign/source/ui/report.po b/source/bo/reportdesign/source/ui/report.po
index c805918c5fa..c805918c5fa 100644
--- a/translations/source/bo/reportdesign/source/ui/report.po
+++ b/source/bo/reportdesign/source/ui/report.po
diff --git a/translations/source/bo/sc/source/core/src.po b/source/bo/sc/source/core/src.po
index 264cfedda64..264cfedda64 100644
--- a/translations/source/bo/sc/source/core/src.po
+++ b/source/bo/sc/source/core/src.po
diff --git a/translations/source/bo/sc/source/ui/cctrl.po b/source/bo/sc/source/ui/cctrl.po
index 41b1d6e8383..41b1d6e8383 100644
--- a/translations/source/bo/sc/source/ui/cctrl.po
+++ b/source/bo/sc/source/ui/cctrl.po
diff --git a/translations/source/bo/sc/source/ui/dbgui.po b/source/bo/sc/source/ui/dbgui.po
index a3c23320008..a3c23320008 100644
--- a/translations/source/bo/sc/source/ui/dbgui.po
+++ b/source/bo/sc/source/ui/dbgui.po
diff --git a/translations/source/bo/sc/source/ui/docshell.po b/source/bo/sc/source/ui/docshell.po
index 7698643c52e..7698643c52e 100644
--- a/translations/source/bo/sc/source/ui/docshell.po
+++ b/source/bo/sc/source/ui/docshell.po
diff --git a/translations/source/bo/sc/source/ui/drawfunc.po b/source/bo/sc/source/ui/drawfunc.po
index 43ccfbaf8b6..43ccfbaf8b6 100644
--- a/translations/source/bo/sc/source/ui/drawfunc.po
+++ b/source/bo/sc/source/ui/drawfunc.po
diff --git a/translations/source/bo/sc/source/ui/formdlg.po b/source/bo/sc/source/ui/formdlg.po
index a4318965829..a4318965829 100644
--- a/translations/source/bo/sc/source/ui/formdlg.po
+++ b/source/bo/sc/source/ui/formdlg.po
diff --git a/translations/source/bo/sc/source/ui/miscdlgs.po b/source/bo/sc/source/ui/miscdlgs.po
index 22fa8a8073c..22fa8a8073c 100644
--- a/translations/source/bo/sc/source/ui/miscdlgs.po
+++ b/source/bo/sc/source/ui/miscdlgs.po
diff --git a/translations/source/bo/sc/source/ui/navipi.po b/source/bo/sc/source/ui/navipi.po
index e366202335c..e366202335c 100644
--- a/translations/source/bo/sc/source/ui/navipi.po
+++ b/source/bo/sc/source/ui/navipi.po
diff --git a/translations/source/bo/sc/source/ui/optdlg.po b/source/bo/sc/source/ui/optdlg.po
index 2183cce0dd9..2183cce0dd9 100644
--- a/translations/source/bo/sc/source/ui/optdlg.po
+++ b/source/bo/sc/source/ui/optdlg.po
diff --git a/translations/source/bo/sc/source/ui/pagedlg.po b/source/bo/sc/source/ui/pagedlg.po
index 3aaf854d304..3aaf854d304 100644
--- a/translations/source/bo/sc/source/ui/pagedlg.po
+++ b/source/bo/sc/source/ui/pagedlg.po
diff --git a/translations/source/bo/sc/source/ui/src.po b/source/bo/sc/source/ui/src.po
index f6ac1681fd9..f6ac1681fd9 100644
--- a/translations/source/bo/sc/source/ui/src.po
+++ b/source/bo/sc/source/ui/src.po
diff --git a/translations/source/bo/sc/source/ui/styleui.po b/source/bo/sc/source/ui/styleui.po
index 6f68c7840d0..6f68c7840d0 100644
--- a/translations/source/bo/sc/source/ui/styleui.po
+++ b/source/bo/sc/source/ui/styleui.po
diff --git a/translations/source/bo/scaddins/source/analysis.po b/source/bo/scaddins/source/analysis.po
index 1b651f0e69b..1b651f0e69b 100644
--- a/translations/source/bo/scaddins/source/analysis.po
+++ b/source/bo/scaddins/source/analysis.po
diff --git a/translations/source/bo/scaddins/source/datefunc.po b/source/bo/scaddins/source/datefunc.po
index f944201d948..f944201d948 100644
--- a/translations/source/bo/scaddins/source/datefunc.po
+++ b/source/bo/scaddins/source/datefunc.po
diff --git a/translations/source/bo/sccomp/source/solver.po b/source/bo/sccomp/source/solver.po
index 94f6b379a7f..94f6b379a7f 100644
--- a/translations/source/bo/sccomp/source/solver.po
+++ b/source/bo/sccomp/source/solver.po
diff --git a/translations/source/bo/scp2/source/accessories.po b/source/bo/scp2/source/accessories.po
index 670b51b75b3..670b51b75b3 100644
--- a/translations/source/bo/scp2/source/accessories.po
+++ b/source/bo/scp2/source/accessories.po
diff --git a/translations/source/bo/scp2/source/activex.po b/source/bo/scp2/source/activex.po
index a82f55d416c..a82f55d416c 100644
--- a/translations/source/bo/scp2/source/activex.po
+++ b/source/bo/scp2/source/activex.po
diff --git a/translations/source/bo/scp2/source/base.po b/source/bo/scp2/source/base.po
index 2ab40ad997e..2ab40ad997e 100644
--- a/translations/source/bo/scp2/source/base.po
+++ b/source/bo/scp2/source/base.po
diff --git a/translations/source/bo/scp2/source/binfilter.po b/source/bo/scp2/source/binfilter.po
index 6121fc7236b..6121fc7236b 100644
--- a/translations/source/bo/scp2/source/binfilter.po
+++ b/source/bo/scp2/source/binfilter.po
diff --git a/translations/source/bo/scp2/source/calc.po b/source/bo/scp2/source/calc.po
index afecfad33f0..afecfad33f0 100644
--- a/translations/source/bo/scp2/source/calc.po
+++ b/source/bo/scp2/source/calc.po
diff --git a/translations/source/bo/scp2/source/draw.po b/source/bo/scp2/source/draw.po
index b0c44a1285f..b0c44a1285f 100644
--- a/translations/source/bo/scp2/source/draw.po
+++ b/source/bo/scp2/source/draw.po
diff --git a/translations/source/bo/scp2/source/extensions.po b/source/bo/scp2/source/extensions.po
index b7905e0fd3f..b7905e0fd3f 100644
--- a/translations/source/bo/scp2/source/extensions.po
+++ b/source/bo/scp2/source/extensions.po
diff --git a/translations/source/bo/scp2/source/gnome.po b/source/bo/scp2/source/gnome.po
index 6798f515dde..6798f515dde 100644
--- a/translations/source/bo/scp2/source/gnome.po
+++ b/source/bo/scp2/source/gnome.po
diff --git a/translations/source/bo/scp2/source/graphicfilter.po b/source/bo/scp2/source/graphicfilter.po
index 68be2c4f442..68be2c4f442 100644
--- a/translations/source/bo/scp2/source/graphicfilter.po
+++ b/source/bo/scp2/source/graphicfilter.po
diff --git a/translations/source/bo/scp2/source/impress.po b/source/bo/scp2/source/impress.po
index 8c945203833..8c945203833 100644
--- a/translations/source/bo/scp2/source/impress.po
+++ b/source/bo/scp2/source/impress.po
diff --git a/translations/source/bo/scp2/source/javafilter.po b/source/bo/scp2/source/javafilter.po
index 61ce4ad3914..61ce4ad3914 100644
--- a/translations/source/bo/scp2/source/javafilter.po
+++ b/source/bo/scp2/source/javafilter.po
diff --git a/translations/source/bo/scp2/source/kde.po b/source/bo/scp2/source/kde.po
index c6d17ba50c9..c6d17ba50c9 100644
--- a/translations/source/bo/scp2/source/kde.po
+++ b/source/bo/scp2/source/kde.po
diff --git a/translations/source/bo/scp2/source/math.po b/source/bo/scp2/source/math.po
index 79db648d23a..79db648d23a 100644
--- a/translations/source/bo/scp2/source/math.po
+++ b/source/bo/scp2/source/math.po
diff --git a/translations/source/bo/scp2/source/onlineupdate.po b/source/bo/scp2/source/onlineupdate.po
index d9add4562c0..d9add4562c0 100644
--- a/translations/source/bo/scp2/source/onlineupdate.po
+++ b/source/bo/scp2/source/onlineupdate.po
diff --git a/translations/source/bo/scp2/source/ooo.po b/source/bo/scp2/source/ooo.po
index cc3bdf6db1e..cc3bdf6db1e 100644
--- a/translations/source/bo/scp2/source/ooo.po
+++ b/source/bo/scp2/source/ooo.po
diff --git a/translations/source/bo/scp2/source/python.po b/source/bo/scp2/source/python.po
index 96446c70d02..96446c70d02 100644
--- a/translations/source/bo/scp2/source/python.po
+++ b/source/bo/scp2/source/python.po
diff --git a/translations/source/bo/scp2/source/quickstart.po b/source/bo/scp2/source/quickstart.po
index e02d0cb27a6..e02d0cb27a6 100644
--- a/translations/source/bo/scp2/source/quickstart.po
+++ b/source/bo/scp2/source/quickstart.po
diff --git a/translations/source/bo/scp2/source/sdkoo.po b/source/bo/scp2/source/sdkoo.po
index ebf7c79a54a..ebf7c79a54a 100644
--- a/translations/source/bo/scp2/source/sdkoo.po
+++ b/source/bo/scp2/source/sdkoo.po
diff --git a/translations/source/bo/scp2/source/smoketest.po b/source/bo/scp2/source/smoketest.po
index 349b5608725..349b5608725 100644
--- a/translations/source/bo/scp2/source/smoketest.po
+++ b/source/bo/scp2/source/smoketest.po
diff --git a/translations/source/bo/scp2/source/stdlibs.po b/source/bo/scp2/source/stdlibs.po
index 716d36dc129..716d36dc129 100644
--- a/translations/source/bo/scp2/source/stdlibs.po
+++ b/source/bo/scp2/source/stdlibs.po
diff --git a/translations/source/bo/scp2/source/tde.po b/source/bo/scp2/source/tde.po
index 71aafaf659c..71aafaf659c 100644
--- a/translations/source/bo/scp2/source/tde.po
+++ b/source/bo/scp2/source/tde.po
diff --git a/translations/source/bo/scp2/source/winexplorerext.po b/source/bo/scp2/source/winexplorerext.po
index fe79c00f515..fe79c00f515 100644
--- a/translations/source/bo/scp2/source/winexplorerext.po
+++ b/source/bo/scp2/source/winexplorerext.po
diff --git a/translations/source/bo/scp2/source/writer.po b/source/bo/scp2/source/writer.po
index 677598ef763..677598ef763 100644
--- a/translations/source/bo/scp2/source/writer.po
+++ b/source/bo/scp2/source/writer.po
diff --git a/translations/source/bo/scp2/source/xsltfilter.po b/source/bo/scp2/source/xsltfilter.po
index 92bce0f18ed..92bce0f18ed 100644
--- a/translations/source/bo/scp2/source/xsltfilter.po
+++ b/source/bo/scp2/source/xsltfilter.po
diff --git a/translations/source/bo/scripting/source/pyprov.po b/source/bo/scripting/source/pyprov.po
index 90da4063b51..90da4063b51 100644
--- a/translations/source/bo/scripting/source/pyprov.po
+++ b/source/bo/scripting/source/pyprov.po
diff --git a/translations/source/bo/sd/source/core.po b/source/bo/sd/source/core.po
index 7c4c97b62ea..7c4c97b62ea 100644
--- a/translations/source/bo/sd/source/core.po
+++ b/source/bo/sd/source/core.po
diff --git a/translations/source/bo/sd/source/filter/html.po b/source/bo/sd/source/filter/html.po
index 3c987e59c0f..3c987e59c0f 100644
--- a/translations/source/bo/sd/source/filter/html.po
+++ b/source/bo/sd/source/filter/html.po
diff --git a/translations/source/bo/sd/source/ui/accessibility.po b/source/bo/sd/source/ui/accessibility.po
index 3a167470250..3a167470250 100644
--- a/translations/source/bo/sd/source/ui/accessibility.po
+++ b/source/bo/sd/source/ui/accessibility.po
diff --git a/translations/source/bo/sd/source/ui/animations.po b/source/bo/sd/source/ui/animations.po
index f1ada6e9f3b..f1ada6e9f3b 100644
--- a/translations/source/bo/sd/source/ui/animations.po
+++ b/source/bo/sd/source/ui/animations.po
diff --git a/translations/source/bo/sd/source/ui/annotations.po b/source/bo/sd/source/ui/annotations.po
index 9d3614fbf3e..9d3614fbf3e 100644
--- a/translations/source/bo/sd/source/ui/annotations.po
+++ b/source/bo/sd/source/ui/annotations.po
diff --git a/translations/source/bo/sd/source/ui/app.po b/source/bo/sd/source/ui/app.po
index aac8f96ec96..aac8f96ec96 100644
--- a/translations/source/bo/sd/source/ui/app.po
+++ b/source/bo/sd/source/ui/app.po
diff --git a/translations/source/bo/sd/source/ui/dlg.po b/source/bo/sd/source/ui/dlg.po
index 0c04a793e2a..0c04a793e2a 100644
--- a/translations/source/bo/sd/source/ui/dlg.po
+++ b/source/bo/sd/source/ui/dlg.po
diff --git a/translations/source/bo/sd/source/ui/slideshow.po b/source/bo/sd/source/ui/slideshow.po
index cda261a9250..cda261a9250 100644
--- a/translations/source/bo/sd/source/ui/slideshow.po
+++ b/source/bo/sd/source/ui/slideshow.po
diff --git a/translations/source/bo/sd/source/ui/table.po b/source/bo/sd/source/ui/table.po
index c2db79e59f2..c2db79e59f2 100644
--- a/translations/source/bo/sd/source/ui/table.po
+++ b/source/bo/sd/source/ui/table.po
diff --git a/translations/source/bo/sd/source/ui/view.po b/source/bo/sd/source/ui/view.po
index ffecc77acda..ffecc77acda 100644
--- a/translations/source/bo/sd/source/ui/view.po
+++ b/source/bo/sd/source/ui/view.po
diff --git a/translations/source/bo/sdext/source/minimizer.po b/source/bo/sdext/source/minimizer.po
index 2e458926e19..2e458926e19 100644
--- a/translations/source/bo/sdext/source/minimizer.po
+++ b/source/bo/sdext/source/minimizer.po
diff --git a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 982e2ad8b24..982e2ad8b24 100644
--- a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 423c2033e69..423c2033e69 100644
--- a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bo/sdext/source/pdfimport.po b/source/bo/sdext/source/pdfimport.po
index 232930a842f..232930a842f 100644
--- a/translations/source/bo/sdext/source/pdfimport.po
+++ b/source/bo/sdext/source/pdfimport.po
diff --git a/translations/source/bo/sdext/source/presenter.po b/source/bo/sdext/source/presenter.po
index 29172c084f2..29172c084f2 100644
--- a/translations/source/bo/sdext/source/presenter.po
+++ b/source/bo/sdext/source/presenter.po
diff --git a/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 1f48c401c29..1f48c401c29 100644
--- a/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 53aa5ab6acc..53aa5ab6acc 100644
--- a/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/bo/setup_native/source/mac.po b/source/bo/setup_native/source/mac.po
index 978d943c8bc..978d943c8bc 100644
--- a/translations/source/bo/setup_native/source/mac.po
+++ b/source/bo/setup_native/source/mac.po
diff --git a/translations/source/bo/sfx2/source/appl.po b/source/bo/sfx2/source/appl.po
index b63c6b9d4c0..b63c6b9d4c0 100644
--- a/translations/source/bo/sfx2/source/appl.po
+++ b/source/bo/sfx2/source/appl.po
diff --git a/translations/source/bo/sfx2/source/bastyp.po b/source/bo/sfx2/source/bastyp.po
index e8ebc862332..e8ebc862332 100644
--- a/translations/source/bo/sfx2/source/bastyp.po
+++ b/source/bo/sfx2/source/bastyp.po
diff --git a/translations/source/bo/sfx2/source/dialog.po b/source/bo/sfx2/source/dialog.po
index c12a396fbb0..c12a396fbb0 100644
--- a/translations/source/bo/sfx2/source/dialog.po
+++ b/source/bo/sfx2/source/dialog.po
diff --git a/translations/source/bo/sfx2/source/doc.po b/source/bo/sfx2/source/doc.po
index 9edebe5e9a6..9edebe5e9a6 100644
--- a/translations/source/bo/sfx2/source/doc.po
+++ b/source/bo/sfx2/source/doc.po
diff --git a/translations/source/bo/sfx2/source/menu.po b/source/bo/sfx2/source/menu.po
index 401ee75fb71..401ee75fb71 100644
--- a/translations/source/bo/sfx2/source/menu.po
+++ b/source/bo/sfx2/source/menu.po
diff --git a/translations/source/bo/sfx2/source/view.po b/source/bo/sfx2/source/view.po
index f3c2ae12c71..f3c2ae12c71 100644
--- a/translations/source/bo/sfx2/source/view.po
+++ b/source/bo/sfx2/source/view.po
diff --git a/translations/source/bo/shell/source/win32/shlxthandler/res.po b/source/bo/shell/source/win32/shlxthandler/res.po
index fa1a47b7d7d..fa1a47b7d7d 100644
--- a/translations/source/bo/shell/source/win32/shlxthandler/res.po
+++ b/source/bo/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/bo/starmath/source.po b/source/bo/starmath/source.po
index 9b8d4fb950f..9b8d4fb950f 100644
--- a/translations/source/bo/starmath/source.po
+++ b/source/bo/starmath/source.po
diff --git a/translations/source/bo/svl/source/items.po b/source/bo/svl/source/items.po
index 03bde764b07..03bde764b07 100644
--- a/translations/source/bo/svl/source/items.po
+++ b/source/bo/svl/source/items.po
diff --git a/translations/source/bo/svl/source/misc.po b/source/bo/svl/source/misc.po
index a48a6a043ec..a48a6a043ec 100644
--- a/translations/source/bo/svl/source/misc.po
+++ b/source/bo/svl/source/misc.po
diff --git a/translations/source/bo/svtools/source/contnr.po b/source/bo/svtools/source/contnr.po
index 5df07440dad..5df07440dad 100644
--- a/translations/source/bo/svtools/source/contnr.po
+++ b/source/bo/svtools/source/contnr.po
diff --git a/translations/source/bo/svtools/source/control.po b/source/bo/svtools/source/control.po
index 12d6a077ad1..12d6a077ad1 100644
--- a/translations/source/bo/svtools/source/control.po
+++ b/source/bo/svtools/source/control.po
diff --git a/translations/source/bo/svtools/source/dialogs.po b/source/bo/svtools/source/dialogs.po
index 6cbc1fa593e..6cbc1fa593e 100644
--- a/translations/source/bo/svtools/source/dialogs.po
+++ b/source/bo/svtools/source/dialogs.po
diff --git a/translations/source/bo/svtools/source/filter.po b/source/bo/svtools/source/filter.po
index 2da16e3a8e6..2da16e3a8e6 100644
--- a/translations/source/bo/svtools/source/filter.po
+++ b/source/bo/svtools/source/filter.po
diff --git a/translations/source/bo/svtools/source/java.po b/source/bo/svtools/source/java.po
index 6268f2e7e3e..6268f2e7e3e 100644
--- a/translations/source/bo/svtools/source/java.po
+++ b/source/bo/svtools/source/java.po
diff --git a/translations/source/bo/svtools/source/misc.po b/source/bo/svtools/source/misc.po
index d6e52bd3fcb..d6e52bd3fcb 100644
--- a/translations/source/bo/svtools/source/misc.po
+++ b/source/bo/svtools/source/misc.po
diff --git a/translations/source/bo/svtools/source/toolpanel.po b/source/bo/svtools/source/toolpanel.po
index f73bb39f6ab..f73bb39f6ab 100644
--- a/translations/source/bo/svtools/source/toolpanel.po
+++ b/source/bo/svtools/source/toolpanel.po
diff --git a/translations/source/bo/svtools/workben/unodialog.po b/source/bo/svtools/workben/unodialog.po
index 020e2344829..020e2344829 100644
--- a/translations/source/bo/svtools/workben/unodialog.po
+++ b/source/bo/svtools/workben/unodialog.po
diff --git a/translations/source/bo/svx/inc.po b/source/bo/svx/inc.po
index 6c8d596e9ea..6c8d596e9ea 100644
--- a/translations/source/bo/svx/inc.po
+++ b/source/bo/svx/inc.po
diff --git a/translations/source/bo/svx/source/accessibility.po b/source/bo/svx/source/accessibility.po
index 1f07bc4a28f..1f07bc4a28f 100644
--- a/translations/source/bo/svx/source/accessibility.po
+++ b/source/bo/svx/source/accessibility.po
diff --git a/translations/source/bo/svx/source/dialog.po b/source/bo/svx/source/dialog.po
index 4f0be492a2e..4f0be492a2e 100644
--- a/translations/source/bo/svx/source/dialog.po
+++ b/source/bo/svx/source/dialog.po
diff --git a/translations/source/bo/svx/source/engine3d.po b/source/bo/svx/source/engine3d.po
index c6a934c4f57..c6a934c4f57 100644
--- a/translations/source/bo/svx/source/engine3d.po
+++ b/source/bo/svx/source/engine3d.po
diff --git a/translations/source/bo/svx/source/fmcomp.po b/source/bo/svx/source/fmcomp.po
index 53e1a5e794b..53e1a5e794b 100644
--- a/translations/source/bo/svx/source/fmcomp.po
+++ b/source/bo/svx/source/fmcomp.po
diff --git a/translations/source/bo/svx/source/form.po b/source/bo/svx/source/form.po
index 6fabcacbfe4..6fabcacbfe4 100644
--- a/translations/source/bo/svx/source/form.po
+++ b/source/bo/svx/source/form.po
diff --git a/translations/source/bo/svx/source/gallery2.po b/source/bo/svx/source/gallery2.po
index 786f1996261..786f1996261 100644
--- a/translations/source/bo/svx/source/gallery2.po
+++ b/source/bo/svx/source/gallery2.po
diff --git a/translations/source/bo/svx/source/items.po b/source/bo/svx/source/items.po
index 7e097e947f9..7e097e947f9 100644
--- a/translations/source/bo/svx/source/items.po
+++ b/source/bo/svx/source/items.po
diff --git a/translations/source/bo/svx/source/src.po b/source/bo/svx/source/src.po
index cf3e8838cc4..cf3e8838cc4 100644
--- a/translations/source/bo/svx/source/src.po
+++ b/source/bo/svx/source/src.po
diff --git a/translations/source/bo/svx/source/stbctrls.po b/source/bo/svx/source/stbctrls.po
index 5ad7b423f1f..5ad7b423f1f 100644
--- a/translations/source/bo/svx/source/stbctrls.po
+++ b/source/bo/svx/source/stbctrls.po
diff --git a/translations/source/bo/svx/source/svdraw.po b/source/bo/svx/source/svdraw.po
index 32a1a9834cb..32a1a9834cb 100644
--- a/translations/source/bo/svx/source/svdraw.po
+++ b/source/bo/svx/source/svdraw.po
diff --git a/translations/source/bo/svx/source/table.po b/source/bo/svx/source/table.po
index e913f517540..e913f517540 100644
--- a/translations/source/bo/svx/source/table.po
+++ b/source/bo/svx/source/table.po
diff --git a/translations/source/bo/svx/source/tbxctrls.po b/source/bo/svx/source/tbxctrls.po
index d18bf158543..d18bf158543 100644
--- a/translations/source/bo/svx/source/tbxctrls.po
+++ b/source/bo/svx/source/tbxctrls.po
diff --git a/translations/source/bo/svx/source/toolbars.po b/source/bo/svx/source/toolbars.po
index cf952401096..cf952401096 100644
--- a/translations/source/bo/svx/source/toolbars.po
+++ b/source/bo/svx/source/toolbars.po
diff --git a/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po b/source/bo/svx/source/unodialogs/textconversiondlgs.po
index e54a43d30e1..e54a43d30e1 100644
--- a/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/bo/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/bo/sw/source/core/layout.po b/source/bo/sw/source/core/layout.po
index dffd84cc661..dffd84cc661 100644
--- a/translations/source/bo/sw/source/core/layout.po
+++ b/source/bo/sw/source/core/layout.po
diff --git a/translations/source/bo/sw/source/core/undo.po b/source/bo/sw/source/core/undo.po
index 36152b3e47b..36152b3e47b 100644
--- a/translations/source/bo/sw/source/core/undo.po
+++ b/source/bo/sw/source/core/undo.po
diff --git a/translations/source/bo/sw/source/core/unocore.po b/source/bo/sw/source/core/unocore.po
index 2df02cf3b8c..2df02cf3b8c 100644
--- a/translations/source/bo/sw/source/core/unocore.po
+++ b/source/bo/sw/source/core/unocore.po
diff --git a/translations/source/bo/sw/source/ui/app.po b/source/bo/sw/source/ui/app.po
index 775e22c02b8..775e22c02b8 100644
--- a/translations/source/bo/sw/source/ui/app.po
+++ b/source/bo/sw/source/ui/app.po
diff --git a/translations/source/bo/sw/source/ui/chrdlg.po b/source/bo/sw/source/ui/chrdlg.po
index 8988640bf69..8988640bf69 100644
--- a/translations/source/bo/sw/source/ui/chrdlg.po
+++ b/source/bo/sw/source/ui/chrdlg.po
diff --git a/translations/source/bo/sw/source/ui/config.po b/source/bo/sw/source/ui/config.po
index 30e1a5fb174..30e1a5fb174 100644
--- a/translations/source/bo/sw/source/ui/config.po
+++ b/source/bo/sw/source/ui/config.po
diff --git a/translations/source/bo/sw/source/ui/dbui.po b/source/bo/sw/source/ui/dbui.po
index 5ae8eaf1b01..5ae8eaf1b01 100644
--- a/translations/source/bo/sw/source/ui/dbui.po
+++ b/source/bo/sw/source/ui/dbui.po
diff --git a/translations/source/bo/sw/source/ui/dialog.po b/source/bo/sw/source/ui/dialog.po
index e6278ace26b..e6278ace26b 100644
--- a/translations/source/bo/sw/source/ui/dialog.po
+++ b/source/bo/sw/source/ui/dialog.po
diff --git a/translations/source/bo/sw/source/ui/dochdl.po b/source/bo/sw/source/ui/dochdl.po
index 1f9f5dbe476..1f9f5dbe476 100644
--- a/translations/source/bo/sw/source/ui/dochdl.po
+++ b/source/bo/sw/source/ui/dochdl.po
diff --git a/translations/source/bo/sw/source/ui/docvw.po b/source/bo/sw/source/ui/docvw.po
index 6a49e9c7aa0..6a49e9c7aa0 100644
--- a/translations/source/bo/sw/source/ui/docvw.po
+++ b/source/bo/sw/source/ui/docvw.po
diff --git a/translations/source/bo/sw/source/ui/envelp.po b/source/bo/sw/source/ui/envelp.po
index 55b41e5e428..55b41e5e428 100644
--- a/translations/source/bo/sw/source/ui/envelp.po
+++ b/source/bo/sw/source/ui/envelp.po
diff --git a/translations/source/bo/sw/source/ui/fldui.po b/source/bo/sw/source/ui/fldui.po
index 6a5952a6393..6a5952a6393 100644
--- a/translations/source/bo/sw/source/ui/fldui.po
+++ b/source/bo/sw/source/ui/fldui.po
diff --git a/translations/source/bo/sw/source/ui/fmtui.po b/source/bo/sw/source/ui/fmtui.po
index 08a44fe44df..08a44fe44df 100644
--- a/translations/source/bo/sw/source/ui/fmtui.po
+++ b/source/bo/sw/source/ui/fmtui.po
diff --git a/translations/source/bo/sw/source/ui/frmdlg.po b/source/bo/sw/source/ui/frmdlg.po
index 6d71adf6117..6d71adf6117 100644
--- a/translations/source/bo/sw/source/ui/frmdlg.po
+++ b/source/bo/sw/source/ui/frmdlg.po
diff --git a/translations/source/bo/sw/source/ui/globdoc.po b/source/bo/sw/source/ui/globdoc.po
index 54a339f3853..54a339f3853 100644
--- a/translations/source/bo/sw/source/ui/globdoc.po
+++ b/source/bo/sw/source/ui/globdoc.po
diff --git a/translations/source/bo/sw/source/ui/index.po b/source/bo/sw/source/ui/index.po
index feb99b3e0d9..feb99b3e0d9 100644
--- a/translations/source/bo/sw/source/ui/index.po
+++ b/source/bo/sw/source/ui/index.po
diff --git a/translations/source/bo/sw/source/ui/lingu.po b/source/bo/sw/source/ui/lingu.po
index e92b69a1e11..e92b69a1e11 100644
--- a/translations/source/bo/sw/source/ui/lingu.po
+++ b/source/bo/sw/source/ui/lingu.po
diff --git a/translations/source/bo/sw/source/ui/misc.po b/source/bo/sw/source/ui/misc.po
index 681c014d1fc..681c014d1fc 100644
--- a/translations/source/bo/sw/source/ui/misc.po
+++ b/source/bo/sw/source/ui/misc.po
diff --git a/translations/source/bo/sw/source/ui/ribbar.po b/source/bo/sw/source/ui/ribbar.po
index 5580f9e78e0..5580f9e78e0 100644
--- a/translations/source/bo/sw/source/ui/ribbar.po
+++ b/source/bo/sw/source/ui/ribbar.po
diff --git a/translations/source/bo/sw/source/ui/shells.po b/source/bo/sw/source/ui/shells.po
index dbfd4839383..dbfd4839383 100644
--- a/translations/source/bo/sw/source/ui/shells.po
+++ b/source/bo/sw/source/ui/shells.po
diff --git a/translations/source/bo/sw/source/ui/smartmenu.po b/source/bo/sw/source/ui/smartmenu.po
index f486de00f41..f486de00f41 100644
--- a/translations/source/bo/sw/source/ui/smartmenu.po
+++ b/source/bo/sw/source/ui/smartmenu.po
diff --git a/translations/source/bo/sw/source/ui/table.po b/source/bo/sw/source/ui/table.po
index 21e0688fc12..21e0688fc12 100644
--- a/translations/source/bo/sw/source/ui/table.po
+++ b/source/bo/sw/source/ui/table.po
diff --git a/translations/source/bo/sw/source/ui/uiview.po b/source/bo/sw/source/ui/uiview.po
index 9c0990dafb2..9c0990dafb2 100644
--- a/translations/source/bo/sw/source/ui/uiview.po
+++ b/source/bo/sw/source/ui/uiview.po
diff --git a/translations/source/bo/sw/source/ui/utlui.po b/source/bo/sw/source/ui/utlui.po
index 0518a00f774..0518a00f774 100644
--- a/translations/source/bo/sw/source/ui/utlui.po
+++ b/source/bo/sw/source/ui/utlui.po
diff --git a/translations/source/bo/sw/source/ui/web.po b/source/bo/sw/source/ui/web.po
index 0ad2756127b..0ad2756127b 100644
--- a/translations/source/bo/sw/source/ui/web.po
+++ b/source/bo/sw/source/ui/web.po
diff --git a/translations/source/bo/sw/source/ui/wrtsh.po b/source/bo/sw/source/ui/wrtsh.po
index 1cb20ce40a4..1cb20ce40a4 100644
--- a/translations/source/bo/sw/source/ui/wrtsh.po
+++ b/source/bo/sw/source/ui/wrtsh.po
diff --git a/translations/source/bo/swext/mediawiki/help.po b/source/bo/swext/mediawiki/help.po
index 4c65e496429..4c65e496429 100644
--- a/translations/source/bo/swext/mediawiki/help.po
+++ b/source/bo/swext/mediawiki/help.po
diff --git a/translations/source/bo/swext/mediawiki/src.po b/source/bo/swext/mediawiki/src.po
index dd6f565dc3b..dd6f565dc3b 100644
--- a/translations/source/bo/swext/mediawiki/src.po
+++ b/source/bo/swext/mediawiki/src.po
diff --git a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 83201b6906a..83201b6906a 100644
--- a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index d5cd3f37a45..d5cd3f37a45 100644
--- a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/bo/sysui/desktop/share.po b/source/bo/sysui/desktop/share.po
index 45ce9947d39..45ce9947d39 100644
--- a/translations/source/bo/sysui/desktop/share.po
+++ b/source/bo/sysui/desktop/share.po
diff --git a/translations/source/bo/uui/source.po b/source/bo/uui/source.po
index b51f2366bb4..b51f2366bb4 100644
--- a/translations/source/bo/uui/source.po
+++ b/source/bo/uui/source.po
diff --git a/translations/source/bo/vcl/source/src.po b/source/bo/vcl/source/src.po
index 84fd584d6b6..84fd584d6b6 100644
--- a/translations/source/bo/vcl/source/src.po
+++ b/source/bo/vcl/source/src.po
diff --git a/translations/source/bo/wizards/source/euro.po b/source/bo/wizards/source/euro.po
index 113414843e1..113414843e1 100644
--- a/translations/source/bo/wizards/source/euro.po
+++ b/source/bo/wizards/source/euro.po
diff --git a/translations/source/bo/wizards/source/formwizard.po b/source/bo/wizards/source/formwizard.po
index 0745840dc19..0745840dc19 100644
--- a/translations/source/bo/wizards/source/formwizard.po
+++ b/source/bo/wizards/source/formwizard.po
diff --git a/translations/source/bo/wizards/source/importwizard.po b/source/bo/wizards/source/importwizard.po
index 83254de6ff1..83254de6ff1 100644
--- a/translations/source/bo/wizards/source/importwizard.po
+++ b/source/bo/wizards/source/importwizard.po
diff --git a/translations/source/bo/wizards/source/schedule.po b/source/bo/wizards/source/schedule.po
index 0e1a6e296ef..0e1a6e296ef 100644
--- a/translations/source/bo/wizards/source/schedule.po
+++ b/source/bo/wizards/source/schedule.po
diff --git a/translations/source/bo/wizards/source/template.po b/source/bo/wizards/source/template.po
index 862020c1adb..862020c1adb 100644
--- a/translations/source/bo/wizards/source/template.po
+++ b/source/bo/wizards/source/template.po
diff --git a/translations/source/bo/xmlsecurity/source/component.po b/source/bo/xmlsecurity/source/component.po
index 6b9c93229c6..6b9c93229c6 100644
--- a/translations/source/bo/xmlsecurity/source/component.po
+++ b/source/bo/xmlsecurity/source/component.po
diff --git a/translations/source/bo/xmlsecurity/source/dialogs.po b/source/bo/xmlsecurity/source/dialogs.po
index 0209a325eae..0209a325eae 100644
--- a/translations/source/bo/xmlsecurity/source/dialogs.po
+++ b/source/bo/xmlsecurity/source/dialogs.po
diff --git a/translations/source/br/accessibility/source/helper.po b/source/br/accessibility/source/helper.po
index 37c066c08fa..37c066c08fa 100644
--- a/translations/source/br/accessibility/source/helper.po
+++ b/source/br/accessibility/source/helper.po
diff --git a/translations/source/br/avmedia/source/framework.po b/source/br/avmedia/source/framework.po
index 87d0a8c3c40..87d0a8c3c40 100644
--- a/translations/source/br/avmedia/source/framework.po
+++ b/source/br/avmedia/source/framework.po
diff --git a/translations/source/br/avmedia/source/viewer.po b/source/br/avmedia/source/viewer.po
index a6a05fd2137..a6a05fd2137 100644
--- a/translations/source/br/avmedia/source/viewer.po
+++ b/source/br/avmedia/source/viewer.po
diff --git a/translations/source/br/basctl/source/basicide.po b/source/br/basctl/source/basicide.po
index a04e65742bd..a04e65742bd 100644
--- a/translations/source/br/basctl/source/basicide.po
+++ b/source/br/basctl/source/basicide.po
diff --git a/translations/source/br/basctl/source/dlged.po b/source/br/basctl/source/dlged.po
index d42612b71f1..d42612b71f1 100644
--- a/translations/source/br/basctl/source/dlged.po
+++ b/source/br/basctl/source/dlged.po
diff --git a/translations/source/br/basic/source/classes.po b/source/br/basic/source/classes.po
index 63d7811d527..63d7811d527 100644
--- a/translations/source/br/basic/source/classes.po
+++ b/source/br/basic/source/classes.po
diff --git a/translations/source/br/basic/source/sbx.po b/source/br/basic/source/sbx.po
index 6c9d1156485..6c9d1156485 100644
--- a/translations/source/br/basic/source/sbx.po
+++ b/source/br/basic/source/sbx.po
diff --git a/translations/source/br/chart2/source/controller/dialogs.po b/source/br/chart2/source/controller/dialogs.po
index b76be8ae223..b76be8ae223 100644
--- a/translations/source/br/chart2/source/controller/dialogs.po
+++ b/source/br/chart2/source/controller/dialogs.po
diff --git a/translations/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 89a54d56085..89a54d56085 100644
--- a/translations/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index be08542345c..be08542345c 100644
--- a/translations/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index c9a83813f95..c9a83813f95 100644
--- a/translations/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 0af061416ab..0af061416ab 100644
--- a/translations/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 24bbba5425e..24bbba5425e 100644
--- a/translations/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 82954849a6f..82954849a6f 100644
--- a/translations/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 43fab814554..43fab814554 100644
--- a/translations/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 127b56adfcf..127b56adfcf 100644
--- a/translations/source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 247741c0300..247741c0300 100644
--- a/translations/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 5fc1017a7b6..5fc1017a7b6 100644
--- a/translations/source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index c18726d0847..c18726d0847 100644
--- a/translations/source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index ad8dedebe19..ad8dedebe19 100644
--- a/translations/source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 95fb5448998..95fb5448998 100644
--- a/translations/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 94fa18a9bd9..94fa18a9bd9 100644
--- a/translations/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 8d2d57ff924..8d2d57ff924 100644
--- a/translations/source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/br/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/br/connectivity/source/resource.po b/source/br/connectivity/source/resource.po
index d436132eb06..d436132eb06 100644
--- a/translations/source/br/connectivity/source/resource.po
+++ b/source/br/connectivity/source/resource.po
diff --git a/translations/source/br/cui/source/customize.po b/source/br/cui/source/customize.po
index a794cb9c399..a794cb9c399 100644
--- a/translations/source/br/cui/source/customize.po
+++ b/source/br/cui/source/customize.po
diff --git a/translations/source/br/cui/source/dialogs.po b/source/br/cui/source/dialogs.po
index ff02a57ca6e..ff02a57ca6e 100644
--- a/translations/source/br/cui/source/dialogs.po
+++ b/source/br/cui/source/dialogs.po
diff --git a/translations/source/br/cui/source/options.po b/source/br/cui/source/options.po
index d52062a3976..d52062a3976 100644
--- a/translations/source/br/cui/source/options.po
+++ b/source/br/cui/source/options.po
diff --git a/translations/source/br/cui/source/tabpages.po b/source/br/cui/source/tabpages.po
index 4490666e34c..4490666e34c 100644
--- a/translations/source/br/cui/source/tabpages.po
+++ b/source/br/cui/source/tabpages.po
diff --git a/translations/source/br/dbaccess/source/core/resource.po b/source/br/dbaccess/source/core/resource.po
index 2a5cfdcb04e..2a5cfdcb04e 100644
--- a/translations/source/br/dbaccess/source/core/resource.po
+++ b/source/br/dbaccess/source/core/resource.po
diff --git a/translations/source/br/dbaccess/source/ext/macromigration.po b/source/br/dbaccess/source/ext/macromigration.po
index 2abd5a9b275..2abd5a9b275 100644
--- a/translations/source/br/dbaccess/source/ext/macromigration.po
+++ b/source/br/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/br/dbaccess/source/sdbtools/resource.po b/source/br/dbaccess/source/sdbtools/resource.po
index 0c45a30e579..0c45a30e579 100644
--- a/translations/source/br/dbaccess/source/sdbtools/resource.po
+++ b/source/br/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/br/dbaccess/source/ui/app.po b/source/br/dbaccess/source/ui/app.po
index 80ea76931c0..80ea76931c0 100644
--- a/translations/source/br/dbaccess/source/ui/app.po
+++ b/source/br/dbaccess/source/ui/app.po
diff --git a/translations/source/br/dbaccess/source/ui/browser.po b/source/br/dbaccess/source/ui/browser.po
index 74fd98d8b63..74fd98d8b63 100644
--- a/translations/source/br/dbaccess/source/ui/browser.po
+++ b/source/br/dbaccess/source/ui/browser.po
diff --git a/translations/source/br/dbaccess/source/ui/control.po b/source/br/dbaccess/source/ui/control.po
index 2a9be95b41e..2a9be95b41e 100644
--- a/translations/source/br/dbaccess/source/ui/control.po
+++ b/source/br/dbaccess/source/ui/control.po
diff --git a/translations/source/br/dbaccess/source/ui/dlg.po b/source/br/dbaccess/source/ui/dlg.po
index e5a48ed91f3..e5a48ed91f3 100644
--- a/translations/source/br/dbaccess/source/ui/dlg.po
+++ b/source/br/dbaccess/source/ui/dlg.po
diff --git a/translations/source/br/dbaccess/source/ui/inc.po b/source/br/dbaccess/source/ui/inc.po
index 0a3ea310389..0a3ea310389 100644
--- a/translations/source/br/dbaccess/source/ui/inc.po
+++ b/source/br/dbaccess/source/ui/inc.po
diff --git a/translations/source/br/dbaccess/source/ui/misc.po b/source/br/dbaccess/source/ui/misc.po
index 957166f10c8..957166f10c8 100644
--- a/translations/source/br/dbaccess/source/ui/misc.po
+++ b/source/br/dbaccess/source/ui/misc.po
diff --git a/translations/source/br/dbaccess/source/ui/querydesign.po b/source/br/dbaccess/source/ui/querydesign.po
index 327804c5ffb..327804c5ffb 100644
--- a/translations/source/br/dbaccess/source/ui/querydesign.po
+++ b/source/br/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/br/dbaccess/source/ui/relationdesign.po b/source/br/dbaccess/source/ui/relationdesign.po
index 7dd5ff79d74..7dd5ff79d74 100644
--- a/translations/source/br/dbaccess/source/ui/relationdesign.po
+++ b/source/br/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/br/dbaccess/source/ui/tabledesign.po b/source/br/dbaccess/source/ui/tabledesign.po
index 2cf9e3eb3c6..2cf9e3eb3c6 100644
--- a/translations/source/br/dbaccess/source/ui/tabledesign.po
+++ b/source/br/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/br/dbaccess/source/ui/uno.po b/source/br/dbaccess/source/ui/uno.po
index 16dd63fba0b..16dd63fba0b 100644
--- a/translations/source/br/dbaccess/source/ui/uno.po
+++ b/source/br/dbaccess/source/ui/uno.po
diff --git a/translations/source/br/desktop/source/app.po b/source/br/desktop/source/app.po
index 16d5be6e7c7..16d5be6e7c7 100644
--- a/translations/source/br/desktop/source/app.po
+++ b/source/br/desktop/source/app.po
diff --git a/translations/source/br/desktop/source/deployment/gui.po b/source/br/desktop/source/deployment/gui.po
index ba922a0b41b..ba922a0b41b 100644
--- a/translations/source/br/desktop/source/deployment/gui.po
+++ b/source/br/desktop/source/deployment/gui.po
diff --git a/translations/source/br/desktop/source/deployment/manager.po b/source/br/desktop/source/deployment/manager.po
index a10305333d4..a10305333d4 100644
--- a/translations/source/br/desktop/source/deployment/manager.po
+++ b/source/br/desktop/source/deployment/manager.po
diff --git a/translations/source/br/desktop/source/deployment/misc.po b/source/br/desktop/source/deployment/misc.po
index 0f6dfd08e08..0f6dfd08e08 100644
--- a/translations/source/br/desktop/source/deployment/misc.po
+++ b/source/br/desktop/source/deployment/misc.po
diff --git a/translations/source/br/desktop/source/deployment/registry.po b/source/br/desktop/source/deployment/registry.po
index 9522ab597e5..9522ab597e5 100644
--- a/translations/source/br/desktop/source/deployment/registry.po
+++ b/source/br/desktop/source/deployment/registry.po
diff --git a/translations/source/br/desktop/source/deployment/registry/component.po b/source/br/desktop/source/deployment/registry/component.po
index bdd6157f27c..bdd6157f27c 100644
--- a/translations/source/br/desktop/source/deployment/registry/component.po
+++ b/source/br/desktop/source/deployment/registry/component.po
diff --git a/translations/source/br/desktop/source/deployment/registry/configuration.po b/source/br/desktop/source/deployment/registry/configuration.po
index 87834affae4..87834affae4 100644
--- a/translations/source/br/desktop/source/deployment/registry/configuration.po
+++ b/source/br/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/br/desktop/source/deployment/registry/help.po b/source/br/desktop/source/deployment/registry/help.po
index 1ef9fba28ba..1ef9fba28ba 100644
--- a/translations/source/br/desktop/source/deployment/registry/help.po
+++ b/source/br/desktop/source/deployment/registry/help.po
diff --git a/translations/source/br/desktop/source/deployment/registry/package.po b/source/br/desktop/source/deployment/registry/package.po
index 6861eceb20f..6861eceb20f 100644
--- a/translations/source/br/desktop/source/deployment/registry/package.po
+++ b/source/br/desktop/source/deployment/registry/package.po
diff --git a/translations/source/br/desktop/source/deployment/registry/script.po b/source/br/desktop/source/deployment/registry/script.po
index 0edc219afc4..0edc219afc4 100644
--- a/translations/source/br/desktop/source/deployment/registry/script.po
+++ b/source/br/desktop/source/deployment/registry/script.po
diff --git a/translations/source/br/desktop/source/deployment/registry/sfwk.po b/source/br/desktop/source/deployment/registry/sfwk.po
index cf98fc52124..cf98fc52124 100644
--- a/translations/source/br/desktop/source/deployment/registry/sfwk.po
+++ b/source/br/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/br/desktop/source/deployment/unopkg.po b/source/br/desktop/source/deployment/unopkg.po
index 165447ca3fe..165447ca3fe 100644
--- a/translations/source/br/desktop/source/deployment/unopkg.po
+++ b/source/br/desktop/source/deployment/unopkg.po
diff --git a/translations/source/br/dictionaries/af_ZA.po b/source/br/dictionaries/af_ZA.po
index 96b9f3a55b3..96b9f3a55b3 100644
--- a/translations/source/br/dictionaries/af_ZA.po
+++ b/source/br/dictionaries/af_ZA.po
diff --git a/translations/source/br/dictionaries/an_ES.po b/source/br/dictionaries/an_ES.po
index 4b54c3e858a..4b54c3e858a 100644
--- a/translations/source/br/dictionaries/an_ES.po
+++ b/source/br/dictionaries/an_ES.po
diff --git a/translations/source/br/dictionaries/ar.po b/source/br/dictionaries/ar.po
index 7e97b628801..7e97b628801 100644
--- a/translations/source/br/dictionaries/ar.po
+++ b/source/br/dictionaries/ar.po
diff --git a/translations/source/br/dictionaries/be_BY.po b/source/br/dictionaries/be_BY.po
index ec71d4cb8c1..ec71d4cb8c1 100644
--- a/translations/source/br/dictionaries/be_BY.po
+++ b/source/br/dictionaries/be_BY.po
diff --git a/translations/source/br/dictionaries/bg_BG.po b/source/br/dictionaries/bg_BG.po
index a321ea3c313..a321ea3c313 100644
--- a/translations/source/br/dictionaries/bg_BG.po
+++ b/source/br/dictionaries/bg_BG.po
diff --git a/translations/source/br/dictionaries/bn_BD.po b/source/br/dictionaries/bn_BD.po
index 99ff64c1a02..99ff64c1a02 100644
--- a/translations/source/br/dictionaries/bn_BD.po
+++ b/source/br/dictionaries/bn_BD.po
diff --git a/translations/source/br/dictionaries/br_FR.po b/source/br/dictionaries/br_FR.po
index efa66a37b2f..efa66a37b2f 100644
--- a/translations/source/br/dictionaries/br_FR.po
+++ b/source/br/dictionaries/br_FR.po
diff --git a/translations/source/br/dictionaries/ca.po b/source/br/dictionaries/ca.po
index 47a979297bd..47a979297bd 100644
--- a/translations/source/br/dictionaries/ca.po
+++ b/source/br/dictionaries/ca.po
diff --git a/translations/source/br/dictionaries/cs_CZ.po b/source/br/dictionaries/cs_CZ.po
index 3abc0aeff57..3abc0aeff57 100644
--- a/translations/source/br/dictionaries/cs_CZ.po
+++ b/source/br/dictionaries/cs_CZ.po
diff --git a/translations/source/br/dictionaries/da_DK.po b/source/br/dictionaries/da_DK.po
index 9181cc73b8e..9181cc73b8e 100644
--- a/translations/source/br/dictionaries/da_DK.po
+++ b/source/br/dictionaries/da_DK.po
diff --git a/translations/source/br/dictionaries/de.po b/source/br/dictionaries/de.po
index 161ec2bbb64..161ec2bbb64 100644
--- a/translations/source/br/dictionaries/de.po
+++ b/source/br/dictionaries/de.po
diff --git a/translations/source/br/dictionaries/el_GR.po b/source/br/dictionaries/el_GR.po
index 6884218cda6..6884218cda6 100644
--- a/translations/source/br/dictionaries/el_GR.po
+++ b/source/br/dictionaries/el_GR.po
diff --git a/translations/source/br/dictionaries/en.po b/source/br/dictionaries/en.po
index dadb0d66187..dadb0d66187 100644
--- a/translations/source/br/dictionaries/en.po
+++ b/source/br/dictionaries/en.po
diff --git a/translations/source/br/dictionaries/en/dialog.po b/source/br/dictionaries/en/dialog.po
index a8298cb259a..a8298cb259a 100644
--- a/translations/source/br/dictionaries/en/dialog.po
+++ b/source/br/dictionaries/en/dialog.po
diff --git a/translations/source/br/dictionaries/es_ES.po b/source/br/dictionaries/es_ES.po
index f5ae52f3a3f..f5ae52f3a3f 100644
--- a/translations/source/br/dictionaries/es_ES.po
+++ b/source/br/dictionaries/es_ES.po
diff --git a/translations/source/br/dictionaries/et_EE.po b/source/br/dictionaries/et_EE.po
index e405cf3046f..e405cf3046f 100644
--- a/translations/source/br/dictionaries/et_EE.po
+++ b/source/br/dictionaries/et_EE.po
diff --git a/translations/source/br/dictionaries/fr_FR.po b/source/br/dictionaries/fr_FR.po
index 7cf306916eb..7cf306916eb 100644
--- a/translations/source/br/dictionaries/fr_FR.po
+++ b/source/br/dictionaries/fr_FR.po
diff --git a/translations/source/br/dictionaries/gd_GB.po b/source/br/dictionaries/gd_GB.po
index ca7ba4e147b..ca7ba4e147b 100644
--- a/translations/source/br/dictionaries/gd_GB.po
+++ b/source/br/dictionaries/gd_GB.po
diff --git a/translations/source/br/dictionaries/gl.po b/source/br/dictionaries/gl.po
index f8c23f419ae..f8c23f419ae 100644
--- a/translations/source/br/dictionaries/gl.po
+++ b/source/br/dictionaries/gl.po
diff --git a/translations/source/br/dictionaries/gu_IN.po b/source/br/dictionaries/gu_IN.po
index 0e4a6ba7ac4..0e4a6ba7ac4 100644
--- a/translations/source/br/dictionaries/gu_IN.po
+++ b/source/br/dictionaries/gu_IN.po
diff --git a/translations/source/br/dictionaries/he_IL.po b/source/br/dictionaries/he_IL.po
index ba10704a19d..ba10704a19d 100644
--- a/translations/source/br/dictionaries/he_IL.po
+++ b/source/br/dictionaries/he_IL.po
diff --git a/translations/source/br/dictionaries/hi_IN.po b/source/br/dictionaries/hi_IN.po
index 00016d7a3b4..00016d7a3b4 100644
--- a/translations/source/br/dictionaries/hi_IN.po
+++ b/source/br/dictionaries/hi_IN.po
diff --git a/translations/source/br/dictionaries/hr_HR.po b/source/br/dictionaries/hr_HR.po
index 0f10dc5e266..0f10dc5e266 100644
--- a/translations/source/br/dictionaries/hr_HR.po
+++ b/source/br/dictionaries/hr_HR.po
diff --git a/translations/source/br/dictionaries/hu_HU.po b/source/br/dictionaries/hu_HU.po
index 621dab022f0..621dab022f0 100644
--- a/translations/source/br/dictionaries/hu_HU.po
+++ b/source/br/dictionaries/hu_HU.po
diff --git a/translations/source/br/dictionaries/hu_HU/dialog.po b/source/br/dictionaries/hu_HU/dialog.po
index 4e594e4c4a4..4e594e4c4a4 100644
--- a/translations/source/br/dictionaries/hu_HU/dialog.po
+++ b/source/br/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/br/dictionaries/it_IT.po b/source/br/dictionaries/it_IT.po
index b953f9e36c4..b953f9e36c4 100644
--- a/translations/source/br/dictionaries/it_IT.po
+++ b/source/br/dictionaries/it_IT.po
diff --git a/translations/source/br/dictionaries/ku_TR.po b/source/br/dictionaries/ku_TR.po
index 95b5f74b647..95b5f74b647 100644
--- a/translations/source/br/dictionaries/ku_TR.po
+++ b/source/br/dictionaries/ku_TR.po
diff --git a/translations/source/br/dictionaries/lt_LT.po b/source/br/dictionaries/lt_LT.po
index fc6fc55e304..fc6fc55e304 100644
--- a/translations/source/br/dictionaries/lt_LT.po
+++ b/source/br/dictionaries/lt_LT.po
diff --git a/translations/source/br/dictionaries/lv_LV.po b/source/br/dictionaries/lv_LV.po
index 0b9036a7306..0b9036a7306 100644
--- a/translations/source/br/dictionaries/lv_LV.po
+++ b/source/br/dictionaries/lv_LV.po
diff --git a/translations/source/br/dictionaries/ne_NP.po b/source/br/dictionaries/ne_NP.po
index cdeb155cea3..cdeb155cea3 100644
--- a/translations/source/br/dictionaries/ne_NP.po
+++ b/source/br/dictionaries/ne_NP.po
diff --git a/translations/source/br/dictionaries/nl_NL.po b/source/br/dictionaries/nl_NL.po
index 8c2aea97419..8c2aea97419 100644
--- a/translations/source/br/dictionaries/nl_NL.po
+++ b/source/br/dictionaries/nl_NL.po
diff --git a/translations/source/br/dictionaries/no.po b/source/br/dictionaries/no.po
index 3f225f06c0d..3f225f06c0d 100644
--- a/translations/source/br/dictionaries/no.po
+++ b/source/br/dictionaries/no.po
diff --git a/translations/source/br/dictionaries/oc_FR.po b/source/br/dictionaries/oc_FR.po
index 30898be9f40..30898be9f40 100644
--- a/translations/source/br/dictionaries/oc_FR.po
+++ b/source/br/dictionaries/oc_FR.po
diff --git a/translations/source/br/dictionaries/pl_PL.po b/source/br/dictionaries/pl_PL.po
index d310b0feeb1..d310b0feeb1 100644
--- a/translations/source/br/dictionaries/pl_PL.po
+++ b/source/br/dictionaries/pl_PL.po
diff --git a/translations/source/br/dictionaries/pt_BR.po b/source/br/dictionaries/pt_BR.po
index 08aec4a828e..08aec4a828e 100644
--- a/translations/source/br/dictionaries/pt_BR.po
+++ b/source/br/dictionaries/pt_BR.po
diff --git a/translations/source/br/dictionaries/pt_PT.po b/source/br/dictionaries/pt_PT.po
index ae78c5390a3..ae78c5390a3 100644
--- a/translations/source/br/dictionaries/pt_PT.po
+++ b/source/br/dictionaries/pt_PT.po
diff --git a/translations/source/br/dictionaries/ro.po b/source/br/dictionaries/ro.po
index 8ac6854ce95..8ac6854ce95 100644
--- a/translations/source/br/dictionaries/ro.po
+++ b/source/br/dictionaries/ro.po
diff --git a/translations/source/br/dictionaries/ru_RU.po b/source/br/dictionaries/ru_RU.po
index 239527ae4b1..239527ae4b1 100644
--- a/translations/source/br/dictionaries/ru_RU.po
+++ b/source/br/dictionaries/ru_RU.po
diff --git a/translations/source/br/dictionaries/ru_RU/dialog.po b/source/br/dictionaries/ru_RU/dialog.po
index 011c1b901df..011c1b901df 100644
--- a/translations/source/br/dictionaries/ru_RU/dialog.po
+++ b/source/br/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/br/dictionaries/si_LK.po b/source/br/dictionaries/si_LK.po
index d219e5a3f6d..d219e5a3f6d 100644
--- a/translations/source/br/dictionaries/si_LK.po
+++ b/source/br/dictionaries/si_LK.po
diff --git a/translations/source/br/dictionaries/sk_SK.po b/source/br/dictionaries/sk_SK.po
index 5231fbf1fd6..5231fbf1fd6 100644
--- a/translations/source/br/dictionaries/sk_SK.po
+++ b/source/br/dictionaries/sk_SK.po
diff --git a/translations/source/br/dictionaries/sl_SI.po b/source/br/dictionaries/sl_SI.po
index cc0c27b5357..cc0c27b5357 100644
--- a/translations/source/br/dictionaries/sl_SI.po
+++ b/source/br/dictionaries/sl_SI.po
diff --git a/translations/source/br/dictionaries/sr.po b/source/br/dictionaries/sr.po
index 6be31f09e9f..6be31f09e9f 100644
--- a/translations/source/br/dictionaries/sr.po
+++ b/source/br/dictionaries/sr.po
diff --git a/translations/source/br/dictionaries/sv_SE.po b/source/br/dictionaries/sv_SE.po
index e69eb144395..e69eb144395 100644
--- a/translations/source/br/dictionaries/sv_SE.po
+++ b/source/br/dictionaries/sv_SE.po
diff --git a/translations/source/br/dictionaries/sw_TZ.po b/source/br/dictionaries/sw_TZ.po
index 95d61ee05b5..95d61ee05b5 100644
--- a/translations/source/br/dictionaries/sw_TZ.po
+++ b/source/br/dictionaries/sw_TZ.po
diff --git a/translations/source/br/dictionaries/te_IN.po b/source/br/dictionaries/te_IN.po
index fdd9d4f2fe8..fdd9d4f2fe8 100644
--- a/translations/source/br/dictionaries/te_IN.po
+++ b/source/br/dictionaries/te_IN.po
diff --git a/translations/source/br/dictionaries/th_TH.po b/source/br/dictionaries/th_TH.po
index 0caacc91c37..0caacc91c37 100644
--- a/translations/source/br/dictionaries/th_TH.po
+++ b/source/br/dictionaries/th_TH.po
diff --git a/translations/source/br/dictionaries/uk_UA.po b/source/br/dictionaries/uk_UA.po
index 13cead5e383..13cead5e383 100644
--- a/translations/source/br/dictionaries/uk_UA.po
+++ b/source/br/dictionaries/uk_UA.po
diff --git a/translations/source/br/dictionaries/vi.po b/source/br/dictionaries/vi.po
index b7c8a2d58dc..b7c8a2d58dc 100644
--- a/translations/source/br/dictionaries/vi.po
+++ b/source/br/dictionaries/vi.po
diff --git a/translations/source/br/dictionaries/zu_ZA.po b/source/br/dictionaries/zu_ZA.po
index 373bc46cd0a..373bc46cd0a 100644
--- a/translations/source/br/dictionaries/zu_ZA.po
+++ b/source/br/dictionaries/zu_ZA.po
diff --git a/translations/source/br/editeng/source/accessibility.po b/source/br/editeng/source/accessibility.po
index ddb47827e42..ddb47827e42 100644
--- a/translations/source/br/editeng/source/accessibility.po
+++ b/source/br/editeng/source/accessibility.po
diff --git a/translations/source/br/editeng/source/editeng.po b/source/br/editeng/source/editeng.po
index 181bda74259..181bda74259 100644
--- a/translations/source/br/editeng/source/editeng.po
+++ b/source/br/editeng/source/editeng.po
diff --git a/translations/source/br/editeng/source/items.po b/source/br/editeng/source/items.po
index 61422a69e1d..61422a69e1d 100644
--- a/translations/source/br/editeng/source/items.po
+++ b/source/br/editeng/source/items.po
diff --git a/translations/source/br/editeng/source/misc.po b/source/br/editeng/source/misc.po
index ec0f69d3787..ec0f69d3787 100644
--- a/translations/source/br/editeng/source/misc.po
+++ b/source/br/editeng/source/misc.po
diff --git a/translations/source/br/editeng/source/outliner.po b/source/br/editeng/source/outliner.po
index 2cbb56e131c..2cbb56e131c 100644
--- a/translations/source/br/editeng/source/outliner.po
+++ b/source/br/editeng/source/outliner.po
diff --git a/translations/source/br/extensions/source/abpilot.po b/source/br/extensions/source/abpilot.po
index 77fe1aa2835..77fe1aa2835 100644
--- a/translations/source/br/extensions/source/abpilot.po
+++ b/source/br/extensions/source/abpilot.po
diff --git a/translations/source/br/extensions/source/bibliography.po b/source/br/extensions/source/bibliography.po
index 8d03786294c..8d03786294c 100644
--- a/translations/source/br/extensions/source/bibliography.po
+++ b/source/br/extensions/source/bibliography.po
diff --git a/translations/source/br/extensions/source/dbpilots.po b/source/br/extensions/source/dbpilots.po
index e3d129d55a2..e3d129d55a2 100644
--- a/translations/source/br/extensions/source/dbpilots.po
+++ b/source/br/extensions/source/dbpilots.po
diff --git a/translations/source/br/extensions/source/propctrlr.po b/source/br/extensions/source/propctrlr.po
index 80acb63af1e..80acb63af1e 100644
--- a/translations/source/br/extensions/source/propctrlr.po
+++ b/source/br/extensions/source/propctrlr.po
diff --git a/translations/source/br/extensions/source/scanner.po b/source/br/extensions/source/scanner.po
index d6f5b8641c5..d6f5b8641c5 100644
--- a/translations/source/br/extensions/source/scanner.po
+++ b/source/br/extensions/source/scanner.po
diff --git a/translations/source/br/extensions/source/update/check.po b/source/br/extensions/source/update/check.po
index 410c424018b..410c424018b 100644
--- a/translations/source/br/extensions/source/update/check.po
+++ b/source/br/extensions/source/update/check.po
diff --git a/translations/source/br/extensions/source/update/check/org/openoffice/Office.po b/source/br/extensions/source/update/check/org/openoffice/Office.po
index e81a2593948..e81a2593948 100644
--- a/translations/source/br/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/br/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/br/filter/source/config/fragments/filters.po b/source/br/filter/source/config/fragments/filters.po
index f43c7376206..f43c7376206 100644
--- a/translations/source/br/filter/source/config/fragments/filters.po
+++ b/source/br/filter/source/config/fragments/filters.po
diff --git a/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po b/source/br/filter/source/config/fragments/internalgraphicfilters.po
index b99da065fed..b99da065fed 100644
--- a/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/br/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/br/filter/source/config/fragments/types.po b/source/br/filter/source/config/fragments/types.po
index 79e175bad7c..79e175bad7c 100644
--- a/translations/source/br/filter/source/config/fragments/types.po
+++ b/source/br/filter/source/config/fragments/types.po
diff --git a/translations/source/br/filter/source/flash.po b/source/br/filter/source/flash.po
index 0007db028df..0007db028df 100644
--- a/translations/source/br/filter/source/flash.po
+++ b/source/br/filter/source/flash.po
diff --git a/translations/source/br/filter/source/graphicfilter/eps.po b/source/br/filter/source/graphicfilter/eps.po
index 6e2e494f9cd..6e2e494f9cd 100644
--- a/translations/source/br/filter/source/graphicfilter/eps.po
+++ b/source/br/filter/source/graphicfilter/eps.po
diff --git a/translations/source/br/filter/source/pdf.po b/source/br/filter/source/pdf.po
index 2bf3e206494..2bf3e206494 100644
--- a/translations/source/br/filter/source/pdf.po
+++ b/source/br/filter/source/pdf.po
diff --git a/translations/source/br/filter/source/t602.po b/source/br/filter/source/t602.po
index c159f1da6c8..c159f1da6c8 100644
--- a/translations/source/br/filter/source/t602.po
+++ b/source/br/filter/source/t602.po
diff --git a/translations/source/br/filter/source/xsltdialog.po b/source/br/filter/source/xsltdialog.po
index 8dbdf4781c1..8dbdf4781c1 100644
--- a/translations/source/br/filter/source/xsltdialog.po
+++ b/source/br/filter/source/xsltdialog.po
diff --git a/translations/source/br/forms/source/resource.po b/source/br/forms/source/resource.po
index 291d29010b7..291d29010b7 100644
--- a/translations/source/br/forms/source/resource.po
+++ b/source/br/forms/source/resource.po
diff --git a/translations/source/br/formula/source/core/resource.po b/source/br/formula/source/core/resource.po
index 17fb39aaef8..17fb39aaef8 100644
--- a/translations/source/br/formula/source/core/resource.po
+++ b/source/br/formula/source/core/resource.po
diff --git a/translations/source/br/formula/source/ui/dlg.po b/source/br/formula/source/ui/dlg.po
index d38b931a685..d38b931a685 100644
--- a/translations/source/br/formula/source/ui/dlg.po
+++ b/source/br/formula/source/ui/dlg.po
diff --git a/translations/source/br/fpicker/source/office.po b/source/br/fpicker/source/office.po
index 45d292dca11..45d292dca11 100644
--- a/translations/source/br/fpicker/source/office.po
+++ b/source/br/fpicker/source/office.po
diff --git a/translations/source/br/framework/source/classes.po b/source/br/framework/source/classes.po
index c9b6a2a6b76..c9b6a2a6b76 100644
--- a/translations/source/br/framework/source/classes.po
+++ b/source/br/framework/source/classes.po
diff --git a/translations/source/br/framework/source/services.po b/source/br/framework/source/services.po
index 5a7e90bc5f6..5a7e90bc5f6 100644
--- a/translations/source/br/framework/source/services.po
+++ b/source/br/framework/source/services.po
diff --git a/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 094b959bca1..094b959bca1 100644
--- a/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/br/mysqlc/source.po b/source/br/mysqlc/source.po
index f0f41f50836..f0f41f50836 100644
--- a/translations/source/br/mysqlc/source.po
+++ b/source/br/mysqlc/source.po
diff --git a/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index cc348b50bf5..cc348b50bf5 100644
--- a/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 414c996efda..414c996efda 100644
--- a/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index e8ada4ded66..e8ada4ded66 100644
--- a/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/br/nlpsolver/src/locale.po b/source/br/nlpsolver/src/locale.po
index e36d77d04ac..e36d77d04ac 100644
--- a/translations/source/br/nlpsolver/src/locale.po
+++ b/source/br/nlpsolver/src/locale.po
diff --git a/translations/source/br/officecfg/registry/data/org/openoffice/Office.po b/source/br/officecfg/registry/data/org/openoffice/Office.po
index 722ed306ba0..722ed306ba0 100644
--- a/translations/source/br/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index c04a3e558d8..c04a3e558d8 100644
--- a/translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/br/padmin/source.po b/source/br/padmin/source.po
index 569fbdb5f25..569fbdb5f25 100644
--- a/translations/source/br/padmin/source.po
+++ b/source/br/padmin/source.po
diff --git a/translations/source/br/readlicense_oo/docs/readme.po b/source/br/readlicense_oo/docs/readme.po
index 2a4338cdabe..2a4338cdabe 100644
--- a/translations/source/br/readlicense_oo/docs/readme.po
+++ b/source/br/readlicense_oo/docs/readme.po
diff --git a/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
index c13a22cf41f..c13a22cf41f 100644
--- a/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po b/source/br/reportbuilder/registry/data/org/openoffice/Office.po
index 59e75478e6d..59e75478e6d 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/br/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
index bc7a56e9f90..bc7a56e9f90 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 24d33c8f910..24d33c8f910 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/br/reportbuilder/util.po b/source/br/reportbuilder/util.po
index 292d3f3f488..292d3f3f488 100644
--- a/translations/source/br/reportbuilder/util.po
+++ b/source/br/reportbuilder/util.po
diff --git a/translations/source/br/reportdesign/source/core/resource.po b/source/br/reportdesign/source/core/resource.po
index d6f797198e5..d6f797198e5 100644
--- a/translations/source/br/reportdesign/source/core/resource.po
+++ b/source/br/reportdesign/source/core/resource.po
diff --git a/translations/source/br/reportdesign/source/ui/dlg.po b/source/br/reportdesign/source/ui/dlg.po
index 295f4637b7d..295f4637b7d 100644
--- a/translations/source/br/reportdesign/source/ui/dlg.po
+++ b/source/br/reportdesign/source/ui/dlg.po
diff --git a/translations/source/br/reportdesign/source/ui/inspection.po b/source/br/reportdesign/source/ui/inspection.po
index e37ba63e28c..e37ba63e28c 100644
--- a/translations/source/br/reportdesign/source/ui/inspection.po
+++ b/source/br/reportdesign/source/ui/inspection.po
diff --git a/translations/source/br/reportdesign/source/ui/report.po b/source/br/reportdesign/source/ui/report.po
index 399a036c01a..399a036c01a 100644
--- a/translations/source/br/reportdesign/source/ui/report.po
+++ b/source/br/reportdesign/source/ui/report.po
diff --git a/translations/source/br/sc/source/core/src.po b/source/br/sc/source/core/src.po
index 8ad95c361e8..8ad95c361e8 100644
--- a/translations/source/br/sc/source/core/src.po
+++ b/source/br/sc/source/core/src.po
diff --git a/translations/source/br/sc/source/ui/cctrl.po b/source/br/sc/source/ui/cctrl.po
index 21f4a9f5a38..21f4a9f5a38 100644
--- a/translations/source/br/sc/source/ui/cctrl.po
+++ b/source/br/sc/source/ui/cctrl.po
diff --git a/translations/source/br/sc/source/ui/dbgui.po b/source/br/sc/source/ui/dbgui.po
index 9b84f06ecbc..9b84f06ecbc 100644
--- a/translations/source/br/sc/source/ui/dbgui.po
+++ b/source/br/sc/source/ui/dbgui.po
diff --git a/translations/source/br/sc/source/ui/docshell.po b/source/br/sc/source/ui/docshell.po
index fadc06d85eb..fadc06d85eb 100644
--- a/translations/source/br/sc/source/ui/docshell.po
+++ b/source/br/sc/source/ui/docshell.po
diff --git a/translations/source/br/sc/source/ui/drawfunc.po b/source/br/sc/source/ui/drawfunc.po
index aba87a374e2..aba87a374e2 100644
--- a/translations/source/br/sc/source/ui/drawfunc.po
+++ b/source/br/sc/source/ui/drawfunc.po
diff --git a/translations/source/br/sc/source/ui/formdlg.po b/source/br/sc/source/ui/formdlg.po
index 38504bc3246..38504bc3246 100644
--- a/translations/source/br/sc/source/ui/formdlg.po
+++ b/source/br/sc/source/ui/formdlg.po
diff --git a/translations/source/br/sc/source/ui/miscdlgs.po b/source/br/sc/source/ui/miscdlgs.po
index 90bbf622797..90bbf622797 100644
--- a/translations/source/br/sc/source/ui/miscdlgs.po
+++ b/source/br/sc/source/ui/miscdlgs.po
diff --git a/translations/source/br/sc/source/ui/navipi.po b/source/br/sc/source/ui/navipi.po
index 3a483be1442..3a483be1442 100644
--- a/translations/source/br/sc/source/ui/navipi.po
+++ b/source/br/sc/source/ui/navipi.po
diff --git a/translations/source/br/sc/source/ui/optdlg.po b/source/br/sc/source/ui/optdlg.po
index 6cbae4b1593..6cbae4b1593 100644
--- a/translations/source/br/sc/source/ui/optdlg.po
+++ b/source/br/sc/source/ui/optdlg.po
diff --git a/translations/source/br/sc/source/ui/pagedlg.po b/source/br/sc/source/ui/pagedlg.po
index 4863d02dc64..4863d02dc64 100644
--- a/translations/source/br/sc/source/ui/pagedlg.po
+++ b/source/br/sc/source/ui/pagedlg.po
diff --git a/translations/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index d17a7b8d95f..d17a7b8d95f 100644
--- a/translations/source/br/sc/source/ui/src.po
+++ b/source/br/sc/source/ui/src.po
diff --git a/translations/source/br/sc/source/ui/styleui.po b/source/br/sc/source/ui/styleui.po
index b18a8dd499f..b18a8dd499f 100644
--- a/translations/source/br/sc/source/ui/styleui.po
+++ b/source/br/sc/source/ui/styleui.po
diff --git a/translations/source/br/scaddins/source/analysis.po b/source/br/scaddins/source/analysis.po
index 053d51fc913..053d51fc913 100644
--- a/translations/source/br/scaddins/source/analysis.po
+++ b/source/br/scaddins/source/analysis.po
diff --git a/translations/source/br/scaddins/source/datefunc.po b/source/br/scaddins/source/datefunc.po
index f23b424b512..f23b424b512 100644
--- a/translations/source/br/scaddins/source/datefunc.po
+++ b/source/br/scaddins/source/datefunc.po
diff --git a/translations/source/br/sccomp/source/solver.po b/source/br/sccomp/source/solver.po
index 5b148dadafc..5b148dadafc 100644
--- a/translations/source/br/sccomp/source/solver.po
+++ b/source/br/sccomp/source/solver.po
diff --git a/translations/source/br/scp2/source/accessories.po b/source/br/scp2/source/accessories.po
index 8897a47bbad..8897a47bbad 100644
--- a/translations/source/br/scp2/source/accessories.po
+++ b/source/br/scp2/source/accessories.po
diff --git a/translations/source/br/scp2/source/activex.po b/source/br/scp2/source/activex.po
index 5e97141c80f..5e97141c80f 100644
--- a/translations/source/br/scp2/source/activex.po
+++ b/source/br/scp2/source/activex.po
diff --git a/translations/source/br/scp2/source/base.po b/source/br/scp2/source/base.po
index 133860e8986..133860e8986 100644
--- a/translations/source/br/scp2/source/base.po
+++ b/source/br/scp2/source/base.po
diff --git a/translations/source/br/scp2/source/binfilter.po b/source/br/scp2/source/binfilter.po
index 5d82ca36600..5d82ca36600 100644
--- a/translations/source/br/scp2/source/binfilter.po
+++ b/source/br/scp2/source/binfilter.po
diff --git a/translations/source/br/scp2/source/calc.po b/source/br/scp2/source/calc.po
index bb2c77df3c7..bb2c77df3c7 100644
--- a/translations/source/br/scp2/source/calc.po
+++ b/source/br/scp2/source/calc.po
diff --git a/translations/source/br/scp2/source/draw.po b/source/br/scp2/source/draw.po
index da32d32a861..da32d32a861 100644
--- a/translations/source/br/scp2/source/draw.po
+++ b/source/br/scp2/source/draw.po
diff --git a/translations/source/br/scp2/source/extensions.po b/source/br/scp2/source/extensions.po
index f0cb900c2c5..f0cb900c2c5 100644
--- a/translations/source/br/scp2/source/extensions.po
+++ b/source/br/scp2/source/extensions.po
diff --git a/translations/source/br/scp2/source/gnome.po b/source/br/scp2/source/gnome.po
index 391d27f327a..391d27f327a 100644
--- a/translations/source/br/scp2/source/gnome.po
+++ b/source/br/scp2/source/gnome.po
diff --git a/translations/source/br/scp2/source/graphicfilter.po b/source/br/scp2/source/graphicfilter.po
index 87e6b9a5019..87e6b9a5019 100644
--- a/translations/source/br/scp2/source/graphicfilter.po
+++ b/source/br/scp2/source/graphicfilter.po
diff --git a/translations/source/br/scp2/source/impress.po b/source/br/scp2/source/impress.po
index a6259e57536..a6259e57536 100644
--- a/translations/source/br/scp2/source/impress.po
+++ b/source/br/scp2/source/impress.po
diff --git a/translations/source/br/scp2/source/javafilter.po b/source/br/scp2/source/javafilter.po
index 3637fcfa446..3637fcfa446 100644
--- a/translations/source/br/scp2/source/javafilter.po
+++ b/source/br/scp2/source/javafilter.po
diff --git a/translations/source/br/scp2/source/kde.po b/source/br/scp2/source/kde.po
index 747e8cf2a67..747e8cf2a67 100644
--- a/translations/source/br/scp2/source/kde.po
+++ b/source/br/scp2/source/kde.po
diff --git a/translations/source/br/scp2/source/math.po b/source/br/scp2/source/math.po
index e4e6999d711..e4e6999d711 100644
--- a/translations/source/br/scp2/source/math.po
+++ b/source/br/scp2/source/math.po
diff --git a/translations/source/br/scp2/source/onlineupdate.po b/source/br/scp2/source/onlineupdate.po
index 3284b365cf9..3284b365cf9 100644
--- a/translations/source/br/scp2/source/onlineupdate.po
+++ b/source/br/scp2/source/onlineupdate.po
diff --git a/translations/source/br/scp2/source/ooo.po b/source/br/scp2/source/ooo.po
index f0fe88d14f5..f0fe88d14f5 100644
--- a/translations/source/br/scp2/source/ooo.po
+++ b/source/br/scp2/source/ooo.po
diff --git a/translations/source/br/scp2/source/python.po b/source/br/scp2/source/python.po
index d913829232f..d913829232f 100644
--- a/translations/source/br/scp2/source/python.po
+++ b/source/br/scp2/source/python.po
diff --git a/translations/source/br/scp2/source/quickstart.po b/source/br/scp2/source/quickstart.po
index f6543941124..f6543941124 100644
--- a/translations/source/br/scp2/source/quickstart.po
+++ b/source/br/scp2/source/quickstart.po
diff --git a/translations/source/br/scp2/source/sdkoo.po b/source/br/scp2/source/sdkoo.po
index 505fe594edf..505fe594edf 100644
--- a/translations/source/br/scp2/source/sdkoo.po
+++ b/source/br/scp2/source/sdkoo.po
diff --git a/translations/source/br/scp2/source/smoketest.po b/source/br/scp2/source/smoketest.po
index b97f60eb2b3..b97f60eb2b3 100644
--- a/translations/source/br/scp2/source/smoketest.po
+++ b/source/br/scp2/source/smoketest.po
diff --git a/translations/source/br/scp2/source/stdlibs.po b/source/br/scp2/source/stdlibs.po
index 0c7ff2db218..0c7ff2db218 100644
--- a/translations/source/br/scp2/source/stdlibs.po
+++ b/source/br/scp2/source/stdlibs.po
diff --git a/translations/source/br/scp2/source/tde.po b/source/br/scp2/source/tde.po
index 334ddc765ea..334ddc765ea 100644
--- a/translations/source/br/scp2/source/tde.po
+++ b/source/br/scp2/source/tde.po
diff --git a/translations/source/br/scp2/source/winexplorerext.po b/source/br/scp2/source/winexplorerext.po
index 3fcd648c355..3fcd648c355 100644
--- a/translations/source/br/scp2/source/winexplorerext.po
+++ b/source/br/scp2/source/winexplorerext.po
diff --git a/translations/source/br/scp2/source/writer.po b/source/br/scp2/source/writer.po
index 1b77f108614..1b77f108614 100644
--- a/translations/source/br/scp2/source/writer.po
+++ b/source/br/scp2/source/writer.po
diff --git a/translations/source/br/scp2/source/xsltfilter.po b/source/br/scp2/source/xsltfilter.po
index 1c07791da6a..1c07791da6a 100644
--- a/translations/source/br/scp2/source/xsltfilter.po
+++ b/source/br/scp2/source/xsltfilter.po
diff --git a/translations/source/br/scripting/source/pyprov.po b/source/br/scripting/source/pyprov.po
index a56ad4928e2..a56ad4928e2 100644
--- a/translations/source/br/scripting/source/pyprov.po
+++ b/source/br/scripting/source/pyprov.po
diff --git a/translations/source/br/sd/source/core.po b/source/br/sd/source/core.po
index 3e68e08b8c7..3e68e08b8c7 100644
--- a/translations/source/br/sd/source/core.po
+++ b/source/br/sd/source/core.po
diff --git a/translations/source/br/sd/source/filter/html.po b/source/br/sd/source/filter/html.po
index dcd1f957a74..dcd1f957a74 100644
--- a/translations/source/br/sd/source/filter/html.po
+++ b/source/br/sd/source/filter/html.po
diff --git a/translations/source/br/sd/source/ui/accessibility.po b/source/br/sd/source/ui/accessibility.po
index bba5826532a..bba5826532a 100644
--- a/translations/source/br/sd/source/ui/accessibility.po
+++ b/source/br/sd/source/ui/accessibility.po
diff --git a/translations/source/br/sd/source/ui/animations.po b/source/br/sd/source/ui/animations.po
index c82a4bdadf1..c82a4bdadf1 100644
--- a/translations/source/br/sd/source/ui/animations.po
+++ b/source/br/sd/source/ui/animations.po
diff --git a/translations/source/br/sd/source/ui/annotations.po b/source/br/sd/source/ui/annotations.po
index 352adef32e0..352adef32e0 100644
--- a/translations/source/br/sd/source/ui/annotations.po
+++ b/source/br/sd/source/ui/annotations.po
diff --git a/translations/source/br/sd/source/ui/app.po b/source/br/sd/source/ui/app.po
index bc23516aa71..bc23516aa71 100644
--- a/translations/source/br/sd/source/ui/app.po
+++ b/source/br/sd/source/ui/app.po
diff --git a/translations/source/br/sd/source/ui/dlg.po b/source/br/sd/source/ui/dlg.po
index e41e2d929a8..e41e2d929a8 100644
--- a/translations/source/br/sd/source/ui/dlg.po
+++ b/source/br/sd/source/ui/dlg.po
diff --git a/translations/source/br/sd/source/ui/slideshow.po b/source/br/sd/source/ui/slideshow.po
index bfc505e4ec9..bfc505e4ec9 100644
--- a/translations/source/br/sd/source/ui/slideshow.po
+++ b/source/br/sd/source/ui/slideshow.po
diff --git a/translations/source/br/sd/source/ui/table.po b/source/br/sd/source/ui/table.po
index 0cbb82a6ca5..0cbb82a6ca5 100644
--- a/translations/source/br/sd/source/ui/table.po
+++ b/source/br/sd/source/ui/table.po
diff --git a/translations/source/br/sd/source/ui/view.po b/source/br/sd/source/ui/view.po
index 46e3115801b..46e3115801b 100644
--- a/translations/source/br/sd/source/ui/view.po
+++ b/source/br/sd/source/ui/view.po
diff --git a/translations/source/br/sdext/source/minimizer.po b/source/br/sdext/source/minimizer.po
index 406a5bf7dfb..406a5bf7dfb 100644
--- a/translations/source/br/sdext/source/minimizer.po
+++ b/source/br/sdext/source/minimizer.po
diff --git a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 0111059ded1..0111059ded1 100644
--- a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 980a560b6ff..980a560b6ff 100644
--- a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/br/sdext/source/pdfimport.po b/source/br/sdext/source/pdfimport.po
index c32143dbe2a..c32143dbe2a 100644
--- a/translations/source/br/sdext/source/pdfimport.po
+++ b/source/br/sdext/source/pdfimport.po
diff --git a/translations/source/br/sdext/source/presenter.po b/source/br/sdext/source/presenter.po
index bb6420c8cf0..bb6420c8cf0 100644
--- a/translations/source/br/sdext/source/presenter.po
+++ b/source/br/sdext/source/presenter.po
diff --git a/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 57b40891a1d..57b40891a1d 100644
--- a/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 4f697ce4ae5..4f697ce4ae5 100644
--- a/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/br/setup_native/source/mac.po b/source/br/setup_native/source/mac.po
index 4596d02056f..4596d02056f 100644
--- a/translations/source/br/setup_native/source/mac.po
+++ b/source/br/setup_native/source/mac.po
diff --git a/translations/source/br/sfx2/source/appl.po b/source/br/sfx2/source/appl.po
index ce497a28f4b..ce497a28f4b 100644
--- a/translations/source/br/sfx2/source/appl.po
+++ b/source/br/sfx2/source/appl.po
diff --git a/translations/source/br/sfx2/source/bastyp.po b/source/br/sfx2/source/bastyp.po
index c57f11b501f..c57f11b501f 100644
--- a/translations/source/br/sfx2/source/bastyp.po
+++ b/source/br/sfx2/source/bastyp.po
diff --git a/translations/source/br/sfx2/source/dialog.po b/source/br/sfx2/source/dialog.po
index dac594daed4..dac594daed4 100644
--- a/translations/source/br/sfx2/source/dialog.po
+++ b/source/br/sfx2/source/dialog.po
diff --git a/translations/source/br/sfx2/source/doc.po b/source/br/sfx2/source/doc.po
index b985e7ffdd6..b985e7ffdd6 100644
--- a/translations/source/br/sfx2/source/doc.po
+++ b/source/br/sfx2/source/doc.po
diff --git a/translations/source/br/sfx2/source/menu.po b/source/br/sfx2/source/menu.po
index 25c37dce50f..25c37dce50f 100644
--- a/translations/source/br/sfx2/source/menu.po
+++ b/source/br/sfx2/source/menu.po
diff --git a/translations/source/br/sfx2/source/view.po b/source/br/sfx2/source/view.po
index 5a0de8cbd83..5a0de8cbd83 100644
--- a/translations/source/br/sfx2/source/view.po
+++ b/source/br/sfx2/source/view.po
diff --git a/translations/source/br/shell/source/win32/shlxthandler/res.po b/source/br/shell/source/win32/shlxthandler/res.po
index 3133beb6a8b..3133beb6a8b 100644
--- a/translations/source/br/shell/source/win32/shlxthandler/res.po
+++ b/source/br/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/br/starmath/source.po b/source/br/starmath/source.po
index 8950836e3c1..8950836e3c1 100644
--- a/translations/source/br/starmath/source.po
+++ b/source/br/starmath/source.po
diff --git a/translations/source/br/svl/source/items.po b/source/br/svl/source/items.po
index f7c953541b3..f7c953541b3 100644
--- a/translations/source/br/svl/source/items.po
+++ b/source/br/svl/source/items.po
diff --git a/translations/source/br/svl/source/misc.po b/source/br/svl/source/misc.po
index 736d92141bb..736d92141bb 100644
--- a/translations/source/br/svl/source/misc.po
+++ b/source/br/svl/source/misc.po
diff --git a/translations/source/br/svtools/source/contnr.po b/source/br/svtools/source/contnr.po
index 9de81b01cbb..9de81b01cbb 100644
--- a/translations/source/br/svtools/source/contnr.po
+++ b/source/br/svtools/source/contnr.po
diff --git a/translations/source/br/svtools/source/control.po b/source/br/svtools/source/control.po
index 9bf1aa59a2f..9bf1aa59a2f 100644
--- a/translations/source/br/svtools/source/control.po
+++ b/source/br/svtools/source/control.po
diff --git a/translations/source/br/svtools/source/dialogs.po b/source/br/svtools/source/dialogs.po
index b5379b38178..b5379b38178 100644
--- a/translations/source/br/svtools/source/dialogs.po
+++ b/source/br/svtools/source/dialogs.po
diff --git a/translations/source/br/svtools/source/filter.po b/source/br/svtools/source/filter.po
index 420fdbe8068..420fdbe8068 100644
--- a/translations/source/br/svtools/source/filter.po
+++ b/source/br/svtools/source/filter.po
diff --git a/translations/source/br/svtools/source/java.po b/source/br/svtools/source/java.po
index a8fc87aace0..a8fc87aace0 100644
--- a/translations/source/br/svtools/source/java.po
+++ b/source/br/svtools/source/java.po
diff --git a/translations/source/br/svtools/source/misc.po b/source/br/svtools/source/misc.po
index 6795bd3e44f..6795bd3e44f 100644
--- a/translations/source/br/svtools/source/misc.po
+++ b/source/br/svtools/source/misc.po
diff --git a/translations/source/br/svtools/source/toolpanel.po b/source/br/svtools/source/toolpanel.po
index 12aeae5843c..12aeae5843c 100644
--- a/translations/source/br/svtools/source/toolpanel.po
+++ b/source/br/svtools/source/toolpanel.po
diff --git a/translations/source/br/svtools/workben/unodialog.po b/source/br/svtools/workben/unodialog.po
index 1fa3a1303e1..1fa3a1303e1 100644
--- a/translations/source/br/svtools/workben/unodialog.po
+++ b/source/br/svtools/workben/unodialog.po
diff --git a/translations/source/br/svx/inc.po b/source/br/svx/inc.po
index 3bed2ef4ba7..3bed2ef4ba7 100644
--- a/translations/source/br/svx/inc.po
+++ b/source/br/svx/inc.po
diff --git a/translations/source/br/svx/source/accessibility.po b/source/br/svx/source/accessibility.po
index 26ad5f1da40..26ad5f1da40 100644
--- a/translations/source/br/svx/source/accessibility.po
+++ b/source/br/svx/source/accessibility.po
diff --git a/translations/source/br/svx/source/dialog.po b/source/br/svx/source/dialog.po
index 4bd1a4b88f3..4bd1a4b88f3 100644
--- a/translations/source/br/svx/source/dialog.po
+++ b/source/br/svx/source/dialog.po
diff --git a/translations/source/br/svx/source/engine3d.po b/source/br/svx/source/engine3d.po
index b15c5b8d64f..b15c5b8d64f 100644
--- a/translations/source/br/svx/source/engine3d.po
+++ b/source/br/svx/source/engine3d.po
diff --git a/translations/source/br/svx/source/fmcomp.po b/source/br/svx/source/fmcomp.po
index 04d42bb9ee2..04d42bb9ee2 100644
--- a/translations/source/br/svx/source/fmcomp.po
+++ b/source/br/svx/source/fmcomp.po
diff --git a/translations/source/br/svx/source/form.po b/source/br/svx/source/form.po
index 1a2c9e03f38..1a2c9e03f38 100644
--- a/translations/source/br/svx/source/form.po
+++ b/source/br/svx/source/form.po
diff --git a/translations/source/br/svx/source/gallery2.po b/source/br/svx/source/gallery2.po
index ef70e6e99cc..ef70e6e99cc 100644
--- a/translations/source/br/svx/source/gallery2.po
+++ b/source/br/svx/source/gallery2.po
diff --git a/translations/source/br/svx/source/items.po b/source/br/svx/source/items.po
index 71685e816f5..71685e816f5 100644
--- a/translations/source/br/svx/source/items.po
+++ b/source/br/svx/source/items.po
diff --git a/translations/source/br/svx/source/src.po b/source/br/svx/source/src.po
index 8d5fafd8ff1..8d5fafd8ff1 100644
--- a/translations/source/br/svx/source/src.po
+++ b/source/br/svx/source/src.po
diff --git a/translations/source/br/svx/source/stbctrls.po b/source/br/svx/source/stbctrls.po
index 405b96c9ae3..405b96c9ae3 100644
--- a/translations/source/br/svx/source/stbctrls.po
+++ b/source/br/svx/source/stbctrls.po
diff --git a/translations/source/br/svx/source/svdraw.po b/source/br/svx/source/svdraw.po
index 3cc25cbef62..3cc25cbef62 100644
--- a/translations/source/br/svx/source/svdraw.po
+++ b/source/br/svx/source/svdraw.po
diff --git a/translations/source/br/svx/source/table.po b/source/br/svx/source/table.po
index bbc977f03a0..bbc977f03a0 100644
--- a/translations/source/br/svx/source/table.po
+++ b/source/br/svx/source/table.po
diff --git a/translations/source/br/svx/source/tbxctrls.po b/source/br/svx/source/tbxctrls.po
index 839176a63ec..839176a63ec 100644
--- a/translations/source/br/svx/source/tbxctrls.po
+++ b/source/br/svx/source/tbxctrls.po
diff --git a/translations/source/br/svx/source/toolbars.po b/source/br/svx/source/toolbars.po
index c03b49d3325..c03b49d3325 100644
--- a/translations/source/br/svx/source/toolbars.po
+++ b/source/br/svx/source/toolbars.po
diff --git a/translations/source/br/svx/source/unodialogs/textconversiondlgs.po b/source/br/svx/source/unodialogs/textconversiondlgs.po
index 4ce595d58da..4ce595d58da 100644
--- a/translations/source/br/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/br/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/br/sw/source/core/layout.po b/source/br/sw/source/core/layout.po
index ce9899cb17e..ce9899cb17e 100644
--- a/translations/source/br/sw/source/core/layout.po
+++ b/source/br/sw/source/core/layout.po
diff --git a/translations/source/br/sw/source/core/undo.po b/source/br/sw/source/core/undo.po
index 7b92248e8e3..7b92248e8e3 100644
--- a/translations/source/br/sw/source/core/undo.po
+++ b/source/br/sw/source/core/undo.po
diff --git a/translations/source/br/sw/source/core/unocore.po b/source/br/sw/source/core/unocore.po
index 674d9d6fe5b..674d9d6fe5b 100644
--- a/translations/source/br/sw/source/core/unocore.po
+++ b/source/br/sw/source/core/unocore.po
diff --git a/translations/source/br/sw/source/ui/app.po b/source/br/sw/source/ui/app.po
index de7c0374f26..de7c0374f26 100644
--- a/translations/source/br/sw/source/ui/app.po
+++ b/source/br/sw/source/ui/app.po
diff --git a/translations/source/br/sw/source/ui/chrdlg.po b/source/br/sw/source/ui/chrdlg.po
index f5162200d5d..f5162200d5d 100644
--- a/translations/source/br/sw/source/ui/chrdlg.po
+++ b/source/br/sw/source/ui/chrdlg.po
diff --git a/translations/source/br/sw/source/ui/config.po b/source/br/sw/source/ui/config.po
index eeb6c3d26dd..eeb6c3d26dd 100644
--- a/translations/source/br/sw/source/ui/config.po
+++ b/source/br/sw/source/ui/config.po
diff --git a/translations/source/br/sw/source/ui/dbui.po b/source/br/sw/source/ui/dbui.po
index 8810fd418ae..8810fd418ae 100644
--- a/translations/source/br/sw/source/ui/dbui.po
+++ b/source/br/sw/source/ui/dbui.po
diff --git a/translations/source/br/sw/source/ui/dialog.po b/source/br/sw/source/ui/dialog.po
index 02699b770ff..02699b770ff 100644
--- a/translations/source/br/sw/source/ui/dialog.po
+++ b/source/br/sw/source/ui/dialog.po
diff --git a/translations/source/br/sw/source/ui/dochdl.po b/source/br/sw/source/ui/dochdl.po
index d3c357f5d45..d3c357f5d45 100644
--- a/translations/source/br/sw/source/ui/dochdl.po
+++ b/source/br/sw/source/ui/dochdl.po
diff --git a/translations/source/br/sw/source/ui/docvw.po b/source/br/sw/source/ui/docvw.po
index 039be870de5..039be870de5 100644
--- a/translations/source/br/sw/source/ui/docvw.po
+++ b/source/br/sw/source/ui/docvw.po
diff --git a/translations/source/br/sw/source/ui/envelp.po b/source/br/sw/source/ui/envelp.po
index cc309af5262..cc309af5262 100644
--- a/translations/source/br/sw/source/ui/envelp.po
+++ b/source/br/sw/source/ui/envelp.po
diff --git a/translations/source/br/sw/source/ui/fldui.po b/source/br/sw/source/ui/fldui.po
index 012c7d803f1..012c7d803f1 100644
--- a/translations/source/br/sw/source/ui/fldui.po
+++ b/source/br/sw/source/ui/fldui.po
diff --git a/translations/source/br/sw/source/ui/fmtui.po b/source/br/sw/source/ui/fmtui.po
index 4712a2f650b..4712a2f650b 100644
--- a/translations/source/br/sw/source/ui/fmtui.po
+++ b/source/br/sw/source/ui/fmtui.po
diff --git a/translations/source/br/sw/source/ui/frmdlg.po b/source/br/sw/source/ui/frmdlg.po
index 148edb78364..148edb78364 100644
--- a/translations/source/br/sw/source/ui/frmdlg.po
+++ b/source/br/sw/source/ui/frmdlg.po
diff --git a/translations/source/br/sw/source/ui/globdoc.po b/source/br/sw/source/ui/globdoc.po
index e29881d4545..e29881d4545 100644
--- a/translations/source/br/sw/source/ui/globdoc.po
+++ b/source/br/sw/source/ui/globdoc.po
diff --git a/translations/source/br/sw/source/ui/index.po b/source/br/sw/source/ui/index.po
index 408f3431fe6..408f3431fe6 100644
--- a/translations/source/br/sw/source/ui/index.po
+++ b/source/br/sw/source/ui/index.po
diff --git a/translations/source/br/sw/source/ui/lingu.po b/source/br/sw/source/ui/lingu.po
index f89258c0a6f..f89258c0a6f 100644
--- a/translations/source/br/sw/source/ui/lingu.po
+++ b/source/br/sw/source/ui/lingu.po
diff --git a/translations/source/br/sw/source/ui/misc.po b/source/br/sw/source/ui/misc.po
index d8b7e119f34..d8b7e119f34 100644
--- a/translations/source/br/sw/source/ui/misc.po
+++ b/source/br/sw/source/ui/misc.po
diff --git a/translations/source/br/sw/source/ui/ribbar.po b/source/br/sw/source/ui/ribbar.po
index 5e8b4343b5c..5e8b4343b5c 100644
--- a/translations/source/br/sw/source/ui/ribbar.po
+++ b/source/br/sw/source/ui/ribbar.po
diff --git a/translations/source/br/sw/source/ui/shells.po b/source/br/sw/source/ui/shells.po
index 44c7b7cf8d3..44c7b7cf8d3 100644
--- a/translations/source/br/sw/source/ui/shells.po
+++ b/source/br/sw/source/ui/shells.po
diff --git a/translations/source/br/sw/source/ui/smartmenu.po b/source/br/sw/source/ui/smartmenu.po
index 3e2ee10772f..3e2ee10772f 100644
--- a/translations/source/br/sw/source/ui/smartmenu.po
+++ b/source/br/sw/source/ui/smartmenu.po
diff --git a/translations/source/br/sw/source/ui/table.po b/source/br/sw/source/ui/table.po
index 6942a21b406..6942a21b406 100644
--- a/translations/source/br/sw/source/ui/table.po
+++ b/source/br/sw/source/ui/table.po
diff --git a/translations/source/br/sw/source/ui/uiview.po b/source/br/sw/source/ui/uiview.po
index 370141a07ec..370141a07ec 100644
--- a/translations/source/br/sw/source/ui/uiview.po
+++ b/source/br/sw/source/ui/uiview.po
diff --git a/translations/source/br/sw/source/ui/utlui.po b/source/br/sw/source/ui/utlui.po
index 57c144bdd74..57c144bdd74 100644
--- a/translations/source/br/sw/source/ui/utlui.po
+++ b/source/br/sw/source/ui/utlui.po
diff --git a/translations/source/br/sw/source/ui/web.po b/source/br/sw/source/ui/web.po
index 44ed4b86cbf..44ed4b86cbf 100644
--- a/translations/source/br/sw/source/ui/web.po
+++ b/source/br/sw/source/ui/web.po
diff --git a/translations/source/br/sw/source/ui/wrtsh.po b/source/br/sw/source/ui/wrtsh.po
index 51e61f017ac..51e61f017ac 100644
--- a/translations/source/br/sw/source/ui/wrtsh.po
+++ b/source/br/sw/source/ui/wrtsh.po
diff --git a/translations/source/br/swext/mediawiki/help.po b/source/br/swext/mediawiki/help.po
index a8fc06a8f30..a8fc06a8f30 100644
--- a/translations/source/br/swext/mediawiki/help.po
+++ b/source/br/swext/mediawiki/help.po
diff --git a/translations/source/br/swext/mediawiki/src.po b/source/br/swext/mediawiki/src.po
index 6b8804fa95a..6b8804fa95a 100644
--- a/translations/source/br/swext/mediawiki/src.po
+++ b/source/br/swext/mediawiki/src.po
diff --git a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index fd12872b595..fd12872b595 100644
--- a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 42cb2b1d5d8..42cb2b1d5d8 100644
--- a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/br/sysui/desktop/share.po b/source/br/sysui/desktop/share.po
index d21ed6edfeb..d21ed6edfeb 100644
--- a/translations/source/br/sysui/desktop/share.po
+++ b/source/br/sysui/desktop/share.po
diff --git a/translations/source/br/uui/source.po b/source/br/uui/source.po
index 05c236cc98c..05c236cc98c 100644
--- a/translations/source/br/uui/source.po
+++ b/source/br/uui/source.po
diff --git a/translations/source/br/vcl/source/src.po b/source/br/vcl/source/src.po
index 60f874feeae..60f874feeae 100644
--- a/translations/source/br/vcl/source/src.po
+++ b/source/br/vcl/source/src.po
diff --git a/translations/source/br/wizards/source/euro.po b/source/br/wizards/source/euro.po
index 123ca8cd71d..123ca8cd71d 100644
--- a/translations/source/br/wizards/source/euro.po
+++ b/source/br/wizards/source/euro.po
diff --git a/translations/source/br/wizards/source/formwizard.po b/source/br/wizards/source/formwizard.po
index 9a243739c8f..9a243739c8f 100644
--- a/translations/source/br/wizards/source/formwizard.po
+++ b/source/br/wizards/source/formwizard.po
diff --git a/translations/source/br/wizards/source/importwizard.po b/source/br/wizards/source/importwizard.po
index ab6cc78df2e..ab6cc78df2e 100644
--- a/translations/source/br/wizards/source/importwizard.po
+++ b/source/br/wizards/source/importwizard.po
diff --git a/translations/source/br/wizards/source/schedule.po b/source/br/wizards/source/schedule.po
index 387a09e4738..387a09e4738 100644
--- a/translations/source/br/wizards/source/schedule.po
+++ b/source/br/wizards/source/schedule.po
diff --git a/translations/source/br/wizards/source/template.po b/source/br/wizards/source/template.po
index ee533b9f411..ee533b9f411 100644
--- a/translations/source/br/wizards/source/template.po
+++ b/source/br/wizards/source/template.po
diff --git a/translations/source/br/xmlsecurity/source/component.po b/source/br/xmlsecurity/source/component.po
index b6bcc02cdcc..b6bcc02cdcc 100644
--- a/translations/source/br/xmlsecurity/source/component.po
+++ b/source/br/xmlsecurity/source/component.po
diff --git a/translations/source/br/xmlsecurity/source/dialogs.po b/source/br/xmlsecurity/source/dialogs.po
index 64493360f44..64493360f44 100644
--- a/translations/source/br/xmlsecurity/source/dialogs.po
+++ b/source/br/xmlsecurity/source/dialogs.po
diff --git a/translations/source/brx/accessibility/source/helper.po b/source/brx/accessibility/source/helper.po
index 7ceeb1d37fb..7ceeb1d37fb 100644
--- a/translations/source/brx/accessibility/source/helper.po
+++ b/source/brx/accessibility/source/helper.po
diff --git a/translations/source/brx/avmedia/source/framework.po b/source/brx/avmedia/source/framework.po
index 9ade1231060..9ade1231060 100644
--- a/translations/source/brx/avmedia/source/framework.po
+++ b/source/brx/avmedia/source/framework.po
diff --git a/translations/source/brx/avmedia/source/viewer.po b/source/brx/avmedia/source/viewer.po
index 16813268b0c..16813268b0c 100644
--- a/translations/source/brx/avmedia/source/viewer.po
+++ b/source/brx/avmedia/source/viewer.po
diff --git a/translations/source/brx/basctl/source/basicide.po b/source/brx/basctl/source/basicide.po
index e71ea04f596..e71ea04f596 100644
--- a/translations/source/brx/basctl/source/basicide.po
+++ b/source/brx/basctl/source/basicide.po
diff --git a/translations/source/brx/basctl/source/dlged.po b/source/brx/basctl/source/dlged.po
index 2aa20ee0144..2aa20ee0144 100644
--- a/translations/source/brx/basctl/source/dlged.po
+++ b/source/brx/basctl/source/dlged.po
diff --git a/translations/source/brx/basic/source/classes.po b/source/brx/basic/source/classes.po
index e2979dab450..e2979dab450 100644
--- a/translations/source/brx/basic/source/classes.po
+++ b/source/brx/basic/source/classes.po
diff --git a/translations/source/brx/basic/source/sbx.po b/source/brx/basic/source/sbx.po
index 9b6beb245b0..9b6beb245b0 100644
--- a/translations/source/brx/basic/source/sbx.po
+++ b/source/brx/basic/source/sbx.po
diff --git a/translations/source/brx/chart2/source/controller/dialogs.po b/source/brx/chart2/source/controller/dialogs.po
index 09d79a787bb..09d79a787bb 100644
--- a/translations/source/brx/chart2/source/controller/dialogs.po
+++ b/source/brx/chart2/source/controller/dialogs.po
diff --git a/translations/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 4f33a0681d1..4f33a0681d1 100644
--- a/translations/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 7eb7a09555a..7eb7a09555a 100644
--- a/translations/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 0cdea5ed9ef..0cdea5ed9ef 100644
--- a/translations/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index fe7cff25f23..fe7cff25f23 100644
--- a/translations/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index a1d69b85a36..a1d69b85a36 100644
--- a/translations/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 7f9d0beb59e..7f9d0beb59e 100644
--- a/translations/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 079bd1dbd8b..079bd1dbd8b 100644
--- a/translations/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 4163818e566..4163818e566 100644
--- a/translations/source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 3cc22ddc5ca..3cc22ddc5ca 100644
--- a/translations/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index e51b7a05f7e..e51b7a05f7e 100644
--- a/translations/source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index fa2479f6c7d..fa2479f6c7d 100644
--- a/translations/source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index 2cc689af130..2cc689af130 100644
--- a/translations/source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index aad0019b01c..aad0019b01c 100644
--- a/translations/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 820196f698c..820196f698c 100644
--- a/translations/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index cfc6d8ec287..cfc6d8ec287 100644
--- a/translations/source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/brx/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/brx/connectivity/source/resource.po b/source/brx/connectivity/source/resource.po
index a53db0b8f1b..a53db0b8f1b 100644
--- a/translations/source/brx/connectivity/source/resource.po
+++ b/source/brx/connectivity/source/resource.po
diff --git a/translations/source/brx/cui/source/customize.po b/source/brx/cui/source/customize.po
index 37c6145489d..37c6145489d 100644
--- a/translations/source/brx/cui/source/customize.po
+++ b/source/brx/cui/source/customize.po
diff --git a/translations/source/brx/cui/source/dialogs.po b/source/brx/cui/source/dialogs.po
index 274f5383d2b..274f5383d2b 100644
--- a/translations/source/brx/cui/source/dialogs.po
+++ b/source/brx/cui/source/dialogs.po
diff --git a/translations/source/brx/cui/source/options.po b/source/brx/cui/source/options.po
index 4dc5dadfcec..4dc5dadfcec 100644
--- a/translations/source/brx/cui/source/options.po
+++ b/source/brx/cui/source/options.po
diff --git a/translations/source/brx/cui/source/tabpages.po b/source/brx/cui/source/tabpages.po
index f6e57f5fa3d..f6e57f5fa3d 100644
--- a/translations/source/brx/cui/source/tabpages.po
+++ b/source/brx/cui/source/tabpages.po
diff --git a/translations/source/brx/dbaccess/source/core/resource.po b/source/brx/dbaccess/source/core/resource.po
index 55013aae618..55013aae618 100644
--- a/translations/source/brx/dbaccess/source/core/resource.po
+++ b/source/brx/dbaccess/source/core/resource.po
diff --git a/translations/source/brx/dbaccess/source/ext/macromigration.po b/source/brx/dbaccess/source/ext/macromigration.po
index 4329b8058e3..4329b8058e3 100644
--- a/translations/source/brx/dbaccess/source/ext/macromigration.po
+++ b/source/brx/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/brx/dbaccess/source/sdbtools/resource.po b/source/brx/dbaccess/source/sdbtools/resource.po
index 3c1f0e0f5a3..3c1f0e0f5a3 100644
--- a/translations/source/brx/dbaccess/source/sdbtools/resource.po
+++ b/source/brx/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/brx/dbaccess/source/ui/app.po b/source/brx/dbaccess/source/ui/app.po
index 180b4a989c6..180b4a989c6 100644
--- a/translations/source/brx/dbaccess/source/ui/app.po
+++ b/source/brx/dbaccess/source/ui/app.po
diff --git a/translations/source/brx/dbaccess/source/ui/browser.po b/source/brx/dbaccess/source/ui/browser.po
index f8b5ca94e79..f8b5ca94e79 100644
--- a/translations/source/brx/dbaccess/source/ui/browser.po
+++ b/source/brx/dbaccess/source/ui/browser.po
diff --git a/translations/source/brx/dbaccess/source/ui/control.po b/source/brx/dbaccess/source/ui/control.po
index dccc850e768..dccc850e768 100644
--- a/translations/source/brx/dbaccess/source/ui/control.po
+++ b/source/brx/dbaccess/source/ui/control.po
diff --git a/translations/source/brx/dbaccess/source/ui/dlg.po b/source/brx/dbaccess/source/ui/dlg.po
index c5ac307f861..c5ac307f861 100644
--- a/translations/source/brx/dbaccess/source/ui/dlg.po
+++ b/source/brx/dbaccess/source/ui/dlg.po
diff --git a/translations/source/brx/dbaccess/source/ui/inc.po b/source/brx/dbaccess/source/ui/inc.po
index 640bc238989..640bc238989 100644
--- a/translations/source/brx/dbaccess/source/ui/inc.po
+++ b/source/brx/dbaccess/source/ui/inc.po
diff --git a/translations/source/brx/dbaccess/source/ui/misc.po b/source/brx/dbaccess/source/ui/misc.po
index 22cf54adc88..22cf54adc88 100644
--- a/translations/source/brx/dbaccess/source/ui/misc.po
+++ b/source/brx/dbaccess/source/ui/misc.po
diff --git a/translations/source/brx/dbaccess/source/ui/querydesign.po b/source/brx/dbaccess/source/ui/querydesign.po
index 0f764b0e2da..0f764b0e2da 100644
--- a/translations/source/brx/dbaccess/source/ui/querydesign.po
+++ b/source/brx/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/brx/dbaccess/source/ui/relationdesign.po b/source/brx/dbaccess/source/ui/relationdesign.po
index 28ac34edcc9..28ac34edcc9 100644
--- a/translations/source/brx/dbaccess/source/ui/relationdesign.po
+++ b/source/brx/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/brx/dbaccess/source/ui/tabledesign.po b/source/brx/dbaccess/source/ui/tabledesign.po
index 887aeecb2f7..887aeecb2f7 100644
--- a/translations/source/brx/dbaccess/source/ui/tabledesign.po
+++ b/source/brx/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/brx/dbaccess/source/ui/uno.po b/source/brx/dbaccess/source/ui/uno.po
index 5cb47ee4c2c..5cb47ee4c2c 100644
--- a/translations/source/brx/dbaccess/source/ui/uno.po
+++ b/source/brx/dbaccess/source/ui/uno.po
diff --git a/translations/source/brx/desktop/source/app.po b/source/brx/desktop/source/app.po
index 99eaa7e99f5..99eaa7e99f5 100644
--- a/translations/source/brx/desktop/source/app.po
+++ b/source/brx/desktop/source/app.po
diff --git a/translations/source/brx/desktop/source/deployment/gui.po b/source/brx/desktop/source/deployment/gui.po
index b23f8276a95..b23f8276a95 100644
--- a/translations/source/brx/desktop/source/deployment/gui.po
+++ b/source/brx/desktop/source/deployment/gui.po
diff --git a/translations/source/brx/desktop/source/deployment/manager.po b/source/brx/desktop/source/deployment/manager.po
index 328a8339d0b..328a8339d0b 100644
--- a/translations/source/brx/desktop/source/deployment/manager.po
+++ b/source/brx/desktop/source/deployment/manager.po
diff --git a/translations/source/brx/desktop/source/deployment/misc.po b/source/brx/desktop/source/deployment/misc.po
index db8211d3f0a..db8211d3f0a 100644
--- a/translations/source/brx/desktop/source/deployment/misc.po
+++ b/source/brx/desktop/source/deployment/misc.po
diff --git a/translations/source/brx/desktop/source/deployment/registry.po b/source/brx/desktop/source/deployment/registry.po
index c9c249cdbcc..c9c249cdbcc 100644
--- a/translations/source/brx/desktop/source/deployment/registry.po
+++ b/source/brx/desktop/source/deployment/registry.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/component.po b/source/brx/desktop/source/deployment/registry/component.po
index 68ce7f2996b..68ce7f2996b 100644
--- a/translations/source/brx/desktop/source/deployment/registry/component.po
+++ b/source/brx/desktop/source/deployment/registry/component.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/configuration.po b/source/brx/desktop/source/deployment/registry/configuration.po
index ca8693c01de..ca8693c01de 100644
--- a/translations/source/brx/desktop/source/deployment/registry/configuration.po
+++ b/source/brx/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/help.po b/source/brx/desktop/source/deployment/registry/help.po
index a6f95a4fd02..a6f95a4fd02 100644
--- a/translations/source/brx/desktop/source/deployment/registry/help.po
+++ b/source/brx/desktop/source/deployment/registry/help.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/package.po b/source/brx/desktop/source/deployment/registry/package.po
index f3385c8c854..f3385c8c854 100644
--- a/translations/source/brx/desktop/source/deployment/registry/package.po
+++ b/source/brx/desktop/source/deployment/registry/package.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/script.po b/source/brx/desktop/source/deployment/registry/script.po
index 26917857b45..26917857b45 100644
--- a/translations/source/brx/desktop/source/deployment/registry/script.po
+++ b/source/brx/desktop/source/deployment/registry/script.po
diff --git a/translations/source/brx/desktop/source/deployment/registry/sfwk.po b/source/brx/desktop/source/deployment/registry/sfwk.po
index 3a38fb86802..3a38fb86802 100644
--- a/translations/source/brx/desktop/source/deployment/registry/sfwk.po
+++ b/source/brx/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/brx/desktop/source/deployment/unopkg.po b/source/brx/desktop/source/deployment/unopkg.po
index a84f196920f..a84f196920f 100644
--- a/translations/source/brx/desktop/source/deployment/unopkg.po
+++ b/source/brx/desktop/source/deployment/unopkg.po
diff --git a/translations/source/brx/dictionaries/af_ZA.po b/source/brx/dictionaries/af_ZA.po
index 0a630c50663..0a630c50663 100644
--- a/translations/source/brx/dictionaries/af_ZA.po
+++ b/source/brx/dictionaries/af_ZA.po
diff --git a/translations/source/brx/dictionaries/an_ES.po b/source/brx/dictionaries/an_ES.po
index a2cad922822..a2cad922822 100644
--- a/translations/source/brx/dictionaries/an_ES.po
+++ b/source/brx/dictionaries/an_ES.po
diff --git a/translations/source/brx/dictionaries/ar.po b/source/brx/dictionaries/ar.po
index ea506ba99f5..ea506ba99f5 100644
--- a/translations/source/brx/dictionaries/ar.po
+++ b/source/brx/dictionaries/ar.po
diff --git a/translations/source/brx/dictionaries/be_BY.po b/source/brx/dictionaries/be_BY.po
index 9db00255d72..9db00255d72 100644
--- a/translations/source/brx/dictionaries/be_BY.po
+++ b/source/brx/dictionaries/be_BY.po
diff --git a/translations/source/brx/dictionaries/bg_BG.po b/source/brx/dictionaries/bg_BG.po
index d948f87cb03..d948f87cb03 100644
--- a/translations/source/brx/dictionaries/bg_BG.po
+++ b/source/brx/dictionaries/bg_BG.po
diff --git a/translations/source/brx/dictionaries/bn_BD.po b/source/brx/dictionaries/bn_BD.po
index b003821e84a..b003821e84a 100644
--- a/translations/source/brx/dictionaries/bn_BD.po
+++ b/source/brx/dictionaries/bn_BD.po
diff --git a/translations/source/brx/dictionaries/br_FR.po b/source/brx/dictionaries/br_FR.po
index 2197a851fe3..2197a851fe3 100644
--- a/translations/source/brx/dictionaries/br_FR.po
+++ b/source/brx/dictionaries/br_FR.po
diff --git a/translations/source/brx/dictionaries/ca.po b/source/brx/dictionaries/ca.po
index 15ba71c7461..15ba71c7461 100644
--- a/translations/source/brx/dictionaries/ca.po
+++ b/source/brx/dictionaries/ca.po
diff --git a/translations/source/brx/dictionaries/cs_CZ.po b/source/brx/dictionaries/cs_CZ.po
index 127cc1abccb..127cc1abccb 100644
--- a/translations/source/brx/dictionaries/cs_CZ.po
+++ b/source/brx/dictionaries/cs_CZ.po
diff --git a/translations/source/brx/dictionaries/da_DK.po b/source/brx/dictionaries/da_DK.po
index 9c9c1ab53af..9c9c1ab53af 100644
--- a/translations/source/brx/dictionaries/da_DK.po
+++ b/source/brx/dictionaries/da_DK.po
diff --git a/translations/source/brx/dictionaries/de.po b/source/brx/dictionaries/de.po
index ae5dde582a6..ae5dde582a6 100644
--- a/translations/source/brx/dictionaries/de.po
+++ b/source/brx/dictionaries/de.po
diff --git a/translations/source/brx/dictionaries/el_GR.po b/source/brx/dictionaries/el_GR.po
index 47ffb8c2370..47ffb8c2370 100644
--- a/translations/source/brx/dictionaries/el_GR.po
+++ b/source/brx/dictionaries/el_GR.po
diff --git a/translations/source/brx/dictionaries/en.po b/source/brx/dictionaries/en.po
index 465dbc1a318..465dbc1a318 100644
--- a/translations/source/brx/dictionaries/en.po
+++ b/source/brx/dictionaries/en.po
diff --git a/translations/source/brx/dictionaries/en/dialog.po b/source/brx/dictionaries/en/dialog.po
index 75cc60489e6..75cc60489e6 100644
--- a/translations/source/brx/dictionaries/en/dialog.po
+++ b/source/brx/dictionaries/en/dialog.po
diff --git a/translations/source/brx/dictionaries/es_ES.po b/source/brx/dictionaries/es_ES.po
index 672740b9142..672740b9142 100644
--- a/translations/source/brx/dictionaries/es_ES.po
+++ b/source/brx/dictionaries/es_ES.po
diff --git a/translations/source/brx/dictionaries/et_EE.po b/source/brx/dictionaries/et_EE.po
index 91d9e0fe418..91d9e0fe418 100644
--- a/translations/source/brx/dictionaries/et_EE.po
+++ b/source/brx/dictionaries/et_EE.po
diff --git a/translations/source/brx/dictionaries/fr_FR.po b/source/brx/dictionaries/fr_FR.po
index 989b44f9b3b..989b44f9b3b 100644
--- a/translations/source/brx/dictionaries/fr_FR.po
+++ b/source/brx/dictionaries/fr_FR.po
diff --git a/translations/source/brx/dictionaries/gd_GB.po b/source/brx/dictionaries/gd_GB.po
index 54a1988aac1..54a1988aac1 100644
--- a/translations/source/brx/dictionaries/gd_GB.po
+++ b/source/brx/dictionaries/gd_GB.po
diff --git a/translations/source/brx/dictionaries/gl.po b/source/brx/dictionaries/gl.po
index ed63a5fb244..ed63a5fb244 100644
--- a/translations/source/brx/dictionaries/gl.po
+++ b/source/brx/dictionaries/gl.po
diff --git a/translations/source/brx/dictionaries/gu_IN.po b/source/brx/dictionaries/gu_IN.po
index 88d57bf51ee..88d57bf51ee 100644
--- a/translations/source/brx/dictionaries/gu_IN.po
+++ b/source/brx/dictionaries/gu_IN.po
diff --git a/translations/source/brx/dictionaries/he_IL.po b/source/brx/dictionaries/he_IL.po
index 4c8bf07b5ec..4c8bf07b5ec 100644
--- a/translations/source/brx/dictionaries/he_IL.po
+++ b/source/brx/dictionaries/he_IL.po
diff --git a/translations/source/brx/dictionaries/hi_IN.po b/source/brx/dictionaries/hi_IN.po
index f1acb1d4d88..f1acb1d4d88 100644
--- a/translations/source/brx/dictionaries/hi_IN.po
+++ b/source/brx/dictionaries/hi_IN.po
diff --git a/translations/source/brx/dictionaries/hr_HR.po b/source/brx/dictionaries/hr_HR.po
index f20e31feaa4..f20e31feaa4 100644
--- a/translations/source/brx/dictionaries/hr_HR.po
+++ b/source/brx/dictionaries/hr_HR.po
diff --git a/translations/source/brx/dictionaries/hu_HU.po b/source/brx/dictionaries/hu_HU.po
index a80dc13449f..a80dc13449f 100644
--- a/translations/source/brx/dictionaries/hu_HU.po
+++ b/source/brx/dictionaries/hu_HU.po
diff --git a/translations/source/brx/dictionaries/hu_HU/dialog.po b/source/brx/dictionaries/hu_HU/dialog.po
index f15ae6344df..f15ae6344df 100644
--- a/translations/source/brx/dictionaries/hu_HU/dialog.po
+++ b/source/brx/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/brx/dictionaries/it_IT.po b/source/brx/dictionaries/it_IT.po
index 81b33104efe..81b33104efe 100644
--- a/translations/source/brx/dictionaries/it_IT.po
+++ b/source/brx/dictionaries/it_IT.po
diff --git a/translations/source/brx/dictionaries/ku_TR.po b/source/brx/dictionaries/ku_TR.po
index 3c97040cd4a..3c97040cd4a 100644
--- a/translations/source/brx/dictionaries/ku_TR.po
+++ b/source/brx/dictionaries/ku_TR.po
diff --git a/translations/source/brx/dictionaries/lt_LT.po b/source/brx/dictionaries/lt_LT.po
index 6ec6bbbb240..6ec6bbbb240 100644
--- a/translations/source/brx/dictionaries/lt_LT.po
+++ b/source/brx/dictionaries/lt_LT.po
diff --git a/translations/source/brx/dictionaries/lv_LV.po b/source/brx/dictionaries/lv_LV.po
index 6bce57ae919..6bce57ae919 100644
--- a/translations/source/brx/dictionaries/lv_LV.po
+++ b/source/brx/dictionaries/lv_LV.po
diff --git a/translations/source/brx/dictionaries/ne_NP.po b/source/brx/dictionaries/ne_NP.po
index 7c3cc5fa943..7c3cc5fa943 100644
--- a/translations/source/brx/dictionaries/ne_NP.po
+++ b/source/brx/dictionaries/ne_NP.po
diff --git a/translations/source/brx/dictionaries/nl_NL.po b/source/brx/dictionaries/nl_NL.po
index 1cadd68bc53..1cadd68bc53 100644
--- a/translations/source/brx/dictionaries/nl_NL.po
+++ b/source/brx/dictionaries/nl_NL.po
diff --git a/translations/source/brx/dictionaries/no.po b/source/brx/dictionaries/no.po
index fc4bb4e3c73..fc4bb4e3c73 100644
--- a/translations/source/brx/dictionaries/no.po
+++ b/source/brx/dictionaries/no.po
diff --git a/translations/source/brx/dictionaries/oc_FR.po b/source/brx/dictionaries/oc_FR.po
index a1142987962..a1142987962 100644
--- a/translations/source/brx/dictionaries/oc_FR.po
+++ b/source/brx/dictionaries/oc_FR.po
diff --git a/translations/source/brx/dictionaries/pl_PL.po b/source/brx/dictionaries/pl_PL.po
index c07dd3761bd..c07dd3761bd 100644
--- a/translations/source/brx/dictionaries/pl_PL.po
+++ b/source/brx/dictionaries/pl_PL.po
diff --git a/translations/source/brx/dictionaries/pt_BR.po b/source/brx/dictionaries/pt_BR.po
index 089a9652f35..089a9652f35 100644
--- a/translations/source/brx/dictionaries/pt_BR.po
+++ b/source/brx/dictionaries/pt_BR.po
diff --git a/translations/source/brx/dictionaries/pt_PT.po b/source/brx/dictionaries/pt_PT.po
index aca67e623c6..aca67e623c6 100644
--- a/translations/source/brx/dictionaries/pt_PT.po
+++ b/source/brx/dictionaries/pt_PT.po
diff --git a/translations/source/brx/dictionaries/ro.po b/source/brx/dictionaries/ro.po
index c02255edf55..c02255edf55 100644
--- a/translations/source/brx/dictionaries/ro.po
+++ b/source/brx/dictionaries/ro.po
diff --git a/translations/source/brx/dictionaries/ru_RU.po b/source/brx/dictionaries/ru_RU.po
index 0331b420b16..0331b420b16 100644
--- a/translations/source/brx/dictionaries/ru_RU.po
+++ b/source/brx/dictionaries/ru_RU.po
diff --git a/translations/source/brx/dictionaries/ru_RU/dialog.po b/source/brx/dictionaries/ru_RU/dialog.po
index 23e570e9678..23e570e9678 100644
--- a/translations/source/brx/dictionaries/ru_RU/dialog.po
+++ b/source/brx/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/brx/dictionaries/si_LK.po b/source/brx/dictionaries/si_LK.po
index 848aba3ddc1..848aba3ddc1 100644
--- a/translations/source/brx/dictionaries/si_LK.po
+++ b/source/brx/dictionaries/si_LK.po
diff --git a/translations/source/brx/dictionaries/sk_SK.po b/source/brx/dictionaries/sk_SK.po
index 174e5f14fbd..174e5f14fbd 100644
--- a/translations/source/brx/dictionaries/sk_SK.po
+++ b/source/brx/dictionaries/sk_SK.po
diff --git a/translations/source/brx/dictionaries/sl_SI.po b/source/brx/dictionaries/sl_SI.po
index 0a1a97bc8ae..0a1a97bc8ae 100644
--- a/translations/source/brx/dictionaries/sl_SI.po
+++ b/source/brx/dictionaries/sl_SI.po
diff --git a/translations/source/brx/dictionaries/sr.po b/source/brx/dictionaries/sr.po
index 2fa43f59dd0..2fa43f59dd0 100644
--- a/translations/source/brx/dictionaries/sr.po
+++ b/source/brx/dictionaries/sr.po
diff --git a/translations/source/brx/dictionaries/sv_SE.po b/source/brx/dictionaries/sv_SE.po
index 9555cf2f065..9555cf2f065 100644
--- a/translations/source/brx/dictionaries/sv_SE.po
+++ b/source/brx/dictionaries/sv_SE.po
diff --git a/translations/source/brx/dictionaries/sw_TZ.po b/source/brx/dictionaries/sw_TZ.po
index b96659126cd..b96659126cd 100644
--- a/translations/source/brx/dictionaries/sw_TZ.po
+++ b/source/brx/dictionaries/sw_TZ.po
diff --git a/translations/source/brx/dictionaries/te_IN.po b/source/brx/dictionaries/te_IN.po
index f41ed09f4bb..f41ed09f4bb 100644
--- a/translations/source/brx/dictionaries/te_IN.po
+++ b/source/brx/dictionaries/te_IN.po
diff --git a/translations/source/brx/dictionaries/th_TH.po b/source/brx/dictionaries/th_TH.po
index fdc056a0961..fdc056a0961 100644
--- a/translations/source/brx/dictionaries/th_TH.po
+++ b/source/brx/dictionaries/th_TH.po
diff --git a/translations/source/brx/dictionaries/uk_UA.po b/source/brx/dictionaries/uk_UA.po
index 635ea41e4ea..635ea41e4ea 100644
--- a/translations/source/brx/dictionaries/uk_UA.po
+++ b/source/brx/dictionaries/uk_UA.po
diff --git a/translations/source/brx/dictionaries/vi.po b/source/brx/dictionaries/vi.po
index 7851241640d..7851241640d 100644
--- a/translations/source/brx/dictionaries/vi.po
+++ b/source/brx/dictionaries/vi.po
diff --git a/translations/source/brx/dictionaries/zu_ZA.po b/source/brx/dictionaries/zu_ZA.po
index 1f3b3e62229..1f3b3e62229 100644
--- a/translations/source/brx/dictionaries/zu_ZA.po
+++ b/source/brx/dictionaries/zu_ZA.po
diff --git a/translations/source/brx/editeng/source/accessibility.po b/source/brx/editeng/source/accessibility.po
index c4f09c0b3ec..c4f09c0b3ec 100644
--- a/translations/source/brx/editeng/source/accessibility.po
+++ b/source/brx/editeng/source/accessibility.po
diff --git a/translations/source/brx/editeng/source/editeng.po b/source/brx/editeng/source/editeng.po
index b06093327cf..b06093327cf 100644
--- a/translations/source/brx/editeng/source/editeng.po
+++ b/source/brx/editeng/source/editeng.po
diff --git a/translations/source/brx/editeng/source/items.po b/source/brx/editeng/source/items.po
index 71f9bd5c65b..71f9bd5c65b 100644
--- a/translations/source/brx/editeng/source/items.po
+++ b/source/brx/editeng/source/items.po
diff --git a/translations/source/brx/editeng/source/misc.po b/source/brx/editeng/source/misc.po
index a6a520e3d85..a6a520e3d85 100644
--- a/translations/source/brx/editeng/source/misc.po
+++ b/source/brx/editeng/source/misc.po
diff --git a/translations/source/brx/editeng/source/outliner.po b/source/brx/editeng/source/outliner.po
index 1cca7c6b075..1cca7c6b075 100644
--- a/translations/source/brx/editeng/source/outliner.po
+++ b/source/brx/editeng/source/outliner.po
diff --git a/translations/source/brx/extensions/source/abpilot.po b/source/brx/extensions/source/abpilot.po
index 9198b476181..9198b476181 100644
--- a/translations/source/brx/extensions/source/abpilot.po
+++ b/source/brx/extensions/source/abpilot.po
diff --git a/translations/source/brx/extensions/source/bibliography.po b/source/brx/extensions/source/bibliography.po
index 5154ef2e845..5154ef2e845 100644
--- a/translations/source/brx/extensions/source/bibliography.po
+++ b/source/brx/extensions/source/bibliography.po
diff --git a/translations/source/brx/extensions/source/dbpilots.po b/source/brx/extensions/source/dbpilots.po
index 0575000c259..0575000c259 100644
--- a/translations/source/brx/extensions/source/dbpilots.po
+++ b/source/brx/extensions/source/dbpilots.po
diff --git a/translations/source/brx/extensions/source/propctrlr.po b/source/brx/extensions/source/propctrlr.po
index 712c2f16bfc..712c2f16bfc 100644
--- a/translations/source/brx/extensions/source/propctrlr.po
+++ b/source/brx/extensions/source/propctrlr.po
diff --git a/translations/source/brx/extensions/source/scanner.po b/source/brx/extensions/source/scanner.po
index 25e57c2673b..25e57c2673b 100644
--- a/translations/source/brx/extensions/source/scanner.po
+++ b/source/brx/extensions/source/scanner.po
diff --git a/translations/source/brx/extensions/source/update/check.po b/source/brx/extensions/source/update/check.po
index 5166e243abc..5166e243abc 100644
--- a/translations/source/brx/extensions/source/update/check.po
+++ b/source/brx/extensions/source/update/check.po
diff --git a/translations/source/brx/extensions/source/update/check/org/openoffice/Office.po b/source/brx/extensions/source/update/check/org/openoffice/Office.po
index 5fecd7c898d..5fecd7c898d 100644
--- a/translations/source/brx/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/brx/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/brx/filter/source/config/fragments/filters.po b/source/brx/filter/source/config/fragments/filters.po
index c9fae6eaa2f..c9fae6eaa2f 100644
--- a/translations/source/brx/filter/source/config/fragments/filters.po
+++ b/source/brx/filter/source/config/fragments/filters.po
diff --git a/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po b/source/brx/filter/source/config/fragments/internalgraphicfilters.po
index bc47db2432d..bc47db2432d 100644
--- a/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/brx/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/brx/filter/source/config/fragments/types.po b/source/brx/filter/source/config/fragments/types.po
index 5e6e359246b..5e6e359246b 100644
--- a/translations/source/brx/filter/source/config/fragments/types.po
+++ b/source/brx/filter/source/config/fragments/types.po
diff --git a/translations/source/brx/filter/source/flash.po b/source/brx/filter/source/flash.po
index 1a72cdfb4c9..1a72cdfb4c9 100644
--- a/translations/source/brx/filter/source/flash.po
+++ b/source/brx/filter/source/flash.po
diff --git a/translations/source/brx/filter/source/graphicfilter/eps.po b/source/brx/filter/source/graphicfilter/eps.po
index 70680aefdb3..70680aefdb3 100644
--- a/translations/source/brx/filter/source/graphicfilter/eps.po
+++ b/source/brx/filter/source/graphicfilter/eps.po
diff --git a/translations/source/brx/filter/source/pdf.po b/source/brx/filter/source/pdf.po
index 8ee043099fa..8ee043099fa 100644
--- a/translations/source/brx/filter/source/pdf.po
+++ b/source/brx/filter/source/pdf.po
diff --git a/translations/source/brx/filter/source/t602.po b/source/brx/filter/source/t602.po
index 6498cd0bd05..6498cd0bd05 100644
--- a/translations/source/brx/filter/source/t602.po
+++ b/source/brx/filter/source/t602.po
diff --git a/translations/source/brx/filter/source/xsltdialog.po b/source/brx/filter/source/xsltdialog.po
index 7705aeee70f..7705aeee70f 100644
--- a/translations/source/brx/filter/source/xsltdialog.po
+++ b/source/brx/filter/source/xsltdialog.po
diff --git a/translations/source/brx/forms/source/resource.po b/source/brx/forms/source/resource.po
index 06e13073a92..06e13073a92 100644
--- a/translations/source/brx/forms/source/resource.po
+++ b/source/brx/forms/source/resource.po
diff --git a/translations/source/brx/formula/source/core/resource.po b/source/brx/formula/source/core/resource.po
index 357a0571014..357a0571014 100644
--- a/translations/source/brx/formula/source/core/resource.po
+++ b/source/brx/formula/source/core/resource.po
diff --git a/translations/source/brx/formula/source/ui/dlg.po b/source/brx/formula/source/ui/dlg.po
index c856e0dc412..c856e0dc412 100644
--- a/translations/source/brx/formula/source/ui/dlg.po
+++ b/source/brx/formula/source/ui/dlg.po
diff --git a/translations/source/brx/fpicker/source/office.po b/source/brx/fpicker/source/office.po
index 0abf256553f..0abf256553f 100644
--- a/translations/source/brx/fpicker/source/office.po
+++ b/source/brx/fpicker/source/office.po
diff --git a/translations/source/brx/framework/source/classes.po b/source/brx/framework/source/classes.po
index 8c40f2adeb1..8c40f2adeb1 100644
--- a/translations/source/brx/framework/source/classes.po
+++ b/source/brx/framework/source/classes.po
diff --git a/translations/source/brx/framework/source/services.po b/source/brx/framework/source/services.po
index 0f21ac5e873..0f21ac5e873 100644
--- a/translations/source/brx/framework/source/services.po
+++ b/source/brx/framework/source/services.po
diff --git a/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
index fdb4307b31e..fdb4307b31e 100644
--- a/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff --git a/translations/source/brx/mysqlc/source.po b/source/brx/mysqlc/source.po
index e535dcd3b30..e535dcd3b30 100644
--- a/translations/source/brx/mysqlc/source.po
+++ b/source/brx/mysqlc/source.po
diff --git a/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 6275a871f55..6275a871f55 100644
--- a/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 0a62342a1dc..0a62342a1dc 100644
--- a/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff --git a/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 898462015ae..898462015ae 100644
--- a/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
diff --git a/translations/source/brx/nlpsolver/src/locale.po b/source/brx/nlpsolver/src/locale.po
index ecab095472d..ecab095472d 100644
--- a/translations/source/brx/nlpsolver/src/locale.po
+++ b/source/brx/nlpsolver/src/locale.po
diff --git a/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po b/source/brx/officecfg/registry/data/org/openoffice/Office.po
index 82cabedef00..82cabedef00 100644
--- a/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/brx/officecfg/registry/data/org/openoffice/Office.po
diff --git a/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
index d1a24748e98..d1a24748e98 100644
--- a/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/brx/padmin/source.po b/source/brx/padmin/source.po
index b6b91239108..b6b91239108 100644
--- a/translations/source/brx/padmin/source.po
+++ b/source/brx/padmin/source.po
diff --git a/translations/source/brx/readlicense_oo/docs/readme.po b/source/brx/readlicense_oo/docs/readme.po
index 9382719ab11..9382719ab11 100644
--- a/translations/source/brx/readlicense_oo/docs/readme.po
+++ b/source/brx/readlicense_oo/docs/readme.po
diff --git a/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
index e7dd970c1f8..e7dd970c1f8 100644
--- a/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po b/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
index 0a1731ba78d..0a1731ba78d 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po b/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
index c8b593e770c..c8b593e770c 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 5dfd610fa42..5dfd610fa42 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
diff --git a/translations/source/brx/reportbuilder/util.po b/source/brx/reportbuilder/util.po
index 53c495ada26..53c495ada26 100644
--- a/translations/source/brx/reportbuilder/util.po
+++ b/source/brx/reportbuilder/util.po
diff --git a/translations/source/brx/reportdesign/source/core/resource.po b/source/brx/reportdesign/source/core/resource.po
index 6e73349da78..6e73349da78 100644
--- a/translations/source/brx/reportdesign/source/core/resource.po
+++ b/source/brx/reportdesign/source/core/resource.po
diff --git a/translations/source/brx/reportdesign/source/ui/dlg.po b/source/brx/reportdesign/source/ui/dlg.po
index 5231f6ec20a..5231f6ec20a 100644
--- a/translations/source/brx/reportdesign/source/ui/dlg.po
+++ b/source/brx/reportdesign/source/ui/dlg.po
diff --git a/translations/source/brx/reportdesign/source/ui/inspection.po b/source/brx/reportdesign/source/ui/inspection.po
index f12dc3c5ddb..f12dc3c5ddb 100644
--- a/translations/source/brx/reportdesign/source/ui/inspection.po
+++ b/source/brx/reportdesign/source/ui/inspection.po
diff --git a/translations/source/brx/reportdesign/source/ui/report.po b/source/brx/reportdesign/source/ui/report.po
index 3314b587c7e..3314b587c7e 100644
--- a/translations/source/brx/reportdesign/source/ui/report.po
+++ b/source/brx/reportdesign/source/ui/report.po
diff --git a/translations/source/brx/sc/source/core/src.po b/source/brx/sc/source/core/src.po
index dd9dbbcc943..dd9dbbcc943 100644
--- a/translations/source/brx/sc/source/core/src.po
+++ b/source/brx/sc/source/core/src.po
diff --git a/translations/source/brx/sc/source/ui/cctrl.po b/source/brx/sc/source/ui/cctrl.po
index 4e347de40d8..4e347de40d8 100644
--- a/translations/source/brx/sc/source/ui/cctrl.po
+++ b/source/brx/sc/source/ui/cctrl.po
diff --git a/translations/source/brx/sc/source/ui/dbgui.po b/source/brx/sc/source/ui/dbgui.po
index a6bcb8118c9..a6bcb8118c9 100644
--- a/translations/source/brx/sc/source/ui/dbgui.po
+++ b/source/brx/sc/source/ui/dbgui.po
diff --git a/translations/source/brx/sc/source/ui/docshell.po b/source/brx/sc/source/ui/docshell.po
index fdc4d0a2907..fdc4d0a2907 100644
--- a/translations/source/brx/sc/source/ui/docshell.po
+++ b/source/brx/sc/source/ui/docshell.po
diff --git a/translations/source/brx/sc/source/ui/drawfunc.po b/source/brx/sc/source/ui/drawfunc.po
index 5813995811a..5813995811a 100644
--- a/translations/source/brx/sc/source/ui/drawfunc.po
+++ b/source/brx/sc/source/ui/drawfunc.po
diff --git a/translations/source/brx/sc/source/ui/formdlg.po b/source/brx/sc/source/ui/formdlg.po
index 8431a8d1a84..8431a8d1a84 100644
--- a/translations/source/brx/sc/source/ui/formdlg.po
+++ b/source/brx/sc/source/ui/formdlg.po
diff --git a/translations/source/brx/sc/source/ui/miscdlgs.po b/source/brx/sc/source/ui/miscdlgs.po
index e7518e50753..e7518e50753 100644
--- a/translations/source/brx/sc/source/ui/miscdlgs.po
+++ b/source/brx/sc/source/ui/miscdlgs.po
diff --git a/translations/source/brx/sc/source/ui/navipi.po b/source/brx/sc/source/ui/navipi.po
index 061d0e54edd..061d0e54edd 100644
--- a/translations/source/brx/sc/source/ui/navipi.po
+++ b/source/brx/sc/source/ui/navipi.po
diff --git a/translations/source/brx/sc/source/ui/optdlg.po b/source/brx/sc/source/ui/optdlg.po
index ebfc918422d..ebfc918422d 100644
--- a/translations/source/brx/sc/source/ui/optdlg.po
+++ b/source/brx/sc/source/ui/optdlg.po
diff --git a/translations/source/brx/sc/source/ui/pagedlg.po b/source/brx/sc/source/ui/pagedlg.po
index 7028e012183..7028e012183 100644
--- a/translations/source/brx/sc/source/ui/pagedlg.po
+++ b/source/brx/sc/source/ui/pagedlg.po
diff --git a/translations/source/brx/sc/source/ui/src.po b/source/brx/sc/source/ui/src.po
index 287bef033c1..287bef033c1 100644
--- a/translations/source/brx/sc/source/ui/src.po
+++ b/source/brx/sc/source/ui/src.po
diff --git a/translations/source/brx/sc/source/ui/styleui.po b/source/brx/sc/source/ui/styleui.po
index 741298a8ef0..741298a8ef0 100644
--- a/translations/source/brx/sc/source/ui/styleui.po
+++ b/source/brx/sc/source/ui/styleui.po
diff --git a/translations/source/brx/scaddins/source/analysis.po b/source/brx/scaddins/source/analysis.po
index dc016d292f7..dc016d292f7 100644
--- a/translations/source/brx/scaddins/source/analysis.po
+++ b/source/brx/scaddins/source/analysis.po
diff --git a/translations/source/brx/scaddins/source/datefunc.po b/source/brx/scaddins/source/datefunc.po
index f207b60136f..f207b60136f 100644
--- a/translations/source/brx/scaddins/source/datefunc.po
+++ b/source/brx/scaddins/source/datefunc.po
diff --git a/translations/source/brx/sccomp/source/solver.po b/source/brx/sccomp/source/solver.po
index 6356cb2b33c..6356cb2b33c 100644
--- a/translations/source/brx/sccomp/source/solver.po
+++ b/source/brx/sccomp/source/solver.po
diff --git a/translations/source/brx/scp2/source/accessories.po b/source/brx/scp2/source/accessories.po
index e8f9984a016..e8f9984a016 100644
--- a/translations/source/brx/scp2/source/accessories.po
+++ b/source/brx/scp2/source/accessories.po
diff --git a/translations/source/brx/scp2/source/activex.po b/source/brx/scp2/source/activex.po
index 24b70ced8aa..24b70ced8aa 100644
--- a/translations/source/brx/scp2/source/activex.po
+++ b/source/brx/scp2/source/activex.po
diff --git a/translations/source/brx/scp2/source/base.po b/source/brx/scp2/source/base.po
index a3dce44ac22..a3dce44ac22 100644
--- a/translations/source/brx/scp2/source/base.po
+++ b/source/brx/scp2/source/base.po
diff --git a/translations/source/brx/scp2/source/binfilter.po b/source/brx/scp2/source/binfilter.po
index 894f0920f25..894f0920f25 100644
--- a/translations/source/brx/scp2/source/binfilter.po
+++ b/source/brx/scp2/source/binfilter.po
diff --git a/translations/source/brx/scp2/source/calc.po b/source/brx/scp2/source/calc.po
index 2e8b1e27894..2e8b1e27894 100644
--- a/translations/source/brx/scp2/source/calc.po
+++ b/source/brx/scp2/source/calc.po
diff --git a/translations/source/brx/scp2/source/draw.po b/source/brx/scp2/source/draw.po
index 1c977179205..1c977179205 100644
--- a/translations/source/brx/scp2/source/draw.po
+++ b/source/brx/scp2/source/draw.po
diff --git a/translations/source/brx/scp2/source/extensions.po b/source/brx/scp2/source/extensions.po
index 53734df30c4..53734df30c4 100644
--- a/translations/source/brx/scp2/source/extensions.po
+++ b/source/brx/scp2/source/extensions.po
diff --git a/translations/source/brx/scp2/source/gnome.po b/source/brx/scp2/source/gnome.po
index c9ca06b0a06..c9ca06b0a06 100644
--- a/translations/source/brx/scp2/source/gnome.po
+++ b/source/brx/scp2/source/gnome.po
diff --git a/translations/source/brx/scp2/source/graphicfilter.po b/source/brx/scp2/source/graphicfilter.po
index fd9dc95cfce..fd9dc95cfce 100644
--- a/translations/source/brx/scp2/source/graphicfilter.po
+++ b/source/brx/scp2/source/graphicfilter.po
diff --git a/translations/source/brx/scp2/source/impress.po b/source/brx/scp2/source/impress.po
index f0947654c5c..f0947654c5c 100644
--- a/translations/source/brx/scp2/source/impress.po
+++ b/source/brx/scp2/source/impress.po
diff --git a/translations/source/brx/scp2/source/javafilter.po b/source/brx/scp2/source/javafilter.po
index 5e4b62907b0..5e4b62907b0 100644
--- a/translations/source/brx/scp2/source/javafilter.po
+++ b/source/brx/scp2/source/javafilter.po
diff --git a/translations/source/brx/scp2/source/kde.po b/source/brx/scp2/source/kde.po
index 93f2b05ff2e..93f2b05ff2e 100644
--- a/translations/source/brx/scp2/source/kde.po
+++ b/source/brx/scp2/source/kde.po
diff --git a/translations/source/brx/scp2/source/math.po b/source/brx/scp2/source/math.po
index e3c4e49b65d..e3c4e49b65d 100644
--- a/translations/source/brx/scp2/source/math.po
+++ b/source/brx/scp2/source/math.po
diff --git a/translations/source/brx/scp2/source/onlineupdate.po b/source/brx/scp2/source/onlineupdate.po
index 1eb85601be1..1eb85601be1 100644
--- a/translations/source/brx/scp2/source/onlineupdate.po
+++ b/source/brx/scp2/source/onlineupdate.po
diff --git a/translations/source/brx/scp2/source/ooo.po b/source/brx/scp2/source/ooo.po
index 35626b5b111..35626b5b111 100644
--- a/translations/source/brx/scp2/source/ooo.po
+++ b/source/brx/scp2/source/ooo.po
diff --git a/translations/source/brx/scp2/source/python.po b/source/brx/scp2/source/python.po
index 850e72eed76..850e72eed76 100644
--- a/translations/source/brx/scp2/source/python.po
+++ b/source/brx/scp2/source/python.po
diff --git a/translations/source/brx/scp2/source/quickstart.po b/source/brx/scp2/source/quickstart.po
index 543b9959bef..543b9959bef 100644
--- a/translations/source/brx/scp2/source/quickstart.po
+++ b/source/brx/scp2/source/quickstart.po
diff --git a/translations/source/brx/scp2/source/sdkoo.po b/source/brx/scp2/source/sdkoo.po
index cb011a16940..cb011a16940 100644
--- a/translations/source/brx/scp2/source/sdkoo.po
+++ b/source/brx/scp2/source/sdkoo.po
diff --git a/translations/source/brx/scp2/source/smoketest.po b/source/brx/scp2/source/smoketest.po
index 513b993b768..513b993b768 100644
--- a/translations/source/brx/scp2/source/smoketest.po
+++ b/source/brx/scp2/source/smoketest.po
diff --git a/translations/source/brx/scp2/source/stdlibs.po b/source/brx/scp2/source/stdlibs.po
index f7513b8860e..f7513b8860e 100644
--- a/translations/source/brx/scp2/source/stdlibs.po
+++ b/source/brx/scp2/source/stdlibs.po
diff --git a/translations/source/brx/scp2/source/tde.po b/source/brx/scp2/source/tde.po
index 1da4f58a4f7..1da4f58a4f7 100644
--- a/translations/source/brx/scp2/source/tde.po
+++ b/source/brx/scp2/source/tde.po
diff --git a/translations/source/brx/scp2/source/winexplorerext.po b/source/brx/scp2/source/winexplorerext.po
index ad478a313e3..ad478a313e3 100644
--- a/translations/source/brx/scp2/source/winexplorerext.po
+++ b/source/brx/scp2/source/winexplorerext.po
diff --git a/translations/source/brx/scp2/source/writer.po b/source/brx/scp2/source/writer.po
index c95342d34f2..c95342d34f2 100644
--- a/translations/source/brx/scp2/source/writer.po
+++ b/source/brx/scp2/source/writer.po
diff --git a/translations/source/brx/scp2/source/xsltfilter.po b/source/brx/scp2/source/xsltfilter.po
index b3f88ec7ae4..b3f88ec7ae4 100644
--- a/translations/source/brx/scp2/source/xsltfilter.po
+++ b/source/brx/scp2/source/xsltfilter.po
diff --git a/translations/source/brx/scripting/source/pyprov.po b/source/brx/scripting/source/pyprov.po
index 012f1feb92b..012f1feb92b 100644
--- a/translations/source/brx/scripting/source/pyprov.po
+++ b/source/brx/scripting/source/pyprov.po
diff --git a/translations/source/brx/sd/source/core.po b/source/brx/sd/source/core.po
index 3b3971aa2bb..3b3971aa2bb 100644
--- a/translations/source/brx/sd/source/core.po
+++ b/source/brx/sd/source/core.po
diff --git a/translations/source/brx/sd/source/filter/html.po b/source/brx/sd/source/filter/html.po
index 89399b40715..89399b40715 100644
--- a/translations/source/brx/sd/source/filter/html.po
+++ b/source/brx/sd/source/filter/html.po
diff --git a/translations/source/brx/sd/source/ui/accessibility.po b/source/brx/sd/source/ui/accessibility.po
index e7f14f451c3..e7f14f451c3 100644
--- a/translations/source/brx/sd/source/ui/accessibility.po
+++ b/source/brx/sd/source/ui/accessibility.po
diff --git a/translations/source/brx/sd/source/ui/animations.po b/source/brx/sd/source/ui/animations.po
index 90b6cbb5761..90b6cbb5761 100644
--- a/translations/source/brx/sd/source/ui/animations.po
+++ b/source/brx/sd/source/ui/animations.po
diff --git a/translations/source/brx/sd/source/ui/annotations.po b/source/brx/sd/source/ui/annotations.po
index ee8a2eac3a5..ee8a2eac3a5 100644
--- a/translations/source/brx/sd/source/ui/annotations.po
+++ b/source/brx/sd/source/ui/annotations.po
diff --git a/translations/source/brx/sd/source/ui/app.po b/source/brx/sd/source/ui/app.po
index f632f02e63f..f632f02e63f 100644
--- a/translations/source/brx/sd/source/ui/app.po
+++ b/source/brx/sd/source/ui/app.po
diff --git a/translations/source/brx/sd/source/ui/dlg.po b/source/brx/sd/source/ui/dlg.po
index e130a4a9e83..e130a4a9e83 100644
--- a/translations/source/brx/sd/source/ui/dlg.po
+++ b/source/brx/sd/source/ui/dlg.po
diff --git a/translations/source/brx/sd/source/ui/slideshow.po b/source/brx/sd/source/ui/slideshow.po
index 8b901140142..8b901140142 100644
--- a/translations/source/brx/sd/source/ui/slideshow.po
+++ b/source/brx/sd/source/ui/slideshow.po
diff --git a/translations/source/brx/sd/source/ui/table.po b/source/brx/sd/source/ui/table.po
index ea35a5fade9..ea35a5fade9 100644
--- a/translations/source/brx/sd/source/ui/table.po
+++ b/source/brx/sd/source/ui/table.po
diff --git a/translations/source/brx/sd/source/ui/view.po b/source/brx/sd/source/ui/view.po
index c00bb2bb1c7..c00bb2bb1c7 100644
--- a/translations/source/brx/sd/source/ui/view.po
+++ b/source/brx/sd/source/ui/view.po
diff --git a/translations/source/brx/sdext/source/minimizer.po b/source/brx/sdext/source/minimizer.po
index 47bdf9742b7..47bdf9742b7 100644
--- a/translations/source/brx/sdext/source/minimizer.po
+++ b/source/brx/sdext/source/minimizer.po
diff --git a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index c91293ddc65..c91293ddc65 100644
--- a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
diff --git a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 945517feaa6..945517feaa6 100644
--- a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/brx/sdext/source/pdfimport.po b/source/brx/sdext/source/pdfimport.po
index a0831f20da3..a0831f20da3 100644
--- a/translations/source/brx/sdext/source/pdfimport.po
+++ b/source/brx/sdext/source/pdfimport.po
diff --git a/translations/source/brx/sdext/source/presenter.po b/source/brx/sdext/source/presenter.po
index 139d39654f0..139d39654f0 100644
--- a/translations/source/brx/sdext/source/presenter.po
+++ b/source/brx/sdext/source/presenter.po
diff --git a/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 752bfb2d6d2..752bfb2d6d2 100644
--- a/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
diff --git a/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 05b103953ce..05b103953ce 100644
--- a/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
diff --git a/translations/source/brx/setup_native/source/mac.po b/source/brx/setup_native/source/mac.po
index 7c304e43772..7c304e43772 100644
--- a/translations/source/brx/setup_native/source/mac.po
+++ b/source/brx/setup_native/source/mac.po
diff --git a/translations/source/brx/sfx2/source/appl.po b/source/brx/sfx2/source/appl.po
index bcdf3e30dbb..bcdf3e30dbb 100644
--- a/translations/source/brx/sfx2/source/appl.po
+++ b/source/brx/sfx2/source/appl.po
diff --git a/translations/source/brx/sfx2/source/bastyp.po b/source/brx/sfx2/source/bastyp.po
index 9f7392d1b8c..9f7392d1b8c 100644
--- a/translations/source/brx/sfx2/source/bastyp.po
+++ b/source/brx/sfx2/source/bastyp.po
diff --git a/translations/source/brx/sfx2/source/dialog.po b/source/brx/sfx2/source/dialog.po
index 1d29e83ed83..1d29e83ed83 100644
--- a/translations/source/brx/sfx2/source/dialog.po
+++ b/source/brx/sfx2/source/dialog.po
diff --git a/translations/source/brx/sfx2/source/doc.po b/source/brx/sfx2/source/doc.po
index 46525a3474d..46525a3474d 100644
--- a/translations/source/brx/sfx2/source/doc.po
+++ b/source/brx/sfx2/source/doc.po
diff --git a/translations/source/brx/sfx2/source/menu.po b/source/brx/sfx2/source/menu.po
index e420bff58f1..e420bff58f1 100644
--- a/translations/source/brx/sfx2/source/menu.po
+++ b/source/brx/sfx2/source/menu.po
diff --git a/translations/source/brx/sfx2/source/view.po b/source/brx/sfx2/source/view.po
index ee5dc1512f2..ee5dc1512f2 100644
--- a/translations/source/brx/sfx2/source/view.po
+++ b/source/brx/sfx2/source/view.po
diff --git a/translations/source/brx/shell/source/win32/shlxthandler/res.po b/source/brx/shell/source/win32/shlxthandler/res.po
index 4e3e12273a2..4e3e12273a2 100644
--- a/translations/source/brx/shell/source/win32/shlxthandler/res.po
+++ b/source/brx/shell/source/win32/shlxthandler/res.po
diff --git a/translations/source/brx/starmath/source.po b/source/brx/starmath/source.po
index ec6412aa4c3..ec6412aa4c3 100644
--- a/translations/source/brx/starmath/source.po
+++ b/source/brx/starmath/source.po
diff --git a/translations/source/brx/svl/source/items.po b/source/brx/svl/source/items.po
index 3c93f0c201e..3c93f0c201e 100644
--- a/translations/source/brx/svl/source/items.po
+++ b/source/brx/svl/source/items.po
diff --git a/translations/source/brx/svl/source/misc.po b/source/brx/svl/source/misc.po
index d073b3f3299..d073b3f3299 100644
--- a/translations/source/brx/svl/source/misc.po
+++ b/source/brx/svl/source/misc.po
diff --git a/translations/source/brx/svtools/source/contnr.po b/source/brx/svtools/source/contnr.po
index 36458d21caf..36458d21caf 100644
--- a/translations/source/brx/svtools/source/contnr.po
+++ b/source/brx/svtools/source/contnr.po
diff --git a/translations/source/brx/svtools/source/control.po b/source/brx/svtools/source/control.po
index 7dee2b2bd5e..7dee2b2bd5e 100644
--- a/translations/source/brx/svtools/source/control.po
+++ b/source/brx/svtools/source/control.po
diff --git a/translations/source/brx/svtools/source/dialogs.po b/source/brx/svtools/source/dialogs.po
index dedc5a35067..dedc5a35067 100644
--- a/translations/source/brx/svtools/source/dialogs.po
+++ b/source/brx/svtools/source/dialogs.po
diff --git a/translations/source/brx/svtools/source/filter.po b/source/brx/svtools/source/filter.po
index 997c2840eea..997c2840eea 100644
--- a/translations/source/brx/svtools/source/filter.po
+++ b/source/brx/svtools/source/filter.po
diff --git a/translations/source/brx/svtools/source/java.po b/source/brx/svtools/source/java.po
index 99ad05d6608..99ad05d6608 100644
--- a/translations/source/brx/svtools/source/java.po
+++ b/source/brx/svtools/source/java.po
diff --git a/translations/source/brx/svtools/source/misc.po b/source/brx/svtools/source/misc.po
index 0bf590c1f09..0bf590c1f09 100644
--- a/translations/source/brx/svtools/source/misc.po
+++ b/source/brx/svtools/source/misc.po
diff --git a/translations/source/brx/svtools/source/toolpanel.po b/source/brx/svtools/source/toolpanel.po
index ac4e020881a..ac4e020881a 100644
--- a/translations/source/brx/svtools/source/toolpanel.po
+++ b/source/brx/svtools/source/toolpanel.po
diff --git a/translations/source/brx/svtools/workben/unodialog.po b/source/brx/svtools/workben/unodialog.po
index 7a652695d0a..7a652695d0a 100644
--- a/translations/source/brx/svtools/workben/unodialog.po
+++ b/source/brx/svtools/workben/unodialog.po
diff --git a/translations/source/brx/svx/inc.po b/source/brx/svx/inc.po
index 29c2c558e1b..29c2c558e1b 100644
--- a/translations/source/brx/svx/inc.po
+++ b/source/brx/svx/inc.po
diff --git a/translations/source/brx/svx/source/accessibility.po b/source/brx/svx/source/accessibility.po
index 91b4f7f8cf7..91b4f7f8cf7 100644
--- a/translations/source/brx/svx/source/accessibility.po
+++ b/source/brx/svx/source/accessibility.po
diff --git a/translations/source/brx/svx/source/dialog.po b/source/brx/svx/source/dialog.po
index af2772f6875..af2772f6875 100644
--- a/translations/source/brx/svx/source/dialog.po
+++ b/source/brx/svx/source/dialog.po
diff --git a/translations/source/brx/svx/source/engine3d.po b/source/brx/svx/source/engine3d.po
index 4f6ad0b3a6e..4f6ad0b3a6e 100644
--- a/translations/source/brx/svx/source/engine3d.po
+++ b/source/brx/svx/source/engine3d.po
diff --git a/translations/source/brx/svx/source/fmcomp.po b/source/brx/svx/source/fmcomp.po
index dc91090b37a..dc91090b37a 100644
--- a/translations/source/brx/svx/source/fmcomp.po
+++ b/source/brx/svx/source/fmcomp.po
diff --git a/translations/source/brx/svx/source/form.po b/source/brx/svx/source/form.po
index c1d9a0fa46c..c1d9a0fa46c 100644
--- a/translations/source/brx/svx/source/form.po
+++ b/source/brx/svx/source/form.po
diff --git a/translations/source/brx/svx/source/gallery2.po b/source/brx/svx/source/gallery2.po
index 74727e67fd8..74727e67fd8 100644
--- a/translations/source/brx/svx/source/gallery2.po
+++ b/source/brx/svx/source/gallery2.po
diff --git a/translations/source/brx/svx/source/items.po b/source/brx/svx/source/items.po
index f3dfbc4523a..f3dfbc4523a 100644
--- a/translations/source/brx/svx/source/items.po
+++ b/source/brx/svx/source/items.po
diff --git a/translations/source/brx/svx/source/src.po b/source/brx/svx/source/src.po
index 04030ec83ed..04030ec83ed 100644
--- a/translations/source/brx/svx/source/src.po
+++ b/source/brx/svx/source/src.po
diff --git a/translations/source/brx/svx/source/stbctrls.po b/source/brx/svx/source/stbctrls.po
index f2ee5f56fa9..f2ee5f56fa9 100644
--- a/translations/source/brx/svx/source/stbctrls.po
+++ b/source/brx/svx/source/stbctrls.po
diff --git a/translations/source/brx/svx/source/svdraw.po b/source/brx/svx/source/svdraw.po
index 18f397db3f0..18f397db3f0 100644
--- a/translations/source/brx/svx/source/svdraw.po
+++ b/source/brx/svx/source/svdraw.po
diff --git a/translations/source/brx/svx/source/table.po b/source/brx/svx/source/table.po
index 61ae1234674..61ae1234674 100644
--- a/translations/source/brx/svx/source/table.po
+++ b/source/brx/svx/source/table.po
diff --git a/translations/source/brx/svx/source/tbxctrls.po b/source/brx/svx/source/tbxctrls.po
index 42c24ab9533..42c24ab9533 100644
--- a/translations/source/brx/svx/source/tbxctrls.po
+++ b/source/brx/svx/source/tbxctrls.po
diff --git a/translations/source/brx/svx/source/toolbars.po b/source/brx/svx/source/toolbars.po
index c50e71bde0e..c50e71bde0e 100644
--- a/translations/source/brx/svx/source/toolbars.po
+++ b/source/brx/svx/source/toolbars.po
diff --git a/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po b/source/brx/svx/source/unodialogs/textconversiondlgs.po
index 1586b962cd0..1586b962cd0 100644
--- a/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/brx/svx/source/unodialogs/textconversiondlgs.po
diff --git a/translations/source/brx/sw/source/core/layout.po b/source/brx/sw/source/core/layout.po
index 08bdd94e762..08bdd94e762 100644
--- a/translations/source/brx/sw/source/core/layout.po
+++ b/source/brx/sw/source/core/layout.po
diff --git a/translations/source/brx/sw/source/core/undo.po b/source/brx/sw/source/core/undo.po
index d98a635b575..d98a635b575 100644
--- a/translations/source/brx/sw/source/core/undo.po
+++ b/source/brx/sw/source/core/undo.po
diff --git a/translations/source/brx/sw/source/core/unocore.po b/source/brx/sw/source/core/unocore.po
index 0c74544431e..0c74544431e 100644
--- a/translations/source/brx/sw/source/core/unocore.po
+++ b/source/brx/sw/source/core/unocore.po
diff --git a/translations/source/brx/sw/source/ui/app.po b/source/brx/sw/source/ui/app.po
index ea3275744d5..ea3275744d5 100644
--- a/translations/source/brx/sw/source/ui/app.po
+++ b/source/brx/sw/source/ui/app.po
diff --git a/translations/source/brx/sw/source/ui/chrdlg.po b/source/brx/sw/source/ui/chrdlg.po
index 00ece9590cc..00ece9590cc 100644
--- a/translations/source/brx/sw/source/ui/chrdlg.po
+++ b/source/brx/sw/source/ui/chrdlg.po
diff --git a/translations/source/brx/sw/source/ui/config.po b/source/brx/sw/source/ui/config.po
index e32974fb8d4..e32974fb8d4 100644
--- a/translations/source/brx/sw/source/ui/config.po
+++ b/source/brx/sw/source/ui/config.po
diff --git a/translations/source/brx/sw/source/ui/dbui.po b/source/brx/sw/source/ui/dbui.po
index 834b1892e53..834b1892e53 100644
--- a/translations/source/brx/sw/source/ui/dbui.po
+++ b/source/brx/sw/source/ui/dbui.po
diff --git a/translations/source/brx/sw/source/ui/dialog.po b/source/brx/sw/source/ui/dialog.po
index ebd5a1829be..ebd5a1829be 100644
--- a/translations/source/brx/sw/source/ui/dialog.po
+++ b/source/brx/sw/source/ui/dialog.po
diff --git a/translations/source/brx/sw/source/ui/dochdl.po b/source/brx/sw/source/ui/dochdl.po
index 788f371b890..788f371b890 100644
--- a/translations/source/brx/sw/source/ui/dochdl.po
+++ b/source/brx/sw/source/ui/dochdl.po
diff --git a/translations/source/brx/sw/source/ui/docvw.po b/source/brx/sw/source/ui/docvw.po
index d7fce2897f6..d7fce2897f6 100644
--- a/translations/source/brx/sw/source/ui/docvw.po
+++ b/source/brx/sw/source/ui/docvw.po
diff --git a/translations/source/brx/sw/source/ui/envelp.po b/source/brx/sw/source/ui/envelp.po
index f45c8045d66..f45c8045d66 100644
--- a/translations/source/brx/sw/source/ui/envelp.po
+++ b/source/brx/sw/source/ui/envelp.po
diff --git a/translations/source/brx/sw/source/ui/fldui.po b/source/brx/sw/source/ui/fldui.po
index 0a6d526af47..0a6d526af47 100644
--- a/translations/source/brx/sw/source/ui/fldui.po
+++ b/source/brx/sw/source/ui/fldui.po
diff --git a/translations/source/brx/sw/source/ui/fmtui.po b/source/brx/sw/source/ui/fmtui.po
index 09a8695d960..09a8695d960 100644
--- a/translations/source/brx/sw/source/ui/fmtui.po
+++ b/source/brx/sw/source/ui/fmtui.po
diff --git a/translations/source/brx/sw/source/ui/frmdlg.po b/source/brx/sw/source/ui/frmdlg.po
index 29df8bf178a..29df8bf178a 100644
--- a/translations/source/brx/sw/source/ui/frmdlg.po
+++ b/source/brx/sw/source/ui/frmdlg.po
diff --git a/translations/source/brx/sw/source/ui/globdoc.po b/source/brx/sw/source/ui/globdoc.po
index ed774eec34d..ed774eec34d 100644
--- a/translations/source/brx/sw/source/ui/globdoc.po
+++ b/source/brx/sw/source/ui/globdoc.po
diff --git a/translations/source/brx/sw/source/ui/index.po b/source/brx/sw/source/ui/index.po
index 6fef5586358..6fef5586358 100644
--- a/translations/source/brx/sw/source/ui/index.po
+++ b/source/brx/sw/source/ui/index.po
diff --git a/translations/source/brx/sw/source/ui/lingu.po b/source/brx/sw/source/ui/lingu.po
index 12c4d31d828..12c4d31d828 100644
--- a/translations/source/brx/sw/source/ui/lingu.po
+++ b/source/brx/sw/source/ui/lingu.po
diff --git a/translations/source/brx/sw/source/ui/misc.po b/source/brx/sw/source/ui/misc.po
index 241df5ca7b3..241df5ca7b3 100644
--- a/translations/source/brx/sw/source/ui/misc.po
+++ b/source/brx/sw/source/ui/misc.po
diff --git a/translations/source/brx/sw/source/ui/ribbar.po b/source/brx/sw/source/ui/ribbar.po
index c3c35cc56ba..c3c35cc56ba 100644
--- a/translations/source/brx/sw/source/ui/ribbar.po
+++ b/source/brx/sw/source/ui/ribbar.po
diff --git a/translations/source/brx/sw/source/ui/shells.po b/source/brx/sw/source/ui/shells.po
index 414328e55e9..414328e55e9 100644
--- a/translations/source/brx/sw/source/ui/shells.po
+++ b/source/brx/sw/source/ui/shells.po
diff --git a/translations/source/brx/sw/source/ui/smartmenu.po b/source/brx/sw/source/ui/smartmenu.po
index f3fdb690c92..f3fdb690c92 100644
--- a/translations/source/brx/sw/source/ui/smartmenu.po
+++ b/source/brx/sw/source/ui/smartmenu.po
diff --git a/translations/source/brx/sw/source/ui/table.po b/source/brx/sw/source/ui/table.po
index 85c2b859295..85c2b859295 100644
--- a/translations/source/brx/sw/source/ui/table.po
+++ b/source/brx/sw/source/ui/table.po
diff --git a/translations/source/brx/sw/source/ui/uiview.po b/source/brx/sw/source/ui/uiview.po
index f3b5fb71f29..f3b5fb71f29 100644
--- a/translations/source/brx/sw/source/ui/uiview.po
+++ b/source/brx/sw/source/ui/uiview.po
diff --git a/translations/source/brx/sw/source/ui/utlui.po b/source/brx/sw/source/ui/utlui.po
index 2ca95344e81..2ca95344e81 100644
--- a/translations/source/brx/sw/source/ui/utlui.po
+++ b/source/brx/sw/source/ui/utlui.po
diff --git a/translations/source/brx/sw/source/ui/web.po b/source/brx/sw/source/ui/web.po
index ec9c0dfd5f5..ec9c0dfd5f5 100644
--- a/translations/source/brx/sw/source/ui/web.po
+++ b/source/brx/sw/source/ui/web.po
diff --git a/translations/source/brx/sw/source/ui/wrtsh.po b/source/brx/sw/source/ui/wrtsh.po
index 0225453e55c..0225453e55c 100644
--- a/translations/source/brx/sw/source/ui/wrtsh.po
+++ b/source/brx/sw/source/ui/wrtsh.po
diff --git a/translations/source/brx/swext/mediawiki/help.po b/source/brx/swext/mediawiki/help.po
index d63160749fd..d63160749fd 100644
--- a/translations/source/brx/swext/mediawiki/help.po
+++ b/source/brx/swext/mediawiki/help.po
diff --git a/translations/source/brx/swext/mediawiki/src.po b/source/brx/swext/mediawiki/src.po
index 5b05bb90d2e..5b05bb90d2e 100644
--- a/translations/source/brx/swext/mediawiki/src.po
+++ b/source/brx/swext/mediawiki/src.po
diff --git a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 6973b367e00..6973b367e00 100644
--- a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
diff --git a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 774294d1646..774294d1646 100644
--- a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
diff --git a/translations/source/brx/sysui/desktop/share.po b/source/brx/sysui/desktop/share.po
index f60b567ba9b..f60b567ba9b 100644
--- a/translations/source/brx/sysui/desktop/share.po
+++ b/source/brx/sysui/desktop/share.po
diff --git a/translations/source/brx/uui/source.po b/source/brx/uui/source.po
index f8800e60e5d..f8800e60e5d 100644
--- a/translations/source/brx/uui/source.po
+++ b/source/brx/uui/source.po
diff --git a/translations/source/brx/vcl/source/src.po b/source/brx/vcl/source/src.po
index 4b9c11606a8..4b9c11606a8 100644
--- a/translations/source/brx/vcl/source/src.po
+++ b/source/brx/vcl/source/src.po
diff --git a/translations/source/brx/wizards/source/euro.po b/source/brx/wizards/source/euro.po
index a304b050a1b..a304b050a1b 100644
--- a/translations/source/brx/wizards/source/euro.po
+++ b/source/brx/wizards/source/euro.po
diff --git a/translations/source/brx/wizards/source/formwizard.po b/source/brx/wizards/source/formwizard.po
index dc5fc2f11cd..dc5fc2f11cd 100644
--- a/translations/source/brx/wizards/source/formwizard.po
+++ b/source/brx/wizards/source/formwizard.po
diff --git a/translations/source/brx/wizards/source/importwizard.po b/source/brx/wizards/source/importwizard.po
index 48d9cad6774..48d9cad6774 100644
--- a/translations/source/brx/wizards/source/importwizard.po
+++ b/source/brx/wizards/source/importwizard.po
diff --git a/translations/source/brx/wizards/source/schedule.po b/source/brx/wizards/source/schedule.po
index 0fd13edb234..0fd13edb234 100644
--- a/translations/source/brx/wizards/source/schedule.po
+++ b/source/brx/wizards/source/schedule.po
diff --git a/translations/source/brx/wizards/source/template.po b/source/brx/wizards/source/template.po
index 67f8b89a593..67f8b89a593 100644
--- a/translations/source/brx/wizards/source/template.po
+++ b/source/brx/wizards/source/template.po
diff --git a/translations/source/brx/xmlsecurity/source/component.po b/source/brx/xmlsecurity/source/component.po
index 06a96d9d1f8..06a96d9d1f8 100644
--- a/translations/source/brx/xmlsecurity/source/component.po
+++ b/source/brx/xmlsecurity/source/component.po
diff --git a/translations/source/brx/xmlsecurity/source/dialogs.po b/source/brx/xmlsecurity/source/dialogs.po
index aad55751982..aad55751982 100644
--- a/translations/source/brx/xmlsecurity/source/dialogs.po
+++ b/source/brx/xmlsecurity/source/dialogs.po
diff --git a/translations/source/bs/accessibility/source/helper.po b/source/bs/accessibility/source/helper.po
index c3bf06e89a2..c3bf06e89a2 100644
--- a/translations/source/bs/accessibility/source/helper.po
+++ b/source/bs/accessibility/source/helper.po
diff --git a/translations/source/bs/avmedia/source/framework.po b/source/bs/avmedia/source/framework.po
index a9dc2405fb8..a9dc2405fb8 100644
--- a/translations/source/bs/avmedia/source/framework.po
+++ b/source/bs/avmedia/source/framework.po
diff --git a/translations/source/bs/avmedia/source/viewer.po b/source/bs/avmedia/source/viewer.po
index 632d99205f5..632d99205f5 100644
--- a/translations/source/bs/avmedia/source/viewer.po
+++ b/source/bs/avmedia/source/viewer.po
diff --git a/translations/source/bs/basctl/source/basicide.po b/source/bs/basctl/source/basicide.po
index b8d1ab4ec30..b8d1ab4ec30 100644
--- a/translations/source/bs/basctl/source/basicide.po
+++ b/source/bs/basctl/source/basicide.po
diff --git a/translations/source/bs/basctl/source/dlged.po b/source/bs/basctl/source/dlged.po
index f6f3610b72a..f6f3610b72a 100644
--- a/translations/source/bs/basctl/source/dlged.po
+++ b/source/bs/basctl/source/dlged.po
diff --git a/translations/source/bs/basic/source/classes.po b/source/bs/basic/source/classes.po
index b2095cd4937..b2095cd4937 100644
--- a/translations/source/bs/basic/source/classes.po
+++ b/source/bs/basic/source/classes.po
diff --git a/translations/source/bs/basic/source/sbx.po b/source/bs/basic/source/sbx.po
index e524f897aca..e524f897aca 100644
--- a/translations/source/bs/basic/source/sbx.po
+++ b/source/bs/basic/source/sbx.po
diff --git a/translations/source/bs/chart2/source/controller/dialogs.po b/source/bs/chart2/source/controller/dialogs.po
index f4721b7bb9e..f4721b7bb9e 100644
--- a/translations/source/bs/chart2/source/controller/dialogs.po
+++ b/source/bs/chart2/source/controller/dialogs.po
diff --git a/translations/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index a72042f4a9f..a72042f4a9f 100644
--- a/translations/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index e10686e5438..e10686e5438 100644
--- a/translations/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index cd3e7508b06..cd3e7508b06 100644
--- a/translations/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 58e7106e86d..58e7106e86d 100644
--- a/translations/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 7ff512a24bb..7ff512a24bb 100644
--- a/translations/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 16b5423c44d..16b5423c44d 100644
--- a/translations/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 1d7e62fe849..1d7e62fe849 100644
--- a/translations/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 8421dedde0d..8421dedde0d 100644
--- a/translations/source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 012f9c40e0f..012f9c40e0f 100644
--- a/translations/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index f02a5c1f96b..f02a5c1f96b 100644
--- a/translations/source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
index a33b5af0a0a..a33b5af0a0a 100644
--- a/translations/source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index c7453e6996c..c7453e6996c 100644
--- a/translations/source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 1a3c1106911..1a3c1106911 100644
--- a/translations/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index ba7f384ecce..ba7f384ecce 100644
--- a/translations/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
index 26ea95921eb..26ea95921eb 100644
--- a/translations/source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ b/source/bs/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
diff --git a/translations/source/bs/connectivity/source/resource.po b/source/bs/connectivity/source/resource.po
index bdc90f47a89..bdc90f47a89 100644
--- a/translations/source/bs/connectivity/source/resource.po
+++ b/source/bs/connectivity/source/resource.po
diff --git a/translations/source/bs/cui/source/customize.po b/source/bs/cui/source/customize.po
index 10c8dd24de5..10c8dd24de5 100644
--- a/translations/source/bs/cui/source/customize.po
+++ b/source/bs/cui/source/customize.po
diff --git a/translations/source/bs/cui/source/dialogs.po b/source/bs/cui/source/dialogs.po
index e1fcc85fd84..e1fcc85fd84 100644
--- a/translations/source/bs/cui/source/dialogs.po
+++ b/source/bs/cui/source/dialogs.po
diff --git a/translations/source/bs/cui/source/options.po b/source/bs/cui/source/options.po
index 585456c8851..585456c8851 100644
--- a/translations/source/bs/cui/source/options.po
+++ b/source/bs/cui/source/options.po
diff --git a/translations/source/bs/cui/source/tabpages.po b/source/bs/cui/source/tabpages.po
index 8d2fa90e417..8d2fa90e417 100644
--- a/translations/source/bs/cui/source/tabpages.po
+++ b/source/bs/cui/source/tabpages.po
diff --git a/translations/source/bs/dbaccess/source/core/resource.po b/source/bs/dbaccess/source/core/resource.po
index 63064d84268..63064d84268 100644
--- a/translations/source/bs/dbaccess/source/core/resource.po
+++ b/source/bs/dbaccess/source/core/resource.po
diff --git a/translations/source/bs/dbaccess/source/ext/macromigration.po b/source/bs/dbaccess/source/ext/macromigration.po
index b92c4b9bb94..b92c4b9bb94 100644
--- a/translations/source/bs/dbaccess/source/ext/macromigration.po
+++ b/source/bs/dbaccess/source/ext/macromigration.po
diff --git a/translations/source/bs/dbaccess/source/sdbtools/resource.po b/source/bs/dbaccess/source/sdbtools/resource.po
index f594424655d..f594424655d 100644
--- a/translations/source/bs/dbaccess/source/sdbtools/resource.po
+++ b/source/bs/dbaccess/source/sdbtools/resource.po
diff --git a/translations/source/bs/dbaccess/source/ui/app.po b/source/bs/dbaccess/source/ui/app.po
index c99a9f04366..c99a9f04366 100644
--- a/translations/source/bs/dbaccess/source/ui/app.po
+++ b/source/bs/dbaccess/source/ui/app.po
diff --git a/translations/source/bs/dbaccess/source/ui/browser.po b/source/bs/dbaccess/source/ui/browser.po
index 72da5fceab6..72da5fceab6 100644
--- a/translations/source/bs/dbaccess/source/ui/browser.po
+++ b/source/bs/dbaccess/source/ui/browser.po
diff --git a/translations/source/bs/dbaccess/source/ui/control.po b/source/bs/dbaccess/source/ui/control.po
index 954b15f49ea..954b15f49ea 100644
--- a/translations/source/bs/dbaccess/source/ui/control.po
+++ b/source/bs/dbaccess/source/ui/control.po
diff --git a/translations/source/bs/dbaccess/source/ui/dlg.po b/source/bs/dbaccess/source/ui/dlg.po
index 38da718bb2f..38da718bb2f 100644
--- a/translations/source/bs/dbaccess/source/ui/dlg.po
+++ b/source/bs/dbaccess/source/ui/dlg.po
diff --git a/translations/source/bs/dbaccess/source/ui/inc.po b/source/bs/dbaccess/source/ui/inc.po
index 37d067395b4..37d067395b4 100644
--- a/translations/source/bs/dbaccess/source/ui/inc.po
+++ b/source/bs/dbaccess/source/ui/inc.po
diff --git a/translations/source/bs/dbaccess/source/ui/misc.po b/source/bs/dbaccess/source/ui/misc.po
index 1347356a0ce..1347356a0ce 100644
--- a/translations/source/bs/dbaccess/source/ui/misc.po
+++ b/source/bs/dbaccess/source/ui/misc.po
diff --git a/translations/source/bs/dbaccess/source/ui/querydesign.po b/source/bs/dbaccess/source/ui/querydesign.po
index 2cdcf3cce6b..2cdcf3cce6b 100644
--- a/translations/source/bs/dbaccess/source/ui/querydesign.po
+++ b/source/bs/dbaccess/source/ui/querydesign.po
diff --git a/translations/source/bs/dbaccess/source/ui/relationdesign.po b/source/bs/dbaccess/source/ui/relationdesign.po
index cca3194a1a0..cca3194a1a0 100644
--- a/translations/source/bs/dbaccess/source/ui/relationdesign.po
+++ b/source/bs/dbaccess/source/ui/relationdesign.po
diff --git a/translations/source/bs/dbaccess/source/ui/tabledesign.po b/source/bs/dbaccess/source/ui/tabledesign.po
index 6478aaf3ef3..6478aaf3ef3 100644
--- a/translations/source/bs/dbaccess/source/ui/tabledesign.po
+++ b/source/bs/dbaccess/source/ui/tabledesign.po
diff --git a/translations/source/bs/dbaccess/source/ui/uno.po b/source/bs/dbaccess/source/ui/uno.po
index 069800a1f36..069800a1f36 100644
--- a/translations/source/bs/dbaccess/source/ui/uno.po
+++ b/source/bs/dbaccess/source/ui/uno.po
diff --git a/translations/source/bs/desktop/source/app.po b/source/bs/desktop/source/app.po
index 613c6d220b5..613c6d220b5 100644
--- a/translations/source/bs/desktop/source/app.po
+++ b/source/bs/desktop/source/app.po
diff --git a/translations/source/bs/desktop/source/deployment/gui.po b/source/bs/desktop/source/deployment/gui.po
index b07e4facb2f..b07e4facb2f 100644
--- a/translations/source/bs/desktop/source/deployment/gui.po
+++ b/source/bs/desktop/source/deployment/gui.po
diff --git a/translations/source/bs/desktop/source/deployment/manager.po b/source/bs/desktop/source/deployment/manager.po
index e564c786e2f..e564c786e2f 100644
--- a/translations/source/bs/desktop/source/deployment/manager.po
+++ b/source/bs/desktop/source/deployment/manager.po
diff --git a/translations/source/bs/desktop/source/deployment/misc.po b/source/bs/desktop/source/deployment/misc.po
index 8ff86c15adb..8ff86c15adb 100644
--- a/translations/source/bs/desktop/source/deployment/misc.po
+++ b/source/bs/desktop/source/deployment/misc.po
diff --git a/translations/source/bs/desktop/source/deployment/registry.po b/source/bs/desktop/source/deployment/registry.po
index 174839ee3b5..174839ee3b5 100644
--- a/translations/source/bs/desktop/source/deployment/registry.po
+++ b/source/bs/desktop/source/deployment/registry.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/component.po b/source/bs/desktop/source/deployment/registry/component.po
index 345d0fb540b..345d0fb540b 100644
--- a/translations/source/bs/desktop/source/deployment/registry/component.po
+++ b/source/bs/desktop/source/deployment/registry/component.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/configuration.po b/source/bs/desktop/source/deployment/registry/configuration.po
index fb047cc75bf..fb047cc75bf 100644
--- a/translations/source/bs/desktop/source/deployment/registry/configuration.po
+++ b/source/bs/desktop/source/deployment/registry/configuration.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/help.po b/source/bs/desktop/source/deployment/registry/help.po
index aa92be38b00..aa92be38b00 100644
--- a/translations/source/bs/desktop/source/deployment/registry/help.po
+++ b/source/bs/desktop/source/deployment/registry/help.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/package.po b/source/bs/desktop/source/deployment/registry/package.po
index b8ac0429ce0..b8ac0429ce0 100644
--- a/translations/source/bs/desktop/source/deployment/registry/package.po
+++ b/source/bs/desktop/source/deployment/registry/package.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/script.po b/source/bs/desktop/source/deployment/registry/script.po
index 03f6020f5f4..03f6020f5f4 100644
--- a/translations/source/bs/desktop/source/deployment/registry/script.po
+++ b/source/bs/desktop/source/deployment/registry/script.po
diff --git a/translations/source/bs/desktop/source/deployment/registry/sfwk.po b/source/bs/desktop/source/deployment/registry/sfwk.po
index 772151b9fb3..772151b9fb3 100644
--- a/translations/source/bs/desktop/source/deployment/registry/sfwk.po
+++ b/source/bs/desktop/source/deployment/registry/sfwk.po
diff --git a/translations/source/bs/desktop/source/deployment/unopkg.po b/source/bs/desktop/source/deployment/unopkg.po
index 90632202959..90632202959 100644
--- a/translations/source/bs/desktop/source/deployment/unopkg.po
+++ b/source/bs/desktop/source/deployment/unopkg.po
diff --git a/translations/source/bs/dictionaries/af_ZA.po b/source/bs/dictionaries/af_ZA.po
index cc324739eed..cc324739eed 100644
--- a/translations/source/bs/dictionaries/af_ZA.po
+++ b/source/bs/dictionaries/af_ZA.po
diff --git a/translations/source/bs/dictionaries/an_ES.po b/source/bs/dictionaries/an_ES.po
index 114dec34895..114dec34895 100644
--- a/translations/source/bs/dictionaries/an_ES.po
+++ b/source/bs/dictionaries/an_ES.po
diff --git a/translations/source/bs/dictionaries/ar.po b/source/bs/dictionaries/ar.po
index 289e726840e..289e726840e 100644
--- a/translations/source/bs/dictionaries/ar.po
+++ b/source/bs/dictionaries/ar.po
diff --git a/translations/source/bs/dictionaries/be_BY.po b/source/bs/dictionaries/be_BY.po
index 92b4ba9f13b..92b4ba9f13b 100644
--- a/translations/source/bs/dictionaries/be_BY.po
+++ b/source/bs/dictionaries/be_BY.po
diff --git a/translations/source/bs/dictionaries/bg_BG.po b/source/bs/dictionaries/bg_BG.po
index cb8614b3f67..cb8614b3f67 100644
--- a/translations/source/bs/dictionaries/bg_BG.po
+++ b/source/bs/dictionaries/bg_BG.po
diff --git a/translations/source/bs/dictionaries/bn_BD.po b/source/bs/dictionaries/bn_BD.po
index 3252da52643..3252da52643 100644
--- a/translations/source/bs/dictionaries/bn_BD.po
+++ b/source/bs/dictionaries/bn_BD.po
diff --git a/translations/source/bs/dictionaries/br_FR.po b/source/bs/dictionaries/br_FR.po
index 43c04f5f3a0..43c04f5f3a0 100644
--- a/translations/source/bs/dictionaries/br_FR.po
+++ b/source/bs/dictionaries/br_FR.po
diff --git a/translations/source/bs/dictionaries/ca.po b/source/bs/dictionaries/ca.po
index 1722dacfd60..1722dacfd60 100644
--- a/translations/source/bs/dictionaries/ca.po
+++ b/source/bs/dictionaries/ca.po
diff --git a/translations/source/bs/dictionaries/cs_CZ.po b/source/bs/dictionaries/cs_CZ.po
index 0c57c29a718..0c57c29a718 100644
--- a/translations/source/bs/dictionaries/cs_CZ.po
+++ b/source/bs/dictionaries/cs_CZ.po
diff --git a/translations/source/bs/dictionaries/da_DK.po b/source/bs/dictionaries/da_DK.po
index 43cccba2b7f..43cccba2b7f 100644
--- a/translations/source/bs/dictionaries/da_DK.po
+++ b/source/bs/dictionaries/da_DK.po
diff --git a/translations/source/bs/dictionaries/de.po b/source/bs/dictionaries/de.po
index 4ed1dc69ff7..4ed1dc69ff7 100644
--- a/translations/source/bs/dictionaries/de.po
+++ b/source/bs/dictionaries/de.po
diff --git a/translations/source/bs/dictionaries/el_GR.po b/source/bs/dictionaries/el_GR.po
index ae9a4c242e7..ae9a4c242e7 100644
--- a/translations/source/bs/dictionaries/el_GR.po
+++ b/source/bs/dictionaries/el_GR.po
diff --git a/translations/source/bs/dictionaries/en.po b/source/bs/dictionaries/en.po
index 71e2c6ec015..71e2c6ec015 100644
--- a/translations/source/bs/dictionaries/en.po
+++ b/source/bs/dictionaries/en.po
diff --git a/translations/source/bs/dictionaries/en/dialog.po b/source/bs/dictionaries/en/dialog.po
index bfe92fcf3ab..bfe92fcf3ab 100644
--- a/translations/source/bs/dictionaries/en/dialog.po
+++ b/source/bs/dictionaries/en/dialog.po
diff --git a/translations/source/bs/dictionaries/es_ES.po b/source/bs/dictionaries/es_ES.po
index 3dc2c243046..3dc2c243046 100644
--- a/translations/source/bs/dictionaries/es_ES.po
+++ b/source/bs/dictionaries/es_ES.po
diff --git a/translations/source/bs/dictionaries/et_EE.po b/source/bs/dictionaries/et_EE.po
index ce0d4dfea03..ce0d4dfea03 100644
--- a/translations/source/bs/dictionaries/et_EE.po
+++ b/source/bs/dictionaries/et_EE.po
diff --git a/translations/source/bs/dictionaries/fr_FR.po b/source/bs/dictionaries/fr_FR.po
index 5203a3fd61e..5203a3fd61e 100644
--- a/translations/source/bs/dictionaries/fr_FR.po
+++ b/source/bs/dictionaries/fr_FR.po
diff --git a/translations/source/bs/dictionaries/gd_GB.po b/source/bs/dictionaries/gd_GB.po
index 75dd6387ebb..75dd6387ebb 100644
--- a/translations/source/bs/dictionaries/gd_GB.po
+++ b/source/bs/dictionaries/gd_GB.po
diff --git a/translations/source/bs/dictionaries/gl.po b/source/bs/dictionaries/gl.po
index 6fc21c72487..6fc21c72487 100644
--- a/translations/source/bs/dictionaries/gl.po
+++ b/source/bs/dictionaries/gl.po
diff --git a/translations/source/bs/dictionaries/gu_IN.po b/source/bs/dictionaries/gu_IN.po
index a6371b086b5..a6371b086b5 100644
--- a/translations/source/bs/dictionaries/gu_IN.po
+++ b/source/bs/dictionaries/gu_IN.po
diff --git a/translations/source/bs/dictionaries/he_IL.po b/source/bs/dictionaries/he_IL.po
index ff81f0b2857..ff81f0b2857 100644
--- a/translations/source/bs/dictionaries/he_IL.po
+++ b/source/bs/dictionaries/he_IL.po
diff --git a/translations/source/bs/dictionaries/hi_IN.po b/source/bs/dictionaries/hi_IN.po
index fa7f6bd86bb..fa7f6bd86bb 100644
--- a/translations/source/bs/dictionaries/hi_IN.po
+++ b/source/bs/dictionaries/hi_IN.po
diff --git a/translations/source/bs/dictionaries/hr_HR.po b/source/bs/dictionaries/hr_HR.po
index abc4ca1a4d1..abc4ca1a4d1 100644
--- a/translations/source/bs/dictionaries/hr_HR.po
+++ b/source/bs/dictionaries/hr_HR.po
diff --git a/translations/source/bs/dictionaries/hu_HU.po b/source/bs/dictionaries/hu_HU.po
index b0e2cd0c905..b0e2cd0c905 100644
--- a/translations/source/bs/dictionaries/hu_HU.po
+++ b/source/bs/dictionaries/hu_HU.po
diff --git a/translations/source/bs/dictionaries/hu_HU/dialog.po b/source/bs/dictionaries/hu_HU/dialog.po
index 2d301790f2d..2d301790f2d 100644
--- a/translations/source/bs/dictionaries/hu_HU/dialog.po
+++ b/source/bs/dictionaries/hu_HU/dialog.po
diff --git a/translations/source/bs/dictionaries/it_IT.po b/source/bs/dictionaries/it_IT.po
index 84b4d2196c1..84b4d2196c1 100644
--- a/translations/source/bs/dictionaries/it_IT.po
+++ b/source/bs/dictionaries/it_IT.po
diff --git a/translations/source/bs/dictionaries/ku_TR.po b/source/bs/dictionaries/ku_TR.po
index 6db4b6e7f71..6db4b6e7f71 100644
--- a/translations/source/bs/dictionaries/ku_TR.po
+++ b/source/bs/dictionaries/ku_TR.po
diff --git a/translations/source/bs/dictionaries/lt_LT.po b/source/bs/dictionaries/lt_LT.po
index 0883d603b60..0883d603b60 100644
--- a/translations/source/bs/dictionaries/lt_LT.po
+++ b/source/bs/dictionaries/lt_LT.po
diff --git a/translations/source/bs/dictionaries/lv_LV.po b/source/bs/dictionaries/lv_LV.po
index a6be1798432..a6be1798432 100644
--- a/translations/source/bs/dictionaries/lv_LV.po
+++ b/source/bs/dictionaries/lv_LV.po
diff --git a/translations/source/bs/dictionaries/ne_NP.po b/source/bs/dictionaries/ne_NP.po
index 52a45a8e910..52a45a8e910 100644
--- a/translations/source/bs/dictionaries/ne_NP.po
+++ b/source/bs/dictionaries/ne_NP.po
diff --git a/translations/source/bs/dictionaries/nl_NL.po b/source/bs/dictionaries/nl_NL.po
index c7eddc3b5a2..c7eddc3b5a2 100644
--- a/translations/source/bs/dictionaries/nl_NL.po
+++ b/source/bs/dictionaries/nl_NL.po
diff --git a/translations/source/bs/dictionaries/no.po b/source/bs/dictionaries/no.po
index 75b5616d018..75b5616d018 100644
--- a/translations/source/bs/dictionaries/no.po
+++ b/source/bs/dictionaries/no.po
diff --git a/translations/source/bs/dictionaries/oc_FR.po b/source/bs/dictionaries/oc_FR.po
index 2a8599240cf..2a8599240cf 100644
--- a/translations/source/bs/dictionaries/oc_FR.po
+++ b/source/bs/dictionaries/oc_FR.po
diff --git a/translations/source/bs/dictionaries/pl_PL.po b/source/bs/dictionaries/pl_PL.po
index 57610154ea8..57610154ea8 100644
--- a/translations/source/bs/dictionaries/pl_PL.po
+++ b/source/bs/dictionaries/pl_PL.po
diff --git a/translations/source/bs/dictionaries/pt_BR.po b/source/bs/dictionaries/pt_BR.po
index 89e76be5895..89e76be5895 100644
--- a/translations/source/bs/dictionaries/pt_BR.po
+++ b/source/bs/dictionaries/pt_BR.po
diff --git a/translations/source/bs/dictionaries/pt_PT.po b/source/bs/dictionaries/pt_PT.po
index 2879bd2b9be..2879bd2b9be 100644
--- a/translations/source/bs/dictionaries/pt_PT.po
+++ b/source/bs/dictionaries/pt_PT.po
diff --git a/translations/source/bs/dictionaries/ro.po b/source/bs/dictionaries/ro.po
index fc615dcccde..fc615dcccde 100644
--- a/translations/source/bs/dictionaries/ro.po
+++ b/source/bs/dictionaries/ro.po
diff --git a/translations/source/bs/dictionaries/ru_RU.po b/source/bs/dictionaries/ru_RU.po
index 44a8b947179..44a8b947179 100644
--- a/translations/source/bs/dictionaries/ru_RU.po
+++ b/source/bs/dictionaries/ru_RU.po
diff --git a/translations/source/bs/dictionaries/ru_RU/dialog.po b/source/bs/dictionaries/ru_RU/dialog.po
index 09dd0b0567f..09dd0b0567f 100644
--- a/translations/source/bs/dictionaries/ru_RU/dialog.po
+++ b/source/bs/dictionaries/ru_RU/dialog.po
diff --git a/translations/source/bs/dictionaries/si_LK.po b/source/bs/dictionaries/si_LK.po
index 95c80167073..95c80167073 100644
--- a/translations/source/bs/dictionaries/si_LK.po
+++ b/source/bs/dictionaries/si_LK.po
diff --git a/translations/source/bs/dictionaries/sk_SK.po b/source/bs/dictionaries/sk_SK.po
index 563a477bf4f..563a477bf4f 100644
--- a/translations/source/bs/dictionaries/sk_SK.po
+++ b/source/bs/dictionaries/sk_SK.po
diff --git a/translations/source/bs/dictionaries/sl_SI.po b/source/bs/dictionaries/sl_SI.po
index 3188748f994..3188748f994 100644
--- a/translations/source/bs/dictionaries/sl_SI.po
+++ b/source/bs/dictionaries/sl_SI.po
diff --git a/translations/source/bs/dictionaries/sr.po b/source/bs/dictionaries/sr.po
index 1a069c1d40d..1a069c1d40d 100644
--- a/translations/source/bs/dictionaries/sr.po
+++ b/source/bs/dictionaries/sr.po
diff --git a/translations/source/bs/dictionaries/sv_SE.po b/source/bs/dictionaries/sv_SE.po
index ee0914064a9..ee0914064a9 100644
--- a/translations/source/bs/dictionaries/sv_SE.po
+++ b/source/bs/dictionaries/sv_SE.po
diff --git a/translations/source/bs/dictionaries/sw_TZ.po b/source/bs/dictionaries/sw_TZ.po
index 35535caf323..35535caf323 100644
--- a/translations/source/bs/dictionaries/sw_TZ.po
+++ b/source/bs/dictionaries/sw_TZ.po
diff --git a/translations/source/bs/dictionaries/te_IN.po b/source/bs/dictionaries/te_IN.po
index 572669df801..572669df801 100644
--- a/translations/source/bs/dictionaries/te_IN.po
+++ b/source/bs/dictionaries/te_IN.po
diff --git a/translations/source/bs/dictionaries/th_TH.po b/source/bs/dictionaries/th_TH.po
index 166d422ab02..166d422ab02 100644
--- a/translations/source/bs/dictionaries/th_TH.po
+++ b/source/bs/dictionaries/th_TH.po
diff --git a/translations/source/bs/dictionaries/uk_UA.po b/source/bs/dictionaries/uk_UA.po
index ef539d250ab..ef539d250ab 100644
--- a/translations/source/bs/dictionaries/uk_UA.po
+++ b/source/bs/dictionaries/uk_UA.po
diff --git a/translations/source/bs/dictionaries/vi.po b/source/bs/dictionaries/vi.po
index b9a8d5a2093..b9a8d5a2093 100644
--- a/translations/source/bs/dictionaries/vi.po
+++ b/source/bs/dictionaries/vi.po
diff --git a/translations/source/bs/dictionaries/zu_ZA.po b/source/bs/dictionaries/zu_ZA.po
index 335e129554b..335e129554b 100644
--- a/translations/source/bs/dictionaries/zu_ZA.po
+++ b/source/bs/dictionaries/zu_ZA.po
diff --git a/translations/source/bs/editeng/source/accessibility.po b/source/bs/editeng/source/accessibility.po
index 5fb68e9bfe5..5fb68e9bfe5 100644
--- a/translations/source/bs/editeng/source/accessibility.po
+++ b/source/bs/editeng/source/accessibility.po
diff --git a/translations/source/bs/editeng/source/editeng.po b/source/bs/editeng/source/editeng.po
index 42a5aa58d8c..42a5aa58d8c 100644
--- a/translations/source/bs/editeng/source/editeng.po
+++ b/source/bs/editeng/source/editeng.po
diff --git a/translations/source/bs/editeng/source/items.po b/source/bs/editeng/source/items.po
index c2fe5adb97b..c2fe5adb97b 100644
--- a/translations/source/bs/editeng/source/items.po
+++ b/source/bs/editeng/source/items.po
diff --git a/translations/source/bs/editeng/source/misc.po b/source/bs/editeng/source/misc.po
index d529fd88c08..d529fd88c08 100644
--- a/translations/source/bs/editeng/source/misc.po
+++ b/source/bs/editeng/source/misc.po
diff --git a/translations/source/bs/editeng/source/outliner.po b/source/bs/editeng/source/outliner.po
index a6426b7a389..a6426b7a389 100644
--- a/translations/source/bs/editeng/source/outliner.po
+++ b/source/bs/editeng/source/outliner.po
diff --git a/translations/source/bs/extensions/source/abpilot.po b/source/bs/extensions/source/abpilot.po
index 153e3a5c406..153e3a5c406 100644
--- a/translations/source/bs/extensions/source/abpilot.po
+++ b/source/bs/extensions/source/abpilot.po
diff --git a/translations/source/bs/extensions/source/bibliography.po b/source/bs/extensions/source/bibliography.po
index 793a1b96932..793a1b96932 100644
--- a/translations/source/bs/extensions/source/bibliography.po
+++ b/source/bs/extensions/source/bibliography.po
diff --git a/translations/source/bs/extensions/source/dbpilots.po b/source/bs/extensions/source/dbpilots.po
index 8d440067b91..8d440067b91 100644
--- a/translations/source/bs/extensions/source/dbpilots.po
+++ b/source/bs/extensions/source/dbpilots.po
diff --git a/translations/source/bs/extensions/source/propctrlr.po b/source/bs/extensions/source/propctrlr.po
index d4865705e56..d4865705e56 100644
--- a/translations/source/bs/extensions/source/propctrlr.po
+++ b/source/bs/extensions/source/propctrlr.po
diff --git a/translations/source/bs/extensions/source/scanner.po b/source/bs/extensions/source/scanner.po
index 0667555615b..0667555615b 100644
--- a/translations/source/bs/extensions/source/scanner.po
+++ b/source/bs/extensions/source/scanner.po
diff --git a/translations/source/bs/extensions/source/update/check.po b/source/bs/extensions/source/update/check.po
index f7418d631df..f7418d631df 100644
--- a/translations/source/bs/extensions/source/update/check.po
+++ b/source/bs/extensions/source/update/check.po
diff --git a/translations/source/bs/extensions/source/update/check/org/openoffice/Office.po b/source/bs/extensions/source/update/check/org/openoffice/Office.po
index a30bb257815..a30bb257815 100644
--- a/translations/source/bs/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/bs/extensions/source/update/check/org/openoffice/Office.po
diff --git a/translations/source/bs/filter/source/config/fragments/filters.po b/source/bs/filter/source/config/fragments/filters.po
index 47f8407f91d..47f8407f91d 100644
--- a/translations/source/bs/filter/source/config/fragments/filters.po
+++ b/source/bs/filter/source/config/fragments/filters.po
diff --git a/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po b/source/bs/filter/source/config/fragments/internalgraphicfilters.po
index 87084a685f8..87084a685f8 100644
--- a/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bs/filter/source/config/fragments/internalgraphicfilters.po
diff --git a/translations/source/bs/filter/source/config/fragments/types.po b/source/bs/filter/source/config/fragments/types.po
index 7c0804047cd..7c0804047cd 100644
--- a/translations/source/bs/filter/source/config/fragments/types.po
+++ b/source/bs/filter/source/config/fragments/types.po
diff --git a/translations/source/bs/filter/source/flash.po b/source/bs/filter/source/flash.po
index 243b00d46ee..243b00d46ee 100644
--- a/translations/source/bs/filter/source/flash.po
+++ b/source/bs/filter/source/flash.po
diff --git a/translations/source/bs/filter/source/graphicfilter/eps.po b/source/bs/filter/source/graphicfilter/eps.po
index 4fede261f5b..4fede261f5b 100644
--- a/translations/source/bs/filter/source/graphicfilter/eps.po
+++ b/source/bs/filter/source/graphicfilter/eps.po
diff --git a/translations/source/bs/filter/source/pdf.po b/source/bs/filter/source/pdf.po
index 66e1e29b0d7..66e1e29b0d7 100644
--- a/translations/source/bs/filter/source/pdf.po
+++ b/source/bs/filter/source/pdf.po
diff --git a/translations/source/bs/filter/source/t602.po b/source/bs/filter/source/t602.po
index a9c8d409f46..a9c8d409f46 100644
--- a/translations/source/bs/filter/source/t602.po
+++ b/source/bs/filter/source/t602.po
diff --git a/translations/source/bs/filter/source/xsltdialog.po b/source/bs/filter/source/xsltdialog.po
index c161451b99e..c161451b99e 100644
--- a/translations/source/bs/filter/source/xsltdialog.po
+++ b/source/bs/filter/source/xsltdialog.po
diff --git a/translations/source/bs/forms/source/resource.po b/source/bs/forms/source/resource.po
index e2da51aad68..e2da51aad68 100644
--- a/translations/source/bs/forms/source/resource.po
+++ b/source/bs/forms/source/resource.po
diff --git a/translations/source/bs/formula/source/core/resource.po b/source/bs/formula/source/core/resource.po
index 6135059da43..6135059da43 100644
--- a/translations/source/bs/formula/source/core/resource.po
+++ b/source/bs/formula/source/core/resource.po
diff --git a/translations/source/bs/formula/source/ui/dlg.po b/source/bs/formula/source/ui/dlg.po
index e07f9db4269..e07f9db4269 100644
--- a/translations/source/bs/formula/source/ui/dlg.po
+++ b/source/bs/formula/source/ui/dlg.po
diff --git a/translations/source/bs/fpicker/source/office.po b/source/bs/fpicker/source/office.po
index d693950b5c7..d693950b5c7 100644
--- a/translations/source/bs/fpicker/source/office.po
+++ b/source/bs/fpicker/source/office.po
diff --git a/translations/source/bs/framework/source/classes.po b/source/bs/framework/source/classes.po
index 3c0da1da6c1..3c0da1da6c1 100644
--- a/translations/source/bs/framework/source/classes.po
+++ b/source/bs/framework/source/classes.po
diff --git a/translations/source/bs/framework/source/services.po b/source/bs/framework/source/services.po
index 4bc2a5e6219..4bc2a5e6219 100644
--- a/translations/source/bs/framework/source/services.po
+++ b/source/bs/framework/source/services.po
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/guide.po b/source/bs/helpcontent2/source/text/sbasic/guide.po
index cefa9b951ad..cefa9b951ad 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/guide.po
+++ b/source/bs/helpcontent2/source/text/sbasic/guide.po
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared.po b/source/bs/helpcontent2/source/text/sbasic/shared.po
index c0b51d77c9e..c0b51d77c9e 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared.po
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po b/source/bs/helpcontent2/source/text/sbasic/shared/01.po
index 8b1b7e3c6d2..8b1b7e3c6d2 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po b/source/bs/helpcontent2/source/text/sbasic/shared/02.po
index b67dae90ebf..b67dae90ebf 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared/02.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc.po b/source/bs/helpcontent2/source/text/scalc.po
index 42de73562be..42de73562be 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc.po
+++ b/source/bs/helpcontent2/source/text/scalc.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/00.po b/source/bs/helpcontent2/source/text/scalc/00.po
index a0848455385..a0848455385 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/00.po
+++ b/source/bs/helpcontent2/source/text/scalc/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index 1e7dd5f7f83..1e7dd5f7f83 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/source/bs/helpcontent2/source/text/scalc/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/02.po b/source/bs/helpcontent2/source/text/scalc/02.po
index 6ec22f79389..6ec22f79389 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/02.po
+++ b/source/bs/helpcontent2/source/text/scalc/02.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/04.po b/source/bs/helpcontent2/source/text/scalc/04.po
index 110c1489942..110c1489942 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/04.po
+++ b/source/bs/helpcontent2/source/text/scalc/04.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/05.po b/source/bs/helpcontent2/source/text/scalc/05.po
index 1d9733e4ee7..1d9733e4ee7 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/05.po
+++ b/source/bs/helpcontent2/source/text/scalc/05.po
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/guide.po b/source/bs/helpcontent2/source/text/scalc/guide.po
index 4e47f4e459f..4e47f4e459f 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/guide.po
+++ b/source/bs/helpcontent2/source/text/scalc/guide.po
diff --git a/translations/source/bs/helpcontent2/source/text/schart.po b/source/bs/helpcontent2/source/text/schart.po
index 1ddcf59f898..1ddcf59f898 100644
--- a/translations/source/bs/helpcontent2/source/text/schart.po
+++ b/source/bs/helpcontent2/source/text/schart.po
diff --git a/translations/source/bs/helpcontent2/source/text/schart/00.po b/source/bs/helpcontent2/source/text/schart/00.po
index 325508520b1..325508520b1 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/00.po
+++ b/source/bs/helpcontent2/source/text/schart/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/schart/01.po b/source/bs/helpcontent2/source/text/schart/01.po
index 1f1861f3326..1f1861f3326 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/01.po
+++ b/source/bs/helpcontent2/source/text/schart/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/schart/02.po b/source/bs/helpcontent2/source/text/schart/02.po
index 38e3c7c5380..38e3c7c5380 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/02.po
+++ b/source/bs/helpcontent2/source/text/schart/02.po
diff --git a/translations/source/bs/helpcontent2/source/text/schart/04.po b/source/bs/helpcontent2/source/text/schart/04.po
index b57016fce86..b57016fce86 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/04.po
+++ b/source/bs/helpcontent2/source/text/schart/04.po
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw.po b/source/bs/helpcontent2/source/text/sdraw.po
index 6395496b776..6395496b776 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw.po
+++ b/source/bs/helpcontent2/source/text/sdraw.po
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/00.po b/source/bs/helpcontent2/source/text/sdraw/00.po
index bf717cf814d..bf717cf814d 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/00.po
+++ b/source/bs/helpcontent2/source/text/sdraw/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/01.po b/source/bs/helpcontent2/source/text/sdraw/01.po
index 3aa6b2a90bc..3aa6b2a90bc 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/01.po
+++ b/source/bs/helpcontent2/source/text/sdraw/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/04.po b/source/bs/helpcontent2/source/text/sdraw/04.po
index 3c14c319044..3c14c319044 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/04.po
+++ b/source/bs/helpcontent2/source/text/sdraw/04.po
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/guide.po b/source/bs/helpcontent2/source/text/sdraw/guide.po
index 376b5a83fb1..376b5a83fb1 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/guide.po
+++ b/source/bs/helpcontent2/source/text/sdraw/guide.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared.po b/source/bs/helpcontent2/source/text/shared.po
index 0cb6ad3b0b8..0cb6ad3b0b8 100644
--- a/translations/source/bs/helpcontent2/source/text/shared.po
+++ b/source/bs/helpcontent2/source/text/shared.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index b500b68430b..b500b68430b 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index 04a5df9169c..04a5df9169c 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/helpcontent2/source/text/shared/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/02.po b/source/bs/helpcontent2/source/text/shared/02.po
index da9f2bef8a1..da9f2bef8a1 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/02.po
+++ b/source/bs/helpcontent2/source/text/shared/02.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/04.po b/source/bs/helpcontent2/source/text/shared/04.po
index 5e25fc55ea2..5e25fc55ea2 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/04.po
+++ b/source/bs/helpcontent2/source/text/shared/04.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/05.po b/source/bs/helpcontent2/source/text/shared/05.po
index da13bcca84e..da13bcca84e 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/05.po
+++ b/source/bs/helpcontent2/source/text/shared/05.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/07.po b/source/bs/helpcontent2/source/text/shared/07.po
index 406bee71e95..406bee71e95 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/07.po
+++ b/source/bs/helpcontent2/source/text/shared/07.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/autokorr.po b/source/bs/helpcontent2/source/text/shared/autokorr.po
index df5b42afb32..df5b42afb32 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/autokorr.po
+++ b/source/bs/helpcontent2/source/text/shared/autokorr.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/autopi.po b/source/bs/helpcontent2/source/text/shared/autopi.po
index 9fa556e112b..9fa556e112b 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/autopi.po
+++ b/source/bs/helpcontent2/source/text/shared/autopi.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po b/source/bs/helpcontent2/source/text/shared/explorer/database.po
index 3daa4b790b2..3daa4b790b2 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bs/helpcontent2/source/text/shared/explorer/database.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po
index e12c5167bbe..e12c5167bbe 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/source/bs/helpcontent2/source/text/shared/guide.po
diff --git a/translations/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index 710c91b9bd5..710c91b9bd5 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress.po b/source/bs/helpcontent2/source/text/simpress.po
index 3632a38b166..3632a38b166 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress.po
+++ b/source/bs/helpcontent2/source/text/simpress.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/00.po b/source/bs/helpcontent2/source/text/simpress/00.po
index 6a7b9d55eb5..6a7b9d55eb5 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/00.po
+++ b/source/bs/helpcontent2/source/text/simpress/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/01.po b/source/bs/helpcontent2/source/text/simpress/01.po
index 4e01a0671a4..4e01a0671a4 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/01.po
+++ b/source/bs/helpcontent2/source/text/simpress/01.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/02.po b/source/bs/helpcontent2/source/text/simpress/02.po
index cd67bdd2266..cd67bdd2266 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/02.po
+++ b/source/bs/helpcontent2/source/text/simpress/02.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/04.po b/source/bs/helpcontent2/source/text/simpress/04.po
index 43e276e831d..43e276e831d 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/04.po
+++ b/source/bs/helpcontent2/source/text/simpress/04.po
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/guide.po b/source/bs/helpcontent2/source/text/simpress/guide.po
index 29188dd20d6..29188dd20d6 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/guide.po
+++ b/source/bs/helpcontent2/source/text/simpress/guide.po
diff --git a/translations/source/bs/helpcontent2/source/text/smath.po b/source/bs/helpcontent2/source/text/smath.po
index d3fb8b9b896..d3fb8b9b896 100644
--- a/translations/source/bs/helpcontent2/source/text/smath.po
+++ b/source/bs/helpcontent2/source/text/smath.po
diff --git a/translations/source/bs/helpcontent2/source/text/smath/00.po b/source/bs/helpcontent2/source/text/smath/00.po
index 84be5e2d2d0..84be5e2d2d0 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/00.po
+++ b/source/bs/helpcontent2/source/text/smath/00.po
diff --git a/translations/source/bs/helpcontent2/source/text/smath/01.po b/source/bs/helpcontent2/source/text/smath/01.po
index f7dedbdfbe5..f7dedbdfbe5 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/01.po
+++ b/source/bs/helpcontent2/source/text/smath/01.po