Android-specific notes Note that this document has not necessarily been updated to match reality... For instructions on how to build for Android, see README.cross. * Getting something running on an emulated device Create an AVD in the android UI, don't even try to get the data partition size right in the GUI, that is doomed to producing an AVD that doesn't work. Instead start it from the console: LD_LIBRARY_PATH=$(pwd)/lib emulator-arm -avd -partition-size 500 In order to have proper acceleration, you need the 32-bit libGL.so: sudo zypper in Mesa-libGL-devel-32bit Where is the literal name of the AVD that you entered. Then: make cmd cmd=bash cd android/qa/sc make clean all install make run ; adb shell logcat And if all goes well - you should have some nice unit test output to enjoy. After a while of this loop you might find that you have lost a lot of space on your emulator's or device's /data volume. If using the emulator, you can do: adb shell stop; adb shell start but on a (non-rooted) device you probably just need to reboot it. On the other hand, this phenomenon might not happen on actual devices. and continue onwards & upwards. * What about using a real device? That works fine, too. You won't be able to use the "adb shell stop" and "adb shell start" commands to do anything, as far as I know. But don't seem to be necessary on a real device anyway? * Debugging Install the .apk to the device, start the application, and: cd android/experimental/LOAndroid3 /ndk-gdb --adb=/platform-tools/adb Some versions of the NDK had a broken gdb in the way that it can see symbols only for shlibs that were already loaded when the debuggee was attached, so you need to carefully guess where to put: fprintf(stderr, "Sleeping NOW!\n"); ::sleep(20); into the code; and when you see that in logcat, you have time to run: ndk-gdb and it will attach the process. thread 12 # or perhaps 13 backtrace may show you the native code trace. In r8b the ndk-gdb seems to work a bit better, and I think it isn't necessary to use the mingw-and-ndk ndb-gdb any longer. * Getting the symbols In order to be able to debug, you also need the symbols. Currently they are stripped using a $(STRIP) call in android/Bootstrap/Makefile.shared ; make sure you change it only to 'cp'. But then you need to limit the size of the resulting binary by other means, that is strip most of the symbols (but the interesting ones) already during the build. For that, use something like --enable-dbgutil --enable-selective-debuginfo="sal/" in your autogen.input (but of course limit the --enable-selective-debuginfo only to directories / libraries that are interesting to you). * Common Errors / Gotchas lo_dlneeds: Could not read ELF header of /data/data/org.libreoffice...libfoo.so This (most likely) means that the install quietly failed, and that the file is truncated; check it out with adb shell ls -l /data/data/.... * Detailed explanation Note: the below talk about unit tests is obsolete; we no longer have any makefilery etc to build unit tests for Android. Unit tests are the first thing we want to run on Android, to get some idea how well, if at all, the basic LO libraries work. We want to build even unit tests as normal Android apps, i.e. packaged as .apk files, so that they run in a sandboxed environment like that of whatever eventual end-user Android apps there will be that use LO code. Sure, we could quite easily build unit tests as plain Linux executables (built against the Android libraries, of course, not GNU/Linux ones), push them to the device or emulator with adb and run them from adb shell, but that would not be a good test as the environment such processs run in is completely different from that in which real end-user apps with GUI etc run. We have no intent to require LibreOffice code to be used only on "rooted" devices etc. All Android apps are basically Java programs. They run "in" a Dalvik virtual machine. Yes, you can also have apps where all *your* code is native code, written in a compiled language like C or C++. But also also such apps are actually started by system-provided Java bootstrapping code (NativeActivity) running in a Dalvik VM. Such a native app (or actually, "activity") is not built as a executable program, but as a shared object. The Java NativeActivity bootstrapper loads that shared object with dlopen. Anyway, our current "experimental" apps (DocumentLoader, LibreOffice4Android and LibreOfficeDesktop) are not based on NativeActivity any more. They have normal Java code for the activity, and just call out to a single, app-specific native library (called liblo-native-code.so) to do all the heavy lifting. ubmodules'>feature/submodules LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-28 12:36:26 +0100
committerAndras Timar <atimar@suse.com>2011-11-28 12:36:26 +0100
commit802b4c7c552b91dd29c3bf0cb86b1f16230f85c1 (patch)
tree8621e910fdcd1bd79767f87820795b2c418e14f0 /translations/source
parentce71330f1c606bf39eb5f524e8f00110f19a622f (diff)
update translations for LibreOffice 3.5 beta0
Diffstat (limited to 'translations/source')
-rw-r--r--translations/source/af/accessibility/source/helper.po4
-rw-r--r--translations/source/af/avmedia/source/framework.po4
-rw-r--r--translations/source/af/avmedia/source/viewer.po4
-rw-r--r--translations/source/af/basctl/source/basicide.po12
-rw-r--r--translations/source/af/basctl/source/dlged.po4
-rw-r--r--translations/source/af/basic/source/app.po4
-rw-r--r--translations/source/af/basic/source/classes.po4
-rw-r--r--translations/source/af/basic/source/sbx.po4
-rw-r--r--translations/source/af/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/af/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/af/connectivity/source/resource.po4
-rw-r--r--translations/source/af/crashrep/source/all.po4
-rw-r--r--translations/source/af/cui/source/customize.po4
-rw-r--r--translations/source/af/cui/source/dialogs.po12
-rw-r--r--translations/source/af/cui/source/options.po44
-rw-r--r--translations/source/af/cui/source/tabpages.po8
-rw-r--r--translations/source/af/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/af/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/af/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/af/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/af/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/af/desktop/source/app.po4
-rw-r--r--translations/source/af/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/af/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/af/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/af/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/af/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/af/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/af/desktop/win32/source/setup.po4
-rw-r--r--translations/source/af/dictionaries/af_ZA.po6
-rw-r--r--translations/source/af/dictionaries/ar.po6
-rw-r--r--translations/source/af/dictionaries/be_BY.po19
-rw-r--r--translations/source/af/dictionaries/bg_BG.po6
-rw-r--r--translations/source/af/dictionaries/bn_BD.po6
-rw-r--r--translations/source/af/dictionaries/br_FR.po6
-rw-r--r--translations/source/af/dictionaries/ca.po6
-rw-r--r--translations/source/af/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/af/dictionaries/da_DK.po6
-rw-r--r--translations/source/af/dictionaries/de.po6
-rw-r--r--translations/source/af/dictionaries/el_GR.po19
-rw-r--r--translations/source/af/dictionaries/en.po6
-rw-r--r--translations/source/af/dictionaries/es_ES.po6
-rw-r--r--translations/source/af/dictionaries/et_EE.po6
-rw-r--r--translations/source/af/dictionaries/fr_FR.po6
-rw-r--r--translations/source/af/dictionaries/gd_GB.po19
-rw-r--r--translations/source/af/dictionaries/gl.po6
-rw-r--r--translations/source/af/dictionaries/gu_IN.po6
-rw-r--r--translations/source/af/dictionaries/he_IL.po6
-rw-r--r--translations/source/af/dictionaries/hi_IN.po6
-rw-r--r--translations/source/af/dictionaries/hr_HR.po6
-rw-r--r--translations/source/af/dictionaries/hu_HU.po6
-rw-r--r--translations/source/af/dictionaries/it_IT.po6
-rw-r--r--translations/source/af/dictionaries/ku_TR.po6
-rw-r--r--translations/source/af/dictionaries/lt_LT.po6
-rw-r--r--translations/source/af/dictionaries/lv_LV.po6
-rw-r--r--translations/source/af/dictionaries/ne_NP.po6
-rw-r--r--translations/source/af/dictionaries/nl_NL.po6
-rw-r--r--translations/source/af/dictionaries/no.po6
-rw-r--r--translations/source/af/dictionaries/oc_FR.po6
-rw-r--r--translations/source/af/dictionaries/pl_PL.po6
-rw-r--r--translations/source/af/dictionaries/pt_BR.po6
-rw-r--r--translations/source/af/dictionaries/pt_PT.po6
-rw-r--r--translations/source/af/dictionaries/ro.po6
-rw-r--r--translations/source/af/dictionaries/ru_RU.po6
-rw-r--r--translations/source/af/dictionaries/sk_SK.po6
-rw-r--r--translations/source/af/dictionaries/sl_SI.po6
-rw-r--r--translations/source/af/dictionaries/sr.po6
-rw-r--r--translations/source/af/dictionaries/sv_SE.po6
-rw-r--r--translations/source/af/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/af/dictionaries/te_IN.po19
-rw-r--r--translations/source/af/dictionaries/th_TH.po6
-rw-r--r--translations/source/af/dictionaries/uk_UA.po6
-rw-r--r--translations/source/af/dictionaries/vi.po6
-rw-r--r--translations/source/af/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/af/editeng/source/accessibility.po4
-rw-r--r--translations/source/af/editeng/source/editeng.po4
-rw-r--r--translations/source/af/editeng/source/items.po4
-rw-r--r--translations/source/af/editeng/source/misc.po4
-rw-r--r--translations/source/af/editeng/source/outliner.po4
-rw-r--r--translations/source/af/extensions/source/abpilot.po4
-rw-r--r--translations/source/af/extensions/source/bibliography.po4
-rw-r--r--translations/source/af/extensions/source/dbpilots.po4
-rw-r--r--translations/source/af/extensions/source/propctrlr.po4
-rw-r--r--translations/source/af/extensions/source/scanner.po8
-rw-r--r--translations/source/af/extensions/source/update/check.po4
-rw-r--r--translations/source/af/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/af/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/af/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/af/filter/source/flash.po4
-rw-r--r--translations/source/af/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/af/filter/source/pdf.po4
-rw-r--r--translations/source/af/filter/source/t602.po4
-rw-r--r--translations/source/af/filter/source/xsltdialog.po8
-rw-r--r--translations/source/af/forms/source/resource.po4
-rw-r--r--translations/source/af/formula/source/core/resource.po4
-rw-r--r--translations/source/af/formula/source/ui/dlg.po4
-rw-r--r--translations/source/af/fpicker/source/office.po4
-rw-r--r--translations/source/af/framework/source/classes.po4
-rw-r--r--translations/source/af/framework/source/services.po4
-rw-r--r--translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/af/mysqlc/source.po12
-rw-r--r--translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/af/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/af/padmin/source.po4
-rw-r--r--translations/source/af/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/af/reportbuilder/util.po8
-rw-r--r--translations/source/af/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/af/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/af/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/af/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/af/sc/source/core/src.po4
-rw-r--r--translations/source/af/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/af/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/af/sc/source/ui/docshell.po4
-rw-r--r--translations/source/af/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/af/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/af/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/af/sc/source/ui/navipi.po11
-rw-r--r--translations/source/af/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/af/sc/source/ui/src.po270
-rw-r--r--translations/source/af/sc/source/ui/styleui.po4
-rw-r--r--translations/source/af/scaddins/source/analysis.po4
-rw-r--r--translations/source/af/scaddins/source/datefunc.po4
-rw-r--r--translations/source/af/sccomp/source/solver.po4
-rw-r--r--translations/source/af/scp2/source/accessories.po4
-rw-r--r--translations/source/af/scp2/source/activex.po4
-rw-r--r--translations/source/af/scp2/source/base.po4
-rw-r--r--translations/source/af/scp2/source/binfilter.po4
-rw-r--r--translations/source/af/scp2/source/calc.po4
-rw-r--r--translations/source/af/scp2/source/draw.po4
-rw-r--r--translations/source/af/scp2/source/extensions.po4
-rw-r--r--translations/source/af/scp2/source/gnome.po4
-rw-r--r--translations/source/af/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/af/scp2/source/impress.po4
-rw-r--r--translations/source/af/scp2/source/javafilter.po4
-rw-r--r--translations/source/af/scp2/source/kde.po4
-rw-r--r--translations/source/af/scp2/source/math.po4
-rw-r--r--translations/source/af/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/af/scp2/source/ooo.po686
-rw-r--r--translations/source/af/scp2/source/python.po8
-rw-r--r--translations/source/af/scp2/source/quickstart.po4
-rw-r--r--translations/source/af/scp2/source/sdkoo.po4
-rw-r--r--translations/source/af/scp2/source/testtool.po4
-rw-r--r--translations/source/af/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/af/scp2/source/writer.po4
-rw-r--r--translations/source/af/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/af/scripting/source/pyprov.po10
-rw-r--r--translations/source/af/sd/source/core.po4
-rw-r--r--translations/source/af/sd/source/filter/html.po4
-rw-r--r--translations/source/af/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/af/sd/source/ui/animations.po4
-rw-r--r--translations/source/af/sd/source/ui/annotations.po4
-rw-r--r--translations/source/af/sd/source/ui/app.po4
-rw-r--r--translations/source/af/sd/source/ui/dlg.po4
-rw-r--r--translations/source/af/sd/source/ui/notes.po4
-rw-r--r--translations/source/af/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/af/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/af/sd/source/ui/table.po4
-rw-r--r--translations/source/af/sd/source/ui/view.po4
-rw-r--r--translations/source/af/sdext/source/minimizer.po6
-rw-r--r--translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/af/sdext/source/pdfimport.po16
-rw-r--r--translations/source/af/sdext/source/presenter.po6
-rw-r--r--translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/af/setup_native/source/mac.po4
-rw-r--r--translations/source/af/sfx2/source/appl.po4
-rw-r--r--translations/source/af/sfx2/source/bastyp.po4
-rw-r--r--translations/source/af/sfx2/source/dialog.po4
-rw-r--r--translations/source/af/sfx2/source/doc.po4
-rw-r--r--translations/source/af/sfx2/source/menu.po4
-rw-r--r--translations/source/af/sfx2/source/view.po4
-rw-r--r--translations/source/af/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/af/starmath/source.po36
-rw-r--r--translations/source/af/svl/source/items.po4
-rw-r--r--translations/source/af/svl/source/misc.po164
-rw-r--r--translations/source/af/svtools/source/contnr.po4
-rw-r--r--translations/source/af/svtools/source/control.po4
-rw-r--r--translations/source/af/svtools/source/dialogs.po4
-rw-r--r--translations/source/af/svtools/source/filter.po4
-rw-r--r--translations/source/af/svtools/source/java.po4
-rw-r--r--translations/source/af/svtools/source/misc.po8
-rw-r--r--translations/source/af/svtools/source/plugapp.po4
-rw-r--r--translations/source/af/svtools/source/toolpanel.po4
-rw-r--r--translations/source/af/svtools/workben/unodialog.po4
-rw-r--r--translations/source/af/svx/inc.po4
-rw-r--r--translations/source/af/svx/source/accessibility.po4
-rw-r--r--translations/source/af/svx/source/dialog.po45
-rw-r--r--translations/source/af/svx/source/engine3d.po4
-rw-r--r--translations/source/af/svx/source/fmcomp.po4
-rw-r--r--translations/source/af/svx/source/form.po4
-rw-r--r--translations/source/af/svx/source/gallery2.po4
-rw-r--r--translations/source/af/svx/source/items.po4
-rw-r--r--translations/source/af/svx/source/src.po4
-rw-r--r--translations/source/af/svx/source/stbctrls.po4
-rw-r--r--translations/source/af/svx/source/svdraw.po4
-rw-r--r--translations/source/af/svx/source/table.po4
-rw-r--r--translations/source/af/svx/source/tbxctrls.po4
-rw-r--r--translations/source/af/svx/source/toolbars.po4
-rw-r--r--translations/source/af/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/af/sw/source/core/layout.po6
-rw-r--r--translations/source/af/sw/source/core/undo.po4
-rw-r--r--translations/source/af/sw/source/core/unocore.po4
-rw-r--r--translations/source/af/sw/source/ui/app.po28
-rw-r--r--translations/source/af/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/af/sw/source/ui/config.po56
-rw-r--r--translations/source/af/sw/source/ui/dbui.po4
-rw-r--r--translations/source/af/sw/source/ui/dialog.po8
-rw-r--r--translations/source/af/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/af/sw/source/ui/docvw.po4
-rw-r--r--translations/source/af/sw/source/ui/envelp.po4
-rw-r--r--translations/source/af/sw/source/ui/fldui.po4
-rw-r--r--translations/source/af/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/af/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/af/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/af/sw/source/ui/index.po4
-rw-r--r--translations/source/af/sw/source/ui/lingu.po8
-rw-r--r--translations/source/af/sw/source/ui/misc.po4
-rw-r--r--translations/source/af/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/af/sw/source/ui/shells.po4
-rw-r--r--translations/source/af/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/af/sw/source/ui/table.po46
-rw-r--r--translations/source/af/sw/source/ui/uiview.po4
-rw-r--r--translations/source/af/sw/source/ui/utlui.po194
-rw-r--r--translations/source/af/sw/source/ui/web.po4
-rw-r--r--translations/source/af/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/af/swext/mediawiki/help.po93
-rw-r--r--translations/source/af/swext/mediawiki/src.po6
-rw-r--r--translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/af/sysui/desktop/share.po4
-rw-r--r--translations/source/af/uui/source.po4
-rw-r--r--translations/source/af/vcl/source/src.po84
-rw-r--r--translations/source/af/wizards/source/euro.po4
-rw-r--r--translations/source/af/wizards/source/formwizard.po4
-rw-r--r--translations/source/af/wizards/source/importwizard.po4
-rw-r--r--translations/source/af/wizards/source/schedule.po4
-rw-r--r--translations/source/af/wizards/source/template.po4
-rw-r--r--translations/source/af/xmlsecurity/source/component.po4
-rw-r--r--translations/source/af/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ar/accessibility/source/helper.po4
-rw-r--r--translations/source/ar/avmedia/source/framework.po4
-rw-r--r--translations/source/ar/avmedia/source/viewer.po4
-rw-r--r--translations/source/ar/basctl/source/basicide.po12
-rw-r--r--translations/source/ar/basctl/source/dlged.po4
-rw-r--r--translations/source/ar/basic/source/app.po4
-rw-r--r--translations/source/ar/basic/source/classes.po4
-rw-r--r--translations/source/ar/basic/source/sbx.po4
-rw-r--r--translations/source/ar/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ar/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ar/connectivity/source/resource.po4
-rw-r--r--translations/source/ar/crashrep/source/all.po4
-rw-r--r--translations/source/ar/cui/source/customize.po4
-rw-r--r--translations/source/ar/cui/source/dialogs.po12
-rw-r--r--translations/source/ar/cui/source/options.po44
-rw-r--r--translations/source/ar/cui/source/tabpages.po8
-rw-r--r--translations/source/ar/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ar/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ar/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ar/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ar/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ar/desktop/source/app.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ar/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ar/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ar/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ar/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ar/dictionaries/ar.po6
-rw-r--r--translations/source/ar/dictionaries/be_BY.po19
-rw-r--r--translations/source/ar/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ar/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ar/dictionaries/br_FR.po6
-rw-r--r--translations/source/ar/dictionaries/ca.po6
-rw-r--r--translations/source/ar/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ar/dictionaries/da_DK.po6
-rw-r--r--translations/source/ar/dictionaries/de.po6
-rw-r--r--translations/source/ar/dictionaries/el_GR.po19
-rw-r--r--translations/source/ar/dictionaries/en.po6
-rw-r--r--translations/source/ar/dictionaries/es_ES.po6
-rw-r--r--translations/source/ar/dictionaries/et_EE.po6
-rw-r--r--translations/source/ar/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ar/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ar/dictionaries/gl.po6
-rw-r--r--translations/source/ar/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ar/dictionaries/he_IL.po6
-rw-r--r--translations/source/ar/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ar/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ar/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ar/dictionaries/it_IT.po6
-rw-r--r--translations/source/ar/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ar/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ar/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ar/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ar/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ar/dictionaries/no.po6
-rw-r--r--translations/source/ar/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ar/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ar/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ar/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ar/dictionaries/ro.po6
-rw-r--r--translations/source/ar/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ar/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ar/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ar/dictionaries/sr.po6
-rw-r--r--translations/source/ar/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ar/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ar/dictionaries/te_IN.po19
-rw-r--r--translations/source/ar/dictionaries/th_TH.po6
-rw-r--r--translations/source/ar/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ar/dictionaries/vi.po6
-rw-r--r--translations/source/ar/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ar/editeng/source/accessibility.po4
-rw-r--r--translations/source/ar/editeng/source/editeng.po4
-rw-r--r--translations/source/ar/editeng/source/items.po4
-rw-r--r--translations/source/ar/editeng/source/misc.po4
-rw-r--r--translations/source/ar/editeng/source/outliner.po4
-rw-r--r--translations/source/ar/extensions/source/abpilot.po4
-rw-r--r--translations/source/ar/extensions/source/bibliography.po4
-rw-r--r--translations/source/ar/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ar/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ar/extensions/source/scanner.po8
-rw-r--r--translations/source/ar/extensions/source/update/check.po4
-rw-r--r--translations/source/ar/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ar/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ar/filter/source/flash.po4
-rw-r--r--translations/source/ar/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ar/filter/source/pdf.po4
-rw-r--r--translations/source/ar/filter/source/t602.po4
-rw-r--r--translations/source/ar/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ar/forms/source/resource.po4
-rw-r--r--translations/source/ar/formula/source/core/resource.po4
-rw-r--r--translations/source/ar/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ar/fpicker/source/office.po4
-rw-r--r--translations/source/ar/framework/source/classes.po4
-rw-r--r--translations/source/ar/framework/source/services.po4
-rw-r--r--translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ar/mysqlc/source.po12
-rw-r--r--translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ar/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ar/padmin/source.po4
-rw-r--r--translations/source/ar/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ar/reportbuilder/util.po8
-rw-r--r--translations/source/ar/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ar/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ar/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ar/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ar/sc/source/core/src.po4
-rw-r--r--translations/source/ar/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ar/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ar/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ar/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ar/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ar/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ar/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ar/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ar/sc/source/ui/src.po270
-rw-r--r--translations/source/ar/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ar/scaddins/source/analysis.po4
-rw-r--r--translations/source/ar/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ar/sccomp/source/solver.po4
-rw-r--r--translations/source/ar/scp2/source/accessories.po4
-rw-r--r--translations/source/ar/scp2/source/activex.po4
-rw-r--r--translations/source/ar/scp2/source/base.po4
-rw-r--r--translations/source/ar/scp2/source/binfilter.po4
-rw-r--r--translations/source/ar/scp2/source/calc.po4
-rw-r--r--translations/source/ar/scp2/source/draw.po4
-rw-r--r--translations/source/ar/scp2/source/extensions.po4
-rw-r--r--translations/source/ar/scp2/source/gnome.po4
-rw-r--r--translations/source/ar/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ar/scp2/source/impress.po4
-rw-r--r--translations/source/ar/scp2/source/javafilter.po4
-rw-r--r--translations/source/ar/scp2/source/kde.po4
-rw-r--r--translations/source/ar/scp2/source/math.po4
-rw-r--r--translations/source/ar/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ar/scp2/source/ooo.po672
-rw-r--r--translations/source/ar/scp2/source/python.po8
-rw-r--r--translations/source/ar/scp2/source/quickstart.po4
-rw-r--r--translations/source/ar/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ar/scp2/source/testtool.po4
-rw-r--r--translations/source/ar/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ar/scp2/source/writer.po4
-rw-r--r--translations/source/ar/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ar/scripting/source/pyprov.po10
-rw-r--r--translations/source/ar/sd/source/core.po4
-rw-r--r--translations/source/ar/sd/source/filter/html.po4
-rw-r--r--translations/source/ar/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ar/sd/source/ui/animations.po4
-rw-r--r--translations/source/ar/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ar/sd/source/ui/app.po4
-rw-r--r--translations/source/ar/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ar/sd/source/ui/notes.po4
-rw-r--r--translations/source/ar/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ar/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ar/sd/source/ui/table.po4
-rw-r--r--translations/source/ar/sd/source/ui/view.po4
-rw-r--r--translations/source/ar/sdext/source/minimizer.po6
-rw-r--r--translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ar/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ar/sdext/source/presenter.po6
-rw-r--r--translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ar/setup_native/source/mac.po4
-rw-r--r--translations/source/ar/sfx2/source/appl.po4
-rw-r--r--translations/source/ar/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ar/sfx2/source/dialog.po4
-rw-r--r--translations/source/ar/sfx2/source/doc.po4
-rw-r--r--translations/source/ar/sfx2/source/menu.po4
-rw-r--r--translations/source/ar/sfx2/source/view.po4
-rw-r--r--translations/source/ar/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ar/starmath/source.po36
-rw-r--r--translations/source/ar/svl/source/items.po4
-rw-r--r--translations/source/ar/svl/source/misc.po165
-rw-r--r--translations/source/ar/svtools/source/contnr.po4
-rw-r--r--translations/source/ar/svtools/source/control.po4
-rw-r--r--translations/source/ar/svtools/source/dialogs.po4
-rw-r--r--translations/source/ar/svtools/source/filter.po4
-rw-r--r--translations/source/ar/svtools/source/java.po4
-rw-r--r--translations/source/ar/svtools/source/misc.po8
-rw-r--r--translations/source/ar/svtools/source/plugapp.po4
-rw-r--r--translations/source/ar/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ar/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ar/svx/inc.po4
-rw-r--r--translations/source/ar/svx/source/accessibility.po4
-rw-r--r--translations/source/ar/svx/source/dialog.po45
-rw-r--r--translations/source/ar/svx/source/engine3d.po4
-rw-r--r--translations/source/ar/svx/source/fmcomp.po4
-rw-r--r--translations/source/ar/svx/source/form.po4
-rw-r--r--translations/source/ar/svx/source/gallery2.po4
-rw-r--r--translations/source/ar/svx/source/items.po4
-rw-r--r--translations/source/ar/svx/source/src.po4
-rw-r--r--translations/source/ar/svx/source/stbctrls.po4
-rw-r--r--translations/source/ar/svx/source/svdraw.po4
-rw-r--r--translations/source/ar/svx/source/table.po4
-rw-r--r--translations/source/ar/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ar/svx/source/toolbars.po4
-rw-r--r--translations/source/ar/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ar/sw/source/core/layout.po6
-rw-r--r--translations/source/ar/sw/source/core/undo.po4
-rw-r--r--translations/source/ar/sw/source/core/unocore.po4
-rw-r--r--translations/source/ar/sw/source/ui/app.po28
-rw-r--r--translations/source/ar/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ar/sw/source/ui/config.po56
-rw-r--r--translations/source/ar/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ar/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ar/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ar/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ar/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ar/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ar/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ar/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ar/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ar/sw/source/ui/index.po4
-rw-r--r--translations/source/ar/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ar/sw/source/ui/misc.po4
-rw-r--r--translations/source/ar/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ar/sw/source/ui/shells.po4
-rw-r--r--translations/source/ar/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ar/sw/source/ui/table.po46
-rw-r--r--translations/source/ar/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ar/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ar/sw/source/ui/web.po4
-rw-r--r--translations/source/ar/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ar/swext/mediawiki/help.po93
-rw-r--r--translations/source/ar/swext/mediawiki/src.po6
-rw-r--r--translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ar/sysui/desktop/share.po4
-rw-r--r--translations/source/ar/uui/source.po4
-rw-r--r--translations/source/ar/vcl/source/src.po84
-rw-r--r--translations/source/ar/wizards/source/euro.po4
-rw-r--r--translations/source/ar/wizards/source/formwizard.po4
-rw-r--r--translations/source/ar/wizards/source/importwizard.po4
-rw-r--r--translations/source/ar/wizards/source/schedule.po4
-rw-r--r--translations/source/ar/wizards/source/template.po4
-rw-r--r--translations/source/ar/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ar/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/as/accessibility/source/helper.po4
-rw-r--r--translations/source/as/avmedia/source/framework.po4
-rw-r--r--translations/source/as/avmedia/source/viewer.po4
-rw-r--r--translations/source/as/basctl/source/basicide.po12
-rw-r--r--translations/source/as/basctl/source/dlged.po4
-rw-r--r--translations/source/as/basic/source/app.po4
-rw-r--r--translations/source/as/basic/source/classes.po4
-rw-r--r--translations/source/as/basic/source/sbx.po4
-rw-r--r--translations/source/as/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/as/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/as/connectivity/source/resource.po4
-rw-r--r--translations/source/as/crashrep/source/all.po4
-rw-r--r--translations/source/as/cui/source/customize.po4
-rw-r--r--translations/source/as/cui/source/dialogs.po12
-rw-r--r--translations/source/as/cui/source/options.po46
-rw-r--r--translations/source/as/cui/source/tabpages.po8
-rw-r--r--translations/source/as/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/as/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/as/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/as/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/as/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/as/desktop/source/app.po4
-rw-r--r--translations/source/as/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/as/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/as/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/as/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/as/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/as/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/as/desktop/win32/source/setup.po4
-rw-r--r--translations/source/as/dictionaries/af_ZA.po6
-rw-r--r--translations/source/as/dictionaries/ar.po6
-rw-r--r--translations/source/as/dictionaries/be_BY.po19
-rw-r--r--translations/source/as/dictionaries/bg_BG.po6
-rw-r--r--translations/source/as/dictionaries/bn_BD.po6
-rw-r--r--translations/source/as/dictionaries/br_FR.po6
-rw-r--r--translations/source/as/dictionaries/ca.po6
-rw-r--r--translations/source/as/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/as/dictionaries/da_DK.po6
-rw-r--r--translations/source/as/dictionaries/de.po6
-rw-r--r--translations/source/as/dictionaries/el_GR.po19
-rw-r--r--translations/source/as/dictionaries/en.po6
-rw-r--r--translations/source/as/dictionaries/es_ES.po6
-rw-r--r--translations/source/as/dictionaries/et_EE.po6
-rw-r--r--translations/source/as/dictionaries/fr_FR.po6
-rw-r--r--translations/source/as/dictionaries/gd_GB.po19
-rw-r--r--translations/source/as/dictionaries/gl.po6
-rw-r--r--translations/source/as/dictionaries/gu_IN.po6
-rw-r--r--translations/source/as/dictionaries/he_IL.po6
-rw-r--r--translations/source/as/dictionaries/hi_IN.po6
-rw-r--r--translations/source/as/dictionaries/hr_HR.po6
-rw-r--r--translations/source/as/dictionaries/hu_HU.po6
-rw-r--r--translations/source/as/dictionaries/it_IT.po6
-rw-r--r--translations/source/as/dictionaries/ku_TR.po6
-rw-r--r--translations/source/as/dictionaries/lt_LT.po6
-rw-r--r--translations/source/as/dictionaries/lv_LV.po6
-rw-r--r--translations/source/as/dictionaries/ne_NP.po6
-rw-r--r--translations/source/as/dictionaries/nl_NL.po6
-rw-r--r--translations/source/as/dictionaries/no.po6
-rw-r--r--translations/source/as/dictionaries/oc_FR.po6
-rw-r--r--translations/source/as/dictionaries/pl_PL.po6
-rw-r--r--translations/source/as/dictionaries/pt_BR.po6
-rw-r--r--translations/source/as/dictionaries/pt_PT.po6
-rw-r--r--translations/source/as/dictionaries/ro.po6
-rw-r--r--translations/source/as/dictionaries/ru_RU.po6
-rw-r--r--translations/source/as/dictionaries/sk_SK.po6
-rw-r--r--translations/source/as/dictionaries/sl_SI.po6
-rw-r--r--translations/source/as/dictionaries/sr.po6
-rw-r--r--translations/source/as/dictionaries/sv_SE.po6
-rw-r--r--translations/source/as/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/as/dictionaries/te_IN.po19
-rw-r--r--translations/source/as/dictionaries/th_TH.po6
-rw-r--r--translations/source/as/dictionaries/uk_UA.po6
-rw-r--r--translations/source/as/dictionaries/vi.po6
-rw-r--r--translations/source/as/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/as/editeng/source/accessibility.po4
-rw-r--r--translations/source/as/editeng/source/editeng.po4
-rw-r--r--translations/source/as/editeng/source/items.po4
-rw-r--r--translations/source/as/editeng/source/misc.po4
-rw-r--r--translations/source/as/editeng/source/outliner.po4
-rw-r--r--translations/source/as/extensions/source/abpilot.po4
-rw-r--r--translations/source/as/extensions/source/bibliography.po4
-rw-r--r--translations/source/as/extensions/source/dbpilots.po4
-rw-r--r--translations/source/as/extensions/source/propctrlr.po4
-rw-r--r--translations/source/as/extensions/source/scanner.po8
-rw-r--r--translations/source/as/extensions/source/update/check.po4
-rw-r--r--translations/source/as/filter/source/config/fragments/filters.po11
-rw-r--r--translations/source/as/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/as/filter/source/config/fragments/types.po20
-rw-r--r--translations/source/as/filter/source/flash.po4
-rw-r--r--translations/source/as/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/as/filter/source/pdf.po4
-rw-r--r--translations/source/as/filter/source/t602.po4
-rw-r--r--translations/source/as/filter/source/xsltdialog.po8
-rw-r--r--translations/source/as/forms/source/resource.po4
-rw-r--r--translations/source/as/formula/source/core/resource.po4
-rw-r--r--translations/source/as/formula/source/ui/dlg.po4
-rw-r--r--translations/source/as/fpicker/source/office.po4
-rw-r--r--translations/source/as/framework/source/classes.po4
-rw-r--r--translations/source/as/framework/source/services.po4
-rw-r--r--translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/as/mysqlc/source.po12
-rw-r--r--translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/as/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/as/padmin/source.po4
-rw-r--r--translations/source/as/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/as/reportbuilder/util.po8
-rw-r--r--translations/source/as/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/as/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/as/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/as/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/as/sc/source/core/src.po4
-rw-r--r--translations/source/as/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/as/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/as/sc/source/ui/docshell.po4
-rw-r--r--translations/source/as/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/as/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/as/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/as/sc/source/ui/navipi.po11
-rw-r--r--translations/source/as/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/as/sc/source/ui/src.po268
-rw-r--r--translations/source/as/sc/source/ui/styleui.po14
-rw-r--r--translations/source/as/scaddins/source/analysis.po4
-rw-r--r--translations/source/as/scaddins/source/datefunc.po4
-rw-r--r--translations/source/as/sccomp/source/solver.po4
-rw-r--r--translations/source/as/scp2/source/accessories.po4
-rw-r--r--translations/source/as/scp2/source/activex.po4
-rw-r--r--translations/source/as/scp2/source/base.po4
-rw-r--r--translations/source/as/scp2/source/binfilter.po4
-rw-r--r--translations/source/as/scp2/source/calc.po4
-rw-r--r--translations/source/as/scp2/source/draw.po4
-rw-r--r--translations/source/as/scp2/source/extensions.po4
-rw-r--r--translations/source/as/scp2/source/gnome.po4
-rw-r--r--translations/source/as/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/as/scp2/source/impress.po4
-rw-r--r--translations/source/as/scp2/source/javafilter.po4
-rw-r--r--translations/source/as/scp2/source/kde.po4
-rw-r--r--translations/source/as/scp2/source/math.po4
-rw-r--r--translations/source/as/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/as/scp2/source/ooo.po669
-rw-r--r--translations/source/as/scp2/source/python.po8
-rw-r--r--translations/source/as/scp2/source/quickstart.po4
-rw-r--r--translations/source/as/scp2/source/sdkoo.po4
-rw-r--r--translations/source/as/scp2/source/testtool.po4
-rw-r--r--translations/source/as/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/as/scp2/source/writer.po4
-rw-r--r--translations/source/as/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/as/scripting/source/pyprov.po10
-rw-r--r--translations/source/as/sd/source/core.po4
-rw-r--r--translations/source/as/sd/source/filter/html.po4
-rw-r--r--translations/source/as/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/as/sd/source/ui/animations.po4
-rw-r--r--translations/source/as/sd/source/ui/annotations.po4
-rw-r--r--translations/source/as/sd/source/ui/app.po4
-rw-r--r--translations/source/as/sd/source/ui/dlg.po4
-rw-r--r--translations/source/as/sd/source/ui/notes.po4
-rw-r--r--translations/source/as/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/as/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/as/sd/source/ui/table.po4
-rw-r--r--translations/source/as/sd/source/ui/view.po4
-rw-r--r--translations/source/as/sdext/source/minimizer.po6
-rw-r--r--translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/as/sdext/source/pdfimport.po15
-rw-r--r--translations/source/as/sdext/source/presenter.po6
-rw-r--r--translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/as/setup_native/source/mac.po4
-rw-r--r--translations/source/as/sfx2/source/appl.po4
-rw-r--r--translations/source/as/sfx2/source/bastyp.po4
-rw-r--r--translations/source/as/sfx2/source/dialog.po4
-rw-r--r--translations/source/as/sfx2/source/doc.po4
-rw-r--r--translations/source/as/sfx2/source/menu.po4
-rw-r--r--translations/source/as/sfx2/source/view.po4
-rw-r--r--translations/source/as/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/as/starmath/source.po36
-rw-r--r--translations/source/as/svl/source/items.po4
-rw-r--r--translations/source/as/svl/source/misc.po165
-rw-r--r--translations/source/as/svtools/source/contnr.po4
-rw-r--r--translations/source/as/svtools/source/control.po4
-rw-r--r--translations/source/as/svtools/source/dialogs.po4
-rw-r--r--translations/source/as/svtools/source/filter.po4
-rw-r--r--translations/source/as/svtools/source/java.po4
-rw-r--r--translations/source/as/svtools/source/misc.po8
-rw-r--r--translations/source/as/svtools/source/plugapp.po4
-rw-r--r--translations/source/as/svtools/source/toolpanel.po4
-rw-r--r--translations/source/as/svtools/workben/unodialog.po4
-rw-r--r--translations/source/as/svx/inc.po4
-rw-r--r--translations/source/as/svx/source/accessibility.po4
-rw-r--r--translations/source/as/svx/source/dialog.po48
-rw-r--r--translations/source/as/svx/source/engine3d.po4
-rw-r--r--translations/source/as/svx/source/fmcomp.po4
-rw-r--r--translations/source/as/svx/source/form.po4
-rw-r--r--translations/source/as/svx/source/gallery2.po4
-rw-r--r--translations/source/as/svx/source/items.po4
-rw-r--r--translations/source/as/svx/source/src.po4
-rw-r--r--translations/source/as/svx/source/stbctrls.po4
-rw-r--r--translations/source/as/svx/source/svdraw.po4
-rw-r--r--translations/source/as/svx/source/table.po4
-rw-r--r--translations/source/as/svx/source/tbxctrls.po4
-rw-r--r--translations/source/as/svx/source/toolbars.po4
-rw-r--r--translations/source/as/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/as/sw/source/core/layout.po6
-rw-r--r--translations/source/as/sw/source/core/undo.po4
-rw-r--r--translations/source/as/sw/source/core/unocore.po4
-rw-r--r--translations/source/as/sw/source/ui/app.po28
-rw-r--r--translations/source/as/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/as/sw/source/ui/config.po56
-rw-r--r--translations/source/as/sw/source/ui/dbui.po4
-rw-r--r--translations/source/as/sw/source/ui/dialog.po8
-rw-r--r--translations/source/as/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/as/sw/source/ui/docvw.po4
-rw-r--r--translations/source/as/sw/source/ui/envelp.po4
-rw-r--r--translations/source/as/sw/source/ui/fldui.po4
-rw-r--r--translations/source/as/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/as/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/as/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/as/sw/source/ui/index.po4
-rw-r--r--translations/source/as/sw/source/ui/lingu.po8
-rw-r--r--translations/source/as/sw/source/ui/misc.po4
-rw-r--r--translations/source/as/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/as/sw/source/ui/shells.po4
-rw-r--r--translations/source/as/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/as/sw/source/ui/table.po46
-rw-r--r--translations/source/as/sw/source/ui/uiview.po4
-rw-r--r--translations/source/as/sw/source/ui/utlui.po194
-rw-r--r--translations/source/as/sw/source/ui/web.po4
-rw-r--r--translations/source/as/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/as/swext/mediawiki/help.po93
-rw-r--r--translations/source/as/swext/mediawiki/src.po6
-rw-r--r--translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/as/sysui/desktop/share.po4
-rw-r--r--translations/source/as/uui/source.po4
-rw-r--r--translations/source/as/vcl/source/src.po84
-rw-r--r--translations/source/as/wizards/source/euro.po4
-rw-r--r--translations/source/as/wizards/source/formwizard.po4
-rw-r--r--translations/source/as/wizards/source/importwizard.po4
-rw-r--r--translations/source/as/wizards/source/schedule.po4
-rw-r--r--translations/source/as/wizards/source/template.po4
-rw-r--r--translations/source/as/xmlsecurity/source/component.po4
-rw-r--r--translations/source/as/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ast/accessibility/source/helper.po10
-rw-r--r--translations/source/ast/avmedia/source/framework.po10
-rw-r--r--translations/source/ast/avmedia/source/viewer.po4
-rw-r--r--translations/source/ast/basctl/source/basicide.po60
-rw-r--r--translations/source/ast/basctl/source/dlged.po12
-rw-r--r--translations/source/ast/basic/source/app.po48
-rw-r--r--translations/source/ast/basic/source/classes.po54
-rw-r--r--translations/source/ast/basic/source/sbx.po4
-rw-r--r--translations/source/ast/chart2/source/controller/dialogs.po64
-rw-r--r--translations/source/ast/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ast/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ast/connectivity/source/resource.po15
-rw-r--r--translations/source/ast/crashrep/source/all.po14
-rw-r--r--translations/source/ast/cui/source/customize.po18
-rw-r--r--translations/source/ast/cui/source/dialogs.po86
-rw-r--r--translations/source/ast/cui/source/options.po134
-rw-r--r--translations/source/ast/cui/source/tabpages.po32
-rw-r--r--translations/source/ast/dbaccess/source/core/resource.po12
-rw-r--r--translations/source/ast/dbaccess/source/ext/adabas.po13
-rw-r--r--translations/source/ast/dbaccess/source/ext/macromigration.po12
-rw-r--r--translations/source/ast/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ast/dbaccess/source/ui/app.po27
-rw-r--r--translations/source/ast/dbaccess/source/ui/browser.po10
-rw-r--r--translations/source/ast/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ast/dbaccess/source/ui/dlg.po33
-rw-r--r--translations/source/ast/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ast/dbaccess/source/ui/misc.po10
-rw-r--r--translations/source/ast/dbaccess/source/ui/querydesign.po12
-rw-r--r--translations/source/ast/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ast/dbaccess/source/ui/tabledesign.po14
-rw-r--r--translations/source/ast/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ast/desktop/source/app.po12
-rw-r--r--translations/source/ast/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/ast/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ast/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/help.po10
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ast/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ast/desktop/win32/source/setup.po10
-rw-r--r--translations/source/ast/dictionaries/af_ZA.po13
-rw-r--r--translations/source/ast/dictionaries/ar.po13
-rw-r--r--translations/source/ast/dictionaries/be_BY.po19
-rw-r--r--translations/source/ast/dictionaries/bg_BG.po13
-rw-r--r--translations/source/ast/dictionaries/bn_BD.po13
-rw-r--r--translations/source/ast/dictionaries/br_FR.po13
-rw-r--r--translations/source/ast/dictionaries/ca.po13
-rw-r--r--translations/source/ast/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/ast/dictionaries/da_DK.po13
-rw-r--r--translations/source/ast/dictionaries/de.po13
-rw-r--r--translations/source/ast/dictionaries/el_GR.po19
-rw-r--r--translations/source/ast/dictionaries/en.po13
-rw-r--r--translations/source/ast/dictionaries/es_ES.po13
-rw-r--r--translations/source/ast/dictionaries/et_EE.po13
-rw-r--r--translations/source/ast/dictionaries/fr_FR.po13
-rw-r--r--translations/source/ast/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ast/dictionaries/gl.po13
-rw-r--r--translations/source/ast/dictionaries/gu_IN.po13
-rw-r--r--translations/source/ast/dictionaries/he_IL.po13
-rw-r--r--translations/source/ast/dictionaries/hi_IN.po13
-rw-r--r--translations/source/ast/dictionaries/hr_HR.po13
-rw-r--r--translations/source/ast/dictionaries/hu_HU.po13
-rw-r--r--translations/source/ast/dictionaries/it_IT.po13
-rw-r--r--translations/source/ast/dictionaries/ku_TR.po13
-rw-r--r--translations/source/ast/dictionaries/lt_LT.po13
-rw-r--r--translations/source/ast/dictionaries/lv_LV.po13
-rw-r--r--translations/source/ast/dictionaries/ne_NP.po13
-rw-r--r--translations/source/ast/dictionaries/nl_NL.po13
-rw-r--r--translations/source/ast/dictionaries/no.po13
-rw-r--r--translations/source/ast/dictionaries/oc_FR.po13
-rw-r--r--translations/source/ast/dictionaries/pl_PL.po13
-rw-r--r--translations/source/ast/dictionaries/pt_BR.po13
-rw-r--r--translations/source/ast/dictionaries/pt_PT.po13
-rw-r--r--translations/source/ast/dictionaries/ro.po13
-rw-r--r--translations/source/ast/dictionaries/ru_RU.po13
-rw-r--r--translations/source/ast/dictionaries/sk_SK.po13
-rw-r--r--translations/source/ast/dictionaries/sl_SI.po13
-rw-r--r--translations/source/ast/dictionaries/sr.po13
-rw-r--r--translations/source/ast/dictionaries/sv_SE.po13
-rw-r--r--translations/source/ast/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/ast/dictionaries/te_IN.po19
-rw-r--r--translations/source/ast/dictionaries/th_TH.po13
-rw-r--r--translations/source/ast/dictionaries/uk_UA.po13
-rw-r--r--translations/source/ast/dictionaries/vi.po13
-rw-r--r--translations/source/ast/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/ast/editeng/source/accessibility.po4
-rw-r--r--translations/source/ast/editeng/source/editeng.po10
-rw-r--r--translations/source/ast/editeng/source/items.po32
-rw-r--r--translations/source/ast/editeng/source/misc.po4
-rw-r--r--translations/source/ast/editeng/source/outliner.po4
-rw-r--r--translations/source/ast/extensions/source/abpilot.po12
-rw-r--r--translations/source/ast/extensions/source/bibliography.po12
-rw-r--r--translations/source/ast/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ast/extensions/source/propctrlr.po32
-rw-r--r--translations/source/ast/extensions/source/scanner.po12
-rw-r--r--translations/source/ast/extensions/source/update/check.po19
-rw-r--r--translations/source/ast/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ast/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/ast/filter/source/flash.po4
-rw-r--r--translations/source/ast/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ast/filter/source/pdf.po24
-rw-r--r--translations/source/ast/filter/source/t602.po4
-rw-r--r--translations/source/ast/filter/source/xsltdialog.po15
-rw-r--r--translations/source/ast/forms/source/resource.po14
-rw-r--r--translations/source/ast/formula/source/core/resource.po18
-rw-r--r--translations/source/ast/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ast/fpicker/source/office.po4
-rw-r--r--translations/source/ast/framework/source/classes.po4
-rw-r--r--translations/source/ast/framework/source/services.po4
-rw-r--r--translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po41
-rw-r--r--translations/source/ast/mysqlc/source.po18
-rw-r--r--translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ast/officecfg/registry/data/org/openoffice/Office.po44
-rw-r--r--translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po195
-rw-r--r--translations/source/ast/padmin/source.po22
-rw-r--r--translations/source/ast/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ast/reportbuilder/util.po17
-rw-r--r--translations/source/ast/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ast/reportdesign/source/ui/dlg.po22
-rw-r--r--translations/source/ast/reportdesign/source/ui/inspection.po10
-rw-r--r--translations/source/ast/reportdesign/source/ui/report.po16
-rw-r--r--translations/source/ast/sc/source/core/src.po4
-rw-r--r--translations/source/ast/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ast/sc/source/ui/dbgui.po26
-rw-r--r--translations/source/ast/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ast/sc/source/ui/drawfunc.po12
-rw-r--r--translations/source/ast/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ast/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ast/sc/source/ui/navipi.po13
-rw-r--r--translations/source/ast/sc/source/ui/pagedlg.po10
-rw-r--r--translations/source/ast/sc/source/ui/src.po571
-rw-r--r--translations/source/ast/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ast/scaddins/source/analysis.po28
-rw-r--r--translations/source/ast/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ast/sccomp/source/solver.po4
-rw-r--r--translations/source/ast/scp2/source/accessories.po20
-rw-r--r--translations/source/ast/scp2/source/activex.po4
-rw-r--r--translations/source/ast/scp2/source/base.po12
-rw-r--r--translations/source/ast/scp2/source/binfilter.po14
-rw-r--r--translations/source/ast/scp2/source/calc.po18
-rw-r--r--translations/source/ast/scp2/source/draw.po16
-rw-r--r--translations/source/ast/scp2/source/extensions.po18
-rw-r--r--translations/source/ast/scp2/source/gnome.po4
-rw-r--r--translations/source/ast/scp2/source/graphicfilter.po12
-rw-r--r--translations/source/ast/scp2/source/impress.po12
-rw-r--r--translations/source/ast/scp2/source/javafilter.po4
-rw-r--r--translations/source/ast/scp2/source/kde.po4
-rw-r--r--translations/source/ast/scp2/source/math.po12
-rw-r--r--translations/source/ast/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ast/scp2/source/ooo.po1022
-rw-r--r--translations/source/ast/scp2/source/python.po8
-rw-r--r--translations/source/ast/scp2/source/quickstart.po4
-rw-r--r--translations/source/ast/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ast/scp2/source/testtool.po4
-rw-r--r--translations/source/ast/scp2/source/winexplorerext.po10
-rw-r--r--translations/source/ast/scp2/source/writer.po12
-rw-r--r--translations/source/ast/scp2/source/xsltfilter.po12
-rw-r--r--translations/source/ast/scripting/source/pyprov.po17
-rw-r--r--translations/source/ast/sd/source/core.po4
-rw-r--r--translations/source/ast/sd/source/filter/html.po4
-rw-r--r--translations/source/ast/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ast/sd/source/ui/animations.po12
-rw-r--r--translations/source/ast/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ast/sd/source/ui/app.po33
-rw-r--r--translations/source/ast/sd/source/ui/dlg.po14
-rw-r--r--translations/source/ast/sd/source/ui/notes.po4
-rw-r--r--translations/source/ast/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ast/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ast/sd/source/ui/table.po4
-rw-r--r--translations/source/ast/sd/source/ui/view.po4
-rw-r--r--translations/source/ast/sdext/source/minimizer.po15
-rw-r--r--translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po22
-rw-r--r--translations/source/ast/sdext/source/pdfimport.po19
-rw-r--r--translations/source/ast/sdext/source/presenter.po15
-rw-r--r--translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ast/setup_native/source/mac.po10
-rw-r--r--translations/source/ast/sfx2/source/appl.po30
-rw-r--r--translations/source/ast/sfx2/source/bastyp.po16
-rw-r--r--translations/source/ast/sfx2/source/dialog.po27
-rw-r--r--translations/source/ast/sfx2/source/doc.po18
-rw-r--r--translations/source/ast/sfx2/source/menu.po4
-rw-r--r--translations/source/ast/sfx2/source/view.po10
-rw-r--r--translations/source/ast/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ast/starmath/source.po41
-rw-r--r--translations/source/ast/svl/source/items.po4
-rw-r--r--translations/source/ast/svl/source/misc.po176
-rw-r--r--translations/source/ast/svtools/source/contnr.po4
-rw-r--r--translations/source/ast/svtools/source/control.po18
-rw-r--r--translations/source/ast/svtools/source/dialogs.po14
-rw-r--r--translations/source/ast/svtools/source/filter.po4
-rw-r--r--translations/source/ast/svtools/source/java.po9
-rw-r--r--translations/source/ast/svtools/source/misc.po20
-rw-r--r--translations/source/ast/svtools/source/plugapp.po4
-rw-r--r--translations/source/ast/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ast/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ast/svx/inc.po20
-rw-r--r--translations/source/ast/svx/source/accessibility.po4
-rw-r--r--translations/source/ast/svx/source/dialog.po90
-rw-r--r--translations/source/ast/svx/source/engine3d.po4
-rw-r--r--translations/source/ast/svx/source/fmcomp.po4
-rw-r--r--translations/source/ast/svx/source/form.po24
-rw-r--r--translations/source/ast/svx/source/gallery2.po4
-rw-r--r--translations/source/ast/svx/source/items.po28
-rw-r--r--translations/source/ast/svx/source/src.po22
-rw-r--r--translations/source/ast/svx/source/stbctrls.po4
-rw-r--r--translations/source/ast/svx/source/svdraw.po26
-rw-r--r--translations/source/ast/svx/source/table.po4
-rw-r--r--translations/source/ast/svx/source/tbxctrls.po14
-rw-r--r--translations/source/ast/svx/source/toolbars.po10
-rw-r--r--translations/source/ast/svx/source/unodialogs/textconversiondlgs.po12
-rw-r--r--translations/source/ast/sw/source/core/layout.po15
-rw-r--r--translations/source/ast/sw/source/core/undo.po19
-rw-r--r--translations/source/ast/sw/source/core/unocore.po4
-rw-r--r--translations/source/ast/sw/source/ui/app.po66
-rw-r--r--translations/source/ast/sw/source/ui/chrdlg.po20
-rw-r--r--translations/source/ast/sw/source/ui/config.po80
-rw-r--r--translations/source/ast/sw/source/ui/dbui.po26
-rw-r--r--translations/source/ast/sw/source/ui/dialog.po28
-rw-r--r--translations/source/ast/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ast/sw/source/ui/docvw.po26
-rw-r--r--translations/source/ast/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ast/sw/source/ui/fldui.po16
-rw-r--r--translations/source/ast/sw/source/ui/fmtui.po10
-rw-r--r--translations/source/ast/sw/source/ui/frmdlg.po28
-rw-r--r--translations/source/ast/sw/source/ui/globdoc.po12
-rw-r--r--translations/source/ast/sw/source/ui/index.po40
-rw-r--r--translations/source/ast/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ast/sw/source/ui/misc.po32
-rw-r--r--translations/source/ast/sw/source/ui/ribbar.po28
-rw-r--r--translations/source/ast/sw/source/ui/shells.po12
-rw-r--r--translations/source/ast/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ast/sw/source/ui/table.po78
-rw-r--r--translations/source/ast/sw/source/ui/uiview.po10
-rw-r--r--translations/source/ast/sw/source/ui/utlui.po225
-rw-r--r--translations/source/ast/sw/source/ui/web.po4
-rw-r--r--translations/source/ast/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ast/swext/mediawiki/help.po107
-rw-r--r--translations/source/ast/swext/mediawiki/src.po14
-rw-r--r--translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ast/sysui/desktop/share.po9
-rw-r--r--translations/source/ast/uui/source.po40
-rw-r--r--translations/source/ast/vcl/source/src.po98
-rw-r--r--translations/source/ast/wizards/source/euro.po30
-rw-r--r--translations/source/ast/wizards/source/formwizard.po32
-rw-r--r--translations/source/ast/wizards/source/importwizard.po48
-rw-r--r--translations/source/ast/wizards/source/schedule.po4
-rw-r--r--translations/source/ast/wizards/source/template.po4
-rw-r--r--translations/source/ast/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ast/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/be/accessibility/source/helper.po20
-rw-r--r--translations/source/be/avmedia/source/framework.po16
-rw-r--r--translations/source/be/avmedia/source/viewer.po15
-rw-r--r--translations/source/be/basctl/source/basicide.po52
-rw-r--r--translations/source/be/basctl/source/dlged.po27
-rw-r--r--translations/source/be/basic/source/app.po45
-rw-r--r--translations/source/be/basic/source/classes.po17
-rw-r--r--translations/source/be/basic/source/sbx.po15
-rw-r--r--translations/source/be/chart2/source/controller/dialogs.po64
-rw-r--r--translations/source/be/connectivity/source/drivers/ado.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/calc.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/dbase.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/evoab2.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/flat.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/hsqldb.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/jdbc.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/kab.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/macab.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/mozab.po17
-rw-r--r--translations/source/be/connectivity/source/drivers/mysql.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/odbc.po15
-rw-r--r--translations/source/be/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/be/connectivity/source/resource.po85
-rw-r--r--translations/source/be/crashrep/source/all.po32
-rw-r--r--translations/source/be/cui/source/customize.po70
-rw-r--r--translations/source/be/cui/source/dialogs.po149
-rw-r--r--translations/source/be/cui/source/options.po114
-rw-r--r--translations/source/be/cui/source/tabpages.po328
-rw-r--r--translations/source/be/dbaccess/source/core/resource.po18
-rw-r--r--translations/source/be/dbaccess/source/ext/adabas.po19
-rw-r--r--translations/source/be/dbaccess/source/ext/macromigration.po18
-rw-r--r--translations/source/be/dbaccess/source/sdbtools/resource.po15
-rw-r--r--translations/source/be/dbaccess/source/ui/app.po35
-rw-r--r--translations/source/be/dbaccess/source/ui/browser.po17
-rw-r--r--translations/source/be/dbaccess/source/ui/control.po20
-rw-r--r--translations/source/be/dbaccess/source/ui/dlg.po57
-rw-r--r--translations/source/be/dbaccess/source/ui/inc.po15
-rw-r--r--translations/source/be/dbaccess/source/ui/misc.po30
-rw-r--r--translations/source/be/dbaccess/source/ui/querydesign.po20
-rw-r--r--translations/source/be/dbaccess/source/ui/relationdesign.po17
-rw-r--r--translations/source/be/dbaccess/source/ui/tabledesign.po20
-rw-r--r--translations/source/be/dbaccess/source/ui/uno.po16
-rw-r--r--translations/source/be/desktop/source/app.po53
-rw-r--r--translations/source/be/desktop/source/deployment/gui.po105
-rw-r--r--translations/source/be/desktop/source/deployment/manager.po27
-rw-r--r--translations/source/be/desktop/source/deployment/misc.po34
-rw-r--r--translations/source/be/desktop/source/deployment/registry.po27
-rw-r--r--translations/source/be/desktop/source/deployment/registry/component.po16
-rw-r--r--translations/source/be/desktop/source/deployment/registry/configuration.po15
-rw-r--r--translations/source/be/desktop/source/deployment/registry/help.po23
-rw-r--r--translations/source/be/desktop/source/deployment/registry/package.po17
-rw-r--r--translations/source/be/desktop/source/deployment/registry/script.po15
-rw-r--r--translations/source/be/desktop/source/deployment/registry/sfwk.po15
-rw-r--r--translations/source/be/desktop/source/deployment/unopkg.po19
-rw-r--r--translations/source/be/desktop/win32/source/setup.po33
-rw-r--r--translations/source/be/dictionaries/af_ZA.po16
-rw-r--r--translations/source/be/dictionaries/ar.po16
-rw-r--r--translations/source/be/dictionaries/be_BY.po19
-rw-r--r--translations/source/be/dictionaries/bg_BG.po16
-rw-r--r--translations/source/be/dictionaries/bn_BD.po16
-rw-r--r--translations/source/be/dictionaries/br_FR.po16
-rw-r--r--translations/source/be/dictionaries/ca.po16
-rw-r--r--translations/source/be/dictionaries/cs_CZ.po16
-rw-r--r--translations/source/be/dictionaries/da_DK.po16
-rw-r--r--translations/source/be/dictionaries/de.po16
-rw-r--r--translations/source/be/dictionaries/el_GR.po19
-rw-r--r--translations/source/be/dictionaries/en.po16
-rw-r--r--translations/source/be/dictionaries/es_ES.po16
-rw-r--r--translations/source/be/dictionaries/et_EE.po16
-rw-r--r--translations/source/be/dictionaries/fr_FR.po16
-rw-r--r--translations/source/be/dictionaries/gd_GB.po19
-rw-r--r--translations/source/be/dictionaries/gl.po16
-rw-r--r--translations/source/be/dictionaries/gu_IN.po16
-rw-r--r--translations/source/be/dictionaries/he_IL.po16
-rw-r--r--translations/source/be/dictionaries/hi_IN.po16
-rw-r--r--translations/source/be/dictionaries/hr_HR.po16
-rw-r--r--translations/source/be/dictionaries/hu_HU.po16
-rw-r--r--translations/source/be/dictionaries/it_IT.po16
-rw-r--r--translations/source/be/dictionaries/ku_TR.po16
-rw-r--r--translations/source/be/dictionaries/lt_LT.po16
-rw-r--r--translations/source/be/dictionaries/lv_LV.po16
-rw-r--r--translations/source/be/dictionaries/ne_NP.po16
-rw-r--r--translations/source/be/dictionaries/nl_NL.po16
-rw-r--r--translations/source/be/dictionaries/no.po16
-rw-r--r--translations/source/be/dictionaries/oc_FR.po16
-rw-r--r--translations/source/be/dictionaries/pl_PL.po16
-rw-r--r--translations/source/be/dictionaries/pt_BR.po16
-rw-r--r--translations/source/be/dictionaries/pt_PT.po16
-rw-r--r--translations/source/be/dictionaries/ro.po16
-rw-r--r--translations/source/be/dictionaries/ru_RU.po16
-rw-r--r--translations/source/be/dictionaries/sk_SK.po16
-rw-r--r--translations/source/be/dictionaries/sl_SI.po16
-rw-r--r--translations/source/be/dictionaries/sr.po16
-rw-r--r--translations/source/be/dictionaries/sv_SE.po16
-rw-r--r--translations/source/be/dictionaries/sw_TZ.po16
-rw-r--r--translations/source/be/dictionaries/te_IN.po19
-rw-r--r--translations/source/be/dictionaries/th_TH.po16
-rw-r--r--translations/source/be/dictionaries/uk_UA.po16
-rw-r--r--translations/source/be/dictionaries/vi.po16
-rw-r--r--translations/source/be/dictionaries/zu_ZA.po16
-rw-r--r--translations/source/be/editeng/source/accessibility.po15
-rw-r--r--translations/source/be/editeng/source/editeng.po18
-rw-r--r--translations/source/be/editeng/source/items.po82
-rw-r--r--translations/source/be/editeng/source/misc.po16
-rw-r--r--translations/source/be/editeng/source/outliner.po15
-rw-r--r--translations/source/be/extensions/source/abpilot.po22
-rw-r--r--translations/source/be/extensions/source/bibliography.po21
-rw-r--r--translations/source/be/extensions/source/dbpilots.po28
-rw-r--r--translations/source/be/extensions/source/propctrlr.po54
-rw-r--r--translations/source/be/extensions/source/scanner.po19
-rw-r--r--translations/source/be/extensions/source/update/check.po25
-rw-r--r--translations/source/be/filter/source/config/fragments/filters.po62
-rw-r--r--translations/source/be/filter/source/config/fragments/internalgraphicfilters.po16
-rw-r--r--translations/source/be/filter/source/config/fragments/types.po38
-rw-r--r--translations/source/be/filter/source/flash.po15
-rw-r--r--translations/source/be/filter/source/graphicfilter/eps.po19
-rw-r--r--translations/source/be/filter/source/pdf.po34
-rw-r--r--translations/source/be/filter/source/t602.po16
-rw-r--r--translations/source/be/filter/source/xsltdialog.po39
-rw-r--r--translations/source/be/forms/source/resource.po22
-rw-r--r--translations/source/be/formula/source/core/resource.po35
-rw-r--r--translations/source/be/formula/source/ui/dlg.po25
-rw-r--r--translations/source/be/fpicker/source/office.po26
-rw-r--r--translations/source/be/framework/source/classes.po26
-rw-r--r--translations/source/be/framework/source/services.po15
-rw-r--r--translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po521
-rw-r--r--translations/source/be/mysqlc/source.po25
-rw-r--r--translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po15
-rw-r--r--translations/source/be/officecfg/registry/data/org/openoffice/Office.po46
-rw-r--r--translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po270
-rw-r--r--translations/source/be/padmin/source.po26
-rw-r--r--translations/source/be/readlicense_oo/docs/readme.po36
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po15
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po15
-rw-r--r--translations/source/be/reportbuilder/util.po20
-rw-r--r--translations/source/be/reportdesign/source/core/resource.po30
-rw-r--r--translations/source/be/reportdesign/source/ui/dlg.po30
-rw-r--r--translations/source/be/reportdesign/source/ui/inspection.po20
-rw-r--r--translations/source/be/reportdesign/source/ui/report.po30
-rw-r--r--translations/source/be/sc/source/core/src.po29
-rw-r--r--translations/source/be/sc/source/ui/cctrl.po21
-rw-r--r--translations/source/be/sc/source/ui/dbgui.po70
-rw-r--r--translations/source/be/sc/source/ui/docshell.po17
-rw-r--r--translations/source/be/sc/source/ui/drawfunc.po17
-rw-r--r--translations/source/be/sc/source/ui/formdlg.po19
-rw-r--r--translations/source/be/sc/source/ui/miscdlgs.po44
-rw-r--r--translations/source/be/sc/source/ui/navipi.po34
-rw-r--r--translations/source/be/sc/source/ui/pagedlg.po34
-rw-r--r--translations/source/be/sc/source/ui/src.po784
-rw-r--r--translations/source/be/sc/source/ui/styleui.po27
-rw-r--r--translations/source/be/scaddins/source/analysis.po36
-rw-r--r--translations/source/be/scaddins/source/datefunc.po22
-rw-r--r--translations/source/be/sccomp/source/solver.po16
-rw-r--r--translations/source/be/scp2/source/accessories.po21
-rw-r--r--translations/source/be/scp2/source/activex.po17
-rw-r--r--translations/source/be/scp2/source/base.po18
-rw-r--r--translations/source/be/scp2/source/binfilter.po15
-rw-r--r--translations/source/be/scp2/source/calc.po20
-rw-r--r--translations/source/be/scp2/source/draw.po16
-rw-r--r--translations/source/be/scp2/source/extensions.po15
-rw-r--r--translations/source/be/scp2/source/gnome.po19
-rw-r--r--translations/source/be/scp2/source/graphicfilter.po16
-rw-r--r--translations/source/be/scp2/source/impress.po20
-rw-r--r--translations/source/be/scp2/source/javafilter.po16
-rw-r--r--translations/source/be/scp2/source/kde.po15
-rw-r--r--translations/source/be/scp2/source/math.po16
-rw-r--r--translations/source/be/scp2/source/onlineupdate.po15
-rw-r--r--translations/source/be/scp2/source/ooo.po1081
-rw-r--r--translations/source/be/scp2/source/python.po21
-rw-r--r--translations/source/be/scp2/source/quickstart.po17
-rw-r--r--translations/source/be/scp2/source/sdkoo.po15
-rw-r--r--translations/source/be/scp2/source/testtool.po19
-rw-r--r--translations/source/be/scp2/source/winexplorerext.po19
-rw-r--r--translations/source/be/scp2/source/writer.po16
-rw-r--r--translations/source/be/scp2/source/xsltfilter.po15
-rw-r--r--translations/source/be/scripting/source/pyprov.po20
-rw-r--r--translations/source/be/sd/source/core.po24
-rw-r--r--translations/source/be/sd/source/filter/html.po28
-rw-r--r--translations/source/be/sd/source/ui/accessibility.po39
-rw-r--r--translations/source/be/sd/source/ui/animations.po26
-rw-r--r--translations/source/be/sd/source/ui/annotations.po15
-rw-r--r--translations/source/be/sd/source/ui/app.po125
-rw-r--r--translations/source/be/sd/source/ui/dlg.po46
-rw-r--r--translations/source/be/sd/source/ui/notes.po15
-rw-r--r--translations/source/be/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/be/sd/source/ui/slidesorter/view.po15
-rw-r--r--translations/source/be/sd/source/ui/table.po16
-rw-r--r--translations/source/be/sd/source/ui/view.po23
-rw-r--r--translations/source/be/sdext/source/minimizer.po14
-rw-r--r--translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po17
-rw-r--r--translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po59
-rw-r--r--translations/source/be/sdext/source/pdfimport.po24
-rw-r--r--translations/source/be/sdext/source/presenter.po18
-rw-r--r--translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po59
-rw-r--r--translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po21
-rw-r--r--translations/source/be/setup_native/source/mac.po28
-rw-r--r--translations/source/be/sfx2/source/appl.po30
-rw-r--r--translations/source/be/sfx2/source/bastyp.po19
-rw-r--r--translations/source/be/sfx2/source/dialog.po59
-rw-r--r--translations/source/be/sfx2/source/doc.po96
-rw-r--r--translations/source/be/sfx2/source/menu.po24
-rw-r--r--translations/source/be/sfx2/source/view.po24
-rw-r--r--translations/source/be/shell/source/win32/shlxthandler/res.po26
-rw-r--r--translations/source/be/starmath/source.po151
-rw-r--r--translations/source/be/svl/source/items.po15
-rw-r--r--translations/source/be/svl/source/misc.po179
-rw-r--r--translations/source/be/svtools/source/contnr.po24
-rw-r--r--translations/source/be/svtools/source/control.po16
-rw-r--r--translations/source/be/svtools/source/dialogs.po31
-rw-r--r--translations/source/be/svtools/source/filter.po93
-rw-r--r--translations/source/be/svtools/source/java.po19
-rw-r--r--translations/source/be/svtools/source/misc.po42
-rw-r--r--translations/source/be/svtools/source/plugapp.po28
-rw-r--r--translations/source/be/svtools/source/toolpanel.po15
-rw-r--r--translations/source/be/svtools/workben/unodialog.po19
-rw-r--r--translations/source/be/svx/inc.po30
-rw-r--r--translations/source/be/svx/source/accessibility.po18
-rw-r--r--translations/source/be/svx/source/dialog.po102
-rw-r--r--translations/source/be/svx/source/engine3d.po24
-rw-r--r--translations/source/be/svx/source/fmcomp.po16
-rw-r--r--translations/source/be/svx/source/form.po50
-rw-r--r--translations/source/be/svx/source/gallery2.po26
-rw-r--r--translations/source/be/svx/source/items.po46
-rw-r--r--translations/source/be/svx/source/src.po18
-rw-r--r--translations/source/be/svx/source/stbctrls.po34
-rw-r--r--translations/source/be/svx/source/svdraw.po32
-rw-r--r--translations/source/be/svx/source/table.po15
-rw-r--r--translations/source/be/svx/source/tbxctrls.po18
-rw-r--r--translations/source/be/svx/source/toolbars.po16
-rw-r--r--translations/source/be/svx/source/unodialogs/textconversiondlgs.po16
-rw-r--r--translations/source/be/sw/source/core/layout.po18
-rw-r--r--translations/source/be/sw/source/core/undo.po47
-rw-r--r--translations/source/be/sw/source/core/unocore.po15
-rw-r--r--translations/source/be/sw/source/ui/app.po116
-rw-r--r--translations/source/be/sw/source/ui/chrdlg.po64
-rw-r--r--translations/source/be/sw/source/ui/config.po84
-rw-r--r--translations/source/be/sw/source/ui/dbui.po44
-rw-r--r--translations/source/be/sw/source/ui/dialog.po20
-rw-r--r--translations/source/be/sw/source/ui/dochdl.po22
-rw-r--r--translations/source/be/sw/source/ui/docvw.po60
-rw-r--r--translations/source/be/sw/source/ui/envelp.po24
-rw-r--r--translations/source/be/sw/source/ui/fldui.po36
-rw-r--r--translations/source/be/sw/source/ui/fmtui.po18
-rw-r--r--translations/source/be/sw/source/ui/frmdlg.po44
-rw-r--r--translations/source/be/sw/source/ui/globdoc.po15
-rw-r--r--translations/source/be/sw/source/ui/index.po38
-rw-r--r--translations/source/be/sw/source/ui/lingu.po34
-rw-r--r--translations/source/be/sw/source/ui/misc.po32
-rw-r--r--translations/source/be/sw/source/ui/ribbar.po30
-rw-r--r--translations/source/be/sw/source/ui/shells.po20
-rw-r--r--translations/source/be/sw/source/ui/smartmenu.po17
-rw-r--r--translations/source/be/sw/source/ui/table.po82
-rw-r--r--translations/source/be/sw/source/ui/uiview.po28
-rw-r--r--translations/source/be/sw/source/ui/utlui.po241
-rw-r--r--translations/source/be/sw/source/ui/web.po15
-rw-r--r--translations/source/be/sw/source/ui/wrtsh.po17
-rw-r--r--translations/source/be/swext/mediawiki/help.po111
-rw-r--r--translations/source/be/swext/mediawiki/src.po21
-rw-r--r--translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po16
-rw-r--r--translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po20
-rw-r--r--translations/source/be/sysui/desktop/share.po25
-rw-r--r--translations/source/be/uui/source.po81
-rw-r--r--translations/source/be/vcl/source/src.po148
-rw-r--r--translations/source/be/wizards/source/euro.po19
-rw-r--r--translations/source/be/wizards/source/formwizard.po96
-rw-r--r--translations/source/be/wizards/source/importwizard.po48
-rw-r--r--translations/source/be/wizards/source/schedule.po16
-rw-r--r--translations/source/be/wizards/source/template.po44
-rw-r--r--translations/source/be/xmlsecurity/source/component.po17
-rw-r--r--translations/source/be/xmlsecurity/source/dialogs.po104
-rw-r--r--translations/source/bg/accessibility/source/helper.po4
-rw-r--r--translations/source/bg/avmedia/source/framework.po4
-rw-r--r--translations/source/bg/avmedia/source/viewer.po4
-rw-r--r--translations/source/bg/basctl/source/basicide.po12
-rw-r--r--translations/source/bg/basctl/source/dlged.po4
-rw-r--r--translations/source/bg/basic/source/app.po4
-rw-r--r--translations/source/bg/basic/source/classes.po4
-rw-r--r--translations/source/bg/basic/source/sbx.po4
-rw-r--r--translations/source/bg/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/bg/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/bg/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/bg/connectivity/source/resource.po7
-rw-r--r--translations/source/bg/crashrep/source/all.po4
-rw-r--r--translations/source/bg/cui/source/customize.po4
-rw-r--r--translations/source/bg/cui/source/dialogs.po68
-rw-r--r--translations/source/bg/cui/source/options.po62
-rw-r--r--translations/source/bg/cui/source/tabpages.po10
-rw-r--r--translations/source/bg/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/bg/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/bg/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/bg/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/bg/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/dlg.po19
-rw-r--r--translations/source/bg/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/bg/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/bg/desktop/source/app.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/bg/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/bg/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/bg/desktop/win32/source/setup.po4
-rw-r--r--translations/source/bg/dictionaries/af_ZA.po5
-rw-r--r--translations/source/bg/dictionaries/ar.po5
-rw-r--r--translations/source/bg/dictionaries/be_BY.po19
-rw-r--r--translations/source/bg/dictionaries/bg_BG.po6
-rw-r--r--translations/source/bg/dictionaries/bn_BD.po5
-rw-r--r--translations/source/bg/dictionaries/br_FR.po5
-rw-r--r--translations/source/bg/dictionaries/ca.po5
-rw-r--r--translations/source/bg/dictionaries/cs_CZ.po5
-rw-r--r--translations/source/bg/dictionaries/da_DK.po5
-rw-r--r--translations/source/bg/dictionaries/de.po5
-rw-r--r--translations/source/bg/dictionaries/el_GR.po19
-rw-r--r--translations/source/bg/dictionaries/en.po5
-rw-r--r--translations/source/bg/dictionaries/es_ES.po5
-rw-r--r--translations/source/bg/dictionaries/et_EE.po5
-rw-r--r--translations/source/bg/dictionaries/fr_FR.po5
-rw-r--r--translations/source/bg/dictionaries/gd_GB.po19
-rw-r--r--translations/source/bg/dictionaries/gl.po5
-rw-r--r--translations/source/bg/dictionaries/gu_IN.po5
-rw-r--r--translations/source/bg/dictionaries/he_IL.po5
-rw-r--r--translations/source/bg/dictionaries/hi_IN.po5
-rw-r--r--translations/source/bg/dictionaries/hr_HR.po5
-rw-r--r--translations/source/bg/dictionaries/hu_HU.po5
-rw-r--r--translations/source/bg/dictionaries/it_IT.po5
-rw-r--r--translations/source/bg/dictionaries/ku_TR.po5
-rw-r--r--translations/source/bg/dictionaries/lt_LT.po5
-rw-r--r--translations/source/bg/dictionaries/lv_LV.po5
-rw-r--r--translations/source/bg/dictionaries/ne_NP.po5
-rw-r--r--translations/source/bg/dictionaries/nl_NL.po5
-rw-r--r--translations/source/bg/dictionaries/no.po5
-rw-r--r--translations/source/bg/dictionaries/oc_FR.po5
-rw-r--r--translations/source/bg/dictionaries/pl_PL.po5
-rw-r--r--translations/source/bg/dictionaries/pt_BR.po5
-rw-r--r--translations/source/bg/dictionaries/pt_PT.po5
-rw-r--r--translations/source/bg/dictionaries/ro.po5
-rw-r--r--translations/source/bg/dictionaries/ru_RU.po5
-rw-r--r--translations/source/bg/dictionaries/sk_SK.po5
-rw-r--r--translations/source/bg/dictionaries/sl_SI.po5
-rw-r--r--translations/source/bg/dictionaries/sr.po5
-rw-r--r--translations/source/bg/dictionaries/sv_SE.po5
-rw-r--r--translations/source/bg/dictionaries/sw_TZ.po5
-rw-r--r--translations/source/bg/dictionaries/te_IN.po19
-rw-r--r--translations/source/bg/dictionaries/th_TH.po5
-rw-r--r--translations/source/bg/dictionaries/uk_UA.po5
-rw-r--r--translations/source/bg/dictionaries/vi.po5
-rw-r--r--translations/source/bg/dictionaries/zu_ZA.po5
-rw-r--r--translations/source/bg/editeng/source/accessibility.po4
-rw-r--r--translations/source/bg/editeng/source/editeng.po10
-rw-r--r--translations/source/bg/editeng/source/items.po4
-rw-r--r--translations/source/bg/editeng/source/misc.po4
-rw-r--r--translations/source/bg/editeng/source/outliner.po4
-rw-r--r--translations/source/bg/extensions/source/abpilot.po10
-rw-r--r--translations/source/bg/extensions/source/bibliography.po4
-rw-r--r--translations/source/bg/extensions/source/dbpilots.po4
-rw-r--r--translations/source/bg/extensions/source/propctrlr.po4
-rw-r--r--translations/source/bg/extensions/source/scanner.po12
-rw-r--r--translations/source/bg/extensions/source/update/check.po9
-rw-r--r--translations/source/bg/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/bg/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/bg/filter/source/flash.po4
-rw-r--r--translations/source/bg/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/bg/filter/source/pdf.po12
-rw-r--r--translations/source/bg/filter/source/t602.po4
-rw-r--r--translations/source/bg/filter/source/xsltdialog.po14
-rw-r--r--translations/source/bg/forms/source/resource.po4
-rw-r--r--translations/source/bg/formula/source/core/resource.po18
-rw-r--r--translations/source/bg/formula/source/ui/dlg.po4
-rw-r--r--translations/source/bg/fpicker/source/office.po4
-rw-r--r--translations/source/bg/framework/source/classes.po4
-rw-r--r--translations/source/bg/framework/source/services.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/01.po372
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/guide.po17
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/01.po19
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw.po13
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared.po30
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/00.po18
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/01.po155
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/02.po17
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/autopi.po9
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/guide.po85
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/optionen.po63
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress.po8
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/02.po37
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/01.po189
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/01.po14
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/guide.po36
-rw-r--r--translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po19
-rw-r--r--translations/source/bg/mysqlc/source.po6
-rw-r--r--translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/bg/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/bg/padmin/source.po4
-rw-r--r--translations/source/bg/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/bg/reportbuilder/util.po10
-rw-r--r--translations/source/bg/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/bg/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/bg/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/bg/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/bg/sc/source/core/src.po4
-rw-r--r--translations/source/bg/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/bg/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/bg/sc/source/ui/docshell.po4
-rw-r--r--translations/source/bg/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/bg/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/bg/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/bg/sc/source/ui/navipi.po11
-rw-r--r--translations/source/bg/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/bg/sc/source/ui/src.po341
-rw-r--r--translations/source/bg/sc/source/ui/styleui.po4
-rw-r--r--translations/source/bg/scaddins/source/analysis.po4
-rw-r--r--translations/source/bg/scaddins/source/datefunc.po4
-rw-r--r--translations/source/bg/sccomp/source/solver.po4
-rw-r--r--translations/source/bg/scp2/source/accessories.po4
-rw-r--r--translations/source/bg/scp2/source/activex.po4
-rw-r--r--translations/source/bg/scp2/source/base.po4
-rw-r--r--translations/source/bg/scp2/source/binfilter.po4
-rw-r--r--translations/source/bg/scp2/source/calc.po14
-rw-r--r--translations/source/bg/scp2/source/draw.po4
-rw-r--r--translations/source/bg/scp2/source/extensions.po4
-rw-r--r--translations/source/bg/scp2/source/gnome.po4
-rw-r--r--translations/source/bg/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/bg/scp2/source/impress.po4
-rw-r--r--translations/source/bg/scp2/source/javafilter.po4
-rw-r--r--translations/source/bg/scp2/source/kde.po4
-rw-r--r--translations/source/bg/scp2/source/math.po4
-rw-r--r--translations/source/bg/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/bg/scp2/source/ooo.po1022
-rw-r--r--translations/source/bg/scp2/source/python.po8
-rw-r--r--translations/source/bg/scp2/source/quickstart.po4
-rw-r--r--translations/source/bg/scp2/source/sdkoo.po4
-rw-r--r--translations/source/bg/scp2/source/testtool.po4
-rw-r--r--translations/source/bg/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/bg/scp2/source/writer.po4
-rw-r--r--translations/source/bg/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/bg/scripting/source/pyprov.po9
-rw-r--r--translations/source/bg/sd/source/core.po4
-rw-r--r--translations/source/bg/sd/source/filter/html.po4
-rw-r--r--translations/source/bg/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/bg/sd/source/ui/animations.po4
-rw-r--r--translations/source/bg/sd/source/ui/annotations.po4
-rw-r--r--translations/source/bg/sd/source/ui/app.po23
-rw-r--r--translations/source/bg/sd/source/ui/dlg.po10
-rw-r--r--translations/source/bg/sd/source/ui/notes.po4
-rw-r--r--translations/source/bg/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/bg/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/bg/sd/source/ui/table.po4
-rw-r--r--translations/source/bg/sd/source/ui/view.po4
-rw-r--r--translations/source/bg/sdext/source/minimizer.po6
-rw-r--r--translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/bg/sdext/source/pdfimport.po6
-rw-r--r--translations/source/bg/sdext/source/presenter.po6
-rw-r--r--translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/bg/setup_native/source/mac.po4
-rw-r--r--translations/source/bg/sfx2/source/appl.po4
-rw-r--r--translations/source/bg/sfx2/source/bastyp.po4
-rw-r--r--translations/source/bg/sfx2/source/dialog.po13
-rw-r--r--translations/source/bg/sfx2/source/doc.po4
-rw-r--r--translations/source/bg/sfx2/source/menu.po4
-rw-r--r--translations/source/bg/sfx2/source/view.po4
-rw-r--r--translations/source/bg/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/bg/starmath/source.po43
-rw-r--r--translations/source/bg/svl/source/items.po4
-rw-r--r--translations/source/bg/svl/source/misc.po166
-rw-r--r--translations/source/bg/svtools/source/contnr.po4
-rw-r--r--translations/source/bg/svtools/source/control.po4
-rw-r--r--translations/source/bg/svtools/source/dialogs.po4
-rw-r--r--translations/source/bg/svtools/source/filter.po4
-rw-r--r--translations/source/bg/svtools/source/java.po7
-rw-r--r--translations/source/bg/svtools/source/misc.po14
-rw-r--r--translations/source/bg/svtools/source/plugapp.po4
-rw-r--r--translations/source/bg/svtools/source/toolpanel.po4
-rw-r--r--translations/source/bg/svtools/workben/unodialog.po4
-rw-r--r--translations/source/bg/svx/inc.po12
-rw-r--r--translations/source/bg/svx/source/accessibility.po4
-rw-r--r--translations/source/bg/svx/source/dialog.po46
-rw-r--r--translations/source/bg/svx/source/engine3d.po4
-rw-r--r--translations/source/bg/svx/source/fmcomp.po4
-rw-r--r--translations/source/bg/svx/source/form.po4
-rw-r--r--translations/source/bg/svx/source/gallery2.po4
-rw-r--r--translations/source/bg/svx/source/items.po4
-rw-r--r--translations/source/bg/svx/source/src.po4
-rw-r--r--translations/source/bg/svx/source/stbctrls.po4
-rw-r--r--translations/source/bg/svx/source/svdraw.po4
-rw-r--r--translations/source/bg/svx/source/table.po4
-rw-r--r--translations/source/bg/svx/source/tbxctrls.po4
-rw-r--r--translations/source/bg/svx/source/toolbars.po4
-rw-r--r--translations/source/bg/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/bg/sw/source/core/layout.po15
-rw-r--r--translations/source/bg/sw/source/core/undo.po13
-rw-r--r--translations/source/bg/sw/source/core/unocore.po4
-rw-r--r--translations/source/bg/sw/source/ui/app.po40
-rw-r--r--translations/source/bg/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/bg/sw/source/ui/config.po62
-rw-r--r--translations/source/bg/sw/source/ui/dbui.po12
-rw-r--r--translations/source/bg/sw/source/ui/dialog.po8
-rw-r--r--translations/source/bg/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/bg/sw/source/ui/docvw.po16
-rw-r--r--translations/source/bg/sw/source/ui/envelp.po4
-rw-r--r--translations/source/bg/sw/source/ui/fldui.po4
-rw-r--r--translations/source/bg/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/bg/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/bg/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/bg/sw/source/ui/index.po4
-rw-r--r--translations/source/bg/sw/source/ui/lingu.po8
-rw-r--r--translations/source/bg/sw/source/ui/misc.po4
-rw-r--r--translations/source/bg/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/bg/sw/source/ui/shells.po4
-rw-r--r--translations/source/bg/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/bg/sw/source/ui/table.po46
-rw-r--r--translations/source/bg/sw/source/ui/uiview.po4
-rw-r--r--translations/source/bg/sw/source/ui/utlui.po187
-rw-r--r--translations/source/bg/sw/source/ui/web.po4
-rw-r--r--translations/source/bg/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/bg/swext/mediawiki/help.po93
-rw-r--r--translations/source/bg/swext/mediawiki/src.po6
-rw-r--r--translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/bg/sysui/desktop/share.po9
-rw-r--r--translations/source/bg/uui/source.po12
-rw-r--r--translations/source/bg/vcl/source/src.po84
-rw-r--r--translations/source/bg/wizards/source/euro.po10
-rw-r--r--translations/source/bg/wizards/source/formwizard.po4
-rw-r--r--translations/source/bg/wizards/source/importwizard.po34
-rw-r--r--translations/source/bg/wizards/source/schedule.po4
-rw-r--r--translations/source/bg/wizards/source/template.po4
-rw-r--r--translations/source/bg/xmlsecurity/source/component.po4
-rw-r--r--translations/source/bg/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/bn/accessibility/source/helper.po4
-rw-r--r--translations/source/bn/avmedia/source/framework.po4
-rw-r--r--translations/source/bn/avmedia/source/viewer.po4
-rw-r--r--translations/source/bn/basctl/source/basicide.po12
-rw-r--r--translations/source/bn/basctl/source/dlged.po4
-rw-r--r--translations/source/bn/basic/source/app.po4
-rw-r--r--translations/source/bn/basic/source/classes.po4
-rw-r--r--translations/source/bn/basic/source/sbx.po4
-rw-r--r--translations/source/bn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/bn/connectivity/source/resource.po4
-rw-r--r--translations/source/bn/crashrep/source/all.po4
-rw-r--r--translations/source/bn/cui/source/customize.po4
-rw-r--r--translations/source/bn/cui/source/dialogs.po12
-rw-r--r--translations/source/bn/cui/source/options.po44
-rw-r--r--translations/source/bn/cui/source/tabpages.po8
-rw-r--r--translations/source/bn/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/bn/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/bn/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/bn/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/bn/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/bn/desktop/source/app.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/bn/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/bn/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/bn/desktop/win32/source/setup.po4
-rw-r--r--translations/source/bn/dictionaries/af_ZA.po6
-rw-r--r--translations/source/bn/dictionaries/ar.po6
-rw-r--r--translations/source/bn/dictionaries/be_BY.po19
-rw-r--r--translations/source/bn/dictionaries/bg_BG.po6
-rw-r--r--translations/source/bn/dictionaries/bn_BD.po6
-rw-r--r--translations/source/bn/dictionaries/br_FR.po6
-rw-r--r--translations/source/bn/dictionaries/ca.po6
-rw-r--r--translations/source/bn/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/bn/dictionaries/da_DK.po6
-rw-r--r--translations/source/bn/dictionaries/de.po6
-rw-r--r--translations/source/bn/dictionaries/el_GR.po19
-rw-r--r--translations/source/bn/dictionaries/en.po6
-rw-r--r--translations/source/bn/dictionaries/es_ES.po6
-rw-r--r--translations/source/bn/dictionaries/et_EE.po6
-rw-r--r--translations/source/bn/dictionaries/fr_FR.po6
-rw-r--r--translations/source/bn/dictionaries/gd_GB.po19
-rw-r--r--translations/source/bn/dictionaries/gl.po6
-rw-r--r--translations/source/bn/dictionaries/gu_IN.po6
-rw-r--r--translations/source/bn/dictionaries/he_IL.po6
-rw-r--r--translations/source/bn/dictionaries/hi_IN.po6
-rw-r--r--translations/source/bn/dictionaries/hr_HR.po6
-rw-r--r--translations/source/bn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bn/dictionaries/it_IT.po6
-rw-r--r--translations/source/bn/dictionaries/ku_TR.po6
-rw-r--r--translations/source/bn/dictionaries/lt_LT.po6
-rw-r--r--translations/source/bn/dictionaries/lv_LV.po6
-rw-r--r--translations/source/bn/dictionaries/ne_NP.po6
-rw-r--r--translations/source/bn/dictionaries/nl_NL.po6
-rw-r--r--translations/source/bn/dictionaries/no.po6
-rw-r--r--translations/source/bn/dictionaries/oc_FR.po6
-rw-r--r--translations/source/bn/dictionaries/pl_PL.po6
-rw-r--r--translations/source/bn/dictionaries/pt_BR.po6
-rw-r--r--translations/source/bn/dictionaries/pt_PT.po6
-rw-r--r--translations/source/bn/dictionaries/ro.po6
-rw-r--r--translations/source/bn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bn/dictionaries/sk_SK.po6
-rw-r--r--translations/source/bn/dictionaries/sl_SI.po6
-rw-r--r--translations/source/bn/dictionaries/sr.po6
-rw-r--r--translations/source/bn/dictionaries/sv_SE.po6
-rw-r--r--translations/source/bn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/bn/dictionaries/te_IN.po19
-rw-r--r--translations/source/bn/dictionaries/th_TH.po6
-rw-r--r--translations/source/bn/dictionaries/uk_UA.po6
-rw-r--r--translations/source/bn/dictionaries/vi.po6
-rw-r--r--translations/source/bn/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/bn/editeng/source/accessibility.po4
-rw-r--r--translations/source/bn/editeng/source/editeng.po4
-rw-r--r--translations/source/bn/editeng/source/items.po4
-rw-r--r--translations/source/bn/editeng/source/misc.po4
-rw-r--r--translations/source/bn/editeng/source/outliner.po4
-rw-r--r--translations/source/bn/extensions/source/abpilot.po4
-rw-r--r--translations/source/bn/extensions/source/bibliography.po4
-rw-r--r--translations/source/bn/extensions/source/dbpilots.po4
-rw-r--r--translations/source/bn/extensions/source/propctrlr.po4
-rw-r--r--translations/source/bn/extensions/source/scanner.po8
-rw-r--r--translations/source/bn/extensions/source/update/check.po4
-rw-r--r--translations/source/bn/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/bn/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/bn/filter/source/flash.po4
-rw-r--r--translations/source/bn/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/bn/filter/source/pdf.po4
-rw-r--r--translations/source/bn/filter/source/t602.po4
-rw-r--r--translations/source/bn/filter/source/xsltdialog.po8
-rw-r--r--translations/source/bn/forms/source/resource.po4
-rw-r--r--translations/source/bn/formula/source/core/resource.po4
-rw-r--r--translations/source/bn/formula/source/ui/dlg.po4
-rw-r--r--translations/source/bn/fpicker/source/office.po4
-rw-r--r--translations/source/bn/framework/source/classes.po4
-rw-r--r--translations/source/bn/framework/source/services.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/01.po273
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/05.po68
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/01.po96
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/guide.po54
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/guide.po31
-rw-r--r--translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/bn/mysqlc/source.po12
-rw-r--r--translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/bn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/bn/padmin/source.po4
-rw-r--r--translations/source/bn/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/bn/reportbuilder/util.po8
-rw-r--r--translations/source/bn/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/bn/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/bn/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/bn/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/bn/sc/source/core/src.po4
-rw-r--r--translations/source/bn/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/bn/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/bn/sc/source/ui/docshell.po4
-rw-r--r--translations/source/bn/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/bn/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/bn/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/bn/sc/source/ui/navipi.po11
-rw-r--r--translations/source/bn/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/bn/sc/source/ui/src.po270
-rw-r--r--translations/source/bn/sc/source/ui/styleui.po4
-rw-r--r--translations/source/bn/scaddins/source/analysis.po4
-rw-r--r--translations/source/bn/scaddins/source/datefunc.po4
-rw-r--r--translations/source/bn/sccomp/source/solver.po4
-rw-r--r--translations/source/bn/scp2/source/accessories.po4
-rw-r--r--translations/source/bn/scp2/source/activex.po4
-rw-r--r--translations/source/bn/scp2/source/base.po4
-rw-r--r--translations/source/bn/scp2/source/binfilter.po4
-rw-r--r--translations/source/bn/scp2/source/calc.po4
-rw-r--r--translations/source/bn/scp2/source/draw.po4
-rw-r--r--translations/source/bn/scp2/source/extensions.po4
-rw-r--r--translations/source/bn/scp2/source/gnome.po4
-rw-r--r--translations/source/bn/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/bn/scp2/source/impress.po4
-rw-r--r--translations/source/bn/scp2/source/javafilter.po4
-rw-r--r--translations/source/bn/scp2/source/kde.po4
-rw-r--r--translations/source/bn/scp2/source/math.po4
-rw-r--r--translations/source/bn/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/bn/scp2/source/ooo.po669
-rw-r--r--translations/source/bn/scp2/source/python.po8
-rw-r--r--translations/source/bn/scp2/source/quickstart.po4
-rw-r--r--translations/source/bn/scp2/source/sdkoo.po4
-rw-r--r--translations/source/bn/scp2/source/testtool.po4
-rw-r--r--translations/source/bn/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/bn/scp2/source/writer.po4
-rw-r--r--translations/source/bn/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/bn/scripting/source/pyprov.po10
-rw-r--r--translations/source/bn/sd/source/core.po4
-rw-r--r--translations/source/bn/sd/source/filter/html.po4
-rw-r--r--translations/source/bn/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/bn/sd/source/ui/animations.po4
-rw-r--r--translations/source/bn/sd/source/ui/annotations.po4
-rw-r--r--translations/source/bn/sd/source/ui/app.po4
-rw-r--r--translations/source/bn/sd/source/ui/dlg.po4
-rw-r--r--translations/source/bn/sd/source/ui/notes.po4
-rw-r--r--translations/source/bn/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/bn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/bn/sd/source/ui/table.po4
-rw-r--r--translations/source/bn/sd/source/ui/view.po4
-rw-r--r--translations/source/bn/sdext/source/minimizer.po6
-rw-r--r--translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/bn/sdext/source/pdfimport.po16
-rw-r--r--translations/source/bn/sdext/source/presenter.po6
-rw-r--r--translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/bn/setup_native/source/mac.po4
-rw-r--r--translations/source/bn/sfx2/source/appl.po4
-rw-r--r--translations/source/bn/sfx2/source/bastyp.po4
-rw-r--r--translations/source/bn/sfx2/source/dialog.po4
-rw-r--r--translations/source/bn/sfx2/source/doc.po11
-rw-r--r--translations/source/bn/sfx2/source/menu.po4
-rw-r--r--translations/source/bn/sfx2/source/view.po4
-rw-r--r--translations/source/bn/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/bn/starmath/source.po36
-rw-r--r--translations/source/bn/svl/source/items.po4
-rw-r--r--translations/source/bn/svl/source/misc.po165
-rw-r--r--translations/source/bn/svtools/source/contnr.po4
-rw-r--r--translations/source/bn/svtools/source/control.po4
-rw-r--r--translations/source/bn/svtools/source/dialogs.po4
-rw-r--r--translations/source/bn/svtools/source/filter.po4
-rw-r--r--translations/source/bn/svtools/source/java.po4
-rw-r--r--translations/source/bn/svtools/source/misc.po8
-rw-r--r--translations/source/bn/svtools/source/plugapp.po4
-rw-r--r--translations/source/bn/svtools/source/toolpanel.po4
-rw-r--r--translations/source/bn/svtools/workben/unodialog.po4
-rw-r--r--translations/source/bn/svx/inc.po4
-rw-r--r--translations/source/bn/svx/source/accessibility.po4
-rw-r--r--translations/source/bn/svx/source/dialog.po48
-rw-r--r--translations/source/bn/svx/source/engine3d.po4
-rw-r--r--translations/source/bn/svx/source/fmcomp.po4
-rw-r--r--translations/source/bn/svx/source/form.po4
-rw-r--r--translations/source/bn/svx/source/gallery2.po4
-rw-r--r--translations/source/bn/svx/source/items.po4
-rw-r--r--translations/source/bn/svx/source/src.po4
-rw-r--r--translations/source/bn/svx/source/stbctrls.po4
-rw-r--r--translations/source/bn/svx/source/svdraw.po4
-rw-r--r--translations/source/bn/svx/source/table.po4
-rw-r--r--translations/source/bn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/bn/svx/source/toolbars.po4
-rw-r--r--translations/source/bn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/bn/sw/source/core/layout.po6
-rw-r--r--translations/source/bn/sw/source/core/undo.po4
-rw-r--r--translations/source/bn/sw/source/core/unocore.po4
-rw-r--r--translations/source/bn/sw/source/ui/app.po28
-rw-r--r--translations/source/bn/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/bn/sw/source/ui/config.po56
-rw-r--r--translations/source/bn/sw/source/ui/dbui.po4
-rw-r--r--translations/source/bn/sw/source/ui/dialog.po8
-rw-r--r--translations/source/bn/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/bn/sw/source/ui/docvw.po4
-rw-r--r--translations/source/bn/sw/source/ui/envelp.po4
-rw-r--r--translations/source/bn/sw/source/ui/fldui.po4
-rw-r--r--translations/source/bn/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/bn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/bn/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/bn/sw/source/ui/index.po4
-rw-r--r--translations/source/bn/sw/source/ui/lingu.po8
-rw-r--r--translations/source/bn/sw/source/ui/misc.po4
-rw-r--r--translations/source/bn/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/bn/sw/source/ui/shells.po4
-rw-r--r--translations/source/bn/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/bn/sw/source/ui/table.po47
-rw-r--r--translations/source/bn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/bn/sw/source/ui/utlui.po194
-rw-r--r--translations/source/bn/sw/source/ui/web.po4
-rw-r--r--translations/source/bn/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/bn/swext/mediawiki/help.po93
-rw-r--r--translations/source/bn/swext/mediawiki/src.po6
-rw-r--r--translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/bn/sysui/desktop/share.po4
-rw-r--r--translations/source/bn/uui/source.po4
-rw-r--r--translations/source/bn/vcl/source/src.po85
-rw-r--r--translations/source/bn/wizards/source/euro.po4
-rw-r--r--translations/source/bn/wizards/source/formwizard.po4
-rw-r--r--translations/source/bn/wizards/source/importwizard.po4
-rw-r--r--translations/source/bn/wizards/source/schedule.po4
-rw-r--r--translations/source/bn/wizards/source/template.po4
-rw-r--r--translations/source/bn/xmlsecurity/source/component.po4
-rw-r--r--translations/source/bn/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/bo/accessibility/source/helper.po4
-rw-r--r--translations/source/bo/avmedia/source/framework.po4
-rw-r--r--translations/source/bo/avmedia/source/viewer.po4
-rw-r--r--translations/source/bo/basctl/source/basicide.po12
-rw-r--r--translations/source/bo/basctl/source/dlged.po4
-rw-r--r--translations/source/bo/basic/source/app.po4
-rw-r--r--translations/source/bo/basic/source/classes.po4
-rw-r--r--translations/source/bo/basic/source/sbx.po4
-rw-r--r--translations/source/bo/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/bo/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/bo/connectivity/source/resource.po4
-rw-r--r--translations/source/bo/crashrep/source/all.po4
-rw-r--r--translations/source/bo/cui/source/customize.po4
-rw-r--r--translations/source/bo/cui/source/dialogs.po12
-rw-r--r--translations/source/bo/cui/source/options.po34
-rw-r--r--translations/source/bo/cui/source/tabpages.po8
-rw-r--r--translations/source/bo/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/bo/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/bo/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/bo/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/bo/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/bo/desktop/source/app.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/bo/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/bo/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/bo/desktop/win32/source/setup.po4
-rw-r--r--translations/source/bo/dictionaries/af_ZA.po6
-rw-r--r--translations/source/bo/dictionaries/ar.po6
-rw-r--r--translations/source/bo/dictionaries/be_BY.po19
-rw-r--r--translations/source/bo/dictionaries/bg_BG.po6
-rw-r--r--translations/source/bo/dictionaries/bn_BD.po6
-rw-r--r--translations/source/bo/dictionaries/br_FR.po6
-rw-r--r--translations/source/bo/dictionaries/ca.po6
-rw-r--r--translations/source/bo/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/bo/dictionaries/da_DK.po6
-rw-r--r--translations/source/bo/dictionaries/de.po6
-rw-r--r--translations/source/bo/dictionaries/el_GR.po19
-rw-r--r--translations/source/bo/dictionaries/en.po6
-rw-r--r--translations/source/bo/dictionaries/es_ES.po6
-rw-r--r--translations/source/bo/dictionaries/et_EE.po6
-rw-r--r--translations/source/bo/dictionaries/fr_FR.po6
-rw-r--r--translations/source/bo/dictionaries/gd_GB.po19
-rw-r--r--translations/source/bo/dictionaries/gl.po6
-rw-r--r--translations/source/bo/dictionaries/gu_IN.po6
-rw-r--r--translations/source/bo/dictionaries/he_IL.po6
-rw-r--r--translations/source/bo/dictionaries/hi_IN.po6
-rw-r--r--translations/source/bo/dictionaries/hr_HR.po6
-rw-r--r--translations/source/bo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bo/dictionaries/it_IT.po6
-rw-r--r--translations/source/bo/dictionaries/ku_TR.po6
-rw-r--r--translations/source/bo/dictionaries/lt_LT.po6
-rw-r--r--translations/source/bo/dictionaries/lv_LV.po6
-rw-r--r--translations/source/bo/dictionaries/ne_NP.po6
-rw-r--r--translations/source/bo/dictionaries/nl_NL.po6
-rw-r--r--translations/source/bo/dictionaries/no.po6
-rw-r--r--translations/source/bo/dictionaries/oc_FR.po6
-rw-r--r--translations/source/bo/dictionaries/pl_PL.po6
-rw-r--r--translations/source/bo/dictionaries/pt_BR.po6
-rw-r--r--translations/source/bo/dictionaries/pt_PT.po6
-rw-r--r--translations/source/bo/dictionaries/ro.po6
-rw-r--r--translations/source/bo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bo/dictionaries/sk_SK.po6
-rw-r--r--translations/source/bo/dictionaries/sl_SI.po6
-rw-r--r--translations/source/bo/dictionaries/sr.po6
-rw-r--r--translations/source/bo/dictionaries/sv_SE.po6
-rw-r--r--translations/source/bo/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/bo/dictionaries/te_IN.po19
-rw-r--r--translations/source/bo/dictionaries/th_TH.po6
-rw-r--r--translations/source/bo/dictionaries/uk_UA.po6
-rw-r--r--translations/source/bo/dictionaries/vi.po6
-rw-r--r--translations/source/bo/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/bo/editeng/source/accessibility.po4
-rw-r--r--translations/source/bo/editeng/source/editeng.po4
-rw-r--r--translations/source/bo/editeng/source/items.po4
-rw-r--r--translations/source/bo/editeng/source/misc.po4
-rw-r--r--translations/source/bo/editeng/source/outliner.po4
-rw-r--r--translations/source/bo/extensions/source/abpilot.po4
-rw-r--r--translations/source/bo/extensions/source/bibliography.po4
-rw-r--r--translations/source/bo/extensions/source/dbpilots.po4
-rw-r--r--translations/source/bo/extensions/source/propctrlr.po4
-rw-r--r--translations/source/bo/extensions/source/scanner.po8
-rw-r--r--translations/source/bo/extensions/source/update/check.po4
-rw-r--r--translations/source/bo/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/bo/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/bo/filter/source/flash.po4
-rw-r--r--translations/source/bo/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/bo/filter/source/pdf.po4
-rw-r--r--translations/source/bo/filter/source/t602.po4
-rw-r--r--translations/source/bo/filter/source/xsltdialog.po8
-rw-r--r--translations/source/bo/forms/source/resource.po4
-rw-r--r--translations/source/bo/formula/source/core/resource.po4
-rw-r--r--translations/source/bo/formula/source/ui/dlg.po4
-rw-r--r--translations/source/bo/fpicker/source/office.po4
-rw-r--r--translations/source/bo/framework/source/classes.po4
-rw-r--r--translations/source/bo/framework/source/services.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared.po22
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/01.po75
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/guide.po48
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/bo/mysqlc/source.po12
-rw-r--r--translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/bo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/bo/padmin/source.po4
-rw-r--r--translations/source/bo/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/bo/reportbuilder/util.po8
-rw-r--r--translations/source/bo/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/bo/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/bo/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/bo/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/bo/sc/source/core/src.po4
-rw-r--r--translations/source/bo/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/bo/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/bo/sc/source/ui/docshell.po4
-rw-r--r--translations/source/bo/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/bo/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/bo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/bo/sc/source/ui/navipi.po9
-rw-r--r--translations/source/bo/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/bo/sc/source/ui/src.po263
-rw-r--r--translations/source/bo/sc/source/ui/styleui.po4
-rw-r--r--translations/source/bo/scaddins/source/analysis.po4
-rw-r--r--translations/source/bo/scaddins/source/datefunc.po4
-rw-r--r--translations/source/bo/sccomp/source/solver.po4
-rw-r--r--translations/source/bo/scp2/source/accessories.po4
-rw-r--r--translations/source/bo/scp2/source/activex.po4
-rw-r--r--translations/source/bo/scp2/source/base.po4
-rw-r--r--translations/source/bo/scp2/source/binfilter.po4
-rw-r--r--translations/source/bo/scp2/source/calc.po4
-rw-r--r--translations/source/bo/scp2/source/draw.po4
-rw-r--r--translations/source/bo/scp2/source/extensions.po4
-rw-r--r--translations/source/bo/scp2/source/gnome.po4
-rw-r--r--translations/source/bo/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/bo/scp2/source/impress.po4
-rw-r--r--translations/source/bo/scp2/source/javafilter.po4
-rw-r--r--translations/source/bo/scp2/source/kde.po4
-rw-r--r--translations/source/bo/scp2/source/math.po4
-rw-r--r--translations/source/bo/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/bo/scp2/source/ooo.po703
-rw-r--r--translations/source/bo/scp2/source/python.po8
-rw-r--r--translations/source/bo/scp2/source/quickstart.po4
-rw-r--r--translations/source/bo/scp2/source/sdkoo.po4
-rw-r--r--translations/source/bo/scp2/source/testtool.po4
-rw-r--r--translations/source/bo/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/bo/scp2/source/writer.po4
-rw-r--r--translations/source/bo/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/bo/scripting/source/pyprov.po10
-rw-r--r--translations/source/bo/sd/source/core.po4
-rw-r--r--translations/source/bo/sd/source/filter/html.po4
-rw-r--r--translations/source/bo/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/bo/sd/source/ui/animations.po4
-rw-r--r--translations/source/bo/sd/source/ui/annotations.po4
-rw-r--r--translations/source/bo/sd/source/ui/app.po4
-rw-r--r--translations/source/bo/sd/source/ui/dlg.po4
-rw-r--r--translations/source/bo/sd/source/ui/notes.po4
-rw-r--r--translations/source/bo/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/bo/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/bo/sd/source/ui/table.po4
-rw-r--r--translations/source/bo/sd/source/ui/view.po4
-rw-r--r--translations/source/bo/sdext/source/minimizer.po6
-rw-r--r--translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/bo/sdext/source/pdfimport.po16
-rw-r--r--translations/source/bo/sdext/source/presenter.po6
-rw-r--r--translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/bo/setup_native/source/mac.po4
-rw-r--r--translations/source/bo/sfx2/source/appl.po4
-rw-r--r--translations/source/bo/sfx2/source/bastyp.po4
-rw-r--r--translations/source/bo/sfx2/source/dialog.po4
-rw-r--r--translations/source/bo/sfx2/source/doc.po4
-rw-r--r--translations/source/bo/sfx2/source/menu.po4
-rw-r--r--translations/source/bo/sfx2/source/view.po4
-rw-r--r--translations/source/bo/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/bo/starmath/source.po36
-rw-r--r--translations/source/bo/svl/source/items.po4
-rw-r--r--translations/source/bo/svl/source/misc.po210
-rw-r--r--translations/source/bo/svtools/source/contnr.po4
-rw-r--r--translations/source/bo/svtools/source/control.po4
-rw-r--r--translations/source/bo/svtools/source/dialogs.po4
-rw-r--r--translations/source/bo/svtools/source/filter.po4
-rw-r--r--translations/source/bo/svtools/source/java.po4
-rw-r--r--translations/source/bo/svtools/source/misc.po8
-rw-r--r--translations/source/bo/svtools/source/plugapp.po4
-rw-r--r--translations/source/bo/svtools/source/toolpanel.po4
-rw-r--r--translations/source/bo/svtools/workben/unodialog.po4
-rw-r--r--translations/source/bo/svx/inc.po4
-rw-r--r--translations/source/bo/svx/source/accessibility.po4
-rw-r--r--translations/source/bo/svx/source/dialog.po43
-rw-r--r--translations/source/bo/svx/source/engine3d.po4
-rw-r--r--translations/source/bo/svx/source/fmcomp.po4
-rw-r--r--translations/source/bo/svx/source/form.po4
-rw-r--r--translations/source/bo/svx/source/gallery2.po4
-rw-r--r--translations/source/bo/svx/source/items.po4
-rw-r--r--translations/source/bo/svx/source/src.po4
-rw-r--r--translations/source/bo/svx/source/stbctrls.po4
-rw-r--r--translations/source/bo/svx/source/svdraw.po4
-rw-r--r--translations/source/bo/svx/source/table.po4
-rw-r--r--translations/source/bo/svx/source/tbxctrls.po4
-rw-r--r--translations/source/bo/svx/source/toolbars.po4
-rw-r--r--translations/source/bo/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/bo/sw/source/core/layout.po6
-rw-r--r--translations/source/bo/sw/source/core/undo.po4
-rw-r--r--translations/source/bo/sw/source/core/unocore.po4
-rw-r--r--translations/source/bo/sw/source/ui/app.po28
-rw-r--r--translations/source/bo/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/bo/sw/source/ui/config.po56
-rw-r--r--translations/source/bo/sw/source/ui/dbui.po4
-rw-r--r--translations/source/bo/sw/source/ui/dialog.po8
-rw-r--r--translations/source/bo/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/bo/sw/source/ui/docvw.po4
-rw-r--r--translations/source/bo/sw/source/ui/envelp.po4
-rw-r--r--translations/source/bo/sw/source/ui/fldui.po4
-rw-r--r--translations/source/bo/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/bo/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/bo/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/bo/sw/source/ui/index.po4
-rw-r--r--translations/source/bo/sw/source/ui/lingu.po8
-rw-r--r--translations/source/bo/sw/source/ui/misc.po4
-rw-r--r--translations/source/bo/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/bo/sw/source/ui/shells.po4
-rw-r--r--translations/source/bo/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/bo/sw/source/ui/table.po44
-rw-r--r--translations/source/bo/sw/source/ui/uiview.po4
-rw-r--r--translations/source/bo/sw/source/ui/utlui.po194
-rw-r--r--translations/source/bo/sw/source/ui/web.po4
-rw-r--r--translations/source/bo/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/bo/swext/mediawiki/help.po72
-rw-r--r--translations/source/bo/swext/mediawiki/src.po6
-rw-r--r--translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/bo/sysui/desktop/share.po4
-rw-r--r--translations/source/bo/uui/source.po4
-rw-r--r--translations/source/bo/vcl/source/src.po82
-rw-r--r--translations/source/bo/wizards/source/euro.po4
-rw-r--r--translations/source/bo/wizards/source/formwizard.po4
-rw-r--r--translations/source/bo/wizards/source/importwizard.po4
-rw-r--r--translations/source/bo/wizards/source/schedule.po4
-rw-r--r--translations/source/bo/wizards/source/template.po4
-rw-r--r--translations/source/bo/xmlsecurity/source/component.po4
-rw-r--r--translations/source/bo/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/br/accessibility/source/helper.po4
-rw-r--r--translations/source/br/avmedia/source/framework.po4
-rw-r--r--translations/source/br/avmedia/source/viewer.po4
-rw-r--r--translations/source/br/basctl/source/basicide.po14
-rw-r--r--translations/source/br/basctl/source/dlged.po4
-rw-r--r--translations/source/br/basic/source/app.po4
-rw-r--r--translations/source/br/basic/source/classes.po4
-rw-r--r--translations/source/br/basic/source/sbx.po4
-rw-r--r--translations/source/br/chart2/source/controller/dialogs.po14
-rw-r--r--translations/source/br/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/br/connectivity/source/drivers/postgresql.po30
-rw-r--r--translations/source/br/connectivity/source/resource.po7
-rw-r--r--translations/source/br/crashrep/source/all.po4
-rw-r--r--translations/source/br/cui/source/customize.po4
-rw-r--r--translations/source/br/cui/source/dialogs.po66
-rw-r--r--translations/source/br/cui/source/options.po62
-rw-r--r--translations/source/br/cui/source/tabpages.po22
-rw-r--r--translations/source/br/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/br/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/br/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/br/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/br/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/br/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/br/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/br/desktop/source/app.po4
-rw-r--r--translations/source/br/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/br/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/br/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/br/desktop/source/deployment/registry.po14
-rw-r--r--translations/source/br/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/br/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/br/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/br/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/br/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/br/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/br/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/br/desktop/win32/source/setup.po4
-rw-r--r--translations/source/br/dictionaries/af_ZA.po13
-rw-r--r--translations/source/br/dictionaries/ar.po13
-rw-r--r--translations/source/br/dictionaries/be_BY.po20
-rw-r--r--translations/source/br/dictionaries/bg_BG.po13
-rw-r--r--translations/source/br/dictionaries/bn_BD.po13
-rw-r--r--translations/source/br/dictionaries/br_FR.po13
-rw-r--r--translations/source/br/dictionaries/ca.po13
-rw-r--r--translations/source/br/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/br/dictionaries/da_DK.po13
-rw-r--r--translations/source/br/dictionaries/de.po13
-rw-r--r--translations/source/br/dictionaries/el_GR.po20
-rw-r--r--translations/source/br/dictionaries/en.po13
-rw-r--r--translations/source/br/dictionaries/es_ES.po13
-rw-r--r--translations/source/br/dictionaries/et_EE.po13
-rw-r--r--translations/source/br/dictionaries/fr_FR.po13
-rw-r--r--translations/source/br/dictionaries/gd_GB.po20
-rw-r--r--translations/source/br/dictionaries/gl.po13
-rw-r--r--translations/source/br/dictionaries/gu_IN.po13
-rw-r--r--translations/source/br/dictionaries/he_IL.po13
-rw-r--r--translations/source/br/dictionaries/hi_IN.po13
-rw-r--r--translations/source/br/dictionaries/hr_HR.po13
-rw-r--r--translations/source/br/dictionaries/hu_HU.po13
-rw-r--r--translations/source/br/dictionaries/it_IT.po13
-rw-r--r--translations/source/br/dictionaries/ku_TR.po13
-rw-r--r--translations/source/br/dictionaries/lt_LT.po13
-rw-r--r--translations/source/br/dictionaries/lv_LV.po13
-rw-r--r--translations/source/br/dictionaries/ne_NP.po13
-rw-r--r--translations/source/br/dictionaries/nl_NL.po13
-rw-r--r--translations/source/br/dictionaries/no.po13
-rw-r--r--translations/source/br/dictionaries/oc_FR.po13
-rw-r--r--translations/source/br/dictionaries/pl_PL.po13
-rw-r--r--translations/source/br/dictionaries/pt_BR.po13
-rw-r--r--translations/source/br/dictionaries/pt_PT.po13
-rw-r--r--translations/source/br/dictionaries/ro.po13
-rw-r--r--translations/source/br/dictionaries/ru_RU.po13
-rw-r--r--translations/source/br/dictionaries/sk_SK.po13
-rw-r--r--translations/source/br/dictionaries/sl_SI.po13
-rw-r--r--translations/source/br/dictionaries/sr.po13
-rw-r--r--translations/source/br/dictionaries/sv_SE.po13
-rw-r--r--translations/source/br/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/br/dictionaries/te_IN.po20
-rw-r--r--translations/source/br/dictionaries/th_TH.po13
-rw-r--r--translations/source/br/dictionaries/uk_UA.po13
-rw-r--r--translations/source/br/dictionaries/vi.po13
-rw-r--r--translations/source/br/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/br/editeng/source/accessibility.po4
-rw-r--r--translations/source/br/editeng/source/editeng.po8
-rw-r--r--translations/source/br/editeng/source/items.po4
-rw-r--r--translations/source/br/editeng/source/misc.po4
-rw-r--r--translations/source/br/editeng/source/outliner.po4
-rw-r--r--translations/source/br/extensions/source/abpilot.po8
-rw-r--r--translations/source/br/extensions/source/bibliography.po4
-rw-r--r--translations/source/br/extensions/source/dbpilots.po4
-rw-r--r--translations/source/br/extensions/source/propctrlr.po10
-rw-r--r--translations/source/br/extensions/source/scanner.po10
-rw-r--r--translations/source/br/extensions/source/update/check.po7
-rw-r--r--translations/source/br/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/br/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/br/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/br/filter/source/flash.po4
-rw-r--r--translations/source/br/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/br/filter/source/pdf.po14
-rw-r--r--translations/source/br/filter/source/t602.po4
-rw-r--r--translations/source/br/filter/source/xsltdialog.po11
-rw-r--r--translations/source/br/forms/source/resource.po4
-rw-r--r--translations/source/br/formula/source/core/resource.po16
-rw-r--r--translations/source/br/formula/source/ui/dlg.po4
-rw-r--r--translations/source/br/fpicker/source/office.po4
-rw-r--r--translations/source/br/framework/source/classes.po4
-rw-r--r--translations/source/br/framework/source/services.po4
-rw-r--r--translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/br/mysqlc/source.po16
-rw-r--r--translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/br/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po42
-rw-r--r--translations/source/br/padmin/source.po4
-rw-r--r--translations/source/br/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/br/reportbuilder/util.po17
-rw-r--r--translations/source/br/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/br/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/br/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/br/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/br/sc/source/core/src.po4
-rw-r--r--translations/source/br/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/br/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/br/sc/source/ui/docshell.po4
-rw-r--r--translations/source/br/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/br/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/br/sc/source/ui/miscdlgs.po10
-rw-r--r--translations/source/br/sc/source/ui/navipi.po10
-rw-r--r--translations/source/br/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/br/sc/source/ui/src.po340
-rw-r--r--translations/source/br/sc/source/ui/styleui.po4
-rw-r--r--translations/source/br/scaddins/source/analysis.po4
-rw-r--r--translations/source/br/scaddins/source/datefunc.po4
-rw-r--r--translations/source/br/sccomp/source/solver.po4
-rw-r--r--translations/source/br/scp2/source/accessories.po4
-rw-r--r--translations/source/br/scp2/source/activex.po4
-rw-r--r--translations/source/br/scp2/source/base.po4
-rw-r--r--translations/source/br/scp2/source/binfilter.po4
-rw-r--r--translations/source/br/scp2/source/calc.po12
-rw-r--r--translations/source/br/scp2/source/draw.po4
-rw-r--r--translations/source/br/scp2/source/extensions.po4
-rw-r--r--translations/source/br/scp2/source/gnome.po4
-rw-r--r--translations/source/br/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/br/scp2/source/impress.po4
-rw-r--r--translations/source/br/scp2/source/javafilter.po4
-rw-r--r--translations/source/br/scp2/source/kde.po4
-rw-r--r--translations/source/br/scp2/source/math.po4
-rw-r--r--translations/source/br/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/br/scp2/source/ooo.po1067
-rw-r--r--translations/source/br/scp2/source/python.po10
-rw-r--r--translations/source/br/scp2/source/quickstart.po4
-rw-r--r--translations/source/br/scp2/source/sdkoo.po4
-rw-r--r--translations/source/br/scp2/source/testtool.po4
-rw-r--r--translations/source/br/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/br/scp2/source/writer.po4
-rw-r--r--translations/source/br/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/br/scripting/source/pyprov.po17
-rw-r--r--translations/source/br/sd/source/core.po4
-rw-r--r--translations/source/br/sd/source/filter/html.po4
-rw-r--r--translations/source/br/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/br/sd/source/ui/animations.po4
-rw-r--r--translations/source/br/sd/source/ui/annotations.po4
-rw-r--r--translations/source/br/sd/source/ui/app.po21
-rw-r--r--translations/source/br/sd/source/ui/dlg.po8
-rw-r--r--translations/source/br/sd/source/ui/notes.po4
-rw-r--r--translations/source/br/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/br/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/br/sd/source/ui/table.po4
-rw-r--r--translations/source/br/sd/source/ui/view.po4
-rw-r--r--translations/source/br/sdext/source/minimizer.po15
-rw-r--r--translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/br/sdext/source/pdfimport.po17
-rw-r--r--translations/source/br/sdext/source/presenter.po15
-rw-r--r--translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/br/setup_native/source/mac.po4
-rw-r--r--translations/source/br/sfx2/source/appl.po10
-rw-r--r--translations/source/br/sfx2/source/bastyp.po4
-rw-r--r--translations/source/br/sfx2/source/dialog.po14
-rw-r--r--translations/source/br/sfx2/source/doc.po4
-rw-r--r--translations/source/br/sfx2/source/menu.po4
-rw-r--r--translations/source/br/sfx2/source/view.po4
-rw-r--r--translations/source/br/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/br/starmath/source.po41
-rw-r--r--translations/source/br/svl/source/items.po4
-rw-r--r--translations/source/br/svl/source/misc.po166
-rw-r--r--translations/source/br/svtools/source/contnr.po4
-rw-r--r--translations/source/br/svtools/source/control.po4
-rw-r--r--translations/source/br/svtools/source/dialogs.po4
-rw-r--r--translations/source/br/svtools/source/filter.po4
-rw-r--r--translations/source/br/svtools/source/java.po9
-rw-r--r--translations/source/br/svtools/source/misc.po14
-rw-r--r--translations/source/br/svtools/source/plugapp.po4
-rw-r--r--translations/source/br/svtools/source/toolpanel.po4
-rw-r--r--translations/source/br/svtools/workben/unodialog.po4
-rw-r--r--translations/source/br/svx/inc.po10
-rw-r--r--translations/source/br/svx/source/accessibility.po4
-rw-r--r--translations/source/br/svx/source/dialog.po48
-rw-r--r--translations/source/br/svx/source/engine3d.po4
-rw-r--r--translations/source/br/svx/source/fmcomp.po4
-rw-r--r--translations/source/br/svx/source/form.po4
-rw-r--r--translations/source/br/svx/source/gallery2.po4
-rw-r--r--translations/source/br/svx/source/items.po4
-rw-r--r--translations/source/br/svx/source/src.po4
-rw-r--r--translations/source/br/svx/source/stbctrls.po4
-rw-r--r--translations/source/br/svx/source/svdraw.po4
-rw-r--r--translations/source/br/svx/source/table.po4
-rw-r--r--translations/source/br/svx/source/tbxctrls.po4
-rw-r--r--translations/source/br/svx/source/toolbars.po4
-rw-r--r--translations/source/br/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/br/sw/source/core/layout.po15
-rw-r--r--translations/source/br/sw/source/core/undo.po11
-rw-r--r--translations/source/br/sw/source/core/unocore.po4
-rw-r--r--translations/source/br/sw/source/ui/app.po40
-rw-r--r--translations/source/br/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/br/sw/source/ui/config.po60
-rw-r--r--translations/source/br/sw/source/ui/dbui.po10
-rw-r--r--translations/source/br/sw/source/ui/dialog.po12
-rw-r--r--translations/source/br/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/br/sw/source/ui/docvw.po14
-rw-r--r--translations/source/br/sw/source/ui/envelp.po4
-rw-r--r--translations/source/br/sw/source/ui/fldui.po4
-rw-r--r--translations/source/br/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/br/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/br/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/br/sw/source/ui/index.po4
-rw-r--r--translations/source/br/sw/source/ui/lingu.po10
-rw-r--r--translations/source/br/sw/source/ui/misc.po4
-rw-r--r--translations/source/br/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/br/sw/source/ui/shells.po4
-rw-r--r--translations/source/br/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/br/sw/source/ui/table.po52
-rw-r--r--translations/source/br/sw/source/ui/uiview.po4
-rw-r--r--translations/source/br/sw/source/ui/utlui.po189
-rw-r--r--translations/source/br/sw/source/ui/web.po4
-rw-r--r--translations/source/br/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/br/swext/mediawiki/help.po92
-rw-r--r--translations/source/br/swext/mediawiki/src.po12
-rw-r--r--translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/br/sysui/desktop/share.po9
-rw-r--r--translations/source/br/uui/source.po10
-rw-r--r--translations/source/br/vcl/source/src.po86
-rw-r--r--translations/source/br/wizards/source/euro.po8
-rw-r--r--translations/source/br/wizards/source/formwizard.po10
-rw-r--r--translations/source/br/wizards/source/importwizard.po44
-rw-r--r--translations/source/br/wizards/source/schedule.po4
-rw-r--r--translations/source/br/wizards/source/template.po4
-rw-r--r--translations/source/br/xmlsecurity/source/component.po4
-rw-r--r--translations/source/br/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/brx/accessibility/source/helper.po4
-rw-r--r--translations/source/brx/avmedia/source/framework.po4
-rw-r--r--translations/source/brx/avmedia/source/viewer.po4
-rw-r--r--translations/source/brx/basctl/source/basicide.po19
-rw-r--r--translations/source/brx/basctl/source/dlged.po36
-rw-r--r--translations/source/brx/basic/source/app.po4
-rw-r--r--translations/source/brx/basic/source/classes.po4
-rw-r--r--translations/source/brx/basic/source/sbx.po4
-rw-r--r--translations/source/brx/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/brx/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/brx/connectivity/source/resource.po4
-rw-r--r--translations/source/brx/crashrep/source/all.po4
-rw-r--r--translations/source/brx/cui/source/customize.po4
-rw-r--r--translations/source/brx/cui/source/dialogs.po12
-rw-r--r--translations/source/brx/cui/source/options.po34
-rw-r--r--translations/source/brx/cui/source/tabpages.po8
-rw-r--r--translations/source/brx/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/brx/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/brx/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/brx/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/brx/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/brx/desktop/source/app.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/misc.po25
-rw-r--r--translations/source/brx/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/brx/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/brx/desktop/win32/source/setup.po4
-rw-r--r--translations/source/brx/dictionaries/af_ZA.po6
-rw-r--r--translations/source/brx/dictionaries/ar.po6
-rw-r--r--translations/source/brx/dictionaries/be_BY.po19
-rw-r--r--translations/source/brx/dictionaries/bg_BG.po6
-rw-r--r--translations/source/brx/dictionaries/bn_BD.po6
-rw-r--r--translations/source/brx/dictionaries/br_FR.po6
-rw-r--r--translations/source/brx/dictionaries/ca.po6
-rw-r--r--translations/source/brx/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/brx/dictionaries/da_DK.po6
-rw-r--r--translations/source/brx/dictionaries/de.po6
-rw-r--r--translations/source/brx/dictionaries/el_GR.po19
-rw-r--r--translations/source/brx/dictionaries/en.po6
-rw-r--r--translations/source/brx/dictionaries/es_ES.po6
-rw-r--r--translations/source/brx/dictionaries/et_EE.po6
-rw-r--r--translations/source/brx/dictionaries/fr_FR.po6
-rw-r--r--translations/source/brx/dictionaries/gd_GB.po19
-rw-r--r--translations/source/brx/dictionaries/gl.po6
-rw-r--r--translations/source/brx/dictionaries/gu_IN.po6
-rw-r--r--translations/source/brx/dictionaries/he_IL.po6
-rw-r--r--translations/source/brx/dictionaries/hi_IN.po6
-rw-r--r--translations/source/brx/dictionaries/hr_HR.po6
-rw-r--r--translations/source/brx/dictionaries/hu_HU.po6
-rw-r--r--translations/source/brx/dictionaries/it_IT.po6
-rw-r--r--translations/source/brx/dictionaries/ku_TR.po6
-rw-r--r--translations/source/brx/dictionaries/lt_LT.po6
-rw-r--r--translations/source/brx/dictionaries/lv_LV.po6
-rw-r--r--translations/source/brx/dictionaries/ne_NP.po6
-rw-r--r--translations/source/brx/dictionaries/nl_NL.po6
-rw-r--r--translations/source/brx/dictionaries/no.po6
-rw-r--r--translations/source/brx/dictionaries/oc_FR.po6
-rw-r--r--translations/source/brx/dictionaries/pl_PL.po6
-rw-r--r--translations/source/brx/dictionaries/pt_BR.po6
-rw-r--r--translations/source/brx/dictionaries/pt_PT.po6
-rw-r--r--translations/source/brx/dictionaries/ro.po6
-rw-r--r--translations/source/brx/dictionaries/ru_RU.po6
-rw-r--r--translations/source/brx/dictionaries/sk_SK.po6
-rw-r--r--translations/source/brx/dictionaries/sl_SI.po6
-rw-r--r--translations/source/brx/dictionaries/sr.po6
-rw-r--r--translations/source/brx/dictionaries/sv_SE.po6
-rw-r--r--translations/source/brx/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/brx/dictionaries/te_IN.po19
-rw-r--r--translations/source/brx/dictionaries/th_TH.po6
-rw-r--r--translations/source/brx/dictionaries/uk_UA.po6
-rw-r--r--translations/source/brx/dictionaries/vi.po6
-rw-r--r--translations/source/brx/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/brx/editeng/source/accessibility.po4
-rw-r--r--translations/source/brx/editeng/source/editeng.po4
-rw-r--r--translations/source/brx/editeng/source/items.po4
-rw-r--r--translations/source/brx/editeng/source/misc.po4
-rw-r--r--translations/source/brx/editeng/source/outliner.po4
-rw-r--r--translations/source/brx/extensions/source/abpilot.po4
-rw-r--r--translations/source/brx/extensions/source/bibliography.po4
-rw-r--r--translations/source/brx/extensions/source/dbpilots.po4
-rw-r--r--translations/source/brx/extensions/source/propctrlr.po4
-rw-r--r--translations/source/brx/extensions/source/scanner.po8
-rw-r--r--translations/source/brx/extensions/source/update/check.po4
-rw-r--r--translations/source/brx/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/brx/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/brx/filter/source/flash.po4
-rw-r--r--translations/source/brx/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/brx/filter/source/pdf.po4
-rw-r--r--translations/source/brx/filter/source/t602.po4
-rw-r--r--translations/source/brx/filter/source/xsltdialog.po8
-rw-r--r--translations/source/brx/forms/source/resource.po4
-rw-r--r--translations/source/brx/formula/source/core/resource.po4
-rw-r--r--translations/source/brx/formula/source/ui/dlg.po4
-rw-r--r--translations/source/brx/fpicker/source/office.po4
-rw-r--r--translations/source/brx/framework/source/classes.po4
-rw-r--r--translations/source/brx/framework/source/services.po4
-rw-r--r--translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/brx/mysqlc/source.po12
-rw-r--r--translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/brx/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/brx/padmin/source.po4
-rw-r--r--translations/source/brx/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/brx/reportbuilder/util.po8
-rw-r--r--translations/source/brx/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/brx/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/brx/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/brx/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/brx/sc/source/core/src.po4
-rw-r--r--translations/source/brx/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/brx/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/brx/sc/source/ui/docshell.po4
-rw-r--r--translations/source/brx/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/brx/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/brx/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/brx/sc/source/ui/navipi.po11
-rw-r--r--translations/source/brx/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/brx/sc/source/ui/src.po265
-rw-r--r--translations/source/brx/sc/source/ui/styleui.po4
-rw-r--r--translations/source/brx/scaddins/source/analysis.po4
-rw-r--r--translations/source/brx/scaddins/source/datefunc.po4
-rw-r--r--translations/source/brx/sccomp/source/solver.po4
-rw-r--r--translations/source/brx/scp2/source/accessories.po4
-rw-r--r--translations/source/brx/scp2/source/activex.po4
-rw-r--r--translations/source/brx/scp2/source/base.po4
-rw-r--r--translations/source/brx/scp2/source/binfilter.po4
-rw-r--r--translations/source/brx/scp2/source/calc.po4
-rw-r--r--translations/source/brx/scp2/source/draw.po4
-rw-r--r--translations/source/brx/scp2/source/extensions.po4
-rw-r--r--translations/source/brx/scp2/source/gnome.po4
-rw-r--r--translations/source/brx/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/brx/scp2/source/impress.po4
-rw-r--r--translations/source/brx/scp2/source/javafilter.po4
-rw-r--r--translations/source/brx/scp2/source/kde.po4
-rw-r--r--translations/source/brx/scp2/source/math.po4
-rw-r--r--translations/source/brx/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/brx/scp2/source/ooo.po640
-rw-r--r--translations/source/brx/scp2/source/python.po8
-rw-r--r--translations/source/brx/scp2/source/quickstart.po4
-rw-r--r--translations/source/brx/scp2/source/sdkoo.po4
-rw-r--r--translations/source/brx/scp2/source/testtool.po4
-rw-r--r--translations/source/brx/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/brx/scp2/source/writer.po4
-rw-r--r--translations/source/brx/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/brx/scripting/source/pyprov.po10
-rw-r--r--translations/source/brx/sd/source/core.po4
-rw-r--r--translations/source/brx/sd/source/filter/html.po4
-rw-r--r--translations/source/brx/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/brx/sd/source/ui/animations.po4
-rw-r--r--translations/source/brx/sd/source/ui/annotations.po4
-rw-r--r--translations/source/brx/sd/source/ui/app.po4
-rw-r--r--translations/source/brx/sd/source/ui/dlg.po4
-rw-r--r--translations/source/brx/sd/source/ui/notes.po4
-rw-r--r--translations/source/brx/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/brx/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/brx/sd/source/ui/table.po4
-rw-r--r--translations/source/brx/sd/source/ui/view.po4
-rw-r--r--translations/source/brx/sdext/source/minimizer.po6
-rw-r--r--translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/brx/sdext/source/pdfimport.po15
-rw-r--r--translations/source/brx/sdext/source/presenter.po6
-rw-r--r--translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/brx/setup_native/source/mac.po4
-rw-r--r--translations/source/brx/sfx2/source/appl.po4
-rw-r--r--translations/source/brx/sfx2/source/bastyp.po4
-rw-r--r--translations/source/brx/sfx2/source/dialog.po4
-rw-r--r--translations/source/brx/sfx2/source/doc.po4
-rw-r--r--translations/source/brx/sfx2/source/menu.po4
-rw-r--r--translations/source/brx/sfx2/source/view.po4
-rw-r--r--translations/source/brx/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/brx/starmath/source.po36
-rw-r--r--translations/source/brx/svl/source/items.po4
-rw-r--r--translations/source/brx/svl/source/misc.po179
-rw-r--r--translations/source/brx/svtools/source/contnr.po4
-rw-r--r--translations/source/brx/svtools/source/control.po4
-rw-r--r--translations/source/brx/svtools/source/dialogs.po4
-rw-r--r--translations/source/brx/svtools/source/filter.po4
-rw-r--r--translations/source/brx/svtools/source/java.po4
-rw-r--r--translations/source/brx/svtools/source/misc.po8
-rw-r--r--translations/source/brx/svtools/source/plugapp.po4
-rw-r--r--translations/source/brx/svtools/source/toolpanel.po4
-rw-r--r--translations/source/brx/svtools/workben/unodialog.po4
-rw-r--r--translations/source/brx/svx/inc.po4
-rw-r--r--translations/source/brx/svx/source/accessibility.po4
-rw-r--r--translations/source/brx/svx/source/dialog.po44
-rw-r--r--translations/source/brx/svx/source/engine3d.po4
-rw-r--r--translations/source/brx/svx/source/fmcomp.po4
-rw-r--r--translations/source/brx/svx/source/form.po4
-rw-r--r--translations/source/brx/svx/source/gallery2.po4
-rw-r--r--translations/source/brx/svx/source/items.po4
-rw-r--r--translations/source/brx/svx/source/src.po4
-rw-r--r--translations/source/brx/svx/source/stbctrls.po4
-rw-r--r--translations/source/brx/svx/source/svdraw.po4
-rw-r--r--translations/source/brx/svx/source/table.po4
-rw-r--r--translations/source/brx/svx/source/tbxctrls.po4
-rw-r--r--translations/source/brx/svx/source/toolbars.po4
-rw-r--r--translations/source/brx/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/brx/sw/source/core/layout.po6
-rw-r--r--translations/source/brx/sw/source/core/undo.po4
-rw-r--r--translations/source/brx/sw/source/core/unocore.po4
-rw-r--r--translations/source/brx/sw/source/ui/app.po28
-rw-r--r--translations/source/brx/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/brx/sw/source/ui/config.po56
-rw-r--r--translations/source/brx/sw/source/ui/dbui.po4
-rw-r--r--translations/source/brx/sw/source/ui/dialog.po8
-rw-r--r--translations/source/brx/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/brx/sw/source/ui/docvw.po4
-rw-r--r--translations/source/brx/sw/source/ui/envelp.po4
-rw-r--r--translations/source/brx/sw/source/ui/fldui.po4
-rw-r--r--translations/source/brx/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/brx/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/brx/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/brx/sw/source/ui/index.po4
-rw-r--r--translations/source/brx/sw/source/ui/lingu.po8
-rw-r--r--translations/source/brx/sw/source/ui/misc.po4
-rw-r--r--translations/source/brx/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/brx/sw/source/ui/shells.po4
-rw-r--r--translations/source/brx/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/brx/sw/source/ui/table.po46
-rw-r--r--translations/source/brx/sw/source/ui/uiview.po4
-rw-r--r--translations/source/brx/sw/source/ui/utlui.po194
-rw-r--r--translations/source/brx/sw/source/ui/web.po4
-rw-r--r--translations/source/brx/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/brx/swext/mediawiki/help.po72
-rw-r--r--translations/source/brx/swext/mediawiki/src.po6
-rw-r--r--translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/brx/sysui/desktop/share.po4
-rw-r--r--translations/source/brx/uui/source.po4
-rw-r--r--translations/source/brx/vcl/source/src.po98
-rw-r--r--translations/source/brx/wizards/source/euro.po4
-rw-r--r--translations/source/brx/wizards/source/formwizard.po4
-rw-r--r--translations/source/brx/wizards/source/importwizard.po4
-rw-r--r--translations/source/brx/wizards/source/schedule.po4
-rw-r--r--translations/source/brx/wizards/source/template.po4
-rw-r--r--translations/source/brx/xmlsecurity/source/component.po4
-rw-r--r--translations/source/brx/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/bs/accessibility/source/helper.po4
-rw-r--r--translations/source/bs/avmedia/source/framework.po4
-rw-r--r--translations/source/bs/avmedia/source/viewer.po4
-rw-r--r--translations/source/bs/basctl/source/basicide.po12
-rw-r--r--translations/source/bs/basctl/source/dlged.po4
-rw-r--r--translations/source/bs/basic/source/app.po4
-rw-r--r--translations/source/bs/basic/source/classes.po4
-rw-r--r--translations/source/bs/basic/source/sbx.po4
-rw-r--r--translations/source/bs/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/bs/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/bs/connectivity/source/resource.po4
-rw-r--r--translations/source/bs/crashrep/source/all.po4
-rw-r--r--translations/source/bs/cui/source/customize.po4
-rw-r--r--translations/source/bs/cui/source/dialogs.po12
-rw-r--r--translations/source/bs/cui/source/options.po44
-rw-r--r--translations/source/bs/cui/source/tabpages.po8
-rw-r--r--translations/source/bs/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/bs/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/bs/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/bs/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/bs/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/bs/desktop/source/app.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/bs/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/bs/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/bs/desktop/win32/source/setup.po4
-rw-r--r--translations/source/bs/dictionaries/af_ZA.po6
-rw-r--r--translations/source/bs/dictionaries/ar.po6
-rw-r--r--translations/source/bs/dictionaries/be_BY.po19
-rw-r--r--translations/source/bs/dictionaries/bg_BG.po6
-rw-r--r--translations/source/bs/dictionaries/bn_BD.po6
-rw-r--r--translations/source/bs/dictionaries/br_FR.po6
-rw-r--r--translations/source/bs/dictionaries/ca.po6
-rw-r--r--translations/source/bs/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/bs/dictionaries/da_DK.po6
-rw-r--r--translations/source/bs/dictionaries/de.po6
-rw-r--r--translations/source/bs/dictionaries/el_GR.po19
-rw-r--r--translations/source/bs/dictionaries/en.po6
-rw-r--r--translations/source/bs/dictionaries/es_ES.po6
-rw-r--r--translations/source/bs/dictionaries/et_EE.po6
-rw-r--r--translations/source/bs/dictionaries/fr_FR.po6
-rw-r--r--translations/source/bs/dictionaries/gd_GB.po19
-rw-r--r--translations/source/bs/dictionaries/gl.po6
-rw-r--r--translations/source/bs/dictionaries/gu_IN.po6
-rw-r--r--translations/source/bs/dictionaries/he_IL.po6
-rw-r--r--translations/source/bs/dictionaries/hi_IN.po6
-rw-r--r--translations/source/bs/dictionaries/hr_HR.po6
-rw-r--r--translations/source/bs/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bs/dictionaries/it_IT.po6
-rw-r--r--translations/source/bs/dictionaries/ku_TR.po6
-rw-r--r--translations/source/bs/dictionaries/lt_LT.po6
-rw-r--r--translations/source/bs/dictionaries/lv_LV.po6
-rw-r--r--translations/source/bs/dictionaries/ne_NP.po6
-rw-r--r--translations/source/bs/dictionaries/nl_NL.po6
-rw-r--r--translations/source/bs/dictionaries/no.po6
-rw-r--r--translations/source/bs/dictionaries/oc_FR.po6
-rw-r--r--translations/source/bs/dictionaries/pl_PL.po6
-rw-r--r--translations/source/bs/dictionaries/pt_BR.po6
-rw-r--r--translations/source/bs/dictionaries/pt_PT.po6
-rw-r--r--translations/source/bs/dictionaries/ro.po6
-rw-r--r--translations/source/bs/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bs/dictionaries/sk_SK.po6
-rw-r--r--translations/source/bs/dictionaries/sl_SI.po6
-rw-r--r--translations/source/bs/dictionaries/sr.po6
-rw-r--r--translations/source/bs/dictionaries/sv_SE.po6
-rw-r--r--translations/source/bs/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/bs/dictionaries/te_IN.po19
-rw-r--r--translations/source/bs/dictionaries/th_TH.po6
-rw-r--r--translations/source/bs/dictionaries/uk_UA.po6
-rw-r--r--translations/source/bs/dictionaries/vi.po6
-rw-r--r--translations/source/bs/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/bs/editeng/source/accessibility.po4
-rw-r--r--translations/source/bs/editeng/source/editeng.po4
-rw-r--r--translations/source/bs/editeng/source/items.po4
-rw-r--r--translations/source/bs/editeng/source/misc.po4
-rw-r--r--translations/source/bs/editeng/source/outliner.po4
-rw-r--r--translations/source/bs/extensions/source/abpilot.po4
-rw-r--r--translations/source/bs/extensions/source/bibliography.po4
-rw-r--r--translations/source/bs/extensions/source/dbpilots.po4
-rw-r--r--translations/source/bs/extensions/source/propctrlr.po4
-rw-r--r--translations/source/bs/extensions/source/scanner.po8
-rw-r--r--translations/source/bs/extensions/source/update/check.po4
-rw-r--r--translations/source/bs/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/bs/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/bs/filter/source/flash.po4
-rw-r--r--translations/source/bs/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/bs/filter/source/pdf.po4
-rw-r--r--translations/source/bs/filter/source/t602.po4
-rw-r--r--translations/source/bs/filter/source/xsltdialog.po8
-rw-r--r--translations/source/bs/forms/source/resource.po4
-rw-r--r--translations/source/bs/formula/source/core/resource.po4
-rw-r--r--translations/source/bs/formula/source/ui/dlg.po4
-rw-r--r--translations/source/bs/fpicker/source/office.po4
-rw-r--r--translations/source/bs/framework/source/classes.po4
-rw-r--r--translations/source/bs/framework/source/services.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/01.po254
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared.po20
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/01.po84
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/explorer/database.po40
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/guide.po49
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/optionen.po33
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress.po9
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/01.po60
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/02.po92
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath.po9
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/01.po171
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/02.po42
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/guide.po70
-rw-r--r--translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/bs/mysqlc/source.po12
-rw-r--r--translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/bs/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/bs/padmin/source.po4
-rw-r--r--translations/source/bs/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/bs/reportbuilder/util.po8
-rw-r--r--translations/source/bs/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/bs/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/bs/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/bs/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/bs/sc/source/core/src.po4
-rw-r--r--translations/source/bs/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/bs/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/bs/sc/source/ui/docshell.po4
-rw-r--r--translations/source/bs/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/bs/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/bs/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/bs/sc/source/ui/navipi.po11
-rw-r--r--translations/source/bs/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/bs/sc/source/ui/src.po270
-rw-r--r--translations/source/bs/sc/source/ui/styleui.po4
-rw-r--r--translations/source/bs/scaddins/source/analysis.po4
-rw-r--r--translations/source/bs/scaddins/source/datefunc.po4
-rw-r--r--translations/source/bs/sccomp/source/solver.po4
-rw-r--r--translations/source/bs/scp2/source/accessories.po4
-rw-r--r--translations/source/bs/scp2/source/activex.po4
-rw-r--r--translations/source/bs/scp2/source/base.po4
-rw-r--r--translations/source/bs/scp2/source/binfilter.po4
-rw-r--r--translations/source/bs/scp2/source/calc.po4
-rw-r--r--translations/source/bs/scp2/source/draw.po4
-rw-r--r--translations/source/bs/scp2/source/extensions.po4
-rw-r--r--translations/source/bs/scp2/source/gnome.po4
-rw-r--r--translations/source/bs/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/bs/scp2/source/impress.po4
-rw-r--r--translations/source/bs/scp2/source/javafilter.po4
-rw-r--r--translations/source/bs/scp2/source/kde.po4
-rw-r--r--translations/source/bs/scp2/source/math.po4
-rw-r--r--translations/source/bs/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/bs/scp2/source/ooo.po694
-rw-r--r--translations/source/bs/scp2/source/python.po8
-rw-r--r--translations/source/bs/scp2/source/quickstart.po4
-rw-r--r--translations/source/bs/scp2/source/sdkoo.po4
-rw-r--r--translations/source/bs/scp2/source/testtool.po4
-rw-r--r--translations/source/bs/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/bs/scp2/source/writer.po4
-rw-r--r--translations/source/bs/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/bs/scripting/source/pyprov.po10
-rw-r--r--translations/source/bs/sd/source/core.po4
-rw-r--r--translations/source/bs/sd/source/filter/html.po4
-rw-r--r--translations/source/bs/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/bs/sd/source/ui/animations.po4
-rw-r--r--translations/source/bs/sd/source/ui/annotations.po4
-rw-r--r--translations/source/bs/sd/source/ui/app.po4
-rw-r--r--translations/source/bs/sd/source/ui/dlg.po4
-rw-r--r--translations/source/bs/sd/source/ui/notes.po4
-rw-r--r--translations/source/bs/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/bs/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/bs/sd/source/ui/table.po4
-rw-r--r--translations/source/bs/sd/source/ui/view.po4
-rw-r--r--translations/source/bs/sdext/source/minimizer.po6
-rw-r--r--translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/bs/sdext/source/pdfimport.po16
-rw-r--r--translations/source/bs/sdext/source/presenter.po6
-rw-r--r--translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/bs/setup_native/source/mac.po4
-rw-r--r--translations/source/bs/sfx2/source/appl.po4
-rw-r--r--translations/source/bs/sfx2/source/bastyp.po4
-rw-r--r--translations/source/bs/sfx2/source/dialog.po4
-rw-r--r--translations/source/bs/sfx2/source/doc.po4
-rw-r--r--translations/source/bs/sfx2/source/menu.po4
-rw-r--r--translations/source/bs/sfx2/source/view.po4
-rw-r--r--translations/source/bs/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/bs/starmath/source.po36
-rw-r--r--translations/source/bs/svl/source/items.po4
-rw-r--r--translations/source/bs/svl/source/misc.po165
-rw-r--r--translations/source/bs/svtools/source/contnr.po4
-rw-r--r--translations/source/bs/svtools/source/control.po4
-rw-r--r--translations/source/bs/svtools/source/dialogs.po4
-rw-r--r--translations/source/bs/svtools/source/filter.po4
-rw-r--r--translations/source/bs/svtools/source/java.po4
-rw-r--r--translations/source/bs/svtools/source/misc.po8
-rw-r--r--translations/source/bs/svtools/source/plugapp.po4
-rw-r--r--translations/source/bs/svtools/source/toolpanel.po4
-rw-r--r--translations/source/bs/svtools/workben/unodialog.po4
-rw-r--r--translations/source/bs/svx/inc.po4
-rw-r--r--translations/source/bs/svx/source/accessibility.po4
-rw-r--r--translations/source/bs/svx/source/dialog.po45
-rw-r--r--translations/source/bs/svx/source/engine3d.po4
-rw-r--r--translations/source/bs/svx/source/fmcomp.po4
-rw-r--r--translations/source/bs/svx/source/form.po4
-rw-r--r--translations/source/bs/svx/source/gallery2.po4
-rw-r--r--translations/source/bs/svx/source/items.po4
-rw-r--r--translations/source/bs/svx/source/src.po4
-rw-r--r--translations/source/bs/svx/source/stbctrls.po4
-rw-r--r--translations/source/bs/svx/source/svdraw.po4
-rw-r--r--translations/source/bs/svx/source/table.po4
-rw-r--r--translations/source/bs/svx/source/tbxctrls.po4
-rw-r--r--translations/source/bs/svx/source/toolbars.po4
-rw-r--r--translations/source/bs/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/bs/sw/source/core/layout.po6
-rw-r--r--translations/source/bs/sw/source/core/undo.po4
-rw-r--r--translations/source/bs/sw/source/core/unocore.po4
-rw-r--r--translations/source/bs/sw/source/ui/app.po28
-rw-r--r--translations/source/bs/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/bs/sw/source/ui/config.po56
-rw-r--r--translations/source/bs/sw/source/ui/dbui.po4
-rw-r--r--translations/source/bs/sw/source/ui/dialog.po8
-rw-r--r--translations/source/bs/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/bs/sw/source/ui/docvw.po4
-rw-r--r--translations/source/bs/sw/source/ui/envelp.po4
-rw-r--r--translations/source/bs/sw/source/ui/fldui.po4
-rw-r--r--translations/source/bs/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/bs/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/bs/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/bs/sw/source/ui/index.po4
-rw-r--r--translations/source/bs/sw/source/ui/lingu.po8
-rw-r--r--translations/source/bs/sw/source/ui/misc.po4
-rw-r--r--translations/source/bs/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/bs/sw/source/ui/shells.po4
-rw-r--r--translations/source/bs/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/bs/sw/source/ui/table.po46
-rw-r--r--translations/source/bs/sw/source/ui/uiview.po4
-rw-r--r--translations/source/bs/sw/source/ui/utlui.po194
-rw-r--r--translations/source/bs/sw/source/ui/web.po4
-rw-r--r--translations/source/bs/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/bs/swext/mediawiki/help.po72
-rw-r--r--translations/source/bs/swext/mediawiki/src.po6
-rw-r--r--translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/bs/sysui/desktop/share.po4
-rw-r--r--translations/source/bs/uui/source.po4
-rw-r--r--translations/source/bs/vcl/source/src.po84
-rw-r--r--translations/source/bs/wizards/source/euro.po4
-rw-r--r--translations/source/bs/wizards/source/formwizard.po4
-rw-r--r--translations/source/bs/wizards/source/importwizard.po4
-rw-r--r--translations/source/bs/wizards/source/schedule.po4
-rw-r--r--translations/source/bs/wizards/source/template.po4
-rw-r--r--translations/source/bs/xmlsecurity/source/component.po4
-rw-r--r--translations/source/bs/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ca-XV/accessibility/source/helper.po4
-rw-r--r--translations/source/ca-XV/avmedia/source/framework.po4
-rw-r--r--translations/source/ca-XV/avmedia/source/viewer.po4
-rw-r--r--translations/source/ca-XV/basctl/source/basicide.po12
-rw-r--r--translations/source/ca-XV/basctl/source/dlged.po4
-rw-r--r--translations/source/ca-XV/basic/source/app.po4
-rw-r--r--translations/source/ca-XV/basic/source/classes.po4
-rw-r--r--translations/source/ca-XV/basic/source/sbx.po4
-rw-r--r--translations/source/ca-XV/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ca-XV/connectivity/source/resource.po4
-rw-r--r--translations/source/ca-XV/crashrep/source/all.po4
-rw-r--r--translations/source/ca-XV/cui/source/customize.po4
-rw-r--r--translations/source/ca-XV/cui/source/dialogs.po12
-rw-r--r--translations/source/ca-XV/cui/source/options.po44
-rw-r--r--translations/source/ca-XV/cui/source/tabpages.po8
-rw-r--r--translations/source/ca-XV/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ca-XV/desktop/source/app.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ca-XV/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ca-XV/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ar.po6
-rw-r--r--translations/source/ca-XV/dictionaries/be_BY.po19
-rw-r--r--translations/source/ca-XV/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ca-XV/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ca-XV/dictionaries/br_FR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ca.po6
-rw-r--r--translations/source/ca-XV/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ca-XV/dictionaries/da_DK.po6
-rw-r--r--translations/source/ca-XV/dictionaries/de.po6
-rw-r--r--translations/source/ca-XV/dictionaries/el_GR.po19
-rw-r--r--translations/source/ca-XV/dictionaries/en.po6
-rw-r--r--translations/source/ca-XV/dictionaries/es_ES.po6
-rw-r--r--translations/source/ca-XV/dictionaries/et_EE.po6
-rw-r--r--translations/source/ca-XV/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ca-XV/dictionaries/gl.po6
-rw-r--r--translations/source/ca-XV/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ca-XV/dictionaries/he_IL.po6
-rw-r--r--translations/source/ca-XV/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ca-XV/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ca-XV/dictionaries/it_IT.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ca-XV/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ca-XV/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ca-XV/dictionaries/no.po6
-rw-r--r--translations/source/ca-XV/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ca-XV/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ca-XV/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ro.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ca-XV/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ca-XV/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ca-XV/dictionaries/sr.po6
-rw-r--r--translations/source/ca-XV/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ca-XV/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ca-XV/dictionaries/te_IN.po19
-rw-r--r--translations/source/ca-XV/dictionaries/th_TH.po6
-rw-r--r--translations/source/ca-XV/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ca-XV/dictionaries/vi.po6
-rw-r--r--translations/source/ca-XV/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ca-XV/editeng/source/accessibility.po4
-rw-r--r--translations/source/ca-XV/editeng/source/editeng.po4
-rw-r--r--translations/source/ca-XV/editeng/source/items.po4
-rw-r--r--translations/source/ca-XV/editeng/source/misc.po4
-rw-r--r--translations/source/ca-XV/editeng/source/outliner.po4
-rw-r--r--translations/source/ca-XV/extensions/source/abpilot.po4
-rw-r--r--translations/source/ca-XV/extensions/source/bibliography.po4
-rw-r--r--translations/source/ca-XV/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ca-XV/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ca-XV/extensions/source/scanner.po8
-rw-r--r--translations/source/ca-XV/extensions/source/update/check.po4
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ca-XV/filter/source/flash.po4
-rw-r--r--translations/source/ca-XV/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ca-XV/filter/source/pdf.po4
-rw-r--r--translations/source/ca-XV/filter/source/t602.po4
-rw-r--r--translations/source/ca-XV/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ca-XV/forms/source/resource.po4
-rw-r--r--translations/source/ca-XV/formula/source/core/resource.po4
-rw-r--r--translations/source/ca-XV/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ca-XV/fpicker/source/office.po4
-rw-r--r--translations/source/ca-XV/framework/source/classes.po4
-rw-r--r--translations/source/ca-XV/framework/source/services.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ca-XV/mysqlc/source.po12
-rw-r--r--translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ca-XV/padmin/source.po4
-rw-r--r--translations/source/ca-XV/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ca-XV/reportbuilder/util.po8
-rw-r--r--translations/source/ca-XV/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ca-XV/sc/source/core/src.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ca-XV/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ca-XV/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ca-XV/sc/source/ui/src.po270
-rw-r--r--translations/source/ca-XV/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ca-XV/scaddins/source/analysis.po4
-rw-r--r--translations/source/ca-XV/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ca-XV/sccomp/source/solver.po4
-rw-r--r--translations/source/ca-XV/scp2/source/accessories.po4
-rw-r--r--translations/source/ca-XV/scp2/source/activex.po4
-rw-r--r--translations/source/ca-XV/scp2/source/base.po4
-rw-r--r--translations/source/ca-XV/scp2/source/binfilter.po4
-rw-r--r--translations/source/ca-XV/scp2/source/calc.po4
-rw-r--r--translations/source/ca-XV/scp2/source/draw.po4
-rw-r--r--translations/source/ca-XV/scp2/source/extensions.po4
-rw-r--r--translations/source/ca-XV/scp2/source/gnome.po4
-rw-r--r--translations/source/ca-XV/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ca-XV/scp2/source/impress.po4
-rw-r--r--translations/source/ca-XV/scp2/source/javafilter.po4
-rw-r--r--translations/source/ca-XV/scp2/source/kde.po4
-rw-r--r--translations/source/ca-XV/scp2/source/math.po4
-rw-r--r--translations/source/ca-XV/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ca-XV/scp2/source/ooo.po671
-rw-r--r--translations/source/ca-XV/scp2/source/python.po8
-rw-r--r--translations/source/ca-XV/scp2/source/quickstart.po4
-rw-r--r--translations/source/ca-XV/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ca-XV/scp2/source/testtool.po4
-rw-r--r--translations/source/ca-XV/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ca-XV/scp2/source/writer.po4
-rw-r--r--translations/source/ca-XV/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ca-XV/scripting/source/pyprov.po10
-rw-r--r--translations/source/ca-XV/sd/source/core.po4
-rw-r--r--translations/source/ca-XV/sd/source/filter/html.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/animations.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/app.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/notes.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/table.po4
-rw-r--r--translations/source/ca-XV/sd/source/ui/view.po4
-rw-r--r--translations/source/ca-XV/sdext/source/minimizer.po6
-rw-r--r--translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ca-XV/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ca-XV/sdext/source/presenter.po6
-rw-r--r--translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ca-XV/setup_native/source/mac.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/appl.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/dialog.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/doc.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/menu.po4
-rw-r--r--translations/source/ca-XV/sfx2/source/view.po4
-rw-r--r--translations/source/ca-XV/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ca-XV/starmath/source.po36
-rw-r--r--translations/source/ca-XV/svl/source/items.po4
-rw-r--r--translations/source/ca-XV/svl/source/misc.po165
-rw-r--r--translations/source/ca-XV/svtools/source/contnr.po4
-rw-r--r--translations/source/ca-XV/svtools/source/control.po4
-rw-r--r--translations/source/ca-XV/svtools/source/dialogs.po4
-rw-r--r--translations/source/ca-XV/svtools/source/filter.po4
-rw-r--r--translations/source/ca-XV/svtools/source/java.po4
-rw-r--r--translations/source/ca-XV/svtools/source/misc.po8
-rw-r--r--translations/source/ca-XV/svtools/source/plugapp.po4
-rw-r--r--translations/source/ca-XV/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ca-XV/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ca-XV/svx/inc.po4
-rw-r--r--translations/source/ca-XV/svx/source/accessibility.po4
-rw-r--r--translations/source/ca-XV/svx/source/dialog.po45
-rw-r--r--translations/source/ca-XV/svx/source/engine3d.po4
-rw-r--r--translations/source/ca-XV/svx/source/fmcomp.po4
-rw-r--r--translations/source/ca-XV/svx/source/form.po4
-rw-r--r--translations/source/ca-XV/svx/source/gallery2.po4
-rw-r--r--translations/source/ca-XV/svx/source/items.po4
-rw-r--r--translations/source/ca-XV/svx/source/src.po4
-rw-r--r--translations/source/ca-XV/svx/source/stbctrls.po4
-rw-r--r--translations/source/ca-XV/svx/source/svdraw.po4
-rw-r--r--translations/source/ca-XV/svx/source/table.po4
-rw-r--r--translations/source/ca-XV/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ca-XV/svx/source/toolbars.po4
-rw-r--r--translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ca-XV/sw/source/core/layout.po6
-rw-r--r--translations/source/ca-XV/sw/source/core/undo.po4
-rw-r--r--translations/source/ca-XV/sw/source/core/unocore.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/app.po28
-rw-r--r--translations/source/ca-XV/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ca-XV/sw/source/ui/config.po56
-rw-r--r--translations/source/ca-XV/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ca-XV/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/index.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ca-XV/sw/source/ui/misc.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ca-XV/sw/source/ui/shells.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/table.po46
-rw-r--r--translations/source/ca-XV/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ca-XV/sw/source/ui/web.po4
-rw-r--r--translations/source/ca-XV/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ca-XV/swext/mediawiki/help.po93
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src.po6
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ca-XV/sysui/desktop/share.po4
-rw-r--r--translations/source/ca-XV/uui/source.po4
-rw-r--r--translations/source/ca-XV/vcl/source/src.po84
-rw-r--r--translations/source/ca-XV/wizards/source/euro.po4
-rw-r--r--translations/source/ca-XV/wizards/source/formwizard.po4
-rw-r--r--translations/source/ca-XV/wizards/source/importwizard.po4
-rw-r--r--translations/source/ca-XV/wizards/source/schedule.po4
-rw-r--r--translations/source/ca-XV/wizards/source/template.po4
-rw-r--r--translations/source/ca-XV/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ca-XV/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ca/accessibility/source/helper.po4
-rw-r--r--translations/source/ca/avmedia/source/framework.po4
-rw-r--r--translations/source/ca/avmedia/source/viewer.po4
-rw-r--r--translations/source/ca/basctl/source/basicide.po29
-rw-r--r--translations/source/ca/basctl/source/dlged.po4
-rw-r--r--translations/source/ca/basic/source/app.po762
-rw-r--r--translations/source/ca/basic/source/classes.po4
-rw-r--r--translations/source/ca/basic/source/sbx.po4
-rw-r--r--translations/source/ca/chart2/source/controller/dialogs.po80
-rw-r--r--translations/source/ca/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/ca/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ca/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/ca/connectivity/source/resource.po16
-rw-r--r--translations/source/ca/crashrep/source/all.po28
-rw-r--r--translations/source/ca/cui/source/customize.po20
-rw-r--r--translations/source/ca/cui/source/dialogs.po83
-rw-r--r--translations/source/ca/cui/source/options.po147
-rw-r--r--translations/source/ca/cui/source/tabpages.po248
-rw-r--r--translations/source/ca/dbaccess/source/core/resource.po9
-rw-r--r--translations/source/ca/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/ca/dbaccess/source/ext/macromigration.po9
-rw-r--r--translations/source/ca/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/ca/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/dlg.po30
-rw-r--r--translations/source/ca/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/misc.po11
-rw-r--r--translations/source/ca/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ca/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ca/desktop/source/app.po20
-rw-r--r--translations/source/ca/desktop/source/deployment/gui.po39
-rw-r--r--translations/source/ca/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ca/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/component.po11
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/script.po10
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ca/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ca/desktop/win32/source/setup.po13
-rw-r--r--translations/source/ca/dictionaries/af_ZA.po13
-rw-r--r--translations/source/ca/dictionaries/ar.po13
-rw-r--r--translations/source/ca/dictionaries/be_BY.po20
-rw-r--r--translations/source/ca/dictionaries/bg_BG.po13
-rw-r--r--translations/source/ca/dictionaries/bn_BD.po13
-rw-r--r--translations/source/ca/dictionaries/br_FR.po13
-rw-r--r--translations/source/ca/dictionaries/ca.po13
-rw-r--r--translations/source/ca/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/ca/dictionaries/da_DK.po13
-rw-r--r--translations/source/ca/dictionaries/de.po13
-rw-r--r--translations/source/ca/dictionaries/el_GR.po20
-rw-r--r--translations/source/ca/dictionaries/en.po13
-rw-r--r--translations/source/ca/dictionaries/es_ES.po13
-rw-r--r--translations/source/ca/dictionaries/et_EE.po13
-rw-r--r--translations/source/ca/dictionaries/fr_FR.po13
-rw-r--r--translations/source/ca/dictionaries/gd_GB.po20
-rw-r--r--translations/source/ca/dictionaries/gl.po13
-rw-r--r--translations/source/ca/dictionaries/gu_IN.po13
-rw-r--r--translations/source/ca/dictionaries/he_IL.po13
-rw-r--r--translations/source/ca/dictionaries/hi_IN.po13
-rw-r--r--translations/source/ca/dictionaries/hr_HR.po13
-rw-r--r--translations/source/ca/dictionaries/hu_HU.po13
-rw-r--r--translations/source/ca/dictionaries/it_IT.po13
-rw-r--r--translations/source/ca/dictionaries/ku_TR.po13
-rw-r--r--translations/source/ca/dictionaries/lt_LT.po13
-rw-r--r--translations/source/ca/dictionaries/lv_LV.po13
-rw-r--r--translations/source/ca/dictionaries/ne_NP.po13
-rw-r--r--translations/source/ca/dictionaries/nl_NL.po13
-rw-r--r--translations/source/ca/dictionaries/no.po13
-rw-r--r--translations/source/ca/dictionaries/oc_FR.po13
-rw-r--r--translations/source/ca/dictionaries/pl_PL.po13
-rw-r--r--translations/source/ca/dictionaries/pt_BR.po13
-rw-r--r--translations/source/ca/dictionaries/pt_PT.po13
-rw-r--r--translations/source/ca/dictionaries/ro.po13
-rw-r--r--translations/source/ca/dictionaries/ru_RU.po13
-rw-r--r--translations/source/ca/dictionaries/sk_SK.po13
-rw-r--r--translations/source/ca/dictionaries/sl_SI.po13
-rw-r--r--translations/source/ca/dictionaries/sr.po13
-rw-r--r--translations/source/ca/dictionaries/sv_SE.po13
-rw-r--r--translations/source/ca/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/ca/dictionaries/te_IN.po20
-rw-r--r--translations/source/ca/dictionaries/th_TH.po13
-rw-r--r--translations/source/ca/dictionaries/uk_UA.po13
-rw-r--r--translations/source/ca/dictionaries/vi.po13
-rw-r--r--translations/source/ca/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/ca/editeng/source/accessibility.po4
-rw-r--r--translations/source/ca/editeng/source/editeng.po10
-rw-r--r--translations/source/ca/editeng/source/items.po41
-rw-r--r--translations/source/ca/editeng/source/misc.po4
-rw-r--r--translations/source/ca/editeng/source/outliner.po4
-rw-r--r--translations/source/ca/extensions/source/abpilot.po18
-rw-r--r--translations/source/ca/extensions/source/bibliography.po4
-rw-r--r--translations/source/ca/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ca/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ca/extensions/source/scanner.po12
-rw-r--r--translations/source/ca/extensions/source/update/check.po34
-rw-r--r--translations/source/ca/filter/source/config/fragments/filters.po78
-rw-r--r--translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ca/filter/source/config/fragments/types.po30
-rw-r--r--translations/source/ca/filter/source/flash.po4
-rw-r--r--translations/source/ca/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ca/filter/source/pdf.po38
-rw-r--r--translations/source/ca/filter/source/t602.po4
-rw-r--r--translations/source/ca/filter/source/xsltdialog.po18
-rw-r--r--translations/source/ca/forms/source/resource.po4
-rw-r--r--translations/source/ca/formula/source/core/resource.po18
-rw-r--r--translations/source/ca/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ca/fpicker/source/office.po15
-rw-r--r--translations/source/ca/framework/source/classes.po12
-rw-r--r--translations/source/ca/framework/source/services.po14
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared.po17
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po11
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po97
-rw-r--r--translations/source/ca/mysqlc/source.po18
-rw-r--r--translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ca/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po117
-rw-r--r--translations/source/ca/padmin/source.po34
-rw-r--r--translations/source/ca/readlicense_oo/docs/readme.po28
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po10
-rw-r--r--translations/source/ca/reportbuilder/util.po17
-rw-r--r--translations/source/ca/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ca/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ca/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ca/reportdesign/source/ui/report.po10
-rw-r--r--translations/source/ca/sc/source/core/src.po4
-rw-r--r--translations/source/ca/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ca/sc/source/ui/dbgui.po21
-rw-r--r--translations/source/ca/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ca/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ca/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ca/sc/source/ui/miscdlgs.po19
-rw-r--r--translations/source/ca/sc/source/ui/navipi.po10
-rw-r--r--translations/source/ca/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ca/sc/source/ui/src.po521
-rw-r--r--translations/source/ca/sc/source/ui/styleui.po20
-rw-r--r--translations/source/ca/scaddins/source/analysis.po4
-rw-r--r--translations/source/ca/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ca/sccomp/source/solver.po10
-rw-r--r--translations/source/ca/scp2/source/accessories.po458
-rw-r--r--translations/source/ca/scp2/source/activex.po10
-rw-r--r--translations/source/ca/scp2/source/base.po14
-rw-r--r--translations/source/ca/scp2/source/binfilter.po4
-rw-r--r--translations/source/ca/scp2/source/calc.po18
-rw-r--r--translations/source/ca/scp2/source/draw.po14
-rw-r--r--translations/source/ca/scp2/source/extensions.po272
-rw-r--r--translations/source/ca/scp2/source/gnome.po4
-rw-r--r--translations/source/ca/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ca/scp2/source/impress.po4
-rw-r--r--translations/source/ca/scp2/source/javafilter.po4
-rw-r--r--translations/source/ca/scp2/source/kde.po4
-rw-r--r--translations/source/ca/scp2/source/math.po4
-rw-r--r--translations/source/ca/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ca/scp2/source/ooo.po971
-rw-r--r--translations/source/ca/scp2/source/python.po12
-rw-r--r--translations/source/ca/scp2/source/quickstart.po4
-rw-r--r--translations/source/ca/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ca/scp2/source/testtool.po4
-rw-r--r--translations/source/ca/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ca/scp2/source/writer.po4
-rw-r--r--translations/source/ca/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ca/scripting/source/pyprov.po17
-rw-r--r--translations/source/ca/sd/source/core.po4
-rw-r--r--translations/source/ca/sd/source/filter/html.po4
-rw-r--r--translations/source/ca/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ca/sd/source/ui/animations.po4
-rw-r--r--translations/source/ca/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ca/sd/source/ui/app.po40
-rw-r--r--translations/source/ca/sd/source/ui/dlg.po28
-rw-r--r--translations/source/ca/sd/source/ui/notes.po4
-rw-r--r--translations/source/ca/sd/source/ui/slideshow.po14
-rw-r--r--translations/source/ca/sd/source/ui/slidesorter/view.po30
-rw-r--r--translations/source/ca/sd/source/ui/table.po4
-rw-r--r--translations/source/ca/sd/source/ui/view.po4
-rw-r--r--translations/source/ca/sdext/source/minimizer.po15
-rw-r--r--translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po30
-rw-r--r--translations/source/ca/sdext/source/pdfimport.po19
-rw-r--r--translations/source/ca/sdext/source/presenter.po15
-rw-r--r--translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ca/setup_native/source/mac.po4
-rw-r--r--translations/source/ca/sfx2/source/appl.po12
-rw-r--r--translations/source/ca/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ca/sfx2/source/dialog.po26
-rw-r--r--translations/source/ca/sfx2/source/doc.po58
-rw-r--r--translations/source/ca/sfx2/source/menu.po4
-rw-r--r--translations/source/ca/sfx2/source/view.po4
-rw-r--r--translations/source/ca/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ca/starmath/source.po69
-rw-r--r--translations/source/ca/svl/source/items.po4
-rw-r--r--translations/source/ca/svl/source/misc.po170
-rw-r--r--translations/source/ca/svtools/source/contnr.po4
-rw-r--r--translations/source/ca/svtools/source/control.po14
-rw-r--r--translations/source/ca/svtools/source/dialogs.po35
-rw-r--r--translations/source/ca/svtools/source/filter.po149
-rw-r--r--translations/source/ca/svtools/source/java.po28
-rw-r--r--translations/source/ca/svtools/source/misc.po73
-rw-r--r--translations/source/ca/svtools/source/plugapp.po4
-rw-r--r--translations/source/ca/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ca/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ca/svx/inc.po12
-rw-r--r--translations/source/ca/svx/source/accessibility.po4
-rw-r--r--translations/source/ca/svx/source/dialog.po301
-rw-r--r--translations/source/ca/svx/source/engine3d.po11
-rw-r--r--translations/source/ca/svx/source/fmcomp.po4
-rw-r--r--translations/source/ca/svx/source/form.po4
-rw-r--r--translations/source/ca/svx/source/gallery2.po4
-rw-r--r--translations/source/ca/svx/source/items.po4
-rw-r--r--translations/source/ca/svx/source/src.po53
-rw-r--r--translations/source/ca/svx/source/stbctrls.po4
-rw-r--r--translations/source/ca/svx/source/svdraw.po14
-rw-r--r--translations/source/ca/svx/source/table.po4
-rw-r--r--translations/source/ca/svx/source/tbxctrls.po21
-rw-r--r--translations/source/ca/svx/source/toolbars.po4
-rw-r--r--translations/source/ca/svx/source/unodialogs/textconversiondlgs.po86
-rw-r--r--translations/source/ca/sw/source/core/layout.po15
-rw-r--r--translations/source/ca/sw/source/core/undo.po13
-rw-r--r--translations/source/ca/sw/source/core/unocore.po4
-rw-r--r--translations/source/ca/sw/source/ui/app.po84
-rw-r--r--translations/source/ca/sw/source/ui/chrdlg.po12
-rw-r--r--translations/source/ca/sw/source/ui/config.po92
-rw-r--r--translations/source/ca/sw/source/ui/dbui.po12
-rw-r--r--translations/source/ca/sw/source/ui/dialog.po15
-rw-r--r--translations/source/ca/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ca/sw/source/ui/docvw.po24
-rw-r--r--translations/source/ca/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ca/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ca/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ca/sw/source/ui/frmdlg.po27
-rw-r--r--translations/source/ca/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ca/sw/source/ui/index.po60
-rw-r--r--translations/source/ca/sw/source/ui/lingu.po12
-rw-r--r--translations/source/ca/sw/source/ui/misc.po40
-rw-r--r--translations/source/ca/sw/source/ui/ribbar.po18
-rw-r--r--translations/source/ca/sw/source/ui/shells.po4
-rw-r--r--translations/source/ca/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ca/sw/source/ui/table.po47
-rw-r--r--translations/source/ca/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ca/sw/source/ui/utlui.po205
-rw-r--r--translations/source/ca/sw/source/ui/web.po4
-rw-r--r--translations/source/ca/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ca/swext/mediawiki/help.po94
-rw-r--r--translations/source/ca/swext/mediawiki/src.po14
-rw-r--r--translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ca/sysui/desktop/share.po7
-rw-r--r--translations/source/ca/uui/source.po64
-rw-r--r--translations/source/ca/vcl/source/src.po134
-rw-r--r--translations/source/ca/wizards/source/euro.po8
-rw-r--r--translations/source/ca/wizards/source/formwizard.po4
-rw-r--r--translations/source/ca/wizards/source/importwizard.po32
-rw-r--r--translations/source/ca/wizards/source/schedule.po4
-rw-r--r--translations/source/ca/wizards/source/template.po4
-rw-r--r--translations/source/ca/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ca/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/cs/accessibility/source/helper.po4
-rw-r--r--translations/source/cs/avmedia/source/framework.po4
-rw-r--r--translations/source/cs/avmedia/source/viewer.po4
-rw-r--r--translations/source/cs/basctl/source/basicide.po12
-rw-r--r--translations/source/cs/basctl/source/dlged.po4
-rw-r--r--translations/source/cs/basic/source/app.po4
-rw-r--r--translations/source/cs/basic/source/classes.po4
-rw-r--r--translations/source/cs/basic/source/sbx.po4
-rw-r--r--translations/source/cs/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/cs/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/cs/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/cs/connectivity/source/resource.po11
-rw-r--r--translations/source/cs/crashrep/source/all.po4
-rw-r--r--translations/source/cs/cui/source/customize.po4
-rw-r--r--translations/source/cs/cui/source/dialogs.po32
-rw-r--r--translations/source/cs/cui/source/options.po42
-rw-r--r--translations/source/cs/cui/source/tabpages.po10
-rw-r--r--translations/source/cs/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/cs/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/cs/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/cs/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/cs/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/cs/desktop/source/app.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/cs/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/cs/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/cs/desktop/win32/source/setup.po4
-rw-r--r--translations/source/cs/dictionaries/af_ZA.po6
-rw-r--r--translations/source/cs/dictionaries/ar.po6
-rw-r--r--translations/source/cs/dictionaries/be_BY.po19
-rw-r--r--translations/source/cs/dictionaries/bg_BG.po6
-rw-r--r--translations/source/cs/dictionaries/bn_BD.po6
-rw-r--r--translations/source/cs/dictionaries/br_FR.po6
-rw-r--r--translations/source/cs/dictionaries/ca.po6
-rw-r--r--translations/source/cs/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/cs/dictionaries/da_DK.po6
-rw-r--r--translations/source/cs/dictionaries/de.po6
-rw-r--r--translations/source/cs/dictionaries/el_GR.po19
-rw-r--r--translations/source/cs/dictionaries/en.po6
-rw-r--r--translations/source/cs/dictionaries/es_ES.po6
-rw-r--r--translations/source/cs/dictionaries/et_EE.po6
-rw-r--r--translations/source/cs/dictionaries/fr_FR.po6
-rw-r--r--translations/source/cs/dictionaries/gd_GB.po19
-rw-r--r--translations/source/cs/dictionaries/gl.po6
-rw-r--r--translations/source/cs/dictionaries/gu_IN.po6
-rw-r--r--translations/source/cs/dictionaries/he_IL.po6
-rw-r--r--translations/source/cs/dictionaries/hi_IN.po6
-rw-r--r--translations/source/cs/dictionaries/hr_HR.po6
-rw-r--r--translations/source/cs/dictionaries/hu_HU.po6
-rw-r--r--translations/source/cs/dictionaries/it_IT.po6
-rw-r--r--translations/source/cs/dictionaries/ku_TR.po6
-rw-r--r--translations/source/cs/dictionaries/lt_LT.po6
-rw-r--r--translations/source/cs/dictionaries/lv_LV.po6
-rw-r--r--translations/source/cs/dictionaries/ne_NP.po6
-rw-r--r--translations/source/cs/dictionaries/nl_NL.po6
-rw-r--r--translations/source/cs/dictionaries/no.po6
-rw-r--r--translations/source/cs/dictionaries/oc_FR.po6
-rw-r--r--translations/source/cs/dictionaries/pl_PL.po6
-rw-r--r--translations/source/cs/dictionaries/pt_BR.po6
-rw-r--r--translations/source/cs/dictionaries/pt_PT.po6
-rw-r--r--translations/source/cs/dictionaries/ro.po6
-rw-r--r--translations/source/cs/dictionaries/ru_RU.po6
-rw-r--r--translations/source/cs/dictionaries/sk_SK.po6
-rw-r--r--translations/source/cs/dictionaries/sl_SI.po6
-rw-r--r--translations/source/cs/dictionaries/sr.po6
-rw-r--r--translations/source/cs/dictionaries/sv_SE.po6
-rw-r--r--translations/source/cs/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/cs/dictionaries/te_IN.po19
-rw-r--r--translations/source/cs/dictionaries/th_TH.po6
-rw-r--r--translations/source/cs/dictionaries/uk_UA.po6
-rw-r--r--translations/source/cs/dictionaries/vi.po6
-rw-r--r--translations/source/cs/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/cs/editeng/source/accessibility.po4
-rw-r--r--translations/source/cs/editeng/source/editeng.po10
-rw-r--r--translations/source/cs/editeng/source/items.po4
-rw-r--r--translations/source/cs/editeng/source/misc.po4
-rw-r--r--translations/source/cs/editeng/source/outliner.po4
-rw-r--r--translations/source/cs/extensions/source/abpilot.po4
-rw-r--r--translations/source/cs/extensions/source/bibliography.po4
-rw-r--r--translations/source/cs/extensions/source/dbpilots.po4
-rw-r--r--translations/source/cs/extensions/source/propctrlr.po4
-rw-r--r--translations/source/cs/extensions/source/scanner.po8
-rw-r--r--translations/source/cs/extensions/source/update/check.po4
-rw-r--r--translations/source/cs/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/cs/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/cs/filter/source/flash.po4
-rw-r--r--translations/source/cs/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/cs/filter/source/pdf.po4
-rw-r--r--translations/source/cs/filter/source/t602.po4
-rw-r--r--translations/source/cs/filter/source/xsltdialog.po8
-rw-r--r--translations/source/cs/forms/source/resource.po4
-rw-r--r--translations/source/cs/formula/source/core/resource.po18
-rw-r--r--translations/source/cs/formula/source/ui/dlg.po4
-rw-r--r--translations/source/cs/fpicker/source/office.po4
-rw-r--r--translations/source/cs/framework/source/classes.po4
-rw-r--r--translations/source/cs/framework/source/services.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/01.po311
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/01.po98
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/guide.po58
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/cs/mysqlc/source.po12
-rw-r--r--translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/cs/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po35
-rw-r--r--translations/source/cs/padmin/source.po4
-rw-r--r--translations/source/cs/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/cs/reportbuilder/util.po8
-rw-r--r--translations/source/cs/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/cs/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/cs/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/cs/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/cs/sc/source/core/src.po4
-rw-r--r--translations/source/cs/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/cs/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/cs/sc/source/ui/docshell.po4
-rw-r--r--translations/source/cs/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/cs/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/cs/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/cs/sc/source/ui/navipi.po9
-rw-r--r--translations/source/cs/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/cs/sc/source/ui/src.po266
-rw-r--r--translations/source/cs/sc/source/ui/styleui.po4
-rw-r--r--translations/source/cs/scaddins/source/analysis.po4
-rw-r--r--translations/source/cs/scaddins/source/datefunc.po4
-rw-r--r--translations/source/cs/sccomp/source/solver.po4
-rw-r--r--translations/source/cs/scp2/source/accessories.po4
-rw-r--r--translations/source/cs/scp2/source/activex.po4
-rw-r--r--translations/source/cs/scp2/source/base.po4
-rw-r--r--translations/source/cs/scp2/source/binfilter.po4
-rw-r--r--translations/source/cs/scp2/source/calc.po4
-rw-r--r--translations/source/cs/scp2/source/draw.po4
-rw-r--r--translations/source/cs/scp2/source/extensions.po4
-rw-r--r--translations/source/cs/scp2/source/gnome.po4
-rw-r--r--translations/source/cs/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/cs/scp2/source/impress.po4
-rw-r--r--translations/source/cs/scp2/source/javafilter.po4
-rw-r--r--translations/source/cs/scp2/source/kde.po4
-rw-r--r--translations/source/cs/scp2/source/math.po4
-rw-r--r--translations/source/cs/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/cs/scp2/source/ooo.po669
-rw-r--r--translations/source/cs/scp2/source/python.po8
-rw-r--r--translations/source/cs/scp2/source/quickstart.po4
-rw-r--r--translations/source/cs/scp2/source/sdkoo.po4
-rw-r--r--translations/source/cs/scp2/source/testtool.po4
-rw-r--r--translations/source/cs/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/cs/scp2/source/writer.po4
-rw-r--r--translations/source/cs/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/cs/scripting/source/pyprov.po10
-rw-r--r--translations/source/cs/sd/source/core.po4
-rw-r--r--translations/source/cs/sd/source/filter/html.po4
-rw-r--r--translations/source/cs/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/cs/sd/source/ui/animations.po4
-rw-r--r--translations/source/cs/sd/source/ui/annotations.po4
-rw-r--r--translations/source/cs/sd/source/ui/app.po21
-rw-r--r--translations/source/cs/sd/source/ui/dlg.po10
-rw-r--r--translations/source/cs/sd/source/ui/notes.po4
-rw-r--r--translations/source/cs/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/cs/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/cs/sd/source/ui/table.po4
-rw-r--r--translations/source/cs/sd/source/ui/view.po4
-rw-r--r--translations/source/cs/sdext/source/minimizer.po6
-rw-r--r--translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/cs/sdext/source/pdfimport.po16
-rw-r--r--translations/source/cs/sdext/source/presenter.po6
-rw-r--r--translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/cs/setup_native/source/mac.po4
-rw-r--r--translations/source/cs/sfx2/source/appl.po4
-rw-r--r--translations/source/cs/sfx2/source/bastyp.po4
-rw-r--r--translations/source/cs/sfx2/source/dialog.po4
-rw-r--r--translations/source/cs/sfx2/source/doc.po4
-rw-r--r--translations/source/cs/sfx2/source/menu.po4
-rw-r--r--translations/source/cs/sfx2/source/view.po4
-rw-r--r--translations/source/cs/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/cs/starmath/source.po43
-rw-r--r--translations/source/cs/svl/source/items.po4
-rw-r--r--translations/source/cs/svl/source/misc.po168
-rw-r--r--translations/source/cs/svtools/source/contnr.po4
-rw-r--r--translations/source/cs/svtools/source/control.po4
-rw-r--r--translations/source/cs/svtools/source/dialogs.po4
-rw-r--r--translations/source/cs/svtools/source/filter.po4
-rw-r--r--translations/source/cs/svtools/source/java.po4
-rw-r--r--translations/source/cs/svtools/source/misc.po8
-rw-r--r--translations/source/cs/svtools/source/plugapp.po4
-rw-r--r--translations/source/cs/svtools/source/toolpanel.po4
-rw-r--r--translations/source/cs/svtools/workben/unodialog.po4
-rw-r--r--translations/source/cs/svx/inc.po4
-rw-r--r--translations/source/cs/svx/source/accessibility.po4
-rw-r--r--translations/source/cs/svx/source/dialog.po48
-rw-r--r--translations/source/cs/svx/source/engine3d.po4
-rw-r--r--translations/source/cs/svx/source/fmcomp.po4
-rw-r--r--translations/source/cs/svx/source/form.po4
-rw-r--r--translations/source/cs/svx/source/gallery2.po4
-rw-r--r--translations/source/cs/svx/source/items.po4
-rw-r--r--translations/source/cs/svx/source/src.po4
-rw-r--r--translations/source/cs/svx/source/stbctrls.po4
-rw-r--r--translations/source/cs/svx/source/svdraw.po4
-rw-r--r--translations/source/cs/svx/source/table.po4
-rw-r--r--translations/source/cs/svx/source/tbxctrls.po4
-rw-r--r--translations/source/cs/svx/source/toolbars.po4
-rw-r--r--translations/source/cs/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/cs/sw/source/core/layout.po6
-rw-r--r--translations/source/cs/sw/source/core/undo.po4
-rw-r--r--translations/source/cs/sw/source/core/unocore.po4
-rw-r--r--translations/source/cs/sw/source/ui/app.po28
-rw-r--r--translations/source/cs/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/cs/sw/source/ui/config.po56
-rw-r--r--translations/source/cs/sw/source/ui/dbui.po4
-rw-r--r--translations/source/cs/sw/source/ui/dialog.po8
-rw-r--r--translations/source/cs/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/cs/sw/source/ui/docvw.po4
-rw-r--r--translations/source/cs/sw/source/ui/envelp.po4
-rw-r--r--translations/source/cs/sw/source/ui/fldui.po4
-rw-r--r--translations/source/cs/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/cs/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/cs/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/cs/sw/source/ui/index.po4
-rw-r--r--translations/source/cs/sw/source/ui/lingu.po8
-rw-r--r--translations/source/cs/sw/source/ui/misc.po4
-rw-r--r--translations/source/cs/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/cs/sw/source/ui/shells.po4
-rw-r--r--translations/source/cs/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/cs/sw/source/ui/table.po44
-rw-r--r--translations/source/cs/sw/source/ui/uiview.po4
-rw-r--r--translations/source/cs/sw/source/ui/utlui.po194
-rw-r--r--translations/source/cs/sw/source/ui/web.po4
-rw-r--r--translations/source/cs/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/cs/swext/mediawiki/help.po91
-rw-r--r--translations/source/cs/swext/mediawiki/src.po6
-rw-r--r--translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/cs/sysui/desktop/share.po4
-rw-r--r--translations/source/cs/uui/source.po4
-rw-r--r--translations/source/cs/vcl/source/src.po84
-rw-r--r--translations/source/cs/wizards/source/euro.po4
-rw-r--r--translations/source/cs/wizards/source/formwizard.po4
-rw-r--r--translations/source/cs/wizards/source/importwizard.po4
-rw-r--r--translations/source/cs/wizards/source/schedule.po4
-rw-r--r--translations/source/cs/wizards/source/template.po4
-rw-r--r--translations/source/cs/xmlsecurity/source/component.po4
-rw-r--r--translations/source/cs/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/cy/accessibility/source/helper.po4
-rw-r--r--translations/source/cy/avmedia/source/framework.po4
-rw-r--r--translations/source/cy/avmedia/source/viewer.po4
-rw-r--r--translations/source/cy/basctl/source/basicide.po12
-rw-r--r--translations/source/cy/basctl/source/dlged.po4
-rw-r--r--translations/source/cy/basic/source/app.po4
-rw-r--r--translations/source/cy/basic/source/classes.po4
-rw-r--r--translations/source/cy/basic/source/sbx.po4
-rw-r--r--translations/source/cy/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/cy/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/cy/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/cy/connectivity/source/resource.po9
-rw-r--r--translations/source/cy/crashrep/source/all.po4
-rw-r--r--translations/source/cy/cui/source/customize.po4
-rw-r--r--translations/source/cy/cui/source/dialogs.po66
-rw-r--r--translations/source/cy/cui/source/options.po60
-rw-r--r--translations/source/cy/cui/source/tabpages.po10
-rw-r--r--translations/source/cy/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/cy/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/cy/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/cy/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/app.po21
-rw-r--r--translations/source/cy/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/cy/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/cy/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/cy/desktop/source/app.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/cy/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/cy/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/cy/desktop/win32/source/setup.po4
-rw-r--r--translations/source/cy/dictionaries/af_ZA.po13
-rw-r--r--translations/source/cy/dictionaries/ar.po13
-rw-r--r--translations/source/cy/dictionaries/be_BY.po19
-rw-r--r--translations/source/cy/dictionaries/bg_BG.po13
-rw-r--r--translations/source/cy/dictionaries/bn_BD.po13
-rw-r--r--translations/source/cy/dictionaries/br_FR.po13
-rw-r--r--translations/source/cy/dictionaries/ca.po13
-rw-r--r--translations/source/cy/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/cy/dictionaries/da_DK.po13
-rw-r--r--translations/source/cy/dictionaries/de.po13
-rw-r--r--translations/source/cy/dictionaries/el_GR.po19
-rw-r--r--translations/source/cy/dictionaries/en.po13
-rw-r--r--translations/source/cy/dictionaries/es_ES.po13
-rw-r--r--translations/source/cy/dictionaries/et_EE.po13
-rw-r--r--translations/source/cy/dictionaries/fr_FR.po13
-rw-r--r--translations/source/cy/dictionaries/gd_GB.po19
-rw-r--r--translations/source/cy/dictionaries/gl.po13
-rw-r--r--translations/source/cy/dictionaries/gu_IN.po13
-rw-r--r--translations/source/cy/dictionaries/he_IL.po13
-rw-r--r--translations/source/cy/dictionaries/hi_IN.po13
-rw-r--r--translations/source/cy/dictionaries/hr_HR.po13
-rw-r--r--translations/source/cy/dictionaries/hu_HU.po13
-rw-r--r--translations/source/cy/dictionaries/it_IT.po13
-rw-r--r--translations/source/cy/dictionaries/ku_TR.po13
-rw-r--r--translations/source/cy/dictionaries/lt_LT.po13
-rw-r--r--translations/source/cy/dictionaries/lv_LV.po13
-rw-r--r--translations/source/cy/dictionaries/ne_NP.po13
-rw-r--r--translations/source/cy/dictionaries/nl_NL.po13
-rw-r--r--translations/source/cy/dictionaries/no.po13
-rw-r--r--translations/source/cy/dictionaries/oc_FR.po13
-rw-r--r--translations/source/cy/dictionaries/pl_PL.po13
-rw-r--r--translations/source/cy/dictionaries/pt_BR.po13
-rw-r--r--translations/source/cy/dictionaries/pt_PT.po13
-rw-r--r--translations/source/cy/dictionaries/ro.po13
-rw-r--r--translations/source/cy/dictionaries/ru_RU.po13
-rw-r--r--translations/source/cy/dictionaries/sk_SK.po13
-rw-r--r--translations/source/cy/dictionaries/sl_SI.po13
-rw-r--r--translations/source/cy/dictionaries/sr.po13
-rw-r--r--translations/source/cy/dictionaries/sv_SE.po13
-rw-r--r--translations/source/cy/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/cy/dictionaries/te_IN.po19
-rw-r--r--translations/source/cy/dictionaries/th_TH.po13
-rw-r--r--translations/source/cy/dictionaries/uk_UA.po13
-rw-r--r--translations/source/cy/dictionaries/vi.po13
-rw-r--r--translations/source/cy/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/cy/editeng/source/accessibility.po4
-rw-r--r--translations/source/cy/editeng/source/editeng.po8
-rw-r--r--translations/source/cy/editeng/source/items.po4
-rw-r--r--translations/source/cy/editeng/source/misc.po4
-rw-r--r--translations/source/cy/editeng/source/outliner.po4
-rw-r--r--translations/source/cy/extensions/source/abpilot.po8
-rw-r--r--translations/source/cy/extensions/source/bibliography.po4
-rw-r--r--translations/source/cy/extensions/source/dbpilots.po4
-rw-r--r--translations/source/cy/extensions/source/propctrlr.po4
-rw-r--r--translations/source/cy/extensions/source/scanner.po10
-rw-r--r--translations/source/cy/extensions/source/update/check.po9
-rw-r--r--translations/source/cy/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/cy/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/cy/filter/source/flash.po4
-rw-r--r--translations/source/cy/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/cy/filter/source/pdf.po14
-rw-r--r--translations/source/cy/filter/source/t602.po4
-rw-r--r--translations/source/cy/filter/source/xsltdialog.po13
-rw-r--r--translations/source/cy/forms/source/resource.po4
-rw-r--r--translations/source/cy/formula/source/core/resource.po16
-rw-r--r--translations/source/cy/formula/source/ui/dlg.po4
-rw-r--r--translations/source/cy/fpicker/source/office.po4
-rw-r--r--translations/source/cy/framework/source/classes.po4
-rw-r--r--translations/source/cy/framework/source/services.po4
-rw-r--r--translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/cy/mysqlc/source.po16
-rw-r--r--translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/cy/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/cy/padmin/source.po4
-rw-r--r--translations/source/cy/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/cy/reportbuilder/util.po17
-rw-r--r--translations/source/cy/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/cy/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/cy/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/cy/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/cy/sc/source/core/src.po4
-rw-r--r--translations/source/cy/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/cy/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/cy/sc/source/ui/docshell.po4
-rw-r--r--translations/source/cy/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/cy/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/cy/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/cy/sc/source/ui/navipi.po9
-rw-r--r--translations/source/cy/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/cy/sc/source/ui/src.po339
-rw-r--r--translations/source/cy/sc/source/ui/styleui.po4
-rw-r--r--translations/source/cy/scaddins/source/analysis.po4
-rw-r--r--translations/source/cy/scaddins/source/datefunc.po4
-rw-r--r--translations/source/cy/sccomp/source/solver.po4
-rw-r--r--translations/source/cy/scp2/source/accessories.po4
-rw-r--r--translations/source/cy/scp2/source/activex.po4
-rw-r--r--translations/source/cy/scp2/source/base.po4
-rw-r--r--translations/source/cy/scp2/source/binfilter.po4
-rw-r--r--translations/source/cy/scp2/source/calc.po8
-rw-r--r--translations/source/cy/scp2/source/draw.po4
-rw-r--r--translations/source/cy/scp2/source/extensions.po4
-rw-r--r--translations/source/cy/scp2/source/gnome.po4
-rw-r--r--translations/source/cy/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/cy/scp2/source/impress.po4
-rw-r--r--translations/source/cy/scp2/source/javafilter.po4
-rw-r--r--translations/source/cy/scp2/source/kde.po4
-rw-r--r--translations/source/cy/scp2/source/math.po4
-rw-r--r--translations/source/cy/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/cy/scp2/source/ooo.po1018
-rw-r--r--translations/source/cy/scp2/source/python.po8
-rw-r--r--translations/source/cy/scp2/source/quickstart.po4
-rw-r--r--translations/source/cy/scp2/source/sdkoo.po4
-rw-r--r--translations/source/cy/scp2/source/testtool.po4
-rw-r--r--translations/source/cy/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/cy/scp2/source/writer.po4
-rw-r--r--translations/source/cy/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/cy/scripting/source/pyprov.po17
-rw-r--r--translations/source/cy/sd/source/core.po4
-rw-r--r--translations/source/cy/sd/source/filter/html.po4
-rw-r--r--translations/source/cy/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/cy/sd/source/ui/animations.po4
-rw-r--r--translations/source/cy/sd/source/ui/annotations.po4
-rw-r--r--translations/source/cy/sd/source/ui/app.po27
-rw-r--r--translations/source/cy/sd/source/ui/dlg.po8
-rw-r--r--translations/source/cy/sd/source/ui/notes.po4
-rw-r--r--translations/source/cy/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/cy/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/cy/sd/source/ui/table.po4
-rw-r--r--translations/source/cy/sd/source/ui/view.po4
-rw-r--r--translations/source/cy/sdext/source/minimizer.po15
-rw-r--r--translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/cy/sdext/source/pdfimport.po17
-rw-r--r--translations/source/cy/sdext/source/presenter.po15
-rw-r--r--translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po47
-rw-r--r--translations/source/cy/setup_native/source/mac.po4
-rw-r--r--translations/source/cy/sfx2/source/appl.po4
-rw-r--r--translations/source/cy/sfx2/source/bastyp.po4
-rw-r--r--translations/source/cy/sfx2/source/dialog.po13
-rw-r--r--translations/source/cy/sfx2/source/doc.po4
-rw-r--r--translations/source/cy/sfx2/source/menu.po4
-rw-r--r--translations/source/cy/sfx2/source/view.po4
-rw-r--r--translations/source/cy/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/cy/starmath/source.po41
-rw-r--r--translations/source/cy/svl/source/items.po4
-rw-r--r--translations/source/cy/svl/source/misc.po166
-rw-r--r--translations/source/cy/svtools/source/contnr.po4
-rw-r--r--translations/source/cy/svtools/source/control.po4
-rw-r--r--translations/source/cy/svtools/source/dialogs.po4
-rw-r--r--translations/source/cy/svtools/source/filter.po4
-rw-r--r--translations/source/cy/svtools/source/java.po9
-rw-r--r--translations/source/cy/svtools/source/misc.po14
-rw-r--r--translations/source/cy/svtools/source/plugapp.po4
-rw-r--r--translations/source/cy/svtools/source/toolpanel.po4
-rw-r--r--translations/source/cy/svtools/workben/unodialog.po4
-rw-r--r--translations/source/cy/svx/inc.po10
-rw-r--r--translations/source/cy/svx/source/accessibility.po4
-rw-r--r--translations/source/cy/svx/source/dialog.po48
-rw-r--r--translations/source/cy/svx/source/engine3d.po4
-rw-r--r--translations/source/cy/svx/source/fmcomp.po4
-rw-r--r--translations/source/cy/svx/source/form.po4
-rw-r--r--translations/source/cy/svx/source/gallery2.po4
-rw-r--r--translations/source/cy/svx/source/items.po4
-rw-r--r--translations/source/cy/svx/source/src.po4
-rw-r--r--translations/source/cy/svx/source/stbctrls.po4
-rw-r--r--translations/source/cy/svx/source/svdraw.po4
-rw-r--r--translations/source/cy/svx/source/table.po4
-rw-r--r--translations/source/cy/svx/source/tbxctrls.po4
-rw-r--r--translations/source/cy/svx/source/toolbars.po4
-rw-r--r--translations/source/cy/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/cy/sw/source/core/layout.po15
-rw-r--r--translations/source/cy/sw/source/core/undo.po11
-rw-r--r--translations/source/cy/sw/source/core/unocore.po4
-rw-r--r--translations/source/cy/sw/source/ui/app.po32
-rw-r--r--translations/source/cy/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/cy/sw/source/ui/config.po60
-rw-r--r--translations/source/cy/sw/source/ui/dbui.po10
-rw-r--r--translations/source/cy/sw/source/ui/dialog.po8
-rw-r--r--translations/source/cy/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/cy/sw/source/ui/docvw.po14
-rw-r--r--translations/source/cy/sw/source/ui/envelp.po4
-rw-r--r--translations/source/cy/sw/source/ui/fldui.po4
-rw-r--r--translations/source/cy/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/cy/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/cy/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/cy/sw/source/ui/index.po4
-rw-r--r--translations/source/cy/sw/source/ui/lingu.po8
-rw-r--r--translations/source/cy/sw/source/ui/misc.po4
-rw-r--r--translations/source/cy/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/cy/sw/source/ui/shells.po4
-rw-r--r--translations/source/cy/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/cy/sw/source/ui/table.po50
-rw-r--r--translations/source/cy/sw/source/ui/uiview.po4
-rw-r--r--translations/source/cy/sw/source/ui/utlui.po187
-rw-r--r--translations/source/cy/sw/source/ui/web.po4
-rw-r--r--translations/source/cy/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/cy/swext/mediawiki/help.po91
-rw-r--r--translations/source/cy/swext/mediawiki/src.po12
-rw-r--r--translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/cy/sysui/desktop/share.po7
-rw-r--r--translations/source/cy/uui/source.po10
-rw-r--r--translations/source/cy/vcl/source/src.po86
-rw-r--r--translations/source/cy/wizards/source/euro.po4
-rw-r--r--translations/source/cy/wizards/source/formwizard.po4
-rw-r--r--translations/source/cy/wizards/source/importwizard.po4
-rw-r--r--translations/source/cy/wizards/source/schedule.po4
-rw-r--r--translations/source/cy/wizards/source/template.po4
-rw-r--r--translations/source/cy/xmlsecurity/source/component.po4
-rw-r--r--translations/source/cy/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/da/accessibility/source/helper.po4
-rw-r--r--translations/source/da/avmedia/source/framework.po4
-rw-r--r--translations/source/da/avmedia/source/viewer.po4
-rw-r--r--translations/source/da/basctl/source/basicide.po14
-rw-r--r--translations/source/da/basctl/source/dlged.po4
-rw-r--r--translations/source/da/basic/source/app.po4
-rw-r--r--translations/source/da/basic/source/classes.po4
-rw-r--r--translations/source/da/basic/source/sbx.po4
-rw-r--r--translations/source/da/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/da/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/da/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/da/connectivity/source/resource.po9
-rw-r--r--translations/source/da/crashrep/source/all.po4
-rw-r--r--translations/source/da/cui/source/customize.po4
-rw-r--r--translations/source/da/cui/source/dialogs.po66
-rw-r--r--translations/source/da/cui/source/options.po66
-rw-r--r--translations/source/da/cui/source/tabpages.po10
-rw-r--r--translations/source/da/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/da/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/da/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/da/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/da/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/da/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/da/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/da/desktop/source/app.po4
-rw-r--r--translations/source/da/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/da/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/da/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/da/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/da/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/da/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/da/desktop/win32/source/setup.po4
-rw-r--r--translations/source/da/dictionaries/af_ZA.po12
-rw-r--r--translations/source/da/dictionaries/ar.po12
-rw-r--r--translations/source/da/dictionaries/be_BY.po20
-rw-r--r--translations/source/da/dictionaries/bg_BG.po12
-rw-r--r--translations/source/da/dictionaries/bn_BD.po12
-rw-r--r--translations/source/da/dictionaries/br_FR.po12
-rw-r--r--translations/source/da/dictionaries/ca.po12
-rw-r--r--translations/source/da/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/da/dictionaries/da_DK.po12
-rw-r--r--translations/source/da/dictionaries/de.po12
-rw-r--r--translations/source/da/dictionaries/el_GR.po20
-rw-r--r--translations/source/da/dictionaries/en.po12
-rw-r--r--translations/source/da/dictionaries/es_ES.po12
-rw-r--r--translations/source/da/dictionaries/et_EE.po12
-rw-r--r--translations/source/da/dictionaries/fr_FR.po12
-rw-r--r--translations/source/da/dictionaries/gd_GB.po20
-rw-r--r--translations/source/da/dictionaries/gl.po12
-rw-r--r--translations/source/da/dictionaries/gu_IN.po12
-rw-r--r--translations/source/da/dictionaries/he_IL.po12
-rw-r--r--translations/source/da/dictionaries/hi_IN.po12
-rw-r--r--translations/source/da/dictionaries/hr_HR.po12
-rw-r--r--translations/source/da/dictionaries/hu_HU.po12
-rw-r--r--translations/source/da/dictionaries/it_IT.po12
-rw-r--r--translations/source/da/dictionaries/ku_TR.po12
-rw-r--r--translations/source/da/dictionaries/lt_LT.po12
-rw-r--r--translations/source/da/dictionaries/lv_LV.po12
-rw-r--r--translations/source/da/dictionaries/ne_NP.po12
-rw-r--r--translations/source/da/dictionaries/nl_NL.po12
-rw-r--r--translations/source/da/dictionaries/no.po12
-rw-r--r--translations/source/da/dictionaries/oc_FR.po12
-rw-r--r--translations/source/da/dictionaries/pl_PL.po12
-rw-r--r--translations/source/da/dictionaries/pt_BR.po12
-rw-r--r--translations/source/da/dictionaries/pt_PT.po12
-rw-r--r--translations/source/da/dictionaries/ro.po12
-rw-r--r--translations/source/da/dictionaries/ru_RU.po12
-rw-r--r--translations/source/da/dictionaries/sk_SK.po12
-rw-r--r--translations/source/da/dictionaries/sl_SI.po12
-rw-r--r--translations/source/da/dictionaries/sr.po12
-rw-r--r--translations/source/da/dictionaries/sv_SE.po12
-rw-r--r--translations/source/da/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/da/dictionaries/te_IN.po20
-rw-r--r--translations/source/da/dictionaries/th_TH.po12
-rw-r--r--translations/source/da/dictionaries/uk_UA.po12
-rw-r--r--translations/source/da/dictionaries/vi.po12
-rw-r--r--translations/source/da/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/da/editeng/source/accessibility.po4
-rw-r--r--translations/source/da/editeng/source/editeng.po10
-rw-r--r--translations/source/da/editeng/source/items.po4
-rw-r--r--translations/source/da/editeng/source/misc.po4
-rw-r--r--translations/source/da/editeng/source/outliner.po4
-rw-r--r--translations/source/da/extensions/source/abpilot.po10
-rw-r--r--translations/source/da/extensions/source/bibliography.po4
-rw-r--r--translations/source/da/extensions/source/dbpilots.po4
-rw-r--r--translations/source/da/extensions/source/propctrlr.po4
-rw-r--r--translations/source/da/extensions/source/scanner.po12
-rw-r--r--translations/source/da/extensions/source/update/check.po7
-rw-r--r--translations/source/da/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/da/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/da/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/da/filter/source/flash.po4
-rw-r--r--translations/source/da/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/da/filter/source/pdf.po18
-rw-r--r--translations/source/da/filter/source/t602.po4
-rw-r--r--translations/source/da/filter/source/xsltdialog.po13
-rw-r--r--translations/source/da/forms/source/resource.po4
-rw-r--r--translations/source/da/formula/source/core/resource.po18
-rw-r--r--translations/source/da/formula/source/ui/dlg.po4
-rw-r--r--translations/source/da/fpicker/source/office.po4
-rw-r--r--translations/source/da/framework/source/classes.po4
-rw-r--r--translations/source/da/framework/source/services.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared.po25
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/01.po309
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/04.po48
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/da/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw.po11
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/00.po16
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/01.po122
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/guide.po68
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress.po8
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/da/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/01.po16
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po15
-rw-r--r--translations/source/da/mysqlc/source.po18
-rw-r--r--translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/da/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--translations/source/da/padmin/source.po4
-rw-r--r--translations/source/da/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/da/reportbuilder/util.po16
-rw-r--r--translations/source/da/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/da/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/da/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/da/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/da/sc/source/core/src.po4
-rw-r--r--translations/source/da/sc/source/ui/cctrl.po10
-rw-r--r--translations/source/da/sc/source/ui/dbgui.po10
-rw-r--r--translations/source/da/sc/source/ui/docshell.po4
-rw-r--r--translations/source/da/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/da/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/da/sc/source/ui/miscdlgs.po10
-rw-r--r--translations/source/da/sc/source/ui/navipi.po10
-rw-r--r--translations/source/da/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/da/sc/source/ui/src.po334
-rw-r--r--translations/source/da/sc/source/ui/styleui.po4
-rw-r--r--translations/source/da/scaddins/source/analysis.po4
-rw-r--r--translations/source/da/scaddins/source/datefunc.po4
-rw-r--r--translations/source/da/sccomp/source/solver.po4
-rw-r--r--translations/source/da/scp2/source/accessories.po4
-rw-r--r--translations/source/da/scp2/source/activex.po4
-rw-r--r--translations/source/da/scp2/source/base.po4
-rw-r--r--translations/source/da/scp2/source/binfilter.po4
-rw-r--r--translations/source/da/scp2/source/calc.po10
-rw-r--r--translations/source/da/scp2/source/draw.po4
-rw-r--r--translations/source/da/scp2/source/extensions.po4
-rw-r--r--translations/source/da/scp2/source/gnome.po4
-rw-r--r--translations/source/da/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/da/scp2/source/impress.po4
-rw-r--r--translations/source/da/scp2/source/javafilter.po4
-rw-r--r--translations/source/da/scp2/source/kde.po4
-rw-r--r--translations/source/da/scp2/source/math.po4
-rw-r--r--translations/source/da/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/da/scp2/source/ooo.po971
-rw-r--r--translations/source/da/scp2/source/python.po10
-rw-r--r--translations/source/da/scp2/source/quickstart.po4
-rw-r--r--translations/source/da/scp2/source/sdkoo.po4
-rw-r--r--translations/source/da/scp2/source/testtool.po4
-rw-r--r--translations/source/da/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/da/scp2/source/writer.po4
-rw-r--r--translations/source/da/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/da/scripting/source/pyprov.po16
-rw-r--r--translations/source/da/sd/source/core.po4
-rw-r--r--translations/source/da/sd/source/filter/html.po4
-rw-r--r--translations/source/da/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/da/sd/source/ui/animations.po4
-rw-r--r--translations/source/da/sd/source/ui/annotations.po4
-rw-r--r--translations/source/da/sd/source/ui/app.po23
-rw-r--r--translations/source/da/sd/source/ui/dlg.po10
-rw-r--r--translations/source/da/sd/source/ui/notes.po4
-rw-r--r--translations/source/da/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/da/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/da/sd/source/ui/table.po4
-rw-r--r--translations/source/da/sd/source/ui/view.po4
-rw-r--r--translations/source/da/sdext/source/minimizer.po14
-rw-r--r--translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/da/sdext/source/pdfimport.po19
-rw-r--r--translations/source/da/sdext/source/presenter.po14
-rw-r--r--translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/da/setup_native/source/mac.po4
-rw-r--r--translations/source/da/sfx2/source/appl.po4
-rw-r--r--translations/source/da/sfx2/source/bastyp.po4
-rw-r--r--translations/source/da/sfx2/source/dialog.po15
-rw-r--r--translations/source/da/sfx2/source/doc.po4
-rw-r--r--translations/source/da/sfx2/source/menu.po4
-rw-r--r--translations/source/da/sfx2/source/view.po4
-rw-r--r--translations/source/da/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/da/starmath/source.po41
-rw-r--r--translations/source/da/svl/source/items.po4
-rw-r--r--translations/source/da/svl/source/misc.po166
-rw-r--r--translations/source/da/svtools/source/contnr.po4
-rw-r--r--translations/source/da/svtools/source/control.po4
-rw-r--r--translations/source/da/svtools/source/dialogs.po4
-rw-r--r--translations/source/da/svtools/source/filter.po4
-rw-r--r--translations/source/da/svtools/source/java.po9
-rw-r--r--translations/source/da/svtools/source/misc.po16
-rw-r--r--translations/source/da/svtools/source/plugapp.po4
-rw-r--r--translations/source/da/svtools/source/toolpanel.po4
-rw-r--r--translations/source/da/svtools/workben/unodialog.po4
-rw-r--r--translations/source/da/svx/inc.po12
-rw-r--r--translations/source/da/svx/source/accessibility.po4
-rw-r--r--translations/source/da/svx/source/dialog.po52
-rw-r--r--translations/source/da/svx/source/engine3d.po4
-rw-r--r--translations/source/da/svx/source/fmcomp.po4
-rw-r--r--translations/source/da/svx/source/form.po4
-rw-r--r--translations/source/da/svx/source/gallery2.po4
-rw-r--r--translations/source/da/svx/source/items.po4
-rw-r--r--translations/source/da/svx/source/src.po4
-rw-r--r--translations/source/da/svx/source/stbctrls.po4
-rw-r--r--translations/source/da/svx/source/svdraw.po4
-rw-r--r--translations/source/da/svx/source/table.po4
-rw-r--r--translations/source/da/svx/source/tbxctrls.po4
-rw-r--r--translations/source/da/svx/source/toolbars.po4
-rw-r--r--translations/source/da/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/da/sw/source/core/layout.po14
-rw-r--r--translations/source/da/sw/source/core/undo.po13
-rw-r--r--translations/source/da/sw/source/core/unocore.po4
-rw-r--r--translations/source/da/sw/source/ui/app.po42
-rw-r--r--translations/source/da/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/da/sw/source/ui/config.po62
-rw-r--r--translations/source/da/sw/source/ui/dbui.po12
-rw-r--r--translations/source/da/sw/source/ui/dialog.po8
-rw-r--r--translations/source/da/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/da/sw/source/ui/docvw.po16
-rw-r--r--translations/source/da/sw/source/ui/envelp.po4
-rw-r--r--translations/source/da/sw/source/ui/fldui.po4
-rw-r--r--translations/source/da/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/da/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/da/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/da/sw/source/ui/index.po4
-rw-r--r--translations/source/da/sw/source/ui/lingu.po10
-rw-r--r--translations/source/da/sw/source/ui/misc.po4
-rw-r--r--translations/source/da/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/da/sw/source/ui/shells.po4
-rw-r--r--translations/source/da/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/da/sw/source/ui/table.po54
-rw-r--r--translations/source/da/sw/source/ui/uiview.po4
-rw-r--r--translations/source/da/sw/source/ui/utlui.po191
-rw-r--r--translations/source/da/sw/source/ui/web.po4
-rw-r--r--translations/source/da/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/da/swext/mediawiki/help.po92
-rw-r--r--translations/source/da/swext/mediawiki/src.po14
-rw-r--r--translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/da/sysui/desktop/share.po9
-rw-r--r--translations/source/da/uui/source.po12
-rw-r--r--translations/source/da/vcl/source/src.po86
-rw-r--r--translations/source/da/wizards/source/euro.po10
-rw-r--r--translations/source/da/wizards/source/formwizard.po4
-rw-r--r--translations/source/da/wizards/source/importwizard.po34
-rw-r--r--translations/source/da/wizards/source/schedule.po4
-rw-r--r--translations/source/da/wizards/source/template.po4
-rw-r--r--translations/source/da/xmlsecurity/source/component.po4
-rw-r--r--translations/source/da/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/de/accessibility/source/helper.po4
-rw-r--r--translations/source/de/avmedia/source/framework.po4
-rw-r--r--translations/source/de/avmedia/source/viewer.po4
-rw-r--r--translations/source/de/basctl/source/basicide.po12
-rw-r--r--translations/source/de/basctl/source/dlged.po4
-rw-r--r--translations/source/de/basic/source/app.po4
-rw-r--r--translations/source/de/basic/source/classes.po4
-rw-r--r--translations/source/de/basic/source/sbx.po4
-rw-r--r--translations/source/de/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/de/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/de/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/de/connectivity/source/resource.po11
-rw-r--r--translations/source/de/crashrep/source/all.po4
-rw-r--r--translations/source/de/cui/source/customize.po4
-rw-r--r--translations/source/de/cui/source/dialogs.po68
-rw-r--r--translations/source/de/cui/source/options.po68
-rw-r--r--translations/source/de/cui/source/tabpages.po10
-rw-r--r--translations/source/de/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/de/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/de/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/de/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/de/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/de/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/de/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/de/desktop/source/app.po4
-rw-r--r--translations/source/de/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/de/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/de/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/de/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/de/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/de/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/de/desktop/win32/source/setup.po4
-rw-r--r--translations/source/de/dictionaries/af_ZA.po12
-rw-r--r--translations/source/de/dictionaries/ar.po12
-rw-r--r--translations/source/de/dictionaries/be_BY.po19
-rw-r--r--translations/source/de/dictionaries/bg_BG.po12
-rw-r--r--translations/source/de/dictionaries/bn_BD.po12
-rw-r--r--translations/source/de/dictionaries/br_FR.po12
-rw-r--r--translations/source/de/dictionaries/ca.po12
-rw-r--r--translations/source/de/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/de/dictionaries/da_DK.po12
-rw-r--r--translations/source/de/dictionaries/de.po12
-rw-r--r--translations/source/de/dictionaries/el_GR.po19
-rw-r--r--translations/source/de/dictionaries/en.po12
-rw-r--r--translations/source/de/dictionaries/es_ES.po12
-rw-r--r--translations/source/de/dictionaries/et_EE.po12
-rw-r--r--translations/source/de/dictionaries/fr_FR.po12
-rw-r--r--translations/source/de/dictionaries/gd_GB.po19
-rw-r--r--translations/source/de/dictionaries/gl.po12
-rw-r--r--translations/source/de/dictionaries/gu_IN.po12
-rw-r--r--translations/source/de/dictionaries/he_IL.po12
-rw-r--r--translations/source/de/dictionaries/hi_IN.po12
-rw-r--r--translations/source/de/dictionaries/hr_HR.po12
-rw-r--r--translations/source/de/dictionaries/hu_HU.po12
-rw-r--r--translations/source/de/dictionaries/it_IT.po12
-rw-r--r--translations/source/de/dictionaries/ku_TR.po12
-rw-r--r--translations/source/de/dictionaries/lt_LT.po12
-rw-r--r--translations/source/de/dictionaries/lv_LV.po12
-rw-r--r--translations/source/de/dictionaries/ne_NP.po12
-rw-r--r--translations/source/de/dictionaries/nl_NL.po12
-rw-r--r--translations/source/de/dictionaries/no.po12
-rw-r--r--translations/source/de/dictionaries/oc_FR.po12
-rw-r--r--translations/source/de/dictionaries/pl_PL.po12
-rw-r--r--translations/source/de/dictionaries/pt_BR.po12
-rw-r--r--translations/source/de/dictionaries/pt_PT.po12
-rw-r--r--translations/source/de/dictionaries/ro.po12
-rw-r--r--translations/source/de/dictionaries/ru_RU.po12
-rw-r--r--translations/source/de/dictionaries/sk_SK.po12
-rw-r--r--translations/source/de/dictionaries/sl_SI.po12
-rw-r--r--translations/source/de/dictionaries/sr.po12
-rw-r--r--translations/source/de/dictionaries/sv_SE.po12
-rw-r--r--translations/source/de/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/de/dictionaries/te_IN.po19
-rw-r--r--translations/source/de/dictionaries/th_TH.po12
-rw-r--r--translations/source/de/dictionaries/uk_UA.po12
-rw-r--r--translations/source/de/dictionaries/vi.po12
-rw-r--r--translations/source/de/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/de/editeng/source/accessibility.po4
-rw-r--r--translations/source/de/editeng/source/editeng.po8
-rw-r--r--translations/source/de/editeng/source/items.po4
-rw-r--r--translations/source/de/editeng/source/misc.po4
-rw-r--r--translations/source/de/editeng/source/outliner.po4
-rw-r--r--translations/source/de/extensions/source/abpilot.po10
-rw-r--r--translations/source/de/extensions/source/bibliography.po4
-rw-r--r--translations/source/de/extensions/source/dbpilots.po4
-rw-r--r--translations/source/de/extensions/source/propctrlr.po4
-rw-r--r--translations/source/de/extensions/source/scanner.po12
-rw-r--r--translations/source/de/extensions/source/update/check.po9
-rw-r--r--translations/source/de/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/de/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/de/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/de/filter/source/flash.po4
-rw-r--r--translations/source/de/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/de/filter/source/pdf.po14
-rw-r--r--translations/source/de/filter/source/t602.po4
-rw-r--r--translations/source/de/filter/source/xsltdialog.po15
-rw-r--r--translations/source/de/forms/source/resource.po4
-rw-r--r--translations/source/de/formula/source/core/resource.po18
-rw-r--r--translations/source/de/formula/source/ui/dlg.po4
-rw-r--r--translations/source/de/fpicker/source/office.po4
-rw-r--r--translations/source/de/framework/source/classes.po4
-rw-r--r--translations/source/de/framework/source/services.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/01.po373
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/guide.po19
-rw-r--r--translations/source/de/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/00.po10
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/01.po21
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw.po13
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared.po30
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/00.po20
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/01.po164
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/02.po17
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/autopi.po9
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/guide.po83
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/optionen.po68
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress.po10
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/02.po39
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/de/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/01.po191
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter/01.po14
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po23
-rw-r--r--translations/source/de/mysqlc/source.po18
-rw-r--r--translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/de/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/de/padmin/source.po4
-rw-r--r--translations/source/de/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/de/reportbuilder/util.po16
-rw-r--r--translations/source/de/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/de/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/de/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/de/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/de/sc/source/core/src.po4
-rw-r--r--translations/source/de/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/de/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/de/sc/source/ui/docshell.po4
-rw-r--r--translations/source/de/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/de/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/de/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/de/sc/source/ui/navipi.po10
-rw-r--r--translations/source/de/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/de/sc/source/ui/src.po334
-rw-r--r--translations/source/de/sc/source/ui/styleui.po4
-rw-r--r--translations/source/de/scaddins/source/analysis.po4
-rw-r--r--translations/source/de/scaddins/source/datefunc.po4
-rw-r--r--translations/source/de/sccomp/source/solver.po4
-rw-r--r--translations/source/de/scp2/source/accessories.po4
-rw-r--r--translations/source/de/scp2/source/activex.po4
-rw-r--r--translations/source/de/scp2/source/base.po4
-rw-r--r--translations/source/de/scp2/source/binfilter.po4
-rw-r--r--translations/source/de/scp2/source/calc.po12
-rw-r--r--translations/source/de/scp2/source/draw.po4
-rw-r--r--translations/source/de/scp2/source/extensions.po4
-rw-r--r--translations/source/de/scp2/source/gnome.po4
-rw-r--r--translations/source/de/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/de/scp2/source/impress.po4
-rw-r--r--translations/source/de/scp2/source/javafilter.po4
-rw-r--r--translations/source/de/scp2/source/kde.po4
-rw-r--r--translations/source/de/scp2/source/math.po4
-rw-r--r--translations/source/de/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/de/scp2/source/ooo.po1018
-rw-r--r--translations/source/de/scp2/source/python.po8
-rw-r--r--translations/source/de/scp2/source/quickstart.po4
-rw-r--r--translations/source/de/scp2/source/sdkoo.po4
-rw-r--r--translations/source/de/scp2/source/testtool.po4
-rw-r--r--translations/source/de/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/de/scp2/source/writer.po4
-rw-r--r--translations/source/de/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/de/scripting/source/pyprov.po16
-rw-r--r--translations/source/de/sd/source/core.po4
-rw-r--r--translations/source/de/sd/source/filter/html.po4
-rw-r--r--translations/source/de/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/de/sd/source/ui/animations.po4
-rw-r--r--translations/source/de/sd/source/ui/annotations.po4
-rw-r--r--translations/source/de/sd/source/ui/app.po17
-rw-r--r--translations/source/de/sd/source/ui/dlg.po10
-rw-r--r--translations/source/de/sd/source/ui/notes.po4
-rw-r--r--translations/source/de/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/de/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/de/sd/source/ui/table.po4
-rw-r--r--translations/source/de/sd/source/ui/view.po4
-rw-r--r--translations/source/de/sdext/source/minimizer.po14
-rw-r--r--translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/de/sdext/source/pdfimport.po19
-rw-r--r--translations/source/de/sdext/source/presenter.po14
-rw-r--r--translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/de/setup_native/source/mac.po4
-rw-r--r--translations/source/de/sfx2/source/appl.po4
-rw-r--r--translations/source/de/sfx2/source/bastyp.po4
-rw-r--r--translations/source/de/sfx2/source/dialog.po15
-rw-r--r--translations/source/de/sfx2/source/doc.po4
-rw-r--r--translations/source/de/sfx2/source/menu.po4
-rw-r--r--translations/source/de/sfx2/source/view.po4
-rw-r--r--translations/source/de/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/de/starmath/source.po41
-rw-r--r--translations/source/de/svl/source/items.po4
-rw-r--r--translations/source/de/svl/source/misc.po168
-rw-r--r--translations/source/de/svtools/source/contnr.po4
-rw-r--r--translations/source/de/svtools/source/control.po4
-rw-r--r--translations/source/de/svtools/source/dialogs.po4
-rw-r--r--translations/source/de/svtools/source/filter.po4
-rw-r--r--translations/source/de/svtools/source/java.po11
-rw-r--r--translations/source/de/svtools/source/misc.po14
-rw-r--r--translations/source/de/svtools/source/plugapp.po4
-rw-r--r--translations/source/de/svtools/source/toolpanel.po4
-rw-r--r--translations/source/de/svtools/workben/unodialog.po4
-rw-r--r--translations/source/de/svx/inc.po14
-rw-r--r--translations/source/de/svx/source/accessibility.po4
-rw-r--r--translations/source/de/svx/source/dialog.po52
-rw-r--r--translations/source/de/svx/source/engine3d.po4
-rw-r--r--translations/source/de/svx/source/fmcomp.po4
-rw-r--r--translations/source/de/svx/source/form.po4
-rw-r--r--translations/source/de/svx/source/gallery2.po4
-rw-r--r--translations/source/de/svx/source/items.po4
-rw-r--r--translations/source/de/svx/source/src.po4
-rw-r--r--translations/source/de/svx/source/stbctrls.po4
-rw-r--r--translations/source/de/svx/source/svdraw.po4
-rw-r--r--translations/source/de/svx/source/table.po4
-rw-r--r--translations/source/de/svx/source/tbxctrls.po4
-rw-r--r--translations/source/de/svx/source/toolbars.po4
-rw-r--r--translations/source/de/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/de/sw/source/core/layout.po6
-rw-r--r--translations/source/de/sw/source/core/undo.po9
-rw-r--r--translations/source/de/sw/source/core/unocore.po4
-rw-r--r--translations/source/de/sw/source/ui/app.po34
-rw-r--r--translations/source/de/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/de/sw/source/ui/config.po56
-rw-r--r--translations/source/de/sw/source/ui/dbui.po9
-rw-r--r--translations/source/de/sw/source/ui/dialog.po8
-rw-r--r--translations/source/de/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/de/sw/source/ui/docvw.po4
-rw-r--r--translations/source/de/sw/source/ui/envelp.po4
-rw-r--r--translations/source/de/sw/source/ui/fldui.po4
-rw-r--r--translations/source/de/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/de/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/de/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/de/sw/source/ui/index.po4
-rw-r--r--translations/source/de/sw/source/ui/lingu.po8
-rw-r--r--translations/source/de/sw/source/ui/misc.po4
-rw-r--r--translations/source/de/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/de/sw/source/ui/shells.po4
-rw-r--r--translations/source/de/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/de/sw/source/ui/table.po46
-rw-r--r--translations/source/de/sw/source/ui/uiview.po4
-rw-r--r--translations/source/de/sw/source/ui/utlui.po188
-rw-r--r--translations/source/de/sw/source/ui/web.po4
-rw-r--r--translations/source/de/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/de/swext/mediawiki/help.po93
-rw-r--r--translations/source/de/swext/mediawiki/src.po6
-rw-r--r--translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/de/sysui/desktop/share.po9
-rw-r--r--translations/source/de/uui/source.po12
-rw-r--r--translations/source/de/vcl/source/src.po84
-rw-r--r--translations/source/de/wizards/source/euro.po8
-rw-r--r--translations/source/de/wizards/source/formwizard.po4
-rw-r--r--translations/source/de/wizards/source/importwizard.po34
-rw-r--r--translations/source/de/wizards/source/schedule.po4
-rw-r--r--translations/source/de/wizards/source/template.po4
-rw-r--r--translations/source/de/xmlsecurity/source/component.po4
-rw-r--r--translations/source/de/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/dgo/accessibility/source/helper.po4
-rw-r--r--translations/source/dgo/avmedia/source/framework.po4
-rw-r--r--translations/source/dgo/avmedia/source/viewer.po4
-rw-r--r--translations/source/dgo/basctl/source/basicide.po12
-rw-r--r--translations/source/dgo/basctl/source/dlged.po4
-rw-r--r--translations/source/dgo/basic/source/app.po4
-rw-r--r--translations/source/dgo/basic/source/classes.po4
-rw-r--r--translations/source/dgo/basic/source/sbx.po4
-rw-r--r--translations/source/dgo/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/dgo/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/dgo/connectivity/source/resource.po4
-rw-r--r--translations/source/dgo/crashrep/source/all.po4
-rw-r--r--translations/source/dgo/cui/source/customize.po4
-rw-r--r--translations/source/dgo/cui/source/dialogs.po12
-rw-r--r--translations/source/dgo/cui/source/options.po34
-rw-r--r--translations/source/dgo/cui/source/tabpages.po8
-rw-r--r--translations/source/dgo/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/dgo/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/dgo/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/dgo/desktop/source/app.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/dgo/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/dgo/desktop/win32/source/setup.po4
-rw-r--r--translations/source/dgo/dictionaries/af_ZA.po6
-rw-r--r--translations/source/dgo/dictionaries/ar.po6
-rw-r--r--translations/source/dgo/dictionaries/be_BY.po19
-rw-r--r--translations/source/dgo/dictionaries/bg_BG.po6
-rw-r--r--translations/source/dgo/dictionaries/bn_BD.po6
-rw-r--r--translations/source/dgo/dictionaries/br_FR.po6
-rw-r--r--translations/source/dgo/dictionaries/ca.po6
-rw-r--r--translations/source/dgo/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/dgo/dictionaries/da_DK.po6
-rw-r--r--translations/source/dgo/dictionaries/de.po6
-rw-r--r--translations/source/dgo/dictionaries/el_GR.po19
-rw-r--r--translations/source/dgo/dictionaries/en.po6
-rw-r--r--translations/source/dgo/dictionaries/es_ES.po6
-rw-r--r--translations/source/dgo/dictionaries/et_EE.po6
-rw-r--r--translations/source/dgo/dictionaries/fr_FR.po6
-rw-r--r--translations/source/dgo/dictionaries/gd_GB.po19
-rw-r--r--translations/source/dgo/dictionaries/gl.po6
-rw-r--r--translations/source/dgo/dictionaries/gu_IN.po6
-rw-r--r--translations/source/dgo/dictionaries/he_IL.po6
-rw-r--r--translations/source/dgo/dictionaries/hi_IN.po6
-rw-r--r--translations/source/dgo/dictionaries/hr_HR.po6
-rw-r--r--translations/source/dgo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/dgo/dictionaries/it_IT.po6
-rw-r--r--translations/source/dgo/dictionaries/ku_TR.po6
-rw-r--r--translations/source/dgo/dictionaries/lt_LT.po6
-rw-r--r--translations/source/dgo/dictionaries/lv_LV.po6
-rw-r--r--translations/source/dgo/dictionaries/ne_NP.po6
-rw-r--r--translations/source/dgo/dictionaries/nl_NL.po6
-rw-r--r--translations/source/dgo/dictionaries/no.po6
-rw-r--r--translations/source/dgo/dictionaries/oc_FR.po6
-rw-r--r--translations/source/dgo/dictionaries/pl_PL.po6
-rw-r--r--translations/source/dgo/dictionaries/pt_BR.po6
-rw-r--r--translations/source/dgo/dictionaries/pt_PT.po6
-rw-r--r--translations/source/dgo/dictionaries/ro.po6
-rw-r--r--translations/source/dgo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/dgo/dictionaries/sk_SK.po6
-rw-r--r--translations/source/dgo/dictionaries/sl_SI.po6
-rw-r--r--translations/source/dgo/dictionaries/sr.po6
-rw-r--r--translations/source/dgo/dictionaries/sv_SE.po6
-rw-r--r--translations/source/dgo/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/dgo/dictionaries/te_IN.po19
-rw-r--r--translations/source/dgo/dictionaries/th_TH.po6
-rw-r--r--translations/source/dgo/dictionaries/uk_UA.po6
-rw-r--r--translations/source/dgo/dictionaries/vi.po6
-rw-r--r--translations/source/dgo/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/dgo/editeng/source/accessibility.po4
-rw-r--r--translations/source/dgo/editeng/source/editeng.po4
-rw-r--r--translations/source/dgo/editeng/source/items.po4
-rw-r--r--translations/source/dgo/editeng/source/misc.po4
-rw-r--r--translations/source/dgo/editeng/source/outliner.po4
-rw-r--r--translations/source/dgo/extensions/source/abpilot.po4
-rw-r--r--translations/source/dgo/extensions/source/bibliography.po4
-rw-r--r--translations/source/dgo/extensions/source/dbpilots.po4
-rw-r--r--translations/source/dgo/extensions/source/propctrlr.po4
-rw-r--r--translations/source/dgo/extensions/source/scanner.po8
-rw-r--r--translations/source/dgo/extensions/source/update/check.po4
-rw-r--r--translations/source/dgo/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/dgo/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/dgo/filter/source/flash.po4
-rw-r--r--translations/source/dgo/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/dgo/filter/source/pdf.po4
-rw-r--r--translations/source/dgo/filter/source/t602.po4
-rw-r--r--translations/source/dgo/filter/source/xsltdialog.po8
-rw-r--r--translations/source/dgo/forms/source/resource.po4
-rw-r--r--translations/source/dgo/formula/source/core/resource.po4
-rw-r--r--translations/source/dgo/formula/source/ui/dlg.po4
-rw-r--r--translations/source/dgo/fpicker/source/office.po4
-rw-r--r--translations/source/dgo/framework/source/classes.po4
-rw-r--r--translations/source/dgo/framework/source/services.po4
-rw-r--r--translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/dgo/mysqlc/source.po12
-rw-r--r--translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/dgo/padmin/source.po4
-rw-r--r--translations/source/dgo/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/dgo/reportbuilder/util.po8
-rw-r--r--translations/source/dgo/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/dgo/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/dgo/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/dgo/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/dgo/sc/source/core/src.po4
-rw-r--r--translations/source/dgo/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/dgo/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/dgo/sc/source/ui/docshell.po4
-rw-r--r--translations/source/dgo/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/dgo/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/dgo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/dgo/sc/source/ui/navipi.po9
-rw-r--r--translations/source/dgo/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/dgo/sc/source/ui/src.po263
-rw-r--r--translations/source/dgo/sc/source/ui/styleui.po4
-rw-r--r--translations/source/dgo/scaddins/source/analysis.po4
-rw-r--r--translations/source/dgo/scaddins/source/datefunc.po4
-rw-r--r--translations/source/dgo/sccomp/source/solver.po4
-rw-r--r--translations/source/dgo/scp2/source/accessories.po4
-rw-r--r--translations/source/dgo/scp2/source/activex.po4
-rw-r--r--translations/source/dgo/scp2/source/base.po4
-rw-r--r--translations/source/dgo/scp2/source/binfilter.po4
-rw-r--r--translations/source/dgo/scp2/source/calc.po4
-rw-r--r--translations/source/dgo/scp2/source/draw.po4
-rw-r--r--translations/source/dgo/scp2/source/extensions.po4
-rw-r--r--translations/source/dgo/scp2/source/gnome.po4
-rw-r--r--translations/source/dgo/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/dgo/scp2/source/impress.po4
-rw-r--r--translations/source/dgo/scp2/source/javafilter.po4
-rw-r--r--translations/source/dgo/scp2/source/kde.po4
-rw-r--r--translations/source/dgo/scp2/source/math.po4
-rw-r--r--translations/source/dgo/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/dgo/scp2/source/ooo.po640
-rw-r--r--translations/source/dgo/scp2/source/python.po8
-rw-r--r--translations/source/dgo/scp2/source/quickstart.po4
-rw-r--r--translations/source/dgo/scp2/source/sdkoo.po4
-rw-r--r--translations/source/dgo/scp2/source/testtool.po4
-rw-r--r--translations/source/dgo/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/dgo/scp2/source/writer.po4
-rw-r--r--translations/source/dgo/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/dgo/scripting/source/pyprov.po10
-rw-r--r--translations/source/dgo/sd/source/core.po4
-rw-r--r--translations/source/dgo/sd/source/filter/html.po4
-rw-r--r--translations/source/dgo/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/dgo/sd/source/ui/animations.po4
-rw-r--r--translations/source/dgo/sd/source/ui/annotations.po4
-rw-r--r--translations/source/dgo/sd/source/ui/app.po4
-rw-r--r--translations/source/dgo/sd/source/ui/dlg.po4
-rw-r--r--translations/source/dgo/sd/source/ui/notes.po4
-rw-r--r--translations/source/dgo/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/dgo/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/dgo/sd/source/ui/table.po4
-rw-r--r--translations/source/dgo/sd/source/ui/view.po4
-rw-r--r--translations/source/dgo/sdext/source/minimizer.po6
-rw-r--r--translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po21
-rw-r--r--translations/source/dgo/sdext/source/pdfimport.po15
-rw-r--r--translations/source/dgo/sdext/source/presenter.po6
-rw-r--r--translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/dgo/setup_native/source/mac.po4
-rw-r--r--translations/source/dgo/sfx2/source/appl.po4
-rw-r--r--translations/source/dgo/sfx2/source/bastyp.po4
-rw-r--r--translations/source/dgo/sfx2/source/dialog.po4
-rw-r--r--translations/source/dgo/sfx2/source/doc.po4
-rw-r--r--translations/source/dgo/sfx2/source/menu.po4
-rw-r--r--translations/source/dgo/sfx2/source/view.po4
-rw-r--r--translations/source/dgo/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/dgo/starmath/source.po36
-rw-r--r--translations/source/dgo/svl/source/items.po4
-rw-r--r--translations/source/dgo/svl/source/misc.po199
-rw-r--r--translations/source/dgo/svtools/source/contnr.po4
-rw-r--r--translations/source/dgo/svtools/source/control.po4
-rw-r--r--translations/source/dgo/svtools/source/dialogs.po4
-rw-r--r--translations/source/dgo/svtools/source/filter.po4
-rw-r--r--translations/source/dgo/svtools/source/java.po4
-rw-r--r--translations/source/dgo/svtools/source/misc.po8
-rw-r--r--translations/source/dgo/svtools/source/plugapp.po4
-rw-r--r--translations/source/dgo/svtools/source/toolpanel.po4
-rw-r--r--translations/source/dgo/svtools/workben/unodialog.po4
-rw-r--r--translations/source/dgo/svx/inc.po4
-rw-r--r--translations/source/dgo/svx/source/accessibility.po4
-rw-r--r--translations/source/dgo/svx/source/dialog.po42
-rw-r--r--translations/source/dgo/svx/source/engine3d.po4
-rw-r--r--translations/source/dgo/svx/source/fmcomp.po4
-rw-r--r--translations/source/dgo/svx/source/form.po4
-rw-r--r--translations/source/dgo/svx/source/gallery2.po4
-rw-r--r--translations/source/dgo/svx/source/items.po4
-rw-r--r--translations/source/dgo/svx/source/src.po4
-rw-r--r--translations/source/dgo/svx/source/stbctrls.po4
-rw-r--r--translations/source/dgo/svx/source/svdraw.po4
-rw-r--r--translations/source/dgo/svx/source/table.po4
-rw-r--r--translations/source/dgo/svx/source/tbxctrls.po4
-rw-r--r--translations/source/dgo/svx/source/toolbars.po4
-rw-r--r--translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/dgo/sw/source/core/layout.po6
-rw-r--r--translations/source/dgo/sw/source/core/undo.po4
-rw-r--r--translations/source/dgo/sw/source/core/unocore.po4
-rw-r--r--translations/source/dgo/sw/source/ui/app.po28
-rw-r--r--translations/source/dgo/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/dgo/sw/source/ui/config.po56
-rw-r--r--translations/source/dgo/sw/source/ui/dbui.po4
-rw-r--r--translations/source/dgo/sw/source/ui/dialog.po8
-rw-r--r--translations/source/dgo/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/dgo/sw/source/ui/docvw.po4
-rw-r--r--translations/source/dgo/sw/source/ui/envelp.po4
-rw-r--r--translations/source/dgo/sw/source/ui/fldui.po4
-rw-r--r--translations/source/dgo/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/dgo/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/dgo/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/dgo/sw/source/ui/index.po4
-rw-r--r--translations/source/dgo/sw/source/ui/lingu.po8
-rw-r--r--translations/source/dgo/sw/source/ui/misc.po4
-rw-r--r--translations/source/dgo/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/dgo/sw/source/ui/shells.po4
-rw-r--r--translations/source/dgo/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/dgo/sw/source/ui/table.po44
-rw-r--r--translations/source/dgo/sw/source/ui/uiview.po4
-rw-r--r--translations/source/dgo/sw/source/ui/utlui.po194
-rw-r--r--translations/source/dgo/sw/source/ui/web.po4
-rw-r--r--translations/source/dgo/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/dgo/swext/mediawiki/help.po72
-rw-r--r--translations/source/dgo/swext/mediawiki/src.po6
-rw-r--r--translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/dgo/sysui/desktop/share.po4
-rw-r--r--translations/source/dgo/uui/source.po4
-rw-r--r--translations/source/dgo/vcl/source/src.po94
-rw-r--r--translations/source/dgo/wizards/source/euro.po4
-rw-r--r--translations/source/dgo/wizards/source/formwizard.po4
-rw-r--r--translations/source/dgo/wizards/source/importwizard.po4
-rw-r--r--translations/source/dgo/wizards/source/schedule.po4
-rw-r--r--translations/source/dgo/wizards/source/template.po4
-rw-r--r--translations/source/dgo/xmlsecurity/source/component.po4
-rw-r--r--translations/source/dgo/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/dz/accessibility/source/helper.po4
-rw-r--r--translations/source/dz/avmedia/source/framework.po4
-rw-r--r--translations/source/dz/avmedia/source/viewer.po4
-rw-r--r--translations/source/dz/basctl/source/basicide.po12
-rw-r--r--translations/source/dz/basctl/source/dlged.po4
-rw-r--r--translations/source/dz/basic/source/app.po4
-rw-r--r--translations/source/dz/basic/source/classes.po4
-rw-r--r--translations/source/dz/basic/source/sbx.po4
-rw-r--r--translations/source/dz/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/dz/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/dz/connectivity/source/resource.po4
-rw-r--r--translations/source/dz/crashrep/source/all.po4
-rw-r--r--translations/source/dz/cui/source/customize.po4
-rw-r--r--translations/source/dz/cui/source/dialogs.po12
-rw-r--r--translations/source/dz/cui/source/options.po39
-rw-r--r--translations/source/dz/cui/source/tabpages.po8
-rw-r--r--translations/source/dz/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/dz/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/dz/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/dz/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/dz/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/dz/desktop/source/app.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/dz/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/dz/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/dz/desktop/win32/source/setup.po4
-rw-r--r--translations/source/dz/dictionaries/af_ZA.po6
-rw-r--r--translations/source/dz/dictionaries/ar.po6
-rw-r--r--translations/source/dz/dictionaries/be_BY.po19
-rw-r--r--translations/source/dz/dictionaries/bg_BG.po6
-rw-r--r--translations/source/dz/dictionaries/bn_BD.po6
-rw-r--r--translations/source/dz/dictionaries/br_FR.po6
-rw-r--r--translations/source/dz/dictionaries/ca.po6
-rw-r--r--translations/source/dz/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/dz/dictionaries/da_DK.po6
-rw-r--r--translations/source/dz/dictionaries/de.po6
-rw-r--r--translations/source/dz/dictionaries/el_GR.po19
-rw-r--r--translations/source/dz/dictionaries/en.po6
-rw-r--r--translations/source/dz/dictionaries/es_ES.po6
-rw-r--r--translations/source/dz/dictionaries/et_EE.po6
-rw-r--r--translations/source/dz/dictionaries/fr_FR.po6
-rw-r--r--translations/source/dz/dictionaries/gd_GB.po19
-rw-r--r--translations/source/dz/dictionaries/gl.po6
-rw-r--r--translations/source/dz/dictionaries/gu_IN.po6
-rw-r--r--translations/source/dz/dictionaries/he_IL.po6
-rw-r--r--translations/source/dz/dictionaries/hi_IN.po6
-rw-r--r--translations/source/dz/dictionaries/hr_HR.po6
-rw-r--r--translations/source/dz/dictionaries/hu_HU.po6
-rw-r--r--translations/source/dz/dictionaries/it_IT.po6
-rw-r--r--translations/source/dz/dictionaries/ku_TR.po6
-rw-r--r--translations/source/dz/dictionaries/lt_LT.po6
-rw-r--r--translations/source/dz/dictionaries/lv_LV.po6
-rw-r--r--translations/source/dz/dictionaries/ne_NP.po6
-rw-r--r--translations/source/dz/dictionaries/nl_NL.po6
-rw-r--r--translations/source/dz/dictionaries/no.po6
-rw-r--r--translations/source/dz/dictionaries/oc_FR.po6
-rw-r--r--translations/source/dz/dictionaries/pl_PL.po6
-rw-r--r--translations/source/dz/dictionaries/pt_BR.po6
-rw-r--r--translations/source/dz/dictionaries/pt_PT.po6
-rw-r--r--translations/source/dz/dictionaries/ro.po6
-rw-r--r--translations/source/dz/dictionaries/ru_RU.po6
-rw-r--r--translations/source/dz/dictionaries/sk_SK.po6
-rw-r--r--translations/source/dz/dictionaries/sl_SI.po6
-rw-r--r--translations/source/dz/dictionaries/sr.po6
-rw-r--r--translations/source/dz/dictionaries/sv_SE.po6
-rw-r--r--translations/source/dz/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/dz/dictionaries/te_IN.po19
-rw-r--r--translations/source/dz/dictionaries/th_TH.po6
-rw-r--r--translations/source/dz/dictionaries/uk_UA.po6
-rw-r--r--translations/source/dz/dictionaries/vi.po6
-rw-r--r--translations/source/dz/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/dz/editeng/source/accessibility.po4
-rw-r--r--translations/source/dz/editeng/source/editeng.po4
-rw-r--r--translations/source/dz/editeng/source/items.po4
-rw-r--r--translations/source/dz/editeng/source/misc.po4
-rw-r--r--translations/source/dz/editeng/source/outliner.po4
-rw-r--r--translations/source/dz/extensions/source/abpilot.po4
-rw-r--r--translations/source/dz/extensions/source/bibliography.po4
-rw-r--r--translations/source/dz/extensions/source/dbpilots.po4
-rw-r--r--translations/source/dz/extensions/source/propctrlr.po4
-rw-r--r--translations/source/dz/extensions/source/scanner.po8
-rw-r--r--translations/source/dz/extensions/source/update/check.po4
-rw-r--r--translations/source/dz/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/dz/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/dz/filter/source/flash.po4
-rw-r--r--translations/source/dz/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/dz/filter/source/pdf.po4
-rw-r--r--translations/source/dz/filter/source/t602.po4
-rw-r--r--translations/source/dz/filter/source/xsltdialog.po8
-rw-r--r--translations/source/dz/forms/source/resource.po4
-rw-r--r--translations/source/dz/formula/source/core/resource.po4
-rw-r--r--translations/source/dz/formula/source/ui/dlg.po4
-rw-r--r--translations/source/dz/fpicker/source/office.po4
-rw-r--r--translations/source/dz/framework/source/classes.po4
-rw-r--r--translations/source/dz/framework/source/services.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/guide.po48
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/guide.po25
-rw-r--r--translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/dz/mysqlc/source.po12
-rw-r--r--translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/dz/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/dz/padmin/source.po4
-rw-r--r--translations/source/dz/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/dz/reportbuilder/util.po8
-rw-r--r--translations/source/dz/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/dz/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/dz/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/dz/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/dz/sc/source/core/src.po4
-rw-r--r--translations/source/dz/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/dz/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/dz/sc/source/ui/docshell.po4
-rw-r--r--translations/source/dz/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/dz/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/dz/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/dz/sc/source/ui/navipi.po9
-rw-r--r--translations/source/dz/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/dz/sc/source/ui/src.po263
-rw-r--r--translations/source/dz/sc/source/ui/styleui.po4
-rw-r--r--translations/source/dz/scaddins/source/analysis.po4
-rw-r--r--translations/source/dz/scaddins/source/datefunc.po4
-rw-r--r--translations/source/dz/sccomp/source/solver.po4
-rw-r--r--translations/source/dz/scp2/source/accessories.po4
-rw-r--r--translations/source/dz/scp2/source/activex.po4
-rw-r--r--translations/source/dz/scp2/source/base.po4
-rw-r--r--translations/source/dz/scp2/source/binfilter.po4
-rw-r--r--translations/source/dz/scp2/source/calc.po4
-rw-r--r--translations/source/dz/scp2/source/draw.po4
-rw-r--r--translations/source/dz/scp2/source/extensions.po4
-rw-r--r--translations/source/dz/scp2/source/gnome.po4
-rw-r--r--translations/source/dz/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/dz/scp2/source/impress.po4
-rw-r--r--translations/source/dz/scp2/source/javafilter.po4
-rw-r--r--translations/source/dz/scp2/source/kde.po4
-rw-r--r--translations/source/dz/scp2/source/math.po4
-rw-r--r--translations/source/dz/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/dz/scp2/source/ooo.po674
-rw-r--r--translations/source/dz/scp2/source/python.po8
-rw-r--r--translations/source/dz/scp2/source/quickstart.po4
-rw-r--r--translations/source/dz/scp2/source/sdkoo.po4
-rw-r--r--translations/source/dz/scp2/source/testtool.po4
-rw-r--r--translations/source/dz/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/dz/scp2/source/writer.po4
-rw-r--r--translations/source/dz/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/dz/scripting/source/pyprov.po10
-rw-r--r--translations/source/dz/sd/source/core.po4
-rw-r--r--translations/source/dz/sd/source/filter/html.po4
-rw-r--r--translations/source/dz/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/dz/sd/source/ui/animations.po4
-rw-r--r--translations/source/dz/sd/source/ui/annotations.po4
-rw-r--r--translations/source/dz/sd/source/ui/app.po4
-rw-r--r--translations/source/dz/sd/source/ui/dlg.po4
-rw-r--r--translations/source/dz/sd/source/ui/notes.po4
-rw-r--r--translations/source/dz/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/dz/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/dz/sd/source/ui/table.po4
-rw-r--r--translations/source/dz/sd/source/ui/view.po4
-rw-r--r--translations/source/dz/sdext/source/minimizer.po6
-rw-r--r--translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/dz/sdext/source/pdfimport.po16
-rw-r--r--translations/source/dz/sdext/source/presenter.po6
-rw-r--r--translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/dz/setup_native/source/mac.po4
-rw-r--r--translations/source/dz/sfx2/source/appl.po4
-rw-r--r--translations/source/dz/sfx2/source/bastyp.po4
-rw-r--r--translations/source/dz/sfx2/source/dialog.po4
-rw-r--r--translations/source/dz/sfx2/source/doc.po4
-rw-r--r--translations/source/dz/sfx2/source/menu.po4
-rw-r--r--translations/source/dz/sfx2/source/view.po4
-rw-r--r--translations/source/dz/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/dz/starmath/source.po36
-rw-r--r--translations/source/dz/svl/source/items.po4
-rw-r--r--translations/source/dz/svl/source/misc.po192
-rw-r--r--translations/source/dz/svtools/source/contnr.po4
-rw-r--r--translations/source/dz/svtools/source/control.po4
-rw-r--r--translations/source/dz/svtools/source/dialogs.po4
-rw-r--r--translations/source/dz/svtools/source/filter.po4
-rw-r--r--translations/source/dz/svtools/source/java.po4
-rw-r--r--translations/source/dz/svtools/source/misc.po8
-rw-r--r--translations/source/dz/svtools/source/plugapp.po4
-rw-r--r--translations/source/dz/svtools/source/toolpanel.po4
-rw-r--r--translations/source/dz/svtools/workben/unodialog.po4
-rw-r--r--translations/source/dz/svx/inc.po4
-rw-r--r--translations/source/dz/svx/source/accessibility.po4
-rw-r--r--translations/source/dz/svx/source/dialog.po43
-rw-r--r--translations/source/dz/svx/source/engine3d.po4
-rw-r--r--translations/source/dz/svx/source/fmcomp.po4
-rw-r--r--translations/source/dz/svx/source/form.po4
-rw-r--r--translations/source/dz/svx/source/gallery2.po4
-rw-r--r--translations/source/dz/svx/source/items.po4
-rw-r--r--translations/source/dz/svx/source/src.po4
-rw-r--r--translations/source/dz/svx/source/stbctrls.po4
-rw-r--r--translations/source/dz/svx/source/svdraw.po4
-rw-r--r--translations/source/dz/svx/source/table.po4
-rw-r--r--translations/source/dz/svx/source/tbxctrls.po4
-rw-r--r--translations/source/dz/svx/source/toolbars.po4
-rw-r--r--translations/source/dz/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/dz/sw/source/core/layout.po6
-rw-r--r--translations/source/dz/sw/source/core/undo.po4
-rw-r--r--translations/source/dz/sw/source/core/unocore.po4
-rw-r--r--translations/source/dz/sw/source/ui/app.po28
-rw-r--r--translations/source/dz/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/dz/sw/source/ui/config.po56
-rw-r--r--translations/source/dz/sw/source/ui/dbui.po4
-rw-r--r--translations/source/dz/sw/source/ui/dialog.po8
-rw-r--r--translations/source/dz/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/dz/sw/source/ui/docvw.po4
-rw-r--r--translations/source/dz/sw/source/ui/envelp.po4
-rw-r--r--translations/source/dz/sw/source/ui/fldui.po4
-rw-r--r--translations/source/dz/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/dz/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/dz/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/dz/sw/source/ui/index.po4
-rw-r--r--translations/source/dz/sw/source/ui/lingu.po8
-rw-r--r--translations/source/dz/sw/source/ui/misc.po4
-rw-r--r--translations/source/dz/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/dz/sw/source/ui/shells.po4
-rw-r--r--translations/source/dz/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/dz/sw/source/ui/table.po44
-rw-r--r--translations/source/dz/sw/source/ui/uiview.po4
-rw-r--r--translations/source/dz/sw/source/ui/utlui.po194
-rw-r--r--translations/source/dz/sw/source/ui/web.po4
-rw-r--r--translations/source/dz/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/dz/swext/mediawiki/help.po72
-rw-r--r--translations/source/dz/swext/mediawiki/src.po6
-rw-r--r--translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/dz/sysui/desktop/share.po4
-rw-r--r--translations/source/dz/uui/source.po4
-rw-r--r--translations/source/dz/vcl/source/src.po82
-rw-r--r--translations/source/dz/wizards/source/euro.po4
-rw-r--r--translations/source/dz/wizards/source/formwizard.po4
-rw-r--r--translations/source/dz/wizards/source/importwizard.po4
-rw-r--r--translations/source/dz/wizards/source/schedule.po4
-rw-r--r--translations/source/dz/wizards/source/template.po4
-rw-r--r--translations/source/dz/xmlsecurity/source/component.po4
-rw-r--r--translations/source/dz/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/el/accessibility/source/helper.po4
-rw-r--r--translations/source/el/avmedia/source/framework.po4
-rw-r--r--translations/source/el/avmedia/source/viewer.po4
-rw-r--r--translations/source/el/basctl/source/basicide.po12
-rw-r--r--translations/source/el/basctl/source/dlged.po4
-rw-r--r--translations/source/el/basic/source/app.po4
-rw-r--r--translations/source/el/basic/source/classes.po4
-rw-r--r--translations/source/el/basic/source/sbx.po4
-rw-r--r--translations/source/el/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/el/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/el/connectivity/source/resource.po4
-rw-r--r--translations/source/el/crashrep/source/all.po4
-rw-r--r--translations/source/el/cui/source/customize.po4
-rw-r--r--translations/source/el/cui/source/dialogs.po12
-rw-r--r--translations/source/el/cui/source/options.po42
-rw-r--r--translations/source/el/cui/source/tabpages.po8
-rw-r--r--translations/source/el/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/el/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/el/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/el/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/el/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/el/desktop/source/app.po4
-rw-r--r--translations/source/el/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/el/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/el/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/el/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/el/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/el/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/el/desktop/win32/source/setup.po4
-rw-r--r--translations/source/el/dictionaries/af_ZA.po6
-rw-r--r--translations/source/el/dictionaries/ar.po6
-rw-r--r--translations/source/el/dictionaries/be_BY.po19
-rw-r--r--translations/source/el/dictionaries/bg_BG.po6
-rw-r--r--translations/source/el/dictionaries/bn_BD.po6
-rw-r--r--translations/source/el/dictionaries/br_FR.po6
-rw-r--r--translations/source/el/dictionaries/ca.po6
-rw-r--r--translations/source/el/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/el/dictionaries/da_DK.po6
-rw-r--r--translations/source/el/dictionaries/de.po6
-rw-r--r--translations/source/el/dictionaries/el_GR.po19
-rw-r--r--translations/source/el/dictionaries/en.po6
-rw-r--r--translations/source/el/dictionaries/es_ES.po6
-rw-r--r--translations/source/el/dictionaries/et_EE.po6
-rw-r--r--translations/source/el/dictionaries/fr_FR.po6
-rw-r--r--translations/source/el/dictionaries/gd_GB.po19
-rw-r--r--translations/source/el/dictionaries/gl.po6
-rw-r--r--translations/source/el/dictionaries/gu_IN.po6
-rw-r--r--translations/source/el/dictionaries/he_IL.po6
-rw-r--r--translations/source/el/dictionaries/hi_IN.po6
-rw-r--r--translations/source/el/dictionaries/hr_HR.po6
-rw-r--r--translations/source/el/dictionaries/hu_HU.po6
-rw-r--r--translations/source/el/dictionaries/it_IT.po6
-rw-r--r--translations/source/el/dictionaries/ku_TR.po6
-rw-r--r--translations/source/el/dictionaries/lt_LT.po6
-rw-r--r--translations/source/el/dictionaries/lv_LV.po6
-rw-r--r--translations/source/el/dictionaries/ne_NP.po6
-rw-r--r--translations/source/el/dictionaries/nl_NL.po6
-rw-r--r--translations/source/el/dictionaries/no.po6
-rw-r--r--translations/source/el/dictionaries/oc_FR.po6
-rw-r--r--translations/source/el/dictionaries/pl_PL.po6
-rw-r--r--translations/source/el/dictionaries/pt_BR.po6
-rw-r--r--translations/source/el/dictionaries/pt_PT.po6
-rw-r--r--translations/source/el/dictionaries/ro.po6
-rw-r--r--translations/source/el/dictionaries/ru_RU.po6
-rw-r--r--translations/source/el/dictionaries/sk_SK.po6
-rw-r--r--translations/source/el/dictionaries/sl_SI.po6
-rw-r--r--translations/source/el/dictionaries/sr.po6
-rw-r--r--translations/source/el/dictionaries/sv_SE.po6
-rw-r--r--translations/source/el/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/el/dictionaries/te_IN.po19
-rw-r--r--translations/source/el/dictionaries/th_TH.po6
-rw-r--r--translations/source/el/dictionaries/uk_UA.po6
-rw-r--r--translations/source/el/dictionaries/vi.po6
-rw-r--r--translations/source/el/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/el/editeng/source/accessibility.po4
-rw-r--r--translations/source/el/editeng/source/editeng.po4
-rw-r--r--translations/source/el/editeng/source/items.po4
-rw-r--r--translations/source/el/editeng/source/misc.po4
-rw-r--r--translations/source/el/editeng/source/outliner.po4
-rw-r--r--translations/source/el/extensions/source/abpilot.po4
-rw-r--r--translations/source/el/extensions/source/bibliography.po4
-rw-r--r--translations/source/el/extensions/source/dbpilots.po4
-rw-r--r--translations/source/el/extensions/source/propctrlr.po4
-rw-r--r--translations/source/el/extensions/source/scanner.po8
-rw-r--r--translations/source/el/extensions/source/update/check.po4
-rw-r--r--translations/source/el/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/el/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/el/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/el/filter/source/flash.po4
-rw-r--r--translations/source/el/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/el/filter/source/pdf.po4
-rw-r--r--translations/source/el/filter/source/t602.po4
-rw-r--r--translations/source/el/filter/source/xsltdialog.po8
-rw-r--r--translations/source/el/forms/source/resource.po4
-rw-r--r--translations/source/el/formula/source/core/resource.po4
-rw-r--r--translations/source/el/formula/source/ui/dlg.po4
-rw-r--r--translations/source/el/fpicker/source/office.po4
-rw-r--r--translations/source/el/framework/source/classes.po4
-rw-r--r--translations/source/el/framework/source/services.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/01.po273
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/05.po68
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/el/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/01.po96
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/guide.po60
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/el/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/el/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/guide.po31
-rw-r--r--translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/el/mysqlc/source.po12
-rw-r--r--translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/el/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/el/padmin/source.po4
-rw-r--r--translations/source/el/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/el/reportbuilder/util.po8
-rw-r--r--translations/source/el/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/el/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/el/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/el/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/el/sc/source/core/src.po4
-rw-r--r--translations/source/el/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/el/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/el/sc/source/ui/docshell.po4
-rw-r--r--translations/source/el/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/el/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/el/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/el/sc/source/ui/navipi.po9
-rw-r--r--translations/source/el/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/el/sc/source/ui/src.po268
-rw-r--r--translations/source/el/sc/source/ui/styleui.po4
-rw-r--r--translations/source/el/scaddins/source/analysis.po4
-rw-r--r--translations/source/el/scaddins/source/datefunc.po4
-rw-r--r--translations/source/el/sccomp/source/solver.po4
-rw-r--r--translations/source/el/scp2/source/accessories.po4
-rw-r--r--translations/source/el/scp2/source/activex.po4
-rw-r--r--translations/source/el/scp2/source/base.po4
-rw-r--r--translations/source/el/scp2/source/binfilter.po4
-rw-r--r--translations/source/el/scp2/source/calc.po4
-rw-r--r--translations/source/el/scp2/source/draw.po4
-rw-r--r--translations/source/el/scp2/source/extensions.po4
-rw-r--r--translations/source/el/scp2/source/gnome.po4
-rw-r--r--translations/source/el/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/el/scp2/source/impress.po4
-rw-r--r--translations/source/el/scp2/source/javafilter.po4
-rw-r--r--translations/source/el/scp2/source/kde.po4
-rw-r--r--translations/source/el/scp2/source/math.po4
-rw-r--r--translations/source/el/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/el/scp2/source/ooo.po688
-rw-r--r--translations/source/el/scp2/source/python.po8
-rw-r--r--translations/source/el/scp2/source/quickstart.po4
-rw-r--r--translations/source/el/scp2/source/sdkoo.po4
-rw-r--r--translations/source/el/scp2/source/testtool.po4
-rw-r--r--translations/source/el/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/el/scp2/source/writer.po4
-rw-r--r--translations/source/el/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/el/scripting/source/pyprov.po10
-rw-r--r--translations/source/el/sd/source/core.po4
-rw-r--r--translations/source/el/sd/source/filter/html.po4
-rw-r--r--translations/source/el/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/el/sd/source/ui/animations.po4
-rw-r--r--translations/source/el/sd/source/ui/annotations.po4
-rw-r--r--translations/source/el/sd/source/ui/app.po4
-rw-r--r--translations/source/el/sd/source/ui/dlg.po4
-rw-r--r--translations/source/el/sd/source/ui/notes.po4
-rw-r--r--translations/source/el/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/el/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/el/sd/source/ui/table.po4
-rw-r--r--translations/source/el/sd/source/ui/view.po4
-rw-r--r--translations/source/el/sdext/source/minimizer.po6
-rw-r--r--translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/el/sdext/source/pdfimport.po16
-rw-r--r--translations/source/el/sdext/source/presenter.po6
-rw-r--r--translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/el/setup_native/source/mac.po4
-rw-r--r--translations/source/el/sfx2/source/appl.po4
-rw-r--r--translations/source/el/sfx2/source/bastyp.po4
-rw-r--r--translations/source/el/sfx2/source/dialog.po4
-rw-r--r--translations/source/el/sfx2/source/doc.po4
-rw-r--r--translations/source/el/sfx2/source/menu.po4
-rw-r--r--translations/source/el/sfx2/source/view.po4
-rw-r--r--translations/source/el/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/el/starmath/source.po36
-rw-r--r--translations/source/el/svl/source/items.po4
-rw-r--r--translations/source/el/svl/source/misc.po165
-rw-r--r--translations/source/el/svtools/source/contnr.po4
-rw-r--r--translations/source/el/svtools/source/control.po4
-rw-r--r--translations/source/el/svtools/source/dialogs.po4
-rw-r--r--translations/source/el/svtools/source/filter.po4
-rw-r--r--translations/source/el/svtools/source/java.po4
-rw-r--r--translations/source/el/svtools/source/misc.po8
-rw-r--r--translations/source/el/svtools/source/plugapp.po4
-rw-r--r--translations/source/el/svtools/source/toolpanel.po4
-rw-r--r--translations/source/el/svtools/workben/unodialog.po4
-rw-r--r--translations/source/el/svx/inc.po4
-rw-r--r--translations/source/el/svx/source/accessibility.po4
-rw-r--r--translations/source/el/svx/source/dialog.po45
-rw-r--r--translations/source/el/svx/source/engine3d.po4
-rw-r--r--translations/source/el/svx/source/fmcomp.po4
-rw-r--r--translations/source/el/svx/source/form.po4
-rw-r--r--translations/source/el/svx/source/gallery2.po4
-rw-r--r--translations/source/el/svx/source/items.po4
-rw-r--r--translations/source/el/svx/source/src.po4
-rw-r--r--translations/source/el/svx/source/stbctrls.po4
-rw-r--r--translations/source/el/svx/source/svdraw.po4
-rw-r--r--translations/source/el/svx/source/table.po4
-rw-r--r--translations/source/el/svx/source/tbxctrls.po4
-rw-r--r--translations/source/el/svx/source/toolbars.po4
-rw-r--r--translations/source/el/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/el/sw/source/core/layout.po6
-rw-r--r--translations/source/el/sw/source/core/undo.po4
-rw-r--r--translations/source/el/sw/source/core/unocore.po4
-rw-r--r--translations/source/el/sw/source/ui/app.po28
-rw-r--r--translations/source/el/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/el/sw/source/ui/config.po56
-rw-r--r--translations/source/el/sw/source/ui/dbui.po4
-rw-r--r--translations/source/el/sw/source/ui/dialog.po8
-rw-r--r--translations/source/el/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/el/sw/source/ui/docvw.po4
-rw-r--r--translations/source/el/sw/source/ui/envelp.po4
-rw-r--r--translations/source/el/sw/source/ui/fldui.po4
-rw-r--r--translations/source/el/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/el/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/el/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/el/sw/source/ui/index.po4
-rw-r--r--translations/source/el/sw/source/ui/lingu.po8
-rw-r--r--translations/source/el/sw/source/ui/misc.po4
-rw-r--r--translations/source/el/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/el/sw/source/ui/shells.po4
-rw-r--r--translations/source/el/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/el/sw/source/ui/table.po44
-rw-r--r--translations/source/el/sw/source/ui/uiview.po4
-rw-r--r--translations/source/el/sw/source/ui/utlui.po194
-rw-r--r--translations/source/el/sw/source/ui/web.po4
-rw-r--r--translations/source/el/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/el/swext/mediawiki/help.po91
-rw-r--r--translations/source/el/swext/mediawiki/src.po6
-rw-r--r--translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/el/sysui/desktop/share.po4
-rw-r--r--translations/source/el/uui/source.po4
-rw-r--r--translations/source/el/vcl/source/src.po82
-rw-r--r--translations/source/el/wizards/source/euro.po4
-rw-r--r--translations/source/el/wizards/source/formwizard.po4
-rw-r--r--translations/source/el/wizards/source/importwizard.po4
-rw-r--r--translations/source/el/wizards/source/schedule.po4
-rw-r--r--translations/source/el/wizards/source/template.po4
-rw-r--r--translations/source/el/xmlsecurity/source/component.po4
-rw-r--r--translations/source/el/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/en-GB/accessibility/source/helper.po4
-rw-r--r--translations/source/en-GB/avmedia/source/framework.po4
-rw-r--r--translations/source/en-GB/avmedia/source/viewer.po4
-rw-r--r--translations/source/en-GB/basctl/source/basicide.po12
-rw-r--r--translations/source/en-GB/basctl/source/dlged.po4
-rw-r--r--translations/source/en-GB/basic/source/app.po4
-rw-r--r--translations/source/en-GB/basic/source/classes.po4
-rw-r--r--translations/source/en-GB/basic/source/sbx.po4
-rw-r--r--translations/source/en-GB/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/en-GB/connectivity/source/resource.po9
-rw-r--r--translations/source/en-GB/crashrep/source/all.po4
-rw-r--r--translations/source/en-GB/cui/source/customize.po4
-rw-r--r--translations/source/en-GB/cui/source/dialogs.po66
-rw-r--r--translations/source/en-GB/cui/source/options.po56
-rw-r--r--translations/source/en-GB/cui/source/tabpages.po10
-rw-r--r--translations/source/en-GB/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/en-GB/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/app.po21
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/en-GB/desktop/source/app.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/en-GB/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/en-GB/desktop/win32/source/setup.po4
-rw-r--r--translations/source/en-GB/dictionaries/af_ZA.po13
-rw-r--r--translations/source/en-GB/dictionaries/ar.po13
-rw-r--r--translations/source/en-GB/dictionaries/be_BY.po19
-rw-r--r--translations/source/en-GB/dictionaries/bg_BG.po13
-rw-r--r--translations/source/en-GB/dictionaries/bn_BD.po13
-rw-r--r--translations/source/en-GB/dictionaries/br_FR.po13
-rw-r--r--translations/source/en-GB/dictionaries/ca.po13
-rw-r--r--translations/source/en-GB/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/en-GB/dictionaries/da_DK.po13
-rw-r--r--translations/source/en-GB/dictionaries/de.po13
-rw-r--r--translations/source/en-GB/dictionaries/el_GR.po19
-rw-r--r--translations/source/en-GB/dictionaries/en.po13
-rw-r--r--translations/source/en-GB/dictionaries/es_ES.po13
-rw-r--r--translations/source/en-GB/dictionaries/et_EE.po13
-rw-r--r--translations/source/en-GB/dictionaries/fr_FR.po13
-rw-r--r--translations/source/en-GB/dictionaries/gd_GB.po19
-rw-r--r--translations/source/en-GB/dictionaries/gl.po13
-rw-r--r--translations/source/en-GB/dictionaries/gu_IN.po13
-rw-r--r--translations/source/en-GB/dictionaries/he_IL.po13
-rw-r--r--translations/source/en-GB/dictionaries/hi_IN.po13
-rw-r--r--translations/source/en-GB/dictionaries/hr_HR.po13
-rw-r--r--translations/source/en-GB/dictionaries/hu_HU.po13
-rw-r--r--translations/source/en-GB/dictionaries/it_IT.po13
-rw-r--r--translations/source/en-GB/dictionaries/ku_TR.po13
-rw-r--r--translations/source/en-GB/dictionaries/lt_LT.po13
-rw-r--r--translations/source/en-GB/dictionaries/lv_LV.po13
-rw-r--r--translations/source/en-GB/dictionaries/ne_NP.po13
-rw-r--r--translations/source/en-GB/dictionaries/nl_NL.po13
-rw-r--r--translations/source/en-GB/dictionaries/no.po13
-rw-r--r--translations/source/en-GB/dictionaries/oc_FR.po13
-rw-r--r--translations/source/en-GB/dictionaries/pl_PL.po13
-rw-r--r--translations/source/en-GB/dictionaries/pt_BR.po13
-rw-r--r--translations/source/en-GB/dictionaries/pt_PT.po13
-rw-r--r--translations/source/en-GB/dictionaries/ro.po13
-rw-r--r--translations/source/en-GB/dictionaries/ru_RU.po13
-rw-r--r--translations/source/en-GB/dictionaries/sk_SK.po13
-rw-r--r--translations/source/en-GB/dictionaries/sl_SI.po13
-rw-r--r--translations/source/en-GB/dictionaries/sr.po13
-rw-r--r--translations/source/en-GB/dictionaries/sv_SE.po13
-rw-r--r--translations/source/en-GB/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/en-GB/dictionaries/te_IN.po19
-rw-r--r--translations/source/en-GB/dictionaries/th_TH.po13
-rw-r--r--translations/source/en-GB/dictionaries/uk_UA.po13
-rw-r--r--translations/source/en-GB/dictionaries/vi.po13
-rw-r--r--translations/source/en-GB/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/en-GB/editeng/source/accessibility.po4
-rw-r--r--translations/source/en-GB/editeng/source/editeng.po8
-rw-r--r--translations/source/en-GB/editeng/source/items.po4
-rw-r--r--translations/source/en-GB/editeng/source/misc.po4
-rw-r--r--translations/source/en-GB/editeng/source/outliner.po4
-rw-r--r--translations/source/en-GB/extensions/source/abpilot.po8
-rw-r--r--translations/source/en-GB/extensions/source/bibliography.po4
-rw-r--r--translations/source/en-GB/extensions/source/dbpilots.po4
-rw-r--r--translations/source/en-GB/extensions/source/propctrlr.po4
-rw-r--r--translations/source/en-GB/extensions/source/scanner.po10
-rw-r--r--translations/source/en-GB/extensions/source/update/check.po9
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/en-GB/filter/source/flash.po4
-rw-r--r--translations/source/en-GB/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/en-GB/filter/source/pdf.po12
-rw-r--r--translations/source/en-GB/filter/source/t602.po4
-rw-r--r--translations/source/en-GB/filter/source/xsltdialog.po13
-rw-r--r--translations/source/en-GB/forms/source/resource.po4
-rw-r--r--translations/source/en-GB/formula/source/core/resource.po16
-rw-r--r--translations/source/en-GB/formula/source/ui/dlg.po4
-rw-r--r--translations/source/en-GB/fpicker/source/office.po4
-rw-r--r--translations/source/en-GB/framework/source/classes.po4
-rw-r--r--translations/source/en-GB/framework/source/services.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/01.po369
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/guide.po15
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/01.po19
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw.po17
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared.po32
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/00.po18
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/01.po156
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/02.po17
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/autopi.po7
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/guide.po81
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/optionen.po68
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress.po12
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/02.po39
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/01.po189
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/01.po12
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/guide.po36
-rw-r--r--translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/en-GB/mysqlc/source.po16
-rw-r--r--translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po45
-rw-r--r--translations/source/en-GB/padmin/source.po4
-rw-r--r--translations/source/en-GB/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/en-GB/reportbuilder/util.po17
-rw-r--r--translations/source/en-GB/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/en-GB/sc/source/core/src.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/en-GB/sc/source/ui/docshell.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/en-GB/sc/source/ui/navipi.po9
-rw-r--r--translations/source/en-GB/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/en-GB/sc/source/ui/src.po339
-rw-r--r--translations/source/en-GB/sc/source/ui/styleui.po4
-rw-r--r--translations/source/en-GB/scaddins/source/analysis.po4
-rw-r--r--translations/source/en-GB/scaddins/source/datefunc.po4
-rw-r--r--translations/source/en-GB/sccomp/source/solver.po4
-rw-r--r--translations/source/en-GB/scp2/source/accessories.po4
-rw-r--r--translations/source/en-GB/scp2/source/activex.po4
-rw-r--r--translations/source/en-GB/scp2/source/base.po4
-rw-r--r--translations/source/en-GB/scp2/source/binfilter.po4
-rw-r--r--translations/source/en-GB/scp2/source/calc.po8
-rw-r--r--translations/source/en-GB/scp2/source/draw.po4
-rw-r--r--translations/source/en-GB/scp2/source/extensions.po4
-rw-r--r--translations/source/en-GB/scp2/source/gnome.po4
-rw-r--r--translations/source/en-GB/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/en-GB/scp2/source/impress.po4
-rw-r--r--translations/source/en-GB/scp2/source/javafilter.po4
-rw-r--r--translations/source/en-GB/scp2/source/kde.po4
-rw-r--r--translations/source/en-GB/scp2/source/math.po4
-rw-r--r--translations/source/en-GB/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/en-GB/scp2/source/ooo.po1012
-rw-r--r--translations/source/en-GB/scp2/source/python.po8
-rw-r--r--translations/source/en-GB/scp2/source/quickstart.po4
-rw-r--r--translations/source/en-GB/scp2/source/sdkoo.po4
-rw-r--r--translations/source/en-GB/scp2/source/testtool.po4
-rw-r--r--translations/source/en-GB/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/en-GB/scp2/source/writer.po4
-rw-r--r--translations/source/en-GB/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/en-GB/scripting/source/pyprov.po17
-rw-r--r--translations/source/en-GB/sd/source/core.po4
-rw-r--r--translations/source/en-GB/sd/source/filter/html.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/animations.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/annotations.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/app.po21
-rw-r--r--translations/source/en-GB/sd/source/ui/dlg.po8
-rw-r--r--translations/source/en-GB/sd/source/ui/notes.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/table.po4
-rw-r--r--translations/source/en-GB/sd/source/ui/view.po4
-rw-r--r--translations/source/en-GB/sdext/source/minimizer.po15
-rw-r--r--translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/en-GB/sdext/source/pdfimport.po17
-rw-r--r--translations/source/en-GB/sdext/source/presenter.po15
-rw-r--r--translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/en-GB/setup_native/source/mac.po4
-rw-r--r--translations/source/en-GB/sfx2/source/appl.po4
-rw-r--r--translations/source/en-GB/sfx2/source/bastyp.po4
-rw-r--r--translations/source/en-GB/sfx2/source/dialog.po13
-rw-r--r--translations/source/en-GB/sfx2/source/doc.po4
-rw-r--r--translations/source/en-GB/sfx2/source/menu.po4
-rw-r--r--translations/source/en-GB/sfx2/source/view.po4
-rw-r--r--translations/source/en-GB/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/en-GB/starmath/source.po41
-rw-r--r--translations/source/en-GB/svl/source/items.po4
-rw-r--r--translations/source/en-GB/svl/source/misc.po166
-rw-r--r--translations/source/en-GB/svtools/source/contnr.po4
-rw-r--r--translations/source/en-GB/svtools/source/control.po4
-rw-r--r--translations/source/en-GB/svtools/source/dialogs.po4
-rw-r--r--translations/source/en-GB/svtools/source/filter.po4
-rw-r--r--translations/source/en-GB/svtools/source/java.po9
-rw-r--r--translations/source/en-GB/svtools/source/misc.po14
-rw-r--r--translations/source/en-GB/svtools/source/plugapp.po4
-rw-r--r--translations/source/en-GB/svtools/source/toolpanel.po4
-rw-r--r--translations/source/en-GB/svtools/workben/unodialog.po4
-rw-r--r--translations/source/en-GB/svx/inc.po10
-rw-r--r--translations/source/en-GB/svx/source/accessibility.po4
-rw-r--r--translations/source/en-GB/svx/source/dialog.po46
-rw-r--r--translations/source/en-GB/svx/source/engine3d.po4
-rw-r--r--translations/source/en-GB/svx/source/fmcomp.po4
-rw-r--r--translations/source/en-GB/svx/source/form.po4
-rw-r--r--translations/source/en-GB/svx/source/gallery2.po4
-rw-r--r--translations/source/en-GB/svx/source/items.po4
-rw-r--r--translations/source/en-GB/svx/source/src.po4
-rw-r--r--translations/source/en-GB/svx/source/stbctrls.po4
-rw-r--r--translations/source/en-GB/svx/source/svdraw.po4
-rw-r--r--translations/source/en-GB/svx/source/table.po4
-rw-r--r--translations/source/en-GB/svx/source/tbxctrls.po4
-rw-r--r--translations/source/en-GB/svx/source/toolbars.po4
-rw-r--r--translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/en-GB/sw/source/core/layout.po15
-rw-r--r--translations/source/en-GB/sw/source/core/undo.po13
-rw-r--r--translations/source/en-GB/sw/source/core/unocore.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/app.po36
-rw-r--r--translations/source/en-GB/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/en-GB/sw/source/ui/config.po60
-rw-r--r--translations/source/en-GB/sw/source/ui/dbui.po12
-rw-r--r--translations/source/en-GB/sw/source/ui/dialog.po8
-rw-r--r--translations/source/en-GB/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/docvw.po14
-rw-r--r--translations/source/en-GB/sw/source/ui/envelp.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/fldui.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/index.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/lingu.po8
-rw-r--r--translations/source/en-GB/sw/source/ui/misc.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/en-GB/sw/source/ui/shells.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/table.po44
-rw-r--r--translations/source/en-GB/sw/source/ui/uiview.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/utlui.po187
-rw-r--r--translations/source/en-GB/sw/source/ui/web.po4
-rw-r--r--translations/source/en-GB/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/en-GB/swext/mediawiki/help.po91
-rw-r--r--translations/source/en-GB/swext/mediawiki/src.po12
-rw-r--r--translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/en-GB/sysui/desktop/share.po7
-rw-r--r--translations/source/en-GB/uui/source.po10
-rw-r--r--translations/source/en-GB/vcl/source/src.po84
-rw-r--r--translations/source/en-GB/wizards/source/euro.po8
-rw-r--r--translations/source/en-GB/wizards/source/formwizard.po4
-rw-r--r--translations/source/en-GB/wizards/source/importwizard.po32
-rw-r--r--translations/source/en-GB/wizards/source/schedule.po4
-rw-r--r--translations/source/en-GB/wizards/source/template.po4
-rw-r--r--translations/source/en-GB/xmlsecurity/source/component.po4
-rw-r--r--translations/source/en-GB/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/en-ZA/accessibility/source/helper.po4
-rw-r--r--translations/source/en-ZA/avmedia/source/framework.po4
-rw-r--r--translations/source/en-ZA/avmedia/source/viewer.po4
-rw-r--r--translations/source/en-ZA/basctl/source/basicide.po12
-rw-r--r--translations/source/en-ZA/basctl/source/dlged.po4
-rw-r--r--translations/source/en-ZA/basic/source/app.po4
-rw-r--r--translations/source/en-ZA/basic/source/classes.po4
-rw-r--r--translations/source/en-ZA/basic/source/sbx.po4
-rw-r--r--translations/source/en-ZA/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/en-ZA/connectivity/source/resource.po4
-rw-r--r--translations/source/en-ZA/crashrep/source/all.po4
-rw-r--r--translations/source/en-ZA/cui/source/customize.po4
-rw-r--r--translations/source/en-ZA/cui/source/dialogs.po12
-rw-r--r--translations/source/en-ZA/cui/source/options.po44
-rw-r--r--translations/source/en-ZA/cui/source/tabpages.po8
-rw-r--r--translations/source/en-ZA/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/en-ZA/desktop/source/app.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/en-ZA/desktop/win32/source/setup.po4
-rw-r--r--translations/source/en-ZA/dictionaries/af_ZA.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ar.po6
-rw-r--r--translations/source/en-ZA/dictionaries/be_BY.po19
-rw-r--r--translations/source/en-ZA/dictionaries/bg_BG.po6
-rw-r--r--translations/source/en-ZA/dictionaries/bn_BD.po6
-rw-r--r--translations/source/en-ZA/dictionaries/br_FR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ca.po6
-rw-r--r--translations/source/en-ZA/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/en-ZA/dictionaries/da_DK.po6
-rw-r--r--translations/source/en-ZA/dictionaries/de.po6
-rw-r--r--translations/source/en-ZA/dictionaries/el_GR.po19
-rw-r--r--translations/source/en-ZA/dictionaries/en.po6
-rw-r--r--translations/source/en-ZA/dictionaries/es_ES.po6
-rw-r--r--translations/source/en-ZA/dictionaries/et_EE.po6
-rw-r--r--translations/source/en-ZA/dictionaries/fr_FR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/gd_GB.po19
-rw-r--r--translations/source/en-ZA/dictionaries/gl.po6
-rw-r--r--translations/source/en-ZA/dictionaries/gu_IN.po6
-rw-r--r--translations/source/en-ZA/dictionaries/he_IL.po6
-rw-r--r--translations/source/en-ZA/dictionaries/hi_IN.po6
-rw-r--r--translations/source/en-ZA/dictionaries/hr_HR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/hu_HU.po6
-rw-r--r--translations/source/en-ZA/dictionaries/it_IT.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ku_TR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/lt_LT.po6
-rw-r--r--translations/source/en-ZA/dictionaries/lv_LV.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ne_NP.po6
-rw-r--r--translations/source/en-ZA/dictionaries/nl_NL.po6
-rw-r--r--translations/source/en-ZA/dictionaries/no.po6
-rw-r--r--translations/source/en-ZA/dictionaries/oc_FR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/pl_PL.po6
-rw-r--r--translations/source/en-ZA/dictionaries/pt_BR.po6
-rw-r--r--translations/source/en-ZA/dictionaries/pt_PT.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ro.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ru_RU.po6
-rw-r--r--translations/source/en-ZA/dictionaries/sk_SK.po6
-rw-r--r--translations/source/en-ZA/dictionaries/sl_SI.po6
-rw-r--r--translations/source/en-ZA/dictionaries/sr.po6
-rw-r--r--translations/source/en-ZA/dictionaries/sv_SE.po6
-rw-r--r--translations/source/en-ZA/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/en-ZA/dictionaries/te_IN.po19
-rw-r--r--translations/source/en-ZA/dictionaries/th_TH.po6
-rw-r--r--translations/source/en-ZA/dictionaries/uk_UA.po6
-rw-r--r--translations/source/en-ZA/dictionaries/vi.po6
-rw-r--r--translations/source/en-ZA/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/en-ZA/editeng/source/accessibility.po4
-rw-r--r--translations/source/en-ZA/editeng/source/editeng.po4
-rw-r--r--translations/source/en-ZA/editeng/source/items.po4
-rw-r--r--translations/source/en-ZA/editeng/source/misc.po4
-rw-r--r--translations/source/en-ZA/editeng/source/outliner.po4
-rw-r--r--translations/source/en-ZA/extensions/source/abpilot.po4
-rw-r--r--translations/source/en-ZA/extensions/source/bibliography.po4
-rw-r--r--translations/source/en-ZA/extensions/source/dbpilots.po4
-rw-r--r--translations/source/en-ZA/extensions/source/propctrlr.po4
-rw-r--r--translations/source/en-ZA/extensions/source/scanner.po8
-rw-r--r--translations/source/en-ZA/extensions/source/update/check.po4
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/en-ZA/filter/source/flash.po4
-rw-r--r--translations/source/en-ZA/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/en-ZA/filter/source/pdf.po4
-rw-r--r--translations/source/en-ZA/filter/source/t602.po4
-rw-r--r--translations/source/en-ZA/filter/source/xsltdialog.po8
-rw-r--r--translations/source/en-ZA/forms/source/resource.po4
-rw-r--r--translations/source/en-ZA/formula/source/core/resource.po4
-rw-r--r--translations/source/en-ZA/formula/source/ui/dlg.po4
-rw-r--r--translations/source/en-ZA/fpicker/source/office.po4
-rw-r--r--translations/source/en-ZA/framework/source/classes.po4
-rw-r--r--translations/source/en-ZA/framework/source/services.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/en-ZA/mysqlc/source.po12
-rw-r--r--translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/en-ZA/padmin/source.po4
-rw-r--r--translations/source/en-ZA/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/en-ZA/reportbuilder/util.po8
-rw-r--r--translations/source/en-ZA/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/en-ZA/sc/source/core/src.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/docshell.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/en-ZA/sc/source/ui/navipi.po11
-rw-r--r--translations/source/en-ZA/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/en-ZA/sc/source/ui/src.po268
-rw-r--r--translations/source/en-ZA/sc/source/ui/styleui.po4
-rw-r--r--translations/source/en-ZA/scaddins/source/analysis.po4
-rw-r--r--translations/source/en-ZA/scaddins/source/datefunc.po4
-rw-r--r--translations/source/en-ZA/sccomp/source/solver.po4
-rw-r--r--translations/source/en-ZA/scp2/source/accessories.po4
-rw-r--r--translations/source/en-ZA/scp2/source/activex.po4
-rw-r--r--translations/source/en-ZA/scp2/source/base.po4
-rw-r--r--translations/source/en-ZA/scp2/source/binfilter.po4
-rw-r--r--translations/source/en-ZA/scp2/source/calc.po4
-rw-r--r--translations/source/en-ZA/scp2/source/draw.po4
-rw-r--r--translations/source/en-ZA/scp2/source/extensions.po4
-rw-r--r--translations/source/en-ZA/scp2/source/gnome.po4
-rw-r--r--translations/source/en-ZA/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/en-ZA/scp2/source/impress.po4
-rw-r--r--translations/source/en-ZA/scp2/source/javafilter.po4
-rw-r--r--translations/source/en-ZA/scp2/source/kde.po4
-rw-r--r--translations/source/en-ZA/scp2/source/math.po4
-rw-r--r--translations/source/en-ZA/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/en-ZA/scp2/source/ooo.po689
-rw-r--r--translations/source/en-ZA/scp2/source/python.po8
-rw-r--r--translations/source/en-ZA/scp2/source/quickstart.po4
-rw-r--r--translations/source/en-ZA/scp2/source/sdkoo.po4
-rw-r--r--translations/source/en-ZA/scp2/source/testtool.po4
-rw-r--r--translations/source/en-ZA/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/en-ZA/scp2/source/writer.po4
-rw-r--r--translations/source/en-ZA/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/en-ZA/scripting/source/pyprov.po10
-rw-r--r--translations/source/en-ZA/sd/source/core.po4
-rw-r--r--translations/source/en-ZA/sd/source/filter/html.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/animations.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/annotations.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/app.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/dlg.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/notes.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/table.po4
-rw-r--r--translations/source/en-ZA/sd/source/ui/view.po4
-rw-r--r--translations/source/en-ZA/sdext/source/minimizer.po6
-rw-r--r--translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/en-ZA/sdext/source/pdfimport.po16
-rw-r--r--translations/source/en-ZA/sdext/source/presenter.po6
-rw-r--r--translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/en-ZA/setup_native/source/mac.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/appl.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/bastyp.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/dialog.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/doc.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/menu.po4
-rw-r--r--translations/source/en-ZA/sfx2/source/view.po4
-rw-r--r--translations/source/en-ZA/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/en-ZA/starmath/source.po36
-rw-r--r--translations/source/en-ZA/svl/source/items.po4
-rw-r--r--translations/source/en-ZA/svl/source/misc.po165
-rw-r--r--translations/source/en-ZA/svtools/source/contnr.po4
-rw-r--r--translations/source/en-ZA/svtools/source/control.po4
-rw-r--r--translations/source/en-ZA/svtools/source/dialogs.po4
-rw-r--r--translations/source/en-ZA/svtools/source/filter.po4
-rw-r--r--translations/source/en-ZA/svtools/source/java.po4
-rw-r--r--translations/source/en-ZA/svtools/source/misc.po8
-rw-r--r--translations/source/en-ZA/svtools/source/plugapp.po4
-rw-r--r--translations/source/en-ZA/svtools/source/toolpanel.po4
-rw-r--r--translations/source/en-ZA/svtools/workben/unodialog.po4
-rw-r--r--translations/source/en-ZA/svx/inc.po4
-rw-r--r--translations/source/en-ZA/svx/source/accessibility.po4
-rw-r--r--translations/source/en-ZA/svx/source/dialog.po45
-rw-r--r--translations/source/en-ZA/svx/source/engine3d.po4
-rw-r--r--translations/source/en-ZA/svx/source/fmcomp.po4
-rw-r--r--translations/source/en-ZA/svx/source/form.po4
-rw-r--r--translations/source/en-ZA/svx/source/gallery2.po4
-rw-r--r--translations/source/en-ZA/svx/source/items.po4
-rw-r--r--translations/source/en-ZA/svx/source/src.po4
-rw-r--r--translations/source/en-ZA/svx/source/stbctrls.po4
-rw-r--r--translations/source/en-ZA/svx/source/svdraw.po4
-rw-r--r--translations/source/en-ZA/svx/source/table.po4
-rw-r--r--translations/source/en-ZA/svx/source/tbxctrls.po4
-rw-r--r--translations/source/en-ZA/svx/source/toolbars.po4
-rw-r--r--translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/en-ZA/sw/source/core/layout.po6
-rw-r--r--translations/source/en-ZA/sw/source/core/undo.po4
-rw-r--r--translations/source/en-ZA/sw/source/core/unocore.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/app.po28
-rw-r--r--translations/source/en-ZA/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/en-ZA/sw/source/ui/config.po56
-rw-r--r--translations/source/en-ZA/sw/source/ui/dbui.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/dialog.po8
-rw-r--r--translations/source/en-ZA/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/docvw.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/envelp.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/fldui.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/index.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/lingu.po8
-rw-r--r--translations/source/en-ZA/sw/source/ui/misc.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/en-ZA/sw/source/ui/shells.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/table.po46
-rw-r--r--translations/source/en-ZA/sw/source/ui/uiview.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/utlui.po194
-rw-r--r--translations/source/en-ZA/sw/source/ui/web.po4
-rw-r--r--translations/source/en-ZA/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/en-ZA/swext/mediawiki/help.po93
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src.po6
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/en-ZA/sysui/desktop/share.po4
-rw-r--r--translations/source/en-ZA/uui/source.po4
-rw-r--r--translations/source/en-ZA/vcl/source/src.po84
-rw-r--r--translations/source/en-ZA/wizards/source/euro.po4
-rw-r--r--translations/source/en-ZA/wizards/source/formwizard.po4
-rw-r--r--translations/source/en-ZA/wizards/source/importwizard.po4
-rw-r--r--translations/source/en-ZA/wizards/source/schedule.po4
-rw-r--r--translations/source/en-ZA/wizards/source/template.po4
-rw-r--r--translations/source/en-ZA/xmlsecurity/source/component.po4
-rw-r--r--translations/source/en-ZA/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/eo/accessibility/source/helper.po4
-rw-r--r--translations/source/eo/avmedia/source/framework.po4
-rw-r--r--translations/source/eo/avmedia/source/viewer.po4
-rw-r--r--translations/source/eo/basctl/source/basicide.po15
-rw-r--r--translations/source/eo/basctl/source/dlged.po4
-rw-r--r--translations/source/eo/basic/source/app.po4
-rw-r--r--translations/source/eo/basic/source/classes.po4
-rw-r--r--translations/source/eo/basic/source/sbx.po4
-rw-r--r--translations/source/eo/chart2/source/controller/dialogs.po39
-rw-r--r--translations/source/eo/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/eo/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/eo/connectivity/source/resource.po13
-rw-r--r--translations/source/eo/crashrep/source/all.po4
-rw-r--r--translations/source/eo/cui/source/customize.po9
-rw-r--r--translations/source/eo/cui/source/dialogs.po783
-rw-r--r--translations/source/eo/cui/source/options.po1167
-rw-r--r--translations/source/eo/cui/source/tabpages.po1869
-rw-r--r--translations/source/eo/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/eo/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/eo/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/eo/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/app.po21
-rw-r--r--translations/source/eo/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/eo/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/eo/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/eo/desktop/source/app.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/eo/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/component.po11
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/eo/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/eo/desktop/win32/source/setup.po9
-rw-r--r--translations/source/eo/dictionaries/af_ZA.po12
-rw-r--r--translations/source/eo/dictionaries/ar.po12
-rw-r--r--translations/source/eo/dictionaries/be_BY.po19
-rw-r--r--translations/source/eo/dictionaries/bg_BG.po12
-rw-r--r--translations/source/eo/dictionaries/bn_BD.po12
-rw-r--r--translations/source/eo/dictionaries/br_FR.po12
-rw-r--r--translations/source/eo/dictionaries/ca.po12
-rw-r--r--translations/source/eo/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/eo/dictionaries/da_DK.po12
-rw-r--r--translations/source/eo/dictionaries/de.po12
-rw-r--r--translations/source/eo/dictionaries/el_GR.po19
-rw-r--r--translations/source/eo/dictionaries/en.po12
-rw-r--r--translations/source/eo/dictionaries/es_ES.po12
-rw-r--r--translations/source/eo/dictionaries/et_EE.po12
-rw-r--r--translations/source/eo/dictionaries/fr_FR.po12
-rw-r--r--translations/source/eo/dictionaries/gd_GB.po19
-rw-r--r--translations/source/eo/dictionaries/gl.po12
-rw-r--r--translations/source/eo/dictionaries/gu_IN.po12
-rw-r--r--translations/source/eo/dictionaries/he_IL.po12
-rw-r--r--translations/source/eo/dictionaries/hi_IN.po12
-rw-r--r--translations/source/eo/dictionaries/hr_HR.po12
-rw-r--r--translations/source/eo/dictionaries/hu_HU.po12
-rw-r--r--translations/source/eo/dictionaries/it_IT.po12
-rw-r--r--translations/source/eo/dictionaries/ku_TR.po12
-rw-r--r--translations/source/eo/dictionaries/lt_LT.po12
-rw-r--r--translations/source/eo/dictionaries/lv_LV.po12
-rw-r--r--translations/source/eo/dictionaries/ne_NP.po12
-rw-r--r--translations/source/eo/dictionaries/nl_NL.po12
-rw-r--r--translations/source/eo/dictionaries/no.po12
-rw-r--r--translations/source/eo/dictionaries/oc_FR.po12
-rw-r--r--translations/source/eo/dictionaries/pl_PL.po12
-rw-r--r--translations/source/eo/dictionaries/pt_BR.po12
-rw-r--r--translations/source/eo/dictionaries/pt_PT.po12
-rw-r--r--translations/source/eo/dictionaries/ro.po12
-rw-r--r--translations/source/eo/dictionaries/ru_RU.po12
-rw-r--r--translations/source/eo/dictionaries/sk_SK.po12
-rw-r--r--translations/source/eo/dictionaries/sl_SI.po12
-rw-r--r--translations/source/eo/dictionaries/sr.po12
-rw-r--r--translations/source/eo/dictionaries/sv_SE.po12
-rw-r--r--translations/source/eo/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/eo/dictionaries/te_IN.po19
-rw-r--r--translations/source/eo/dictionaries/th_TH.po12
-rw-r--r--translations/source/eo/dictionaries/uk_UA.po12
-rw-r--r--translations/source/eo/dictionaries/vi.po12
-rw-r--r--translations/source/eo/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/eo/editeng/source/accessibility.po4
-rw-r--r--translations/source/eo/editeng/source/editeng.po8
-rw-r--r--translations/source/eo/editeng/source/items.po12
-rw-r--r--translations/source/eo/editeng/source/misc.po4
-rw-r--r--translations/source/eo/editeng/source/outliner.po4
-rw-r--r--translations/source/eo/extensions/source/abpilot.po10
-rw-r--r--translations/source/eo/extensions/source/bibliography.po4
-rw-r--r--translations/source/eo/extensions/source/dbpilots.po4
-rw-r--r--translations/source/eo/extensions/source/propctrlr.po4
-rw-r--r--translations/source/eo/extensions/source/scanner.po12
-rw-r--r--translations/source/eo/extensions/source/update/check.po9
-rw-r--r--translations/source/eo/filter/source/config/fragments/filters.po9
-rw-r--r--translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/eo/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/eo/filter/source/flash.po4
-rw-r--r--translations/source/eo/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/eo/filter/source/pdf.po12
-rw-r--r--translations/source/eo/filter/source/t602.po4
-rw-r--r--translations/source/eo/filter/source/xsltdialog.po11
-rw-r--r--translations/source/eo/forms/source/resource.po4
-rw-r--r--translations/source/eo/formula/source/core/resource.po4
-rw-r--r--translations/source/eo/formula/source/ui/dlg.po4
-rw-r--r--translations/source/eo/fpicker/source/office.po4
-rw-r--r--translations/source/eo/framework/source/classes.po4
-rw-r--r--translations/source/eo/framework/source/services.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared.po16
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc.po73
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/01.po232
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/05.po66
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart.po148
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw.po35
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared.po20
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress.po59
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath.po18
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/01.po173
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter.po78
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter/guide.po27
-rw-r--r--translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/eo/mysqlc/source.po16
-rw-r--r--translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/eo/officecfg/registry/data/org/openoffice/Office.po2313
-rw-r--r--translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po875
-rw-r--r--translations/source/eo/padmin/source.po4
-rw-r--r--translations/source/eo/readlicense_oo/docs/readme.po261
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po15
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/eo/reportbuilder/util.po16
-rw-r--r--translations/source/eo/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/eo/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/eo/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/eo/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/eo/sc/source/core/src.po4
-rw-r--r--translations/source/eo/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/eo/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/eo/sc/source/ui/docshell.po4
-rw-r--r--translations/source/eo/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/eo/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/eo/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/eo/sc/source/ui/navipi.po11
-rw-r--r--translations/source/eo/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/eo/sc/source/ui/src.po343
-rw-r--r--translations/source/eo/sc/source/ui/styleui.po4
-rw-r--r--translations/source/eo/scaddins/source/analysis.po799
-rw-r--r--translations/source/eo/scaddins/source/datefunc.po4
-rw-r--r--translations/source/eo/sccomp/source/solver.po4
-rw-r--r--translations/source/eo/scp2/source/accessories.po20
-rw-r--r--translations/source/eo/scp2/source/activex.po4
-rw-r--r--translations/source/eo/scp2/source/base.po4
-rw-r--r--translations/source/eo/scp2/source/binfilter.po4
-rw-r--r--translations/source/eo/scp2/source/calc.po4
-rw-r--r--translations/source/eo/scp2/source/draw.po4
-rw-r--r--translations/source/eo/scp2/source/extensions.po112
-rw-r--r--translations/source/eo/scp2/source/gnome.po4
-rw-r--r--translations/source/eo/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/eo/scp2/source/impress.po4
-rw-r--r--translations/source/eo/scp2/source/javafilter.po4
-rw-r--r--translations/source/eo/scp2/source/kde.po4
-rw-r--r--translations/source/eo/scp2/source/math.po4
-rw-r--r--translations/source/eo/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/eo/scp2/source/ooo.po994
-rw-r--r--translations/source/eo/scp2/source/python.po8
-rw-r--r--translations/source/eo/scp2/source/quickstart.po4
-rw-r--r--translations/source/eo/scp2/source/sdkoo.po4
-rw-r--r--translations/source/eo/scp2/source/testtool.po4
-rw-r--r--translations/source/eo/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/eo/scp2/source/writer.po4
-rw-r--r--translations/source/eo/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/eo/scripting/source/pyprov.po16
-rw-r--r--translations/source/eo/sd/source/core.po4
-rw-r--r--translations/source/eo/sd/source/filter/html.po4
-rw-r--r--translations/source/eo/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/eo/sd/source/ui/animations.po4
-rw-r--r--translations/source/eo/sd/source/ui/annotations.po4
-rw-r--r--translations/source/eo/sd/source/ui/app.po19
-rw-r--r--translations/source/eo/sd/source/ui/dlg.po8
-rw-r--r--translations/source/eo/sd/source/ui/notes.po4
-rw-r--r--translations/source/eo/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/eo/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/eo/sd/source/ui/table.po4
-rw-r--r--translations/source/eo/sd/source/ui/view.po4
-rw-r--r--translations/source/eo/sdext/source/minimizer.po14
-rw-r--r--translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po116
-rw-r--r--translations/source/eo/sdext/source/pdfimport.po17
-rw-r--r--translations/source/eo/sdext/source/presenter.po14
-rw-r--r--translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po79
-rw-r--r--translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po82
-rw-r--r--translations/source/eo/setup_native/source/mac.po4
-rw-r--r--translations/source/eo/sfx2/source/appl.po7
-rw-r--r--translations/source/eo/sfx2/source/bastyp.po4
-rw-r--r--translations/source/eo/sfx2/source/dialog.po16
-rw-r--r--translations/source/eo/sfx2/source/doc.po4
-rw-r--r--translations/source/eo/sfx2/source/menu.po4
-rw-r--r--translations/source/eo/sfx2/source/view.po4
-rw-r--r--translations/source/eo/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/eo/starmath/source.po36
-rw-r--r--translations/source/eo/svl/source/items.po4
-rw-r--r--translations/source/eo/svl/source/misc.po165
-rw-r--r--translations/source/eo/svtools/source/contnr.po4
-rw-r--r--translations/source/eo/svtools/source/control.po4
-rw-r--r--translations/source/eo/svtools/source/dialogs.po4
-rw-r--r--translations/source/eo/svtools/source/filter.po4
-rw-r--r--translations/source/eo/svtools/source/java.po11
-rw-r--r--translations/source/eo/svtools/source/misc.po72
-rw-r--r--translations/source/eo/svtools/source/plugapp.po4
-rw-r--r--translations/source/eo/svtools/source/toolpanel.po12
-rw-r--r--translations/source/eo/svtools/workben/unodialog.po4
-rw-r--r--translations/source/eo/svx/inc.po10
-rw-r--r--translations/source/eo/svx/source/accessibility.po4
-rw-r--r--translations/source/eo/svx/source/dialog.po46
-rw-r--r--translations/source/eo/svx/source/engine3d.po4
-rw-r--r--translations/source/eo/svx/source/fmcomp.po4
-rw-r--r--translations/source/eo/svx/source/form.po4
-rw-r--r--translations/source/eo/svx/source/gallery2.po13
-rw-r--r--translations/source/eo/svx/source/items.po4
-rw-r--r--translations/source/eo/svx/source/src.po4
-rw-r--r--translations/source/eo/svx/source/stbctrls.po4
-rw-r--r--translations/source/eo/svx/source/svdraw.po13
-rw-r--r--translations/source/eo/svx/source/table.po4
-rw-r--r--translations/source/eo/svx/source/tbxctrls.po14
-rw-r--r--translations/source/eo/svx/source/toolbars.po4
-rw-r--r--translations/source/eo/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/eo/sw/source/core/layout.po14
-rw-r--r--translations/source/eo/sw/source/core/undo.po13
-rw-r--r--translations/source/eo/sw/source/core/unocore.po4
-rw-r--r--translations/source/eo/sw/source/ui/app.po29
-rw-r--r--translations/source/eo/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/eo/sw/source/ui/config.po60
-rw-r--r--translations/source/eo/sw/source/ui/dbui.po14
-rw-r--r--translations/source/eo/sw/source/ui/dialog.po8
-rw-r--r--translations/source/eo/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/eo/sw/source/ui/docvw.po50
-rw-r--r--translations/source/eo/sw/source/ui/envelp.po4
-rw-r--r--translations/source/eo/sw/source/ui/fldui.po4
-rw-r--r--translations/source/eo/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/eo/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/eo/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/eo/sw/source/ui/index.po10
-rw-r--r--translations/source/eo/sw/source/ui/lingu.po8
-rw-r--r--translations/source/eo/sw/source/ui/misc.po10
-rw-r--r--translations/source/eo/sw/source/ui/ribbar.po20
-rw-r--r--translations/source/eo/sw/source/ui/shells.po4
-rw-r--r--translations/source/eo/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/eo/sw/source/ui/table.po47
-rw-r--r--translations/source/eo/sw/source/ui/uiview.po4
-rw-r--r--translations/source/eo/sw/source/ui/utlui.po187
-rw-r--r--translations/source/eo/sw/source/ui/web.po4
-rw-r--r--translations/source/eo/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/eo/swext/mediawiki/help.po185
-rw-r--r--translations/source/eo/swext/mediawiki/src.po12
-rw-r--r--translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/eo/sysui/desktop/share.po7
-rw-r--r--translations/source/eo/uui/source.po10
-rw-r--r--translations/source/eo/vcl/source/src.po87
-rw-r--r--translations/source/eo/wizards/source/euro.po10
-rw-r--r--translations/source/eo/wizards/source/formwizard.po4
-rw-r--r--translations/source/eo/wizards/source/importwizard.po34
-rw-r--r--translations/source/eo/wizards/source/schedule.po4
-rw-r--r--translations/source/eo/wizards/source/template.po4
-rw-r--r--translations/source/eo/xmlsecurity/source/component.po4
-rw-r--r--translations/source/eo/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/es/accessibility/source/helper.po4
-rw-r--r--translations/source/es/avmedia/source/framework.po4
-rw-r--r--translations/source/es/avmedia/source/viewer.po4
-rw-r--r--translations/source/es/basctl/source/basicide.po12
-rw-r--r--translations/source/es/basctl/source/dlged.po4
-rw-r--r--translations/source/es/basic/source/app.po4
-rw-r--r--translations/source/es/basic/source/classes.po4
-rw-r--r--translations/source/es/basic/source/sbx.po4
-rw-r--r--translations/source/es/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/es/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/es/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/es/connectivity/source/resource.po4
-rw-r--r--translations/source/es/crashrep/source/all.po4
-rw-r--r--translations/source/es/cui/source/customize.po12
-rw-r--r--translations/source/es/cui/source/dialogs.po46
-rw-r--r--translations/source/es/cui/source/options.po44
-rw-r--r--translations/source/es/cui/source/tabpages.po8
-rw-r--r--translations/source/es/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/es/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/es/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/es/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/es/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/es/desktop/source/app.po4
-rw-r--r--translations/source/es/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/es/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/es/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/es/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/es/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/es/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/es/desktop/win32/source/setup.po4
-rw-r--r--translations/source/es/dictionaries/af_ZA.po6
-rw-r--r--translations/source/es/dictionaries/ar.po6
-rw-r--r--translations/source/es/dictionaries/be_BY.po19
-rw-r--r--translations/source/es/dictionaries/bg_BG.po6
-rw-r--r--translations/source/es/dictionaries/bn_BD.po6
-rw-r--r--translations/source/es/dictionaries/br_FR.po6
-rw-r--r--translations/source/es/dictionaries/ca.po6
-rw-r--r--translations/source/es/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/es/dictionaries/da_DK.po6
-rw-r--r--translations/source/es/dictionaries/de.po6
-rw-r--r--translations/source/es/dictionaries/el_GR.po19
-rw-r--r--translations/source/es/dictionaries/en.po6
-rw-r--r--translations/source/es/dictionaries/es_ES.po6
-rw-r--r--translations/source/es/dictionaries/et_EE.po6
-rw-r--r--translations/source/es/dictionaries/fr_FR.po6
-rw-r--r--translations/source/es/dictionaries/gd_GB.po19
-rw-r--r--translations/source/es/dictionaries/gl.po6
-rw-r--r--translations/source/es/dictionaries/gu_IN.po6
-rw-r--r--translations/source/es/dictionaries/he_IL.po6
-rw-r--r--translations/source/es/dictionaries/hi_IN.po6
-rw-r--r--translations/source/es/dictionaries/hr_HR.po6
-rw-r--r--translations/source/es/dictionaries/hu_HU.po6
-rw-r--r--translations/source/es/dictionaries/it_IT.po6
-rw-r--r--translations/source/es/dictionaries/ku_TR.po6
-rw-r--r--translations/source/es/dictionaries/lt_LT.po6
-rw-r--r--translations/source/es/dictionaries/lv_LV.po6
-rw-r--r--translations/source/es/dictionaries/ne_NP.po6
-rw-r--r--translations/source/es/dictionaries/nl_NL.po6
-rw-r--r--translations/source/es/dictionaries/no.po6
-rw-r--r--translations/source/es/dictionaries/oc_FR.po6
-rw-r--r--translations/source/es/dictionaries/pl_PL.po6
-rw-r--r--translations/source/es/dictionaries/pt_BR.po6
-rw-r--r--translations/source/es/dictionaries/pt_PT.po6
-rw-r--r--translations/source/es/dictionaries/ro.po6
-rw-r--r--translations/source/es/dictionaries/ru_RU.po6
-rw-r--r--translations/source/es/dictionaries/sk_SK.po6
-rw-r--r--translations/source/es/dictionaries/sl_SI.po6
-rw-r--r--translations/source/es/dictionaries/sr.po6
-rw-r--r--translations/source/es/dictionaries/sv_SE.po6
-rw-r--r--translations/source/es/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/es/dictionaries/te_IN.po19
-rw-r--r--translations/source/es/dictionaries/th_TH.po6
-rw-r--r--translations/source/es/dictionaries/uk_UA.po6
-rw-r--r--translations/source/es/dictionaries/vi.po6
-rw-r--r--translations/source/es/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/es/editeng/source/accessibility.po4
-rw-r--r--translations/source/es/editeng/source/editeng.po4
-rw-r--r--translations/source/es/editeng/source/items.po4
-rw-r--r--translations/source/es/editeng/source/misc.po4
-rw-r--r--translations/source/es/editeng/source/outliner.po4
-rw-r--r--translations/source/es/extensions/source/abpilot.po4
-rw-r--r--translations/source/es/extensions/source/bibliography.po4
-rw-r--r--translations/source/es/extensions/source/dbpilots.po4
-rw-r--r--translations/source/es/extensions/source/propctrlr.po4
-rw-r--r--translations/source/es/extensions/source/scanner.po8
-rw-r--r--translations/source/es/extensions/source/update/check.po4
-rw-r--r--translations/source/es/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/es/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/es/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/es/filter/source/flash.po4
-rw-r--r--translations/source/es/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/es/filter/source/pdf.po4
-rw-r--r--translations/source/es/filter/source/t602.po4
-rw-r--r--translations/source/es/filter/source/xsltdialog.po8
-rw-r--r--translations/source/es/forms/source/resource.po4
-rw-r--r--translations/source/es/formula/source/core/resource.po10
-rw-r--r--translations/source/es/formula/source/ui/dlg.po4
-rw-r--r--translations/source/es/fpicker/source/office.po4
-rw-r--r--translations/source/es/framework/source/classes.po4
-rw-r--r--translations/source/es/framework/source/services.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/es/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/02.po15
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/es/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/guide.po37
-rw-r--r--translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/es/mysqlc/source.po12
-rw-r--r--translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/es/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/es/padmin/source.po4
-rw-r--r--translations/source/es/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/es/reportbuilder/util.po8
-rw-r--r--translations/source/es/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/es/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/es/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/es/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/es/sc/source/core/src.po4
-rw-r--r--translations/source/es/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/es/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/es/sc/source/ui/docshell.po4
-rw-r--r--translations/source/es/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/es/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/es/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/es/sc/source/ui/navipi.po11
-rw-r--r--translations/source/es/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/es/sc/source/ui/src.po268
-rw-r--r--translations/source/es/sc/source/ui/styleui.po4
-rw-r--r--translations/source/es/scaddins/source/analysis.po4
-rw-r--r--translations/source/es/scaddins/source/datefunc.po4
-rw-r--r--translations/source/es/sccomp/source/solver.po4
-rw-r--r--translations/source/es/scp2/source/accessories.po4
-rw-r--r--translations/source/es/scp2/source/activex.po4
-rw-r--r--translations/source/es/scp2/source/base.po4
-rw-r--r--translations/source/es/scp2/source/binfilter.po4
-rw-r--r--translations/source/es/scp2/source/calc.po4
-rw-r--r--translations/source/es/scp2/source/draw.po4
-rw-r--r--translations/source/es/scp2/source/extensions.po4
-rw-r--r--translations/source/es/scp2/source/gnome.po4
-rw-r--r--translations/source/es/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/es/scp2/source/impress.po4
-rw-r--r--translations/source/es/scp2/source/javafilter.po4
-rw-r--r--translations/source/es/scp2/source/kde.po4
-rw-r--r--translations/source/es/scp2/source/math.po4
-rw-r--r--translations/source/es/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/es/scp2/source/ooo.po669
-rw-r--r--translations/source/es/scp2/source/python.po8
-rw-r--r--translations/source/es/scp2/source/quickstart.po4
-rw-r--r--translations/source/es/scp2/source/sdkoo.po4
-rw-r--r--translations/source/es/scp2/source/testtool.po4
-rw-r--r--translations/source/es/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/es/scp2/source/writer.po4
-rw-r--r--translations/source/es/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/es/scripting/source/pyprov.po10
-rw-r--r--translations/source/es/sd/source/core.po4
-rw-r--r--translations/source/es/sd/source/filter/html.po4
-rw-r--r--translations/source/es/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/es/sd/source/ui/animations.po4
-rw-r--r--translations/source/es/sd/source/ui/annotations.po4
-rw-r--r--translations/source/es/sd/source/ui/app.po4
-rw-r--r--translations/source/es/sd/source/ui/dlg.po4
-rw-r--r--translations/source/es/sd/source/ui/notes.po4
-rw-r--r--translations/source/es/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/es/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/es/sd/source/ui/table.po4
-rw-r--r--translations/source/es/sd/source/ui/view.po4
-rw-r--r--translations/source/es/sdext/source/minimizer.po6
-rw-r--r--translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/es/sdext/source/pdfimport.po16
-rw-r--r--translations/source/es/sdext/source/presenter.po6
-rw-r--r--translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/es/setup_native/source/mac.po4
-rw-r--r--translations/source/es/sfx2/source/appl.po4
-rw-r--r--translations/source/es/sfx2/source/bastyp.po4
-rw-r--r--translations/source/es/sfx2/source/dialog.po4
-rw-r--r--translations/source/es/sfx2/source/doc.po4
-rw-r--r--translations/source/es/sfx2/source/menu.po4
-rw-r--r--translations/source/es/sfx2/source/view.po4
-rw-r--r--translations/source/es/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/es/starmath/source.po36
-rw-r--r--translations/source/es/svl/source/items.po4
-rw-r--r--translations/source/es/svl/source/misc.po165
-rw-r--r--translations/source/es/svtools/source/contnr.po4
-rw-r--r--translations/source/es/svtools/source/control.po4
-rw-r--r--translations/source/es/svtools/source/dialogs.po4
-rw-r--r--translations/source/es/svtools/source/filter.po4
-rw-r--r--translations/source/es/svtools/source/java.po4
-rw-r--r--translations/source/es/svtools/source/misc.po8
-rw-r--r--translations/source/es/svtools/source/plugapp.po4
-rw-r--r--translations/source/es/svtools/source/toolpanel.po4
-rw-r--r--translations/source/es/svtools/workben/unodialog.po4
-rw-r--r--translations/source/es/svx/inc.po4
-rw-r--r--translations/source/es/svx/source/accessibility.po4
-rw-r--r--translations/source/es/svx/source/dialog.po48
-rw-r--r--translations/source/es/svx/source/engine3d.po4
-rw-r--r--translations/source/es/svx/source/fmcomp.po4
-rw-r--r--translations/source/es/svx/source/form.po4
-rw-r--r--translations/source/es/svx/source/gallery2.po4
-rw-r--r--translations/source/es/svx/source/items.po4
-rw-r--r--translations/source/es/svx/source/src.po4
-rw-r--r--translations/source/es/svx/source/stbctrls.po4
-rw-r--r--translations/source/es/svx/source/svdraw.po4
-rw-r--r--translations/source/es/svx/source/table.po4
-rw-r--r--translations/source/es/svx/source/tbxctrls.po4
-rw-r--r--translations/source/es/svx/source/toolbars.po4
-rw-r--r--translations/source/es/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/es/sw/source/core/layout.po6
-rw-r--r--translations/source/es/sw/source/core/undo.po4
-rw-r--r--translations/source/es/sw/source/core/unocore.po4
-rw-r--r--translations/source/es/sw/source/ui/app.po28
-rw-r--r--translations/source/es/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/es/sw/source/ui/config.po56
-rw-r--r--translations/source/es/sw/source/ui/dbui.po4
-rw-r--r--translations/source/es/sw/source/ui/dialog.po8
-rw-r--r--translations/source/es/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/es/sw/source/ui/docvw.po4
-rw-r--r--translations/source/es/sw/source/ui/envelp.po4
-rw-r--r--translations/source/es/sw/source/ui/fldui.po4
-rw-r--r--translations/source/es/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/es/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/es/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/es/sw/source/ui/index.po4
-rw-r--r--translations/source/es/sw/source/ui/lingu.po8
-rw-r--r--translations/source/es/sw/source/ui/misc.po4
-rw-r--r--translations/source/es/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/es/sw/source/ui/shells.po4
-rw-r--r--translations/source/es/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/es/sw/source/ui/table.po48
-rw-r--r--translations/source/es/sw/source/ui/uiview.po4
-rw-r--r--translations/source/es/sw/source/ui/utlui.po194
-rw-r--r--translations/source/es/sw/source/ui/web.po4
-rw-r--r--translations/source/es/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/es/swext/mediawiki/help.po93
-rw-r--r--translations/source/es/swext/mediawiki/src.po6
-rw-r--r--translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/es/sysui/desktop/share.po4
-rw-r--r--translations/source/es/uui/source.po4
-rw-r--r--translations/source/es/vcl/source/src.po84
-rw-r--r--translations/source/es/wizards/source/euro.po4
-rw-r--r--translations/source/es/wizards/source/formwizard.po4
-rw-r--r--translations/source/es/wizards/source/importwizard.po4
-rw-r--r--translations/source/es/wizards/source/schedule.po4
-rw-r--r--translations/source/es/wizards/source/template.po4
-rw-r--r--translations/source/es/xmlsecurity/source/component.po4
-rw-r--r--translations/source/es/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/et/accessibility/source/helper.po4
-rw-r--r--translations/source/et/avmedia/source/framework.po4
-rw-r--r--translations/source/et/avmedia/source/viewer.po4
-rw-r--r--translations/source/et/basctl/source/basicide.po15
-rw-r--r--translations/source/et/basctl/source/dlged.po4
-rw-r--r--translations/source/et/basic/source/app.po4
-rw-r--r--translations/source/et/basic/source/classes.po4
-rw-r--r--translations/source/et/basic/source/sbx.po4
-rw-r--r--translations/source/et/chart2/source/controller/dialogs.po11
-rw-r--r--translations/source/et/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/evoab2.po10
-rw-r--r--translations/source/et/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/mysql.po8
-rw-r--r--translations/source/et/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/et/connectivity/source/drivers/postgresql.po29
-rw-r--r--translations/source/et/connectivity/source/resource.po7
-rw-r--r--translations/source/et/crashrep/source/all.po4
-rw-r--r--translations/source/et/cui/source/customize.po4
-rw-r--r--translations/source/et/cui/source/dialogs.po73
-rw-r--r--translations/source/et/cui/source/options.po68
-rw-r--r--translations/source/et/cui/source/tabpages.po13
-rw-r--r--translations/source/et/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/et/dbaccess/source/ext/adabas.po7
-rw-r--r--translations/source/et/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/et/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/et/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/et/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/et/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/et/desktop/source/app.po4
-rw-r--r--translations/source/et/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/et/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/et/desktop/source/deployment/misc.po27
-rw-r--r--translations/source/et/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/et/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/et/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/et/desktop/win32/source/setup.po4
-rw-r--r--translations/source/et/dictionaries/af_ZA.po12
-rw-r--r--translations/source/et/dictionaries/ar.po12
-rw-r--r--translations/source/et/dictionaries/be_BY.po20
-rw-r--r--translations/source/et/dictionaries/bg_BG.po12
-rw-r--r--translations/source/et/dictionaries/bn_BD.po12
-rw-r--r--translations/source/et/dictionaries/br_FR.po12
-rw-r--r--translations/source/et/dictionaries/ca.po12
-rw-r--r--translations/source/et/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/et/dictionaries/da_DK.po12
-rw-r--r--translations/source/et/dictionaries/de.po12
-rw-r--r--translations/source/et/dictionaries/el_GR.po20
-rw-r--r--translations/source/et/dictionaries/en.po12
-rw-r--r--translations/source/et/dictionaries/es_ES.po12
-rw-r--r--translations/source/et/dictionaries/et_EE.po12
-rw-r--r--translations/source/et/dictionaries/fr_FR.po12
-rw-r--r--translations/source/et/dictionaries/gd_GB.po20
-rw-r--r--translations/source/et/dictionaries/gl.po12
-rw-r--r--translations/source/et/dictionaries/gu_IN.po12
-rw-r--r--translations/source/et/dictionaries/he_IL.po12
-rw-r--r--translations/source/et/dictionaries/hi_IN.po12
-rw-r--r--translations/source/et/dictionaries/hr_HR.po12
-rw-r--r--translations/source/et/dictionaries/hu_HU.po12
-rw-r--r--translations/source/et/dictionaries/it_IT.po12
-rw-r--r--translations/source/et/dictionaries/ku_TR.po12
-rw-r--r--translations/source/et/dictionaries/lt_LT.po12
-rw-r--r--translations/source/et/dictionaries/lv_LV.po12
-rw-r--r--translations/source/et/dictionaries/ne_NP.po12
-rw-r--r--translations/source/et/dictionaries/nl_NL.po12
-rw-r--r--translations/source/et/dictionaries/no.po12
-rw-r--r--translations/source/et/dictionaries/oc_FR.po12
-rw-r--r--translations/source/et/dictionaries/pl_PL.po12
-rw-r--r--translations/source/et/dictionaries/pt_BR.po12
-rw-r--r--translations/source/et/dictionaries/pt_PT.po12
-rw-r--r--translations/source/et/dictionaries/ro.po12
-rw-r--r--translations/source/et/dictionaries/ru_RU.po12
-rw-r--r--translations/source/et/dictionaries/sk_SK.po12
-rw-r--r--translations/source/et/dictionaries/sl_SI.po12
-rw-r--r--translations/source/et/dictionaries/sr.po12
-rw-r--r--translations/source/et/dictionaries/sv_SE.po12
-rw-r--r--translations/source/et/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/et/dictionaries/te_IN.po20
-rw-r--r--translations/source/et/dictionaries/th_TH.po12
-rw-r--r--translations/source/et/dictionaries/uk_UA.po12
-rw-r--r--translations/source/et/dictionaries/vi.po12
-rw-r--r--translations/source/et/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/et/editeng/source/accessibility.po4
-rw-r--r--translations/source/et/editeng/source/editeng.po8
-rw-r--r--translations/source/et/editeng/source/items.po4
-rw-r--r--translations/source/et/editeng/source/misc.po4
-rw-r--r--translations/source/et/editeng/source/outliner.po4
-rw-r--r--translations/source/et/extensions/source/abpilot.po10
-rw-r--r--translations/source/et/extensions/source/bibliography.po4
-rw-r--r--translations/source/et/extensions/source/dbpilots.po4
-rw-r--r--translations/source/et/extensions/source/propctrlr.po8
-rw-r--r--translations/source/et/extensions/source/scanner.po10
-rw-r--r--translations/source/et/extensions/source/update/check.po9
-rw-r--r--translations/source/et/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/et/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/et/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/et/filter/source/flash.po4
-rw-r--r--translations/source/et/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/et/filter/source/pdf.po14
-rw-r--r--translations/source/et/filter/source/t602.po4
-rw-r--r--translations/source/et/filter/source/xsltdialog.po13
-rw-r--r--translations/source/et/forms/source/resource.po4
-rw-r--r--translations/source/et/formula/source/core/resource.po16
-rw-r--r--translations/source/et/formula/source/ui/dlg.po4
-rw-r--r--translations/source/et/fpicker/source/office.po4
-rw-r--r--translations/source/et/framework/source/classes.po4
-rw-r--r--translations/source/et/framework/source/services.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/01.po266
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/et/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/01.po98
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/guide.po60
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/optionen.po37
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/et/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/guide.po26
-rw-r--r--translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--translations/source/et/mysqlc/source.po16
-rw-r--r--translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po8
-rw-r--r--translations/source/et/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--translations/source/et/padmin/source.po4
-rw-r--r--translations/source/et/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/et/reportbuilder/util.po16
-rw-r--r--translations/source/et/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/et/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/et/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/et/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/et/sc/source/core/src.po4
-rw-r--r--translations/source/et/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/et/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/et/sc/source/ui/docshell.po4
-rw-r--r--translations/source/et/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/et/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/et/sc/source/ui/miscdlgs.po10
-rw-r--r--translations/source/et/sc/source/ui/navipi.po8
-rw-r--r--translations/source/et/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/et/sc/source/ui/src.po361
-rw-r--r--translations/source/et/sc/source/ui/styleui.po4
-rw-r--r--translations/source/et/scaddins/source/analysis.po16
-rw-r--r--translations/source/et/scaddins/source/datefunc.po4
-rw-r--r--translations/source/et/sccomp/source/solver.po4
-rw-r--r--translations/source/et/scp2/source/accessories.po10
-rw-r--r--translations/source/et/scp2/source/activex.po4
-rw-r--r--translations/source/et/scp2/source/base.po4
-rw-r--r--translations/source/et/scp2/source/binfilter.po4
-rw-r--r--translations/source/et/scp2/source/calc.po8
-rw-r--r--translations/source/et/scp2/source/draw.po4
-rw-r--r--translations/source/et/scp2/source/extensions.po18
-rw-r--r--translations/source/et/scp2/source/gnome.po4
-rw-r--r--translations/source/et/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/et/scp2/source/impress.po4
-rw-r--r--translations/source/et/scp2/source/javafilter.po4
-rw-r--r--translations/source/et/scp2/source/kde.po4
-rw-r--r--translations/source/et/scp2/source/math.po4
-rw-r--r--translations/source/et/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/et/scp2/source/ooo.po993
-rw-r--r--translations/source/et/scp2/source/python.po10
-rw-r--r--translations/source/et/scp2/source/quickstart.po4
-rw-r--r--translations/source/et/scp2/source/sdkoo.po4
-rw-r--r--translations/source/et/scp2/source/testtool.po4
-rw-r--r--translations/source/et/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/et/scp2/source/writer.po8
-rw-r--r--translations/source/et/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/et/scripting/source/pyprov.po16
-rw-r--r--translations/source/et/sd/source/core.po4
-rw-r--r--translations/source/et/sd/source/filter/html.po8
-rw-r--r--translations/source/et/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/et/sd/source/ui/animations.po4
-rw-r--r--translations/source/et/sd/source/ui/annotations.po4
-rw-r--r--translations/source/et/sd/source/ui/app.po19
-rw-r--r--translations/source/et/sd/source/ui/dlg.po8
-rw-r--r--translations/source/et/sd/source/ui/notes.po4
-rw-r--r--translations/source/et/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/et/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/et/sd/source/ui/table.po4
-rw-r--r--translations/source/et/sd/source/ui/view.po4
-rw-r--r--translations/source/et/sdext/source/minimizer.po14
-rw-r--r--translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po28
-rw-r--r--translations/source/et/sdext/source/pdfimport.po17
-rw-r--r--translations/source/et/sdext/source/presenter.po14
-rw-r--r--translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/et/setup_native/source/mac.po4
-rw-r--r--translations/source/et/sfx2/source/appl.po8
-rw-r--r--translations/source/et/sfx2/source/bastyp.po4
-rw-r--r--translations/source/et/sfx2/source/dialog.po13
-rw-r--r--translations/source/et/sfx2/source/doc.po4
-rw-r--r--translations/source/et/sfx2/source/menu.po4
-rw-r--r--translations/source/et/sfx2/source/view.po8
-rw-r--r--translations/source/et/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/et/starmath/source.po59
-rw-r--r--translations/source/et/svl/source/items.po4
-rw-r--r--translations/source/et/svl/source/misc.po166
-rw-r--r--translations/source/et/svtools/source/contnr.po4
-rw-r--r--translations/source/et/svtools/source/control.po4
-rw-r--r--translations/source/et/svtools/source/dialogs.po4
-rw-r--r--translations/source/et/svtools/source/filter.po4
-rw-r--r--translations/source/et/svtools/source/java.po9
-rw-r--r--translations/source/et/svtools/source/misc.po22
-rw-r--r--translations/source/et/svtools/source/plugapp.po4
-rw-r--r--translations/source/et/svtools/source/toolpanel.po4
-rw-r--r--translations/source/et/svtools/workben/unodialog.po4
-rw-r--r--translations/source/et/svx/inc.po10
-rw-r--r--translations/source/et/svx/source/accessibility.po4
-rw-r--r--translations/source/et/svx/source/dialog.po58
-rw-r--r--translations/source/et/svx/source/engine3d.po4
-rw-r--r--translations/source/et/svx/source/fmcomp.po4
-rw-r--r--translations/source/et/svx/source/form.po4
-rw-r--r--translations/source/et/svx/source/gallery2.po4
-rw-r--r--translations/source/et/svx/source/items.po4
-rw-r--r--translations/source/et/svx/source/src.po4
-rw-r--r--translations/source/et/svx/source/stbctrls.po4
-rw-r--r--translations/source/et/svx/source/svdraw.po4
-rw-r--r--translations/source/et/svx/source/table.po4
-rw-r--r--translations/source/et/svx/source/tbxctrls.po4
-rw-r--r--translations/source/et/svx/source/toolbars.po4
-rw-r--r--translations/source/et/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--translations/source/et/sw/source/core/layout.po14
-rw-r--r--translations/source/et/sw/source/core/undo.po15
-rw-r--r--translations/source/et/sw/source/core/unocore.po4
-rw-r--r--translations/source/et/sw/source/ui/app.po30
-rw-r--r--translations/source/et/sw/source/ui/chrdlg.po13
-rw-r--r--translations/source/et/sw/source/ui/config.po60
-rw-r--r--translations/source/et/sw/source/ui/dbui.po12
-rw-r--r--translations/source/et/sw/source/ui/dialog.po10
-rw-r--r--translations/source/et/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/et/sw/source/ui/docvw.po14
-rw-r--r--translations/source/et/sw/source/ui/envelp.po4
-rw-r--r--translations/source/et/sw/source/ui/fldui.po4
-rw-r--r--translations/source/et/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/et/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/et/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/et/sw/source/ui/index.po4
-rw-r--r--translations/source/et/sw/source/ui/lingu.po10
-rw-r--r--translations/source/et/sw/source/ui/misc.po8
-rw-r--r--translations/source/et/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/et/sw/source/ui/shells.po4
-rw-r--r--translations/source/et/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/et/sw/source/ui/table.po42
-rw-r--r--translations/source/et/sw/source/ui/uiview.po4
-rw-r--r--translations/source/et/sw/source/ui/utlui.po187
-rw-r--r--translations/source/et/sw/source/ui/web.po4
-rw-r--r--translations/source/et/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/et/swext/mediawiki/help.po112
-rw-r--r--translations/source/et/swext/mediawiki/src.po12
-rw-r--r--translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--translations/source/et/sysui/desktop/share.po9
-rw-r--r--translations/source/et/uui/source.po10
-rw-r--r--translations/source/et/vcl/source/src.po88
-rw-r--r--translations/source/et/wizards/source/euro.po8
-rw-r--r--translations/source/et/wizards/source/formwizard.po10
-rw-r--r--translations/source/et/wizards/source/importwizard.po46
-rw-r--r--translations/source/et/wizards/source/schedule.po4
-rw-r--r--translations/source/et/wizards/source/template.po4
-rw-r--r--translations/source/et/xmlsecurity/source/component.po4
-rw-r--r--translations/source/et/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/eu/accessibility/source/helper.po4
-rw-r--r--translations/source/eu/avmedia/source/framework.po4
-rw-r--r--translations/source/eu/avmedia/source/viewer.po4
-rw-r--r--translations/source/eu/basctl/source/basicide.po12
-rw-r--r--translations/source/eu/basctl/source/dlged.po4
-rw-r--r--translations/source/eu/basic/source/app.po4
-rw-r--r--translations/source/eu/basic/source/classes.po4
-rw-r--r--translations/source/eu/basic/source/sbx.po4
-rw-r--r--translations/source/eu/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/eu/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/eu/connectivity/source/resource.po4
-rw-r--r--translations/source/eu/crashrep/source/all.po4
-rw-r--r--translations/source/eu/cui/source/customize.po4
-rw-r--r--translations/source/eu/cui/source/dialogs.po33
-rw-r--r--translations/source/eu/cui/source/options.po42
-rw-r--r--translations/source/eu/cui/source/tabpages.po8
-rw-r--r--translations/source/eu/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/eu/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/eu/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/eu/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/eu/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/eu/desktop/source/app.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/eu/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/eu/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/eu/desktop/win32/source/setup.po4
-rw-r--r--translations/source/eu/dictionaries/af_ZA.po6
-rw-r--r--translations/source/eu/dictionaries/ar.po6
-rw-r--r--translations/source/eu/dictionaries/be_BY.po19
-rw-r--r--translations/source/eu/dictionaries/bg_BG.po6
-rw-r--r--translations/source/eu/dictionaries/bn_BD.po6
-rw-r--r--translations/source/eu/dictionaries/br_FR.po6
-rw-r--r--translations/source/eu/dictionaries/ca.po6
-rw-r--r--translations/source/eu/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/eu/dictionaries/da_DK.po6
-rw-r--r--translations/source/eu/dictionaries/de.po6
-rw-r--r--translations/source/eu/dictionaries/el_GR.po19
-rw-r--r--translations/source/eu/dictionaries/en.po6
-rw-r--r--translations/source/eu/dictionaries/es_ES.po6
-rw-r--r--translations/source/eu/dictionaries/et_EE.po6
-rw-r--r--translations/source/eu/dictionaries/fr_FR.po6
-rw-r--r--translations/source/eu/dictionaries/gd_GB.po19
-rw-r--r--translations/source/eu/dictionaries/gl.po6
-rw-r--r--translations/source/eu/dictionaries/gu_IN.po6
-rw-r--r--translations/source/eu/dictionaries/he_IL.po6
-rw-r--r--translations/source/eu/dictionaries/hi_IN.po6
-rw-r--r--translations/source/eu/dictionaries/hr_HR.po6
-rw-r--r--translations/source/eu/dictionaries/hu_HU.po6
-rw-r--r--translations/source/eu/dictionaries/it_IT.po6
-rw-r--r--translations/source/eu/dictionaries/ku_TR.po6
-rw-r--r--translations/source/eu/dictionaries/lt_LT.po6
-rw-r--r--translations/source/eu/dictionaries/lv_LV.po6
-rw-r--r--translations/source/eu/dictionaries/ne_NP.po6
-rw-r--r--translations/source/eu/dictionaries/nl_NL.po6
-rw-r--r--translations/source/eu/dictionaries/no.po6
-rw-r--r--translations/source/eu/dictionaries/oc_FR.po6
-rw-r--r--translations/source/eu/dictionaries/pl_PL.po6
-rw-r--r--translations/source/eu/dictionaries/pt_BR.po6
-rw-r--r--translations/source/eu/dictionaries/pt_PT.po6
-rw-r--r--translations/source/eu/dictionaries/ro.po6
-rw-r--r--translations/source/eu/dictionaries/ru_RU.po6
-rw-r--r--translations/source/eu/dictionaries/sk_SK.po6
-rw-r--r--translations/source/eu/dictionaries/sl_SI.po6
-rw-r--r--translations/source/eu/dictionaries/sr.po6
-rw-r--r--translations/source/eu/dictionaries/sv_SE.po6
-rw-r--r--translations/source/eu/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/eu/dictionaries/te_IN.po19
-rw-r--r--translations/source/eu/dictionaries/th_TH.po6
-rw-r--r--translations/source/eu/dictionaries/uk_UA.po6
-rw-r--r--translations/source/eu/dictionaries/vi.po6
-rw-r--r--translations/source/eu/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/eu/editeng/source/accessibility.po4
-rw-r--r--translations/source/eu/editeng/source/editeng.po4
-rw-r--r--translations/source/eu/editeng/source/items.po4
-rw-r--r--translations/source/eu/editeng/source/misc.po4
-rw-r--r--translations/source/eu/editeng/source/outliner.po4
-rw-r--r--translations/source/eu/extensions/source/abpilot.po4
-rw-r--r--translations/source/eu/extensions/source/bibliography.po4
-rw-r--r--translations/source/eu/extensions/source/dbpilots.po4
-rw-r--r--translations/source/eu/extensions/source/propctrlr.po4
-rw-r--r--translations/source/eu/extensions/source/scanner.po8
-rw-r--r--translations/source/eu/extensions/source/update/check.po4
-rw-r--r--translations/source/eu/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/eu/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/eu/filter/source/flash.po4
-rw-r--r--translations/source/eu/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/eu/filter/source/pdf.po4
-rw-r--r--translations/source/eu/filter/source/t602.po4
-rw-r--r--translations/source/eu/filter/source/xsltdialog.po8
-rw-r--r--translations/source/eu/forms/source/resource.po4
-rw-r--r--translations/source/eu/formula/source/core/resource.po4
-rw-r--r--translations/source/eu/formula/source/ui/dlg.po4
-rw-r--r--translations/source/eu/fpicker/source/office.po4
-rw-r--r--translations/source/eu/framework/source/classes.po4
-rw-r--r--translations/source/eu/framework/source/services.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/01.po260
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/05.po68
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/eu/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/eu/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/01.po88
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/guide.po48
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/optionen.po33
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/swriter/guide.po25
-rw-r--r--translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/eu/mysqlc/source.po12
-rw-r--r--translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/eu/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/eu/padmin/source.po4
-rw-r--r--translations/source/eu/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/eu/reportbuilder/util.po8
-rw-r--r--translations/source/eu/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/eu/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/eu/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/eu/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/eu/sc/source/core/src.po4
-rw-r--r--translations/source/eu/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/eu/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/eu/sc/source/ui/docshell.po4
-rw-r--r--translations/source/eu/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/eu/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/eu/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/eu/sc/source/ui/navipi.po9
-rw-r--r--translations/source/eu/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/eu/sc/source/ui/src.po266
-rw-r--r--translations/source/eu/sc/source/ui/styleui.po4
-rw-r--r--translations/source/eu/scaddins/source/analysis.po4
-rw-r--r--translations/source/eu/scaddins/source/datefunc.po4
-rw-r--r--translations/source/eu/sccomp/source/solver.po4
-rw-r--r--translations/source/eu/scp2/source/accessories.po4
-rw-r--r--translations/source/eu/scp2/source/activex.po4
-rw-r--r--translations/source/eu/scp2/source/base.po4
-rw-r--r--translations/source/eu/scp2/source/binfilter.po4
-rw-r--r--translations/source/eu/scp2/source/calc.po4
-rw-r--r--translations/source/eu/scp2/source/draw.po4
-rw-r--r--translations/source/eu/scp2/source/extensions.po4
-rw-r--r--translations/source/eu/scp2/source/gnome.po4
-rw-r--r--translations/source/eu/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/eu/scp2/source/impress.po4
-rw-r--r--translations/source/eu/scp2/source/javafilter.po4
-rw-r--r--translations/source/eu/scp2/source/kde.po4
-rw-r--r--translations/source/eu/scp2/source/math.po4
-rw-r--r--translations/source/eu/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/eu/scp2/source/ooo.po667
-rw-r--r--translations/source/eu/scp2/source/python.po8
-rw-r--r--translations/source/eu/scp2/source/quickstart.po4
-rw-r--r--translations/source/eu/scp2/source/sdkoo.po4
-rw-r--r--translations/source/eu/scp2/source/testtool.po4
-rw-r--r--translations/source/eu/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/eu/scp2/source/writer.po4
-rw-r--r--translations/source/eu/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/eu/scripting/source/pyprov.po10
-rw-r--r--translations/source/eu/sd/source/core.po4
-rw-r--r--translations/source/eu/sd/source/filter/html.po4
-rw-r--r--translations/source/eu/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/eu/sd/source/ui/animations.po4
-rw-r--r--translations/source/eu/sd/source/ui/annotations.po4
-rw-r--r--translations/source/eu/sd/source/ui/app.po4
-rw-r--r--translations/source/eu/sd/source/ui/dlg.po4
-rw-r--r--translations/source/eu/sd/source/ui/notes.po4
-rw-r--r--translations/source/eu/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/eu/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/eu/sd/source/ui/table.po4
-rw-r--r--translations/source/eu/sd/source/ui/view.po4
-rw-r--r--translations/source/eu/sdext/source/minimizer.po6
-rw-r--r--translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/eu/sdext/source/pdfimport.po16
-rw-r--r--translations/source/eu/sdext/source/presenter.po6
-rw-r--r--translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/eu/setup_native/source/mac.po4
-rw-r--r--translations/source/eu/sfx2/source/appl.po4
-rw-r--r--translations/source/eu/sfx2/source/bastyp.po4
-rw-r--r--translations/source/eu/sfx2/source/dialog.po4
-rw-r--r--translations/source/eu/sfx2/source/doc.po4
-rw-r--r--translations/source/eu/sfx2/source/menu.po4
-rw-r--r--translations/source/eu/sfx2/source/view.po4
-rw-r--r--translations/source/eu/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/eu/starmath/source.po36
-rw-r--r--translations/source/eu/svl/source/items.po4
-rw-r--r--translations/source/eu/svl/source/misc.po165
-rw-r--r--translations/source/eu/svtools/source/contnr.po4
-rw-r--r--translations/source/eu/svtools/source/control.po4
-rw-r--r--translations/source/eu/svtools/source/dialogs.po4
-rw-r--r--translations/source/eu/svtools/source/filter.po4
-rw-r--r--translations/source/eu/svtools/source/java.po4
-rw-r--r--translations/source/eu/svtools/source/misc.po8
-rw-r--r--translations/source/eu/svtools/source/plugapp.po4
-rw-r--r--translations/source/eu/svtools/source/toolpanel.po4
-rw-r--r--translations/source/eu/svtools/workben/unodialog.po4
-rw-r--r--translations/source/eu/svx/inc.po4
-rw-r--r--translations/source/eu/svx/source/accessibility.po4
-rw-r--r--translations/source/eu/svx/source/dialog.po46
-rw-r--r--translations/source/eu/svx/source/engine3d.po4
-rw-r--r--translations/source/eu/svx/source/fmcomp.po4
-rw-r--r--translations/source/eu/svx/source/form.po4
-rw-r--r--translations/source/eu/svx/source/gallery2.po4
-rw-r--r--translations/source/eu/svx/source/items.po4
-rw-r--r--translations/source/eu/svx/source/src.po4
-rw-r--r--translations/source/eu/svx/source/stbctrls.po4
-rw-r--r--translations/source/eu/svx/source/svdraw.po4
-rw-r--r--translations/source/eu/svx/source/table.po4
-rw-r--r--translations/source/eu/svx/source/tbxctrls.po4
-rw-r--r--translations/source/eu/svx/source/toolbars.po4
-rw-r--r--translations/source/eu/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/eu/sw/source/core/layout.po6
-rw-r--r--translations/source/eu/sw/source/core/undo.po4
-rw-r--r--translations/source/eu/sw/source/core/unocore.po4
-rw-r--r--translations/source/eu/sw/source/ui/app.po28
-rw-r--r--translations/source/eu/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/eu/sw/source/ui/config.po56
-rw-r--r--translations/source/eu/sw/source/ui/dbui.po4
-rw-r--r--translations/source/eu/sw/source/ui/dialog.po8
-rw-r--r--translations/source/eu/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/eu/sw/source/ui/docvw.po4
-rw-r--r--translations/source/eu/sw/source/ui/envelp.po4
-rw-r--r--translations/source/eu/sw/source/ui/fldui.po4
-rw-r--r--translations/source/eu/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/eu/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/eu/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/eu/sw/source/ui/index.po4
-rw-r--r--translations/source/eu/sw/source/ui/lingu.po8
-rw-r--r--translations/source/eu/sw/source/ui/misc.po4
-rw-r--r--translations/source/eu/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/eu/sw/source/ui/shells.po4
-rw-r--r--translations/source/eu/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/eu/sw/source/ui/table.po44
-rw-r--r--translations/source/eu/sw/source/ui/uiview.po4
-rw-r--r--translations/source/eu/sw/source/ui/utlui.po194
-rw-r--r--translations/source/eu/sw/source/ui/web.po4
-rw-r--r--translations/source/eu/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/eu/swext/mediawiki/help.po93
-rw-r--r--translations/source/eu/swext/mediawiki/src.po6
-rw-r--r--translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/eu/sysui/desktop/share.po4
-rw-r--r--translations/source/eu/uui/source.po4
-rw-r--r--translations/source/eu/vcl/source/src.po82
-rw-r--r--translations/source/eu/wizards/source/euro.po4
-rw-r--r--translations/source/eu/wizards/source/formwizard.po4
-rw-r--r--translations/source/eu/wizards/source/importwizard.po4
-rw-r--r--translations/source/eu/wizards/source/schedule.po4
-rw-r--r--translations/source/eu/wizards/source/template.po4
-rw-r--r--translations/source/eu/xmlsecurity/source/component.po4
-rw-r--r--translations/source/eu/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/fa/accessibility/source/helper.po4
-rw-r--r--translations/source/fa/avmedia/source/framework.po4
-rw-r--r--translations/source/fa/avmedia/source/viewer.po4
-rw-r--r--translations/source/fa/basctl/source/basicide.po12
-rw-r--r--translations/source/fa/basctl/source/dlged.po4
-rw-r--r--translations/source/fa/basic/source/app.po4
-rw-r--r--translations/source/fa/basic/source/classes.po4
-rw-r--r--translations/source/fa/basic/source/sbx.po4
-rw-r--r--translations/source/fa/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/fa/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/fa/connectivity/source/resource.po14
-rw-r--r--translations/source/fa/crashrep/source/all.po4
-rw-r--r--translations/source/fa/cui/source/customize.po4
-rw-r--r--translations/source/fa/cui/source/dialogs.po12
-rw-r--r--translations/source/fa/cui/source/options.po42
-rw-r--r--translations/source/fa/cui/source/tabpages.po8
-rw-r--r--translations/source/fa/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/fa/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/fa/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/fa/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/fa/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/fa/desktop/source/app.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/fa/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/fa/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/fa/desktop/win32/source/setup.po4
-rw-r--r--translations/source/fa/dictionaries/af_ZA.po6
-rw-r--r--translations/source/fa/dictionaries/ar.po6
-rw-r--r--translations/source/fa/dictionaries/be_BY.po19
-rw-r--r--translations/source/fa/dictionaries/bg_BG.po6
-rw-r--r--translations/source/fa/dictionaries/bn_BD.po6
-rw-r--r--translations/source/fa/dictionaries/br_FR.po6
-rw-r--r--translations/source/fa/dictionaries/ca.po6
-rw-r--r--translations/source/fa/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/fa/dictionaries/da_DK.po6
-rw-r--r--translations/source/fa/dictionaries/de.po6
-rw-r--r--translations/source/fa/dictionaries/el_GR.po19
-rw-r--r--translations/source/fa/dictionaries/en.po6
-rw-r--r--translations/source/fa/dictionaries/es_ES.po6
-rw-r--r--translations/source/fa/dictionaries/et_EE.po6
-rw-r--r--translations/source/fa/dictionaries/fr_FR.po6
-rw-r--r--translations/source/fa/dictionaries/gd_GB.po19
-rw-r--r--translations/source/fa/dictionaries/gl.po6
-rw-r--r--translations/source/fa/dictionaries/gu_IN.po6
-rw-r--r--translations/source/fa/dictionaries/he_IL.po6
-rw-r--r--translations/source/fa/dictionaries/hi_IN.po6
-rw-r--r--translations/source/fa/dictionaries/hr_HR.po6
-rw-r--r--translations/source/fa/dictionaries/hu_HU.po6
-rw-r--r--translations/source/fa/dictionaries/it_IT.po6
-rw-r--r--translations/source/fa/dictionaries/ku_TR.po6
-rw-r--r--translations/source/fa/dictionaries/lt_LT.po6
-rw-r--r--translations/source/fa/dictionaries/lv_LV.po6
-rw-r--r--translations/source/fa/dictionaries/ne_NP.po6
-rw-r--r--translations/source/fa/dictionaries/nl_NL.po6
-rw-r--r--translations/source/fa/dictionaries/no.po6
-rw-r--r--translations/source/fa/dictionaries/oc_FR.po6
-rw-r--r--translations/source/fa/dictionaries/pl_PL.po6
-rw-r--r--translations/source/fa/dictionaries/pt_BR.po6
-rw-r--r--translations/source/fa/dictionaries/pt_PT.po6
-rw-r--r--translations/source/fa/dictionaries/ro.po6
-rw-r--r--translations/source/fa/dictionaries/ru_RU.po6
-rw-r--r--translations/source/fa/dictionaries/sk_SK.po6
-rw-r--r--translations/source/fa/dictionaries/sl_SI.po6
-rw-r--r--translations/source/fa/dictionaries/sr.po6
-rw-r--r--translations/source/fa/dictionaries/sv_SE.po6
-rw-r--r--translations/source/fa/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/fa/dictionaries/te_IN.po19
-rw-r--r--translations/source/fa/dictionaries/th_TH.po6
-rw-r--r--translations/source/fa/dictionaries/uk_UA.po6
-rw-r--r--translations/source/fa/dictionaries/vi.po6
-rw-r--r--translations/source/fa/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/fa/editeng/source/accessibility.po4
-rw-r--r--translations/source/fa/editeng/source/editeng.po4
-rw-r--r--translations/source/fa/editeng/source/items.po4
-rw-r--r--translations/source/fa/editeng/source/misc.po4
-rw-r--r--translations/source/fa/editeng/source/outliner.po4
-rw-r--r--translations/source/fa/extensions/source/abpilot.po4
-rw-r--r--translations/source/fa/extensions/source/bibliography.po4
-rw-r--r--translations/source/fa/extensions/source/dbpilots.po4
-rw-r--r--translations/source/fa/extensions/source/propctrlr.po4
-rw-r--r--translations/source/fa/extensions/source/scanner.po8
-rw-r--r--translations/source/fa/extensions/source/update/check.po4
-rw-r--r--translations/source/fa/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/fa/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/fa/filter/source/flash.po4
-rw-r--r--translations/source/fa/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/fa/filter/source/pdf.po4
-rw-r--r--translations/source/fa/filter/source/t602.po4
-rw-r--r--translations/source/fa/filter/source/xsltdialog.po8
-rw-r--r--translations/source/fa/forms/source/resource.po4
-rw-r--r--translations/source/fa/formula/source/core/resource.po4
-rw-r--r--translations/source/fa/formula/source/ui/dlg.po4
-rw-r--r--translations/source/fa/fpicker/source/office.po4
-rw-r--r--translations/source/fa/framework/source/classes.po4
-rw-r--r--translations/source/fa/framework/source/services.po4
-rw-r--r--translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/fa/mysqlc/source.po12
-rw-r--r--translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/fa/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/fa/padmin/source.po4
-rw-r--r--translations/source/fa/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/fa/reportbuilder/util.po8
-rw-r--r--translations/source/fa/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/fa/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/fa/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/fa/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/fa/sc/source/core/src.po4
-rw-r--r--translations/source/fa/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/fa/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/fa/sc/source/ui/docshell.po4
-rw-r--r--translations/source/fa/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/fa/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/fa/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/fa/sc/source/ui/navipi.po11
-rw-r--r--translations/source/fa/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/fa/sc/source/ui/src.po268
-rw-r--r--translations/source/fa/sc/source/ui/styleui.po4
-rw-r--r--translations/source/fa/scaddins/source/analysis.po4
-rw-r--r--translations/source/fa/scaddins/source/datefunc.po4
-rw-r--r--translations/source/fa/sccomp/source/solver.po4
-rw-r--r--translations/source/fa/scp2/source/accessories.po4
-rw-r--r--translations/source/fa/scp2/source/activex.po4
-rw-r--r--translations/source/fa/scp2/source/base.po4
-rw-r--r--translations/source/fa/scp2/source/binfilter.po4
-rw-r--r--translations/source/fa/scp2/source/calc.po4
-rw-r--r--translations/source/fa/scp2/source/draw.po4
-rw-r--r--translations/source/fa/scp2/source/extensions.po4
-rw-r--r--translations/source/fa/scp2/source/gnome.po4
-rw-r--r--translations/source/fa/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/fa/scp2/source/impress.po4
-rw-r--r--translations/source/fa/scp2/source/javafilter.po4
-rw-r--r--translations/source/fa/scp2/source/kde.po4
-rw-r--r--translations/source/fa/scp2/source/math.po4
-rw-r--r--translations/source/fa/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/fa/scp2/source/ooo.po773
-rw-r--r--translations/source/fa/scp2/source/python.po8
-rw-r--r--translations/source/fa/scp2/source/quickstart.po4
-rw-r--r--translations/source/fa/scp2/source/sdkoo.po4
-rw-r--r--translations/source/fa/scp2/source/testtool.po4
-rw-r--r--translations/source/fa/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/fa/scp2/source/writer.po4
-rw-r--r--translations/source/fa/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/fa/scripting/source/pyprov.po10
-rw-r--r--translations/source/fa/sd/source/core.po4
-rw-r--r--translations/source/fa/sd/source/filter/html.po4
-rw-r--r--translations/source/fa/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/fa/sd/source/ui/animations.po4
-rw-r--r--translations/source/fa/sd/source/ui/annotations.po4
-rw-r--r--translations/source/fa/sd/source/ui/app.po4
-rw-r--r--translations/source/fa/sd/source/ui/dlg.po4
-rw-r--r--translations/source/fa/sd/source/ui/notes.po4
-rw-r--r--translations/source/fa/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/fa/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/fa/sd/source/ui/table.po4
-rw-r--r--translations/source/fa/sd/source/ui/view.po4
-rw-r--r--translations/source/fa/sdext/source/minimizer.po6
-rw-r--r--translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/fa/sdext/source/pdfimport.po16
-rw-r--r--translations/source/fa/sdext/source/presenter.po6
-rw-r--r--translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/fa/setup_native/source/mac.po4
-rw-r--r--translations/source/fa/sfx2/source/appl.po4
-rw-r--r--translations/source/fa/sfx2/source/bastyp.po4
-rw-r--r--translations/source/fa/sfx2/source/dialog.po4
-rw-r--r--translations/source/fa/sfx2/source/doc.po4
-rw-r--r--translations/source/fa/sfx2/source/menu.po4
-rw-r--r--translations/source/fa/sfx2/source/view.po4
-rw-r--r--translations/source/fa/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/fa/starmath/source.po36
-rw-r--r--translations/source/fa/svl/source/items.po4
-rw-r--r--translations/source/fa/svl/source/misc.po165
-rw-r--r--translations/source/fa/svtools/source/contnr.po4
-rw-r--r--translations/source/fa/svtools/source/control.po4
-rw-r--r--translations/source/fa/svtools/source/dialogs.po4
-rw-r--r--translations/source/fa/svtools/source/filter.po4
-rw-r--r--translations/source/fa/svtools/source/java.po4
-rw-r--r--translations/source/fa/svtools/source/misc.po8
-rw-r--r--translations/source/fa/svtools/source/plugapp.po4
-rw-r--r--translations/source/fa/svtools/source/toolpanel.po4
-rw-r--r--translations/source/fa/svtools/workben/unodialog.po4
-rw-r--r--translations/source/fa/svx/inc.po4
-rw-r--r--translations/source/fa/svx/source/accessibility.po4
-rw-r--r--translations/source/fa/svx/source/dialog.po44
-rw-r--r--translations/source/fa/svx/source/engine3d.po4
-rw-r--r--translations/source/fa/svx/source/fmcomp.po4
-rw-r--r--translations/source/fa/svx/source/form.po4
-rw-r--r--translations/source/fa/svx/source/gallery2.po4
-rw-r--r--translations/source/fa/svx/source/items.po4
-rw-r--r--translations/source/fa/svx/source/src.po4
-rw-r--r--translations/source/fa/svx/source/stbctrls.po4
-rw-r--r--translations/source/fa/svx/source/svdraw.po4
-rw-r--r--translations/source/fa/svx/source/table.po4
-rw-r--r--translations/source/fa/svx/source/tbxctrls.po4
-rw-r--r--translations/source/fa/svx/source/toolbars.po4
-rw-r--r--translations/source/fa/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/fa/sw/source/core/layout.po6
-rw-r--r--translations/source/fa/sw/source/core/undo.po4
-rw-r--r--translations/source/fa/sw/source/core/unocore.po4
-rw-r--r--translations/source/fa/sw/source/ui/app.po28
-rw-r--r--translations/source/fa/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/fa/sw/source/ui/config.po56
-rw-r--r--translations/source/fa/sw/source/ui/dbui.po4
-rw-r--r--translations/source/fa/sw/source/ui/dialog.po8
-rw-r--r--translations/source/fa/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/fa/sw/source/ui/docvw.po4
-rw-r--r--translations/source/fa/sw/source/ui/envelp.po4
-rw-r--r--translations/source/fa/sw/source/ui/fldui.po4
-rw-r--r--translations/source/fa/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/fa/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/fa/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/fa/sw/source/ui/index.po4
-rw-r--r--translations/source/fa/sw/source/ui/lingu.po8
-rw-r--r--translations/source/fa/sw/source/ui/misc.po4
-rw-r--r--translations/source/fa/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/fa/sw/source/ui/shells.po4
-rw-r--r--translations/source/fa/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/fa/sw/source/ui/table.po46
-rw-r--r--translations/source/fa/sw/source/ui/uiview.po4
-rw-r--r--translations/source/fa/sw/source/ui/utlui.po194
-rw-r--r--translations/source/fa/sw/source/ui/web.po4
-rw-r--r--translations/source/fa/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/fa/swext/mediawiki/help.po72
-rw-r--r--translations/source/fa/swext/mediawiki/src.po6
-rw-r--r--translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/fa/sysui/desktop/share.po4
-rw-r--r--translations/source/fa/uui/source.po4
-rw-r--r--translations/source/fa/vcl/source/src.po84
-rw-r--r--translations/source/fa/wizards/source/euro.po4
-rw-r--r--translations/source/fa/wizards/source/formwizard.po4
-rw-r--r--translations/source/fa/wizards/source/importwizard.po4
-rw-r--r--translations/source/fa/wizards/source/schedule.po4
-rw-r--r--translations/source/fa/wizards/source/template.po4
-rw-r--r--translations/source/fa/xmlsecurity/source/component.po4
-rw-r--r--translations/source/fa/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/fi/accessibility/source/helper.po4
-rw-r--r--translations/source/fi/avmedia/source/framework.po4
-rw-r--r--translations/source/fi/avmedia/source/viewer.po4
-rw-r--r--translations/source/fi/basctl/source/basicide.po12
-rw-r--r--translations/source/fi/basctl/source/dlged.po4
-rw-r--r--translations/source/fi/basic/source/app.po4
-rw-r--r--translations/source/fi/basic/source/classes.po4
-rw-r--r--translations/source/fi/basic/source/sbx.po4
-rw-r--r--translations/source/fi/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/fi/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/fi/connectivity/source/resource.po4
-rw-r--r--translations/source/fi/crashrep/source/all.po4
-rw-r--r--translations/source/fi/cui/source/customize.po4
-rw-r--r--translations/source/fi/cui/source/dialogs.po12
-rw-r--r--translations/source/fi/cui/source/options.po44
-rw-r--r--translations/source/fi/cui/source/tabpages.po8
-rw-r--r--translations/source/fi/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/fi/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/fi/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/fi/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/fi/desktop/source/app.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/fi/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/fi/desktop/win32/source/setup.po4
-rw-r--r--translations/source/fi/dictionaries/af_ZA.po6
-rw-r--r--translations/source/fi/dictionaries/ar.po6
-rw-r--r--translations/source/fi/dictionaries/be_BY.po19
-rw-r--r--translations/source/fi/dictionaries/bg_BG.po6
-rw-r--r--translations/source/fi/dictionaries/bn_BD.po6
-rw-r--r--translations/source/fi/dictionaries/br_FR.po6
-rw-r--r--translations/source/fi/dictionaries/ca.po6
-rw-r--r--translations/source/fi/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/fi/dictionaries/da_DK.po6
-rw-r--r--translations/source/fi/dictionaries/de.po6
-rw-r--r--translations/source/fi/dictionaries/el_GR.po19
-rw-r--r--translations/source/fi/dictionaries/en.po6
-rw-r--r--translations/source/fi/dictionaries/es_ES.po6
-rw-r--r--translations/source/fi/dictionaries/et_EE.po6
-rw-r--r--translations/source/fi/dictionaries/fr_FR.po6
-rw-r--r--translations/source/fi/dictionaries/gd_GB.po19
-rw-r--r--translations/source/fi/dictionaries/gl.po6
-rw-r--r--translations/source/fi/dictionaries/gu_IN.po6
-rw-r--r--translations/source/fi/dictionaries/he_IL.po6
-rw-r--r--translations/source/fi/dictionaries/hi_IN.po6
-rw-r--r--translations/source/fi/dictionaries/hr_HR.po6
-rw-r--r--translations/source/fi/dictionaries/hu_HU.po6
-rw-r--r--translations/source/fi/dictionaries/it_IT.po6
-rw-r--r--translations/source/fi/dictionaries/ku_TR.po6
-rw-r--r--translations/source/fi/dictionaries/lt_LT.po6
-rw-r--r--translations/source/fi/dictionaries/lv_LV.po6
-rw-r--r--translations/source/fi/dictionaries/ne_NP.po6
-rw-r--r--translations/source/fi/dictionaries/nl_NL.po6
-rw-r--r--translations/source/fi/dictionaries/no.po6
-rw-r--r--translations/source/fi/dictionaries/oc_FR.po6
-rw-r--r--translations/source/fi/dictionaries/pl_PL.po6
-rw-r--r--translations/source/fi/dictionaries/pt_BR.po6
-rw-r--r--translations/source/fi/dictionaries/pt_PT.po6
-rw-r--r--translations/source/fi/dictionaries/ro.po6
-rw-r--r--translations/source/fi/dictionaries/ru_RU.po6
-rw-r--r--translations/source/fi/dictionaries/sk_SK.po6
-rw-r--r--translations/source/fi/dictionaries/sl_SI.po6
-rw-r--r--translations/source/fi/dictionaries/sr.po6
-rw-r--r--translations/source/fi/dictionaries/sv_SE.po6
-rw-r--r--translations/source/fi/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/fi/dictionaries/te_IN.po19
-rw-r--r--translations/source/fi/dictionaries/th_TH.po6
-rw-r--r--translations/source/fi/dictionaries/uk_UA.po6
-rw-r--r--translations/source/fi/dictionaries/vi.po6
-rw-r--r--translations/source/fi/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/fi/editeng/source/accessibility.po4
-rw-r--r--translations/source/fi/editeng/source/editeng.po4
-rw-r--r--translations/source/fi/editeng/source/items.po4
-rw-r--r--translations/source/fi/editeng/source/misc.po4
-rw-r--r--translations/source/fi/editeng/source/outliner.po4
-rw-r--r--translations/source/fi/extensions/source/abpilot.po4
-rw-r--r--translations/source/fi/extensions/source/bibliography.po4
-rw-r--r--translations/source/fi/extensions/source/dbpilots.po4
-rw-r--r--translations/source/fi/extensions/source/propctrlr.po4
-rw-r--r--translations/source/fi/extensions/source/scanner.po8
-rw-r--r--translations/source/fi/extensions/source/update/check.po4
-rw-r--r--translations/source/fi/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/fi/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/fi/filter/source/flash.po4
-rw-r--r--translations/source/fi/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/fi/filter/source/pdf.po4
-rw-r--r--translations/source/fi/filter/source/t602.po4
-rw-r--r--translations/source/fi/filter/source/xsltdialog.po8
-rw-r--r--translations/source/fi/forms/source/resource.po4
-rw-r--r--translations/source/fi/formula/source/core/resource.po4
-rw-r--r--translations/source/fi/formula/source/ui/dlg.po4
-rw-r--r--translations/source/fi/fpicker/source/office.po4
-rw-r--r--translations/source/fi/framework/source/classes.po4
-rw-r--r--translations/source/fi/framework/source/services.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/fi/mysqlc/source.po12
-rw-r--r--translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/fi/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/fi/padmin/source.po4
-rw-r--r--translations/source/fi/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/fi/reportbuilder/util.po8
-rw-r--r--translations/source/fi/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/fi/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/fi/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/fi/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/fi/sc/source/core/src.po4
-rw-r--r--translations/source/fi/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/fi/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/fi/sc/source/ui/docshell.po4
-rw-r--r--translations/source/fi/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/fi/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/fi/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/fi/sc/source/ui/navipi.po11
-rw-r--r--translations/source/fi/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/fi/sc/source/ui/src.po268
-rw-r--r--translations/source/fi/sc/source/ui/styleui.po4
-rw-r--r--translations/source/fi/scaddins/source/analysis.po4
-rw-r--r--translations/source/fi/scaddins/source/datefunc.po4
-rw-r--r--translations/source/fi/sccomp/source/solver.po4
-rw-r--r--translations/source/fi/scp2/source/accessories.po4
-rw-r--r--translations/source/fi/scp2/source/activex.po4
-rw-r--r--translations/source/fi/scp2/source/base.po4
-rw-r--r--translations/source/fi/scp2/source/binfilter.po4
-rw-r--r--translations/source/fi/scp2/source/calc.po4
-rw-r--r--translations/source/fi/scp2/source/draw.po4
-rw-r--r--translations/source/fi/scp2/source/extensions.po4
-rw-r--r--translations/source/fi/scp2/source/gnome.po4
-rw-r--r--translations/source/fi/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/fi/scp2/source/impress.po4
-rw-r--r--translations/source/fi/scp2/source/javafilter.po4
-rw-r--r--translations/source/fi/scp2/source/kde.po4
-rw-r--r--translations/source/fi/scp2/source/math.po4
-rw-r--r--translations/source/fi/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/fi/scp2/source/ooo.po669
-rw-r--r--translations/source/fi/scp2/source/python.po8
-rw-r--r--translations/source/fi/scp2/source/quickstart.po4
-rw-r--r--translations/source/fi/scp2/source/sdkoo.po4
-rw-r--r--translations/source/fi/scp2/source/testtool.po4
-rw-r--r--translations/source/fi/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/fi/scp2/source/writer.po4
-rw-r--r--translations/source/fi/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/fi/scripting/source/pyprov.po10
-rw-r--r--translations/source/fi/sd/source/core.po4
-rw-r--r--translations/source/fi/sd/source/filter/html.po4
-rw-r--r--translations/source/fi/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/fi/sd/source/ui/animations.po4
-rw-r--r--translations/source/fi/sd/source/ui/annotations.po4
-rw-r--r--translations/source/fi/sd/source/ui/app.po4
-rw-r--r--translations/source/fi/sd/source/ui/dlg.po4
-rw-r--r--translations/source/fi/sd/source/ui/notes.po4
-rw-r--r--translations/source/fi/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/fi/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/fi/sd/source/ui/table.po4
-rw-r--r--translations/source/fi/sd/source/ui/view.po4
-rw-r--r--translations/source/fi/sdext/source/minimizer.po6
-rw-r--r--translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/fi/sdext/source/pdfimport.po16
-rw-r--r--translations/source/fi/sdext/source/presenter.po6
-rw-r--r--translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/fi/setup_native/source/mac.po4
-rw-r--r--translations/source/fi/sfx2/source/appl.po4
-rw-r--r--translations/source/fi/sfx2/source/bastyp.po4
-rw-r--r--translations/source/fi/sfx2/source/dialog.po4
-rw-r--r--translations/source/fi/sfx2/source/doc.po4
-rw-r--r--translations/source/fi/sfx2/source/menu.po4
-rw-r--r--translations/source/fi/sfx2/source/view.po4
-rw-r--r--translations/source/fi/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/fi/starmath/source.po36
-rw-r--r--translations/source/fi/svl/source/items.po4
-rw-r--r--translations/source/fi/svl/source/misc.po165
-rw-r--r--translations/source/fi/svtools/source/contnr.po4
-rw-r--r--translations/source/fi/svtools/source/control.po4
-rw-r--r--translations/source/fi/svtools/source/dialogs.po4
-rw-r--r--translations/source/fi/svtools/source/filter.po4
-rw-r--r--translations/source/fi/svtools/source/java.po4
-rw-r--r--translations/source/fi/svtools/source/misc.po8
-rw-r--r--translations/source/fi/svtools/source/plugapp.po4
-rw-r--r--translations/source/fi/svtools/source/toolpanel.po4
-rw-r--r--translations/source/fi/svtools/workben/unodialog.po4
-rw-r--r--translations/source/fi/svx/inc.po4
-rw-r--r--translations/source/fi/svx/source/accessibility.po4
-rw-r--r--translations/source/fi/svx/source/dialog.po48
-rw-r--r--translations/source/fi/svx/source/engine3d.po4
-rw-r--r--translations/source/fi/svx/source/fmcomp.po4
-rw-r--r--translations/source/fi/svx/source/form.po4
-rw-r--r--translations/source/fi/svx/source/gallery2.po4
-rw-r--r--translations/source/fi/svx/source/items.po4
-rw-r--r--translations/source/fi/svx/source/src.po4
-rw-r--r--translations/source/fi/svx/source/stbctrls.po4
-rw-r--r--translations/source/fi/svx/source/svdraw.po4
-rw-r--r--translations/source/fi/svx/source/table.po4
-rw-r--r--translations/source/fi/svx/source/tbxctrls.po4
-rw-r--r--translations/source/fi/svx/source/toolbars.po4
-rw-r--r--translations/source/fi/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/fi/sw/source/core/layout.po6
-rw-r--r--translations/source/fi/sw/source/core/undo.po4
-rw-r--r--translations/source/fi/sw/source/core/unocore.po4
-rw-r--r--translations/source/fi/sw/source/ui/app.po28
-rw-r--r--translations/source/fi/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/fi/sw/source/ui/config.po56
-rw-r--r--translations/source/fi/sw/source/ui/dbui.po4
-rw-r--r--translations/source/fi/sw/source/ui/dialog.po8
-rw-r--r--translations/source/fi/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/fi/sw/source/ui/docvw.po4
-rw-r--r--translations/source/fi/sw/source/ui/envelp.po4
-rw-r--r--translations/source/fi/sw/source/ui/fldui.po4
-rw-r--r--translations/source/fi/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/fi/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/fi/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/fi/sw/source/ui/index.po4
-rw-r--r--translations/source/fi/sw/source/ui/lingu.po8
-rw-r--r--translations/source/fi/sw/source/ui/misc.po4
-rw-r--r--translations/source/fi/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/fi/sw/source/ui/shells.po4
-rw-r--r--translations/source/fi/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/fi/sw/source/ui/table.po46
-rw-r--r--translations/source/fi/sw/source/ui/uiview.po4
-rw-r--r--translations/source/fi/sw/source/ui/utlui.po194
-rw-r--r--translations/source/fi/sw/source/ui/web.po4
-rw-r--r--translations/source/fi/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/fi/swext/mediawiki/help.po93
-rw-r--r--translations/source/fi/swext/mediawiki/src.po6
-rw-r--r--translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/fi/sysui/desktop/share.po4
-rw-r--r--translations/source/fi/uui/source.po4
-rw-r--r--translations/source/fi/vcl/source/src.po84
-rw-r--r--translations/source/fi/wizards/source/euro.po4
-rw-r--r--translations/source/fi/wizards/source/formwizard.po4
-rw-r--r--translations/source/fi/wizards/source/importwizard.po4
-rw-r--r--translations/source/fi/wizards/source/schedule.po4
-rw-r--r--translations/source/fi/wizards/source/template.po4
-rw-r--r--translations/source/fi/xmlsecurity/source/component.po4
-rw-r--r--translations/source/fi/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/fr/accessibility/source/helper.po4
-rw-r--r--translations/source/fr/avmedia/source/framework.po4
-rw-r--r--translations/source/fr/avmedia/source/viewer.po4
-rw-r--r--translations/source/fr/basctl/source/basicide.po12
-rw-r--r--translations/source/fr/basctl/source/dlged.po4
-rw-r--r--translations/source/fr/basic/source/app.po4
-rw-r--r--translations/source/fr/basic/source/classes.po4
-rw-r--r--translations/source/fr/basic/source/sbx.po4
-rw-r--r--translations/source/fr/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/fr/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/fr/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/fr/connectivity/source/resource.po11
-rw-r--r--translations/source/fr/crashrep/source/all.po4
-rw-r--r--translations/source/fr/cui/source/customize.po4
-rw-r--r--translations/source/fr/cui/source/dialogs.po66
-rw-r--r--translations/source/fr/cui/source/options.po58
-rw-r--r--translations/source/fr/cui/source/tabpages.po10
-rw-r--r--translations/source/fr/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/fr/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/fr/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/fr/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/fr/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/fr/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/fr/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/fr/desktop/source/app.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/fr/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/fr/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/fr/desktop/win32/source/setup.po4
-rw-r--r--translations/source/fr/dictionaries/af_ZA.po7
-rw-r--r--translations/source/fr/dictionaries/ar.po7
-rw-r--r--translations/source/fr/dictionaries/be_BY.po19
-rw-r--r--translations/source/fr/dictionaries/bg_BG.po7
-rw-r--r--translations/source/fr/dictionaries/bn_BD.po7
-rw-r--r--translations/source/fr/dictionaries/br_FR.po7
-rw-r--r--translations/source/fr/dictionaries/ca.po7
-rw-r--r--translations/source/fr/dictionaries/cs_CZ.po7
-rw-r--r--translations/source/fr/dictionaries/da_DK.po7
-rw-r--r--translations/source/fr/dictionaries/de.po7
-rw-r--r--translations/source/fr/dictionaries/el_GR.po19
-rw-r--r--translations/source/fr/dictionaries/en.po7
-rw-r--r--translations/source/fr/dictionaries/es_ES.po7
-rw-r--r--translations/source/fr/dictionaries/et_EE.po7
-rw-r--r--translations/source/fr/dictionaries/fr_FR.po7
-rw-r--r--translations/source/fr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/fr/dictionaries/gl.po7
-rw-r--r--translations/source/fr/dictionaries/gu_IN.po7
-rw-r--r--translations/source/fr/dictionaries/he_IL.po7
-rw-r--r--translations/source/fr/dictionaries/hi_IN.po7
-rw-r--r--translations/source/fr/dictionaries/hr_HR.po7
-rw-r--r--translations/source/fr/dictionaries/hu_HU.po7
-rw-r--r--translations/source/fr/dictionaries/it_IT.po7
-rw-r--r--translations/source/fr/dictionaries/ku_TR.po7
-rw-r--r--translations/source/fr/dictionaries/lt_LT.po6
-rw-r--r--translations/source/fr/dictionaries/lv_LV.po7
-rw-r--r--translations/source/fr/dictionaries/ne_NP.po7
-rw-r--r--translations/source/fr/dictionaries/nl_NL.po7
-rw-r--r--translations/source/fr/dictionaries/no.po7
-rw-r--r--translations/source/fr/dictionaries/oc_FR.po7
-rw-r--r--translations/source/fr/dictionaries/pl_PL.po7
-rw-r--r--translations/source/fr/dictionaries/pt_BR.po7
-rw-r--r--translations/source/fr/dictionaries/pt_PT.po7
-rw-r--r--translations/source/fr/dictionaries/ro.po7
-rw-r--r--translations/source/fr/dictionaries/ru_RU.po7
-rw-r--r--translations/source/fr/dictionaries/sk_SK.po7
-rw-r--r--translations/source/fr/dictionaries/sl_SI.po7
-rw-r--r--translations/source/fr/dictionaries/sr.po7
-rw-r--r--translations/source/fr/dictionaries/sv_SE.po7
-rw-r--r--translations/source/fr/dictionaries/sw_TZ.po7
-rw-r--r--translations/source/fr/dictionaries/te_IN.po19
-rw-r--r--translations/source/fr/dictionaries/th_TH.po7
-rw-r--r--translations/source/fr/dictionaries/uk_UA.po7
-rw-r--r--translations/source/fr/dictionaries/vi.po7
-rw-r--r--translations/source/fr/dictionaries/zu_ZA.po7
-rw-r--r--translations/source/fr/editeng/source/accessibility.po4
-rw-r--r--translations/source/fr/editeng/source/editeng.po8
-rw-r--r--translations/source/fr/editeng/source/items.po4
-rw-r--r--translations/source/fr/editeng/source/misc.po4
-rw-r--r--translations/source/fr/editeng/source/outliner.po4
-rw-r--r--translations/source/fr/extensions/source/abpilot.po8
-rw-r--r--translations/source/fr/extensions/source/bibliography.po4
-rw-r--r--translations/source/fr/extensions/source/dbpilots.po4
-rw-r--r--translations/source/fr/extensions/source/propctrlr.po4
-rw-r--r--translations/source/fr/extensions/source/scanner.po10
-rw-r--r--translations/source/fr/extensions/source/update/check.po11
-rw-r--r--translations/source/fr/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/fr/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/fr/filter/source/flash.po4
-rw-r--r--translations/source/fr/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/fr/filter/source/pdf.po14
-rw-r--r--translations/source/fr/filter/source/t602.po4
-rw-r--r--translations/source/fr/filter/source/xsltdialog.po14
-rw-r--r--translations/source/fr/forms/source/resource.po4
-rw-r--r--translations/source/fr/formula/source/core/resource.po16
-rw-r--r--translations/source/fr/formula/source/ui/dlg.po4
-rw-r--r--translations/source/fr/fpicker/source/office.po4
-rw-r--r--translations/source/fr/framework/source/classes.po4
-rw-r--r--translations/source/fr/framework/source/services.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared.po21
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/guide.po19
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/00.po10
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/01.po21
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw.po19
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared.po34
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/00.po22
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/01.po166
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/02.po21
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/autopi.po9
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/explorer/database.po28
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/guide.po87
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/optionen.po66
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress.po14
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/02.po43
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/01.po189
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/01.po14
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/guide.po38
-rw-r--r--translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po19
-rw-r--r--translations/source/fr/mysqlc/source.po7
-rw-r--r--translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/fr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/fr/padmin/source.po4
-rw-r--r--translations/source/fr/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/fr/reportbuilder/util.po10
-rw-r--r--translations/source/fr/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/fr/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/fr/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/fr/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/fr/sc/source/core/src.po4
-rw-r--r--translations/source/fr/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/fr/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/fr/sc/source/ui/docshell.po4
-rw-r--r--translations/source/fr/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/fr/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/fr/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/fr/sc/source/ui/navipi.po9
-rw-r--r--translations/source/fr/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/fr/sc/source/ui/src.po355
-rw-r--r--translations/source/fr/sc/source/ui/styleui.po4
-rw-r--r--translations/source/fr/scaddins/source/analysis.po4
-rw-r--r--translations/source/fr/scaddins/source/datefunc.po4
-rw-r--r--translations/source/fr/sccomp/source/solver.po4
-rw-r--r--translations/source/fr/scp2/source/accessories.po4
-rw-r--r--translations/source/fr/scp2/source/activex.po4
-rw-r--r--translations/source/fr/scp2/source/base.po4
-rw-r--r--translations/source/fr/scp2/source/binfilter.po4
-rw-r--r--translations/source/fr/scp2/source/calc.po10
-rw-r--r--translations/source/fr/scp2/source/draw.po4
-rw-r--r--translations/source/fr/scp2/source/extensions.po4
-rw-r--r--translations/source/fr/scp2/source/gnome.po4
-rw-r--r--translations/source/fr/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/fr/scp2/source/impress.po4
-rw-r--r--translations/source/fr/scp2/source/javafilter.po4
-rw-r--r--translations/source/fr/scp2/source/kde.po4
-rw-r--r--translations/source/fr/scp2/source/math.po4
-rw-r--r--translations/source/fr/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/fr/scp2/source/ooo.po998
-rw-r--r--translations/source/fr/scp2/source/python.po8
-rw-r--r--translations/source/fr/scp2/source/quickstart.po4
-rw-r--r--translations/source/fr/scp2/source/sdkoo.po4
-rw-r--r--translations/source/fr/scp2/source/testtool.po4
-rw-r--r--translations/source/fr/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/fr/scp2/source/writer.po4
-rw-r--r--translations/source/fr/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/fr/scripting/source/pyprov.po10
-rw-r--r--translations/source/fr/sd/source/core.po4
-rw-r--r--translations/source/fr/sd/source/filter/html.po4
-rw-r--r--translations/source/fr/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/fr/sd/source/ui/animations.po4
-rw-r--r--translations/source/fr/sd/source/ui/annotations.po4
-rw-r--r--translations/source/fr/sd/source/ui/app.po19
-rw-r--r--translations/source/fr/sd/source/ui/dlg.po10
-rw-r--r--translations/source/fr/sd/source/ui/notes.po4
-rw-r--r--translations/source/fr/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/fr/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/fr/sd/source/ui/table.po4
-rw-r--r--translations/source/fr/sd/source/ui/view.po4
-rw-r--r--translations/source/fr/sdext/source/minimizer.po7
-rw-r--r--translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/fr/sdext/source/pdfimport.po7
-rw-r--r--translations/source/fr/sdext/source/presenter.po7
-rw-r--r--translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/fr/setup_native/source/mac.po4
-rw-r--r--translations/source/fr/sfx2/source/appl.po4
-rw-r--r--translations/source/fr/sfx2/source/bastyp.po4
-rw-r--r--translations/source/fr/sfx2/source/dialog.po15
-rw-r--r--translations/source/fr/sfx2/source/doc.po4
-rw-r--r--translations/source/fr/sfx2/source/menu.po4
-rw-r--r--translations/source/fr/sfx2/source/view.po4
-rw-r--r--translations/source/fr/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/fr/starmath/source.po43
-rw-r--r--translations/source/fr/svl/source/items.po4
-rw-r--r--translations/source/fr/svl/source/misc.po166
-rw-r--r--translations/source/fr/svtools/source/contnr.po4
-rw-r--r--translations/source/fr/svtools/source/control.po4
-rw-r--r--translations/source/fr/svtools/source/dialogs.po4
-rw-r--r--translations/source/fr/svtools/source/filter.po4
-rw-r--r--translations/source/fr/svtools/source/java.po9
-rw-r--r--translations/source/fr/svtools/source/misc.po14
-rw-r--r--translations/source/fr/svtools/source/plugapp.po4
-rw-r--r--translations/source/fr/svtools/source/toolpanel.po4
-rw-r--r--translations/source/fr/svtools/workben/unodialog.po4
-rw-r--r--translations/source/fr/svx/inc.po12
-rw-r--r--translations/source/fr/svx/source/accessibility.po4
-rw-r--r--translations/source/fr/svx/source/dialog.po54
-rw-r--r--translations/source/fr/svx/source/engine3d.po4
-rw-r--r--translations/source/fr/svx/source/fmcomp.po4
-rw-r--r--translations/source/fr/svx/source/form.po4
-rw-r--r--translations/source/fr/svx/source/gallery2.po4
-rw-r--r--translations/source/fr/svx/source/items.po4
-rw-r--r--translations/source/fr/svx/source/src.po4
-rw-r--r--translations/source/fr/svx/source/stbctrls.po4
-rw-r--r--translations/source/fr/svx/source/svdraw.po4
-rw-r--r--translations/source/fr/svx/source/table.po4
-rw-r--r--translations/source/fr/svx/source/tbxctrls.po4
-rw-r--r--translations/source/fr/svx/source/toolbars.po4
-rw-r--r--translations/source/fr/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/fr/sw/source/core/layout.po14
-rw-r--r--translations/source/fr/sw/source/core/undo.po11
-rw-r--r--translations/source/fr/sw/source/core/unocore.po4
-rw-r--r--translations/source/fr/sw/source/ui/app.po42
-rw-r--r--translations/source/fr/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/fr/sw/source/ui/config.po62
-rw-r--r--translations/source/fr/sw/source/ui/dbui.po12
-rw-r--r--translations/source/fr/sw/source/ui/dialog.po8
-rw-r--r--translations/source/fr/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/fr/sw/source/ui/docvw.po16
-rw-r--r--translations/source/fr/sw/source/ui/envelp.po4
-rw-r--r--translations/source/fr/sw/source/ui/fldui.po4
-rw-r--r--translations/source/fr/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/fr/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/fr/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/fr/sw/source/ui/index.po4
-rw-r--r--translations/source/fr/sw/source/ui/lingu.po8
-rw-r--r--translations/source/fr/sw/source/ui/misc.po4
-rw-r--r--translations/source/fr/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/fr/sw/source/ui/shells.po4
-rw-r--r--translations/source/fr/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/fr/sw/source/ui/table.po44
-rw-r--r--translations/source/fr/sw/source/ui/uiview.po4
-rw-r--r--translations/source/fr/sw/source/ui/utlui.po201
-rw-r--r--translations/source/fr/sw/source/ui/web.po4
-rw-r--r--translations/source/fr/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/fr/swext/mediawiki/help.po91
-rw-r--r--translations/source/fr/swext/mediawiki/src.po7
-rw-r--r--translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/fr/sysui/desktop/share.po9
-rw-r--r--translations/source/fr/uui/source.po12
-rw-r--r--translations/source/fr/vcl/source/src.po84
-rw-r--r--translations/source/fr/wizards/source/euro.po8
-rw-r--r--translations/source/fr/wizards/source/formwizard.po4
-rw-r--r--translations/source/fr/wizards/source/importwizard.po34
-rw-r--r--translations/source/fr/wizards/source/schedule.po4
-rw-r--r--translations/source/fr/wizards/source/template.po4
-rw-r--r--translations/source/fr/xmlsecurity/source/component.po4
-rw-r--r--translations/source/fr/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ga/accessibility/source/helper.po5
-rw-r--r--translations/source/ga/avmedia/source/framework.po5
-rw-r--r--translations/source/ga/avmedia/source/viewer.po5
-rw-r--r--translations/source/ga/basctl/source/basicide.po13
-rw-r--r--translations/source/ga/basctl/source/dlged.po5
-rw-r--r--translations/source/ga/basic/source/app.po5
-rw-r--r--translations/source/ga/basic/source/classes.po5
-rw-r--r--translations/source/ga/basic/source/sbx.po5
-rw-r--r--translations/source/ga/chart2/source/controller/dialogs.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/ado.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/calc.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/dbase.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/evoab2.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/flat.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/hsqldb.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/jdbc.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/kab.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/macab.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/mozab.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/mysql.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/odbc.po5
-rw-r--r--translations/source/ga/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ga/connectivity/source/resource.po5
-rw-r--r--translations/source/ga/crashrep/source/all.po5
-rw-r--r--translations/source/ga/cui/source/customize.po5
-rw-r--r--translations/source/ga/cui/source/dialogs.po13
-rw-r--r--translations/source/ga/cui/source/options.po46
-rw-r--r--translations/source/ga/cui/source/tabpages.po9
-rw-r--r--translations/source/ga/dbaccess/source/core/resource.po5
-rw-r--r--translations/source/ga/dbaccess/source/ext/adabas.po5
-rw-r--r--translations/source/ga/dbaccess/source/ext/macromigration.po5
-rw-r--r--translations/source/ga/dbaccess/source/sdbtools/resource.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/app.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/browser.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/control.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/dlg.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/inc.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/misc.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/querydesign.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/relationdesign.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/tabledesign.po5
-rw-r--r--translations/source/ga/dbaccess/source/ui/uno.po5
-rw-r--r--translations/source/ga/desktop/source/app.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/gui.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/manager.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ga/desktop/source/deployment/registry.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/component.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/configuration.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/help.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/package.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/script.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/registry/sfwk.po5
-rw-r--r--translations/source/ga/desktop/source/deployment/unopkg.po5
-rw-r--r--translations/source/ga/desktop/win32/source/setup.po5
-rw-r--r--translations/source/ga/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ga/dictionaries/ar.po6
-rw-r--r--translations/source/ga/dictionaries/be_BY.po19
-rw-r--r--translations/source/ga/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ga/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ga/dictionaries/br_FR.po6
-rw-r--r--translations/source/ga/dictionaries/ca.po6
-rw-r--r--translations/source/ga/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ga/dictionaries/da_DK.po6
-rw-r--r--translations/source/ga/dictionaries/de.po6
-rw-r--r--translations/source/ga/dictionaries/el_GR.po19
-rw-r--r--translations/source/ga/dictionaries/en.po6
-rw-r--r--translations/source/ga/dictionaries/es_ES.po6
-rw-r--r--translations/source/ga/dictionaries/et_EE.po6
-rw-r--r--translations/source/ga/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ga/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ga/dictionaries/gl.po6
-rw-r--r--translations/source/ga/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ga/dictionaries/he_IL.po6
-rw-r--r--translations/source/ga/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ga/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ga/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ga/dictionaries/it_IT.po6
-rw-r--r--translations/source/ga/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ga/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ga/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ga/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ga/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ga/dictionaries/no.po6
-rw-r--r--translations/source/ga/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ga/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ga/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ga/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ga/dictionaries/ro.po6
-rw-r--r--translations/source/ga/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ga/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ga/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ga/dictionaries/sr.po6
-rw-r--r--translations/source/ga/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ga/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ga/dictionaries/te_IN.po19
-rw-r--r--translations/source/ga/dictionaries/th_TH.po6
-rw-r--r--translations/source/ga/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ga/dictionaries/vi.po6
-rw-r--r--translations/source/ga/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ga/editeng/source/accessibility.po5
-rw-r--r--translations/source/ga/editeng/source/editeng.po5
-rw-r--r--translations/source/ga/editeng/source/items.po5
-rw-r--r--translations/source/ga/editeng/source/misc.po5
-rw-r--r--translations/source/ga/editeng/source/outliner.po5
-rw-r--r--translations/source/ga/extensions/source/abpilot.po5
-rw-r--r--translations/source/ga/extensions/source/bibliography.po5
-rw-r--r--translations/source/ga/extensions/source/dbpilots.po5
-rw-r--r--translations/source/ga/extensions/source/propctrlr.po5
-rw-r--r--translations/source/ga/extensions/source/scanner.po9
-rw-r--r--translations/source/ga/extensions/source/update/check.po5
-rw-r--r--translations/source/ga/filter/source/config/fragments/filters.po5
-rw-r--r--translations/source/ga/filter/source/config/fragments/internalgraphicfilters.po5
-rw-r--r--translations/source/ga/filter/source/config/fragments/types.po5
-rw-r--r--translations/source/ga/filter/source/flash.po5
-rw-r--r--translations/source/ga/filter/source/graphicfilter/eps.po5
-rw-r--r--translations/source/ga/filter/source/pdf.po5
-rw-r--r--translations/source/ga/filter/source/t602.po5
-rw-r--r--translations/source/ga/filter/source/xsltdialog.po9
-rw-r--r--translations/source/ga/forms/source/resource.po5
-rw-r--r--translations/source/ga/formula/source/core/resource.po5
-rw-r--r--translations/source/ga/formula/source/ui/dlg.po5
-rw-r--r--translations/source/ga/fpicker/source/office.po5
-rw-r--r--translations/source/ga/framework/source/classes.po5
-rw-r--r--translations/source/ga/framework/source/services.po5
-rw-r--r--translations/source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po13
-rw-r--r--translations/source/ga/mysqlc/source.po13
-rw-r--r--translations/source/ga/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po5
-rw-r--r--translations/source/ga/officecfg/registry/data/org/openoffice/Office.po5
-rw-r--r--translations/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po31
-rw-r--r--translations/source/ga/padmin/source.po5
-rw-r--r--translations/source/ga/readlicense_oo/docs/readme.po7
-rw-r--r--translations/source/ga/reportbuilder/registry/data/org/openoffice/Office.po5
-rw-r--r--translations/source/ga/reportbuilder/registry/data/org/openoffice/Office/UI.po5
-rw-r--r--translations/source/ga/reportbuilder/registry/data/org/openoffice/TypeDetection.po5
-rw-r--r--translations/source/ga/reportbuilder/util.po8
-rw-r--r--translations/source/ga/reportdesign/source/core/resource.po5
-rw-r--r--translations/source/ga/reportdesign/source/ui/dlg.po5
-rw-r--r--translations/source/ga/reportdesign/source/ui/inspection.po5
-rw-r--r--translations/source/ga/reportdesign/source/ui/report.po5
-rw-r--r--translations/source/ga/sc/source/core/src.po5
-rw-r--r--translations/source/ga/sc/source/ui/cctrl.po5
-rw-r--r--translations/source/ga/sc/source/ui/dbgui.po5
-rw-r--r--translations/source/ga/sc/source/ui/docshell.po5
-rw-r--r--translations/source/ga/sc/source/ui/drawfunc.po5
-rw-r--r--translations/source/ga/sc/source/ui/formdlg.po5
-rw-r--r--translations/source/ga/sc/source/ui/miscdlgs.po9
-rw-r--r--translations/source/ga/sc/source/ui/navipi.po13
-rw-r--r--translations/source/ga/sc/source/ui/pagedlg.po5
-rw-r--r--translations/source/ga/sc/source/ui/src.po270
-rw-r--r--translations/source/ga/sc/source/ui/styleui.po5
-rw-r--r--translations/source/ga/scaddins/source/analysis.po5
-rw-r--r--translations/source/ga/scaddins/source/datefunc.po5
-rw-r--r--translations/source/ga/sccomp/source/solver.po5
-rw-r--r--translations/source/ga/scp2/source/accessories.po5
-rw-r--r--translations/source/ga/scp2/source/activex.po5
-rw-r--r--translations/source/ga/scp2/source/base.po5
-rw-r--r--translations/source/ga/scp2/source/binfilter.po5
-rw-r--r--translations/source/ga/scp2/source/calc.po5
-rw-r--r--translations/source/ga/scp2/source/draw.po5
-rw-r--r--translations/source/ga/scp2/source/extensions.po5
-rw-r--r--translations/source/ga/scp2/source/gnome.po5
-rw-r--r--translations/source/ga/scp2/source/graphicfilter.po5
-rw-r--r--translations/source/ga/scp2/source/impress.po5
-rw-r--r--translations/source/ga/scp2/source/javafilter.po5
-rw-r--r--translations/source/ga/scp2/source/kde.po5
-rw-r--r--translations/source/ga/scp2/source/math.po5
-rw-r--r--translations/source/ga/scp2/source/onlineupdate.po5
-rw-r--r--translations/source/ga/scp2/source/ooo.po671
-rw-r--r--translations/source/ga/scp2/source/python.po9
-rw-r--r--translations/source/ga/scp2/source/quickstart.po5
-rw-r--r--translations/source/ga/scp2/source/sdkoo.po5
-rw-r--r--translations/source/ga/scp2/source/testtool.po5
-rw-r--r--translations/source/ga/scp2/source/winexplorerext.po5
-rw-r--r--translations/source/ga/scp2/source/writer.po5
-rw-r--r--translations/source/ga/scp2/source/xsltfilter.po5
-rw-r--r--translations/source/ga/scripting/source/pyprov.po10
-rw-r--r--translations/source/ga/sd/source/core.po5
-rw-r--r--translations/source/ga/sd/source/filter/html.po5
-rw-r--r--translations/source/ga/sd/source/ui/accessibility.po5
-rw-r--r--translations/source/ga/sd/source/ui/animations.po5
-rw-r--r--translations/source/ga/sd/source/ui/annotations.po5
-rw-r--r--translations/source/ga/sd/source/ui/app.po5
-rw-r--r--translations/source/ga/sd/source/ui/dlg.po5
-rw-r--r--translations/source/ga/sd/source/ui/notes.po5
-rw-r--r--translations/source/ga/sd/source/ui/slideshow.po5
-rw-r--r--translations/source/ga/sd/source/ui/slidesorter/view.po5
-rw-r--r--translations/source/ga/sd/source/ui/table.po5
-rw-r--r--translations/source/ga/sd/source/ui/view.po5
-rw-r--r--translations/source/ga/sdext/source/minimizer.po6
-rw-r--r--translations/source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office.po5
-rw-r--r--translations/source/ga/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po13
-rw-r--r--translations/source/ga/sdext/source/pdfimport.po18
-rw-r--r--translations/source/ga/sdext/source/presenter.po6
-rw-r--r--translations/source/ga/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po5
-rw-r--r--translations/source/ga/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po5
-rw-r--r--translations/source/ga/setup_native/source/mac.po5
-rw-r--r--translations/source/ga/sfx2/source/appl.po5
-rw-r--r--translations/source/ga/sfx2/source/bastyp.po5
-rw-r--r--translations/source/ga/sfx2/source/dialog.po5
-rw-r--r--translations/source/ga/sfx2/source/doc.po5
-rw-r--r--translations/source/ga/sfx2/source/menu.po5
-rw-r--r--translations/source/ga/sfx2/source/view.po5
-rw-r--r--translations/source/ga/shell/source/win32/shlxthandler/res.po5
-rw-r--r--translations/source/ga/starmath/source.po37
-rw-r--r--translations/source/ga/svl/source/items.po5
-rw-r--r--translations/source/ga/svl/source/misc.po166
-rw-r--r--translations/source/ga/svtools/source/contnr.po5
-rw-r--r--translations/source/ga/svtools/source/control.po5
-rw-r--r--translations/source/ga/svtools/source/dialogs.po5
-rw-r--r--translations/source/ga/svtools/source/filter.po5
-rw-r--r--translations/source/ga/svtools/source/java.po5
-rw-r--r--translations/source/ga/svtools/source/misc.po9
-rw-r--r--translations/source/ga/svtools/source/plugapp.po5
-rw-r--r--translations/source/ga/svtools/source/toolpanel.po5
-rw-r--r--translations/source/ga/svtools/workben/unodialog.po5
-rw-r--r--translations/source/ga/svx/inc.po5
-rw-r--r--translations/source/ga/svx/source/accessibility.po5
-rw-r--r--translations/source/ga/svx/source/dialog.po50
-rw-r--r--translations/source/ga/svx/source/engine3d.po5
-rw-r--r--translations/source/ga/svx/source/fmcomp.po5
-rw-r--r--translations/source/ga/svx/source/form.po5
-rw-r--r--translations/source/ga/svx/source/gallery2.po5
-rw-r--r--translations/source/ga/svx/source/items.po5
-rw-r--r--translations/source/ga/svx/source/src.po5
-rw-r--r--translations/source/ga/svx/source/stbctrls.po5
-rw-r--r--translations/source/ga/svx/source/svdraw.po5
-rw-r--r--translations/source/ga/svx/source/table.po5
-rw-r--r--translations/source/ga/svx/source/tbxctrls.po5
-rw-r--r--translations/source/ga/svx/source/toolbars.po5
-rw-r--r--translations/source/ga/svx/source/unodialogs/textconversiondlgs.po5
-rw-r--r--translations/source/ga/sw/source/core/layout.po6
-rw-r--r--translations/source/ga/sw/source/core/undo.po5
-rw-r--r--translations/source/ga/sw/source/core/unocore.po5
-rw-r--r--translations/source/ga/sw/source/ui/app.po29
-rw-r--r--translations/source/ga/sw/source/ui/chrdlg.po9
-rw-r--r--translations/source/ga/sw/source/ui/config.po57
-rw-r--r--translations/source/ga/sw/source/ui/dbui.po5
-rw-r--r--translations/source/ga/sw/source/ui/dialog.po9
-rw-r--r--translations/source/ga/sw/source/ui/dochdl.po5
-rw-r--r--translations/source/ga/sw/source/ui/docvw.po5
-rw-r--r--translations/source/ga/sw/source/ui/envelp.po5
-rw-r--r--translations/source/ga/sw/source/ui/fldui.po5
-rw-r--r--translations/source/ga/sw/source/ui/fmtui.po5
-rw-r--r--translations/source/ga/sw/source/ui/frmdlg.po5
-rw-r--r--translations/source/ga/sw/source/ui/globdoc.po5
-rw-r--r--translations/source/ga/sw/source/ui/index.po5
-rw-r--r--translations/source/ga/sw/source/ui/lingu.po9
-rw-r--r--translations/source/ga/sw/source/ui/misc.po5
-rw-r--r--translations/source/ga/sw/source/ui/ribbar.po25
-rw-r--r--translations/source/ga/sw/source/ui/shells.po5
-rw-r--r--translations/source/ga/sw/source/ui/smartmenu.po5
-rw-r--r--translations/source/ga/sw/source/ui/table.po48
-rw-r--r--translations/source/ga/sw/source/ui/uiview.po5
-rw-r--r--translations/source/ga/sw/source/ui/utlui.po195
-rw-r--r--translations/source/ga/sw/source/ui/web.po5
-rw-r--r--translations/source/ga/sw/source/ui/wrtsh.po5
-rw-r--r--translations/source/ga/swext/mediawiki/help.po95
-rw-r--r--translations/source/ga/swext/mediawiki/src.po7
-rw-r--r--translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office.po5
-rw-r--r--translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po5
-rw-r--r--translations/source/ga/sysui/desktop/share.po5
-rw-r--r--translations/source/ga/uui/source.po5
-rw-r--r--translations/source/ga/vcl/source/src.po86
-rw-r--r--translations/source/ga/wizards/source/euro.po5
-rw-r--r--translations/source/ga/wizards/source/formwizard.po5
-rw-r--r--translations/source/ga/wizards/source/importwizard.po5
-rw-r--r--translations/source/ga/wizards/source/schedule.po5
-rw-r--r--translations/source/ga/wizards/source/template.po5
-rw-r--r--translations/source/ga/xmlsecurity/source/component.po5
-rw-r--r--translations/source/ga/xmlsecurity/source/dialogs.po5
-rw-r--r--translations/source/gd/accessibility/source/helper.po4
-rw-r--r--translations/source/gd/avmedia/source/framework.po4
-rw-r--r--translations/source/gd/avmedia/source/viewer.po4
-rw-r--r--translations/source/gd/basctl/source/basicide.po20
-rw-r--r--translations/source/gd/basctl/source/dlged.po4
-rw-r--r--translations/source/gd/basic/source/app.po14
-rw-r--r--translations/source/gd/basic/source/classes.po12
-rw-r--r--translations/source/gd/basic/source/sbx.po4
-rw-r--r--translations/source/gd/chart2/source/controller/dialogs.po12
-rw-r--r--translations/source/gd/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/gd/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/gd/connectivity/source/resource.po13
-rw-r--r--translations/source/gd/crashrep/source/all.po4
-rw-r--r--translations/source/gd/cui/source/customize.po8
-rw-r--r--translations/source/gd/cui/source/dialogs.po90
-rw-r--r--translations/source/gd/cui/source/options.po88
-rw-r--r--translations/source/gd/cui/source/tabpages.po34
-rw-r--r--translations/source/gd/dbaccess/source/core/resource.po20
-rw-r--r--translations/source/gd/dbaccess/source/ext/adabas.po13
-rw-r--r--translations/source/gd/dbaccess/source/ext/macromigration.po10
-rw-r--r--translations/source/gd/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/gd/dbaccess/source/ui/app.po57
-rw-r--r--translations/source/gd/dbaccess/source/ui/browser.po81
-rw-r--r--translations/source/gd/dbaccess/source/ui/control.po43
-rw-r--r--translations/source/gd/dbaccess/source/ui/dlg.po49
-rw-r--r--translations/source/gd/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/gd/dbaccess/source/ui/misc.po10
-rw-r--r--translations/source/gd/dbaccess/source/ui/querydesign.po147
-rw-r--r--translations/source/gd/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/gd/dbaccess/source/ui/tabledesign.po12
-rw-r--r--translations/source/gd/dbaccess/source/ui/uno.po8
-rw-r--r--translations/source/gd/desktop/source/app.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/gd/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/gd/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/gd/desktop/win32/source/setup.po4
-rw-r--r--translations/source/gd/dictionaries/af_ZA.po13
-rw-r--r--translations/source/gd/dictionaries/ar.po13
-rw-r--r--translations/source/gd/dictionaries/be_BY.po20
-rw-r--r--translations/source/gd/dictionaries/bg_BG.po13
-rw-r--r--translations/source/gd/dictionaries/bn_BD.po13
-rw-r--r--translations/source/gd/dictionaries/br_FR.po13
-rw-r--r--translations/source/gd/dictionaries/ca.po13
-rw-r--r--translations/source/gd/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/gd/dictionaries/da_DK.po13
-rw-r--r--translations/source/gd/dictionaries/de.po13
-rw-r--r--translations/source/gd/dictionaries/el_GR.po20
-rw-r--r--translations/source/gd/dictionaries/en.po13
-rw-r--r--translations/source/gd/dictionaries/es_ES.po13
-rw-r--r--translations/source/gd/dictionaries/et_EE.po13
-rw-r--r--translations/source/gd/dictionaries/fr_FR.po13
-rw-r--r--translations/source/gd/dictionaries/gd_GB.po20
-rw-r--r--translations/source/gd/dictionaries/gl.po13
-rw-r--r--translations/source/gd/dictionaries/gu_IN.po13
-rw-r--r--translations/source/gd/dictionaries/he_IL.po13
-rw-r--r--translations/source/gd/dictionaries/hi_IN.po13
-rw-r--r--translations/source/gd/dictionaries/hr_HR.po13
-rw-r--r--translations/source/gd/dictionaries/hu_HU.po13
-rw-r--r--translations/source/gd/dictionaries/it_IT.po13
-rw-r--r--translations/source/gd/dictionaries/ku_TR.po13
-rw-r--r--translations/source/gd/dictionaries/lt_LT.po13
-rw-r--r--translations/source/gd/dictionaries/lv_LV.po13
-rw-r--r--translations/source/gd/dictionaries/ne_NP.po13
-rw-r--r--translations/source/gd/dictionaries/nl_NL.po13
-rw-r--r--translations/source/gd/dictionaries/no.po13
-rw-r--r--translations/source/gd/dictionaries/oc_FR.po13
-rw-r--r--translations/source/gd/dictionaries/pl_PL.po13
-rw-r--r--translations/source/gd/dictionaries/pt_BR.po13
-rw-r--r--translations/source/gd/dictionaries/pt_PT.po13
-rw-r--r--translations/source/gd/dictionaries/ro.po13
-rw-r--r--translations/source/gd/dictionaries/ru_RU.po13
-rw-r--r--translations/source/gd/dictionaries/sk_SK.po13
-rw-r--r--translations/source/gd/dictionaries/sl_SI.po13
-rw-r--r--translations/source/gd/dictionaries/sr.po13
-rw-r--r--translations/source/gd/dictionaries/sv_SE.po13
-rw-r--r--translations/source/gd/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/gd/dictionaries/te_IN.po20
-rw-r--r--translations/source/gd/dictionaries/th_TH.po13
-rw-r--r--translations/source/gd/dictionaries/uk_UA.po13
-rw-r--r--translations/source/gd/dictionaries/vi.po13
-rw-r--r--translations/source/gd/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/gd/editeng/source/accessibility.po4
-rw-r--r--translations/source/gd/editeng/source/editeng.po8
-rw-r--r--translations/source/gd/editeng/source/items.po16
-rw-r--r--translations/source/gd/editeng/source/misc.po8
-rw-r--r--translations/source/gd/editeng/source/outliner.po4
-rw-r--r--translations/source/gd/extensions/source/abpilot.po18
-rw-r--r--translations/source/gd/extensions/source/bibliography.po8
-rw-r--r--translations/source/gd/extensions/source/dbpilots.po14
-rw-r--r--translations/source/gd/extensions/source/propctrlr.po10
-rw-r--r--translations/source/gd/extensions/source/scanner.po61
-rw-r--r--translations/source/gd/extensions/source/update/check.po14
-rw-r--r--translations/source/gd/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/gd/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/gd/filter/source/flash.po4
-rw-r--r--translations/source/gd/filter/source/graphicfilter/eps.po8
-rw-r--r--translations/source/gd/filter/source/pdf.po22
-rw-r--r--translations/source/gd/filter/source/t602.po4
-rw-r--r--translations/source/gd/filter/source/xsltdialog.po11
-rw-r--r--translations/source/gd/forms/source/resource.po8
-rw-r--r--translations/source/gd/formula/source/core/resource.po16
-rw-r--r--translations/source/gd/formula/source/ui/dlg.po10
-rw-r--r--translations/source/gd/fpicker/source/office.po14
-rw-r--r--translations/source/gd/framework/source/classes.po8
-rw-r--r--translations/source/gd/framework/source/services.po4
-rw-r--r--translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po69
-rw-r--r--translations/source/gd/mysqlc/source.po18
-rw-r--r--translations/source/gd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/gd/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--translations/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po232
-rw-r--r--translations/source/gd/padmin/source.po25
-rw-r--r--translations/source/gd/readlicense_oo/docs/readme.po24
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/TypeDetection.po8
-rw-r--r--translations/source/gd/reportbuilder/util.po17
-rw-r--r--translations/source/gd/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/gd/reportdesign/source/ui/dlg.po12
-rw-r--r--translations/source/gd/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/gd/reportdesign/source/ui/report.po22
-rw-r--r--translations/source/gd/sc/source/core/src.po4
-rw-r--r--translations/source/gd/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/gd/sc/source/ui/dbgui.po16
-rw-r--r--translations/source/gd/sc/source/ui/docshell.po4
-rw-r--r--translations/source/gd/sc/source/ui/drawfunc.po18
-rw-r--r--translations/source/gd/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/gd/sc/source/ui/miscdlgs.po20
-rw-r--r--translations/source/gd/sc/source/ui/navipi.po12
-rw-r--r--translations/source/gd/sc/source/ui/pagedlg.po8
-rw-r--r--translations/source/gd/sc/source/ui/src.po488
-rw-r--r--translations/source/gd/sc/source/ui/styleui.po4
-rw-r--r--translations/source/gd/scaddins/source/analysis.po4
-rw-r--r--translations/source/gd/scaddins/source/datefunc.po14
-rw-r--r--translations/source/gd/sccomp/source/solver.po4
-rw-r--r--translations/source/gd/scp2/source/accessories.po4
-rw-r--r--translations/source/gd/scp2/source/activex.po4
-rw-r--r--translations/source/gd/scp2/source/base.po4
-rw-r--r--translations/source/gd/scp2/source/binfilter.po4
-rw-r--r--translations/source/gd/scp2/source/calc.po10
-rw-r--r--translations/source/gd/scp2/source/draw.po4
-rw-r--r--translations/source/gd/scp2/source/extensions.po4
-rw-r--r--translations/source/gd/scp2/source/gnome.po4
-rw-r--r--translations/source/gd/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/gd/scp2/source/impress.po4
-rw-r--r--translations/source/gd/scp2/source/javafilter.po4
-rw-r--r--translations/source/gd/scp2/source/kde.po4
-rw-r--r--translations/source/gd/scp2/source/math.po4
-rw-r--r--translations/source/gd/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/gd/scp2/source/ooo.po981
-rw-r--r--translations/source/gd/scp2/source/python.po14
-rw-r--r--translations/source/gd/scp2/source/quickstart.po4
-rw-r--r--translations/source/gd/scp2/source/sdkoo.po4
-rw-r--r--translations/source/gd/scp2/source/testtool.po4
-rw-r--r--translations/source/gd/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/gd/scp2/source/writer.po4
-rw-r--r--translations/source/gd/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/gd/scripting/source/pyprov.po17
-rw-r--r--translations/source/gd/sd/source/core.po18
-rw-r--r--translations/source/gd/sd/source/filter/html.po4
-rw-r--r--translations/source/gd/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/gd/sd/source/ui/animations.po16
-rw-r--r--translations/source/gd/sd/source/ui/annotations.po10
-rw-r--r--translations/source/gd/sd/source/ui/app.po118
-rw-r--r--translations/source/gd/sd/source/ui/dlg.po36
-rw-r--r--translations/source/gd/sd/source/ui/notes.po4
-rw-r--r--translations/source/gd/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/gd/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/gd/sd/source/ui/table.po4
-rw-r--r--translations/source/gd/sd/source/ui/view.po12
-rw-r--r--translations/source/gd/sdext/source/minimizer.po15
-rw-r--r--translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po38
-rw-r--r--translations/source/gd/sdext/source/pdfimport.po22
-rw-r--r--translations/source/gd/sdext/source/presenter.po15
-rw-r--r--translations/source/gd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/gd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/gd/setup_native/source/mac.po10
-rw-r--r--translations/source/gd/sfx2/source/appl.po13
-rw-r--r--translations/source/gd/sfx2/source/bastyp.po10
-rw-r--r--translations/source/gd/sfx2/source/dialog.po25
-rw-r--r--translations/source/gd/sfx2/source/doc.po24
-rw-r--r--translations/source/gd/sfx2/source/menu.po4
-rw-r--r--translations/source/gd/sfx2/source/view.po12
-rw-r--r--translations/source/gd/shell/source/win32/shlxthandler/res.po10
-rw-r--r--translations/source/gd/starmath/source.po47
-rw-r--r--translations/source/gd/svl/source/items.po4
-rw-r--r--translations/source/gd/svl/source/misc.po168
-rw-r--r--translations/source/gd/svtools/source/contnr.po4
-rw-r--r--translations/source/gd/svtools/source/control.po4
-rw-r--r--translations/source/gd/svtools/source/dialogs.po20
-rw-r--r--translations/source/gd/svtools/source/filter.po12
-rw-r--r--translations/source/gd/svtools/source/java.po9
-rw-r--r--translations/source/gd/svtools/source/misc.po26
-rw-r--r--translations/source/gd/svtools/source/plugapp.po10
-rw-r--r--translations/source/gd/svtools/source/toolpanel.po4
-rw-r--r--translations/source/gd/svtools/workben/unodialog.po4
-rw-r--r--translations/source/gd/svx/inc.po18
-rw-r--r--translations/source/gd/svx/source/accessibility.po10
-rw-r--r--translations/source/gd/svx/source/dialog.po86
-rw-r--r--translations/source/gd/svx/source/engine3d.po4
-rw-r--r--translations/source/gd/svx/source/fmcomp.po4
-rw-r--r--translations/source/gd/svx/source/form.po26
-rw-r--r--translations/source/gd/svx/source/gallery2.po10
-rw-r--r--translations/source/gd/svx/source/items.po26
-rw-r--r--translations/source/gd/svx/source/src.po14
-rw-r--r--translations/source/gd/svx/source/stbctrls.po4
-rw-r--r--translations/source/gd/svx/source/svdraw.po14
-rw-r--r--translations/source/gd/svx/source/table.po4
-rw-r--r--translations/source/gd/svx/source/tbxctrls.po4
-rw-r--r--translations/source/gd/svx/source/toolbars.po4
-rw-r--r--translations/source/gd/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/gd/sw/source/core/layout.po15
-rw-r--r--translations/source/gd/sw/source/core/undo.po13
-rw-r--r--translations/source/gd/sw/source/core/unocore.po4
-rw-r--r--translations/source/gd/sw/source/ui/app.po44
-rw-r--r--translations/source/gd/sw/source/ui/chrdlg.po14
-rw-r--r--translations/source/gd/sw/source/ui/config.po66
-rw-r--r--translations/source/gd/sw/source/ui/dbui.po14
-rw-r--r--translations/source/gd/sw/source/ui/dialog.po14
-rw-r--r--translations/source/gd/sw/source/ui/dochdl.po10
-rw-r--r--translations/source/gd/sw/source/ui/docvw.po20
-rw-r--r--translations/source/gd/sw/source/ui/envelp.po14
-rw-r--r--translations/source/gd/sw/source/ui/fldui.po22
-rw-r--r--translations/source/gd/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/gd/sw/source/ui/frmdlg.po14
-rw-r--r--translations/source/gd/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/gd/sw/source/ui/index.po16
-rw-r--r--translations/source/gd/sw/source/ui/lingu.po18
-rw-r--r--translations/source/gd/sw/source/ui/misc.po593
-rw-r--r--translations/source/gd/sw/source/ui/ribbar.po229
-rw-r--r--translations/source/gd/sw/source/ui/shells.po14
-rw-r--r--translations/source/gd/sw/source/ui/smartmenu.po13
-rw-r--r--translations/source/gd/sw/source/ui/table.po309
-rw-r--r--translations/source/gd/sw/source/ui/uiview.po83
-rw-r--r--translations/source/gd/sw/source/ui/utlui.po1087
-rw-r--r--translations/source/gd/sw/source/ui/web.po33
-rw-r--r--translations/source/gd/sw/source/ui/wrtsh.po23
-rw-r--r--translations/source/gd/swext/mediawiki/help.po252
-rw-r--r--translations/source/gd/swext/mediawiki/src.po14
-rw-r--r--translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po13
-rw-r--r--translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po75
-rw-r--r--translations/source/gd/sysui/desktop/share.po7
-rw-r--r--translations/source/gd/uui/source.po371
-rw-r--r--translations/source/gd/vcl/source/src.po443
-rw-r--r--translations/source/gd/wizards/source/euro.po175
-rw-r--r--translations/source/gd/wizards/source/formwizard.po1328
-rw-r--r--translations/source/gd/wizards/source/importwizard.po163
-rw-r--r--translations/source/gd/wizards/source/schedule.po105
-rw-r--r--translations/source/gd/wizards/source/template.po127
-rw-r--r--translations/source/gd/xmlsecurity/source/component.po4
-rw-r--r--translations/source/gd/xmlsecurity/source/dialogs.po34
-rw-r--r--translations/source/gl/accessibility/source/helper.po4
-rw-r--r--translations/source/gl/avmedia/source/framework.po4
-rw-r--r--translations/source/gl/avmedia/source/viewer.po4
-rw-r--r--translations/source/gl/basctl/source/basicide.po15
-rw-r--r--translations/source/gl/basctl/source/dlged.po4
-rw-r--r--translations/source/gl/basic/source/app.po4
-rw-r--r--translations/source/gl/basic/source/classes.po4
-rw-r--r--translations/source/gl/basic/source/sbx.po4
-rw-r--r--translations/source/gl/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/gl/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/gl/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/gl/connectivity/source/resource.po9
-rw-r--r--translations/source/gl/crashrep/source/all.po10
-rw-r--r--translations/source/gl/cui/source/customize.po4
-rw-r--r--translations/source/gl/cui/source/dialogs.po80
-rw-r--r--translations/source/gl/cui/source/options.po60
-rw-r--r--translations/source/gl/cui/source/tabpages.po18
-rw-r--r--translations/source/gl/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/gl/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/gl/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/gl/dbaccess/source/sdbtools/resource.po8
-rw-r--r--translations/source/gl/dbaccess/source/ui/app.po21
-rw-r--r--translations/source/gl/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/dlg.po19
-rw-r--r--translations/source/gl/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/gl/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/gl/desktop/source/app.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/gl/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/gl/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/gl/desktop/win32/source/setup.po4
-rw-r--r--translations/source/gl/dictionaries/af_ZA.po13
-rw-r--r--translations/source/gl/dictionaries/ar.po13
-rw-r--r--translations/source/gl/dictionaries/be_BY.po19
-rw-r--r--translations/source/gl/dictionaries/bg_BG.po13
-rw-r--r--translations/source/gl/dictionaries/bn_BD.po13
-rw-r--r--translations/source/gl/dictionaries/br_FR.po13
-rw-r--r--translations/source/gl/dictionaries/ca.po13
-rw-r--r--translations/source/gl/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/gl/dictionaries/da_DK.po13
-rw-r--r--translations/source/gl/dictionaries/de.po13
-rw-r--r--translations/source/gl/dictionaries/el_GR.po19
-rw-r--r--translations/source/gl/dictionaries/en.po13
-rw-r--r--translations/source/gl/dictionaries/es_ES.po13
-rw-r--r--translations/source/gl/dictionaries/et_EE.po13
-rw-r--r--translations/source/gl/dictionaries/fr_FR.po13
-rw-r--r--translations/source/gl/dictionaries/gd_GB.po19
-rw-r--r--translations/source/gl/dictionaries/gl.po13
-rw-r--r--translations/source/gl/dictionaries/gu_IN.po13
-rw-r--r--translations/source/gl/dictionaries/he_IL.po13
-rw-r--r--translations/source/gl/dictionaries/hi_IN.po13
-rw-r--r--translations/source/gl/dictionaries/hr_HR.po13
-rw-r--r--translations/source/gl/dictionaries/hu_HU.po13
-rw-r--r--translations/source/gl/dictionaries/it_IT.po13
-rw-r--r--translations/source/gl/dictionaries/ku_TR.po13
-rw-r--r--translations/source/gl/dictionaries/lt_LT.po13
-rw-r--r--translations/source/gl/dictionaries/lv_LV.po13
-rw-r--r--translations/source/gl/dictionaries/ne_NP.po13
-rw-r--r--translations/source/gl/dictionaries/nl_NL.po13
-rw-r--r--translations/source/gl/dictionaries/no.po13
-rw-r--r--translations/source/gl/dictionaries/oc_FR.po13
-rw-r--r--translations/source/gl/dictionaries/pl_PL.po13
-rw-r--r--translations/source/gl/dictionaries/pt_BR.po13
-rw-r--r--translations/source/gl/dictionaries/pt_PT.po13
-rw-r--r--translations/source/gl/dictionaries/ro.po13
-rw-r--r--translations/source/gl/dictionaries/ru_RU.po13
-rw-r--r--translations/source/gl/dictionaries/sk_SK.po13
-rw-r--r--translations/source/gl/dictionaries/sl_SI.po13
-rw-r--r--translations/source/gl/dictionaries/sr.po13
-rw-r--r--translations/source/gl/dictionaries/sv_SE.po13
-rw-r--r--translations/source/gl/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/gl/dictionaries/te_IN.po19
-rw-r--r--translations/source/gl/dictionaries/th_TH.po13
-rw-r--r--translations/source/gl/dictionaries/uk_UA.po13
-rw-r--r--translations/source/gl/dictionaries/vi.po13
-rw-r--r--translations/source/gl/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/gl/editeng/source/accessibility.po4
-rw-r--r--translations/source/gl/editeng/source/editeng.po8
-rw-r--r--translations/source/gl/editeng/source/items.po4
-rw-r--r--translations/source/gl/editeng/source/misc.po4
-rw-r--r--translations/source/gl/editeng/source/outliner.po4
-rw-r--r--translations/source/gl/extensions/source/abpilot.po8
-rw-r--r--translations/source/gl/extensions/source/bibliography.po4
-rw-r--r--translations/source/gl/extensions/source/dbpilots.po4
-rw-r--r--translations/source/gl/extensions/source/propctrlr.po4
-rw-r--r--translations/source/gl/extensions/source/scanner.po12
-rw-r--r--translations/source/gl/extensions/source/update/check.po13
-rw-r--r--translations/source/gl/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/gl/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/gl/filter/source/flash.po4
-rw-r--r--translations/source/gl/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/gl/filter/source/pdf.po14
-rw-r--r--translations/source/gl/filter/source/t602.po4
-rw-r--r--translations/source/gl/filter/source/xsltdialog.po12
-rw-r--r--translations/source/gl/forms/source/resource.po4
-rw-r--r--translations/source/gl/formula/source/core/resource.po16
-rw-r--r--translations/source/gl/formula/source/ui/dlg.po4
-rw-r--r--translations/source/gl/fpicker/source/office.po4
-rw-r--r--translations/source/gl/framework/source/classes.po10
-rw-r--r--translations/source/gl/framework/source/services.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/01.po226
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/05.po66
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/guide.po54
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/guide.po27
-rw-r--r--translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po25
-rw-r--r--translations/source/gl/mysqlc/source.po16
-rw-r--r--translations/source/gl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/gl/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po45
-rw-r--r--translations/source/gl/padmin/source.po4
-rw-r--r--translations/source/gl/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/gl/reportbuilder/util.po15
-rw-r--r--translations/source/gl/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/gl/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/gl/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/gl/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/gl/sc/source/core/src.po4
-rw-r--r--translations/source/gl/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/gl/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/gl/sc/source/ui/docshell.po4
-rw-r--r--translations/source/gl/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/gl/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/gl/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/gl/sc/source/ui/navipi.po9
-rw-r--r--translations/source/gl/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/gl/sc/source/ui/src.po349
-rw-r--r--translations/source/gl/sc/source/ui/styleui.po4
-rw-r--r--translations/source/gl/scaddins/source/analysis.po4
-rw-r--r--translations/source/gl/scaddins/source/datefunc.po4
-rw-r--r--translations/source/gl/sccomp/source/solver.po4
-rw-r--r--translations/source/gl/scp2/source/accessories.po22
-rw-r--r--translations/source/gl/scp2/source/activex.po4
-rw-r--r--translations/source/gl/scp2/source/base.po4
-rw-r--r--translations/source/gl/scp2/source/binfilter.po4
-rw-r--r--translations/source/gl/scp2/source/calc.po8
-rw-r--r--translations/source/gl/scp2/source/draw.po4
-rw-r--r--translations/source/gl/scp2/source/extensions.po22
-rw-r--r--translations/source/gl/scp2/source/gnome.po4
-rw-r--r--translations/source/gl/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/gl/scp2/source/impress.po4
-rw-r--r--translations/source/gl/scp2/source/javafilter.po4
-rw-r--r--translations/source/gl/scp2/source/kde.po4
-rw-r--r--translations/source/gl/scp2/source/math.po4
-rw-r--r--translations/source/gl/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/gl/scp2/source/ooo.po1004
-rw-r--r--translations/source/gl/scp2/source/python.po8
-rw-r--r--translations/source/gl/scp2/source/quickstart.po4
-rw-r--r--translations/source/gl/scp2/source/sdkoo.po4
-rw-r--r--translations/source/gl/scp2/source/testtool.po4
-rw-r--r--translations/source/gl/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/gl/scp2/source/writer.po4
-rw-r--r--translations/source/gl/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/gl/scripting/source/pyprov.po15
-rw-r--r--translations/source/gl/sd/source/core.po4
-rw-r--r--translations/source/gl/sd/source/filter/html.po4
-rw-r--r--translations/source/gl/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/gl/sd/source/ui/animations.po4
-rw-r--r--translations/source/gl/sd/source/ui/annotations.po4
-rw-r--r--translations/source/gl/sd/source/ui/app.po37
-rw-r--r--translations/source/gl/sd/source/ui/dlg.po10
-rw-r--r--translations/source/gl/sd/source/ui/notes.po4
-rw-r--r--translations/source/gl/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/gl/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/gl/sd/source/ui/table.po4
-rw-r--r--translations/source/gl/sd/source/ui/view.po4
-rw-r--r--translations/source/gl/sdext/source/minimizer.po15
-rw-r--r--translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/gl/sdext/source/pdfimport.po17
-rw-r--r--translations/source/gl/sdext/source/presenter.po15
-rw-r--r--translations/source/gl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/gl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/gl/setup_native/source/mac.po4
-rw-r--r--translations/source/gl/sfx2/source/appl.po4
-rw-r--r--translations/source/gl/sfx2/source/bastyp.po4
-rw-r--r--translations/source/gl/sfx2/source/dialog.po13
-rw-r--r--translations/source/gl/sfx2/source/doc.po4
-rw-r--r--translations/source/gl/sfx2/source/menu.po4
-rw-r--r--translations/source/gl/sfx2/source/view.po4
-rw-r--r--translations/source/gl/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/gl/starmath/source.po41
-rw-r--r--translations/source/gl/svl/source/items.po4
-rw-r--r--translations/source/gl/svl/source/misc.po166
-rw-r--r--translations/source/gl/svtools/source/contnr.po4
-rw-r--r--translations/source/gl/svtools/source/control.po4
-rw-r--r--translations/source/gl/svtools/source/dialogs.po8
-rw-r--r--translations/source/gl/svtools/source/filter.po4
-rw-r--r--translations/source/gl/svtools/source/java.po9
-rw-r--r--translations/source/gl/svtools/source/misc.po18
-rw-r--r--translations/source/gl/svtools/source/plugapp.po4
-rw-r--r--translations/source/gl/svtools/source/toolpanel.po4
-rw-r--r--translations/source/gl/svtools/workben/unodialog.po4
-rw-r--r--translations/source/gl/svx/inc.po10
-rw-r--r--translations/source/gl/svx/source/accessibility.po4
-rw-r--r--translations/source/gl/svx/source/dialog.po46
-rw-r--r--translations/source/gl/svx/source/engine3d.po4
-rw-r--r--translations/source/gl/svx/source/fmcomp.po4
-rw-r--r--translations/source/gl/svx/source/form.po4
-rw-r--r--translations/source/gl/svx/source/gallery2.po4
-rw-r--r--translations/source/gl/svx/source/items.po4
-rw-r--r--translations/source/gl/svx/source/src.po4
-rw-r--r--translations/source/gl/svx/source/stbctrls.po4
-rw-r--r--translations/source/gl/svx/source/svdraw.po4
-rw-r--r--translations/source/gl/svx/source/table.po4
-rw-r--r--translations/source/gl/svx/source/tbxctrls.po4
-rw-r--r--translations/source/gl/svx/source/toolbars.po4
-rw-r--r--translations/source/gl/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/gl/sw/source/core/layout.po15
-rw-r--r--translations/source/gl/sw/source/core/undo.po11
-rw-r--r--translations/source/gl/sw/source/core/unocore.po4
-rw-r--r--translations/source/gl/sw/source/ui/app.po40
-rw-r--r--translations/source/gl/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/gl/sw/source/ui/config.po60
-rw-r--r--translations/source/gl/sw/source/ui/dbui.po12
-rw-r--r--translations/source/gl/sw/source/ui/dialog.po8
-rw-r--r--translations/source/gl/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/gl/sw/source/ui/docvw.po14
-rw-r--r--translations/source/gl/sw/source/ui/envelp.po4
-rw-r--r--translations/source/gl/sw/source/ui/fldui.po4
-rw-r--r--translations/source/gl/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/gl/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/gl/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/gl/sw/source/ui/index.po4
-rw-r--r--translations/source/gl/sw/source/ui/lingu.po8
-rw-r--r--translations/source/gl/sw/source/ui/misc.po8
-rw-r--r--translations/source/gl/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/gl/sw/source/ui/shells.po4
-rw-r--r--translations/source/gl/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/gl/sw/source/ui/table.po44
-rw-r--r--translations/source/gl/sw/source/ui/uiview.po4
-rw-r--r--translations/source/gl/sw/source/ui/utlui.po187
-rw-r--r--translations/source/gl/sw/source/ui/web.po4
-rw-r--r--translations/source/gl/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/gl/swext/mediawiki/help.po91
-rw-r--r--translations/source/gl/swext/mediawiki/src.po12
-rw-r--r--translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/gl/sysui/desktop/share.po7
-rw-r--r--translations/source/gl/uui/source.po10
-rw-r--r--translations/source/gl/vcl/source/src.po84
-rw-r--r--translations/source/gl/wizards/source/euro.po8
-rw-r--r--translations/source/gl/wizards/source/formwizard.po4
-rw-r--r--translations/source/gl/wizards/source/importwizard.po32
-rw-r--r--translations/source/gl/wizards/source/schedule.po4
-rw-r--r--translations/source/gl/wizards/source/template.po4
-rw-r--r--translations/source/gl/xmlsecurity/source/component.po4
-rw-r--r--translations/source/gl/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/gu/accessibility/source/helper.po4
-rw-r--r--translations/source/gu/avmedia/source/framework.po4
-rw-r--r--translations/source/gu/avmedia/source/viewer.po4
-rw-r--r--translations/source/gu/basctl/source/basicide.po12
-rw-r--r--translations/source/gu/basctl/source/dlged.po4
-rw-r--r--translations/source/gu/basic/source/app.po4
-rw-r--r--translations/source/gu/basic/source/classes.po4
-rw-r--r--translations/source/gu/basic/source/sbx.po4
-rw-r--r--translations/source/gu/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/gu/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/gu/connectivity/source/resource.po4
-rw-r--r--translations/source/gu/crashrep/source/all.po4
-rw-r--r--translations/source/gu/cui/source/customize.po4
-rw-r--r--translations/source/gu/cui/source/dialogs.po12
-rw-r--r--translations/source/gu/cui/source/options.po44
-rw-r--r--translations/source/gu/cui/source/tabpages.po8
-rw-r--r--translations/source/gu/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/gu/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/gu/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/gu/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/gu/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/gu/desktop/source/app.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/gu/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/gu/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/gu/desktop/win32/source/setup.po4
-rw-r--r--translations/source/gu/dictionaries/af_ZA.po6
-rw-r--r--translations/source/gu/dictionaries/ar.po6
-rw-r--r--translations/source/gu/dictionaries/be_BY.po19
-rw-r--r--translations/source/gu/dictionaries/bg_BG.po6
-rw-r--r--translations/source/gu/dictionaries/bn_BD.po6
-rw-r--r--translations/source/gu/dictionaries/br_FR.po6
-rw-r--r--translations/source/gu/dictionaries/ca.po6
-rw-r--r--translations/source/gu/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/gu/dictionaries/da_DK.po6
-rw-r--r--translations/source/gu/dictionaries/de.po6
-rw-r--r--translations/source/gu/dictionaries/el_GR.po19
-rw-r--r--translations/source/gu/dictionaries/en.po6
-rw-r--r--translations/source/gu/dictionaries/es_ES.po6
-rw-r--r--translations/source/gu/dictionaries/et_EE.po6
-rw-r--r--translations/source/gu/dictionaries/fr_FR.po6
-rw-r--r--translations/source/gu/dictionaries/gd_GB.po19
-rw-r--r--translations/source/gu/dictionaries/gl.po6
-rw-r--r--translations/source/gu/dictionaries/gu_IN.po6
-rw-r--r--translations/source/gu/dictionaries/he_IL.po6
-rw-r--r--translations/source/gu/dictionaries/hi_IN.po6
-rw-r--r--translations/source/gu/dictionaries/hr_HR.po6
-rw-r--r--translations/source/gu/dictionaries/hu_HU.po6
-rw-r--r--translations/source/gu/dictionaries/it_IT.po6
-rw-r--r--translations/source/gu/dictionaries/ku_TR.po6
-rw-r--r--translations/source/gu/dictionaries/lt_LT.po6
-rw-r--r--translations/source/gu/dictionaries/lv_LV.po6
-rw-r--r--translations/source/gu/dictionaries/ne_NP.po6
-rw-r--r--translations/source/gu/dictionaries/nl_NL.po6
-rw-r--r--translations/source/gu/dictionaries/no.po6
-rw-r--r--translations/source/gu/dictionaries/oc_FR.po6
-rw-r--r--translations/source/gu/dictionaries/pl_PL.po6
-rw-r--r--translations/source/gu/dictionaries/pt_BR.po6
-rw-r--r--translations/source/gu/dictionaries/pt_PT.po6
-rw-r--r--translations/source/gu/dictionaries/ro.po6
-rw-r--r--translations/source/gu/dictionaries/ru_RU.po6
-rw-r--r--translations/source/gu/dictionaries/sk_SK.po6
-rw-r--r--translations/source/gu/dictionaries/sl_SI.po6
-rw-r--r--translations/source/gu/dictionaries/sr.po6
-rw-r--r--translations/source/gu/dictionaries/sv_SE.po6
-rw-r--r--translations/source/gu/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/gu/dictionaries/te_IN.po19
-rw-r--r--translations/source/gu/dictionaries/th_TH.po6
-rw-r--r--translations/source/gu/dictionaries/uk_UA.po6
-rw-r--r--translations/source/gu/dictionaries/vi.po6
-rw-r--r--translations/source/gu/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/gu/editeng/source/accessibility.po4
-rw-r--r--translations/source/gu/editeng/source/editeng.po4
-rw-r--r--translations/source/gu/editeng/source/items.po4
-rw-r--r--translations/source/gu/editeng/source/misc.po4
-rw-r--r--translations/source/gu/editeng/source/outliner.po4
-rw-r--r--translations/source/gu/extensions/source/abpilot.po4
-rw-r--r--translations/source/gu/extensions/source/bibliography.po4
-rw-r--r--translations/source/gu/extensions/source/dbpilots.po4
-rw-r--r--translations/source/gu/extensions/source/propctrlr.po4
-rw-r--r--translations/source/gu/extensions/source/scanner.po8
-rw-r--r--translations/source/gu/extensions/source/update/check.po4
-rw-r--r--translations/source/gu/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/gu/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/gu/filter/source/flash.po4
-rw-r--r--translations/source/gu/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/gu/filter/source/pdf.po4
-rw-r--r--translations/source/gu/filter/source/t602.po4
-rw-r--r--translations/source/gu/filter/source/xsltdialog.po8
-rw-r--r--translations/source/gu/forms/source/resource.po4
-rw-r--r--translations/source/gu/formula/source/core/resource.po4
-rw-r--r--translations/source/gu/formula/source/ui/dlg.po4
-rw-r--r--translations/source/gu/fpicker/source/office.po4
-rw-r--r--translations/source/gu/framework/source/classes.po4
-rw-r--r--translations/source/gu/framework/source/services.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/01.po71
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/guide.po48
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/gu/mysqlc/source.po12
-rw-r--r--translations/source/gu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/gu/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/gu/padmin/source.po4
-rw-r--r--translations/source/gu/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/gu/reportbuilder/util.po8
-rw-r--r--translations/source/gu/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/gu/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/gu/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/gu/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/gu/sc/source/core/src.po4
-rw-r--r--translations/source/gu/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/gu/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/gu/sc/source/ui/docshell.po4
-rw-r--r--translations/source/gu/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/gu/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/gu/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/gu/sc/source/ui/navipi.po11
-rw-r--r--translations/source/gu/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/gu/sc/source/ui/src.po268
-rw-r--r--translations/source/gu/sc/source/ui/styleui.po4
-rw-r--r--translations/source/gu/scaddins/source/analysis.po4
-rw-r--r--translations/source/gu/scaddins/source/datefunc.po4
-rw-r--r--translations/source/gu/sccomp/source/solver.po4
-rw-r--r--translations/source/gu/scp2/source/accessories.po4
-rw-r--r--translations/source/gu/scp2/source/activex.po4
-rw-r--r--translations/source/gu/scp2/source/base.po4
-rw-r--r--translations/source/gu/scp2/source/binfilter.po4
-rw-r--r--translations/source/gu/scp2/source/calc.po4
-rw-r--r--translations/source/gu/scp2/source/draw.po4
-rw-r--r--translations/source/gu/scp2/source/extensions.po4
-rw-r--r--translations/source/gu/scp2/source/gnome.po4
-rw-r--r--translations/source/gu/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/gu/scp2/source/impress.po4
-rw-r--r--translations/source/gu/scp2/source/javafilter.po4
-rw-r--r--translations/source/gu/scp2/source/kde.po4
-rw-r--r--translations/source/gu/scp2/source/math.po4
-rw-r--r--translations/source/gu/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/gu/scp2/source/ooo.po669
-rw-r--r--translations/source/gu/scp2/source/python.po8
-rw-r--r--translations/source/gu/scp2/source/quickstart.po4
-rw-r--r--translations/source/gu/scp2/source/sdkoo.po4
-rw-r--r--translations/source/gu/scp2/source/testtool.po4
-rw-r--r--translations/source/gu/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/gu/scp2/source/writer.po4
-rw-r--r--translations/source/gu/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/gu/scripting/source/pyprov.po10
-rw-r--r--translations/source/gu/sd/source/core.po4
-rw-r--r--translations/source/gu/sd/source/filter/html.po4
-rw-r--r--translations/source/gu/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/gu/sd/source/ui/animations.po4
-rw-r--r--translations/source/gu/sd/source/ui/annotations.po4
-rw-r--r--translations/source/gu/sd/source/ui/app.po4
-rw-r--r--translations/source/gu/sd/source/ui/dlg.po4
-rw-r--r--translations/source/gu/sd/source/ui/notes.po4
-rw-r--r--translations/source/gu/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/gu/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/gu/sd/source/ui/table.po4
-rw-r--r--translations/source/gu/sd/source/ui/view.po4
-rw-r--r--translations/source/gu/sdext/source/minimizer.po6
-rw-r--r--translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/gu/sdext/source/pdfimport.po16
-rw-r--r--translations/source/gu/sdext/source/presenter.po6
-rw-r--r--translations/source/gu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/gu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/gu/setup_native/source/mac.po4
-rw-r--r--translations/source/gu/sfx2/source/appl.po4
-rw-r--r--translations/source/gu/sfx2/source/bastyp.po4
-rw-r--r--translations/source/gu/sfx2/source/dialog.po4
-rw-r--r--translations/source/gu/sfx2/source/doc.po4
-rw-r--r--translations/source/gu/sfx2/source/menu.po4
-rw-r--r--translations/source/gu/sfx2/source/view.po4
-rw-r--r--translations/source/gu/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/gu/starmath/source.po36
-rw-r--r--translations/source/gu/svl/source/items.po4
-rw-r--r--translations/source/gu/svl/source/misc.po165
-rw-r--r--translations/source/gu/svtools/source/contnr.po4
-rw-r--r--translations/source/gu/svtools/source/control.po4
-rw-r--r--translations/source/gu/svtools/source/dialogs.po4
-rw-r--r--translations/source/gu/svtools/source/filter.po4
-rw-r--r--translations/source/gu/svtools/source/java.po4
-rw-r--r--translations/source/gu/svtools/source/misc.po8
-rw-r--r--translations/source/gu/svtools/source/plugapp.po4
-rw-r--r--translations/source/gu/svtools/source/toolpanel.po4
-rw-r--r--translations/source/gu/svtools/workben/unodialog.po4
-rw-r--r--translations/source/gu/svx/inc.po4
-rw-r--r--translations/source/gu/svx/source/accessibility.po4
-rw-r--r--translations/source/gu/svx/source/dialog.po48
-rw-r--r--translations/source/gu/svx/source/engine3d.po4
-rw-r--r--translations/source/gu/svx/source/fmcomp.po4
-rw-r--r--translations/source/gu/svx/source/form.po4
-rw-r--r--translations/source/gu/svx/source/gallery2.po4
-rw-r--r--translations/source/gu/svx/source/items.po4
-rw-r--r--translations/source/gu/svx/source/src.po4
-rw-r--r--translations/source/gu/svx/source/stbctrls.po4
-rw-r--r--translations/source/gu/svx/source/svdraw.po4
-rw-r--r--translations/source/gu/svx/source/table.po4
-rw-r--r--translations/source/gu/svx/source/tbxctrls.po4
-rw-r--r--translations/source/gu/svx/source/toolbars.po4
-rw-r--r--translations/source/gu/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/gu/sw/source/core/layout.po6
-rw-r--r--translations/source/gu/sw/source/core/undo.po4
-rw-r--r--translations/source/gu/sw/source/core/unocore.po4
-rw-r--r--translations/source/gu/sw/source/ui/app.po28
-rw-r--r--translations/source/gu/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/gu/sw/source/ui/config.po56
-rw-r--r--translations/source/gu/sw/source/ui/dbui.po4
-rw-r--r--translations/source/gu/sw/source/ui/dialog.po8
-rw-r--r--translations/source/gu/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/gu/sw/source/ui/docvw.po4
-rw-r--r--translations/source/gu/sw/source/ui/envelp.po4
-rw-r--r--translations/source/gu/sw/source/ui/fldui.po4
-rw-r--r--translations/source/gu/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/gu/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/gu/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/gu/sw/source/ui/index.po4
-rw-r--r--translations/source/gu/sw/source/ui/lingu.po8
-rw-r--r--translations/source/gu/sw/source/ui/misc.po4
-rw-r--r--translations/source/gu/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/gu/sw/source/ui/shells.po4
-rw-r--r--translations/source/gu/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/gu/sw/source/ui/table.po46
-rw-r--r--translations/source/gu/sw/source/ui/uiview.po4
-rw-r--r--translations/source/gu/sw/source/ui/utlui.po194
-rw-r--r--translations/source/gu/sw/source/ui/web.po4
-rw-r--r--translations/source/gu/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/gu/swext/mediawiki/help.po93
-rw-r--r--translations/source/gu/swext/mediawiki/src.po6
-rw-r--r--translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/gu/sysui/desktop/share.po4
-rw-r--r--translations/source/gu/uui/source.po4
-rw-r--r--translations/source/gu/vcl/source/src.po84
-rw-r--r--translations/source/gu/wizards/source/euro.po4
-rw-r--r--translations/source/gu/wizards/source/formwizard.po4
-rw-r--r--translations/source/gu/wizards/source/importwizard.po4
-rw-r--r--translations/source/gu/wizards/source/schedule.po4
-rw-r--r--translations/source/gu/wizards/source/template.po4
-rw-r--r--translations/source/gu/xmlsecurity/source/component.po4
-rw-r--r--translations/source/gu/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/he/accessibility/source/helper.po4
-rw-r--r--translations/source/he/avmedia/source/framework.po4
-rw-r--r--translations/source/he/avmedia/source/viewer.po4
-rw-r--r--translations/source/he/basctl/source/basicide.po20
-rw-r--r--translations/source/he/basctl/source/dlged.po4
-rw-r--r--translations/source/he/basic/source/app.po491
-rw-r--r--translations/source/he/basic/source/classes.po4
-rw-r--r--translations/source/he/basic/source/sbx.po4
-rw-r--r--translations/source/he/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/he/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/he/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/he/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/he/connectivity/source/drivers/evoab2.po10
-rw-r--r--translations/source/he/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/he/connectivity/source/drivers/hsqldb.po10
-rw-r--r--translations/source/he/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/he/connectivity/source/drivers/kab.po10
-rw-r--r--translations/source/he/connectivity/source/drivers/macab.po10
-rw-r--r--translations/source/he/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/he/connectivity/source/drivers/mysql.po14
-rw-r--r--translations/source/he/connectivity/source/drivers/odbc.po10
-rw-r--r--translations/source/he/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/he/connectivity/source/resource.po57
-rw-r--r--translations/source/he/crashrep/source/all.po4
-rw-r--r--translations/source/he/cui/source/customize.po4
-rw-r--r--translations/source/he/cui/source/dialogs.po88
-rw-r--r--translations/source/he/cui/source/options.po124
-rw-r--r--translations/source/he/cui/source/tabpages.po129
-rw-r--r--translations/source/he/dbaccess/source/core/resource.po45
-rw-r--r--translations/source/he/dbaccess/source/ext/adabas.po23
-rw-r--r--translations/source/he/dbaccess/source/ext/macromigration.po16
-rw-r--r--translations/source/he/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/app.po27
-rw-r--r--translations/source/he/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/dlg.po73
-rw-r--r--translations/source/he/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/he/dbaccess/source/ui/tabledesign.po10
-rw-r--r--translations/source/he/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/he/desktop/source/app.po4
-rw-r--r--translations/source/he/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/he/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/he/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/he/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/he/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/he/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/he/desktop/win32/source/setup.po8
-rw-r--r--translations/source/he/dictionaries/af_ZA.po12
-rw-r--r--translations/source/he/dictionaries/ar.po12
-rw-r--r--translations/source/he/dictionaries/be_BY.po20
-rw-r--r--translations/source/he/dictionaries/bg_BG.po12
-rw-r--r--translations/source/he/dictionaries/bn_BD.po12
-rw-r--r--translations/source/he/dictionaries/br_FR.po12
-rw-r--r--translations/source/he/dictionaries/ca.po12
-rw-r--r--translations/source/he/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/he/dictionaries/da_DK.po12
-rw-r--r--translations/source/he/dictionaries/de.po12
-rw-r--r--translations/source/he/dictionaries/el_GR.po20
-rw-r--r--translations/source/he/dictionaries/en.po12
-rw-r--r--translations/source/he/dictionaries/es_ES.po12
-rw-r--r--translations/source/he/dictionaries/et_EE.po12
-rw-r--r--translations/source/he/dictionaries/fr_FR.po12
-rw-r--r--translations/source/he/dictionaries/gd_GB.po20
-rw-r--r--translations/source/he/dictionaries/gl.po12
-rw-r--r--translations/source/he/dictionaries/gu_IN.po12
-rw-r--r--translations/source/he/dictionaries/he_IL.po12
-rw-r--r--translations/source/he/dictionaries/hi_IN.po12
-rw-r--r--translations/source/he/dictionaries/hr_HR.po12
-rw-r--r--translations/source/he/dictionaries/hu_HU.po12
-rw-r--r--translations/source/he/dictionaries/it_IT.po12
-rw-r--r--translations/source/he/dictionaries/ku_TR.po12
-rw-r--r--translations/source/he/dictionaries/lt_LT.po12
-rw-r--r--translations/source/he/dictionaries/lv_LV.po12
-rw-r--r--translations/source/he/dictionaries/ne_NP.po12
-rw-r--r--translations/source/he/dictionaries/nl_NL.po12
-rw-r--r--translations/source/he/dictionaries/no.po12
-rw-r--r--translations/source/he/dictionaries/oc_FR.po12
-rw-r--r--translations/source/he/dictionaries/pl_PL.po12
-rw-r--r--translations/source/he/dictionaries/pt_BR.po12
-rw-r--r--translations/source/he/dictionaries/pt_PT.po12
-rw-r--r--translations/source/he/dictionaries/ro.po12
-rw-r--r--translations/source/he/dictionaries/ru_RU.po12
-rw-r--r--translations/source/he/dictionaries/sk_SK.po12
-rw-r--r--translations/source/he/dictionaries/sl_SI.po12
-rw-r--r--translations/source/he/dictionaries/sr.po12
-rw-r--r--translations/source/he/dictionaries/sv_SE.po12
-rw-r--r--translations/source/he/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/he/dictionaries/te_IN.po20
-rw-r--r--translations/source/he/dictionaries/th_TH.po12
-rw-r--r--translations/source/he/dictionaries/uk_UA.po12
-rw-r--r--translations/source/he/dictionaries/vi.po12
-rw-r--r--translations/source/he/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/he/editeng/source/accessibility.po4
-rw-r--r--translations/source/he/editeng/source/editeng.po8
-rw-r--r--translations/source/he/editeng/source/items.po10
-rw-r--r--translations/source/he/editeng/source/misc.po4
-rw-r--r--translations/source/he/editeng/source/outliner.po4
-rw-r--r--translations/source/he/extensions/source/abpilot.po10
-rw-r--r--translations/source/he/extensions/source/bibliography.po4
-rw-r--r--translations/source/he/extensions/source/dbpilots.po4
-rw-r--r--translations/source/he/extensions/source/propctrlr.po8
-rw-r--r--translations/source/he/extensions/source/scanner.po12
-rw-r--r--translations/source/he/extensions/source/update/check.po14
-rw-r--r--translations/source/he/filter/source/config/fragments/filters.po41
-rw-r--r--translations/source/he/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/he/filter/source/config/fragments/types.po28
-rw-r--r--translations/source/he/filter/source/flash.po4
-rw-r--r--translations/source/he/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/he/filter/source/pdf.po24
-rw-r--r--translations/source/he/filter/source/t602.po4
-rw-r--r--translations/source/he/filter/source/xsltdialog.po8
-rw-r--r--translations/source/he/forms/source/resource.po4
-rw-r--r--translations/source/he/formula/source/core/resource.po553
-rw-r--r--translations/source/he/formula/source/ui/dlg.po62
-rw-r--r--translations/source/he/fpicker/source/office.po4
-rw-r--r--translations/source/he/framework/source/classes.po4
-rw-r--r--translations/source/he/framework/source/services.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared.po26
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc.po38
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/00.po93
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/he/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared.po22
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/01.po80
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/guide.po46
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/optionen.po33
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/he/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/01.po173
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/guide.po25
-rw-r--r--translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po21
-rw-r--r--translations/source/he/mysqlc/source.po18
-rw-r--r--translations/source/he/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/he/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/he/officecfg/registry/data/org/openoffice/Office/UI.po356
-rw-r--r--translations/source/he/padmin/source.po4
-rw-r--r--translations/source/he/readlicense_oo/docs/readme.po22
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/he/reportbuilder/util.po16
-rw-r--r--translations/source/he/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/he/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/he/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/he/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/he/sc/source/core/src.po4
-rw-r--r--translations/source/he/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/he/sc/source/ui/dbgui.po10
-rw-r--r--translations/source/he/sc/source/ui/docshell.po4
-rw-r--r--translations/source/he/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/he/sc/source/ui/formdlg.po10
-rw-r--r--translations/source/he/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/he/sc/source/ui/navipi.po10
-rw-r--r--translations/source/he/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/he/sc/source/ui/src.po308
-rw-r--r--translations/source/he/sc/source/ui/styleui.po4
-rw-r--r--translations/source/he/scaddins/source/analysis.po4
-rw-r--r--translations/source/he/scaddins/source/datefunc.po4
-rw-r--r--translations/source/he/sccomp/source/solver.po4
-rw-r--r--translations/source/he/scp2/source/accessories.po498
-rw-r--r--translations/source/he/scp2/source/activex.po4
-rw-r--r--translations/source/he/scp2/source/base.po4
-rw-r--r--translations/source/he/scp2/source/binfilter.po4
-rw-r--r--translations/source/he/scp2/source/calc.po14
-rw-r--r--translations/source/he/scp2/source/draw.po4
-rw-r--r--translations/source/he/scp2/source/extensions.po508
-rw-r--r--translations/source/he/scp2/source/gnome.po4
-rw-r--r--translations/source/he/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/he/scp2/source/impress.po14
-rw-r--r--translations/source/he/scp2/source/javafilter.po4
-rw-r--r--translations/source/he/scp2/source/kde.po4
-rw-r--r--translations/source/he/scp2/source/math.po4
-rw-r--r--translations/source/he/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/he/scp2/source/ooo.po1085
-rw-r--r--translations/source/he/scp2/source/python.po14
-rw-r--r--translations/source/he/scp2/source/quickstart.po4
-rw-r--r--translations/source/he/scp2/source/sdkoo.po4
-rw-r--r--translations/source/he/scp2/source/testtool.po4
-rw-r--r--translations/source/he/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/he/scp2/source/writer.po12
-rw-r--r--translations/source/he/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/he/scripting/source/pyprov.po16
-rw-r--r--translations/source/he/sd/source/core.po4
-rw-r--r--translations/source/he/sd/source/filter/html.po4
-rw-r--r--translations/source/he/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/he/sd/source/ui/animations.po14
-rw-r--r--translations/source/he/sd/source/ui/annotations.po4
-rw-r--r--translations/source/he/sd/source/ui/app.po12
-rw-r--r--translations/source/he/sd/source/ui/dlg.po4
-rw-r--r--translations/source/he/sd/source/ui/notes.po4
-rw-r--r--translations/source/he/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/he/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/he/sd/source/ui/table.po4
-rw-r--r--translations/source/he/sd/source/ui/view.po4
-rw-r--r--translations/source/he/sdext/source/minimizer.po14
-rw-r--r--translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/he/sdext/source/pdfimport.po19
-rw-r--r--translations/source/he/sdext/source/presenter.po14
-rw-r--r--translations/source/he/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po50
-rw-r--r--translations/source/he/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po64
-rw-r--r--translations/source/he/setup_native/source/mac.po4
-rw-r--r--translations/source/he/sfx2/source/appl.po35
-rw-r--r--translations/source/he/sfx2/source/bastyp.po4
-rw-r--r--translations/source/he/sfx2/source/dialog.po4
-rw-r--r--translations/source/he/sfx2/source/doc.po12
-rw-r--r--translations/source/he/sfx2/source/menu.po10
-rw-r--r--translations/source/he/sfx2/source/view.po4
-rw-r--r--translations/source/he/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/he/starmath/source.po41
-rw-r--r--translations/source/he/svl/source/items.po4
-rw-r--r--translations/source/he/svl/source/misc.po264
-rw-r--r--translations/source/he/svtools/source/contnr.po4
-rw-r--r--translations/source/he/svtools/source/control.po16
-rw-r--r--translations/source/he/svtools/source/dialogs.po72
-rw-r--r--translations/source/he/svtools/source/filter.po164
-rw-r--r--translations/source/he/svtools/source/java.po32
-rw-r--r--translations/source/he/svtools/source/misc.po163
-rw-r--r--translations/source/he/svtools/source/plugapp.po4
-rw-r--r--translations/source/he/svtools/source/toolpanel.po4
-rw-r--r--translations/source/he/svtools/workben/unodialog.po4
-rw-r--r--translations/source/he/svx/inc.po14
-rw-r--r--translations/source/he/svx/source/accessibility.po4
-rw-r--r--translations/source/he/svx/source/dialog.po284
-rw-r--r--translations/source/he/svx/source/engine3d.po11
-rw-r--r--translations/source/he/svx/source/fmcomp.po4
-rw-r--r--translations/source/he/svx/source/form.po28
-rw-r--r--translations/source/he/svx/source/gallery2.po4
-rw-r--r--translations/source/he/svx/source/items.po10
-rw-r--r--translations/source/he/svx/source/src.po50
-rw-r--r--translations/source/he/svx/source/stbctrls.po10
-rw-r--r--translations/source/he/svx/source/svdraw.po20
-rw-r--r--translations/source/he/svx/source/table.po4
-rw-r--r--translations/source/he/svx/source/tbxctrls.po4
-rw-r--r--translations/source/he/svx/source/toolbars.po4
-rw-r--r--translations/source/he/svx/source/unodialogs/textconversiondlgs.po92
-rw-r--r--translations/source/he/sw/source/core/layout.po14
-rw-r--r--translations/source/he/sw/source/core/undo.po27
-rw-r--r--translations/source/he/sw/source/core/unocore.po4
-rw-r--r--translations/source/he/sw/source/ui/app.po99
-rw-r--r--translations/source/he/sw/source/ui/chrdlg.po36
-rw-r--r--translations/source/he/sw/source/ui/config.po150
-rw-r--r--translations/source/he/sw/source/ui/dbui.po17
-rw-r--r--translations/source/he/sw/source/ui/dialog.po16
-rw-r--r--translations/source/he/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/he/sw/source/ui/docvw.po4
-rw-r--r--translations/source/he/sw/source/ui/envelp.po10
-rw-r--r--translations/source/he/sw/source/ui/fldui.po4
-rw-r--r--translations/source/he/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/he/sw/source/ui/frmdlg.po10
-rw-r--r--translations/source/he/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/he/sw/source/ui/index.po10
-rw-r--r--translations/source/he/sw/source/ui/lingu.po14
-rw-r--r--translations/source/he/sw/source/ui/misc.po10
-rw-r--r--translations/source/he/sw/source/ui/ribbar.po28
-rw-r--r--translations/source/he/sw/source/ui/shells.po4
-rw-r--r--translations/source/he/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/he/sw/source/ui/table.po48
-rw-r--r--translations/source/he/sw/source/ui/uiview.po4
-rw-r--r--translations/source/he/sw/source/ui/utlui.po200
-rw-r--r--translations/source/he/sw/source/ui/web.po4
-rw-r--r--translations/source/he/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/he/swext/mediawiki/help.po107
-rw-r--r--translations/source/he/swext/mediawiki/src.po14
-rw-r--r--translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/he/sysui/desktop/share.po7
-rw-r--r--translations/source/he/uui/source.po131
-rw-r--r--translations/source/he/vcl/source/src.po86
-rw-r--r--translations/source/he/wizards/source/euro.po10
-rw-r--r--translations/source/he/wizards/source/formwizard.po4
-rw-r--r--translations/source/he/wizards/source/importwizard.po36
-rw-r--r--translations/source/he/wizards/source/schedule.po12
-rw-r--r--translations/source/he/wizards/source/template.po20
-rw-r--r--translations/source/he/xmlsecurity/source/component.po4
-rw-r--r--translations/source/he/xmlsecurity/source/dialogs.po20
-rw-r--r--translations/source/hi/accessibility/source/helper.po4
-rw-r--r--translations/source/hi/avmedia/source/framework.po4
-rw-r--r--translations/source/hi/avmedia/source/viewer.po4
-rw-r--r--translations/source/hi/basctl/source/basicide.po12
-rw-r--r--translations/source/hi/basctl/source/dlged.po4
-rw-r--r--translations/source/hi/basic/source/app.po4
-rw-r--r--translations/source/hi/basic/source/classes.po4
-rw-r--r--translations/source/hi/basic/source/sbx.po4
-rw-r--r--translations/source/hi/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/hi/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/hi/connectivity/source/resource.po4
-rw-r--r--translations/source/hi/crashrep/source/all.po4
-rw-r--r--translations/source/hi/cui/source/customize.po4
-rw-r--r--translations/source/hi/cui/source/dialogs.po12
-rw-r--r--translations/source/hi/cui/source/options.po42
-rw-r--r--translations/source/hi/cui/source/tabpages.po8
-rw-r--r--translations/source/hi/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/hi/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/hi/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/hi/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/hi/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/hi/desktop/source/app.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/hi/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/hi/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/hi/desktop/win32/source/setup.po4
-rw-r--r--translations/source/hi/dictionaries/af_ZA.po6
-rw-r--r--translations/source/hi/dictionaries/ar.po6
-rw-r--r--translations/source/hi/dictionaries/be_BY.po19
-rw-r--r--translations/source/hi/dictionaries/bg_BG.po6
-rw-r--r--translations/source/hi/dictionaries/bn_BD.po6
-rw-r--r--translations/source/hi/dictionaries/br_FR.po6
-rw-r--r--translations/source/hi/dictionaries/ca.po6
-rw-r--r--translations/source/hi/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/hi/dictionaries/da_DK.po6
-rw-r--r--translations/source/hi/dictionaries/de.po6
-rw-r--r--translations/source/hi/dictionaries/el_GR.po19
-rw-r--r--translations/source/hi/dictionaries/en.po6
-rw-r--r--translations/source/hi/dictionaries/es_ES.po6
-rw-r--r--translations/source/hi/dictionaries/et_EE.po6
-rw-r--r--translations/source/hi/dictionaries/fr_FR.po6
-rw-r--r--translations/source/hi/dictionaries/gd_GB.po19
-rw-r--r--translations/source/hi/dictionaries/gl.po6
-rw-r--r--translations/source/hi/dictionaries/gu_IN.po6
-rw-r--r--translations/source/hi/dictionaries/he_IL.po6
-rw-r--r--translations/source/hi/dictionaries/hi_IN.po6
-rw-r--r--translations/source/hi/dictionaries/hr_HR.po6
-rw-r--r--translations/source/hi/dictionaries/hu_HU.po6
-rw-r--r--translations/source/hi/dictionaries/it_IT.po6
-rw-r--r--translations/source/hi/dictionaries/ku_TR.po6
-rw-r--r--translations/source/hi/dictionaries/lt_LT.po6
-rw-r--r--translations/source/hi/dictionaries/lv_LV.po6
-rw-r--r--translations/source/hi/dictionaries/ne_NP.po6
-rw-r--r--translations/source/hi/dictionaries/nl_NL.po6
-rw-r--r--translations/source/hi/dictionaries/no.po6
-rw-r--r--translations/source/hi/dictionaries/oc_FR.po6
-rw-r--r--translations/source/hi/dictionaries/pl_PL.po6
-rw-r--r--translations/source/hi/dictionaries/pt_BR.po6
-rw-r--r--translations/source/hi/dictionaries/pt_PT.po6
-rw-r--r--translations/source/hi/dictionaries/ro.po6
-rw-r--r--translations/source/hi/dictionaries/ru_RU.po6
-rw-r--r--translations/source/hi/dictionaries/sk_SK.po6
-rw-r--r--translations/source/hi/dictionaries/sl_SI.po6
-rw-r--r--translations/source/hi/dictionaries/sr.po6
-rw-r--r--translations/source/hi/dictionaries/sv_SE.po6
-rw-r--r--translations/source/hi/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/hi/dictionaries/te_IN.po19
-rw-r--r--translations/source/hi/dictionaries/th_TH.po6
-rw-r--r--translations/source/hi/dictionaries/uk_UA.po6
-rw-r--r--translations/source/hi/dictionaries/vi.po6
-rw-r--r--translations/source/hi/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/hi/editeng/source/accessibility.po4
-rw-r--r--translations/source/hi/editeng/source/editeng.po4
-rw-r--r--translations/source/hi/editeng/source/items.po4
-rw-r--r--translations/source/hi/editeng/source/misc.po4
-rw-r--r--translations/source/hi/editeng/source/outliner.po4
-rw-r--r--translations/source/hi/extensions/source/abpilot.po4
-rw-r--r--translations/source/hi/extensions/source/bibliography.po4
-rw-r--r--translations/source/hi/extensions/source/dbpilots.po4
-rw-r--r--translations/source/hi/extensions/source/propctrlr.po4
-rw-r--r--translations/source/hi/extensions/source/scanner.po8
-rw-r--r--translations/source/hi/extensions/source/update/check.po4
-rw-r--r--translations/source/hi/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/hi/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/hi/filter/source/flash.po4
-rw-r--r--translations/source/hi/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/hi/filter/source/pdf.po4
-rw-r--r--translations/source/hi/filter/source/t602.po4
-rw-r--r--translations/source/hi/filter/source/xsltdialog.po8
-rw-r--r--translations/source/hi/forms/source/resource.po4
-rw-r--r--translations/source/hi/formula/source/core/resource.po4
-rw-r--r--translations/source/hi/formula/source/ui/dlg.po4
-rw-r--r--translations/source/hi/fpicker/source/office.po4
-rw-r--r--translations/source/hi/framework/source/classes.po4
-rw-r--r--translations/source/hi/framework/source/services.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared.po14
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc.po38
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/01.po244
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared.po22
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/01.po66
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/01.po171
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/hi/mysqlc/source.po12
-rw-r--r--translations/source/hi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/hi/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/hi/padmin/source.po4
-rw-r--r--translations/source/hi/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/hi/reportbuilder/util.po8
-rw-r--r--translations/source/hi/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/hi/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/hi/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/hi/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/hi/sc/source/core/src.po4
-rw-r--r--translations/source/hi/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/hi/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/hi/sc/source/ui/docshell.po4
-rw-r--r--translations/source/hi/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/hi/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/hi/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/hi/sc/source/ui/navipi.po9
-rw-r--r--translations/source/hi/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/hi/sc/source/ui/src.po268
-rw-r--r--translations/source/hi/sc/source/ui/styleui.po4
-rw-r--r--translations/source/hi/scaddins/source/analysis.po4
-rw-r--r--translations/source/hi/scaddins/source/datefunc.po4
-rw-r--r--translations/source/hi/sccomp/source/solver.po4
-rw-r--r--translations/source/hi/scp2/source/accessories.po4
-rw-r--r--translations/source/hi/scp2/source/activex.po4
-rw-r--r--translations/source/hi/scp2/source/base.po4
-rw-r--r--translations/source/hi/scp2/source/binfilter.po4
-rw-r--r--translations/source/hi/scp2/source/calc.po4
-rw-r--r--translations/source/hi/scp2/source/draw.po4
-rw-r--r--translations/source/hi/scp2/source/extensions.po4
-rw-r--r--translations/source/hi/scp2/source/gnome.po4
-rw-r--r--translations/source/hi/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/hi/scp2/source/impress.po4
-rw-r--r--translations/source/hi/scp2/source/javafilter.po4
-rw-r--r--translations/source/hi/scp2/source/kde.po4
-rw-r--r--translations/source/hi/scp2/source/math.po4
-rw-r--r--translations/source/hi/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/hi/scp2/source/ooo.po680
-rw-r--r--translations/source/hi/scp2/source/python.po6
-rw-r--r--translations/source/hi/scp2/source/quickstart.po4
-rw-r--r--translations/source/hi/scp2/source/sdkoo.po4
-rw-r--r--translations/source/hi/scp2/source/testtool.po4
-rw-r--r--translations/source/hi/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/hi/scp2/source/writer.po4
-rw-r--r--translations/source/hi/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/hi/scripting/source/pyprov.po10
-rw-r--r--translations/source/hi/sd/source/core.po4
-rw-r--r--translations/source/hi/sd/source/filter/html.po4
-rw-r--r--translations/source/hi/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/hi/sd/source/ui/animations.po4
-rw-r--r--translations/source/hi/sd/source/ui/annotations.po4
-rw-r--r--translations/source/hi/sd/source/ui/app.po4
-rw-r--r--translations/source/hi/sd/source/ui/dlg.po4
-rw-r--r--translations/source/hi/sd/source/ui/notes.po4
-rw-r--r--translations/source/hi/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/hi/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/hi/sd/source/ui/table.po4
-rw-r--r--translations/source/hi/sd/source/ui/view.po4
-rw-r--r--translations/source/hi/sdext/source/minimizer.po6
-rw-r--r--translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/hi/sdext/source/pdfimport.po16
-rw-r--r--translations/source/hi/sdext/source/presenter.po6
-rw-r--r--translations/source/hi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/hi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/hi/setup_native/source/mac.po4
-rw-r--r--translations/source/hi/sfx2/source/appl.po4
-rw-r--r--translations/source/hi/sfx2/source/bastyp.po4
-rw-r--r--translations/source/hi/sfx2/source/dialog.po4
-rw-r--r--translations/source/hi/sfx2/source/doc.po4
-rw-r--r--translations/source/hi/sfx2/source/menu.po4
-rw-r--r--translations/source/hi/sfx2/source/view.po4
-rw-r--r--translations/source/hi/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/hi/starmath/source.po36
-rw-r--r--translations/source/hi/svl/source/items.po4
-rw-r--r--translations/source/hi/svl/source/misc.po165
-rw-r--r--translations/source/hi/svtools/source/contnr.po4
-rw-r--r--translations/source/hi/svtools/source/control.po4
-rw-r--r--translations/source/hi/svtools/source/dialogs.po4
-rw-r--r--translations/source/hi/svtools/source/filter.po4
-rw-r--r--translations/source/hi/svtools/source/java.po4
-rw-r--r--translations/source/hi/svtools/source/misc.po8
-rw-r--r--translations/source/hi/svtools/source/plugapp.po4
-rw-r--r--translations/source/hi/svtools/source/toolpanel.po4
-rw-r--r--translations/source/hi/svtools/workben/unodialog.po4
-rw-r--r--translations/source/hi/svx/inc.po4
-rw-r--r--translations/source/hi/svx/source/accessibility.po4
-rw-r--r--translations/source/hi/svx/source/dialog.po43
-rw-r--r--translations/source/hi/svx/source/engine3d.po4
-rw-r--r--translations/source/hi/svx/source/fmcomp.po4
-rw-r--r--translations/source/hi/svx/source/form.po4
-rw-r--r--translations/source/hi/svx/source/gallery2.po4
-rw-r--r--translations/source/hi/svx/source/items.po4
-rw-r--r--translations/source/hi/svx/source/src.po4
-rw-r--r--translations/source/hi/svx/source/stbctrls.po4
-rw-r--r--translations/source/hi/svx/source/svdraw.po4
-rw-r--r--translations/source/hi/svx/source/table.po4
-rw-r--r--translations/source/hi/svx/source/tbxctrls.po4
-rw-r--r--translations/source/hi/svx/source/toolbars.po4
-rw-r--r--translations/source/hi/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/hi/sw/source/core/layout.po6
-rw-r--r--translations/source/hi/sw/source/core/undo.po4
-rw-r--r--translations/source/hi/sw/source/core/unocore.po4
-rw-r--r--translations/source/hi/sw/source/ui/app.po28
-rw-r--r--translations/source/hi/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/hi/sw/source/ui/config.po56
-rw-r--r--translations/source/hi/sw/source/ui/dbui.po4
-rw-r--r--translations/source/hi/sw/source/ui/dialog.po8
-rw-r--r--translations/source/hi/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/hi/sw/source/ui/docvw.po4
-rw-r--r--translations/source/hi/sw/source/ui/envelp.po4
-rw-r--r--translations/source/hi/sw/source/ui/fldui.po4
-rw-r--r--translations/source/hi/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/hi/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/hi/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/hi/sw/source/ui/index.po4
-rw-r--r--translations/source/hi/sw/source/ui/lingu.po8
-rw-r--r--translations/source/hi/sw/source/ui/misc.po4
-rw-r--r--translations/source/hi/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/hi/sw/source/ui/shells.po4
-rw-r--r--translations/source/hi/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/hi/sw/source/ui/table.po44
-rw-r--r--translations/source/hi/sw/source/ui/uiview.po4
-rw-r--r--translations/source/hi/sw/source/ui/utlui.po194
-rw-r--r--translations/source/hi/sw/source/ui/web.po4
-rw-r--r--translations/source/hi/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/hi/swext/mediawiki/help.po87
-rw-r--r--translations/source/hi/swext/mediawiki/src.po6
-rw-r--r--translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/hi/sysui/desktop/share.po4
-rw-r--r--translations/source/hi/uui/source.po4
-rw-r--r--translations/source/hi/vcl/source/src.po82
-rw-r--r--translations/source/hi/wizards/source/euro.po4
-rw-r--r--translations/source/hi/wizards/source/formwizard.po4
-rw-r--r--translations/source/hi/wizards/source/importwizard.po4
-rw-r--r--translations/source/hi/wizards/source/schedule.po4
-rw-r--r--translations/source/hi/wizards/source/template.po4
-rw-r--r--translations/source/hi/xmlsecurity/source/component.po4
-rw-r--r--translations/source/hi/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/hr/accessibility/source/helper.po4
-rw-r--r--translations/source/hr/avmedia/source/framework.po4
-rw-r--r--translations/source/hr/avmedia/source/viewer.po4
-rw-r--r--translations/source/hr/basctl/source/basicide.po12
-rw-r--r--translations/source/hr/basctl/source/dlged.po4
-rw-r--r--translations/source/hr/basic/source/app.po4
-rw-r--r--translations/source/hr/basic/source/classes.po4
-rw-r--r--translations/source/hr/basic/source/sbx.po4
-rw-r--r--translations/source/hr/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/hr/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/hr/connectivity/source/resource.po4
-rw-r--r--translations/source/hr/crashrep/source/all.po4
-rw-r--r--translations/source/hr/cui/source/customize.po4
-rw-r--r--translations/source/hr/cui/source/dialogs.po12
-rw-r--r--translations/source/hr/cui/source/options.po44
-rw-r--r--translations/source/hr/cui/source/tabpages.po8
-rw-r--r--translations/source/hr/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/hr/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/hr/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/hr/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/hr/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/hr/desktop/source/app.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/hr/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/hr/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/hr/desktop/win32/source/setup.po4
-rw-r--r--translations/source/hr/dictionaries/af_ZA.po6
-rw-r--r--translations/source/hr/dictionaries/ar.po6
-rw-r--r--translations/source/hr/dictionaries/be_BY.po19
-rw-r--r--translations/source/hr/dictionaries/bg_BG.po6
-rw-r--r--translations/source/hr/dictionaries/bn_BD.po6
-rw-r--r--translations/source/hr/dictionaries/br_FR.po6
-rw-r--r--translations/source/hr/dictionaries/ca.po6
-rw-r--r--translations/source/hr/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/hr/dictionaries/da_DK.po6
-rw-r--r--translations/source/hr/dictionaries/de.po6
-rw-r--r--translations/source/hr/dictionaries/el_GR.po19
-rw-r--r--translations/source/hr/dictionaries/en.po6
-rw-r--r--translations/source/hr/dictionaries/es_ES.po6
-rw-r--r--translations/source/hr/dictionaries/et_EE.po6
-rw-r--r--translations/source/hr/dictionaries/fr_FR.po6
-rw-r--r--translations/source/hr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/hr/dictionaries/gl.po6
-rw-r--r--translations/source/hr/dictionaries/gu_IN.po6
-rw-r--r--translations/source/hr/dictionaries/he_IL.po6
-rw-r--r--translations/source/hr/dictionaries/hi_IN.po6
-rw-r--r--translations/source/hr/dictionaries/hr_HR.po6
-rw-r--r--translations/source/hr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/hr/dictionaries/it_IT.po6
-rw-r--r--translations/source/hr/dictionaries/ku_TR.po6
-rw-r--r--translations/source/hr/dictionaries/lt_LT.po6
-rw-r--r--translations/source/hr/dictionaries/lv_LV.po6
-rw-r--r--translations/source/hr/dictionaries/ne_NP.po6
-rw-r--r--translations/source/hr/dictionaries/nl_NL.po6
-rw-r--r--translations/source/hr/dictionaries/no.po6
-rw-r--r--translations/source/hr/dictionaries/oc_FR.po6
-rw-r--r--translations/source/hr/dictionaries/pl_PL.po6
-rw-r--r--translations/source/hr/dictionaries/pt_BR.po6
-rw-r--r--translations/source/hr/dictionaries/pt_PT.po6
-rw-r--r--translations/source/hr/dictionaries/ro.po6
-rw-r--r--translations/source/hr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/hr/dictionaries/sk_SK.po6
-rw-r--r--translations/source/hr/dictionaries/sl_SI.po6
-rw-r--r--translations/source/hr/dictionaries/sr.po6
-rw-r--r--translations/source/hr/dictionaries/sv_SE.po6
-rw-r--r--translations/source/hr/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/hr/dictionaries/te_IN.po19
-rw-r--r--translations/source/hr/dictionaries/th_TH.po6
-rw-r--r--translations/source/hr/dictionaries/uk_UA.po6
-rw-r--r--translations/source/hr/dictionaries/vi.po6
-rw-r--r--translations/source/hr/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/hr/editeng/source/accessibility.po4
-rw-r--r--translations/source/hr/editeng/source/editeng.po4
-rw-r--r--translations/source/hr/editeng/source/items.po4
-rw-r--r--translations/source/hr/editeng/source/misc.po4
-rw-r--r--translations/source/hr/editeng/source/outliner.po4
-rw-r--r--translations/source/hr/extensions/source/abpilot.po4
-rw-r--r--translations/source/hr/extensions/source/bibliography.po4
-rw-r--r--translations/source/hr/extensions/source/dbpilots.po4
-rw-r--r--translations/source/hr/extensions/source/propctrlr.po4
-rw-r--r--translations/source/hr/extensions/source/scanner.po8
-rw-r--r--translations/source/hr/extensions/source/update/check.po4
-rw-r--r--translations/source/hr/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/hr/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/hr/filter/source/flash.po4
-rw-r--r--translations/source/hr/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/hr/filter/source/pdf.po4
-rw-r--r--translations/source/hr/filter/source/t602.po4
-rw-r--r--translations/source/hr/filter/source/xsltdialog.po8
-rw-r--r--translations/source/hr/forms/source/resource.po4
-rw-r--r--translations/source/hr/formula/source/core/resource.po4
-rw-r--r--translations/source/hr/formula/source/ui/dlg.po4
-rw-r--r--translations/source/hr/fpicker/source/office.po4
-rw-r--r--translations/source/hr/framework/source/classes.po4
-rw-r--r--translations/source/hr/framework/source/services.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared.po13
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc.po38
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/01.po256
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/05.po60
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/guide.po15
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared.po22
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/guide.po51
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/01.po168
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/01.po185
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/02.po53
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/hr/mysqlc/source.po12
-rw-r--r--translations/source/hr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/hr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/hr/padmin/source.po4
-rw-r--r--translations/source/hr/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/hr/reportbuilder/util.po8
-rw-r--r--translations/source/hr/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/hr/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/hr/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/hr/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/hr/sc/source/core/src.po4
-rw-r--r--translations/source/hr/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/hr/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/hr/sc/source/ui/docshell.po4
-rw-r--r--translations/source/hr/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/hr/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/hr/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/hr/sc/source/ui/navipi.po11
-rw-r--r--translations/source/hr/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/hr/sc/source/ui/src.po268
-rw-r--r--translations/source/hr/sc/source/ui/styleui.po4
-rw-r--r--translations/source/hr/scaddins/source/analysis.po4
-rw-r--r--translations/source/hr/scaddins/source/datefunc.po4
-rw-r--r--translations/source/hr/sccomp/source/solver.po4
-rw-r--r--translations/source/hr/scp2/source/accessories.po4
-rw-r--r--translations/source/hr/scp2/source/activex.po4
-rw-r--r--translations/source/hr/scp2/source/base.po4
-rw-r--r--translations/source/hr/scp2/source/binfilter.po4
-rw-r--r--translations/source/hr/scp2/source/calc.po4
-rw-r--r--translations/source/hr/scp2/source/draw.po4
-rw-r--r--translations/source/hr/scp2/source/extensions.po4
-rw-r--r--translations/source/hr/scp2/source/gnome.po4
-rw-r--r--translations/source/hr/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/hr/scp2/source/impress.po4
-rw-r--r--translations/source/hr/scp2/source/javafilter.po4
-rw-r--r--translations/source/hr/scp2/source/kde.po4
-rw-r--r--translations/source/hr/scp2/source/math.po4
-rw-r--r--translations/source/hr/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/hr/scp2/source/ooo.po669
-rw-r--r--translations/source/hr/scp2/source/python.po8
-rw-r--r--translations/source/hr/scp2/source/quickstart.po4
-rw-r--r--translations/source/hr/scp2/source/sdkoo.po4
-rw-r--r--translations/source/hr/scp2/source/testtool.po4
-rw-r--r--translations/source/hr/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/hr/scp2/source/writer.po4
-rw-r--r--translations/source/hr/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/hr/scripting/source/pyprov.po10
-rw-r--r--translations/source/hr/sd/source/core.po4
-rw-r--r--translations/source/hr/sd/source/filter/html.po4
-rw-r--r--translations/source/hr/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/hr/sd/source/ui/animations.po4
-rw-r--r--translations/source/hr/sd/source/ui/annotations.po4
-rw-r--r--translations/source/hr/sd/source/ui/app.po4
-rw-r--r--translations/source/hr/sd/source/ui/dlg.po4
-rw-r--r--translations/source/hr/sd/source/ui/notes.po4
-rw-r--r--translations/source/hr/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/hr/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/hr/sd/source/ui/table.po4
-rw-r--r--translations/source/hr/sd/source/ui/view.po4
-rw-r--r--translations/source/hr/sdext/source/minimizer.po6
-rw-r--r--translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/hr/sdext/source/pdfimport.po16
-rw-r--r--translations/source/hr/sdext/source/presenter.po6
-rw-r--r--translations/source/hr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/hr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/hr/setup_native/source/mac.po4
-rw-r--r--translations/source/hr/sfx2/source/appl.po4
-rw-r--r--translations/source/hr/sfx2/source/bastyp.po4
-rw-r--r--translations/source/hr/sfx2/source/dialog.po4
-rw-r--r--translations/source/hr/sfx2/source/doc.po4
-rw-r--r--translations/source/hr/sfx2/source/menu.po4
-rw-r--r--translations/source/hr/sfx2/source/view.po4
-rw-r--r--translations/source/hr/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/hr/starmath/source.po36
-rw-r--r--translations/source/hr/svl/source/items.po4
-rw-r--r--translations/source/hr/svl/source/misc.po165
-rw-r--r--translations/source/hr/svtools/source/contnr.po4
-rw-r--r--translations/source/hr/svtools/source/control.po4
-rw-r--r--translations/source/hr/svtools/source/dialogs.po4
-rw-r--r--translations/source/hr/svtools/source/filter.po4
-rw-r--r--translations/source/hr/svtools/source/java.po4
-rw-r--r--translations/source/hr/svtools/source/misc.po8
-rw-r--r--translations/source/hr/svtools/source/plugapp.po4
-rw-r--r--translations/source/hr/svtools/source/toolpanel.po4
-rw-r--r--translations/source/hr/svtools/workben/unodialog.po4
-rw-r--r--translations/source/hr/svx/inc.po4
-rw-r--r--translations/source/hr/svx/source/accessibility.po4
-rw-r--r--translations/source/hr/svx/source/dialog.po48
-rw-r--r--translations/source/hr/svx/source/engine3d.po4
-rw-r--r--translations/source/hr/svx/source/fmcomp.po4
-rw-r--r--translations/source/hr/svx/source/form.po4
-rw-r--r--translations/source/hr/svx/source/gallery2.po4
-rw-r--r--translations/source/hr/svx/source/items.po4
-rw-r--r--translations/source/hr/svx/source/src.po4
-rw-r--r--translations/source/hr/svx/source/stbctrls.po4
-rw-r--r--translations/source/hr/svx/source/svdraw.po4
-rw-r--r--translations/source/hr/svx/source/table.po4
-rw-r--r--translations/source/hr/svx/source/tbxctrls.po4
-rw-r--r--translations/source/hr/svx/source/toolbars.po4
-rw-r--r--translations/source/hr/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/hr/sw/source/core/layout.po6
-rw-r--r--translations/source/hr/sw/source/core/undo.po4
-rw-r--r--translations/source/hr/sw/source/core/unocore.po4
-rw-r--r--translations/source/hr/sw/source/ui/app.po28
-rw-r--r--translations/source/hr/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/hr/sw/source/ui/config.po56
-rw-r--r--translations/source/hr/sw/source/ui/dbui.po4
-rw-r--r--translations/source/hr/sw/source/ui/dialog.po8
-rw-r--r--translations/source/hr/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/hr/sw/source/ui/docvw.po4
-rw-r--r--translations/source/hr/sw/source/ui/envelp.po4
-rw-r--r--translations/source/hr/sw/source/ui/fldui.po4
-rw-r--r--translations/source/hr/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/hr/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/hr/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/hr/sw/source/ui/index.po4
-rw-r--r--translations/source/hr/sw/source/ui/lingu.po8
-rw-r--r--translations/source/hr/sw/source/ui/misc.po4
-rw-r--r--translations/source/hr/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/hr/sw/source/ui/shells.po4
-rw-r--r--translations/source/hr/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/hr/sw/source/ui/table.po46
-rw-r--r--translations/source/hr/sw/source/ui/uiview.po4
-rw-r--r--translations/source/hr/sw/source/ui/utlui.po194
-rw-r--r--translations/source/hr/sw/source/ui/web.po4
-rw-r--r--translations/source/hr/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/hr/swext/mediawiki/help.po93
-rw-r--r--translations/source/hr/swext/mediawiki/src.po6
-rw-r--r--translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/hr/sysui/desktop/share.po4
-rw-r--r--translations/source/hr/uui/source.po4
-rw-r--r--translations/source/hr/vcl/source/src.po84
-rw-r--r--translations/source/hr/wizards/source/euro.po4
-rw-r--r--translations/source/hr/wizards/source/formwizard.po4
-rw-r--r--translations/source/hr/wizards/source/importwizard.po4
-rw-r--r--translations/source/hr/wizards/source/schedule.po4
-rw-r--r--translations/source/hr/wizards/source/template.po4
-rw-r--r--translations/source/hr/xmlsecurity/source/component.po4
-rw-r--r--translations/source/hr/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/hu/accessibility/source/helper.po4
-rw-r--r--translations/source/hu/avmedia/source/framework.po4
-rw-r--r--translations/source/hu/avmedia/source/viewer.po4
-rw-r--r--translations/source/hu/basctl/source/basicide.po12
-rw-r--r--translations/source/hu/basctl/source/dlged.po4
-rw-r--r--translations/source/hu/basic/source/app.po4
-rw-r--r--translations/source/hu/basic/source/classes.po4
-rw-r--r--translations/source/hu/basic/source/sbx.po4
-rw-r--r--translations/source/hu/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/hu/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/hu/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/hu/connectivity/source/resource.po7
-rw-r--r--translations/source/hu/crashrep/source/all.po4
-rw-r--r--translations/source/hu/cui/source/customize.po4
-rw-r--r--translations/source/hu/cui/source/dialogs.po66
-rw-r--r--translations/source/hu/cui/source/options.po54
-rw-r--r--translations/source/hu/cui/source/tabpages.po10
-rw-r--r--translations/source/hu/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/hu/dbaccess/source/ext/adabas.po7
-rw-r--r--translations/source/hu/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/hu/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/hu/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/hu/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/hu/desktop/source/app.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/hu/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/hu/desktop/win32/source/setup.po4
-rw-r--r--translations/source/hu/dictionaries/af_ZA.po12
-rw-r--r--translations/source/hu/dictionaries/ar.po12
-rw-r--r--translations/source/hu/dictionaries/be_BY.po19
-rw-r--r--translations/source/hu/dictionaries/bg_BG.po12
-rw-r--r--translations/source/hu/dictionaries/bn_BD.po12
-rw-r--r--translations/source/hu/dictionaries/br_FR.po12
-rw-r--r--translations/source/hu/dictionaries/ca.po12
-rw-r--r--translations/source/hu/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/hu/dictionaries/da_DK.po12
-rw-r--r--translations/source/hu/dictionaries/de.po12
-rw-r--r--translations/source/hu/dictionaries/el_GR.po19
-rw-r--r--translations/source/hu/dictionaries/en.po12
-rw-r--r--translations/source/hu/dictionaries/es_ES.po12
-rw-r--r--translations/source/hu/dictionaries/et_EE.po12
-rw-r--r--translations/source/hu/dictionaries/fr_FR.po12
-rw-r--r--translations/source/hu/dictionaries/gd_GB.po19
-rw-r--r--translations/source/hu/dictionaries/gl.po12
-rw-r--r--translations/source/hu/dictionaries/gu_IN.po12
-rw-r--r--translations/source/hu/dictionaries/he_IL.po12
-rw-r--r--translations/source/hu/dictionaries/hi_IN.po12
-rw-r--r--translations/source/hu/dictionaries/hr_HR.po12
-rw-r--r--translations/source/hu/dictionaries/hu_HU.po12
-rw-r--r--translations/source/hu/dictionaries/it_IT.po12
-rw-r--r--translations/source/hu/dictionaries/ku_TR.po12
-rw-r--r--translations/source/hu/dictionaries/lt_LT.po12
-rw-r--r--translations/source/hu/dictionaries/lv_LV.po12
-rw-r--r--translations/source/hu/dictionaries/ne_NP.po12
-rw-r--r--translations/source/hu/dictionaries/nl_NL.po12
-rw-r--r--translations/source/hu/dictionaries/no.po12
-rw-r--r--translations/source/hu/dictionaries/oc_FR.po12
-rw-r--r--translations/source/hu/dictionaries/pl_PL.po12
-rw-r--r--translations/source/hu/dictionaries/pt_BR.po12
-rw-r--r--translations/source/hu/dictionaries/pt_PT.po12
-rw-r--r--translations/source/hu/dictionaries/ro.po12
-rw-r--r--translations/source/hu/dictionaries/ru_RU.po12
-rw-r--r--translations/source/hu/dictionaries/sk_SK.po12
-rw-r--r--translations/source/hu/dictionaries/sl_SI.po12
-rw-r--r--translations/source/hu/dictionaries/sr.po12
-rw-r--r--translations/source/hu/dictionaries/sv_SE.po12
-rw-r--r--translations/source/hu/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/hu/dictionaries/te_IN.po19
-rw-r--r--translations/source/hu/dictionaries/th_TH.po12
-rw-r--r--translations/source/hu/dictionaries/uk_UA.po12
-rw-r--r--translations/source/hu/dictionaries/vi.po12
-rw-r--r--translations/source/hu/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/hu/editeng/source/accessibility.po4
-rw-r--r--translations/source/hu/editeng/source/editeng.po8
-rw-r--r--translations/source/hu/editeng/source/items.po4
-rw-r--r--translations/source/hu/editeng/source/misc.po4
-rw-r--r--translations/source/hu/editeng/source/outliner.po4
-rw-r--r--translations/source/hu/extensions/source/abpilot.po8
-rw-r--r--translations/source/hu/extensions/source/bibliography.po4
-rw-r--r--translations/source/hu/extensions/source/dbpilots.po4
-rw-r--r--translations/source/hu/extensions/source/propctrlr.po4
-rw-r--r--translations/source/hu/extensions/source/scanner.po10
-rw-r--r--translations/source/hu/extensions/source/update/check.po7
-rw-r--r--translations/source/hu/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/hu/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/hu/filter/source/flash.po4
-rw-r--r--translations/source/hu/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/hu/filter/source/pdf.po12
-rw-r--r--translations/source/hu/filter/source/t602.po4
-rw-r--r--translations/source/hu/filter/source/xsltdialog.po11
-rw-r--r--translations/source/hu/forms/source/resource.po4
-rw-r--r--translations/source/hu/formula/source/core/resource.po16
-rw-r--r--translations/source/hu/formula/source/ui/dlg.po4
-rw-r--r--translations/source/hu/fpicker/source/office.po4
-rw-r--r--translations/source/hu/framework/source/classes.po4
-rw-r--r--translations/source/hu/framework/source/services.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/01.po338
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw.po11
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared.po30
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/01.po92
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/optionen.po40
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress.po10
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/hu/mysqlc/source.po16
-rw-r--r--translations/source/hu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/hu/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/hu/padmin/source.po4
-rw-r--r--translations/source/hu/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/hu/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hu/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/hu/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/hu/reportbuilder/util.po8
-rw-r--r--translations/source/hu/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/hu/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/hu/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/hu/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/hu/sc/source/core/src.po4
-rw-r--r--translations/source/hu/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/hu/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/hu/sc/source/ui/docshell.po4
-rw-r--r--translations/source/hu/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/hu/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/hu/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/hu/sc/source/ui/navipi.po9
-rw-r--r--translations/source/hu/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/hu/sc/source/ui/src.po266
-rw-r--r--translations/source/hu/sc/source/ui/styleui.po4
-rw-r--r--translations/source/hu/scaddins/source/analysis.po4
-rw-r--r--translations/source/hu/scaddins/source/datefunc.po4
-rw-r--r--translations/source/hu/sccomp/source/solver.po4
-rw-r--r--translations/source/hu/scp2/source/accessories.po4
-rw-r--r--translations/source/hu/scp2/source/activex.po4
-rw-r--r--translations/source/hu/scp2/source/base.po4
-rw-r--r--translations/source/hu/scp2/source/binfilter.po4
-rw-r--r--translations/source/hu/scp2/source/calc.po8
-rw-r--r--translations/source/hu/scp2/source/draw.po4
-rw-r--r--translations/source/hu/scp2/source/extensions.po4
-rw-r--r--translations/source/hu/scp2/source/gnome.po4
-rw-r--r--translations/source/hu/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/hu/scp2/source/impress.po4
-rw-r--r--translations/source/hu/scp2/source/javafilter.po4
-rw-r--r--translations/source/hu/scp2/source/kde.po4
-rw-r--r--translations/source/hu/scp2/source/math.po4
-rw-r--r--translations/source/hu/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/hu/scp2/source/ooo.po1018
-rw-r--r--translations/source/hu/scp2/source/python.po8
-rw-r--r--translations/source/hu/scp2/source/quickstart.po4
-rw-r--r--translations/source/hu/scp2/source/sdkoo.po4
-rw-r--r--translations/source/hu/scp2/source/testtool.po4
-rw-r--r--translations/source/hu/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/hu/scp2/source/writer.po4
-rw-r--r--translations/source/hu/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/hu/scripting/source/pyprov.po14
-rw-r--r--translations/source/hu/sd/source/core.po4
-rw-r--r--translations/source/hu/sd/source/filter/html.po4
-rw-r--r--translations/source/hu/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/hu/sd/source/ui/animations.po4
-rw-r--r--translations/source/hu/sd/source/ui/annotations.po4
-rw-r--r--translations/source/hu/sd/source/ui/app.po17
-rw-r--r--translations/source/hu/sd/source/ui/dlg.po8
-rw-r--r--translations/source/hu/sd/source/ui/notes.po4
-rw-r--r--translations/source/hu/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/hu/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/hu/sd/source/ui/table.po4
-rw-r--r--translations/source/hu/sd/source/ui/view.po4
-rw-r--r--translations/source/hu/sdext/source/minimizer.po14
-rw-r--r--translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/hu/sdext/source/pdfimport.po17
-rw-r--r--translations/source/hu/sdext/source/presenter.po14
-rw-r--r--translations/source/hu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/hu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/hu/setup_native/source/mac.po4
-rw-r--r--translations/source/hu/sfx2/source/appl.po4
-rw-r--r--translations/source/hu/sfx2/source/bastyp.po4
-rw-r--r--translations/source/hu/sfx2/source/dialog.po4
-rw-r--r--translations/source/hu/sfx2/source/doc.po4
-rw-r--r--translations/source/hu/sfx2/source/menu.po4
-rw-r--r--translations/source/hu/sfx2/source/view.po4
-rw-r--r--translations/source/hu/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/hu/starmath/source.po41
-rw-r--r--translations/source/hu/svl/source/items.po4
-rw-r--r--translations/source/hu/svl/source/misc.po166
-rw-r--r--translations/source/hu/svtools/source/contnr.po4
-rw-r--r--translations/source/hu/svtools/source/control.po4
-rw-r--r--translations/source/hu/svtools/source/dialogs.po4
-rw-r--r--translations/source/hu/svtools/source/filter.po4
-rw-r--r--translations/source/hu/svtools/source/java.po4
-rw-r--r--translations/source/hu/svtools/source/misc.po8
-rw-r--r--translations/source/hu/svtools/source/plugapp.po4
-rw-r--r--translations/source/hu/svtools/source/toolpanel.po4
-rw-r--r--translations/source/hu/svtools/workben/unodialog.po4
-rw-r--r--translations/source/hu/svx/inc.po10
-rw-r--r--translations/source/hu/svx/source/accessibility.po4
-rw-r--r--translations/source/hu/svx/source/dialog.po48
-rw-r--r--translations/source/hu/svx/source/engine3d.po4
-rw-r--r--translations/source/hu/svx/source/fmcomp.po4
-rw-r--r--translations/source/hu/svx/source/form.po4
-rw-r--r--translations/source/hu/svx/source/gallery2.po4
-rw-r--r--translations/source/hu/svx/source/items.po4
-rw-r--r--translations/source/hu/svx/source/src.po4
-rw-r--r--translations/source/hu/svx/source/stbctrls.po4
-rw-r--r--translations/source/hu/svx/source/svdraw.po4
-rw-r--r--translations/source/hu/svx/source/table.po4
-rw-r--r--translations/source/hu/svx/source/tbxctrls.po4
-rw-r--r--translations/source/hu/svx/source/toolbars.po4
-rw-r--r--translations/source/hu/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/hu/sw/source/core/layout.po14
-rw-r--r--translations/source/hu/sw/source/core/undo.po11
-rw-r--r--translations/source/hu/sw/source/core/unocore.po4
-rw-r--r--translations/source/hu/sw/source/ui/app.po40
-rw-r--r--translations/source/hu/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/hu/sw/source/ui/config.po60
-rw-r--r--translations/source/hu/sw/source/ui/dbui.po11
-rw-r--r--translations/source/hu/sw/source/ui/dialog.po8
-rw-r--r--translations/source/hu/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/hu/sw/source/ui/docvw.po14
-rw-r--r--translations/source/hu/sw/source/ui/envelp.po4
-rw-r--r--translations/source/hu/sw/source/ui/fldui.po4
-rw-r--r--translations/source/hu/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/hu/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/hu/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/hu/sw/source/ui/index.po4
-rw-r--r--translations/source/hu/sw/source/ui/lingu.po8
-rw-r--r--translations/source/hu/sw/source/ui/misc.po4
-rw-r--r--translations/source/hu/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/hu/sw/source/ui/shells.po4
-rw-r--r--translations/source/hu/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/hu/sw/source/ui/table.po44
-rw-r--r--translations/source/hu/sw/source/ui/uiview.po4
-rw-r--r--translations/source/hu/sw/source/ui/utlui.po187
-rw-r--r--translations/source/hu/sw/source/ui/web.po4
-rw-r--r--translations/source/hu/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/hu/swext/mediawiki/help.po91
-rw-r--r--translations/source/hu/swext/mediawiki/src.po6
-rw-r--r--translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/hu/sysui/desktop/share.po7
-rw-r--r--translations/source/hu/uui/source.po10
-rw-r--r--translations/source/hu/vcl/source/src.po84
-rw-r--r--translations/source/hu/wizards/source/euro.po8
-rw-r--r--translations/source/hu/wizards/source/formwizard.po4
-rw-r--r--translations/source/hu/wizards/source/importwizard.po30
-rw-r--r--translations/source/hu/wizards/source/schedule.po4
-rw-r--r--translations/source/hu/wizards/source/template.po4
-rw-r--r--translations/source/hu/xmlsecurity/source/component.po4
-rw-r--r--translations/source/hu/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/id/accessibility/source/helper.po4
-rw-r--r--translations/source/id/avmedia/source/framework.po4
-rw-r--r--translations/source/id/avmedia/source/viewer.po4
-rw-r--r--translations/source/id/basctl/source/basicide.po12
-rw-r--r--translations/source/id/basctl/source/dlged.po4
-rw-r--r--translations/source/id/basic/source/app.po4
-rw-r--r--translations/source/id/basic/source/classes.po4
-rw-r--r--translations/source/id/basic/source/sbx.po4
-rw-r--r--translations/source/id/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/id/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/id/connectivity/source/resource.po4
-rw-r--r--translations/source/id/crashrep/source/all.po4
-rw-r--r--translations/source/id/cui/source/customize.po4
-rw-r--r--translations/source/id/cui/source/dialogs.po12
-rw-r--r--translations/source/id/cui/source/options.po44
-rw-r--r--translations/source/id/cui/source/tabpages.po8
-rw-r--r--translations/source/id/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/id/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/id/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/id/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/id/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/id/desktop/source/app.po4
-rw-r--r--translations/source/id/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/id/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/id/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/id/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/id/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/id/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/id/desktop/win32/source/setup.po4
-rw-r--r--translations/source/id/dictionaries/af_ZA.po6
-rw-r--r--translations/source/id/dictionaries/ar.po6
-rw-r--r--translations/source/id/dictionaries/be_BY.po19
-rw-r--r--translations/source/id/dictionaries/bg_BG.po6
-rw-r--r--translations/source/id/dictionaries/bn_BD.po6
-rw-r--r--translations/source/id/dictionaries/br_FR.po6
-rw-r--r--translations/source/id/dictionaries/ca.po6
-rw-r--r--translations/source/id/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/id/dictionaries/da_DK.po6
-rw-r--r--translations/source/id/dictionaries/de.po6
-rw-r--r--translations/source/id/dictionaries/el_GR.po19
-rw-r--r--translations/source/id/dictionaries/en.po6
-rw-r--r--translations/source/id/dictionaries/es_ES.po6
-rw-r--r--translations/source/id/dictionaries/et_EE.po6
-rw-r--r--translations/source/id/dictionaries/fr_FR.po6
-rw-r--r--translations/source/id/dictionaries/gd_GB.po19
-rw-r--r--translations/source/id/dictionaries/gl.po6
-rw-r--r--translations/source/id/dictionaries/gu_IN.po6
-rw-r--r--translations/source/id/dictionaries/he_IL.po6
-rw-r--r--translations/source/id/dictionaries/hi_IN.po6
-rw-r--r--translations/source/id/dictionaries/hr_HR.po6
-rw-r--r--translations/source/id/dictionaries/hu_HU.po6
-rw-r--r--translations/source/id/dictionaries/it_IT.po6
-rw-r--r--translations/source/id/dictionaries/ku_TR.po6
-rw-r--r--translations/source/id/dictionaries/lt_LT.po6
-rw-r--r--translations/source/id/dictionaries/lv_LV.po6
-rw-r--r--translations/source/id/dictionaries/ne_NP.po6
-rw-r--r--translations/source/id/dictionaries/nl_NL.po6
-rw-r--r--translations/source/id/dictionaries/no.po6
-rw-r--r--translations/source/id/dictionaries/oc_FR.po6
-rw-r--r--translations/source/id/dictionaries/pl_PL.po6
-rw-r--r--translations/source/id/dictionaries/pt_BR.po6
-rw-r--r--translations/source/id/dictionaries/pt_PT.po6
-rw-r--r--translations/source/id/dictionaries/ro.po6
-rw-r--r--translations/source/id/dictionaries/ru_RU.po6
-rw-r--r--translations/source/id/dictionaries/sk_SK.po6
-rw-r--r--translations/source/id/dictionaries/sl_SI.po6
-rw-r--r--translations/source/id/dictionaries/sr.po6
-rw-r--r--translations/source/id/dictionaries/sv_SE.po6
-rw-r--r--translations/source/id/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/id/dictionaries/te_IN.po19
-rw-r--r--translations/source/id/dictionaries/th_TH.po6
-rw-r--r--translations/source/id/dictionaries/uk_UA.po6
-rw-r--r--translations/source/id/dictionaries/vi.po6
-rw-r--r--translations/source/id/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/id/editeng/source/accessibility.po4
-rw-r--r--translations/source/id/editeng/source/editeng.po4
-rw-r--r--translations/source/id/editeng/source/items.po4
-rw-r--r--translations/source/id/editeng/source/misc.po4
-rw-r--r--translations/source/id/editeng/source/outliner.po4
-rw-r--r--translations/source/id/extensions/source/abpilot.po4
-rw-r--r--translations/source/id/extensions/source/bibliography.po4
-rw-r--r--translations/source/id/extensions/source/dbpilots.po4
-rw-r--r--translations/source/id/extensions/source/propctrlr.po4
-rw-r--r--translations/source/id/extensions/source/scanner.po8
-rw-r--r--translations/source/id/extensions/source/update/check.po4
-rw-r--r--translations/source/id/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/id/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/id/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/id/filter/source/flash.po4
-rw-r--r--translations/source/id/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/id/filter/source/pdf.po4
-rw-r--r--translations/source/id/filter/source/t602.po4
-rw-r--r--translations/source/id/filter/source/xsltdialog.po8
-rw-r--r--translations/source/id/forms/source/resource.po4
-rw-r--r--translations/source/id/formula/source/core/resource.po4
-rw-r--r--translations/source/id/formula/source/ui/dlg.po4
-rw-r--r--translations/source/id/fpicker/source/office.po4
-rw-r--r--translations/source/id/framework/source/classes.po4
-rw-r--r--translations/source/id/framework/source/services.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/01.po260
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/id/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/01.po75
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/guide.po49
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/optionen.po33
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/id/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/id/mysqlc/source.po12
-rw-r--r--translations/source/id/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/id/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/id/padmin/source.po4
-rw-r--r--translations/source/id/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/id/reportbuilder/util.po8
-rw-r--r--translations/source/id/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/id/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/id/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/id/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/id/sc/source/core/src.po4
-rw-r--r--translations/source/id/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/id/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/id/sc/source/ui/docshell.po4
-rw-r--r--translations/source/id/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/id/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/id/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/id/sc/source/ui/navipi.po11
-rw-r--r--translations/source/id/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/id/sc/source/ui/src.po268
-rw-r--r--translations/source/id/sc/source/ui/styleui.po4
-rw-r--r--translations/source/id/scaddins/source/analysis.po4
-rw-r--r--translations/source/id/scaddins/source/datefunc.po4
-rw-r--r--translations/source/id/sccomp/source/solver.po4
-rw-r--r--translations/source/id/scp2/source/accessories.po4
-rw-r--r--translations/source/id/scp2/source/activex.po4
-rw-r--r--translations/source/id/scp2/source/base.po4
-rw-r--r--translations/source/id/scp2/source/binfilter.po4
-rw-r--r--translations/source/id/scp2/source/calc.po4
-rw-r--r--translations/source/id/scp2/source/draw.po4
-rw-r--r--translations/source/id/scp2/source/extensions.po4
-rw-r--r--translations/source/id/scp2/source/gnome.po4
-rw-r--r--translations/source/id/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/id/scp2/source/impress.po4
-rw-r--r--translations/source/id/scp2/source/javafilter.po4
-rw-r--r--translations/source/id/scp2/source/kde.po4
-rw-r--r--translations/source/id/scp2/source/math.po4
-rw-r--r--translations/source/id/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/id/scp2/source/ooo.po669
-rw-r--r--translations/source/id/scp2/source/python.po8
-rw-r--r--translations/source/id/scp2/source/quickstart.po4
-rw-r--r--translations/source/id/scp2/source/sdkoo.po4
-rw-r--r--translations/source/id/scp2/source/testtool.po4
-rw-r--r--translations/source/id/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/id/scp2/source/writer.po4
-rw-r--r--translations/source/id/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/id/scripting/source/pyprov.po10
-rw-r--r--translations/source/id/sd/source/core.po4
-rw-r--r--translations/source/id/sd/source/filter/html.po4
-rw-r--r--translations/source/id/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/id/sd/source/ui/animations.po4
-rw-r--r--translations/source/id/sd/source/ui/annotations.po4
-rw-r--r--translations/source/id/sd/source/ui/app.po4
-rw-r--r--translations/source/id/sd/source/ui/dlg.po4
-rw-r--r--translations/source/id/sd/source/ui/notes.po4
-rw-r--r--translations/source/id/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/id/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/id/sd/source/ui/table.po4
-rw-r--r--translations/source/id/sd/source/ui/view.po4
-rw-r--r--translations/source/id/sdext/source/minimizer.po6
-rw-r--r--translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/id/sdext/source/pdfimport.po16
-rw-r--r--translations/source/id/sdext/source/presenter.po6
-rw-r--r--translations/source/id/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/id/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/id/setup_native/source/mac.po4
-rw-r--r--translations/source/id/sfx2/source/appl.po4
-rw-r--r--translations/source/id/sfx2/source/bastyp.po4
-rw-r--r--translations/source/id/sfx2/source/dialog.po4
-rw-r--r--translations/source/id/sfx2/source/doc.po4
-rw-r--r--translations/source/id/sfx2/source/menu.po4
-rw-r--r--translations/source/id/sfx2/source/view.po4
-rw-r--r--translations/source/id/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/id/starmath/source.po36
-rw-r--r--translations/source/id/svl/source/items.po4
-rw-r--r--translations/source/id/svl/source/misc.po165
-rw-r--r--translations/source/id/svtools/source/contnr.po4
-rw-r--r--translations/source/id/svtools/source/control.po4
-rw-r--r--translations/source/id/svtools/source/dialogs.po4
-rw-r--r--translations/source/id/svtools/source/filter.po4
-rw-r--r--translations/source/id/svtools/source/java.po4
-rw-r--r--translations/source/id/svtools/source/misc.po8
-rw-r--r--translations/source/id/svtools/source/plugapp.po4
-rw-r--r--translations/source/id/svtools/source/toolpanel.po4
-rw-r--r--translations/source/id/svtools/workben/unodialog.po4
-rw-r--r--translations/source/id/svx/inc.po4
-rw-r--r--translations/source/id/svx/source/accessibility.po4
-rw-r--r--translations/source/id/svx/source/dialog.po46
-rw-r--r--translations/source/id/svx/source/engine3d.po4
-rw-r--r--translations/source/id/svx/source/fmcomp.po4
-rw-r--r--translations/source/id/svx/source/form.po4
-rw-r--r--translations/source/id/svx/source/gallery2.po4
-rw-r--r--translations/source/id/svx/source/items.po4
-rw-r--r--translations/source/id/svx/source/src.po4
-rw-r--r--translations/source/id/svx/source/stbctrls.po4
-rw-r--r--translations/source/id/svx/source/svdraw.po4
-rw-r--r--translations/source/id/svx/source/table.po4
-rw-r--r--translations/source/id/svx/source/tbxctrls.po4
-rw-r--r--translations/source/id/svx/source/toolbars.po4
-rw-r--r--translations/source/id/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/id/sw/source/core/layout.po6
-rw-r--r--translations/source/id/sw/source/core/undo.po4
-rw-r--r--translations/source/id/sw/source/core/unocore.po4
-rw-r--r--translations/source/id/sw/source/ui/app.po28
-rw-r--r--translations/source/id/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/id/sw/source/ui/config.po56
-rw-r--r--translations/source/id/sw/source/ui/dbui.po4
-rw-r--r--translations/source/id/sw/source/ui/dialog.po8
-rw-r--r--translations/source/id/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/id/sw/source/ui/docvw.po4
-rw-r--r--translations/source/id/sw/source/ui/envelp.po4
-rw-r--r--translations/source/id/sw/source/ui/fldui.po4
-rw-r--r--translations/source/id/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/id/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/id/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/id/sw/source/ui/index.po4
-rw-r--r--translations/source/id/sw/source/ui/lingu.po8
-rw-r--r--translations/source/id/sw/source/ui/misc.po4
-rw-r--r--translations/source/id/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/id/sw/source/ui/shells.po4
-rw-r--r--translations/source/id/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/id/sw/source/ui/table.po46
-rw-r--r--translations/source/id/sw/source/ui/uiview.po4
-rw-r--r--translations/source/id/sw/source/ui/utlui.po194
-rw-r--r--translations/source/id/sw/source/ui/web.po4
-rw-r--r--translations/source/id/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/id/swext/mediawiki/help.po93
-rw-r--r--translations/source/id/swext/mediawiki/src.po6
-rw-r--r--translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/id/sysui/desktop/share.po4
-rw-r--r--translations/source/id/uui/source.po4
-rw-r--r--translations/source/id/vcl/source/src.po84
-rw-r--r--translations/source/id/wizards/source/euro.po4
-rw-r--r--translations/source/id/wizards/source/formwizard.po4
-rw-r--r--translations/source/id/wizards/source/importwizard.po4
-rw-r--r--translations/source/id/wizards/source/schedule.po4
-rw-r--r--translations/source/id/wizards/source/template.po4
-rw-r--r--translations/source/id/xmlsecurity/source/component.po4
-rw-r--r--translations/source/id/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/is/accessibility/source/helper.po4
-rw-r--r--translations/source/is/avmedia/source/framework.po4
-rw-r--r--translations/source/is/avmedia/source/viewer.po4
-rw-r--r--translations/source/is/basctl/source/basicide.po12
-rw-r--r--translations/source/is/basctl/source/dlged.po4
-rw-r--r--translations/source/is/basic/source/app.po4
-rw-r--r--translations/source/is/basic/source/classes.po4
-rw-r--r--translations/source/is/basic/source/sbx.po4
-rw-r--r--translations/source/is/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/is/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/is/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/is/connectivity/source/resource.po9
-rw-r--r--translations/source/is/crashrep/source/all.po4
-rw-r--r--translations/source/is/cui/source/customize.po4
-rw-r--r--translations/source/is/cui/source/dialogs.po28
-rw-r--r--translations/source/is/cui/source/options.po42
-rw-r--r--translations/source/is/cui/source/tabpages.po24
-rw-r--r--translations/source/is/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/is/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/is/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/is/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/app.po21
-rw-r--r--translations/source/is/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/is/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/is/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/is/desktop/source/app.po4
-rw-r--r--translations/source/is/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/is/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/is/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/is/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/is/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/is/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/is/desktop/win32/source/setup.po4
-rw-r--r--translations/source/is/dictionaries/af_ZA.po6
-rw-r--r--translations/source/is/dictionaries/ar.po6
-rw-r--r--translations/source/is/dictionaries/be_BY.po19
-rw-r--r--translations/source/is/dictionaries/bg_BG.po6
-rw-r--r--translations/source/is/dictionaries/bn_BD.po6
-rw-r--r--translations/source/is/dictionaries/br_FR.po6
-rw-r--r--translations/source/is/dictionaries/ca.po6
-rw-r--r--translations/source/is/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/is/dictionaries/da_DK.po6
-rw-r--r--translations/source/is/dictionaries/de.po6
-rw-r--r--translations/source/is/dictionaries/el_GR.po19
-rw-r--r--translations/source/is/dictionaries/en.po6
-rw-r--r--translations/source/is/dictionaries/es_ES.po6
-rw-r--r--translations/source/is/dictionaries/et_EE.po6
-rw-r--r--translations/source/is/dictionaries/fr_FR.po6
-rw-r--r--translations/source/is/dictionaries/gd_GB.po19
-rw-r--r--translations/source/is/dictionaries/gl.po6
-rw-r--r--translations/source/is/dictionaries/gu_IN.po6
-rw-r--r--translations/source/is/dictionaries/he_IL.po6
-rw-r--r--translations/source/is/dictionaries/hi_IN.po6
-rw-r--r--translations/source/is/dictionaries/hr_HR.po6
-rw-r--r--translations/source/is/dictionaries/hu_HU.po6
-rw-r--r--translations/source/is/dictionaries/it_IT.po6
-rw-r--r--translations/source/is/dictionaries/ku_TR.po6
-rw-r--r--translations/source/is/dictionaries/lt_LT.po6
-rw-r--r--translations/source/is/dictionaries/lv_LV.po6
-rw-r--r--translations/source/is/dictionaries/ne_NP.po6
-rw-r--r--translations/source/is/dictionaries/nl_NL.po6
-rw-r--r--translations/source/is/dictionaries/no.po6
-rw-r--r--translations/source/is/dictionaries/oc_FR.po6
-rw-r--r--translations/source/is/dictionaries/pl_PL.po6
-rw-r--r--translations/source/is/dictionaries/pt_BR.po6
-rw-r--r--translations/source/is/dictionaries/pt_PT.po6
-rw-r--r--translations/source/is/dictionaries/ro.po6
-rw-r--r--translations/source/is/dictionaries/ru_RU.po6
-rw-r--r--translations/source/is/dictionaries/sk_SK.po6
-rw-r--r--translations/source/is/dictionaries/sl_SI.po6
-rw-r--r--translations/source/is/dictionaries/sr.po6
-rw-r--r--translations/source/is/dictionaries/sv_SE.po6
-rw-r--r--translations/source/is/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/is/dictionaries/te_IN.po19
-rw-r--r--translations/source/is/dictionaries/th_TH.po6
-rw-r--r--translations/source/is/dictionaries/uk_UA.po6
-rw-r--r--translations/source/is/dictionaries/vi.po6
-rw-r--r--translations/source/is/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/is/editeng/source/accessibility.po4
-rw-r--r--translations/source/is/editeng/source/editeng.po8
-rw-r--r--translations/source/is/editeng/source/items.po16
-rw-r--r--translations/source/is/editeng/source/misc.po4
-rw-r--r--translations/source/is/editeng/source/outliner.po4
-rw-r--r--translations/source/is/extensions/source/abpilot.po14
-rw-r--r--translations/source/is/extensions/source/bibliography.po4
-rw-r--r--translations/source/is/extensions/source/dbpilots.po4
-rw-r--r--translations/source/is/extensions/source/propctrlr.po10
-rw-r--r--translations/source/is/extensions/source/scanner.po16
-rw-r--r--translations/source/is/extensions/source/update/check.po15
-rw-r--r--translations/source/is/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/is/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/is/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/is/filter/source/flash.po4
-rw-r--r--translations/source/is/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/is/filter/source/pdf.po16
-rw-r--r--translations/source/is/filter/source/t602.po4
-rw-r--r--translations/source/is/filter/source/xsltdialog.po13
-rw-r--r--translations/source/is/forms/source/resource.po4
-rw-r--r--translations/source/is/formula/source/core/resource.po16
-rw-r--r--translations/source/is/formula/source/ui/dlg.po4
-rw-r--r--translations/source/is/fpicker/source/office.po4
-rw-r--r--translations/source/is/framework/source/classes.po4
-rw-r--r--translations/source/is/framework/source/services.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/01.po258
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/05.po66
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/is/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/is/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/01.po173
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/guide.po32
-rw-r--r--translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/is/mysqlc/source.po22
-rw-r--r--translations/source/is/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/is/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--translations/source/is/officecfg/registry/data/org/openoffice/Office/UI.po55
-rw-r--r--translations/source/is/padmin/source.po4
-rw-r--r--translations/source/is/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/is/reportbuilder/util.po19
-rw-r--r--translations/source/is/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/is/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/is/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/is/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/is/sc/source/core/src.po4
-rw-r--r--translations/source/is/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/is/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/is/sc/source/ui/docshell.po4
-rw-r--r--translations/source/is/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/is/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/is/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/is/sc/source/ui/navipi.po9
-rw-r--r--translations/source/is/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/is/sc/source/ui/src.po266
-rw-r--r--translations/source/is/sc/source/ui/styleui.po4
-rw-r--r--translations/source/is/scaddins/source/analysis.po4
-rw-r--r--translations/source/is/scaddins/source/datefunc.po4
-rw-r--r--translations/source/is/sccomp/source/solver.po4
-rw-r--r--translations/source/is/scp2/source/accessories.po4
-rw-r--r--translations/source/is/scp2/source/activex.po4
-rw-r--r--translations/source/is/scp2/source/base.po4
-rw-r--r--translations/source/is/scp2/source/binfilter.po4
-rw-r--r--translations/source/is/scp2/source/calc.po8
-rw-r--r--translations/source/is/scp2/source/draw.po4
-rw-r--r--translations/source/is/scp2/source/extensions.po4
-rw-r--r--translations/source/is/scp2/source/gnome.po4
-rw-r--r--translations/source/is/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/is/scp2/source/impress.po4
-rw-r--r--translations/source/is/scp2/source/javafilter.po4
-rw-r--r--translations/source/is/scp2/source/kde.po4
-rw-r--r--translations/source/is/scp2/source/math.po4
-rw-r--r--translations/source/is/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/is/scp2/source/ooo.po701
-rw-r--r--translations/source/is/scp2/source/python.po8
-rw-r--r--translations/source/is/scp2/source/quickstart.po4
-rw-r--r--translations/source/is/scp2/source/sdkoo.po4
-rw-r--r--translations/source/is/scp2/source/testtool.po4
-rw-r--r--translations/source/is/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/is/scp2/source/writer.po4
-rw-r--r--translations/source/is/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/is/scripting/source/pyprov.po15
-rw-r--r--translations/source/is/sd/source/core.po4
-rw-r--r--translations/source/is/sd/source/filter/html.po4
-rw-r--r--translations/source/is/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/is/sd/source/ui/animations.po4
-rw-r--r--translations/source/is/sd/source/ui/annotations.po4
-rw-r--r--translations/source/is/sd/source/ui/app.po21
-rw-r--r--translations/source/is/sd/source/ui/dlg.po8
-rw-r--r--translations/source/is/sd/source/ui/notes.po4
-rw-r--r--translations/source/is/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/is/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/is/sd/source/ui/table.po4
-rw-r--r--translations/source/is/sd/source/ui/view.po4
-rw-r--r--translations/source/is/sdext/source/minimizer.po6
-rw-r--r--translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/is/sdext/source/pdfimport.po16
-rw-r--r--translations/source/is/sdext/source/presenter.po6
-rw-r--r--translations/source/is/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/is/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/is/setup_native/source/mac.po4
-rw-r--r--translations/source/is/sfx2/source/appl.po4
-rw-r--r--translations/source/is/sfx2/source/bastyp.po4
-rw-r--r--translations/source/is/sfx2/source/dialog.po4
-rw-r--r--translations/source/is/sfx2/source/doc.po4
-rw-r--r--translations/source/is/sfx2/source/menu.po4
-rw-r--r--translations/source/is/sfx2/source/view.po4
-rw-r--r--translations/source/is/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/is/starmath/source.po41
-rw-r--r--translations/source/is/svl/source/items.po4
-rw-r--r--translations/source/is/svl/source/misc.po166
-rw-r--r--translations/source/is/svtools/source/contnr.po4
-rw-r--r--translations/source/is/svtools/source/control.po4
-rw-r--r--translations/source/is/svtools/source/dialogs.po4
-rw-r--r--translations/source/is/svtools/source/filter.po4
-rw-r--r--translations/source/is/svtools/source/java.po7
-rw-r--r--translations/source/is/svtools/source/misc.po14
-rw-r--r--translations/source/is/svtools/source/plugapp.po4
-rw-r--r--translations/source/is/svtools/source/toolpanel.po4
-rw-r--r--translations/source/is/svtools/workben/unodialog.po4
-rw-r--r--translations/source/is/svx/inc.po10
-rw-r--r--translations/source/is/svx/source/accessibility.po4
-rw-r--r--translations/source/is/svx/source/dialog.po62
-rw-r--r--translations/source/is/svx/source/engine3d.po4
-rw-r--r--translations/source/is/svx/source/fmcomp.po4
-rw-r--r--translations/source/is/svx/source/form.po12
-rw-r--r--translations/source/is/svx/source/gallery2.po4
-rw-r--r--translations/source/is/svx/source/items.po4
-rw-r--r--translations/source/is/svx/source/src.po4
-rw-r--r--translations/source/is/svx/source/stbctrls.po4
-rw-r--r--translations/source/is/svx/source/svdraw.po10
-rw-r--r--translations/source/is/svx/source/table.po4
-rw-r--r--translations/source/is/svx/source/tbxctrls.po4
-rw-r--r--translations/source/is/svx/source/toolbars.po4
-rw-r--r--translations/source/is/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/is/sw/source/core/layout.po6
-rw-r--r--translations/source/is/sw/source/core/undo.po4
-rw-r--r--translations/source/is/sw/source/core/unocore.po4
-rw-r--r--translations/source/is/sw/source/ui/app.po28
-rw-r--r--translations/source/is/sw/source/ui/chrdlg.po16
-rw-r--r--translations/source/is/sw/source/ui/config.po62
-rw-r--r--translations/source/is/sw/source/ui/dbui.po4
-rw-r--r--translations/source/is/sw/source/ui/dialog.po8
-rw-r--r--translations/source/is/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/is/sw/source/ui/docvw.po4
-rw-r--r--translations/source/is/sw/source/ui/envelp.po4
-rw-r--r--translations/source/is/sw/source/ui/fldui.po4
-rw-r--r--translations/source/is/sw/source/ui/fmtui.po8
-rw-r--r--translations/source/is/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/is/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/is/sw/source/ui/index.po4
-rw-r--r--translations/source/is/sw/source/ui/lingu.po8
-rw-r--r--translations/source/is/sw/source/ui/misc.po4
-rw-r--r--translations/source/is/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/is/sw/source/ui/shells.po4
-rw-r--r--translations/source/is/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/is/sw/source/ui/table.po44
-rw-r--r--translations/source/is/sw/source/ui/uiview.po4
-rw-r--r--translations/source/is/sw/source/ui/utlui.po194
-rw-r--r--translations/source/is/sw/source/ui/web.po4
-rw-r--r--translations/source/is/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/is/swext/mediawiki/help.po91
-rw-r--r--translations/source/is/swext/mediawiki/src.po6
-rw-r--r--translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/is/sysui/desktop/share.po7
-rw-r--r--translations/source/is/uui/source.po10
-rw-r--r--translations/source/is/vcl/source/src.po84
-rw-r--r--translations/source/is/wizards/source/euro.po4
-rw-r--r--translations/source/is/wizards/source/formwizard.po4
-rw-r--r--translations/source/is/wizards/source/importwizard.po4
-rw-r--r--translations/source/is/wizards/source/schedule.po4
-rw-r--r--translations/source/is/wizards/source/template.po4
-rw-r--r--translations/source/is/xmlsecurity/source/component.po4
-rw-r--r--translations/source/is/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/it/accessibility/source/helper.po4
-rw-r--r--translations/source/it/avmedia/source/framework.po4
-rw-r--r--translations/source/it/avmedia/source/viewer.po4
-rw-r--r--translations/source/it/basctl/source/basicide.po12
-rw-r--r--translations/source/it/basctl/source/dlged.po4
-rw-r--r--translations/source/it/basic/source/app.po4
-rw-r--r--translations/source/it/basic/source/classes.po4
-rw-r--r--translations/source/it/basic/source/sbx.po4
-rw-r--r--translations/source/it/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/it/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/it/connectivity/source/resource.po9
-rw-r--r--translations/source/it/crashrep/source/all.po4
-rw-r--r--translations/source/it/cui/source/customize.po4
-rw-r--r--translations/source/it/cui/source/dialogs.po19
-rw-r--r--translations/source/it/cui/source/options.po44
-rw-r--r--translations/source/it/cui/source/tabpages.po8
-rw-r--r--translations/source/it/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/it/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/it/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/it/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/it/desktop/source/app.po4
-rw-r--r--translations/source/it/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/it/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/it/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/it/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/it/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/it/desktop/win32/source/setup.po4
-rw-r--r--translations/source/it/dictionaries/af_ZA.po6
-rw-r--r--translations/source/it/dictionaries/ar.po6
-rw-r--r--translations/source/it/dictionaries/be_BY.po19
-rw-r--r--translations/source/it/dictionaries/bg_BG.po6
-rw-r--r--translations/source/it/dictionaries/bn_BD.po6
-rw-r--r--translations/source/it/dictionaries/br_FR.po6
-rw-r--r--translations/source/it/dictionaries/ca.po6
-rw-r--r--translations/source/it/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/it/dictionaries/da_DK.po6
-rw-r--r--translations/source/it/dictionaries/de.po6
-rw-r--r--translations/source/it/dictionaries/el_GR.po19
-rw-r--r--translations/source/it/dictionaries/en.po6
-rw-r--r--translations/source/it/dictionaries/es_ES.po6
-rw-r--r--translations/source/it/dictionaries/et_EE.po6
-rw-r--r--translations/source/it/dictionaries/fr_FR.po6
-rw-r--r--translations/source/it/dictionaries/gd_GB.po19
-rw-r--r--translations/source/it/dictionaries/gl.po6
-rw-r--r--translations/source/it/dictionaries/gu_IN.po6
-rw-r--r--translations/source/it/dictionaries/he_IL.po6
-rw-r--r--translations/source/it/dictionaries/hi_IN.po6
-rw-r--r--translations/source/it/dictionaries/hr_HR.po6
-rw-r--r--translations/source/it/dictionaries/hu_HU.po6
-rw-r--r--translations/source/it/dictionaries/it_IT.po6
-rw-r--r--translations/source/it/dictionaries/ku_TR.po6
-rw-r--r--translations/source/it/dictionaries/lt_LT.po6
-rw-r--r--translations/source/it/dictionaries/lv_LV.po6
-rw-r--r--translations/source/it/dictionaries/ne_NP.po6
-rw-r--r--translations/source/it/dictionaries/nl_NL.po6
-rw-r--r--translations/source/it/dictionaries/no.po6
-rw-r--r--translations/source/it/dictionaries/oc_FR.po6
-rw-r--r--translations/source/it/dictionaries/pl_PL.po6
-rw-r--r--translations/source/it/dictionaries/pt_BR.po6
-rw-r--r--translations/source/it/dictionaries/pt_PT.po6
-rw-r--r--translations/source/it/dictionaries/ro.po6
-rw-r--r--translations/source/it/dictionaries/ru_RU.po6
-rw-r--r--translations/source/it/dictionaries/sk_SK.po6
-rw-r--r--translations/source/it/dictionaries/sl_SI.po6
-rw-r--r--translations/source/it/dictionaries/sr.po6
-rw-r--r--translations/source/it/dictionaries/sv_SE.po6
-rw-r--r--translations/source/it/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/it/dictionaries/te_IN.po19
-rw-r--r--translations/source/it/dictionaries/th_TH.po6
-rw-r--r--translations/source/it/dictionaries/uk_UA.po6
-rw-r--r--translations/source/it/dictionaries/vi.po6
-rw-r--r--translations/source/it/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/it/editeng/source/accessibility.po4
-rw-r--r--translations/source/it/editeng/source/editeng.po4
-rw-r--r--translations/source/it/editeng/source/items.po4
-rw-r--r--translations/source/it/editeng/source/misc.po4
-rw-r--r--translations/source/it/editeng/source/outliner.po4
-rw-r--r--translations/source/it/extensions/source/abpilot.po4
-rw-r--r--translations/source/it/extensions/source/bibliography.po4
-rw-r--r--translations/source/it/extensions/source/dbpilots.po4
-rw-r--r--translations/source/it/extensions/source/propctrlr.po4
-rw-r--r--translations/source/it/extensions/source/scanner.po8
-rw-r--r--translations/source/it/extensions/source/update/check.po4
-rw-r--r--translations/source/it/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/it/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/it/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/it/filter/source/flash.po4
-rw-r--r--translations/source/it/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/it/filter/source/pdf.po4
-rw-r--r--translations/source/it/filter/source/t602.po4
-rw-r--r--translations/source/it/filter/source/xsltdialog.po8
-rw-r--r--translations/source/it/forms/source/resource.po4
-rw-r--r--translations/source/it/formula/source/core/resource.po4
-rw-r--r--translations/source/it/formula/source/ui/dlg.po4
-rw-r--r--translations/source/it/fpicker/source/office.po4
-rw-r--r--translations/source/it/framework/source/classes.po4
-rw-r--r--translations/source/it/framework/source/services.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/it/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/it/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/it/mysqlc/source.po12
-rw-r--r--translations/source/it/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/it/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/it/padmin/source.po4
-rw-r--r--translations/source/it/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/it/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/it/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/it/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/it/reportbuilder/util.po8
-rw-r--r--translations/source/it/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/it/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/it/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/it/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/it/sc/source/core/src.po4
-rw-r--r--translations/source/it/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/it/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/it/sc/source/ui/docshell.po4
-rw-r--r--translations/source/it/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/it/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/it/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/it/sc/source/ui/navipi.po11
-rw-r--r--translations/source/it/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/it/sc/source/ui/src.po268
-rw-r--r--translations/source/it/sc/source/ui/styleui.po4
-rw-r--r--translations/source/it/scaddins/source/analysis.po4
-rw-r--r--translations/source/it/scaddins/source/datefunc.po4
-rw-r--r--translations/source/it/sccomp/source/solver.po4
-rw-r--r--translations/source/it/scp2/source/accessories.po4
-rw-r--r--translations/source/it/scp2/source/activex.po4
-rw-r--r--translations/source/it/scp2/source/base.po4
-rw-r--r--translations/source/it/scp2/source/binfilter.po4
-rw-r--r--translations/source/it/scp2/source/calc.po4
-rw-r--r--translations/source/it/scp2/source/draw.po4
-rw-r--r--translations/source/it/scp2/source/extensions.po4
-rw-r--r--translations/source/it/scp2/source/gnome.po4
-rw-r--r--translations/source/it/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/it/scp2/source/impress.po4
-rw-r--r--translations/source/it/scp2/source/javafilter.po4
-rw-r--r--translations/source/it/scp2/source/kde.po4
-rw-r--r--translations/source/it/scp2/source/math.po4
-rw-r--r--translations/source/it/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/it/scp2/source/ooo.po669
-rw-r--r--translations/source/it/scp2/source/python.po8
-rw-r--r--translations/source/it/scp2/source/quickstart.po4
-rw-r--r--translations/source/it/scp2/source/sdkoo.po4
-rw-r--r--translations/source/it/scp2/source/testtool.po4
-rw-r--r--translations/source/it/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/it/scp2/source/writer.po4
-rw-r--r--translations/source/it/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/it/scripting/source/pyprov.po10
-rw-r--r--translations/source/it/sd/source/core.po4
-rw-r--r--translations/source/it/sd/source/filter/html.po4
-rw-r--r--translations/source/it/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/it/sd/source/ui/animations.po4
-rw-r--r--translations/source/it/sd/source/ui/annotations.po4
-rw-r--r--translations/source/it/sd/source/ui/app.po4
-rw-r--r--translations/source/it/sd/source/ui/dlg.po4
-rw-r--r--translations/source/it/sd/source/ui/notes.po4
-rw-r--r--translations/source/it/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/it/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/it/sd/source/ui/table.po4
-rw-r--r--translations/source/it/sd/source/ui/view.po4
-rw-r--r--translations/source/it/sdext/source/minimizer.po6
-rw-r--r--translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/it/sdext/source/pdfimport.po16
-rw-r--r--translations/source/it/sdext/source/presenter.po6
-rw-r--r--translations/source/it/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/it/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/it/setup_native/source/mac.po4
-rw-r--r--translations/source/it/sfx2/source/appl.po4
-rw-r--r--translations/source/it/sfx2/source/bastyp.po4
-rw-r--r--translations/source/it/sfx2/source/dialog.po4
-rw-r--r--translations/source/it/sfx2/source/doc.po4
-rw-r--r--translations/source/it/sfx2/source/menu.po4
-rw-r--r--translations/source/it/sfx2/source/view.po4
-rw-r--r--translations/source/it/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/it/starmath/source.po36
-rw-r--r--translations/source/it/svl/source/items.po4
-rw-r--r--translations/source/it/svl/source/misc.po165
-rw-r--r--translations/source/it/svtools/source/contnr.po4
-rw-r--r--translations/source/it/svtools/source/control.po4
-rw-r--r--translations/source/it/svtools/source/dialogs.po4
-rw-r--r--translations/source/it/svtools/source/filter.po4
-rw-r--r--translations/source/it/svtools/source/java.po4
-rw-r--r--translations/source/it/svtools/source/misc.po8
-rw-r--r--translations/source/it/svtools/source/plugapp.po4
-rw-r--r--translations/source/it/svtools/source/toolpanel.po4
-rw-r--r--translations/source/it/svtools/workben/unodialog.po4
-rw-r--r--translations/source/it/svx/inc.po4
-rw-r--r--translations/source/it/svx/source/accessibility.po4
-rw-r--r--translations/source/it/svx/source/dialog.po46
-rw-r--r--translations/source/it/svx/source/engine3d.po4
-rw-r--r--translations/source/it/svx/source/fmcomp.po4
-rw-r--r--translations/source/it/svx/source/form.po4
-rw-r--r--translations/source/it/svx/source/gallery2.po4
-rw-r--r--translations/source/it/svx/source/items.po4
-rw-r--r--translations/source/it/svx/source/src.po4
-rw-r--r--translations/source/it/svx/source/stbctrls.po4
-rw-r--r--translations/source/it/svx/source/svdraw.po4
-rw-r--r--translations/source/it/svx/source/table.po4
-rw-r--r--translations/source/it/svx/source/tbxctrls.po4
-rw-r--r--translations/source/it/svx/source/toolbars.po4
-rw-r--r--translations/source/it/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/it/sw/source/core/layout.po6
-rw-r--r--translations/source/it/sw/source/core/undo.po4
-rw-r--r--translations/source/it/sw/source/core/unocore.po4
-rw-r--r--translations/source/it/sw/source/ui/app.po28
-rw-r--r--translations/source/it/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/it/sw/source/ui/config.po56
-rw-r--r--translations/source/it/sw/source/ui/dbui.po4
-rw-r--r--translations/source/it/sw/source/ui/dialog.po8
-rw-r--r--translations/source/it/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/it/sw/source/ui/docvw.po4
-rw-r--r--translations/source/it/sw/source/ui/envelp.po4
-rw-r--r--translations/source/it/sw/source/ui/fldui.po4
-rw-r--r--translations/source/it/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/it/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/it/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/it/sw/source/ui/index.po4
-rw-r--r--translations/source/it/sw/source/ui/lingu.po8
-rw-r--r--translations/source/it/sw/source/ui/misc.po4
-rw-r--r--translations/source/it/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/it/sw/source/ui/shells.po4
-rw-r--r--translations/source/it/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/it/sw/source/ui/table.po48
-rw-r--r--translations/source/it/sw/source/ui/uiview.po4
-rw-r--r--translations/source/it/sw/source/ui/utlui.po194
-rw-r--r--translations/source/it/sw/source/ui/web.po4
-rw-r--r--translations/source/it/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/it/swext/mediawiki/help.po93
-rw-r--r--translations/source/it/swext/mediawiki/src.po6
-rw-r--r--translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/it/sysui/desktop/share.po4
-rw-r--r--translations/source/it/uui/source.po4
-rw-r--r--translations/source/it/vcl/source/src.po84
-rw-r--r--translations/source/it/wizards/source/euro.po4
-rw-r--r--translations/source/it/wizards/source/formwizard.po4
-rw-r--r--translations/source/it/wizards/source/importwizard.po4
-rw-r--r--translations/source/it/wizards/source/schedule.po4
-rw-r--r--translations/source/it/wizards/source/template.po4
-rw-r--r--translations/source/it/xmlsecurity/source/component.po4
-rw-r--r--translations/source/it/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ja/accessibility/source/helper.po4
-rw-r--r--translations/source/ja/avmedia/source/framework.po4
-rw-r--r--translations/source/ja/avmedia/source/viewer.po4
-rw-r--r--translations/source/ja/basctl/source/basicide.po12
-rw-r--r--translations/source/ja/basctl/source/dlged.po4
-rw-r--r--translations/source/ja/basic/source/app.po4
-rw-r--r--translations/source/ja/basic/source/classes.po4
-rw-r--r--translations/source/ja/basic/source/sbx.po4
-rw-r--r--translations/source/ja/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ja/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ja/connectivity/source/resource.po4
-rw-r--r--translations/source/ja/crashrep/source/all.po4
-rw-r--r--translations/source/ja/cui/source/customize.po4
-rw-r--r--translations/source/ja/cui/source/dialogs.po19
-rw-r--r--translations/source/ja/cui/source/options.po44
-rw-r--r--translations/source/ja/cui/source/tabpages.po8
-rw-r--r--translations/source/ja/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ja/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ja/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ja/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ja/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ja/desktop/source/app.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ja/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ja/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ja/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ja/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ja/dictionaries/ar.po6
-rw-r--r--translations/source/ja/dictionaries/be_BY.po19
-rw-r--r--translations/source/ja/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ja/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ja/dictionaries/br_FR.po6
-rw-r--r--translations/source/ja/dictionaries/ca.po6
-rw-r--r--translations/source/ja/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ja/dictionaries/da_DK.po6
-rw-r--r--translations/source/ja/dictionaries/de.po6
-rw-r--r--translations/source/ja/dictionaries/el_GR.po19
-rw-r--r--translations/source/ja/dictionaries/en.po6
-rw-r--r--translations/source/ja/dictionaries/es_ES.po6
-rw-r--r--translations/source/ja/dictionaries/et_EE.po6
-rw-r--r--translations/source/ja/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ja/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ja/dictionaries/gl.po6
-rw-r--r--translations/source/ja/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ja/dictionaries/he_IL.po6
-rw-r--r--translations/source/ja/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ja/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ja/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ja/dictionaries/it_IT.po6
-rw-r--r--translations/source/ja/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ja/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ja/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ja/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ja/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ja/dictionaries/no.po6
-rw-r--r--translations/source/ja/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ja/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ja/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ja/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ja/dictionaries/ro.po6
-rw-r--r--translations/source/ja/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ja/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ja/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ja/dictionaries/sr.po6
-rw-r--r--translations/source/ja/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ja/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ja/dictionaries/te_IN.po19
-rw-r--r--translations/source/ja/dictionaries/th_TH.po6
-rw-r--r--translations/source/ja/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ja/dictionaries/vi.po6
-rw-r--r--translations/source/ja/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ja/editeng/source/accessibility.po4
-rw-r--r--translations/source/ja/editeng/source/editeng.po4
-rw-r--r--translations/source/ja/editeng/source/items.po12
-rw-r--r--translations/source/ja/editeng/source/misc.po4
-rw-r--r--translations/source/ja/editeng/source/outliner.po4
-rw-r--r--translations/source/ja/extensions/source/abpilot.po4
-rw-r--r--translations/source/ja/extensions/source/bibliography.po4
-rw-r--r--translations/source/ja/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ja/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ja/extensions/source/scanner.po12
-rw-r--r--translations/source/ja/extensions/source/update/check.po4
-rw-r--r--translations/source/ja/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ja/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/ja/filter/source/flash.po4
-rw-r--r--translations/source/ja/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ja/filter/source/pdf.po4
-rw-r--r--translations/source/ja/filter/source/t602.po4
-rw-r--r--translations/source/ja/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ja/forms/source/resource.po4
-rw-r--r--translations/source/ja/formula/source/core/resource.po4
-rw-r--r--translations/source/ja/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ja/fpicker/source/office.po4
-rw-r--r--translations/source/ja/framework/source/classes.po4
-rw-r--r--translations/source/ja/framework/source/services.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared.po14
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc.po46
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/00.po24
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/01.po368
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/04.po51
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/guide.po97
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared.po28
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/00.po16
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ja/mysqlc/source.po12
-rw-r--r--translations/source/ja/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ja/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ja/padmin/source.po4
-rw-r--r--translations/source/ja/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ja/reportbuilder/util.po8
-rw-r--r--translations/source/ja/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ja/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ja/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ja/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ja/sc/source/core/src.po4
-rw-r--r--translations/source/ja/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ja/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ja/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ja/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ja/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ja/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ja/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ja/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ja/sc/source/ui/src.po268
-rw-r--r--translations/source/ja/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ja/scaddins/source/analysis.po4
-rw-r--r--translations/source/ja/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ja/sccomp/source/solver.po4
-rw-r--r--translations/source/ja/scp2/source/accessories.po4
-rw-r--r--translations/source/ja/scp2/source/activex.po4
-rw-r--r--translations/source/ja/scp2/source/base.po4
-rw-r--r--translations/source/ja/scp2/source/binfilter.po4
-rw-r--r--translations/source/ja/scp2/source/calc.po4
-rw-r--r--translations/source/ja/scp2/source/draw.po4
-rw-r--r--translations/source/ja/scp2/source/extensions.po4
-rw-r--r--translations/source/ja/scp2/source/gnome.po4
-rw-r--r--translations/source/ja/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ja/scp2/source/impress.po4
-rw-r--r--translations/source/ja/scp2/source/javafilter.po4
-rw-r--r--translations/source/ja/scp2/source/kde.po4
-rw-r--r--translations/source/ja/scp2/source/math.po4
-rw-r--r--translations/source/ja/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ja/scp2/source/ooo.po669
-rw-r--r--translations/source/ja/scp2/source/python.po8
-rw-r--r--translations/source/ja/scp2/source/quickstart.po4
-rw-r--r--translations/source/ja/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ja/scp2/source/testtool.po4
-rw-r--r--translations/source/ja/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ja/scp2/source/writer.po4
-rw-r--r--translations/source/ja/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ja/scripting/source/pyprov.po10
-rw-r--r--translations/source/ja/sd/source/core.po4
-rw-r--r--translations/source/ja/sd/source/filter/html.po4
-rw-r--r--translations/source/ja/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ja/sd/source/ui/animations.po4
-rw-r--r--translations/source/ja/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ja/sd/source/ui/app.po4
-rw-r--r--translations/source/ja/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ja/sd/source/ui/notes.po4
-rw-r--r--translations/source/ja/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ja/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ja/sd/source/ui/table.po4
-rw-r--r--translations/source/ja/sd/source/ui/view.po4
-rw-r--r--translations/source/ja/sdext/source/minimizer.po6
-rw-r--r--translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ja/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ja/sdext/source/presenter.po6
-rw-r--r--translations/source/ja/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ja/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ja/setup_native/source/mac.po4
-rw-r--r--translations/source/ja/sfx2/source/appl.po4
-rw-r--r--translations/source/ja/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ja/sfx2/source/dialog.po4
-rw-r--r--translations/source/ja/sfx2/source/doc.po4
-rw-r--r--translations/source/ja/sfx2/source/menu.po4
-rw-r--r--translations/source/ja/sfx2/source/view.po4
-rw-r--r--translations/source/ja/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ja/starmath/source.po36
-rw-r--r--translations/source/ja/svl/source/items.po4
-rw-r--r--translations/source/ja/svl/source/misc.po165
-rw-r--r--translations/source/ja/svtools/source/contnr.po4
-rw-r--r--translations/source/ja/svtools/source/control.po4
-rw-r--r--translations/source/ja/svtools/source/dialogs.po4
-rw-r--r--translations/source/ja/svtools/source/filter.po4
-rw-r--r--translations/source/ja/svtools/source/java.po4
-rw-r--r--translations/source/ja/svtools/source/misc.po8
-rw-r--r--translations/source/ja/svtools/source/plugapp.po4
-rw-r--r--translations/source/ja/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ja/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ja/svx/inc.po4
-rw-r--r--translations/source/ja/svx/source/accessibility.po4
-rw-r--r--translations/source/ja/svx/source/dialog.po48
-rw-r--r--translations/source/ja/svx/source/engine3d.po4
-rw-r--r--translations/source/ja/svx/source/fmcomp.po4
-rw-r--r--translations/source/ja/svx/source/form.po4
-rw-r--r--translations/source/ja/svx/source/gallery2.po4
-rw-r--r--translations/source/ja/svx/source/items.po4
-rw-r--r--translations/source/ja/svx/source/src.po4
-rw-r--r--translations/source/ja/svx/source/stbctrls.po4
-rw-r--r--translations/source/ja/svx/source/svdraw.po4
-rw-r--r--translations/source/ja/svx/source/table.po4
-rw-r--r--translations/source/ja/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ja/svx/source/toolbars.po4
-rw-r--r--translations/source/ja/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ja/sw/source/core/layout.po6
-rw-r--r--translations/source/ja/sw/source/core/undo.po4
-rw-r--r--translations/source/ja/sw/source/core/unocore.po4
-rw-r--r--translations/source/ja/sw/source/ui/app.po28
-rw-r--r--translations/source/ja/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ja/sw/source/ui/config.po56
-rw-r--r--translations/source/ja/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ja/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ja/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ja/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ja/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ja/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ja/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ja/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ja/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ja/sw/source/ui/index.po4
-rw-r--r--translations/source/ja/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ja/sw/source/ui/misc.po4
-rw-r--r--translations/source/ja/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ja/sw/source/ui/shells.po4
-rw-r--r--translations/source/ja/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ja/sw/source/ui/table.po48
-rw-r--r--translations/source/ja/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ja/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ja/sw/source/ui/web.po4
-rw-r--r--translations/source/ja/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ja/swext/mediawiki/help.po93
-rw-r--r--translations/source/ja/swext/mediawiki/src.po6
-rw-r--r--translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ja/sysui/desktop/share.po4
-rw-r--r--translations/source/ja/uui/source.po4
-rw-r--r--translations/source/ja/vcl/source/src.po86
-rw-r--r--translations/source/ja/wizards/source/euro.po4
-rw-r--r--translations/source/ja/wizards/source/formwizard.po4
-rw-r--r--translations/source/ja/wizards/source/importwizard.po4
-rw-r--r--translations/source/ja/wizards/source/schedule.po4
-rw-r--r--translations/source/ja/wizards/source/template.po4
-rw-r--r--translations/source/ja/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ja/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ka/accessibility/source/helper.po4
-rw-r--r--translations/source/ka/avmedia/source/framework.po4
-rw-r--r--translations/source/ka/avmedia/source/viewer.po4
-rw-r--r--translations/source/ka/basctl/source/basicide.po12
-rw-r--r--translations/source/ka/basctl/source/dlged.po4
-rw-r--r--translations/source/ka/basic/source/app.po4
-rw-r--r--translations/source/ka/basic/source/classes.po4
-rw-r--r--translations/source/ka/basic/source/sbx.po4
-rw-r--r--translations/source/ka/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ka/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ka/connectivity/source/resource.po4
-rw-r--r--translations/source/ka/crashrep/source/all.po4
-rw-r--r--translations/source/ka/cui/source/customize.po4
-rw-r--r--translations/source/ka/cui/source/dialogs.po12
-rw-r--r--translations/source/ka/cui/source/options.po55
-rw-r--r--translations/source/ka/cui/source/tabpages.po8
-rw-r--r--translations/source/ka/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ka/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ka/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ka/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ka/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ka/desktop/source/app.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/ka/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ka/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ka/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ka/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ka/dictionaries/ar.po6
-rw-r--r--translations/source/ka/dictionaries/be_BY.po19
-rw-r--r--translations/source/ka/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ka/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ka/dictionaries/br_FR.po6
-rw-r--r--translations/source/ka/dictionaries/ca.po6
-rw-r--r--translations/source/ka/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ka/dictionaries/da_DK.po6
-rw-r--r--translations/source/ka/dictionaries/de.po6
-rw-r--r--translations/source/ka/dictionaries/el_GR.po19
-rw-r--r--translations/source/ka/dictionaries/en.po6
-rw-r--r--translations/source/ka/dictionaries/es_ES.po6
-rw-r--r--translations/source/ka/dictionaries/et_EE.po6
-rw-r--r--translations/source/ka/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ka/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ka/dictionaries/gl.po6
-rw-r--r--translations/source/ka/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ka/dictionaries/he_IL.po6
-rw-r--r--translations/source/ka/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ka/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ka/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ka/dictionaries/it_IT.po6
-rw-r--r--translations/source/ka/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ka/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ka/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ka/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ka/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ka/dictionaries/no.po6
-rw-r--r--translations/source/ka/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ka/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ka/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ka/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ka/dictionaries/ro.po6
-rw-r--r--translations/source/ka/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ka/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ka/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ka/dictionaries/sr.po6
-rw-r--r--translations/source/ka/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ka/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ka/dictionaries/te_IN.po19
-rw-r--r--translations/source/ka/dictionaries/th_TH.po6
-rw-r--r--translations/source/ka/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ka/dictionaries/vi.po6
-rw-r--r--translations/source/ka/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ka/editeng/source/accessibility.po4
-rw-r--r--translations/source/ka/editeng/source/editeng.po4
-rw-r--r--translations/source/ka/editeng/source/items.po4
-rw-r--r--translations/source/ka/editeng/source/misc.po4
-rw-r--r--translations/source/ka/editeng/source/outliner.po4
-rw-r--r--translations/source/ka/extensions/source/abpilot.po4
-rw-r--r--translations/source/ka/extensions/source/bibliography.po4
-rw-r--r--translations/source/ka/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ka/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ka/extensions/source/scanner.po8
-rw-r--r--translations/source/ka/extensions/source/update/check.po4
-rw-r--r--translations/source/ka/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ka/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ka/filter/source/flash.po4
-rw-r--r--translations/source/ka/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ka/filter/source/pdf.po4
-rw-r--r--translations/source/ka/filter/source/t602.po4
-rw-r--r--translations/source/ka/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ka/forms/source/resource.po4
-rw-r--r--translations/source/ka/formula/source/core/resource.po4
-rw-r--r--translations/source/ka/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ka/fpicker/source/office.po4
-rw-r--r--translations/source/ka/framework/source/classes.po4
-rw-r--r--translations/source/ka/framework/source/services.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/01.po248
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/01.po66
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/guide.po49
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/optionen.po33
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/01.po170
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/00.po42
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/guide.po27
-rw-r--r--translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/ka/mysqlc/source.po12
-rw-r--r--translations/source/ka/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ka/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ka/padmin/source.po4
-rw-r--r--translations/source/ka/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ka/reportbuilder/util.po8
-rw-r--r--translations/source/ka/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ka/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ka/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ka/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ka/sc/source/core/src.po4
-rw-r--r--translations/source/ka/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ka/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ka/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ka/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ka/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ka/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ka/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ka/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ka/sc/source/ui/src.po312
-rw-r--r--translations/source/ka/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ka/scaddins/source/analysis.po4
-rw-r--r--translations/source/ka/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ka/sccomp/source/solver.po4
-rw-r--r--translations/source/ka/scp2/source/accessories.po4
-rw-r--r--translations/source/ka/scp2/source/activex.po4
-rw-r--r--translations/source/ka/scp2/source/base.po4
-rw-r--r--translations/source/ka/scp2/source/binfilter.po4
-rw-r--r--translations/source/ka/scp2/source/calc.po4
-rw-r--r--translations/source/ka/scp2/source/draw.po4
-rw-r--r--translations/source/ka/scp2/source/extensions.po4
-rw-r--r--translations/source/ka/scp2/source/gnome.po4
-rw-r--r--translations/source/ka/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ka/scp2/source/impress.po4
-rw-r--r--translations/source/ka/scp2/source/javafilter.po4
-rw-r--r--translations/source/ka/scp2/source/kde.po4
-rw-r--r--translations/source/ka/scp2/source/math.po4
-rw-r--r--translations/source/ka/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ka/scp2/source/ooo.po640
-rw-r--r--translations/source/ka/scp2/source/python.po8
-rw-r--r--translations/source/ka/scp2/source/quickstart.po4
-rw-r--r--translations/source/ka/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ka/scp2/source/testtool.po4
-rw-r--r--translations/source/ka/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ka/scp2/source/writer.po4
-rw-r--r--translations/source/ka/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ka/scripting/source/pyprov.po10
-rw-r--r--translations/source/ka/sd/source/core.po4
-rw-r--r--translations/source/ka/sd/source/filter/html.po4
-rw-r--r--translations/source/ka/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ka/sd/source/ui/animations.po4
-rw-r--r--translations/source/ka/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ka/sd/source/ui/app.po4
-rw-r--r--translations/source/ka/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ka/sd/source/ui/notes.po4
-rw-r--r--translations/source/ka/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ka/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ka/sd/source/ui/table.po4
-rw-r--r--translations/source/ka/sd/source/ui/view.po4
-rw-r--r--translations/source/ka/sdext/source/minimizer.po6
-rw-r--r--translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ka/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ka/sdext/source/presenter.po6
-rw-r--r--translations/source/ka/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ka/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ka/setup_native/source/mac.po4
-rw-r--r--translations/source/ka/sfx2/source/appl.po4
-rw-r--r--translations/source/ka/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ka/sfx2/source/dialog.po4
-rw-r--r--translations/source/ka/sfx2/source/doc.po4
-rw-r--r--translations/source/ka/sfx2/source/menu.po4
-rw-r--r--translations/source/ka/sfx2/source/view.po4
-rw-r--r--translations/source/ka/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ka/starmath/source.po36
-rw-r--r--translations/source/ka/svl/source/items.po4
-rw-r--r--translations/source/ka/svl/source/misc.po188
-rw-r--r--translations/source/ka/svtools/source/contnr.po4
-rw-r--r--translations/source/ka/svtools/source/control.po4
-rw-r--r--translations/source/ka/svtools/source/dialogs.po4
-rw-r--r--translations/source/ka/svtools/source/filter.po4
-rw-r--r--translations/source/ka/svtools/source/java.po4
-rw-r--r--translations/source/ka/svtools/source/misc.po8
-rw-r--r--translations/source/ka/svtools/source/plugapp.po4
-rw-r--r--translations/source/ka/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ka/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ka/svx/inc.po4
-rw-r--r--translations/source/ka/svx/source/accessibility.po4
-rw-r--r--translations/source/ka/svx/source/dialog.po45
-rw-r--r--translations/source/ka/svx/source/engine3d.po4
-rw-r--r--translations/source/ka/svx/source/fmcomp.po4
-rw-r--r--translations/source/ka/svx/source/form.po4
-rw-r--r--translations/source/ka/svx/source/gallery2.po4
-rw-r--r--translations/source/ka/svx/source/items.po4
-rw-r--r--translations/source/ka/svx/source/src.po4
-rw-r--r--translations/source/ka/svx/source/stbctrls.po4
-rw-r--r--translations/source/ka/svx/source/svdraw.po4
-rw-r--r--translations/source/ka/svx/source/table.po4
-rw-r--r--translations/source/ka/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ka/svx/source/toolbars.po4
-rw-r--r--translations/source/ka/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ka/sw/source/core/layout.po6
-rw-r--r--translations/source/ka/sw/source/core/undo.po4
-rw-r--r--translations/source/ka/sw/source/core/unocore.po4
-rw-r--r--translations/source/ka/sw/source/ui/app.po28
-rw-r--r--translations/source/ka/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ka/sw/source/ui/config.po56
-rw-r--r--translations/source/ka/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ka/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ka/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ka/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ka/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ka/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ka/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ka/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ka/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ka/sw/source/ui/index.po4
-rw-r--r--translations/source/ka/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ka/sw/source/ui/misc.po4
-rw-r--r--translations/source/ka/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/ka/sw/source/ui/shells.po4
-rw-r--r--translations/source/ka/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ka/sw/source/ui/table.po44
-rw-r--r--translations/source/ka/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ka/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ka/sw/source/ui/web.po4
-rw-r--r--translations/source/ka/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ka/swext/mediawiki/help.po72
-rw-r--r--translations/source/ka/swext/mediawiki/src.po6
-rw-r--r--translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ka/sysui/desktop/share.po4
-rw-r--r--translations/source/ka/uui/source.po4
-rw-r--r--translations/source/ka/vcl/source/src.po98
-rw-r--r--translations/source/ka/wizards/source/euro.po4
-rw-r--r--translations/source/ka/wizards/source/formwizard.po4
-rw-r--r--translations/source/ka/wizards/source/importwizard.po4
-rw-r--r--translations/source/ka/wizards/source/schedule.po4
-rw-r--r--translations/source/ka/wizards/source/template.po4
-rw-r--r--translations/source/ka/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ka/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/kk/accessibility/source/helper.po4
-rw-r--r--translations/source/kk/avmedia/source/framework.po4
-rw-r--r--translations/source/kk/avmedia/source/viewer.po4
-rw-r--r--translations/source/kk/basctl/source/basicide.po12
-rw-r--r--translations/source/kk/basctl/source/dlged.po4
-rw-r--r--translations/source/kk/basic/source/app.po4
-rw-r--r--translations/source/kk/basic/source/classes.po4
-rw-r--r--translations/source/kk/basic/source/sbx.po4
-rw-r--r--translations/source/kk/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/kk/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/kk/connectivity/source/resource.po4
-rw-r--r--translations/source/kk/crashrep/source/all.po4
-rw-r--r--translations/source/kk/cui/source/customize.po4
-rw-r--r--translations/source/kk/cui/source/dialogs.po12
-rw-r--r--translations/source/kk/cui/source/options.po34
-rw-r--r--translations/source/kk/cui/source/tabpages.po8
-rw-r--r--translations/source/kk/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/kk/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/kk/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/kk/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/kk/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/kk/desktop/source/app.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/kk/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/kk/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/kk/desktop/win32/source/setup.po4
-rw-r--r--translations/source/kk/dictionaries/af_ZA.po6
-rw-r--r--translations/source/kk/dictionaries/ar.po6
-rw-r--r--translations/source/kk/dictionaries/be_BY.po19
-rw-r--r--translations/source/kk/dictionaries/bg_BG.po6
-rw-r--r--translations/source/kk/dictionaries/bn_BD.po6
-rw-r--r--translations/source/kk/dictionaries/br_FR.po6
-rw-r--r--translations/source/kk/dictionaries/ca.po6
-rw-r--r--translations/source/kk/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/kk/dictionaries/da_DK.po6
-rw-r--r--translations/source/kk/dictionaries/de.po6
-rw-r--r--translations/source/kk/dictionaries/el_GR.po19
-rw-r--r--translations/source/kk/dictionaries/en.po6
-rw-r--r--translations/source/kk/dictionaries/es_ES.po6
-rw-r--r--translations/source/kk/dictionaries/et_EE.po6
-rw-r--r--translations/source/kk/dictionaries/fr_FR.po6
-rw-r--r--translations/source/kk/dictionaries/gd_GB.po19
-rw-r--r--translations/source/kk/dictionaries/gl.po6
-rw-r--r--translations/source/kk/dictionaries/gu_IN.po6
-rw-r--r--translations/source/kk/dictionaries/he_IL.po6
-rw-r--r--translations/source/kk/dictionaries/hi_IN.po6
-rw-r--r--translations/source/kk/dictionaries/hr_HR.po6
-rw-r--r--translations/source/kk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kk/dictionaries/it_IT.po6
-rw-r--r--translations/source/kk/dictionaries/ku_TR.po6
-rw-r--r--translations/source/kk/dictionaries/lt_LT.po6
-rw-r--r--translations/source/kk/dictionaries/lv_LV.po6
-rw-r--r--translations/source/kk/dictionaries/ne_NP.po6
-rw-r--r--translations/source/kk/dictionaries/nl_NL.po6
-rw-r--r--translations/source/kk/dictionaries/no.po6
-rw-r--r--translations/source/kk/dictionaries/oc_FR.po6
-rw-r--r--translations/source/kk/dictionaries/pl_PL.po6
-rw-r--r--translations/source/kk/dictionaries/pt_BR.po6
-rw-r--r--translations/source/kk/dictionaries/pt_PT.po6
-rw-r--r--translations/source/kk/dictionaries/ro.po6
-rw-r--r--translations/source/kk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kk/dictionaries/sk_SK.po6
-rw-r--r--translations/source/kk/dictionaries/sl_SI.po6
-rw-r--r--translations/source/kk/dictionaries/sr.po6
-rw-r--r--translations/source/kk/dictionaries/sv_SE.po6
-rw-r--r--translations/source/kk/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/kk/dictionaries/te_IN.po19
-rw-r--r--translations/source/kk/dictionaries/th_TH.po6
-rw-r--r--translations/source/kk/dictionaries/uk_UA.po6
-rw-r--r--translations/source/kk/dictionaries/vi.po6
-rw-r--r--translations/source/kk/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/kk/editeng/source/accessibility.po4
-rw-r--r--translations/source/kk/editeng/source/editeng.po4
-rw-r--r--translations/source/kk/editeng/source/items.po4
-rw-r--r--translations/source/kk/editeng/source/misc.po4
-rw-r--r--translations/source/kk/editeng/source/outliner.po4
-rw-r--r--translations/source/kk/extensions/source/abpilot.po4
-rw-r--r--translations/source/kk/extensions/source/bibliography.po4
-rw-r--r--translations/source/kk/extensions/source/dbpilots.po4
-rw-r--r--translations/source/kk/extensions/source/propctrlr.po4
-rw-r--r--translations/source/kk/extensions/source/scanner.po8
-rw-r--r--translations/source/kk/extensions/source/update/check.po4
-rw-r--r--translations/source/kk/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/kk/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/kk/filter/source/flash.po4
-rw-r--r--translations/source/kk/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/kk/filter/source/pdf.po4
-rw-r--r--translations/source/kk/filter/source/t602.po4
-rw-r--r--translations/source/kk/filter/source/xsltdialog.po8
-rw-r--r--translations/source/kk/forms/source/resource.po4
-rw-r--r--translations/source/kk/formula/source/core/resource.po4
-rw-r--r--translations/source/kk/formula/source/ui/dlg.po4
-rw-r--r--translations/source/kk/fpicker/source/office.po4
-rw-r--r--translations/source/kk/framework/source/classes.po4
-rw-r--r--translations/source/kk/framework/source/services.po4
-rw-r--r--translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/kk/mysqlc/source.po12
-rw-r--r--translations/source/kk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/kk/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/kk/padmin/source.po4
-rw-r--r--translations/source/kk/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/kk/reportbuilder/util.po8
-rw-r--r--translations/source/kk/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/kk/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/kk/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/kk/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/kk/sc/source/core/src.po4
-rw-r--r--translations/source/kk/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/kk/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/kk/sc/source/ui/docshell.po4
-rw-r--r--translations/source/kk/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/kk/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/kk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/kk/sc/source/ui/navipi.po9
-rw-r--r--translations/source/kk/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/kk/sc/source/ui/src.po299
-rw-r--r--translations/source/kk/sc/source/ui/styleui.po4
-rw-r--r--translations/source/kk/scaddins/source/analysis.po4
-rw-r--r--translations/source/kk/scaddins/source/datefunc.po4
-rw-r--r--translations/source/kk/sccomp/source/solver.po4
-rw-r--r--translations/source/kk/scp2/source/accessories.po4
-rw-r--r--translations/source/kk/scp2/source/activex.po4
-rw-r--r--translations/source/kk/scp2/source/base.po4
-rw-r--r--translations/source/kk/scp2/source/binfilter.po4
-rw-r--r--translations/source/kk/scp2/source/calc.po4
-rw-r--r--translations/source/kk/scp2/source/draw.po4
-rw-r--r--translations/source/kk/scp2/source/extensions.po4
-rw-r--r--translations/source/kk/scp2/source/gnome.po4
-rw-r--r--translations/source/kk/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/kk/scp2/source/impress.po4
-rw-r--r--translations/source/kk/scp2/source/javafilter.po4
-rw-r--r--translations/source/kk/scp2/source/kde.po4
-rw-r--r--translations/source/kk/scp2/source/math.po4
-rw-r--r--translations/source/kk/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/kk/scp2/source/ooo.po640
-rw-r--r--translations/source/kk/scp2/source/python.po8
-rw-r--r--translations/source/kk/scp2/source/quickstart.po4
-rw-r--r--translations/source/kk/scp2/source/sdkoo.po4
-rw-r--r--translations/source/kk/scp2/source/testtool.po4
-rw-r--r--translations/source/kk/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/kk/scp2/source/writer.po4
-rw-r--r--translations/source/kk/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/kk/scripting/source/pyprov.po10
-rw-r--r--translations/source/kk/sd/source/core.po4
-rw-r--r--translations/source/kk/sd/source/filter/html.po4
-rw-r--r--translations/source/kk/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/kk/sd/source/ui/animations.po4
-rw-r--r--translations/source/kk/sd/source/ui/annotations.po4
-rw-r--r--translations/source/kk/sd/source/ui/app.po4
-rw-r--r--translations/source/kk/sd/source/ui/dlg.po4
-rw-r--r--translations/source/kk/sd/source/ui/notes.po4
-rw-r--r--translations/source/kk/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/kk/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/kk/sd/source/ui/table.po4
-rw-r--r--translations/source/kk/sd/source/ui/view.po4
-rw-r--r--translations/source/kk/sdext/source/minimizer.po6
-rw-r--r--translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/kk/sdext/source/pdfimport.po16
-rw-r--r--translations/source/kk/sdext/source/presenter.po6
-rw-r--r--translations/source/kk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/kk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/kk/setup_native/source/mac.po4
-rw-r--r--translations/source/kk/sfx2/source/appl.po4
-rw-r--r--translations/source/kk/sfx2/source/bastyp.po4
-rw-r--r--translations/source/kk/sfx2/source/dialog.po4
-rw-r--r--translations/source/kk/sfx2/source/doc.po4
-rw-r--r--translations/source/kk/sfx2/source/menu.po4
-rw-r--r--translations/source/kk/sfx2/source/view.po4
-rw-r--r--translations/source/kk/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/kk/starmath/source.po36
-rw-r--r--translations/source/kk/svl/source/items.po4
-rw-r--r--translations/source/kk/svl/source/misc.po188
-rw-r--r--translations/source/kk/svtools/source/contnr.po4
-rw-r--r--translations/source/kk/svtools/source/control.po4
-rw-r--r--translations/source/kk/svtools/source/dialogs.po4
-rw-r--r--translations/source/kk/svtools/source/filter.po4
-rw-r--r--translations/source/kk/svtools/source/java.po4
-rw-r--r--translations/source/kk/svtools/source/misc.po8
-rw-r--r--translations/source/kk/svtools/source/plugapp.po4
-rw-r--r--translations/source/kk/svtools/source/toolpanel.po4
-rw-r--r--translations/source/kk/svtools/workben/unodialog.po4
-rw-r--r--translations/source/kk/svx/inc.po4
-rw-r--r--translations/source/kk/svx/source/accessibility.po4
-rw-r--r--translations/source/kk/svx/source/dialog.po42
-rw-r--r--translations/source/kk/svx/source/engine3d.po4
-rw-r--r--translations/source/kk/svx/source/fmcomp.po4
-rw-r--r--translations/source/kk/svx/source/form.po4
-rw-r--r--translations/source/kk/svx/source/gallery2.po4
-rw-r--r--translations/source/kk/svx/source/items.po4
-rw-r--r--translations/source/kk/svx/source/src.po4
-rw-r--r--translations/source/kk/svx/source/stbctrls.po4
-rw-r--r--translations/source/kk/svx/source/svdraw.po4
-rw-r--r--translations/source/kk/svx/source/table.po4
-rw-r--r--translations/source/kk/svx/source/tbxctrls.po4
-rw-r--r--translations/source/kk/svx/source/toolbars.po4
-rw-r--r--translations/source/kk/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/kk/sw/source/core/layout.po6
-rw-r--r--translations/source/kk/sw/source/core/undo.po4
-rw-r--r--translations/source/kk/sw/source/core/unocore.po4
-rw-r--r--translations/source/kk/sw/source/ui/app.po28
-rw-r--r--translations/source/kk/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/kk/sw/source/ui/config.po88
-rw-r--r--translations/source/kk/sw/source/ui/dbui.po4
-rw-r--r--translations/source/kk/sw/source/ui/dialog.po8
-rw-r--r--translations/source/kk/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/kk/sw/source/ui/docvw.po4
-rw-r--r--translations/source/kk/sw/source/ui/envelp.po4
-rw-r--r--translations/source/kk/sw/source/ui/fldui.po4
-rw-r--r--translations/source/kk/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/kk/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/kk/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/kk/sw/source/ui/index.po4
-rw-r--r--translations/source/kk/sw/source/ui/lingu.po8
-rw-r--r--translations/source/kk/sw/source/ui/misc.po4
-rw-r--r--translations/source/kk/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/kk/sw/source/ui/shells.po4
-rw-r--r--translations/source/kk/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/kk/sw/source/ui/table.po42
-rw-r--r--translations/source/kk/sw/source/ui/uiview.po4
-rw-r--r--translations/source/kk/sw/source/ui/utlui.po189
-rw-r--r--translations/source/kk/sw/source/ui/web.po4
-rw-r--r--translations/source/kk/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/kk/swext/mediawiki/help.po72
-rw-r--r--translations/source/kk/swext/mediawiki/src.po6
-rw-r--r--translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/kk/sysui/desktop/share.po4
-rw-r--r--translations/source/kk/uui/source.po4
-rw-r--r--translations/source/kk/vcl/source/src.po96
-rw-r--r--translations/source/kk/wizards/source/euro.po4
-rw-r--r--translations/source/kk/wizards/source/formwizard.po4
-rw-r--r--translations/source/kk/wizards/source/importwizard.po4
-rw-r--r--translations/source/kk/wizards/source/schedule.po4
-rw-r--r--translations/source/kk/wizards/source/template.po4
-rw-r--r--translations/source/kk/xmlsecurity/source/component.po4
-rw-r--r--translations/source/kk/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/km/accessibility/source/helper.po4
-rw-r--r--translations/source/km/avmedia/source/framework.po4
-rw-r--r--translations/source/km/avmedia/source/viewer.po4
-rw-r--r--translations/source/km/basctl/source/basicide.po12
-rw-r--r--translations/source/km/basctl/source/dlged.po4
-rw-r--r--translations/source/km/basic/source/app.po4
-rw-r--r--translations/source/km/basic/source/classes.po4
-rw-r--r--translations/source/km/basic/source/sbx.po4
-rw-r--r--translations/source/km/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/km/connectivity/source/resource.po4
-rw-r--r--translations/source/km/crashrep/source/all.po4
-rw-r--r--translations/source/km/cui/source/customize.po4
-rw-r--r--translations/source/km/cui/source/dialogs.po12
-rw-r--r--translations/source/km/cui/source/options.po42
-rw-r--r--translations/source/km/cui/source/tabpages.po8
-rw-r--r--translations/source/km/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/km/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/km/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/km/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/km/desktop/source/app.po4
-rw-r--r--translations/source/km/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/km/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/km/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/km/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/km/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/km/desktop/win32/source/setup.po4
-rw-r--r--translations/source/km/dictionaries/af_ZA.po6
-rw-r--r--translations/source/km/dictionaries/ar.po6
-rw-r--r--translations/source/km/dictionaries/be_BY.po19
-rw-r--r--translations/source/km/dictionaries/bg_BG.po6
-rw-r--r--translations/source/km/dictionaries/bn_BD.po6
-rw-r--r--translations/source/km/dictionaries/br_FR.po6
-rw-r--r--translations/source/km/dictionaries/ca.po6
-rw-r--r--translations/source/km/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/km/dictionaries/da_DK.po6
-rw-r--r--translations/source/km/dictionaries/de.po6
-rw-r--r--translations/source/km/dictionaries/el_GR.po19
-rw-r--r--translations/source/km/dictionaries/en.po6
-rw-r--r--translations/source/km/dictionaries/es_ES.po6
-rw-r--r--translations/source/km/dictionaries/et_EE.po6
-rw-r--r--translations/source/km/dictionaries/fr_FR.po6
-rw-r--r--translations/source/km/dictionaries/gd_GB.po19
-rw-r--r--translations/source/km/dictionaries/gl.po6
-rw-r--r--translations/source/km/dictionaries/gu_IN.po6
-rw-r--r--translations/source/km/dictionaries/he_IL.po6
-rw-r--r--translations/source/km/dictionaries/hi_IN.po6
-rw-r--r--translations/source/km/dictionaries/hr_HR.po6
-rw-r--r--translations/source/km/dictionaries/hu_HU.po6
-rw-r--r--translations/source/km/dictionaries/it_IT.po6
-rw-r--r--translations/source/km/dictionaries/ku_TR.po6
-rw-r--r--translations/source/km/dictionaries/lt_LT.po6
-rw-r--r--translations/source/km/dictionaries/lv_LV.po6
-rw-r--r--translations/source/km/dictionaries/ne_NP.po6
-rw-r--r--translations/source/km/dictionaries/nl_NL.po6
-rw-r--r--translations/source/km/dictionaries/no.po6
-rw-r--r--translations/source/km/dictionaries/oc_FR.po6
-rw-r--r--translations/source/km/dictionaries/pl_PL.po6
-rw-r--r--translations/source/km/dictionaries/pt_BR.po6
-rw-r--r--translations/source/km/dictionaries/pt_PT.po6
-rw-r--r--translations/source/km/dictionaries/ro.po6
-rw-r--r--translations/source/km/dictionaries/ru_RU.po6
-rw-r--r--translations/source/km/dictionaries/sk_SK.po6
-rw-r--r--translations/source/km/dictionaries/sl_SI.po6
-rw-r--r--translations/source/km/dictionaries/sr.po6
-rw-r--r--translations/source/km/dictionaries/sv_SE.po6
-rw-r--r--translations/source/km/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/km/dictionaries/te_IN.po19
-rw-r--r--translations/source/km/dictionaries/th_TH.po6
-rw-r--r--translations/source/km/dictionaries/uk_UA.po6
-rw-r--r--translations/source/km/dictionaries/vi.po6
-rw-r--r--translations/source/km/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/km/editeng/source/accessibility.po4
-rw-r--r--translations/source/km/editeng/source/editeng.po4
-rw-r--r--translations/source/km/editeng/source/items.po4
-rw-r--r--translations/source/km/editeng/source/misc.po4
-rw-r--r--translations/source/km/editeng/source/outliner.po4
-rw-r--r--translations/source/km/extensions/source/abpilot.po4
-rw-r--r--translations/source/km/extensions/source/bibliography.po4
-rw-r--r--translations/source/km/extensions/source/dbpilots.po4
-rw-r--r--translations/source/km/extensions/source/propctrlr.po4
-rw-r--r--translations/source/km/extensions/source/scanner.po8
-rw-r--r--translations/source/km/extensions/source/update/check.po4
-rw-r--r--translations/source/km/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/km/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/km/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/km/filter/source/flash.po4
-rw-r--r--translations/source/km/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/km/filter/source/pdf.po4
-rw-r--r--translations/source/km/filter/source/t602.po4
-rw-r--r--translations/source/km/filter/source/xsltdialog.po8
-rw-r--r--translations/source/km/forms/source/resource.po4
-rw-r--r--translations/source/km/formula/source/core/resource.po4
-rw-r--r--translations/source/km/formula/source/ui/dlg.po4
-rw-r--r--translations/source/km/fpicker/source/office.po4
-rw-r--r--translations/source/km/framework/source/classes.po4
-rw-r--r--translations/source/km/framework/source/services.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/km/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/01.po92
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/optionen.po40
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/km/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/km/mysqlc/source.po12
-rw-r--r--translations/source/km/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/km/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/km/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/km/padmin/source.po4
-rw-r--r--translations/source/km/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/km/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/km/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/km/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/km/reportbuilder/util.po8
-rw-r--r--translations/source/km/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/km/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/km/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/km/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/km/sc/source/core/src.po4
-rw-r--r--translations/source/km/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/km/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/km/sc/source/ui/docshell.po4
-rw-r--r--translations/source/km/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/km/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/km/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/km/sc/source/ui/navipi.po9
-rw-r--r--translations/source/km/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/km/sc/source/ui/src.po268
-rw-r--r--translations/source/km/sc/source/ui/styleui.po4
-rw-r--r--translations/source/km/scaddins/source/analysis.po4
-rw-r--r--translations/source/km/scaddins/source/datefunc.po4
-rw-r--r--translations/source/km/sccomp/source/solver.po4
-rw-r--r--translations/source/km/scp2/source/accessories.po4
-rw-r--r--translations/source/km/scp2/source/activex.po4
-rw-r--r--translations/source/km/scp2/source/base.po4
-rw-r--r--translations/source/km/scp2/source/binfilter.po4
-rw-r--r--translations/source/km/scp2/source/calc.po4
-rw-r--r--translations/source/km/scp2/source/draw.po4
-rw-r--r--translations/source/km/scp2/source/extensions.po4
-rw-r--r--translations/source/km/scp2/source/gnome.po4
-rw-r--r--translations/source/km/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/km/scp2/source/impress.po4
-rw-r--r--translations/source/km/scp2/source/javafilter.po4
-rw-r--r--translations/source/km/scp2/source/kde.po4
-rw-r--r--translations/source/km/scp2/source/math.po4
-rw-r--r--translations/source/km/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/km/scp2/source/ooo.po671
-rw-r--r--translations/source/km/scp2/source/python.po8
-rw-r--r--translations/source/km/scp2/source/quickstart.po4
-rw-r--r--translations/source/km/scp2/source/sdkoo.po4
-rw-r--r--translations/source/km/scp2/source/testtool.po4
-rw-r--r--translations/source/km/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/km/scp2/source/writer.po4
-rw-r--r--translations/source/km/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/km/scripting/source/pyprov.po10
-rw-r--r--translations/source/km/sd/source/core.po4
-rw-r--r--translations/source/km/sd/source/filter/html.po4
-rw-r--r--translations/source/km/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/km/sd/source/ui/animations.po4
-rw-r--r--translations/source/km/sd/source/ui/annotations.po4
-rw-r--r--translations/source/km/sd/source/ui/app.po4
-rw-r--r--translations/source/km/sd/source/ui/dlg.po4
-rw-r--r--translations/source/km/sd/source/ui/notes.po4
-rw-r--r--translations/source/km/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/km/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/km/sd/source/ui/table.po4
-rw-r--r--translations/source/km/sd/source/ui/view.po4
-rw-r--r--translations/source/km/sdext/source/minimizer.po6
-rw-r--r--translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/km/sdext/source/pdfimport.po16
-rw-r--r--translations/source/km/sdext/source/presenter.po6
-rw-r--r--translations/source/km/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/km/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/km/setup_native/source/mac.po4
-rw-r--r--translations/source/km/sfx2/source/appl.po4
-rw-r--r--translations/source/km/sfx2/source/bastyp.po4
-rw-r--r--translations/source/km/sfx2/source/dialog.po4
-rw-r--r--translations/source/km/sfx2/source/doc.po4
-rw-r--r--translations/source/km/sfx2/source/menu.po4
-rw-r--r--translations/source/km/sfx2/source/view.po4
-rw-r--r--translations/source/km/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/km/starmath/source.po36
-rw-r--r--translations/source/km/svl/source/items.po4
-rw-r--r--translations/source/km/svl/source/misc.po166
-rw-r--r--translations/source/km/svtools/source/contnr.po4
-rw-r--r--translations/source/km/svtools/source/control.po4
-rw-r--r--translations/source/km/svtools/source/dialogs.po4
-rw-r--r--translations/source/km/svtools/source/filter.po4
-rw-r--r--translations/source/km/svtools/source/java.po4
-rw-r--r--translations/source/km/svtools/source/misc.po8
-rw-r--r--translations/source/km/svtools/source/plugapp.po4
-rw-r--r--translations/source/km/svtools/source/toolpanel.po4
-rw-r--r--translations/source/km/svtools/workben/unodialog.po4
-rw-r--r--translations/source/km/svx/inc.po4
-rw-r--r--translations/source/km/svx/source/accessibility.po4
-rw-r--r--translations/source/km/svx/source/dialog.po43
-rw-r--r--translations/source/km/svx/source/engine3d.po4
-rw-r--r--translations/source/km/svx/source/fmcomp.po4
-rw-r--r--translations/source/km/svx/source/form.po4
-rw-r--r--translations/source/km/svx/source/gallery2.po4
-rw-r--r--translations/source/km/svx/source/items.po4
-rw-r--r--translations/source/km/svx/source/src.po4
-rw-r--r--translations/source/km/svx/source/stbctrls.po4
-rw-r--r--translations/source/km/svx/source/svdraw.po4
-rw-r--r--translations/source/km/svx/source/table.po4
-rw-r--r--translations/source/km/svx/source/tbxctrls.po4
-rw-r--r--translations/source/km/svx/source/toolbars.po4
-rw-r--r--translations/source/km/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/km/sw/source/core/layout.po6
-rw-r--r--translations/source/km/sw/source/core/undo.po4
-rw-r--r--translations/source/km/sw/source/core/unocore.po4
-rw-r--r--translations/source/km/sw/source/ui/app.po28
-rw-r--r--translations/source/km/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/km/sw/source/ui/config.po56
-rw-r--r--translations/source/km/sw/source/ui/dbui.po4
-rw-r--r--translations/source/km/sw/source/ui/dialog.po8
-rw-r--r--translations/source/km/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/km/sw/source/ui/docvw.po4
-rw-r--r--translations/source/km/sw/source/ui/envelp.po4
-rw-r--r--translations/source/km/sw/source/ui/fldui.po4
-rw-r--r--translations/source/km/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/km/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/km/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/km/sw/source/ui/index.po4
-rw-r--r--translations/source/km/sw/source/ui/lingu.po8
-rw-r--r--translations/source/km/sw/source/ui/misc.po4
-rw-r--r--translations/source/km/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/km/sw/source/ui/shells.po4
-rw-r--r--translations/source/km/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/km/sw/source/ui/table.po46
-rw-r--r--translations/source/km/sw/source/ui/uiview.po4
-rw-r--r--translations/source/km/sw/source/ui/utlui.po194
-rw-r--r--translations/source/km/sw/source/ui/web.po4
-rw-r--r--translations/source/km/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/km/swext/mediawiki/help.po91
-rw-r--r--translations/source/km/swext/mediawiki/src.po6
-rw-r--r--translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/km/sysui/desktop/share.po4
-rw-r--r--translations/source/km/uui/source.po4
-rw-r--r--translations/source/km/vcl/source/src.po82
-rw-r--r--translations/source/km/wizards/source/euro.po4
-rw-r--r--translations/source/km/wizards/source/formwizard.po4
-rw-r--r--translations/source/km/wizards/source/importwizard.po4
-rw-r--r--translations/source/km/wizards/source/schedule.po4
-rw-r--r--translations/source/km/wizards/source/template.po4
-rw-r--r--translations/source/km/xmlsecurity/source/component.po4
-rw-r--r--translations/source/km/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/kn/accessibility/source/helper.po4
-rw-r--r--translations/source/kn/avmedia/source/framework.po4
-rw-r--r--translations/source/kn/avmedia/source/viewer.po4
-rw-r--r--translations/source/kn/basctl/source/basicide.po12
-rw-r--r--translations/source/kn/basctl/source/dlged.po4
-rw-r--r--translations/source/kn/basic/source/app.po4
-rw-r--r--translations/source/kn/basic/source/classes.po4
-rw-r--r--translations/source/kn/basic/source/sbx.po4
-rw-r--r--translations/source/kn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/kn/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/kn/connectivity/source/resource.po4
-rw-r--r--translations/source/kn/crashrep/source/all.po4
-rw-r--r--translations/source/kn/cui/source/customize.po4
-rw-r--r--translations/source/kn/cui/source/dialogs.po12
-rw-r--r--translations/source/kn/cui/source/options.po44
-rw-r--r--translations/source/kn/cui/source/tabpages.po8
-rw-r--r--translations/source/kn/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/kn/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/kn/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/kn/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/kn/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/kn/desktop/source/app.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/kn/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/kn/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/kn/desktop/win32/source/setup.po4
-rw-r--r--translations/source/kn/dictionaries/af_ZA.po6
-rw-r--r--translations/source/kn/dictionaries/ar.po6
-rw-r--r--translations/source/kn/dictionaries/be_BY.po19
-rw-r--r--translations/source/kn/dictionaries/bg_BG.po6
-rw-r--r--translations/source/kn/dictionaries/bn_BD.po6
-rw-r--r--translations/source/kn/dictionaries/br_FR.po6
-rw-r--r--translations/source/kn/dictionaries/ca.po6
-rw-r--r--translations/source/kn/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/kn/dictionaries/da_DK.po6
-rw-r--r--translations/source/kn/dictionaries/de.po6
-rw-r--r--translations/source/kn/dictionaries/el_GR.po19
-rw-r--r--translations/source/kn/dictionaries/en.po6
-rw-r--r--translations/source/kn/dictionaries/es_ES.po6
-rw-r--r--translations/source/kn/dictionaries/et_EE.po6
-rw-r--r--translations/source/kn/dictionaries/fr_FR.po6
-rw-r--r--translations/source/kn/dictionaries/gd_GB.po19
-rw-r--r--translations/source/kn/dictionaries/gl.po6
-rw-r--r--translations/source/kn/dictionaries/gu_IN.po6
-rw-r--r--translations/source/kn/dictionaries/he_IL.po6
-rw-r--r--translations/source/kn/dictionaries/hi_IN.po6
-rw-r--r--translations/source/kn/dictionaries/hr_HR.po6
-rw-r--r--translations/source/kn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kn/dictionaries/it_IT.po6
-rw-r--r--translations/source/kn/dictionaries/ku_TR.po6
-rw-r--r--translations/source/kn/dictionaries/lt_LT.po6
-rw-r--r--translations/source/kn/dictionaries/lv_LV.po6
-rw-r--r--translations/source/kn/dictionaries/ne_NP.po6
-rw-r--r--translations/source/kn/dictionaries/nl_NL.po6
-rw-r--r--translations/source/kn/dictionaries/no.po6
-rw-r--r--translations/source/kn/dictionaries/oc_FR.po6
-rw-r--r--translations/source/kn/dictionaries/pl_PL.po6
-rw-r--r--translations/source/kn/dictionaries/pt_BR.po6
-rw-r--r--translations/source/kn/dictionaries/pt_PT.po6
-rw-r--r--translations/source/kn/dictionaries/ro.po6
-rw-r--r--translations/source/kn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kn/dictionaries/sk_SK.po6
-rw-r--r--translations/source/kn/dictionaries/sl_SI.po6
-rw-r--r--translations/source/kn/dictionaries/sr.po6
-rw-r--r--translations/source/kn/dictionaries/sv_SE.po6
-rw-r--r--translations/source/kn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/kn/dictionaries/te_IN.po19
-rw-r--r--translations/source/kn/dictionaries/th_TH.po6
-rw-r--r--translations/source/kn/dictionaries/uk_UA.po6
-rw-r--r--translations/source/kn/dictionaries/vi.po6
-rw-r--r--translations/source/kn/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/kn/editeng/source/accessibility.po4
-rw-r--r--translations/source/kn/editeng/source/editeng.po4
-rw-r--r--translations/source/kn/editeng/source/items.po4
-rw-r--r--translations/source/kn/editeng/source/misc.po4
-rw-r--r--translations/source/kn/editeng/source/outliner.po4
-rw-r--r--translations/source/kn/extensions/source/abpilot.po4
-rw-r--r--translations/source/kn/extensions/source/bibliography.po4
-rw-r--r--translations/source/kn/extensions/source/dbpilots.po4
-rw-r--r--translations/source/kn/extensions/source/propctrlr.po4
-rw-r--r--translations/source/kn/extensions/source/scanner.po8
-rw-r--r--translations/source/kn/extensions/source/update/check.po4
-rw-r--r--translations/source/kn/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/kn/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/kn/filter/source/flash.po4
-rw-r--r--translations/source/kn/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/kn/filter/source/pdf.po4
-rw-r--r--translations/source/kn/filter/source/t602.po4
-rw-r--r--translations/source/kn/filter/source/xsltdialog.po8
-rw-r--r--translations/source/kn/forms/source/resource.po4
-rw-r--r--translations/source/kn/formula/source/core/resource.po4
-rw-r--r--translations/source/kn/formula/source/ui/dlg.po4
-rw-r--r--translations/source/kn/fpicker/source/office.po4
-rw-r--r--translations/source/kn/framework/source/classes.po4
-rw-r--r--translations/source/kn/framework/source/services.po4
-rw-r--r--translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/kn/mysqlc/source.po12
-rw-r--r--translations/source/kn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/kn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/kn/padmin/source.po4
-rw-r--r--translations/source/kn/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/kn/reportbuilder/util.po8
-rw-r--r--translations/source/kn/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/kn/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/kn/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/kn/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/kn/sc/source/core/src.po4
-rw-r--r--translations/source/kn/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/kn/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/kn/sc/source/ui/docshell.po4
-rw-r--r--translations/source/kn/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/kn/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/kn/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/kn/sc/source/ui/navipi.po11
-rw-r--r--translations/source/kn/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/kn/sc/source/ui/src.po268
-rw-r--r--translations/source/kn/sc/source/ui/styleui.po4
-rw-r--r--translations/source/kn/scaddins/source/analysis.po4
-rw-r--r--translations/source/kn/scaddins/source/datefunc.po4
-rw-r--r--translations/source/kn/sccomp/source/solver.po4
-rw-r--r--translations/source/kn/scp2/source/accessories.po4
-rw-r--r--translations/source/kn/scp2/source/activex.po4
-rw-r--r--translations/source/kn/scp2/source/base.po4
-rw-r--r--translations/source/kn/scp2/source/binfilter.po4
-rw-r--r--translations/source/kn/scp2/source/calc.po4
-rw-r--r--translations/source/kn/scp2/source/draw.po4
-rw-r--r--translations/source/kn/scp2/source/extensions.po4
-rw-r--r--translations/source/kn/scp2/source/gnome.po4
-rw-r--r--translations/source/kn/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/kn/scp2/source/impress.po4
-rw-r--r--translations/source/kn/scp2/source/javafilter.po4
-rw-r--r--translations/source/kn/scp2/source/kde.po4
-rw-r--r--translations/source/kn/scp2/source/math.po4
-rw-r--r--translations/source/kn/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/kn/scp2/source/ooo.po669
-rw-r--r--translations/source/kn/scp2/source/python.po8
-rw-r--r--translations/source/kn/scp2/source/quickstart.po4
-rw-r--r--translations/source/kn/scp2/source/sdkoo.po4
-rw-r--r--translations/source/kn/scp2/source/testtool.po4
-rw-r--r--translations/source/kn/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/kn/scp2/source/writer.po4
-rw-r--r--translations/source/kn/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/kn/scripting/source/pyprov.po10
-rw-r--r--translations/source/kn/sd/source/core.po4
-rw-r--r--translations/source/kn/sd/source/filter/html.po4
-rw-r--r--translations/source/kn/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/kn/sd/source/ui/animations.po4
-rw-r--r--translations/source/kn/sd/source/ui/annotations.po4
-rw-r--r--translations/source/kn/sd/source/ui/app.po4
-rw-r--r--translations/source/kn/sd/source/ui/dlg.po4
-rw-r--r--translations/source/kn/sd/source/ui/notes.po4
-rw-r--r--translations/source/kn/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/kn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/kn/sd/source/ui/table.po4
-rw-r--r--translations/source/kn/sd/source/ui/view.po4
-rw-r--r--translations/source/kn/sdext/source/minimizer.po6
-rw-r--r--translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/kn/sdext/source/pdfimport.po16
-rw-r--r--translations/source/kn/sdext/source/presenter.po6
-rw-r--r--translations/source/kn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/kn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/kn/setup_native/source/mac.po4
-rw-r--r--translations/source/kn/sfx2/source/appl.po4
-rw-r--r--translations/source/kn/sfx2/source/bastyp.po4
-rw-r--r--translations/source/kn/sfx2/source/dialog.po4
-rw-r--r--translations/source/kn/sfx2/source/doc.po4
-rw-r--r--translations/source/kn/sfx2/source/menu.po4
-rw-r--r--translations/source/kn/sfx2/source/view.po4
-rw-r--r--translations/source/kn/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/kn/starmath/source.po36
-rw-r--r--translations/source/kn/svl/source/items.po4
-rw-r--r--translations/source/kn/svl/source/misc.po165
-rw-r--r--translations/source/kn/svtools/source/contnr.po4
-rw-r--r--translations/source/kn/svtools/source/control.po4
-rw-r--r--translations/source/kn/svtools/source/dialogs.po4
-rw-r--r--translations/source/kn/svtools/source/filter.po4
-rw-r--r--translations/source/kn/svtools/source/java.po4
-rw-r--r--translations/source/kn/svtools/source/misc.po8
-rw-r--r--translations/source/kn/svtools/source/plugapp.po4
-rw-r--r--translations/source/kn/svtools/source/toolpanel.po4
-rw-r--r--translations/source/kn/svtools/workben/unodialog.po4
-rw-r--r--translations/source/kn/svx/inc.po4
-rw-r--r--translations/source/kn/svx/source/accessibility.po4
-rw-r--r--translations/source/kn/svx/source/dialog.po48
-rw-r--r--translations/source/kn/svx/source/engine3d.po4
-rw-r--r--translations/source/kn/svx/source/fmcomp.po4
-rw-r--r--translations/source/kn/svx/source/form.po4
-rw-r--r--translations/source/kn/svx/source/gallery2.po4
-rw-r--r--translations/source/kn/svx/source/items.po4
-rw-r--r--translations/source/kn/svx/source/src.po4
-rw-r--r--translations/source/kn/svx/source/stbctrls.po4
-rw-r--r--translations/source/kn/svx/source/svdraw.po4
-rw-r--r--translations/source/kn/svx/source/table.po4
-rw-r--r--translations/source/kn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/kn/svx/source/toolbars.po4
-rw-r--r--translations/source/kn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/kn/sw/source/core/layout.po6
-rw-r--r--translations/source/kn/sw/source/core/undo.po4
-rw-r--r--translations/source/kn/sw/source/core/unocore.po4
-rw-r--r--translations/source/kn/sw/source/ui/app.po28
-rw-r--r--translations/source/kn/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/kn/sw/source/ui/config.po56
-rw-r--r--translations/source/kn/sw/source/ui/dbui.po4
-rw-r--r--translations/source/kn/sw/source/ui/dialog.po8
-rw-r--r--translations/source/kn/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/kn/sw/source/ui/docvw.po4
-rw-r--r--translations/source/kn/sw/source/ui/envelp.po4
-rw-r--r--translations/source/kn/sw/source/ui/fldui.po4
-rw-r--r--translations/source/kn/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/kn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/kn/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/kn/sw/source/ui/index.po4
-rw-r--r--translations/source/kn/sw/source/ui/lingu.po8
-rw-r--r--translations/source/kn/sw/source/ui/misc.po4
-rw-r--r--translations/source/kn/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/kn/sw/source/ui/shells.po4
-rw-r--r--translations/source/kn/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/kn/sw/source/ui/table.po46
-rw-r--r--translations/source/kn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/kn/sw/source/ui/utlui.po194
-rw-r--r--translations/source/kn/sw/source/ui/web.po4
-rw-r--r--translations/source/kn/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/kn/swext/mediawiki/help.po93
-rw-r--r--translations/source/kn/swext/mediawiki/src.po6
-rw-r--r--translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/kn/sysui/desktop/share.po4
-rw-r--r--translations/source/kn/uui/source.po4
-rw-r--r--translations/source/kn/vcl/source/src.po84
-rw-r--r--translations/source/kn/wizards/source/euro.po4
-rw-r--r--translations/source/kn/wizards/source/formwizard.po4
-rw-r--r--translations/source/kn/wizards/source/importwizard.po4
-rw-r--r--translations/source/kn/wizards/source/schedule.po4
-rw-r--r--translations/source/kn/wizards/source/template.po4
-rw-r--r--translations/source/kn/xmlsecurity/source/component.po4
-rw-r--r--translations/source/kn/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ko/accessibility/source/helper.po4
-rw-r--r--translations/source/ko/avmedia/source/framework.po4
-rw-r--r--translations/source/ko/avmedia/source/viewer.po4
-rw-r--r--translations/source/ko/basctl/source/basicide.po12
-rw-r--r--translations/source/ko/basctl/source/dlged.po4
-rw-r--r--translations/source/ko/basic/source/app.po4
-rw-r--r--translations/source/ko/basic/source/classes.po4
-rw-r--r--translations/source/ko/basic/source/sbx.po4
-rw-r--r--translations/source/ko/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ko/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ko/connectivity/source/resource.po4
-rw-r--r--translations/source/ko/crashrep/source/all.po4
-rw-r--r--translations/source/ko/cui/source/customize.po4
-rw-r--r--translations/source/ko/cui/source/dialogs.po12
-rw-r--r--translations/source/ko/cui/source/options.po44
-rw-r--r--translations/source/ko/cui/source/tabpages.po8
-rw-r--r--translations/source/ko/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ko/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ko/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ko/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ko/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ko/desktop/source/app.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ko/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ko/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ko/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ko/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ko/dictionaries/ar.po6
-rw-r--r--translations/source/ko/dictionaries/be_BY.po19
-rw-r--r--translations/source/ko/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ko/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ko/dictionaries/br_FR.po6
-rw-r--r--translations/source/ko/dictionaries/ca.po6
-rw-r--r--translations/source/ko/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ko/dictionaries/da_DK.po6
-rw-r--r--translations/source/ko/dictionaries/de.po6
-rw-r--r--translations/source/ko/dictionaries/el_GR.po19
-rw-r--r--translations/source/ko/dictionaries/en.po6
-rw-r--r--translations/source/ko/dictionaries/es_ES.po6
-rw-r--r--translations/source/ko/dictionaries/et_EE.po6
-rw-r--r--translations/source/ko/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ko/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ko/dictionaries/gl.po6
-rw-r--r--translations/source/ko/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ko/dictionaries/he_IL.po6
-rw-r--r--translations/source/ko/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ko/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ko/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ko/dictionaries/it_IT.po6
-rw-r--r--translations/source/ko/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ko/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ko/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ko/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ko/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ko/dictionaries/no.po6
-rw-r--r--translations/source/ko/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ko/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ko/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ko/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ko/dictionaries/ro.po6
-rw-r--r--translations/source/ko/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ko/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ko/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ko/dictionaries/sr.po6
-rw-r--r--translations/source/ko/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ko/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ko/dictionaries/te_IN.po19
-rw-r--r--translations/source/ko/dictionaries/th_TH.po6
-rw-r--r--translations/source/ko/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ko/dictionaries/vi.po6
-rw-r--r--translations/source/ko/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ko/editeng/source/accessibility.po4
-rw-r--r--translations/source/ko/editeng/source/editeng.po4
-rw-r--r--translations/source/ko/editeng/source/items.po4
-rw-r--r--translations/source/ko/editeng/source/misc.po4
-rw-r--r--translations/source/ko/editeng/source/outliner.po4
-rw-r--r--translations/source/ko/extensions/source/abpilot.po4
-rw-r--r--translations/source/ko/extensions/source/bibliography.po4
-rw-r--r--translations/source/ko/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ko/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ko/extensions/source/scanner.po8
-rw-r--r--translations/source/ko/extensions/source/update/check.po4
-rw-r--r--translations/source/ko/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ko/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ko/filter/source/flash.po4
-rw-r--r--translations/source/ko/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ko/filter/source/pdf.po4
-rw-r--r--translations/source/ko/filter/source/t602.po4
-rw-r--r--translations/source/ko/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ko/forms/source/resource.po4
-rw-r--r--translations/source/ko/formula/source/core/resource.po4
-rw-r--r--translations/source/ko/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ko/fpicker/source/office.po4
-rw-r--r--translations/source/ko/framework/source/classes.po4
-rw-r--r--translations/source/ko/framework/source/services.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/01.po92
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/optionen.po40
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ko/mysqlc/source.po12
-rw-r--r--translations/source/ko/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ko/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ko/padmin/source.po4
-rw-r--r--translations/source/ko/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ko/reportbuilder/util.po8
-rw-r--r--translations/source/ko/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ko/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ko/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ko/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ko/sc/source/core/src.po4
-rw-r--r--translations/source/ko/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ko/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ko/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ko/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ko/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ko/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ko/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ko/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ko/sc/source/ui/src.po270
-rw-r--r--translations/source/ko/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ko/scaddins/source/analysis.po4
-rw-r--r--translations/source/ko/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ko/sccomp/source/solver.po4
-rw-r--r--translations/source/ko/scp2/source/accessories.po4
-rw-r--r--translations/source/ko/scp2/source/activex.po4
-rw-r--r--translations/source/ko/scp2/source/base.po4
-rw-r--r--translations/source/ko/scp2/source/binfilter.po4
-rw-r--r--translations/source/ko/scp2/source/calc.po4
-rw-r--r--translations/source/ko/scp2/source/draw.po4
-rw-r--r--translations/source/ko/scp2/source/extensions.po4
-rw-r--r--translations/source/ko/scp2/source/gnome.po4
-rw-r--r--translations/source/ko/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ko/scp2/source/impress.po4
-rw-r--r--translations/source/ko/scp2/source/javafilter.po4
-rw-r--r--translations/source/ko/scp2/source/kde.po4
-rw-r--r--translations/source/ko/scp2/source/math.po4
-rw-r--r--translations/source/ko/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ko/scp2/source/ooo.po671
-rw-r--r--translations/source/ko/scp2/source/python.po8
-rw-r--r--translations/source/ko/scp2/source/quickstart.po4
-rw-r--r--translations/source/ko/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ko/scp2/source/testtool.po4
-rw-r--r--translations/source/ko/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ko/scp2/source/writer.po4
-rw-r--r--translations/source/ko/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ko/scripting/source/pyprov.po10
-rw-r--r--translations/source/ko/sd/source/core.po4
-rw-r--r--translations/source/ko/sd/source/filter/html.po4
-rw-r--r--translations/source/ko/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ko/sd/source/ui/animations.po4
-rw-r--r--translations/source/ko/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ko/sd/source/ui/app.po4
-rw-r--r--translations/source/ko/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ko/sd/source/ui/notes.po4
-rw-r--r--translations/source/ko/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ko/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ko/sd/source/ui/table.po4
-rw-r--r--translations/source/ko/sd/source/ui/view.po4
-rw-r--r--translations/source/ko/sdext/source/minimizer.po6
-rw-r--r--translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ko/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ko/sdext/source/presenter.po6
-rw-r--r--translations/source/ko/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ko/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ko/setup_native/source/mac.po4
-rw-r--r--translations/source/ko/sfx2/source/appl.po4
-rw-r--r--translations/source/ko/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ko/sfx2/source/dialog.po4
-rw-r--r--translations/source/ko/sfx2/source/doc.po4
-rw-r--r--translations/source/ko/sfx2/source/menu.po4
-rw-r--r--translations/source/ko/sfx2/source/view.po4
-rw-r--r--translations/source/ko/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ko/starmath/source.po36
-rw-r--r--translations/source/ko/svl/source/items.po4
-rw-r--r--translations/source/ko/svl/source/misc.po165
-rw-r--r--translations/source/ko/svtools/source/contnr.po4
-rw-r--r--translations/source/ko/svtools/source/control.po4
-rw-r--r--translations/source/ko/svtools/source/dialogs.po4
-rw-r--r--translations/source/ko/svtools/source/filter.po4
-rw-r--r--translations/source/ko/svtools/source/java.po4
-rw-r--r--translations/source/ko/svtools/source/misc.po8
-rw-r--r--translations/source/ko/svtools/source/plugapp.po4
-rw-r--r--translations/source/ko/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ko/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ko/svx/inc.po4
-rw-r--r--translations/source/ko/svx/source/accessibility.po4
-rw-r--r--translations/source/ko/svx/source/dialog.po45
-rw-r--r--translations/source/ko/svx/source/engine3d.po4
-rw-r--r--translations/source/ko/svx/source/fmcomp.po4
-rw-r--r--translations/source/ko/svx/source/form.po4
-rw-r--r--translations/source/ko/svx/source/gallery2.po4
-rw-r--r--translations/source/ko/svx/source/items.po4
-rw-r--r--translations/source/ko/svx/source/src.po4
-rw-r--r--translations/source/ko/svx/source/stbctrls.po4
-rw-r--r--translations/source/ko/svx/source/svdraw.po4
-rw-r--r--translations/source/ko/svx/source/table.po4
-rw-r--r--translations/source/ko/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ko/svx/source/toolbars.po4
-rw-r--r--translations/source/ko/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ko/sw/source/core/layout.po6
-rw-r--r--translations/source/ko/sw/source/core/undo.po4
-rw-r--r--translations/source/ko/sw/source/core/unocore.po4
-rw-r--r--translations/source/ko/sw/source/ui/app.po28
-rw-r--r--translations/source/ko/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ko/sw/source/ui/config.po56
-rw-r--r--translations/source/ko/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ko/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ko/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ko/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ko/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ko/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ko/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ko/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ko/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ko/sw/source/ui/index.po4
-rw-r--r--translations/source/ko/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ko/sw/source/ui/misc.po4
-rw-r--r--translations/source/ko/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ko/sw/source/ui/shells.po4
-rw-r--r--translations/source/ko/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ko/sw/source/ui/table.po48
-rw-r--r--translations/source/ko/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ko/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ko/sw/source/ui/web.po4
-rw-r--r--translations/source/ko/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ko/swext/mediawiki/help.po93
-rw-r--r--translations/source/ko/swext/mediawiki/src.po6
-rw-r--r--translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ko/sysui/desktop/share.po4
-rw-r--r--translations/source/ko/uui/source.po4
-rw-r--r--translations/source/ko/vcl/source/src.po84
-rw-r--r--translations/source/ko/wizards/source/euro.po4
-rw-r--r--translations/source/ko/wizards/source/formwizard.po4
-rw-r--r--translations/source/ko/wizards/source/importwizard.po4
-rw-r--r--translations/source/ko/wizards/source/schedule.po4
-rw-r--r--translations/source/ko/wizards/source/template.po4
-rw-r--r--translations/source/ko/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ko/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/kok/accessibility/source/helper.po4
-rw-r--r--translations/source/kok/avmedia/source/framework.po4
-rw-r--r--translations/source/kok/avmedia/source/viewer.po4
-rw-r--r--translations/source/kok/basctl/source/basicide.po12
-rw-r--r--translations/source/kok/basctl/source/dlged.po4
-rw-r--r--translations/source/kok/basic/source/app.po4
-rw-r--r--translations/source/kok/basic/source/classes.po4
-rw-r--r--translations/source/kok/basic/source/sbx.po4
-rw-r--r--translations/source/kok/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/kok/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/kok/connectivity/source/resource.po4
-rw-r--r--translations/source/kok/crashrep/source/all.po4
-rw-r--r--translations/source/kok/cui/source/customize.po4
-rw-r--r--translations/source/kok/cui/source/dialogs.po12
-rw-r--r--translations/source/kok/cui/source/options.po34
-rw-r--r--translations/source/kok/cui/source/tabpages.po8
-rw-r--r--translations/source/kok/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/kok/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/kok/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/kok/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/kok/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/kok/desktop/source/app.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/kok/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/kok/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/kok/desktop/win32/source/setup.po4
-rw-r--r--translations/source/kok/dictionaries/af_ZA.po6
-rw-r--r--translations/source/kok/dictionaries/ar.po6
-rw-r--r--translations/source/kok/dictionaries/be_BY.po19
-rw-r--r--translations/source/kok/dictionaries/bg_BG.po6
-rw-r--r--translations/source/kok/dictionaries/bn_BD.po6
-rw-r--r--translations/source/kok/dictionaries/br_FR.po6
-rw-r--r--translations/source/kok/dictionaries/ca.po6
-rw-r--r--translations/source/kok/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/kok/dictionaries/da_DK.po6
-rw-r--r--translations/source/kok/dictionaries/de.po6
-rw-r--r--translations/source/kok/dictionaries/el_GR.po19
-rw-r--r--translations/source/kok/dictionaries/en.po6
-rw-r--r--translations/source/kok/dictionaries/es_ES.po6
-rw-r--r--translations/source/kok/dictionaries/et_EE.po6
-rw-r--r--translations/source/kok/dictionaries/fr_FR.po6
-rw-r--r--translations/source/kok/dictionaries/gd_GB.po19
-rw-r--r--translations/source/kok/dictionaries/gl.po6
-rw-r--r--translations/source/kok/dictionaries/gu_IN.po6
-rw-r--r--translations/source/kok/dictionaries/he_IL.po6
-rw-r--r--translations/source/kok/dictionaries/hi_IN.po6
-rw-r--r--translations/source/kok/dictionaries/hr_HR.po6
-rw-r--r--translations/source/kok/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kok/dictionaries/it_IT.po6
-rw-r--r--translations/source/kok/dictionaries/ku_TR.po6
-rw-r--r--translations/source/kok/dictionaries/lt_LT.po6
-rw-r--r--translations/source/kok/dictionaries/lv_LV.po6
-rw-r--r--translations/source/kok/dictionaries/ne_NP.po6
-rw-r--r--translations/source/kok/dictionaries/nl_NL.po6
-rw-r--r--translations/source/kok/dictionaries/no.po6
-rw-r--r--translations/source/kok/dictionaries/oc_FR.po6
-rw-r--r--translations/source/kok/dictionaries/pl_PL.po6
-rw-r--r--translations/source/kok/dictionaries/pt_BR.po6
-rw-r--r--translations/source/kok/dictionaries/pt_PT.po6
-rw-r--r--translations/source/kok/dictionaries/ro.po6
-rw-r--r--translations/source/kok/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kok/dictionaries/sk_SK.po6
-rw-r--r--translations/source/kok/dictionaries/sl_SI.po6
-rw-r--r--translations/source/kok/dictionaries/sr.po6
-rw-r--r--translations/source/kok/dictionaries/sv_SE.po6
-rw-r--r--translations/source/kok/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/kok/dictionaries/te_IN.po19
-rw-r--r--translations/source/kok/dictionaries/th_TH.po6
-rw-r--r--translations/source/kok/dictionaries/uk_UA.po6
-rw-r--r--translations/source/kok/dictionaries/vi.po6
-rw-r--r--translations/source/kok/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/kok/editeng/source/accessibility.po4
-rw-r--r--translations/source/kok/editeng/source/editeng.po4
-rw-r--r--translations/source/kok/editeng/source/items.po4
-rw-r--r--translations/source/kok/editeng/source/misc.po4
-rw-r--r--translations/source/kok/editeng/source/outliner.po4
-rw-r--r--translations/source/kok/extensions/source/abpilot.po4
-rw-r--r--translations/source/kok/extensions/source/bibliography.po4
-rw-r--r--translations/source/kok/extensions/source/dbpilots.po4
-rw-r--r--translations/source/kok/extensions/source/propctrlr.po4
-rw-r--r--translations/source/kok/extensions/source/scanner.po8
-rw-r--r--translations/source/kok/extensions/source/update/check.po4
-rw-r--r--translations/source/kok/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/kok/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/kok/filter/source/flash.po4
-rw-r--r--translations/source/kok/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/kok/filter/source/pdf.po4
-rw-r--r--translations/source/kok/filter/source/t602.po4
-rw-r--r--translations/source/kok/filter/source/xsltdialog.po8
-rw-r--r--translations/source/kok/forms/source/resource.po4
-rw-r--r--translations/source/kok/formula/source/core/resource.po4
-rw-r--r--translations/source/kok/formula/source/ui/dlg.po4
-rw-r--r--translations/source/kok/fpicker/source/office.po4
-rw-r--r--translations/source/kok/framework/source/classes.po4
-rw-r--r--translations/source/kok/framework/source/services.po4
-rw-r--r--translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/kok/mysqlc/source.po12
-rw-r--r--translations/source/kok/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/kok/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/kok/padmin/source.po4
-rw-r--r--translations/source/kok/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/kok/reportbuilder/util.po8
-rw-r--r--translations/source/kok/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/kok/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/kok/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/kok/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/kok/sc/source/core/src.po4
-rw-r--r--translations/source/kok/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/kok/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/kok/sc/source/ui/docshell.po4
-rw-r--r--translations/source/kok/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/kok/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/kok/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/kok/sc/source/ui/navipi.po9
-rw-r--r--translations/source/kok/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/kok/sc/source/ui/src.po263
-rw-r--r--translations/source/kok/sc/source/ui/styleui.po4
-rw-r--r--translations/source/kok/scaddins/source/analysis.po4
-rw-r--r--translations/source/kok/scaddins/source/datefunc.po4
-rw-r--r--translations/source/kok/sccomp/source/solver.po4
-rw-r--r--translations/source/kok/scp2/source/accessories.po4
-rw-r--r--translations/source/kok/scp2/source/activex.po4
-rw-r--r--translations/source/kok/scp2/source/base.po4
-rw-r--r--translations/source/kok/scp2/source/binfilter.po4
-rw-r--r--translations/source/kok/scp2/source/calc.po4
-rw-r--r--translations/source/kok/scp2/source/draw.po4
-rw-r--r--translations/source/kok/scp2/source/extensions.po4
-rw-r--r--translations/source/kok/scp2/source/gnome.po4
-rw-r--r--translations/source/kok/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/kok/scp2/source/impress.po4
-rw-r--r--translations/source/kok/scp2/source/javafilter.po4
-rw-r--r--translations/source/kok/scp2/source/kde.po4
-rw-r--r--translations/source/kok/scp2/source/math.po4
-rw-r--r--translations/source/kok/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/kok/scp2/source/ooo.po640
-rw-r--r--translations/source/kok/scp2/source/python.po8
-rw-r--r--translations/source/kok/scp2/source/quickstart.po4
-rw-r--r--translations/source/kok/scp2/source/sdkoo.po4
-rw-r--r--translations/source/kok/scp2/source/testtool.po4
-rw-r--r--translations/source/kok/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/kok/scp2/source/writer.po4
-rw-r--r--translations/source/kok/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/kok/scripting/source/pyprov.po10
-rw-r--r--translations/source/kok/sd/source/core.po4
-rw-r--r--translations/source/kok/sd/source/filter/html.po4
-rw-r--r--translations/source/kok/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/kok/sd/source/ui/animations.po4
-rw-r--r--translations/source/kok/sd/source/ui/annotations.po4
-rw-r--r--translations/source/kok/sd/source/ui/app.po4
-rw-r--r--translations/source/kok/sd/source/ui/dlg.po4
-rw-r--r--translations/source/kok/sd/source/ui/notes.po4
-rw-r--r--translations/source/kok/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/kok/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/kok/sd/source/ui/table.po4
-rw-r--r--translations/source/kok/sd/source/ui/view.po4
-rw-r--r--translations/source/kok/sdext/source/minimizer.po6
-rw-r--r--translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/kok/sdext/source/pdfimport.po15
-rw-r--r--translations/source/kok/sdext/source/presenter.po6
-rw-r--r--translations/source/kok/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/kok/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/kok/setup_native/source/mac.po4
-rw-r--r--translations/source/kok/sfx2/source/appl.po4
-rw-r--r--translations/source/kok/sfx2/source/bastyp.po4
-rw-r--r--translations/source/kok/sfx2/source/dialog.po4
-rw-r--r--translations/source/kok/sfx2/source/doc.po4
-rw-r--r--translations/source/kok/sfx2/source/menu.po4
-rw-r--r--translations/source/kok/sfx2/source/view.po4
-rw-r--r--translations/source/kok/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/kok/starmath/source.po36
-rw-r--r--translations/source/kok/svl/source/items.po4
-rw-r--r--translations/source/kok/svl/source/misc.po164
-rw-r--r--translations/source/kok/svtools/source/contnr.po4
-rw-r--r--translations/source/kok/svtools/source/control.po4
-rw-r--r--translations/source/kok/svtools/source/dialogs.po4
-rw-r--r--translations/source/kok/svtools/source/filter.po4
-rw-r--r--translations/source/kok/svtools/source/java.po4
-rw-r--r--translations/source/kok/svtools/source/misc.po8
-rw-r--r--translations/source/kok/svtools/source/plugapp.po4
-rw-r--r--translations/source/kok/svtools/source/toolpanel.po4
-rw-r--r--translations/source/kok/svtools/workben/unodialog.po4
-rw-r--r--translations/source/kok/svx/inc.po4
-rw-r--r--translations/source/kok/svx/source/accessibility.po4
-rw-r--r--translations/source/kok/svx/source/dialog.po42
-rw-r--r--translations/source/kok/svx/source/engine3d.po4
-rw-r--r--translations/source/kok/svx/source/fmcomp.po4
-rw-r--r--translations/source/kok/svx/source/form.po4
-rw-r--r--translations/source/kok/svx/source/gallery2.po4
-rw-r--r--translations/source/kok/svx/source/items.po4
-rw-r--r--translations/source/kok/svx/source/src.po4
-rw-r--r--translations/source/kok/svx/source/stbctrls.po4
-rw-r--r--translations/source/kok/svx/source/svdraw.po4
-rw-r--r--translations/source/kok/svx/source/table.po4
-rw-r--r--translations/source/kok/svx/source/tbxctrls.po4
-rw-r--r--translations/source/kok/svx/source/toolbars.po4
-rw-r--r--translations/source/kok/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/kok/sw/source/core/layout.po6
-rw-r--r--translations/source/kok/sw/source/core/undo.po4
-rw-r--r--translations/source/kok/sw/source/core/unocore.po4
-rw-r--r--translations/source/kok/sw/source/ui/app.po28
-rw-r--r--translations/source/kok/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/kok/sw/source/ui/config.po56
-rw-r--r--translations/source/kok/sw/source/ui/dbui.po4
-rw-r--r--translations/source/kok/sw/source/ui/dialog.po8
-rw-r--r--translations/source/kok/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/kok/sw/source/ui/docvw.po4
-rw-r--r--translations/source/kok/sw/source/ui/envelp.po4
-rw-r--r--translations/source/kok/sw/source/ui/fldui.po4
-rw-r--r--translations/source/kok/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/kok/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/kok/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/kok/sw/source/ui/index.po4
-rw-r--r--translations/source/kok/sw/source/ui/lingu.po8
-rw-r--r--translations/source/kok/sw/source/ui/misc.po4
-rw-r--r--translations/source/kok/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/kok/sw/source/ui/shells.po4
-rw-r--r--translations/source/kok/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/kok/sw/source/ui/table.po44
-rw-r--r--translations/source/kok/sw/source/ui/uiview.po4
-rw-r--r--translations/source/kok/sw/source/ui/utlui.po194
-rw-r--r--translations/source/kok/sw/source/ui/web.po4
-rw-r--r--translations/source/kok/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/kok/swext/mediawiki/help.po72
-rw-r--r--translations/source/kok/swext/mediawiki/src.po6
-rw-r--r--translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/kok/sysui/desktop/share.po4
-rw-r--r--translations/source/kok/uui/source.po4
-rw-r--r--translations/source/kok/vcl/source/src.po82
-rw-r--r--translations/source/kok/wizards/source/euro.po4
-rw-r--r--translations/source/kok/wizards/source/formwizard.po4
-rw-r--r--translations/source/kok/wizards/source/importwizard.po4
-rw-r--r--translations/source/kok/wizards/source/schedule.po4
-rw-r--r--translations/source/kok/wizards/source/template.po4
-rw-r--r--translations/source/kok/xmlsecurity/source/component.po4
-rw-r--r--translations/source/kok/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ks/accessibility/source/helper.po4
-rw-r--r--translations/source/ks/avmedia/source/framework.po4
-rw-r--r--translations/source/ks/avmedia/source/viewer.po4
-rw-r--r--translations/source/ks/basctl/source/basicide.po12
-rw-r--r--translations/source/ks/basctl/source/dlged.po4
-rw-r--r--translations/source/ks/basic/source/app.po4
-rw-r--r--translations/source/ks/basic/source/classes.po4
-rw-r--r--translations/source/ks/basic/source/sbx.po4
-rw-r--r--translations/source/ks/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ks/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ks/connectivity/source/resource.po4
-rw-r--r--translations/source/ks/crashrep/source/all.po4
-rw-r--r--translations/source/ks/cui/source/customize.po4
-rw-r--r--translations/source/ks/cui/source/dialogs.po12
-rw-r--r--translations/source/ks/cui/source/options.po34
-rw-r--r--translations/source/ks/cui/source/tabpages.po8
-rw-r--r--translations/source/ks/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ks/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ks/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ks/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ks/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ks/desktop/source/app.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/ks/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ks/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ks/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ks/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ks/dictionaries/ar.po6
-rw-r--r--translations/source/ks/dictionaries/be_BY.po19
-rw-r--r--translations/source/ks/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ks/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ks/dictionaries/br_FR.po6
-rw-r--r--translations/source/ks/dictionaries/ca.po6
-rw-r--r--translations/source/ks/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ks/dictionaries/da_DK.po6
-rw-r--r--translations/source/ks/dictionaries/de.po6
-rw-r--r--translations/source/ks/dictionaries/el_GR.po19
-rw-r--r--translations/source/ks/dictionaries/en.po6
-rw-r--r--translations/source/ks/dictionaries/es_ES.po6
-rw-r--r--translations/source/ks/dictionaries/et_EE.po6
-rw-r--r--translations/source/ks/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ks/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ks/dictionaries/gl.po6
-rw-r--r--translations/source/ks/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ks/dictionaries/he_IL.po6
-rw-r--r--translations/source/ks/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ks/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ks/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ks/dictionaries/it_IT.po6
-rw-r--r--translations/source/ks/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ks/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ks/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ks/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ks/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ks/dictionaries/no.po6
-rw-r--r--translations/source/ks/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ks/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ks/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ks/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ks/dictionaries/ro.po6
-rw-r--r--translations/source/ks/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ks/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ks/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ks/dictionaries/sr.po6
-rw-r--r--translations/source/ks/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ks/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ks/dictionaries/te_IN.po19
-rw-r--r--translations/source/ks/dictionaries/th_TH.po6
-rw-r--r--translations/source/ks/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ks/dictionaries/vi.po6
-rw-r--r--translations/source/ks/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ks/editeng/source/accessibility.po4
-rw-r--r--translations/source/ks/editeng/source/editeng.po4
-rw-r--r--translations/source/ks/editeng/source/items.po4
-rw-r--r--translations/source/ks/editeng/source/misc.po4
-rw-r--r--translations/source/ks/editeng/source/outliner.po4
-rw-r--r--translations/source/ks/extensions/source/abpilot.po4
-rw-r--r--translations/source/ks/extensions/source/bibliography.po4
-rw-r--r--translations/source/ks/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ks/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ks/extensions/source/scanner.po8
-rw-r--r--translations/source/ks/extensions/source/update/check.po4
-rw-r--r--translations/source/ks/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ks/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ks/filter/source/flash.po4
-rw-r--r--translations/source/ks/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ks/filter/source/pdf.po4
-rw-r--r--translations/source/ks/filter/source/t602.po4
-rw-r--r--translations/source/ks/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ks/forms/source/resource.po4
-rw-r--r--translations/source/ks/formula/source/core/resource.po4
-rw-r--r--translations/source/ks/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ks/fpicker/source/office.po4
-rw-r--r--translations/source/ks/framework/source/classes.po4
-rw-r--r--translations/source/ks/framework/source/services.po4
-rw-r--r--translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ks/mysqlc/source.po12
-rw-r--r--translations/source/ks/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ks/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ks/padmin/source.po4
-rw-r--r--translations/source/ks/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ks/reportbuilder/util.po8
-rw-r--r--translations/source/ks/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ks/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ks/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ks/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ks/sc/source/core/src.po4
-rw-r--r--translations/source/ks/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ks/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ks/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ks/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ks/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ks/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ks/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ks/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ks/sc/source/ui/src.po263
-rw-r--r--translations/source/ks/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ks/scaddins/source/analysis.po4
-rw-r--r--translations/source/ks/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ks/sccomp/source/solver.po4
-rw-r--r--translations/source/ks/scp2/source/accessories.po4
-rw-r--r--translations/source/ks/scp2/source/activex.po4
-rw-r--r--translations/source/ks/scp2/source/base.po4
-rw-r--r--translations/source/ks/scp2/source/binfilter.po4
-rw-r--r--translations/source/ks/scp2/source/calc.po4
-rw-r--r--translations/source/ks/scp2/source/draw.po4
-rw-r--r--translations/source/ks/scp2/source/extensions.po4
-rw-r--r--translations/source/ks/scp2/source/gnome.po4
-rw-r--r--translations/source/ks/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ks/scp2/source/impress.po4
-rw-r--r--translations/source/ks/scp2/source/javafilter.po4
-rw-r--r--translations/source/ks/scp2/source/kde.po4
-rw-r--r--translations/source/ks/scp2/source/math.po4
-rw-r--r--translations/source/ks/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ks/scp2/source/ooo.po640
-rw-r--r--translations/source/ks/scp2/source/python.po8
-rw-r--r--translations/source/ks/scp2/source/quickstart.po4
-rw-r--r--translations/source/ks/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ks/scp2/source/testtool.po4
-rw-r--r--translations/source/ks/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ks/scp2/source/writer.po4
-rw-r--r--translations/source/ks/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ks/scripting/source/pyprov.po10
-rw-r--r--translations/source/ks/sd/source/core.po4
-rw-r--r--translations/source/ks/sd/source/filter/html.po4
-rw-r--r--translations/source/ks/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ks/sd/source/ui/animations.po4
-rw-r--r--translations/source/ks/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ks/sd/source/ui/app.po4
-rw-r--r--translations/source/ks/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ks/sd/source/ui/notes.po4
-rw-r--r--translations/source/ks/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ks/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ks/sd/source/ui/table.po4
-rw-r--r--translations/source/ks/sd/source/ui/view.po4
-rw-r--r--translations/source/ks/sdext/source/minimizer.po6
-rw-r--r--translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/ks/sdext/source/pdfimport.po15
-rw-r--r--translations/source/ks/sdext/source/presenter.po6
-rw-r--r--translations/source/ks/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ks/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ks/setup_native/source/mac.po4
-rw-r--r--translations/source/ks/sfx2/source/appl.po4
-rw-r--r--translations/source/ks/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ks/sfx2/source/dialog.po4
-rw-r--r--translations/source/ks/sfx2/source/doc.po4
-rw-r--r--translations/source/ks/sfx2/source/menu.po4
-rw-r--r--translations/source/ks/sfx2/source/view.po4
-rw-r--r--translations/source/ks/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ks/starmath/source.po36
-rw-r--r--translations/source/ks/svl/source/items.po4
-rw-r--r--translations/source/ks/svl/source/misc.po195
-rw-r--r--translations/source/ks/svtools/source/contnr.po4
-rw-r--r--translations/source/ks/svtools/source/control.po4
-rw-r--r--translations/source/ks/svtools/source/dialogs.po4
-rw-r--r--translations/source/ks/svtools/source/filter.po4
-rw-r--r--translations/source/ks/svtools/source/java.po4
-rw-r--r--translations/source/ks/svtools/source/misc.po8
-rw-r--r--translations/source/ks/svtools/source/plugapp.po4
-rw-r--r--translations/source/ks/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ks/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ks/svx/inc.po4
-rw-r--r--translations/source/ks/svx/source/accessibility.po4
-rw-r--r--translations/source/ks/svx/source/dialog.po42
-rw-r--r--translations/source/ks/svx/source/engine3d.po4
-rw-r--r--translations/source/ks/svx/source/fmcomp.po4
-rw-r--r--translations/source/ks/svx/source/form.po4
-rw-r--r--translations/source/ks/svx/source/gallery2.po4
-rw-r--r--translations/source/ks/svx/source/items.po4
-rw-r--r--translations/source/ks/svx/source/src.po4
-rw-r--r--translations/source/ks/svx/source/stbctrls.po4
-rw-r--r--translations/source/ks/svx/source/svdraw.po4
-rw-r--r--translations/source/ks/svx/source/table.po4
-rw-r--r--translations/source/ks/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ks/svx/source/toolbars.po4
-rw-r--r--translations/source/ks/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ks/sw/source/core/layout.po6
-rw-r--r--translations/source/ks/sw/source/core/undo.po4
-rw-r--r--translations/source/ks/sw/source/core/unocore.po4
-rw-r--r--translations/source/ks/sw/source/ui/app.po28
-rw-r--r--translations/source/ks/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ks/sw/source/ui/config.po88
-rw-r--r--translations/source/ks/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ks/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ks/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ks/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ks/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ks/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ks/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ks/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ks/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ks/sw/source/ui/index.po4
-rw-r--r--translations/source/ks/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ks/sw/source/ui/misc.po4
-rw-r--r--translations/source/ks/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ks/sw/source/ui/shells.po4
-rw-r--r--translations/source/ks/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ks/sw/source/ui/table.po44
-rw-r--r--translations/source/ks/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ks/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ks/sw/source/ui/web.po4
-rw-r--r--translations/source/ks/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ks/swext/mediawiki/help.po72
-rw-r--r--translations/source/ks/swext/mediawiki/src.po6
-rw-r--r--translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ks/sysui/desktop/share.po4
-rw-r--r--translations/source/ks/uui/source.po4
-rw-r--r--translations/source/ks/vcl/source/src.po96
-rw-r--r--translations/source/ks/wizards/source/euro.po4
-rw-r--r--translations/source/ks/wizards/source/formwizard.po4
-rw-r--r--translations/source/ks/wizards/source/importwizard.po4
-rw-r--r--translations/source/ks/wizards/source/schedule.po4
-rw-r--r--translations/source/ks/wizards/source/template.po4
-rw-r--r--translations/source/ks/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ks/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ku/accessibility/source/helper.po4
-rw-r--r--translations/source/ku/avmedia/source/framework.po4
-rw-r--r--translations/source/ku/avmedia/source/viewer.po4
-rw-r--r--translations/source/ku/basctl/source/basicide.po12
-rw-r--r--translations/source/ku/basctl/source/dlged.po4
-rw-r--r--translations/source/ku/basic/source/app.po4
-rw-r--r--translations/source/ku/basic/source/classes.po4
-rw-r--r--translations/source/ku/basic/source/sbx.po4
-rw-r--r--translations/source/ku/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ku/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ku/connectivity/source/resource.po4
-rw-r--r--translations/source/ku/crashrep/source/all.po4
-rw-r--r--translations/source/ku/cui/source/customize.po4
-rw-r--r--translations/source/ku/cui/source/dialogs.po12
-rw-r--r--translations/source/ku/cui/source/options.po61
-rw-r--r--translations/source/ku/cui/source/tabpages.po8
-rw-r--r--translations/source/ku/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ku/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ku/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ku/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ku/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ku/desktop/source/app.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ku/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ku/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ku/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ku/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ku/dictionaries/ar.po6
-rw-r--r--translations/source/ku/dictionaries/be_BY.po19
-rw-r--r--translations/source/ku/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ku/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ku/dictionaries/br_FR.po6
-rw-r--r--translations/source/ku/dictionaries/ca.po6
-rw-r--r--translations/source/ku/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ku/dictionaries/da_DK.po6
-rw-r--r--translations/source/ku/dictionaries/de.po6
-rw-r--r--translations/source/ku/dictionaries/el_GR.po19
-rw-r--r--translations/source/ku/dictionaries/en.po6
-rw-r--r--translations/source/ku/dictionaries/es_ES.po6
-rw-r--r--translations/source/ku/dictionaries/et_EE.po6
-rw-r--r--translations/source/ku/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ku/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ku/dictionaries/gl.po6
-rw-r--r--translations/source/ku/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ku/dictionaries/he_IL.po6
-rw-r--r--translations/source/ku/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ku/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ku/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ku/dictionaries/it_IT.po6
-rw-r--r--translations/source/ku/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ku/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ku/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ku/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ku/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ku/dictionaries/no.po6
-rw-r--r--translations/source/ku/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ku/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ku/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ku/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ku/dictionaries/ro.po6
-rw-r--r--translations/source/ku/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ku/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ku/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ku/dictionaries/sr.po6
-rw-r--r--translations/source/ku/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ku/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ku/dictionaries/te_IN.po19
-rw-r--r--translations/source/ku/dictionaries/th_TH.po6
-rw-r--r--translations/source/ku/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ku/dictionaries/vi.po6
-rw-r--r--translations/source/ku/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ku/editeng/source/accessibility.po4
-rw-r--r--translations/source/ku/editeng/source/editeng.po4
-rw-r--r--translations/source/ku/editeng/source/items.po4
-rw-r--r--translations/source/ku/editeng/source/misc.po4
-rw-r--r--translations/source/ku/editeng/source/outliner.po4
-rw-r--r--translations/source/ku/extensions/source/abpilot.po4
-rw-r--r--translations/source/ku/extensions/source/bibliography.po4
-rw-r--r--translations/source/ku/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ku/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ku/extensions/source/scanner.po8
-rw-r--r--translations/source/ku/extensions/source/update/check.po4
-rw-r--r--translations/source/ku/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ku/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ku/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ku/filter/source/flash.po4
-rw-r--r--translations/source/ku/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ku/filter/source/pdf.po4
-rw-r--r--translations/source/ku/filter/source/t602.po4
-rw-r--r--translations/source/ku/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ku/forms/source/resource.po4
-rw-r--r--translations/source/ku/formula/source/core/resource.po4
-rw-r--r--translations/source/ku/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ku/fpicker/source/office.po4
-rw-r--r--translations/source/ku/framework/source/classes.po4
-rw-r--r--translations/source/ku/framework/source/services.po4
-rw-r--r--translations/source/ku/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ku/mysqlc/source.po12
-rw-r--r--translations/source/ku/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ku/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ku/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ku/padmin/source.po4
-rw-r--r--translations/source/ku/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ku/reportbuilder/util.po8
-rw-r--r--translations/source/ku/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ku/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ku/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ku/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ku/sc/source/core/src.po4
-rw-r--r--translations/source/ku/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ku/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ku/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ku/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ku/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ku/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ku/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ku/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ku/sc/source/ui/src.po265
-rw-r--r--translations/source/ku/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ku/scaddins/source/analysis.po4
-rw-r--r--translations/source/ku/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ku/sccomp/source/solver.po4
-rw-r--r--translations/source/ku/scp2/source/accessories.po4
-rw-r--r--translations/source/ku/scp2/source/activex.po4
-rw-r--r--translations/source/ku/scp2/source/base.po4
-rw-r--r--translations/source/ku/scp2/source/binfilter.po4
-rw-r--r--translations/source/ku/scp2/source/calc.po4
-rw-r--r--translations/source/ku/scp2/source/draw.po4
-rw-r--r--translations/source/ku/scp2/source/extensions.po4
-rw-r--r--translations/source/ku/scp2/source/gnome.po4
-rw-r--r--translations/source/ku/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ku/scp2/source/impress.po4
-rw-r--r--translations/source/ku/scp2/source/javafilter.po4
-rw-r--r--translations/source/ku/scp2/source/kde.po4
-rw-r--r--translations/source/ku/scp2/source/math.po4
-rw-r--r--translations/source/ku/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ku/scp2/source/ooo.po689
-rw-r--r--translations/source/ku/scp2/source/python.po8
-rw-r--r--translations/source/ku/scp2/source/quickstart.po4
-rw-r--r--translations/source/ku/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ku/scp2/source/testtool.po4
-rw-r--r--translations/source/ku/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ku/scp2/source/writer.po4
-rw-r--r--translations/source/ku/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ku/scripting/source/pyprov.po10
-rw-r--r--translations/source/ku/sd/source/core.po4
-rw-r--r--translations/source/ku/sd/source/filter/html.po4
-rw-r--r--translations/source/ku/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ku/sd/source/ui/animations.po4
-rw-r--r--translations/source/ku/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ku/sd/source/ui/app.po4
-rw-r--r--translations/source/ku/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ku/sd/source/ui/notes.po4
-rw-r--r--translations/source/ku/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ku/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ku/sd/source/ui/table.po4
-rw-r--r--translations/source/ku/sd/source/ui/view.po4
-rw-r--r--translations/source/ku/sdext/source/minimizer.po6
-rw-r--r--translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ku/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ku/sdext/source/presenter.po6
-rw-r--r--translations/source/ku/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ku/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ku/setup_native/source/mac.po4
-rw-r--r--translations/source/ku/sfx2/source/appl.po4
-rw-r--r--translations/source/ku/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ku/sfx2/source/dialog.po4
-rw-r--r--translations/source/ku/sfx2/source/doc.po4
-rw-r--r--translations/source/ku/sfx2/source/menu.po4
-rw-r--r--translations/source/ku/sfx2/source/view.po4
-rw-r--r--translations/source/ku/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ku/starmath/source.po36
-rw-r--r--translations/source/ku/svl/source/items.po4
-rw-r--r--translations/source/ku/svl/source/misc.po165
-rw-r--r--translations/source/ku/svtools/source/contnr.po4
-rw-r--r--translations/source/ku/svtools/source/control.po4
-rw-r--r--translations/source/ku/svtools/source/dialogs.po4
-rw-r--r--translations/source/ku/svtools/source/filter.po4
-rw-r--r--translations/source/ku/svtools/source/java.po4
-rw-r--r--translations/source/ku/svtools/source/misc.po8
-rw-r--r--translations/source/ku/svtools/source/plugapp.po4
-rw-r--r--translations/source/ku/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ku/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ku/svx/inc.po4
-rw-r--r--translations/source/ku/svx/source/accessibility.po4
-rw-r--r--translations/source/ku/svx/source/dialog.po44
-rw-r--r--translations/source/ku/svx/source/engine3d.po4
-rw-r--r--translations/source/ku/svx/source/fmcomp.po4
-rw-r--r--translations/source/ku/svx/source/form.po4
-rw-r--r--translations/source/ku/svx/source/gallery2.po4
-rw-r--r--translations/source/ku/svx/source/items.po4
-rw-r--r--translations/source/ku/svx/source/src.po4
-rw-r--r--translations/source/ku/svx/source/stbctrls.po4
-rw-r--r--translations/source/ku/svx/source/svdraw.po4
-rw-r--r--translations/source/ku/svx/source/table.po4
-rw-r--r--translations/source/ku/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ku/svx/source/toolbars.po4
-rw-r--r--translations/source/ku/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ku/sw/source/core/layout.po6
-rw-r--r--translations/source/ku/sw/source/core/undo.po4
-rw-r--r--translations/source/ku/sw/source/core/unocore.po4
-rw-r--r--translations/source/ku/sw/source/ui/app.po28
-rw-r--r--translations/source/ku/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ku/sw/source/ui/config.po56
-rw-r--r--translations/source/ku/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ku/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ku/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ku/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ku/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ku/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ku/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ku/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ku/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ku/sw/source/ui/index.po4
-rw-r--r--translations/source/ku/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ku/sw/source/ui/misc.po4
-rw-r--r--translations/source/ku/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ku/sw/source/ui/shells.po4
-rw-r--r--translations/source/ku/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ku/sw/source/ui/table.po46
-rw-r--r--translations/source/ku/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ku/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ku/sw/source/ui/web.po4
-rw-r--r--translations/source/ku/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ku/swext/mediawiki/help.po93
-rw-r--r--translations/source/ku/swext/mediawiki/src.po6
-rw-r--r--translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ku/sysui/desktop/share.po4
-rw-r--r--translations/source/ku/uui/source.po4
-rw-r--r--translations/source/ku/vcl/source/src.po84
-rw-r--r--translations/source/ku/wizards/source/euro.po4
-rw-r--r--translations/source/ku/wizards/source/formwizard.po4
-rw-r--r--translations/source/ku/wizards/source/importwizard.po4
-rw-r--r--translations/source/ku/wizards/source/schedule.po4
-rw-r--r--translations/source/ku/wizards/source/template.po4
-rw-r--r--translations/source/ku/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ku/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/lb/accessibility/source/helper.po4
-rw-r--r--translations/source/lb/avmedia/source/framework.po4
-rw-r--r--translations/source/lb/avmedia/source/viewer.po4
-rw-r--r--translations/source/lb/basctl/source/basicide.po12
-rw-r--r--translations/source/lb/basctl/source/dlged.po4
-rw-r--r--translations/source/lb/basic/source/app.po4
-rw-r--r--translations/source/lb/basic/source/classes.po4
-rw-r--r--translations/source/lb/basic/source/sbx.po4
-rw-r--r--translations/source/lb/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/lb/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/lb/connectivity/source/resource.po4
-rw-r--r--translations/source/lb/crashrep/source/all.po4
-rw-r--r--translations/source/lb/cui/source/customize.po4
-rw-r--r--translations/source/lb/cui/source/dialogs.po12
-rw-r--r--translations/source/lb/cui/source/options.po32
-rw-r--r--translations/source/lb/cui/source/tabpages.po8
-rw-r--r--translations/source/lb/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/lb/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/lb/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/lb/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/lb/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/lb/desktop/source/app.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/lb/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/lb/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/lb/desktop/win32/source/setup.po4
-rw-r--r--translations/source/lb/dictionaries/af_ZA.po6
-rw-r--r--translations/source/lb/dictionaries/ar.po6
-rw-r--r--translations/source/lb/dictionaries/be_BY.po19
-rw-r--r--translations/source/lb/dictionaries/bg_BG.po6
-rw-r--r--translations/source/lb/dictionaries/bn_BD.po6
-rw-r--r--translations/source/lb/dictionaries/br_FR.po6
-rw-r--r--translations/source/lb/dictionaries/ca.po6
-rw-r--r--translations/source/lb/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/lb/dictionaries/da_DK.po6
-rw-r--r--translations/source/lb/dictionaries/de.po6
-rw-r--r--translations/source/lb/dictionaries/el_GR.po19
-rw-r--r--translations/source/lb/dictionaries/en.po6
-rw-r--r--translations/source/lb/dictionaries/es_ES.po6
-rw-r--r--translations/source/lb/dictionaries/et_EE.po6
-rw-r--r--translations/source/lb/dictionaries/fr_FR.po6
-rw-r--r--translations/source/lb/dictionaries/gd_GB.po19
-rw-r--r--translations/source/lb/dictionaries/gl.po6
-rw-r--r--translations/source/lb/dictionaries/gu_IN.po6
-rw-r--r--translations/source/lb/dictionaries/he_IL.po6
-rw-r--r--translations/source/lb/dictionaries/hi_IN.po6
-rw-r--r--translations/source/lb/dictionaries/hr_HR.po6
-rw-r--r--translations/source/lb/dictionaries/hu_HU.po6
-rw-r--r--translations/source/lb/dictionaries/it_IT.po6
-rw-r--r--translations/source/lb/dictionaries/ku_TR.po6
-rw-r--r--translations/source/lb/dictionaries/lt_LT.po6
-rw-r--r--translations/source/lb/dictionaries/lv_LV.po6
-rw-r--r--translations/source/lb/dictionaries/ne_NP.po6
-rw-r--r--translations/source/lb/dictionaries/nl_NL.po6
-rw-r--r--translations/source/lb/dictionaries/no.po6
-rw-r--r--translations/source/lb/dictionaries/oc_FR.po6
-rw-r--r--translations/source/lb/dictionaries/pl_PL.po6
-rw-r--r--translations/source/lb/dictionaries/pt_BR.po6
-rw-r--r--translations/source/lb/dictionaries/pt_PT.po6
-rw-r--r--translations/source/lb/dictionaries/ro.po6
-rw-r--r--translations/source/lb/dictionaries/ru_RU.po6
-rw-r--r--translations/source/lb/dictionaries/sk_SK.po6
-rw-r--r--translations/source/lb/dictionaries/sl_SI.po6
-rw-r--r--translations/source/lb/dictionaries/sr.po6
-rw-r--r--translations/source/lb/dictionaries/sv_SE.po6
-rw-r--r--translations/source/lb/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/lb/dictionaries/te_IN.po19
-rw-r--r--translations/source/lb/dictionaries/th_TH.po6
-rw-r--r--translations/source/lb/dictionaries/uk_UA.po6
-rw-r--r--translations/source/lb/dictionaries/vi.po6
-rw-r--r--translations/source/lb/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/lb/editeng/source/accessibility.po4
-rw-r--r--translations/source/lb/editeng/source/editeng.po4
-rw-r--r--translations/source/lb/editeng/source/items.po4
-rw-r--r--translations/source/lb/editeng/source/misc.po4
-rw-r--r--translations/source/lb/editeng/source/outliner.po4
-rw-r--r--translations/source/lb/extensions/source/abpilot.po4
-rw-r--r--translations/source/lb/extensions/source/bibliography.po4
-rw-r--r--translations/source/lb/extensions/source/dbpilots.po4
-rw-r--r--translations/source/lb/extensions/source/propctrlr.po4
-rw-r--r--translations/source/lb/extensions/source/scanner.po8
-rw-r--r--translations/source/lb/extensions/source/update/check.po4
-rw-r--r--translations/source/lb/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/lb/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/lb/filter/source/flash.po4
-rw-r--r--translations/source/lb/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/lb/filter/source/pdf.po4
-rw-r--r--translations/source/lb/filter/source/t602.po4
-rw-r--r--translations/source/lb/filter/source/xsltdialog.po8
-rw-r--r--translations/source/lb/forms/source/resource.po4
-rw-r--r--translations/source/lb/formula/source/core/resource.po4
-rw-r--r--translations/source/lb/formula/source/ui/dlg.po4
-rw-r--r--translations/source/lb/fpicker/source/office.po4
-rw-r--r--translations/source/lb/framework/source/classes.po42
-rw-r--r--translations/source/lb/framework/source/services.po4
-rw-r--r--translations/source/lb/helpcontent2/source/text/sbasic/guide.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sbasic/shared.po7
-rw-r--r--translations/source/lb/helpcontent2/source/text/sbasic/shared/01.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sbasic/shared/02.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc.po39
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/01.po227
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/02.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/04.po41
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/05.po61
-rw-r--r--translations/source/lb/helpcontent2/source/text/scalc/guide.po9
-rw-r--r--translations/source/lb/helpcontent2/source/text/schart.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/schart/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/schart/01.po7
-rw-r--r--translations/source/lb/helpcontent2/source/text/schart/02.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/schart/04.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sdraw.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sdraw/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sdraw/01.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sdraw/04.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/sdraw/guide.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared.po21
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/00.po11
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/01.po67
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/02.po7
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/04.po29
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/05.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/07.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/autokorr.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/autopi.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/guide.po45
-rw-r--r--translations/source/lb/helpcontent2/source/text/shared/optionen.po29
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress/01.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress/04.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/simpress/guide.po15
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath/01.po169
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath/02.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath/04.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/smath/guide.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter/00.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter/01.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter/02.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter/04.po5
-rw-r--r--translations/source/lb/helpcontent2/source/text/swriter/guide.po23
-rw-r--r--translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/lb/mysqlc/source.po12
-rw-r--r--translations/source/lb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/lb/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--translations/source/lb/padmin/source.po4
-rw-r--r--translations/source/lb/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/lb/reportbuilder/util.po8
-rw-r--r--translations/source/lb/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/lb/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/lb/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/lb/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/lb/sc/source/core/src.po4
-rw-r--r--translations/source/lb/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/lb/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/lb/sc/source/ui/docshell.po4
-rw-r--r--translations/source/lb/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/lb/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/lb/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/lb/sc/source/ui/navipi.po9
-rw-r--r--translations/source/lb/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/lb/sc/source/ui/src.po250
-rw-r--r--translations/source/lb/sc/source/ui/styleui.po4
-rw-r--r--translations/source/lb/scaddins/source/analysis.po4
-rw-r--r--translations/source/lb/scaddins/source/datefunc.po4
-rw-r--r--translations/source/lb/sccomp/source/solver.po4
-rw-r--r--translations/source/lb/scp2/source/accessories.po24
-rw-r--r--translations/source/lb/scp2/source/activex.po4
-rw-r--r--translations/source/lb/scp2/source/base.po13
-rw-r--r--translations/source/lb/scp2/source/binfilter.po11
-rw-r--r--translations/source/lb/scp2/source/calc.po4
-rw-r--r--translations/source/lb/scp2/source/draw.po12
-rw-r--r--translations/source/lb/scp2/source/extensions.po4
-rw-r--r--translations/source/lb/scp2/source/gnome.po4
-rw-r--r--translations/source/lb/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/lb/scp2/source/impress.po4
-rw-r--r--translations/source/lb/scp2/source/javafilter.po4
-rw-r--r--translations/source/lb/scp2/source/kde.po4
-rw-r--r--translations/source/lb/scp2/source/math.po4
-rw-r--r--translations/source/lb/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/lb/scp2/source/ooo.po666
-rw-r--r--translations/source/lb/scp2/source/python.po6
-rw-r--r--translations/source/lb/scp2/source/quickstart.po10
-rw-r--r--translations/source/lb/scp2/source/sdkoo.po4
-rw-r--r--translations/source/lb/scp2/source/testtool.po10
-rw-r--r--translations/source/lb/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/lb/scp2/source/writer.po4
-rw-r--r--translations/source/lb/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/lb/scripting/source/pyprov.po10
-rw-r--r--translations/source/lb/sd/source/core.po4
-rw-r--r--translations/source/lb/sd/source/filter/html.po4
-rw-r--r--translations/source/lb/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/lb/sd/source/ui/animations.po4
-rw-r--r--translations/source/lb/sd/source/ui/annotations.po4
-rw-r--r--translations/source/lb/sd/source/ui/app.po4
-rw-r--r--translations/source/lb/sd/source/ui/dlg.po4
-rw-r--r--translations/source/lb/sd/source/ui/notes.po4
-rw-r--r--translations/source/lb/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/lb/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/lb/sd/source/ui/table.po4
-rw-r--r--translations/source/lb/sd/source/ui/view.po4
-rw-r--r--translations/source/lb/sdext/source/minimizer.po6
-rw-r--r--translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/lb/sdext/source/pdfimport.po16
-rw-r--r--translations/source/lb/sdext/source/presenter.po6
-rw-r--r--translations/source/lb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/lb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/lb/setup_native/source/mac.po4
-rw-r--r--translations/source/lb/sfx2/source/appl.po4
-rw-r--r--translations/source/lb/sfx2/source/bastyp.po4
-rw-r--r--translations/source/lb/sfx2/source/dialog.po4
-rw-r--r--translations/source/lb/sfx2/source/doc.po4
-rw-r--r--translations/source/lb/sfx2/source/menu.po4
-rw-r--r--translations/source/lb/sfx2/source/view.po4
-rw-r--r--translations/source/lb/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/lb/starmath/source.po36
-rw-r--r--translations/source/lb/svl/source/items.po4
-rw-r--r--translations/source/lb/svl/source/misc.po166
-rw-r--r--translations/source/lb/svtools/source/contnr.po4
-rw-r--r--translations/source/lb/svtools/source/control.po4
-rw-r--r--translations/source/lb/svtools/source/dialogs.po4
-rw-r--r--translations/source/lb/svtools/source/filter.po4
-rw-r--r--translations/source/lb/svtools/source/java.po4
-rw-r--r--translations/source/lb/svtools/source/misc.po8
-rw-r--r--translations/source/lb/svtools/source/plugapp.po4
-rw-r--r--translations/source/lb/svtools/source/toolpanel.po4
-rw-r--r--translations/source/lb/svtools/workben/unodialog.po4
-rw-r--r--translations/source/lb/svx/inc.po4
-rw-r--r--translations/source/lb/svx/source/accessibility.po4
-rw-r--r--translations/source/lb/svx/source/dialog.po42
-rw-r--r--translations/source/lb/svx/source/engine3d.po4
-rw-r--r--translations/source/lb/svx/source/fmcomp.po4
-rw-r--r--translations/source/lb/svx/source/form.po4
-rw-r--r--translations/source/lb/svx/source/gallery2.po4
-rw-r--r--translations/source/lb/svx/source/items.po4
-rw-r--r--translations/source/lb/svx/source/src.po4
-rw-r--r--translations/source/lb/svx/source/stbctrls.po4
-rw-r--r--translations/source/lb/svx/source/svdraw.po4
-rw-r--r--translations/source/lb/svx/source/table.po4
-rw-r--r--translations/source/lb/svx/source/tbxctrls.po4
-rw-r--r--translations/source/lb/svx/source/toolbars.po4
-rw-r--r--translations/source/lb/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/lb/sw/source/core/layout.po6
-rw-r--r--translations/source/lb/sw/source/core/undo.po4
-rw-r--r--translations/source/lb/sw/source/core/unocore.po4
-rw-r--r--translations/source/lb/sw/source/ui/app.po16
-rw-r--r--translations/source/lb/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/lb/sw/source/ui/config.po57
-rw-r--r--translations/source/lb/sw/source/ui/dbui.po4
-rw-r--r--translations/source/lb/sw/source/ui/dialog.po6
-rw-r--r--translations/source/lb/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/lb/sw/source/ui/docvw.po4
-rw-r--r--translations/source/lb/sw/source/ui/envelp.po4
-rw-r--r--translations/source/lb/sw/source/ui/fldui.po4
-rw-r--r--translations/source/lb/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/lb/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/lb/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/lb/sw/source/ui/index.po4
-rw-r--r--translations/source/lb/sw/source/ui/lingu.po8
-rw-r--r--translations/source/lb/sw/source/ui/misc.po4
-rw-r--r--translations/source/lb/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/lb/sw/source/ui/shells.po4
-rw-r--r--translations/source/lb/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/lb/sw/source/ui/table.po34
-rw-r--r--translations/source/lb/sw/source/ui/uiview.po4
-rw-r--r--translations/source/lb/sw/source/ui/utlui.po184
-rw-r--r--translations/source/lb/sw/source/ui/web.po4
-rw-r--r--translations/source/lb/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/lb/swext/mediawiki/help.po72
-rw-r--r--translations/source/lb/swext/mediawiki/src.po6
-rw-r--r--translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/lb/sysui/desktop/share.po4
-rw-r--r--translations/source/lb/uui/source.po4
-rw-r--r--translations/source/lb/vcl/source/src.po82
-rw-r--r--translations/source/lb/wizards/source/euro.po4
-rw-r--r--translations/source/lb/wizards/source/formwizard.po4
-rw-r--r--translations/source/lb/wizards/source/importwizard.po4
-rw-r--r--translations/source/lb/wizards/source/schedule.po4
-rw-r--r--translations/source/lb/wizards/source/template.po4
-rw-r--r--translations/source/lb/xmlsecurity/source/component.po4
-rw-r--r--translations/source/lb/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/lo/accessibility/source/helper.po4
-rw-r--r--translations/source/lo/avmedia/source/framework.po4
-rw-r--r--translations/source/lo/avmedia/source/viewer.po4
-rw-r--r--translations/source/lo/basctl/source/basicide.po12
-rw-r--r--translations/source/lo/basctl/source/dlged.po4
-rw-r--r--translations/source/lo/basic/source/app.po4
-rw-r--r--translations/source/lo/basic/source/classes.po4
-rw-r--r--translations/source/lo/basic/source/sbx.po4
-rw-r--r--translations/source/lo/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/lo/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/lo/connectivity/source/resource.po4
-rw-r--r--translations/source/lo/crashrep/source/all.po4
-rw-r--r--translations/source/lo/cui/source/customize.po4
-rw-r--r--translations/source/lo/cui/source/dialogs.po12
-rw-r--r--translations/source/lo/cui/source/options.po34
-rw-r--r--translations/source/lo/cui/source/tabpages.po8
-rw-r--r--translations/source/lo/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/lo/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/lo/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/lo/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/lo/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/lo/desktop/source/app.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/misc.po20
-rw-r--r--translations/source/lo/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/lo/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/lo/desktop/win32/source/setup.po4
-rw-r--r--translations/source/lo/dictionaries/af_ZA.po6
-rw-r--r--translations/source/lo/dictionaries/ar.po6
-rw-r--r--translations/source/lo/dictionaries/be_BY.po19
-rw-r--r--translations/source/lo/dictionaries/bg_BG.po6
-rw-r--r--translations/source/lo/dictionaries/bn_BD.po6
-rw-r--r--translations/source/lo/dictionaries/br_FR.po6
-rw-r--r--translations/source/lo/dictionaries/ca.po6
-rw-r--r--translations/source/lo/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/lo/dictionaries/da_DK.po6
-rw-r--r--translations/source/lo/dictionaries/de.po6
-rw-r--r--translations/source/lo/dictionaries/el_GR.po19
-rw-r--r--translations/source/lo/dictionaries/en.po6
-rw-r--r--translations/source/lo/dictionaries/es_ES.po6
-rw-r--r--translations/source/lo/dictionaries/et_EE.po6
-rw-r--r--translations/source/lo/dictionaries/fr_FR.po6
-rw-r--r--translations/source/lo/dictionaries/gd_GB.po19
-rw-r--r--translations/source/lo/dictionaries/gl.po6
-rw-r--r--translations/source/lo/dictionaries/gu_IN.po6
-rw-r--r--translations/source/lo/dictionaries/he_IL.po6
-rw-r--r--translations/source/lo/dictionaries/hi_IN.po6
-rw-r--r--translations/source/lo/dictionaries/hr_HR.po6
-rw-r--r--translations/source/lo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/lo/dictionaries/it_IT.po6
-rw-r--r--translations/source/lo/dictionaries/ku_TR.po6
-rw-r--r--translations/source/lo/dictionaries/lt_LT.po6
-rw-r--r--translations/source/lo/dictionaries/lv_LV.po6
-rw-r--r--translations/source/lo/dictionaries/ne_NP.po6
-rw-r--r--translations/source/lo/dictionaries/nl_NL.po6
-rw-r--r--translations/source/lo/dictionaries/no.po6
-rw-r--r--translations/source/lo/dictionaries/oc_FR.po6
-rw-r--r--translations/source/lo/dictionaries/pl_PL.po6
-rw-r--r--translations/source/lo/dictionaries/pt_BR.po6
-rw-r--r--translations/source/lo/dictionaries/pt_PT.po6
-rw-r--r--translations/source/lo/dictionaries/ro.po6
-rw-r--r--translations/source/lo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/lo/dictionaries/sk_SK.po6
-rw-r--r--translations/source/lo/dictionaries/sl_SI.po6
-rw-r--r--translations/source/lo/dictionaries/sr.po6
-rw-r--r--translations/source/lo/dictionaries/sv_SE.po6
-rw-r--r--translations/source/lo/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/lo/dictionaries/te_IN.po19
-rw-r--r--translations/source/lo/dictionaries/th_TH.po6
-rw-r--r--translations/source/lo/dictionaries/uk_UA.po6
-rw-r--r--translations/source/lo/dictionaries/vi.po6
-rw-r--r--translations/source/lo/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/lo/editeng/source/accessibility.po4
-rw-r--r--translations/source/lo/editeng/source/editeng.po4
-rw-r--r--translations/source/lo/editeng/source/items.po4
-rw-r--r--translations/source/lo/editeng/source/misc.po4
-rw-r--r--translations/source/lo/editeng/source/outliner.po4
-rw-r--r--translations/source/lo/extensions/source/abpilot.po4
-rw-r--r--translations/source/lo/extensions/source/bibliography.po4
-rw-r--r--translations/source/lo/extensions/source/dbpilots.po4
-rw-r--r--translations/source/lo/extensions/source/propctrlr.po4
-rw-r--r--translations/source/lo/extensions/source/scanner.po8
-rw-r--r--translations/source/lo/extensions/source/update/check.po4
-rw-r--r--translations/source/lo/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/lo/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/lo/filter/source/flash.po4
-rw-r--r--translations/source/lo/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/lo/filter/source/pdf.po4
-rw-r--r--translations/source/lo/filter/source/t602.po4
-rw-r--r--translations/source/lo/filter/source/xsltdialog.po8
-rw-r--r--translations/source/lo/forms/source/resource.po4
-rw-r--r--translations/source/lo/formula/source/core/resource.po4
-rw-r--r--translations/source/lo/formula/source/ui/dlg.po4
-rw-r--r--translations/source/lo/fpicker/source/office.po4
-rw-r--r--translations/source/lo/framework/source/classes.po4
-rw-r--r--translations/source/lo/framework/source/services.po4
-rw-r--r--translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/lo/mysqlc/source.po12
-rw-r--r--translations/source/lo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/lo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/lo/padmin/source.po4
-rw-r--r--translations/source/lo/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/lo/reportbuilder/util.po8
-rw-r--r--translations/source/lo/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/lo/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/lo/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/lo/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/lo/sc/source/core/src.po4
-rw-r--r--translations/source/lo/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/lo/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/lo/sc/source/ui/docshell.po4
-rw-r--r--translations/source/lo/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/lo/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/lo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/lo/sc/source/ui/navipi.po9
-rw-r--r--translations/source/lo/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/lo/sc/source/ui/src.po263
-rw-r--r--translations/source/lo/sc/source/ui/styleui.po4
-rw-r--r--translations/source/lo/scaddins/source/analysis.po4
-rw-r--r--translations/source/lo/scaddins/source/datefunc.po4
-rw-r--r--translations/source/lo/sccomp/source/solver.po4
-rw-r--r--translations/source/lo/scp2/source/accessories.po4
-rw-r--r--translations/source/lo/scp2/source/activex.po4
-rw-r--r--translations/source/lo/scp2/source/base.po4
-rw-r--r--translations/source/lo/scp2/source/binfilter.po4
-rw-r--r--translations/source/lo/scp2/source/calc.po4
-rw-r--r--translations/source/lo/scp2/source/draw.po4
-rw-r--r--translations/source/lo/scp2/source/extensions.po4
-rw-r--r--translations/source/lo/scp2/source/gnome.po4
-rw-r--r--translations/source/lo/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/lo/scp2/source/impress.po4
-rw-r--r--translations/source/lo/scp2/source/javafilter.po4
-rw-r--r--translations/source/lo/scp2/source/kde.po4
-rw-r--r--translations/source/lo/scp2/source/math.po4
-rw-r--r--translations/source/lo/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/lo/scp2/source/ooo.po640
-rw-r--r--translations/source/lo/scp2/source/python.po8
-rw-r--r--translations/source/lo/scp2/source/quickstart.po4
-rw-r--r--translations/source/lo/scp2/source/sdkoo.po4
-rw-r--r--translations/source/lo/scp2/source/testtool.po4
-rw-r--r--translations/source/lo/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/lo/scp2/source/writer.po4
-rw-r--r--translations/source/lo/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/lo/scripting/source/pyprov.po10
-rw-r--r--translations/source/lo/sd/source/core.po4
-rw-r--r--translations/source/lo/sd/source/filter/html.po4
-rw-r--r--translations/source/lo/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/lo/sd/source/ui/animations.po4
-rw-r--r--translations/source/lo/sd/source/ui/annotations.po4
-rw-r--r--translations/source/lo/sd/source/ui/app.po4
-rw-r--r--translations/source/lo/sd/source/ui/dlg.po4
-rw-r--r--translations/source/lo/sd/source/ui/notes.po4
-rw-r--r--translations/source/lo/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/lo/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/lo/sd/source/ui/table.po4
-rw-r--r--translations/source/lo/sd/source/ui/view.po4
-rw-r--r--translations/source/lo/sdext/source/minimizer.po6
-rw-r--r--translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/lo/sdext/source/pdfimport.po16
-rw-r--r--translations/source/lo/sdext/source/presenter.po6
-rw-r--r--translations/source/lo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/lo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/lo/setup_native/source/mac.po4
-rw-r--r--translations/source/lo/sfx2/source/appl.po4
-rw-r--r--translations/source/lo/sfx2/source/bastyp.po4
-rw-r--r--translations/source/lo/sfx2/source/dialog.po4
-rw-r--r--translations/source/lo/sfx2/source/doc.po4
-rw-r--r--translations/source/lo/sfx2/source/menu.po4
-rw-r--r--translations/source/lo/sfx2/source/view.po4
-rw-r--r--translations/source/lo/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/lo/starmath/source.po36
-rw-r--r--translations/source/lo/svl/source/items.po4
-rw-r--r--translations/source/lo/svl/source/misc.po184
-rw-r--r--translations/source/lo/svtools/source/contnr.po4
-rw-r--r--translations/source/lo/svtools/source/control.po4
-rw-r--r--translations/source/lo/svtools/source/dialogs.po4
-rw-r--r--translations/source/lo/svtools/source/filter.po4
-rw-r--r--translations/source/lo/svtools/source/java.po4
-rw-r--r--translations/source/lo/svtools/source/misc.po8
-rw-r--r--translations/source/lo/svtools/source/plugapp.po4
-rw-r--r--translations/source/lo/svtools/source/toolpanel.po4
-rw-r--r--translations/source/lo/svtools/workben/unodialog.po4
-rw-r--r--translations/source/lo/svx/inc.po4
-rw-r--r--translations/source/lo/svx/source/accessibility.po4
-rw-r--r--translations/source/lo/svx/source/dialog.po42
-rw-r--r--translations/source/lo/svx/source/engine3d.po4
-rw-r--r--translations/source/lo/svx/source/fmcomp.po4
-rw-r--r--translations/source/lo/svx/source/form.po4
-rw-r--r--translations/source/lo/svx/source/gallery2.po4
-rw-r--r--translations/source/lo/svx/source/items.po4
-rw-r--r--translations/source/lo/svx/source/src.po4
-rw-r--r--translations/source/lo/svx/source/stbctrls.po4
-rw-r--r--translations/source/lo/svx/source/svdraw.po4
-rw-r--r--translations/source/lo/svx/source/table.po4
-rw-r--r--translations/source/lo/svx/source/tbxctrls.po4
-rw-r--r--translations/source/lo/svx/source/toolbars.po4
-rw-r--r--translations/source/lo/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/lo/sw/source/core/layout.po6
-rw-r--r--translations/source/lo/sw/source/core/undo.po4
-rw-r--r--translations/source/lo/sw/source/core/unocore.po4
-rw-r--r--translations/source/lo/sw/source/ui/app.po28
-rw-r--r--translations/source/lo/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/lo/sw/source/ui/config.po69
-rw-r--r--translations/source/lo/sw/source/ui/dbui.po4
-rw-r--r--translations/source/lo/sw/source/ui/dialog.po8
-rw-r--r--translations/source/lo/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/lo/sw/source/ui/docvw.po4
-rw-r--r--translations/source/lo/sw/source/ui/envelp.po4
-rw-r--r--translations/source/lo/sw/source/ui/fldui.po4
-rw-r--r--translations/source/lo/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/lo/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/lo/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/lo/sw/source/ui/index.po4
-rw-r--r--translations/source/lo/sw/source/ui/lingu.po8
-rw-r--r--translations/source/lo/sw/source/ui/misc.po4
-rw-r--r--translations/source/lo/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/lo/sw/source/ui/shells.po4
-rw-r--r--translations/source/lo/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/lo/sw/source/ui/table.po44
-rw-r--r--translations/source/lo/sw/source/ui/uiview.po4
-rw-r--r--translations/source/lo/sw/source/ui/utlui.po194
-rw-r--r--translations/source/lo/sw/source/ui/web.po4
-rw-r--r--translations/source/lo/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/lo/swext/mediawiki/help.po72
-rw-r--r--translations/source/lo/swext/mediawiki/src.po6
-rw-r--r--translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/lo/sysui/desktop/share.po4
-rw-r--r--translations/source/lo/uui/source.po4
-rw-r--r--translations/source/lo/vcl/source/src.po94
-rw-r--r--translations/source/lo/wizards/source/euro.po4
-rw-r--r--translations/source/lo/wizards/source/formwizard.po4
-rw-r--r--translations/source/lo/wizards/source/importwizard.po4
-rw-r--r--translations/source/lo/wizards/source/schedule.po4
-rw-r--r--translations/source/lo/wizards/source/template.po4
-rw-r--r--translations/source/lo/xmlsecurity/source/component.po4
-rw-r--r--translations/source/lo/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/lt/accessibility/source/helper.po4
-rw-r--r--translations/source/lt/avmedia/source/framework.po4
-rw-r--r--translations/source/lt/avmedia/source/viewer.po4
-rw-r--r--translations/source/lt/basctl/source/basicide.po12
-rw-r--r--translations/source/lt/basctl/source/dlged.po4
-rw-r--r--translations/source/lt/basic/source/app.po4
-rw-r--r--translations/source/lt/basic/source/classes.po4
-rw-r--r--translations/source/lt/basic/source/sbx.po4
-rw-r--r--translations/source/lt/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/lt/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/lt/connectivity/source/resource.po4
-rw-r--r--translations/source/lt/crashrep/source/all.po4
-rw-r--r--translations/source/lt/cui/source/customize.po4
-rw-r--r--translations/source/lt/cui/source/dialogs.po12
-rw-r--r--translations/source/lt/cui/source/options.po43
-rw-r--r--translations/source/lt/cui/source/tabpages.po8
-rw-r--r--translations/source/lt/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/lt/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/lt/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/lt/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/lt/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/lt/desktop/source/app.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/lt/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/lt/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/lt/desktop/win32/source/setup.po4
-rw-r--r--translations/source/lt/dictionaries/af_ZA.po6
-rw-r--r--translations/source/lt/dictionaries/ar.po6
-rw-r--r--translations/source/lt/dictionaries/be_BY.po19
-rw-r--r--translations/source/lt/dictionaries/bg_BG.po6
-rw-r--r--translations/source/lt/dictionaries/bn_BD.po6
-rw-r--r--translations/source/lt/dictionaries/br_FR.po6
-rw-r--r--translations/source/lt/dictionaries/ca.po6
-rw-r--r--translations/source/lt/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/lt/dictionaries/da_DK.po6
-rw-r--r--translations/source/lt/dictionaries/de.po6
-rw-r--r--translations/source/lt/dictionaries/el_GR.po19
-rw-r--r--translations/source/lt/dictionaries/en.po6
-rw-r--r--translations/source/lt/dictionaries/es_ES.po6
-rw-r--r--translations/source/lt/dictionaries/et_EE.po6
-rw-r--r--translations/source/lt/dictionaries/fr_FR.po6
-rw-r--r--translations/source/lt/dictionaries/gd_GB.po19
-rw-r--r--translations/source/lt/dictionaries/gl.po6
-rw-r--r--translations/source/lt/dictionaries/gu_IN.po6
-rw-r--r--translations/source/lt/dictionaries/he_IL.po6
-rw-r--r--translations/source/lt/dictionaries/hi_IN.po6
-rw-r--r--translations/source/lt/dictionaries/hr_HR.po6
-rw-r--r--translations/source/lt/dictionaries/hu_HU.po6
-rw-r--r--translations/source/lt/dictionaries/it_IT.po6
-rw-r--r--translations/source/lt/dictionaries/ku_TR.po6
-rw-r--r--translations/source/lt/dictionaries/lt_LT.po6
-rw-r--r--translations/source/lt/dictionaries/lv_LV.po6
-rw-r--r--translations/source/lt/dictionaries/ne_NP.po6
-rw-r--r--translations/source/lt/dictionaries/nl_NL.po6
-rw-r--r--translations/source/lt/dictionaries/no.po6
-rw-r--r--translations/source/lt/dictionaries/oc_FR.po6
-rw-r--r--translations/source/lt/dictionaries/pl_PL.po6
-rw-r--r--translations/source/lt/dictionaries/pt_BR.po6
-rw-r--r--translations/source/lt/dictionaries/pt_PT.po6
-rw-r--r--translations/source/lt/dictionaries/ro.po6
-rw-r--r--translations/source/lt/dictionaries/ru_RU.po6
-rw-r--r--translations/source/lt/dictionaries/sk_SK.po6
-rw-r--r--translations/source/lt/dictionaries/sl_SI.po6
-rw-r--r--translations/source/lt/dictionaries/sr.po6
-rw-r--r--translations/source/lt/dictionaries/sv_SE.po6
-rw-r--r--translations/source/lt/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/lt/dictionaries/te_IN.po19
-rw-r--r--translations/source/lt/dictionaries/th_TH.po6
-rw-r--r--translations/source/lt/dictionaries/uk_UA.po6
-rw-r--r--translations/source/lt/dictionaries/vi.po6
-rw-r--r--translations/source/lt/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/lt/editeng/source/accessibility.po4
-rw-r--r--translations/source/lt/editeng/source/editeng.po4
-rw-r--r--translations/source/lt/editeng/source/items.po4
-rw-r--r--translations/source/lt/editeng/source/misc.po4
-rw-r--r--translations/source/lt/editeng/source/outliner.po4
-rw-r--r--translations/source/lt/extensions/source/abpilot.po4
-rw-r--r--translations/source/lt/extensions/source/bibliography.po4
-rw-r--r--translations/source/lt/extensions/source/dbpilots.po4
-rw-r--r--translations/source/lt/extensions/source/propctrlr.po4
-rw-r--r--translations/source/lt/extensions/source/scanner.po8
-rw-r--r--translations/source/lt/extensions/source/update/check.po4
-rw-r--r--translations/source/lt/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/lt/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/lt/filter/source/flash.po4
-rw-r--r--translations/source/lt/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/lt/filter/source/pdf.po4
-rw-r--r--translations/source/lt/filter/source/t602.po4
-rw-r--r--translations/source/lt/filter/source/xsltdialog.po8
-rw-r--r--translations/source/lt/forms/source/resource.po4
-rw-r--r--translations/source/lt/formula/source/core/resource.po4
-rw-r--r--translations/source/lt/formula/source/ui/dlg.po4
-rw-r--r--translations/source/lt/fpicker/source/office.po4
-rw-r--r--translations/source/lt/framework/source/classes.po4
-rw-r--r--translations/source/lt/framework/source/services.po4
-rw-r--r--translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/lt/mysqlc/source.po12
-rw-r--r--translations/source/lt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/lt/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/lt/padmin/source.po4
-rw-r--r--translations/source/lt/readlicense_oo/docs/readme.po13
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/lt/reportbuilder/util.po8
-rw-r--r--translations/source/lt/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/lt/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/lt/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/lt/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/lt/sc/source/core/src.po4
-rw-r--r--translations/source/lt/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/lt/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/lt/sc/source/ui/docshell.po4
-rw-r--r--translations/source/lt/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/lt/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/lt/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/lt/sc/source/ui/navipi.po11
-rw-r--r--translations/source/lt/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/lt/sc/source/ui/src.po270
-rw-r--r--translations/source/lt/sc/source/ui/styleui.po4
-rw-r--r--translations/source/lt/scaddins/source/analysis.po4
-rw-r--r--translations/source/lt/scaddins/source/datefunc.po4
-rw-r--r--translations/source/lt/sccomp/source/solver.po4
-rw-r--r--translations/source/lt/scp2/source/accessories.po4
-rw-r--r--translations/source/lt/scp2/source/activex.po4
-rw-r--r--translations/source/lt/scp2/source/base.po4
-rw-r--r--translations/source/lt/scp2/source/binfilter.po4
-rw-r--r--translations/source/lt/scp2/source/calc.po4
-rw-r--r--translations/source/lt/scp2/source/draw.po4
-rw-r--r--translations/source/lt/scp2/source/extensions.po4
-rw-r--r--translations/source/lt/scp2/source/gnome.po4
-rw-r--r--translations/source/lt/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/lt/scp2/source/impress.po4
-rw-r--r--translations/source/lt/scp2/source/javafilter.po4
-rw-r--r--translations/source/lt/scp2/source/kde.po4
-rw-r--r--translations/source/lt/scp2/source/math.po4
-rw-r--r--translations/source/lt/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/lt/scp2/source/ooo.po669
-rw-r--r--translations/source/lt/scp2/source/python.po8
-rw-r--r--translations/source/lt/scp2/source/quickstart.po4
-rw-r--r--translations/source/lt/scp2/source/sdkoo.po4
-rw-r--r--translations/source/lt/scp2/source/testtool.po4
-rw-r--r--translations/source/lt/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/lt/scp2/source/writer.po4
-rw-r--r--translations/source/lt/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/lt/scripting/source/pyprov.po10
-rw-r--r--translations/source/lt/sd/source/core.po4
-rw-r--r--translations/source/lt/sd/source/filter/html.po4
-rw-r--r--translations/source/lt/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/lt/sd/source/ui/animations.po4
-rw-r--r--translations/source/lt/sd/source/ui/annotations.po4
-rw-r--r--translations/source/lt/sd/source/ui/app.po4
-rw-r--r--translations/source/lt/sd/source/ui/dlg.po4
-rw-r--r--translations/source/lt/sd/source/ui/notes.po4
-rw-r--r--translations/source/lt/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/lt/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/lt/sd/source/ui/table.po4
-rw-r--r--translations/source/lt/sd/source/ui/view.po4
-rw-r--r--translations/source/lt/sdext/source/minimizer.po6
-rw-r--r--translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/lt/sdext/source/pdfimport.po16
-rw-r--r--translations/source/lt/sdext/source/presenter.po6
-rw-r--r--translations/source/lt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/lt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/lt/setup_native/source/mac.po4
-rw-r--r--translations/source/lt/sfx2/source/appl.po4
-rw-r--r--translations/source/lt/sfx2/source/bastyp.po4
-rw-r--r--translations/source/lt/sfx2/source/dialog.po4
-rw-r--r--translations/source/lt/sfx2/source/doc.po4
-rw-r--r--translations/source/lt/sfx2/source/menu.po4
-rw-r--r--translations/source/lt/sfx2/source/view.po4
-rw-r--r--translations/source/lt/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/lt/starmath/source.po36
-rw-r--r--translations/source/lt/svl/source/items.po4
-rw-r--r--translations/source/lt/svl/source/misc.po165
-rw-r--r--translations/source/lt/svtools/source/contnr.po4
-rw-r--r--translations/source/lt/svtools/source/control.po4
-rw-r--r--translations/source/lt/svtools/source/dialogs.po4
-rw-r--r--translations/source/lt/svtools/source/filter.po4
-rw-r--r--translations/source/lt/svtools/source/java.po4
-rw-r--r--translations/source/lt/svtools/source/misc.po8
-rw-r--r--translations/source/lt/svtools/source/plugapp.po4
-rw-r--r--translations/source/lt/svtools/source/toolpanel.po4
-rw-r--r--translations/source/lt/svtools/workben/unodialog.po4
-rw-r--r--translations/source/lt/svx/inc.po4
-rw-r--r--translations/source/lt/svx/source/accessibility.po4
-rw-r--r--translations/source/lt/svx/source/dialog.po43
-rw-r--r--translations/source/lt/svx/source/engine3d.po4
-rw-r--r--translations/source/lt/svx/source/fmcomp.po4
-rw-r--r--translations/source/lt/svx/source/form.po4
-rw-r--r--translations/source/lt/svx/source/gallery2.po4
-rw-r--r--translations/source/lt/svx/source/items.po4
-rw-r--r--translations/source/lt/svx/source/src.po4
-rw-r--r--translations/source/lt/svx/source/stbctrls.po4
-rw-r--r--translations/source/lt/svx/source/svdraw.po4
-rw-r--r--translations/source/lt/svx/source/table.po4
-rw-r--r--translations/source/lt/svx/source/tbxctrls.po4
-rw-r--r--translations/source/lt/svx/source/toolbars.po4
-rw-r--r--translations/source/lt/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/lt/sw/source/core/layout.po14
-rw-r--r--translations/source/lt/sw/source/core/undo.po13
-rw-r--r--translations/source/lt/sw/source/core/unocore.po4
-rw-r--r--translations/source/lt/sw/source/ui/app.po53
-rw-r--r--translations/source/lt/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/lt/sw/source/ui/config.po56
-rw-r--r--translations/source/lt/sw/source/ui/dbui.po4
-rw-r--r--translations/source/lt/sw/source/ui/dialog.po8
-rw-r--r--translations/source/lt/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/lt/sw/source/ui/docvw.po18
-rw-r--r--translations/source/lt/sw/source/ui/envelp.po4
-rw-r--r--translations/source/lt/sw/source/ui/fldui.po4
-rw-r--r--translations/source/lt/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/lt/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/lt/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/lt/sw/source/ui/index.po4
-rw-r--r--translations/source/lt/sw/source/ui/lingu.po8
-rw-r--r--translations/source/lt/sw/source/ui/misc.po4
-rw-r--r--translations/source/lt/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/lt/sw/source/ui/shells.po4
-rw-r--r--translations/source/lt/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/lt/sw/source/ui/table.po46
-rw-r--r--translations/source/lt/sw/source/ui/uiview.po4
-rw-r--r--translations/source/lt/sw/source/ui/utlui.po202
-rw-r--r--translations/source/lt/sw/source/ui/web.po4
-rw-r--r--translations/source/lt/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/lt/swext/mediawiki/help.po72
-rw-r--r--translations/source/lt/swext/mediawiki/src.po6
-rw-r--r--translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/lt/sysui/desktop/share.po4
-rw-r--r--translations/source/lt/uui/source.po4
-rw-r--r--translations/source/lt/vcl/source/src.po82
-rw-r--r--translations/source/lt/wizards/source/euro.po4
-rw-r--r--translations/source/lt/wizards/source/formwizard.po4
-rw-r--r--translations/source/lt/wizards/source/importwizard.po4
-rw-r--r--translations/source/lt/wizards/source/schedule.po4
-rw-r--r--translations/source/lt/wizards/source/template.po4
-rw-r--r--translations/source/lt/xmlsecurity/source/component.po4
-rw-r--r--translations/source/lt/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/lv/accessibility/source/helper.po4
-rw-r--r--translations/source/lv/avmedia/source/framework.po4
-rw-r--r--translations/source/lv/avmedia/source/viewer.po4
-rw-r--r--translations/source/lv/basctl/source/basicide.po28
-rw-r--r--translations/source/lv/basctl/source/dlged.po4
-rw-r--r--translations/source/lv/basic/source/app.po16
-rw-r--r--translations/source/lv/basic/source/classes.po4
-rw-r--r--translations/source/lv/basic/source/sbx.po4
-rw-r--r--translations/source/lv/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/lv/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/lv/connectivity/source/resource.po9
-rw-r--r--translations/source/lv/crashrep/source/all.po4
-rw-r--r--translations/source/lv/cui/source/customize.po12
-rw-r--r--translations/source/lv/cui/source/dialogs.po80
-rw-r--r--translations/source/lv/cui/source/options.po76
-rw-r--r--translations/source/lv/cui/source/tabpages.po74
-rw-r--r--translations/source/lv/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/lv/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/lv/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/lv/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/lv/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/lv/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/misc.po8
-rw-r--r--translations/source/lv/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/lv/desktop/source/app.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/gui.po18
-rw-r--r--translations/source/lv/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/lv/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/lv/desktop/win32/source/setup.po4
-rw-r--r--translations/source/lv/dictionaries/af_ZA.po14
-rw-r--r--translations/source/lv/dictionaries/ar.po14
-rw-r--r--translations/source/lv/dictionaries/be_BY.po19
-rw-r--r--translations/source/lv/dictionaries/bg_BG.po14
-rw-r--r--translations/source/lv/dictionaries/bn_BD.po14
-rw-r--r--translations/source/lv/dictionaries/br_FR.po14
-rw-r--r--translations/source/lv/dictionaries/ca.po14
-rw-r--r--translations/source/lv/dictionaries/cs_CZ.po14
-rw-r--r--translations/source/lv/dictionaries/da_DK.po14
-rw-r--r--translations/source/lv/dictionaries/de.po14
-rw-r--r--translations/source/lv/dictionaries/el_GR.po19
-rw-r--r--translations/source/lv/dictionaries/en.po14
-rw-r--r--translations/source/lv/dictionaries/es_ES.po14
-rw-r--r--translations/source/lv/dictionaries/et_EE.po14
-rw-r--r--translations/source/lv/dictionaries/fr_FR.po14
-rw-r--r--translations/source/lv/dictionaries/gd_GB.po19
-rw-r--r--translations/source/lv/dictionaries/gl.po14
-rw-r--r--translations/source/lv/dictionaries/gu_IN.po14
-rw-r--r--translations/source/lv/dictionaries/he_IL.po14
-rw-r--r--translations/source/lv/dictionaries/hi_IN.po14
-rw-r--r--translations/source/lv/dictionaries/hr_HR.po14
-rw-r--r--translations/source/lv/dictionaries/hu_HU.po14
-rw-r--r--translations/source/lv/dictionaries/it_IT.po14
-rw-r--r--translations/source/lv/dictionaries/ku_TR.po14
-rw-r--r--translations/source/lv/dictionaries/lt_LT.po14
-rw-r--r--translations/source/lv/dictionaries/lv_LV.po14
-rw-r--r--translations/source/lv/dictionaries/ne_NP.po14
-rw-r--r--translations/source/lv/dictionaries/nl_NL.po14
-rw-r--r--translations/source/lv/dictionaries/no.po14
-rw-r--r--translations/source/lv/dictionaries/oc_FR.po14
-rw-r--r--translations/source/lv/dictionaries/pl_PL.po14
-rw-r--r--translations/source/lv/dictionaries/pt_BR.po14
-rw-r--r--translations/source/lv/dictionaries/pt_PT.po14
-rw-r--r--translations/source/lv/dictionaries/ro.po14
-rw-r--r--translations/source/lv/dictionaries/ru_RU.po14
-rw-r--r--translations/source/lv/dictionaries/sk_SK.po14
-rw-r--r--translations/source/lv/dictionaries/sl_SI.po14
-rw-r--r--translations/source/lv/dictionaries/sr.po14
-rw-r--r--translations/source/lv/dictionaries/sv_SE.po14
-rw-r--r--translations/source/lv/dictionaries/sw_TZ.po14
-rw-r--r--translations/source/lv/dictionaries/te_IN.po19
-rw-r--r--translations/source/lv/dictionaries/th_TH.po14
-rw-r--r--translations/source/lv/dictionaries/uk_UA.po14
-rw-r--r--translations/source/lv/dictionaries/vi.po14
-rw-r--r--translations/source/lv/dictionaries/zu_ZA.po14
-rw-r--r--translations/source/lv/editeng/source/accessibility.po4
-rw-r--r--translations/source/lv/editeng/source/editeng.po10
-rw-r--r--translations/source/lv/editeng/source/items.po26
-rw-r--r--translations/source/lv/editeng/source/misc.po4
-rw-r--r--translations/source/lv/editeng/source/outliner.po4
-rw-r--r--translations/source/lv/extensions/source/abpilot.po12
-rw-r--r--translations/source/lv/extensions/source/bibliography.po4
-rw-r--r--translations/source/lv/extensions/source/dbpilots.po4
-rw-r--r--translations/source/lv/extensions/source/propctrlr.po12
-rw-r--r--translations/source/lv/extensions/source/scanner.po8
-rw-r--r--translations/source/lv/extensions/source/update/check.po9
-rw-r--r--translations/source/lv/filter/source/config/fragments/filters.po92
-rw-r--r--translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/lv/filter/source/config/fragments/types.po30
-rw-r--r--translations/source/lv/filter/source/flash.po4
-rw-r--r--translations/source/lv/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/lv/filter/source/pdf.po12
-rw-r--r--translations/source/lv/filter/source/t602.po4
-rw-r--r--translations/source/lv/filter/source/xsltdialog.po17
-rw-r--r--translations/source/lv/forms/source/resource.po4
-rw-r--r--translations/source/lv/formula/source/core/resource.po24
-rw-r--r--translations/source/lv/formula/source/ui/dlg.po4
-rw-r--r--translations/source/lv/fpicker/source/office.po16
-rw-r--r--translations/source/lv/framework/source/classes.po4
-rw-r--r--translations/source/lv/framework/source/services.po10
-rw-r--r--translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po35
-rw-r--r--translations/source/lv/mysqlc/source.po14
-rw-r--r--translations/source/lv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/lv/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--translations/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po121
-rw-r--r--translations/source/lv/padmin/source.po18
-rw-r--r--translations/source/lv/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/Office.po22
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/lv/reportbuilder/util.po16
-rw-r--r--translations/source/lv/reportdesign/source/core/resource.po26
-rw-r--r--translations/source/lv/reportdesign/source/ui/dlg.po32
-rw-r--r--translations/source/lv/reportdesign/source/ui/inspection.po24
-rw-r--r--translations/source/lv/reportdesign/source/ui/report.po58
-rw-r--r--translations/source/lv/sc/source/core/src.po4
-rw-r--r--translations/source/lv/sc/source/ui/cctrl.po18
-rw-r--r--translations/source/lv/sc/source/ui/dbgui.po20
-rw-r--r--translations/source/lv/sc/source/ui/docshell.po4
-rw-r--r--translations/source/lv/sc/source/ui/drawfunc.po8
-rw-r--r--translations/source/lv/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/lv/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/lv/sc/source/ui/navipi.po11
-rw-r--r--translations/source/lv/sc/source/ui/pagedlg.po30
-rw-r--r--translations/source/lv/sc/source/ui/src.po400
-rw-r--r--translations/source/lv/sc/source/ui/styleui.po12
-rw-r--r--translations/source/lv/scaddins/source/analysis.po4
-rw-r--r--translations/source/lv/scaddins/source/datefunc.po4
-rw-r--r--translations/source/lv/sccomp/source/solver.po4
-rw-r--r--translations/source/lv/scp2/source/accessories.po4
-rw-r--r--translations/source/lv/scp2/source/activex.po4
-rw-r--r--translations/source/lv/scp2/source/base.po4
-rw-r--r--translations/source/lv/scp2/source/binfilter.po8
-rw-r--r--translations/source/lv/scp2/source/calc.po20
-rw-r--r--translations/source/lv/scp2/source/draw.po10
-rw-r--r--translations/source/lv/scp2/source/extensions.po4
-rw-r--r--translations/source/lv/scp2/source/gnome.po4
-rw-r--r--translations/source/lv/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/lv/scp2/source/impress.po16
-rw-r--r--translations/source/lv/scp2/source/javafilter.po4
-rw-r--r--translations/source/lv/scp2/source/kde.po4
-rw-r--r--translations/source/lv/scp2/source/math.po4
-rw-r--r--translations/source/lv/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/lv/scp2/source/ooo.po1056
-rw-r--r--translations/source/lv/scp2/source/python.po8
-rw-r--r--translations/source/lv/scp2/source/quickstart.po4
-rw-r--r--translations/source/lv/scp2/source/sdkoo.po4
-rw-r--r--translations/source/lv/scp2/source/testtool.po4
-rw-r--r--translations/source/lv/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/lv/scp2/source/writer.po16
-rw-r--r--translations/source/lv/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/lv/scripting/source/pyprov.po16
-rw-r--r--translations/source/lv/sd/source/core.po10
-rw-r--r--translations/source/lv/sd/source/filter/html.po8
-rw-r--r--translations/source/lv/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/lv/sd/source/ui/animations.po8
-rw-r--r--translations/source/lv/sd/source/ui/annotations.po8
-rw-r--r--translations/source/lv/sd/source/ui/app.po55
-rw-r--r--translations/source/lv/sd/source/ui/dlg.po24
-rw-r--r--translations/source/lv/sd/source/ui/notes.po4
-rw-r--r--translations/source/lv/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/lv/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/lv/sd/source/ui/table.po4
-rw-r--r--translations/source/lv/sd/source/ui/view.po4
-rw-r--r--translations/source/lv/sdext/source/minimizer.po16
-rw-r--r--translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po28
-rw-r--r--translations/source/lv/sdext/source/pdfimport.po18
-rw-r--r--translations/source/lv/sdext/source/presenter.po16
-rw-r--r--translations/source/lv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/lv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/lv/setup_native/source/mac.po4
-rw-r--r--translations/source/lv/sfx2/source/appl.po10
-rw-r--r--translations/source/lv/sfx2/source/bastyp.po4
-rw-r--r--translations/source/lv/sfx2/source/dialog.po19
-rw-r--r--translations/source/lv/sfx2/source/doc.po72
-rw-r--r--translations/source/lv/sfx2/source/menu.po4
-rw-r--r--translations/source/lv/sfx2/source/view.po10
-rw-r--r--translations/source/lv/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/lv/starmath/source.po51
-rw-r--r--translations/source/lv/svl/source/items.po4
-rw-r--r--translations/source/lv/svl/source/misc.po171
-rw-r--r--translations/source/lv/svtools/source/contnr.po14
-rw-r--r--translations/source/lv/svtools/source/control.po14
-rw-r--r--translations/source/lv/svtools/source/dialogs.po10
-rw-r--r--translations/source/lv/svtools/source/filter.po4
-rw-r--r--translations/source/lv/svtools/source/java.po7
-rw-r--r--translations/source/lv/svtools/source/misc.po36
-rw-r--r--translations/source/lv/svtools/source/plugapp.po4
-rw-r--r--translations/source/lv/svtools/source/toolpanel.po4
-rw-r--r--translations/source/lv/svtools/workben/unodialog.po4
-rw-r--r--translations/source/lv/svx/inc.po20
-rw-r--r--translations/source/lv/svx/source/accessibility.po4
-rw-r--r--translations/source/lv/svx/source/dialog.po90
-rw-r--r--translations/source/lv/svx/source/engine3d.po4
-rw-r--r--translations/source/lv/svx/source/fmcomp.po8
-rw-r--r--translations/source/lv/svx/source/form.po30
-rw-r--r--translations/source/lv/svx/source/gallery2.po4
-rw-r--r--translations/source/lv/svx/source/items.po18
-rw-r--r--translations/source/lv/svx/source/src.po18
-rw-r--r--translations/source/lv/svx/source/stbctrls.po4
-rw-r--r--translations/source/lv/svx/source/svdraw.po20
-rw-r--r--translations/source/lv/svx/source/table.po4
-rw-r--r--translations/source/lv/svx/source/tbxctrls.po10
-rw-r--r--translations/source/lv/svx/source/toolbars.po16
-rw-r--r--translations/source/lv/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/lv/sw/source/core/layout.po16
-rw-r--r--translations/source/lv/sw/source/core/undo.po21
-rw-r--r--translations/source/lv/sw/source/core/unocore.po4
-rw-r--r--translations/source/lv/sw/source/ui/app.po56
-rw-r--r--translations/source/lv/sw/source/ui/chrdlg.po18
-rw-r--r--translations/source/lv/sw/source/ui/config.po72
-rw-r--r--translations/source/lv/sw/source/ui/dbui.po18
-rw-r--r--translations/source/lv/sw/source/ui/dialog.po8
-rw-r--r--translations/source/lv/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/lv/sw/source/ui/docvw.po30
-rw-r--r--translations/source/lv/sw/source/ui/envelp.po8
-rw-r--r--translations/source/lv/sw/source/ui/fldui.po16
-rw-r--r--translations/source/lv/sw/source/ui/fmtui.po10
-rw-r--r--translations/source/lv/sw/source/ui/frmdlg.po14
-rw-r--r--translations/source/lv/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/lv/sw/source/ui/index.po8
-rw-r--r--translations/source/lv/sw/source/ui/lingu.po8
-rw-r--r--translations/source/lv/sw/source/ui/misc.po10
-rw-r--r--translations/source/lv/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/lv/sw/source/ui/shells.po10
-rw-r--r--translations/source/lv/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/lv/sw/source/ui/table.po46
-rw-r--r--translations/source/lv/sw/source/ui/uiview.po8
-rw-r--r--translations/source/lv/sw/source/ui/utlui.po235
-rw-r--r--translations/source/lv/sw/source/ui/web.po4
-rw-r--r--translations/source/lv/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/lv/swext/mediawiki/help.po99
-rw-r--r--translations/source/lv/swext/mediawiki/src.po12
-rw-r--r--translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--translations/source/lv/sysui/desktop/share.po41
-rw-r--r--translations/source/lv/uui/source.po12
-rw-r--r--translations/source/lv/vcl/source/src.po84
-rw-r--r--translations/source/lv/wizards/source/euro.po14
-rw-r--r--translations/source/lv/wizards/source/formwizard.po108
-rw-r--r--translations/source/lv/wizards/source/importwizard.po62
-rw-r--r--translations/source/lv/wizards/source/schedule.po4
-rw-r--r--translations/source/lv/wizards/source/template.po12
-rw-r--r--translations/source/lv/xmlsecurity/source/component.po4
-rw-r--r--translations/source/lv/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mai/accessibility/source/helper.po4
-rw-r--r--translations/source/mai/avmedia/source/framework.po4
-rw-r--r--translations/source/mai/avmedia/source/viewer.po4
-rw-r--r--translations/source/mai/basctl/source/basicide.po12
-rw-r--r--translations/source/mai/basctl/source/dlged.po4
-rw-r--r--translations/source/mai/basic/source/app.po4
-rw-r--r--translations/source/mai/basic/source/classes.po4
-rw-r--r--translations/source/mai/basic/source/sbx.po4
-rw-r--r--translations/source/mai/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/mai/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/mai/connectivity/source/resource.po4
-rw-r--r--translations/source/mai/crashrep/source/all.po4
-rw-r--r--translations/source/mai/cui/source/customize.po4
-rw-r--r--translations/source/mai/cui/source/dialogs.po12
-rw-r--r--translations/source/mai/cui/source/options.po42
-rw-r--r--translations/source/mai/cui/source/tabpages.po8
-rw-r--r--translations/source/mai/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/mai/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/mai/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/mai/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/mai/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/mai/desktop/source/app.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/misc.po25
-rw-r--r--translations/source/mai/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/mai/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/mai/desktop/win32/source/setup.po4
-rw-r--r--translations/source/mai/dictionaries/af_ZA.po6
-rw-r--r--translations/source/mai/dictionaries/ar.po6
-rw-r--r--translations/source/mai/dictionaries/be_BY.po19
-rw-r--r--translations/source/mai/dictionaries/bg_BG.po6
-rw-r--r--translations/source/mai/dictionaries/bn_BD.po6
-rw-r--r--translations/source/mai/dictionaries/br_FR.po6
-rw-r--r--translations/source/mai/dictionaries/ca.po6
-rw-r--r--translations/source/mai/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/mai/dictionaries/da_DK.po6
-rw-r--r--translations/source/mai/dictionaries/de.po6
-rw-r--r--translations/source/mai/dictionaries/el_GR.po19
-rw-r--r--translations/source/mai/dictionaries/en.po6
-rw-r--r--translations/source/mai/dictionaries/es_ES.po6
-rw-r--r--translations/source/mai/dictionaries/et_EE.po6
-rw-r--r--translations/source/mai/dictionaries/fr_FR.po6
-rw-r--r--translations/source/mai/dictionaries/gd_GB.po19
-rw-r--r--translations/source/mai/dictionaries/gl.po6
-rw-r--r--translations/source/mai/dictionaries/gu_IN.po6
-rw-r--r--translations/source/mai/dictionaries/he_IL.po6
-rw-r--r--translations/source/mai/dictionaries/hi_IN.po6
-rw-r--r--translations/source/mai/dictionaries/hr_HR.po6
-rw-r--r--translations/source/mai/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mai/dictionaries/it_IT.po6
-rw-r--r--translations/source/mai/dictionaries/ku_TR.po6
-rw-r--r--translations/source/mai/dictionaries/lt_LT.po6
-rw-r--r--translations/source/mai/dictionaries/lv_LV.po6
-rw-r--r--translations/source/mai/dictionaries/ne_NP.po6
-rw-r--r--translations/source/mai/dictionaries/nl_NL.po6
-rw-r--r--translations/source/mai/dictionaries/no.po6
-rw-r--r--translations/source/mai/dictionaries/oc_FR.po6
-rw-r--r--translations/source/mai/dictionaries/pl_PL.po6
-rw-r--r--translations/source/mai/dictionaries/pt_BR.po6
-rw-r--r--translations/source/mai/dictionaries/pt_PT.po6
-rw-r--r--translations/source/mai/dictionaries/ro.po6
-rw-r--r--translations/source/mai/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mai/dictionaries/sk_SK.po6
-rw-r--r--translations/source/mai/dictionaries/sl_SI.po6
-rw-r--r--translations/source/mai/dictionaries/sr.po6
-rw-r--r--translations/source/mai/dictionaries/sv_SE.po6
-rw-r--r--translations/source/mai/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mai/dictionaries/te_IN.po19
-rw-r--r--translations/source/mai/dictionaries/th_TH.po6
-rw-r--r--translations/source/mai/dictionaries/uk_UA.po6
-rw-r--r--translations/source/mai/dictionaries/vi.po6
-rw-r--r--translations/source/mai/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/mai/editeng/source/accessibility.po4
-rw-r--r--translations/source/mai/editeng/source/editeng.po4
-rw-r--r--translations/source/mai/editeng/source/items.po4
-rw-r--r--translations/source/mai/editeng/source/misc.po4
-rw-r--r--translations/source/mai/editeng/source/outliner.po4
-rw-r--r--translations/source/mai/extensions/source/abpilot.po4
-rw-r--r--translations/source/mai/extensions/source/bibliography.po4
-rw-r--r--translations/source/mai/extensions/source/dbpilots.po4
-rw-r--r--translations/source/mai/extensions/source/propctrlr.po4
-rw-r--r--translations/source/mai/extensions/source/scanner.po8
-rw-r--r--translations/source/mai/extensions/source/update/check.po4
-rw-r--r--translations/source/mai/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/mai/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/mai/filter/source/flash.po4
-rw-r--r--translations/source/mai/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/mai/filter/source/pdf.po4
-rw-r--r--translations/source/mai/filter/source/t602.po4
-rw-r--r--translations/source/mai/filter/source/xsltdialog.po8
-rw-r--r--translations/source/mai/forms/source/resource.po4
-rw-r--r--translations/source/mai/formula/source/core/resource.po4
-rw-r--r--translations/source/mai/formula/source/ui/dlg.po4
-rw-r--r--translations/source/mai/fpicker/source/office.po4
-rw-r--r--translations/source/mai/framework/source/classes.po4
-rw-r--r--translations/source/mai/framework/source/services.po4
-rw-r--r--translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/mai/mysqlc/source.po12
-rw-r--r--translations/source/mai/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/mai/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/mai/padmin/source.po4
-rw-r--r--translations/source/mai/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/mai/reportbuilder/util.po8
-rw-r--r--translations/source/mai/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/mai/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/mai/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/mai/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/mai/sc/source/core/src.po4
-rw-r--r--translations/source/mai/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/mai/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/mai/sc/source/ui/docshell.po4
-rw-r--r--translations/source/mai/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/mai/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/mai/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mai/sc/source/ui/navipi.po11
-rw-r--r--translations/source/mai/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/mai/sc/source/ui/src.po265
-rw-r--r--translations/source/mai/sc/source/ui/styleui.po4
-rw-r--r--translations/source/mai/scaddins/source/analysis.po4
-rw-r--r--translations/source/mai/scaddins/source/datefunc.po4
-rw-r--r--translations/source/mai/sccomp/source/solver.po4
-rw-r--r--translations/source/mai/scp2/source/accessories.po4
-rw-r--r--translations/source/mai/scp2/source/activex.po4
-rw-r--r--translations/source/mai/scp2/source/base.po4
-rw-r--r--translations/source/mai/scp2/source/binfilter.po4
-rw-r--r--translations/source/mai/scp2/source/calc.po4
-rw-r--r--translations/source/mai/scp2/source/draw.po4
-rw-r--r--translations/source/mai/scp2/source/extensions.po4
-rw-r--r--translations/source/mai/scp2/source/gnome.po4
-rw-r--r--translations/source/mai/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/mai/scp2/source/impress.po4
-rw-r--r--translations/source/mai/scp2/source/javafilter.po4
-rw-r--r--translations/source/mai/scp2/source/kde.po4
-rw-r--r--translations/source/mai/scp2/source/math.po4
-rw-r--r--translations/source/mai/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/mai/scp2/source/ooo.po678
-rw-r--r--translations/source/mai/scp2/source/python.po8
-rw-r--r--translations/source/mai/scp2/source/quickstart.po4
-rw-r--r--translations/source/mai/scp2/source/sdkoo.po4
-rw-r--r--translations/source/mai/scp2/source/testtool.po4
-rw-r--r--translations/source/mai/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/mai/scp2/source/writer.po4
-rw-r--r--translations/source/mai/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/mai/scripting/source/pyprov.po10
-rw-r--r--translations/source/mai/sd/source/core.po4
-rw-r--r--translations/source/mai/sd/source/filter/html.po4
-rw-r--r--translations/source/mai/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/mai/sd/source/ui/animations.po4
-rw-r--r--translations/source/mai/sd/source/ui/annotations.po4
-rw-r--r--translations/source/mai/sd/source/ui/app.po4
-rw-r--r--translations/source/mai/sd/source/ui/dlg.po4
-rw-r--r--translations/source/mai/sd/source/ui/notes.po4
-rw-r--r--translations/source/mai/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/mai/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/mai/sd/source/ui/table.po4
-rw-r--r--translations/source/mai/sd/source/ui/view.po4
-rw-r--r--translations/source/mai/sdext/source/minimizer.po6
-rw-r--r--translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/mai/sdext/source/pdfimport.po15
-rw-r--r--translations/source/mai/sdext/source/presenter.po6
-rw-r--r--translations/source/mai/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/mai/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/mai/setup_native/source/mac.po4
-rw-r--r--translations/source/mai/sfx2/source/appl.po4
-rw-r--r--translations/source/mai/sfx2/source/bastyp.po4
-rw-r--r--translations/source/mai/sfx2/source/dialog.po4
-rw-r--r--translations/source/mai/sfx2/source/doc.po4
-rw-r--r--translations/source/mai/sfx2/source/menu.po4
-rw-r--r--translations/source/mai/sfx2/source/view.po4
-rw-r--r--translations/source/mai/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/mai/starmath/source.po36
-rw-r--r--translations/source/mai/svl/source/items.po4
-rw-r--r--translations/source/mai/svl/source/misc.po164
-rw-r--r--translations/source/mai/svtools/source/contnr.po4
-rw-r--r--translations/source/mai/svtools/source/control.po4
-rw-r--r--translations/source/mai/svtools/source/dialogs.po4
-rw-r--r--translations/source/mai/svtools/source/filter.po4
-rw-r--r--translations/source/mai/svtools/source/java.po4
-rw-r--r--translations/source/mai/svtools/source/misc.po8
-rw-r--r--translations/source/mai/svtools/source/plugapp.po4
-rw-r--r--translations/source/mai/svtools/source/toolpanel.po4
-rw-r--r--translations/source/mai/svtools/workben/unodialog.po4
-rw-r--r--translations/source/mai/svx/inc.po4
-rw-r--r--translations/source/mai/svx/source/accessibility.po4
-rw-r--r--translations/source/mai/svx/source/dialog.po44
-rw-r--r--translations/source/mai/svx/source/engine3d.po4
-rw-r--r--translations/source/mai/svx/source/fmcomp.po4
-rw-r--r--translations/source/mai/svx/source/form.po4
-rw-r--r--translations/source/mai/svx/source/gallery2.po4
-rw-r--r--translations/source/mai/svx/source/items.po4
-rw-r--r--translations/source/mai/svx/source/src.po4
-rw-r--r--translations/source/mai/svx/source/stbctrls.po4
-rw-r--r--translations/source/mai/svx/source/svdraw.po4
-rw-r--r--translations/source/mai/svx/source/table.po4
-rw-r--r--translations/source/mai/svx/source/tbxctrls.po4
-rw-r--r--translations/source/mai/svx/source/toolbars.po4
-rw-r--r--translations/source/mai/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/mai/sw/source/core/layout.po6
-rw-r--r--translations/source/mai/sw/source/core/undo.po4
-rw-r--r--translations/source/mai/sw/source/core/unocore.po4
-rw-r--r--translations/source/mai/sw/source/ui/app.po28
-rw-r--r--translations/source/mai/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/mai/sw/source/ui/config.po56
-rw-r--r--translations/source/mai/sw/source/ui/dbui.po4
-rw-r--r--translations/source/mai/sw/source/ui/dialog.po8
-rw-r--r--translations/source/mai/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/mai/sw/source/ui/docvw.po4
-rw-r--r--translations/source/mai/sw/source/ui/envelp.po4
-rw-r--r--translations/source/mai/sw/source/ui/fldui.po4
-rw-r--r--translations/source/mai/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/mai/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/mai/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/mai/sw/source/ui/index.po4
-rw-r--r--translations/source/mai/sw/source/ui/lingu.po8
-rw-r--r--translations/source/mai/sw/source/ui/misc.po4
-rw-r--r--translations/source/mai/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/mai/sw/source/ui/shells.po4
-rw-r--r--translations/source/mai/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/mai/sw/source/ui/table.po48
-rw-r--r--translations/source/mai/sw/source/ui/uiview.po4
-rw-r--r--translations/source/mai/sw/source/ui/utlui.po194
-rw-r--r--translations/source/mai/sw/source/ui/web.po4
-rw-r--r--translations/source/mai/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/mai/swext/mediawiki/help.po72
-rw-r--r--translations/source/mai/swext/mediawiki/src.po6
-rw-r--r--translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/mai/sysui/desktop/share.po4
-rw-r--r--translations/source/mai/uui/source.po4
-rw-r--r--translations/source/mai/vcl/source/src.po84
-rw-r--r--translations/source/mai/wizards/source/euro.po4
-rw-r--r--translations/source/mai/wizards/source/formwizard.po4
-rw-r--r--translations/source/mai/wizards/source/importwizard.po4
-rw-r--r--translations/source/mai/wizards/source/schedule.po4
-rw-r--r--translations/source/mai/wizards/source/template.po4
-rw-r--r--translations/source/mai/xmlsecurity/source/component.po4
-rw-r--r--translations/source/mai/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mk/accessibility/source/helper.po4
-rw-r--r--translations/source/mk/avmedia/source/framework.po4
-rw-r--r--translations/source/mk/avmedia/source/viewer.po4
-rw-r--r--translations/source/mk/basctl/source/basicide.po12
-rw-r--r--translations/source/mk/basctl/source/dlged.po4
-rw-r--r--translations/source/mk/basic/source/app.po4
-rw-r--r--translations/source/mk/basic/source/classes.po4
-rw-r--r--translations/source/mk/basic/source/sbx.po4
-rw-r--r--translations/source/mk/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/mk/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/mk/connectivity/source/resource.po4
-rw-r--r--translations/source/mk/crashrep/source/all.po4
-rw-r--r--translations/source/mk/cui/source/customize.po4
-rw-r--r--translations/source/mk/cui/source/dialogs.po12
-rw-r--r--translations/source/mk/cui/source/options.po39
-rw-r--r--translations/source/mk/cui/source/tabpages.po8
-rw-r--r--translations/source/mk/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/mk/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/mk/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/mk/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/mk/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/mk/desktop/source/app.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/mk/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/mk/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/mk/desktop/win32/source/setup.po4
-rw-r--r--translations/source/mk/dictionaries/af_ZA.po6
-rw-r--r--translations/source/mk/dictionaries/ar.po6
-rw-r--r--translations/source/mk/dictionaries/be_BY.po19
-rw-r--r--translations/source/mk/dictionaries/bg_BG.po6
-rw-r--r--translations/source/mk/dictionaries/bn_BD.po6
-rw-r--r--translations/source/mk/dictionaries/br_FR.po6
-rw-r--r--translations/source/mk/dictionaries/ca.po6
-rw-r--r--translations/source/mk/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/mk/dictionaries/da_DK.po6
-rw-r--r--translations/source/mk/dictionaries/de.po6
-rw-r--r--translations/source/mk/dictionaries/el_GR.po19
-rw-r--r--translations/source/mk/dictionaries/en.po6
-rw-r--r--translations/source/mk/dictionaries/es_ES.po6
-rw-r--r--translations/source/mk/dictionaries/et_EE.po6
-rw-r--r--translations/source/mk/dictionaries/fr_FR.po6
-rw-r--r--translations/source/mk/dictionaries/gd_GB.po19
-rw-r--r--translations/source/mk/dictionaries/gl.po6
-rw-r--r--translations/source/mk/dictionaries/gu_IN.po6
-rw-r--r--translations/source/mk/dictionaries/he_IL.po6
-rw-r--r--translations/source/mk/dictionaries/hi_IN.po6
-rw-r--r--translations/source/mk/dictionaries/hr_HR.po6
-rw-r--r--translations/source/mk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mk/dictionaries/it_IT.po6
-rw-r--r--translations/source/mk/dictionaries/ku_TR.po6
-rw-r--r--translations/source/mk/dictionaries/lt_LT.po6
-rw-r--r--translations/source/mk/dictionaries/lv_LV.po6
-rw-r--r--translations/source/mk/dictionaries/ne_NP.po6
-rw-r--r--translations/source/mk/dictionaries/nl_NL.po6
-rw-r--r--translations/source/mk/dictionaries/no.po6
-rw-r--r--translations/source/mk/dictionaries/oc_FR.po6
-rw-r--r--translations/source/mk/dictionaries/pl_PL.po6
-rw-r--r--translations/source/mk/dictionaries/pt_BR.po6
-rw-r--r--translations/source/mk/dictionaries/pt_PT.po6
-rw-r--r--translations/source/mk/dictionaries/ro.po6
-rw-r--r--translations/source/mk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mk/dictionaries/sk_SK.po6
-rw-r--r--translations/source/mk/dictionaries/sl_SI.po6
-rw-r--r--translations/source/mk/dictionaries/sr.po6
-rw-r--r--translations/source/mk/dictionaries/sv_SE.po6
-rw-r--r--translations/source/mk/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mk/dictionaries/te_IN.po19
-rw-r--r--translations/source/mk/dictionaries/th_TH.po6
-rw-r--r--translations/source/mk/dictionaries/uk_UA.po6
-rw-r--r--translations/source/mk/dictionaries/vi.po6
-rw-r--r--translations/source/mk/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/mk/editeng/source/accessibility.po4
-rw-r--r--translations/source/mk/editeng/source/editeng.po4
-rw-r--r--translations/source/mk/editeng/source/items.po4
-rw-r--r--translations/source/mk/editeng/source/misc.po4
-rw-r--r--translations/source/mk/editeng/source/outliner.po4
-rw-r--r--translations/source/mk/extensions/source/abpilot.po4
-rw-r--r--translations/source/mk/extensions/source/bibliography.po4
-rw-r--r--translations/source/mk/extensions/source/dbpilots.po4
-rw-r--r--translations/source/mk/extensions/source/propctrlr.po4
-rw-r--r--translations/source/mk/extensions/source/scanner.po8
-rw-r--r--translations/source/mk/extensions/source/update/check.po4
-rw-r--r--translations/source/mk/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/mk/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/mk/filter/source/flash.po4
-rw-r--r--translations/source/mk/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/mk/filter/source/pdf.po4
-rw-r--r--translations/source/mk/filter/source/t602.po4
-rw-r--r--translations/source/mk/filter/source/xsltdialog.po8
-rw-r--r--translations/source/mk/forms/source/resource.po4
-rw-r--r--translations/source/mk/formula/source/core/resource.po4
-rw-r--r--translations/source/mk/formula/source/ui/dlg.po4
-rw-r--r--translations/source/mk/fpicker/source/office.po4
-rw-r--r--translations/source/mk/framework/source/classes.po4
-rw-r--r--translations/source/mk/framework/source/services.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/01.po84
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/guide.po54
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/guide.po27
-rw-r--r--translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/mk/mysqlc/source.po12
-rw-r--r--translations/source/mk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/mk/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/mk/padmin/source.po4
-rw-r--r--translations/source/mk/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/mk/reportbuilder/util.po8
-rw-r--r--translations/source/mk/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/mk/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/mk/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/mk/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/mk/sc/source/core/src.po4
-rw-r--r--translations/source/mk/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/mk/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/mk/sc/source/ui/docshell.po4
-rw-r--r--translations/source/mk/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/mk/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/mk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mk/sc/source/ui/navipi.po9
-rw-r--r--translations/source/mk/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/mk/sc/source/ui/src.po268
-rw-r--r--translations/source/mk/sc/source/ui/styleui.po4
-rw-r--r--translations/source/mk/scaddins/source/analysis.po4
-rw-r--r--translations/source/mk/scaddins/source/datefunc.po4
-rw-r--r--translations/source/mk/sccomp/source/solver.po4
-rw-r--r--translations/source/mk/scp2/source/accessories.po4
-rw-r--r--translations/source/mk/scp2/source/activex.po4
-rw-r--r--translations/source/mk/scp2/source/base.po4
-rw-r--r--translations/source/mk/scp2/source/binfilter.po4
-rw-r--r--translations/source/mk/scp2/source/calc.po4
-rw-r--r--translations/source/mk/scp2/source/draw.po4
-rw-r--r--translations/source/mk/scp2/source/extensions.po4
-rw-r--r--translations/source/mk/scp2/source/gnome.po4
-rw-r--r--translations/source/mk/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/mk/scp2/source/impress.po4
-rw-r--r--translations/source/mk/scp2/source/javafilter.po4
-rw-r--r--translations/source/mk/scp2/source/kde.po4
-rw-r--r--translations/source/mk/scp2/source/math.po4
-rw-r--r--translations/source/mk/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/mk/scp2/source/ooo.po685
-rw-r--r--translations/source/mk/scp2/source/python.po8
-rw-r--r--translations/source/mk/scp2/source/quickstart.po4
-rw-r--r--translations/source/mk/scp2/source/sdkoo.po4
-rw-r--r--translations/source/mk/scp2/source/testtool.po4
-rw-r--r--translations/source/mk/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/mk/scp2/source/writer.po4
-rw-r--r--translations/source/mk/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/mk/scripting/source/pyprov.po10
-rw-r--r--translations/source/mk/sd/source/core.po4
-rw-r--r--translations/source/mk/sd/source/filter/html.po4
-rw-r--r--translations/source/mk/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/mk/sd/source/ui/animations.po4
-rw-r--r--translations/source/mk/sd/source/ui/annotations.po4
-rw-r--r--translations/source/mk/sd/source/ui/app.po4
-rw-r--r--translations/source/mk/sd/source/ui/dlg.po4
-rw-r--r--translations/source/mk/sd/source/ui/notes.po4
-rw-r--r--translations/source/mk/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/mk/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/mk/sd/source/ui/table.po4
-rw-r--r--translations/source/mk/sd/source/ui/view.po4
-rw-r--r--translations/source/mk/sdext/source/minimizer.po6
-rw-r--r--translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/mk/sdext/source/pdfimport.po16
-rw-r--r--translations/source/mk/sdext/source/presenter.po6
-rw-r--r--translations/source/mk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/mk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/mk/setup_native/source/mac.po4
-rw-r--r--translations/source/mk/sfx2/source/appl.po4
-rw-r--r--translations/source/mk/sfx2/source/bastyp.po4
-rw-r--r--translations/source/mk/sfx2/source/dialog.po4
-rw-r--r--translations/source/mk/sfx2/source/doc.po4
-rw-r--r--translations/source/mk/sfx2/source/menu.po4
-rw-r--r--translations/source/mk/sfx2/source/view.po4
-rw-r--r--translations/source/mk/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/mk/starmath/source.po36
-rw-r--r--translations/source/mk/svl/source/items.po4
-rw-r--r--translations/source/mk/svl/source/misc.po185
-rw-r--r--translations/source/mk/svtools/source/contnr.po4
-rw-r--r--translations/source/mk/svtools/source/control.po4
-rw-r--r--translations/source/mk/svtools/source/dialogs.po4
-rw-r--r--translations/source/mk/svtools/source/filter.po4
-rw-r--r--translations/source/mk/svtools/source/java.po4
-rw-r--r--translations/source/mk/svtools/source/misc.po8
-rw-r--r--translations/source/mk/svtools/source/plugapp.po4
-rw-r--r--translations/source/mk/svtools/source/toolpanel.po4
-rw-r--r--translations/source/mk/svtools/workben/unodialog.po4
-rw-r--r--translations/source/mk/svx/inc.po4
-rw-r--r--translations/source/mk/svx/source/accessibility.po4
-rw-r--r--translations/source/mk/svx/source/dialog.po42
-rw-r--r--translations/source/mk/svx/source/engine3d.po4
-rw-r--r--translations/source/mk/svx/source/fmcomp.po4
-rw-r--r--translations/source/mk/svx/source/form.po4
-rw-r--r--translations/source/mk/svx/source/gallery2.po4
-rw-r--r--translations/source/mk/svx/source/items.po4
-rw-r--r--translations/source/mk/svx/source/src.po4
-rw-r--r--translations/source/mk/svx/source/stbctrls.po4
-rw-r--r--translations/source/mk/svx/source/svdraw.po4
-rw-r--r--translations/source/mk/svx/source/table.po4
-rw-r--r--translations/source/mk/svx/source/tbxctrls.po4
-rw-r--r--translations/source/mk/svx/source/toolbars.po4
-rw-r--r--translations/source/mk/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/mk/sw/source/core/layout.po6
-rw-r--r--translations/source/mk/sw/source/core/undo.po4
-rw-r--r--translations/source/mk/sw/source/core/unocore.po4
-rw-r--r--translations/source/mk/sw/source/ui/app.po28
-rw-r--r--translations/source/mk/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/mk/sw/source/ui/config.po56
-rw-r--r--translations/source/mk/sw/source/ui/dbui.po4
-rw-r--r--translations/source/mk/sw/source/ui/dialog.po8
-rw-r--r--translations/source/mk/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/mk/sw/source/ui/docvw.po4
-rw-r--r--translations/source/mk/sw/source/ui/envelp.po4
-rw-r--r--translations/source/mk/sw/source/ui/fldui.po4
-rw-r--r--translations/source/mk/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/mk/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/mk/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/mk/sw/source/ui/index.po4
-rw-r--r--translations/source/mk/sw/source/ui/lingu.po8
-rw-r--r--translations/source/mk/sw/source/ui/misc.po4
-rw-r--r--translations/source/mk/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/mk/sw/source/ui/shells.po4
-rw-r--r--translations/source/mk/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/mk/sw/source/ui/table.po44
-rw-r--r--translations/source/mk/sw/source/ui/uiview.po4
-rw-r--r--translations/source/mk/sw/source/ui/utlui.po194
-rw-r--r--translations/source/mk/sw/source/ui/web.po4
-rw-r--r--translations/source/mk/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/mk/swext/mediawiki/help.po91
-rw-r--r--translations/source/mk/swext/mediawiki/src.po6
-rw-r--r--translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/mk/sysui/desktop/share.po4
-rw-r--r--translations/source/mk/uui/source.po4
-rw-r--r--translations/source/mk/vcl/source/src.po82
-rw-r--r--translations/source/mk/wizards/source/euro.po4
-rw-r--r--translations/source/mk/wizards/source/formwizard.po4
-rw-r--r--translations/source/mk/wizards/source/importwizard.po4
-rw-r--r--translations/source/mk/wizards/source/schedule.po4
-rw-r--r--translations/source/mk/wizards/source/template.po4
-rw-r--r--translations/source/mk/xmlsecurity/source/component.po4
-rw-r--r--translations/source/mk/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ml/accessibility/source/helper.po4
-rw-r--r--translations/source/ml/avmedia/source/framework.po4
-rw-r--r--translations/source/ml/avmedia/source/viewer.po4
-rw-r--r--translations/source/ml/basctl/source/basicide.po12
-rw-r--r--translations/source/ml/basctl/source/dlged.po4
-rw-r--r--translations/source/ml/basic/source/app.po4
-rw-r--r--translations/source/ml/basic/source/classes.po4
-rw-r--r--translations/source/ml/basic/source/sbx.po4
-rw-r--r--translations/source/ml/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ml/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ml/connectivity/source/resource.po4
-rw-r--r--translations/source/ml/crashrep/source/all.po4
-rw-r--r--translations/source/ml/cui/source/customize.po4
-rw-r--r--translations/source/ml/cui/source/dialogs.po12
-rw-r--r--translations/source/ml/cui/source/options.po41
-rw-r--r--translations/source/ml/cui/source/tabpages.po8
-rw-r--r--translations/source/ml/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ml/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ml/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ml/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ml/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ml/desktop/source/app.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ml/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ml/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ml/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ml/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ml/dictionaries/ar.po6
-rw-r--r--translations/source/ml/dictionaries/be_BY.po19
-rw-r--r--translations/source/ml/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ml/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ml/dictionaries/br_FR.po6
-rw-r--r--translations/source/ml/dictionaries/ca.po6
-rw-r--r--translations/source/ml/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ml/dictionaries/da_DK.po6
-rw-r--r--translations/source/ml/dictionaries/de.po6
-rw-r--r--translations/source/ml/dictionaries/el_GR.po19
-rw-r--r--translations/source/ml/dictionaries/en.po6
-rw-r--r--translations/source/ml/dictionaries/es_ES.po6
-rw-r--r--translations/source/ml/dictionaries/et_EE.po6
-rw-r--r--translations/source/ml/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ml/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ml/dictionaries/gl.po6
-rw-r--r--translations/source/ml/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ml/dictionaries/he_IL.po6
-rw-r--r--translations/source/ml/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ml/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ml/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ml/dictionaries/it_IT.po6
-rw-r--r--translations/source/ml/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ml/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ml/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ml/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ml/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ml/dictionaries/no.po6
-rw-r--r--translations/source/ml/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ml/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ml/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ml/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ml/dictionaries/ro.po6
-rw-r--r--translations/source/ml/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ml/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ml/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ml/dictionaries/sr.po6
-rw-r--r--translations/source/ml/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ml/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ml/dictionaries/te_IN.po19
-rw-r--r--translations/source/ml/dictionaries/th_TH.po6
-rw-r--r--translations/source/ml/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ml/dictionaries/vi.po6
-rw-r--r--translations/source/ml/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ml/editeng/source/accessibility.po4
-rw-r--r--translations/source/ml/editeng/source/editeng.po4
-rw-r--r--translations/source/ml/editeng/source/items.po4
-rw-r--r--translations/source/ml/editeng/source/misc.po4
-rw-r--r--translations/source/ml/editeng/source/outliner.po4
-rw-r--r--translations/source/ml/extensions/source/abpilot.po4
-rw-r--r--translations/source/ml/extensions/source/bibliography.po4
-rw-r--r--translations/source/ml/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ml/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ml/extensions/source/scanner.po8
-rw-r--r--translations/source/ml/extensions/source/update/check.po4
-rw-r--r--translations/source/ml/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ml/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/ml/filter/source/flash.po4
-rw-r--r--translations/source/ml/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ml/filter/source/pdf.po4
-rw-r--r--translations/source/ml/filter/source/t602.po4
-rw-r--r--translations/source/ml/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ml/forms/source/resource.po4
-rw-r--r--translations/source/ml/formula/source/core/resource.po4
-rw-r--r--translations/source/ml/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ml/fpicker/source/office.po4
-rw-r--r--translations/source/ml/framework/source/classes.po4
-rw-r--r--translations/source/ml/framework/source/services.po4
-rw-r--r--translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/ml/mysqlc/source.po12
-rw-r--r--translations/source/ml/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ml/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ml/padmin/source.po4
-rw-r--r--translations/source/ml/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ml/reportbuilder/util.po8
-rw-r--r--translations/source/ml/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ml/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ml/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ml/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ml/sc/source/core/src.po4
-rw-r--r--translations/source/ml/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ml/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ml/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ml/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ml/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ml/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ml/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ml/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ml/sc/source/ui/src.po270
-rw-r--r--translations/source/ml/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ml/scaddins/source/analysis.po4
-rw-r--r--translations/source/ml/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ml/sccomp/source/solver.po4
-rw-r--r--translations/source/ml/scp2/source/accessories.po4
-rw-r--r--translations/source/ml/scp2/source/activex.po4
-rw-r--r--translations/source/ml/scp2/source/base.po4
-rw-r--r--translations/source/ml/scp2/source/binfilter.po4
-rw-r--r--translations/source/ml/scp2/source/calc.po4
-rw-r--r--translations/source/ml/scp2/source/draw.po4
-rw-r--r--translations/source/ml/scp2/source/extensions.po4
-rw-r--r--translations/source/ml/scp2/source/gnome.po4
-rw-r--r--translations/source/ml/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ml/scp2/source/impress.po4
-rw-r--r--translations/source/ml/scp2/source/javafilter.po4
-rw-r--r--translations/source/ml/scp2/source/kde.po4
-rw-r--r--translations/source/ml/scp2/source/math.po4
-rw-r--r--translations/source/ml/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ml/scp2/source/ooo.po693
-rw-r--r--translations/source/ml/scp2/source/python.po8
-rw-r--r--translations/source/ml/scp2/source/quickstart.po4
-rw-r--r--translations/source/ml/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ml/scp2/source/testtool.po4
-rw-r--r--translations/source/ml/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ml/scp2/source/writer.po4
-rw-r--r--translations/source/ml/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ml/scripting/source/pyprov.po10
-rw-r--r--translations/source/ml/sd/source/core.po4
-rw-r--r--translations/source/ml/sd/source/filter/html.po4
-rw-r--r--translations/source/ml/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ml/sd/source/ui/animations.po4
-rw-r--r--translations/source/ml/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ml/sd/source/ui/app.po4
-rw-r--r--translations/source/ml/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ml/sd/source/ui/notes.po4
-rw-r--r--translations/source/ml/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ml/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ml/sd/source/ui/table.po4
-rw-r--r--translations/source/ml/sd/source/ui/view.po4
-rw-r--r--translations/source/ml/sdext/source/minimizer.po6
-rw-r--r--translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/ml/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ml/sdext/source/presenter.po6
-rw-r--r--translations/source/ml/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ml/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ml/setup_native/source/mac.po4
-rw-r--r--translations/source/ml/sfx2/source/appl.po4
-rw-r--r--translations/source/ml/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ml/sfx2/source/dialog.po4
-rw-r--r--translations/source/ml/sfx2/source/doc.po4
-rw-r--r--translations/source/ml/sfx2/source/menu.po4
-rw-r--r--translations/source/ml/sfx2/source/view.po4
-rw-r--r--translations/source/ml/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ml/starmath/source.po36
-rw-r--r--translations/source/ml/svl/source/items.po4
-rw-r--r--translations/source/ml/svl/source/misc.po167
-rw-r--r--translations/source/ml/svtools/source/contnr.po4
-rw-r--r--translations/source/ml/svtools/source/control.po4
-rw-r--r--translations/source/ml/svtools/source/dialogs.po4
-rw-r--r--translations/source/ml/svtools/source/filter.po4
-rw-r--r--translations/source/ml/svtools/source/java.po4
-rw-r--r--translations/source/ml/svtools/source/misc.po8
-rw-r--r--translations/source/ml/svtools/source/plugapp.po4
-rw-r--r--translations/source/ml/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ml/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ml/svx/inc.po4
-rw-r--r--translations/source/ml/svx/source/accessibility.po4
-rw-r--r--translations/source/ml/svx/source/dialog.po45
-rw-r--r--translations/source/ml/svx/source/engine3d.po4
-rw-r--r--translations/source/ml/svx/source/fmcomp.po4
-rw-r--r--translations/source/ml/svx/source/form.po4
-rw-r--r--translations/source/ml/svx/source/gallery2.po4
-rw-r--r--translations/source/ml/svx/source/items.po4
-rw-r--r--translations/source/ml/svx/source/src.po4
-rw-r--r--translations/source/ml/svx/source/stbctrls.po4
-rw-r--r--translations/source/ml/svx/source/svdraw.po4
-rw-r--r--translations/source/ml/svx/source/table.po4
-rw-r--r--translations/source/ml/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ml/svx/source/toolbars.po4
-rw-r--r--translations/source/ml/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ml/sw/source/core/layout.po6
-rw-r--r--translations/source/ml/sw/source/core/undo.po4
-rw-r--r--translations/source/ml/sw/source/core/unocore.po4
-rw-r--r--translations/source/ml/sw/source/ui/app.po28
-rw-r--r--translations/source/ml/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ml/sw/source/ui/config.po56
-rw-r--r--translations/source/ml/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ml/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ml/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ml/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ml/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ml/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ml/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ml/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ml/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ml/sw/source/ui/index.po4
-rw-r--r--translations/source/ml/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ml/sw/source/ui/misc.po4
-rw-r--r--translations/source/ml/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ml/sw/source/ui/shells.po4
-rw-r--r--translations/source/ml/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ml/sw/source/ui/table.po46
-rw-r--r--translations/source/ml/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ml/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ml/sw/source/ui/web.po4
-rw-r--r--translations/source/ml/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ml/swext/mediawiki/help.po91
-rw-r--r--translations/source/ml/swext/mediawiki/src.po6
-rw-r--r--translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ml/sysui/desktop/share.po4
-rw-r--r--translations/source/ml/uui/source.po4
-rw-r--r--translations/source/ml/vcl/source/src.po84
-rw-r--r--translations/source/ml/wizards/source/euro.po4
-rw-r--r--translations/source/ml/wizards/source/formwizard.po4
-rw-r--r--translations/source/ml/wizards/source/importwizard.po4
-rw-r--r--translations/source/ml/wizards/source/schedule.po4
-rw-r--r--translations/source/ml/wizards/source/template.po4
-rw-r--r--translations/source/ml/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ml/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mn/accessibility/source/helper.po4
-rw-r--r--translations/source/mn/avmedia/source/framework.po4
-rw-r--r--translations/source/mn/avmedia/source/viewer.po4
-rw-r--r--translations/source/mn/basctl/source/basicide.po12
-rw-r--r--translations/source/mn/basctl/source/dlged.po4
-rw-r--r--translations/source/mn/basic/source/app.po4
-rw-r--r--translations/source/mn/basic/source/classes.po4
-rw-r--r--translations/source/mn/basic/source/sbx.po4
-rw-r--r--translations/source/mn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/mn/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/mn/connectivity/source/resource.po4
-rw-r--r--translations/source/mn/crashrep/source/all.po4
-rw-r--r--translations/source/mn/cui/source/customize.po4
-rw-r--r--translations/source/mn/cui/source/dialogs.po12
-rw-r--r--translations/source/mn/cui/source/options.po34
-rw-r--r--translations/source/mn/cui/source/tabpages.po8
-rw-r--r--translations/source/mn/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/mn/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/mn/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/mn/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/mn/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/mn/desktop/source/app.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/mn/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/mn/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/mn/desktop/win32/source/setup.po4
-rw-r--r--translations/source/mn/dictionaries/af_ZA.po6
-rw-r--r--translations/source/mn/dictionaries/ar.po6
-rw-r--r--translations/source/mn/dictionaries/be_BY.po19
-rw-r--r--translations/source/mn/dictionaries/bg_BG.po6
-rw-r--r--translations/source/mn/dictionaries/bn_BD.po6
-rw-r--r--translations/source/mn/dictionaries/br_FR.po6
-rw-r--r--translations/source/mn/dictionaries/ca.po6
-rw-r--r--translations/source/mn/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/mn/dictionaries/da_DK.po6
-rw-r--r--translations/source/mn/dictionaries/de.po6
-rw-r--r--translations/source/mn/dictionaries/el_GR.po19
-rw-r--r--translations/source/mn/dictionaries/en.po6
-rw-r--r--translations/source/mn/dictionaries/es_ES.po6
-rw-r--r--translations/source/mn/dictionaries/et_EE.po6
-rw-r--r--translations/source/mn/dictionaries/fr_FR.po6
-rw-r--r--translations/source/mn/dictionaries/gd_GB.po19
-rw-r--r--translations/source/mn/dictionaries/gl.po6
-rw-r--r--translations/source/mn/dictionaries/gu_IN.po6
-rw-r--r--translations/source/mn/dictionaries/he_IL.po6
-rw-r--r--translations/source/mn/dictionaries/hi_IN.po6
-rw-r--r--translations/source/mn/dictionaries/hr_HR.po6
-rw-r--r--translations/source/mn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mn/dictionaries/it_IT.po6
-rw-r--r--translations/source/mn/dictionaries/ku_TR.po6
-rw-r--r--translations/source/mn/dictionaries/lt_LT.po6
-rw-r--r--translations/source/mn/dictionaries/lv_LV.po6
-rw-r--r--translations/source/mn/dictionaries/ne_NP.po6
-rw-r--r--translations/source/mn/dictionaries/nl_NL.po6
-rw-r--r--translations/source/mn/dictionaries/no.po6
-rw-r--r--translations/source/mn/dictionaries/oc_FR.po6
-rw-r--r--translations/source/mn/dictionaries/pl_PL.po6
-rw-r--r--translations/source/mn/dictionaries/pt_BR.po6
-rw-r--r--translations/source/mn/dictionaries/pt_PT.po6
-rw-r--r--translations/source/mn/dictionaries/ro.po6
-rw-r--r--translations/source/mn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mn/dictionaries/sk_SK.po6
-rw-r--r--translations/source/mn/dictionaries/sl_SI.po6
-rw-r--r--translations/source/mn/dictionaries/sr.po6
-rw-r--r--translations/source/mn/dictionaries/sv_SE.po6
-rw-r--r--translations/source/mn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mn/dictionaries/te_IN.po19
-rw-r--r--translations/source/mn/dictionaries/th_TH.po6
-rw-r--r--translations/source/mn/dictionaries/uk_UA.po6
-rw-r--r--translations/source/mn/dictionaries/vi.po6
-rw-r--r--translations/source/mn/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/mn/editeng/source/accessibility.po4
-rw-r--r--translations/source/mn/editeng/source/editeng.po4
-rw-r--r--translations/source/mn/editeng/source/items.po4
-rw-r--r--translations/source/mn/editeng/source/misc.po4
-rw-r--r--translations/source/mn/editeng/source/outliner.po4
-rw-r--r--translations/source/mn/extensions/source/abpilot.po4
-rw-r--r--translations/source/mn/extensions/source/bibliography.po4
-rw-r--r--translations/source/mn/extensions/source/dbpilots.po4
-rw-r--r--translations/source/mn/extensions/source/propctrlr.po4
-rw-r--r--translations/source/mn/extensions/source/scanner.po8
-rw-r--r--translations/source/mn/extensions/source/update/check.po4
-rw-r--r--translations/source/mn/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/mn/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/mn/filter/source/flash.po4
-rw-r--r--translations/source/mn/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/mn/filter/source/pdf.po4
-rw-r--r--translations/source/mn/filter/source/t602.po4
-rw-r--r--translations/source/mn/filter/source/xsltdialog.po8
-rw-r--r--translations/source/mn/forms/source/resource.po4
-rw-r--r--translations/source/mn/formula/source/core/resource.po4
-rw-r--r--translations/source/mn/formula/source/ui/dlg.po4
-rw-r--r--translations/source/mn/fpicker/source/office.po4
-rw-r--r--translations/source/mn/framework/source/classes.po4
-rw-r--r--translations/source/mn/framework/source/services.po4
-rw-r--r--translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/mn/mysqlc/source.po12
-rw-r--r--translations/source/mn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/mn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/mn/padmin/source.po4
-rw-r--r--translations/source/mn/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/mn/reportbuilder/util.po8
-rw-r--r--translations/source/mn/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/mn/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/mn/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/mn/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/mn/sc/source/core/src.po4
-rw-r--r--translations/source/mn/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/mn/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/mn/sc/source/ui/docshell.po4
-rw-r--r--translations/source/mn/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/mn/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/mn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mn/sc/source/ui/navipi.po9
-rw-r--r--translations/source/mn/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/mn/sc/source/ui/src.po268
-rw-r--r--translations/source/mn/sc/source/ui/styleui.po4
-rw-r--r--translations/source/mn/scaddins/source/analysis.po4
-rw-r--r--translations/source/mn/scaddins/source/datefunc.po4
-rw-r--r--translations/source/mn/sccomp/source/solver.po4
-rw-r--r--translations/source/mn/scp2/source/accessories.po4
-rw-r--r--translations/source/mn/scp2/source/activex.po4
-rw-r--r--translations/source/mn/scp2/source/base.po4
-rw-r--r--translations/source/mn/scp2/source/binfilter.po4
-rw-r--r--translations/source/mn/scp2/source/calc.po4
-rw-r--r--translations/source/mn/scp2/source/draw.po4
-rw-r--r--translations/source/mn/scp2/source/extensions.po4
-rw-r--r--translations/source/mn/scp2/source/gnome.po4
-rw-r--r--translations/source/mn/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/mn/scp2/source/impress.po4
-rw-r--r--translations/source/mn/scp2/source/javafilter.po4
-rw-r--r--translations/source/mn/scp2/source/kde.po4
-rw-r--r--translations/source/mn/scp2/source/math.po4
-rw-r--r--translations/source/mn/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/mn/scp2/source/ooo.po691
-rw-r--r--translations/source/mn/scp2/source/python.po8
-rw-r--r--translations/source/mn/scp2/source/quickstart.po4
-rw-r--r--translations/source/mn/scp2/source/sdkoo.po4
-rw-r--r--translations/source/mn/scp2/source/testtool.po4
-rw-r--r--translations/source/mn/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/mn/scp2/source/writer.po4
-rw-r--r--translations/source/mn/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/mn/scripting/source/pyprov.po10
-rw-r--r--translations/source/mn/sd/source/core.po4
-rw-r--r--translations/source/mn/sd/source/filter/html.po4
-rw-r--r--translations/source/mn/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/mn/sd/source/ui/animations.po4
-rw-r--r--translations/source/mn/sd/source/ui/annotations.po4
-rw-r--r--translations/source/mn/sd/source/ui/app.po4
-rw-r--r--translations/source/mn/sd/source/ui/dlg.po4
-rw-r--r--translations/source/mn/sd/source/ui/notes.po4
-rw-r--r--translations/source/mn/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/mn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/mn/sd/source/ui/table.po4
-rw-r--r--translations/source/mn/sd/source/ui/view.po4
-rw-r--r--translations/source/mn/sdext/source/minimizer.po6
-rw-r--r--translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/mn/sdext/source/pdfimport.po16
-rw-r--r--translations/source/mn/sdext/source/presenter.po6
-rw-r--r--translations/source/mn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/mn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/mn/setup_native/source/mac.po4
-rw-r--r--translations/source/mn/sfx2/source/appl.po4
-rw-r--r--translations/source/mn/sfx2/source/bastyp.po4
-rw-r--r--translations/source/mn/sfx2/source/dialog.po4
-rw-r--r--translations/source/mn/sfx2/source/doc.po4
-rw-r--r--translations/source/mn/sfx2/source/menu.po4
-rw-r--r--translations/source/mn/sfx2/source/view.po4
-rw-r--r--translations/source/mn/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/mn/starmath/source.po36
-rw-r--r--translations/source/mn/svl/source/items.po4
-rw-r--r--translations/source/mn/svl/source/misc.po190
-rw-r--r--translations/source/mn/svtools/source/contnr.po4
-rw-r--r--translations/source/mn/svtools/source/control.po4
-rw-r--r--translations/source/mn/svtools/source/dialogs.po4
-rw-r--r--translations/source/mn/svtools/source/filter.po4
-rw-r--r--translations/source/mn/svtools/source/java.po4
-rw-r--r--translations/source/mn/svtools/source/misc.po8
-rw-r--r--translations/source/mn/svtools/source/plugapp.po4
-rw-r--r--translations/source/mn/svtools/source/toolpanel.po4
-rw-r--r--translations/source/mn/svtools/workben/unodialog.po4
-rw-r--r--translations/source/mn/svx/inc.po4
-rw-r--r--translations/source/mn/svx/source/accessibility.po4
-rw-r--r--translations/source/mn/svx/source/dialog.po42
-rw-r--r--translations/source/mn/svx/source/engine3d.po4
-rw-r--r--translations/source/mn/svx/source/fmcomp.po4
-rw-r--r--translations/source/mn/svx/source/form.po4
-rw-r--r--translations/source/mn/svx/source/gallery2.po4
-rw-r--r--translations/source/mn/svx/source/items.po4
-rw-r--r--translations/source/mn/svx/source/src.po4
-rw-r--r--translations/source/mn/svx/source/stbctrls.po4
-rw-r--r--translations/source/mn/svx/source/svdraw.po4
-rw-r--r--translations/source/mn/svx/source/table.po4
-rw-r--r--translations/source/mn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/mn/svx/source/toolbars.po4
-rw-r--r--translations/source/mn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/mn/sw/source/core/layout.po6
-rw-r--r--translations/source/mn/sw/source/core/undo.po4
-rw-r--r--translations/source/mn/sw/source/core/unocore.po4
-rw-r--r--translations/source/mn/sw/source/ui/app.po28
-rw-r--r--translations/source/mn/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/mn/sw/source/ui/config.po56
-rw-r--r--translations/source/mn/sw/source/ui/dbui.po4
-rw-r--r--translations/source/mn/sw/source/ui/dialog.po8
-rw-r--r--translations/source/mn/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/mn/sw/source/ui/docvw.po4
-rw-r--r--translations/source/mn/sw/source/ui/envelp.po4
-rw-r--r--translations/source/mn/sw/source/ui/fldui.po4
-rw-r--r--translations/source/mn/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/mn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/mn/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/mn/sw/source/ui/index.po4
-rw-r--r--translations/source/mn/sw/source/ui/lingu.po8
-rw-r--r--translations/source/mn/sw/source/ui/misc.po4
-rw-r--r--translations/source/mn/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/mn/sw/source/ui/shells.po4
-rw-r--r--translations/source/mn/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/mn/sw/source/ui/table.po44
-rw-r--r--translations/source/mn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/mn/sw/source/ui/utlui.po194
-rw-r--r--translations/source/mn/sw/source/ui/web.po4
-rw-r--r--translations/source/mn/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/mn/swext/mediawiki/help.po91
-rw-r--r--translations/source/mn/swext/mediawiki/src.po6
-rw-r--r--translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/mn/sysui/desktop/share.po4
-rw-r--r--translations/source/mn/uui/source.po4
-rw-r--r--translations/source/mn/vcl/source/src.po98
-rw-r--r--translations/source/mn/wizards/source/euro.po4
-rw-r--r--translations/source/mn/wizards/source/formwizard.po4
-rw-r--r--translations/source/mn/wizards/source/importwizard.po4
-rw-r--r--translations/source/mn/wizards/source/schedule.po4
-rw-r--r--translations/source/mn/wizards/source/template.po4
-rw-r--r--translations/source/mn/xmlsecurity/source/component.po4
-rw-r--r--translations/source/mn/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mni/accessibility/source/helper.po4
-rw-r--r--translations/source/mni/avmedia/source/framework.po4
-rw-r--r--translations/source/mni/avmedia/source/viewer.po4
-rw-r--r--translations/source/mni/basctl/source/basicide.po12
-rw-r--r--translations/source/mni/basctl/source/dlged.po4
-rw-r--r--translations/source/mni/basic/source/app.po4
-rw-r--r--translations/source/mni/basic/source/classes.po4
-rw-r--r--translations/source/mni/basic/source/sbx.po4
-rw-r--r--translations/source/mni/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/mni/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/mni/connectivity/source/resource.po4
-rw-r--r--translations/source/mni/crashrep/source/all.po4
-rw-r--r--translations/source/mni/cui/source/customize.po4
-rw-r--r--translations/source/mni/cui/source/dialogs.po12
-rw-r--r--translations/source/mni/cui/source/options.po34
-rw-r--r--translations/source/mni/cui/source/tabpages.po8
-rw-r--r--translations/source/mni/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/mni/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/mni/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/mni/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/mni/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/mni/desktop/source/app.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/mni/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/mni/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/mni/desktop/win32/source/setup.po4
-rw-r--r--translations/source/mni/dictionaries/af_ZA.po6
-rw-r--r--translations/source/mni/dictionaries/ar.po6
-rw-r--r--translations/source/mni/dictionaries/be_BY.po19
-rw-r--r--translations/source/mni/dictionaries/bg_BG.po6
-rw-r--r--translations/source/mni/dictionaries/bn_BD.po6
-rw-r--r--translations/source/mni/dictionaries/br_FR.po6
-rw-r--r--translations/source/mni/dictionaries/ca.po6
-rw-r--r--translations/source/mni/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/mni/dictionaries/da_DK.po6
-rw-r--r--translations/source/mni/dictionaries/de.po6
-rw-r--r--translations/source/mni/dictionaries/el_GR.po19
-rw-r--r--translations/source/mni/dictionaries/en.po6
-rw-r--r--translations/source/mni/dictionaries/es_ES.po6
-rw-r--r--translations/source/mni/dictionaries/et_EE.po6
-rw-r--r--translations/source/mni/dictionaries/fr_FR.po6
-rw-r--r--translations/source/mni/dictionaries/gd_GB.po19
-rw-r--r--translations/source/mni/dictionaries/gl.po6
-rw-r--r--translations/source/mni/dictionaries/gu_IN.po6
-rw-r--r--translations/source/mni/dictionaries/he_IL.po6
-rw-r--r--translations/source/mni/dictionaries/hi_IN.po6
-rw-r--r--translations/source/mni/dictionaries/hr_HR.po6
-rw-r--r--translations/source/mni/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mni/dictionaries/it_IT.po6
-rw-r--r--translations/source/mni/dictionaries/ku_TR.po6
-rw-r--r--translations/source/mni/dictionaries/lt_LT.po6
-rw-r--r--translations/source/mni/dictionaries/lv_LV.po6
-rw-r--r--translations/source/mni/dictionaries/ne_NP.po6
-rw-r--r--translations/source/mni/dictionaries/nl_NL.po6
-rw-r--r--translations/source/mni/dictionaries/no.po6
-rw-r--r--translations/source/mni/dictionaries/oc_FR.po6
-rw-r--r--translations/source/mni/dictionaries/pl_PL.po6
-rw-r--r--translations/source/mni/dictionaries/pt_BR.po6
-rw-r--r--translations/source/mni/dictionaries/pt_PT.po6
-rw-r--r--translations/source/mni/dictionaries/ro.po6
-rw-r--r--translations/source/mni/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mni/dictionaries/sk_SK.po6
-rw-r--r--translations/source/mni/dictionaries/sl_SI.po6
-rw-r--r--translations/source/mni/dictionaries/sr.po6
-rw-r--r--translations/source/mni/dictionaries/sv_SE.po6
-rw-r--r--translations/source/mni/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mni/dictionaries/te_IN.po19
-rw-r--r--translations/source/mni/dictionaries/th_TH.po6
-rw-r--r--translations/source/mni/dictionaries/uk_UA.po6
-rw-r--r--translations/source/mni/dictionaries/vi.po6
-rw-r--r--translations/source/mni/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/mni/editeng/source/accessibility.po4
-rw-r--r--translations/source/mni/editeng/source/editeng.po4
-rw-r--r--translations/source/mni/editeng/source/items.po4
-rw-r--r--translations/source/mni/editeng/source/misc.po4
-rw-r--r--translations/source/mni/editeng/source/outliner.po4
-rw-r--r--translations/source/mni/extensions/source/abpilot.po4
-rw-r--r--translations/source/mni/extensions/source/bibliography.po4
-rw-r--r--translations/source/mni/extensions/source/dbpilots.po4
-rw-r--r--translations/source/mni/extensions/source/propctrlr.po4
-rw-r--r--translations/source/mni/extensions/source/scanner.po8
-rw-r--r--translations/source/mni/extensions/source/update/check.po4
-rw-r--r--translations/source/mni/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/mni/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/mni/filter/source/flash.po4
-rw-r--r--translations/source/mni/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/mni/filter/source/pdf.po4
-rw-r--r--translations/source/mni/filter/source/t602.po4
-rw-r--r--translations/source/mni/filter/source/xsltdialog.po8
-rw-r--r--translations/source/mni/forms/source/resource.po4
-rw-r--r--translations/source/mni/formula/source/core/resource.po4
-rw-r--r--translations/source/mni/formula/source/ui/dlg.po4
-rw-r--r--translations/source/mni/fpicker/source/office.po4
-rw-r--r--translations/source/mni/framework/source/classes.po4
-rw-r--r--translations/source/mni/framework/source/services.po4
-rw-r--r--translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/mni/mysqlc/source.po12
-rw-r--r--translations/source/mni/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/mni/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/mni/padmin/source.po4
-rw-r--r--translations/source/mni/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/mni/reportbuilder/util.po8
-rw-r--r--translations/source/mni/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/mni/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/mni/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/mni/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/mni/sc/source/core/src.po4
-rw-r--r--translations/source/mni/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/mni/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/mni/sc/source/ui/docshell.po4
-rw-r--r--translations/source/mni/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/mni/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/mni/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mni/sc/source/ui/navipi.po9
-rw-r--r--translations/source/mni/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/mni/sc/source/ui/src.po263
-rw-r--r--translations/source/mni/sc/source/ui/styleui.po4
-rw-r--r--translations/source/mni/scaddins/source/analysis.po4
-rw-r--r--translations/source/mni/scaddins/source/datefunc.po4
-rw-r--r--translations/source/mni/sccomp/source/solver.po4
-rw-r--r--translations/source/mni/scp2/source/accessories.po4
-rw-r--r--translations/source/mni/scp2/source/activex.po4
-rw-r--r--translations/source/mni/scp2/source/base.po4
-rw-r--r--translations/source/mni/scp2/source/binfilter.po4
-rw-r--r--translations/source/mni/scp2/source/calc.po4
-rw-r--r--translations/source/mni/scp2/source/draw.po4
-rw-r--r--translations/source/mni/scp2/source/extensions.po4
-rw-r--r--translations/source/mni/scp2/source/gnome.po4
-rw-r--r--translations/source/mni/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/mni/scp2/source/impress.po4
-rw-r--r--translations/source/mni/scp2/source/javafilter.po4
-rw-r--r--translations/source/mni/scp2/source/kde.po4
-rw-r--r--translations/source/mni/scp2/source/math.po4
-rw-r--r--translations/source/mni/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/mni/scp2/source/ooo.po640
-rw-r--r--translations/source/mni/scp2/source/python.po8
-rw-r--r--translations/source/mni/scp2/source/quickstart.po4
-rw-r--r--translations/source/mni/scp2/source/sdkoo.po4
-rw-r--r--translations/source/mni/scp2/source/testtool.po4
-rw-r--r--translations/source/mni/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/mni/scp2/source/writer.po4
-rw-r--r--translations/source/mni/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/mni/scripting/source/pyprov.po10
-rw-r--r--translations/source/mni/sd/source/core.po4
-rw-r--r--translations/source/mni/sd/source/filter/html.po4
-rw-r--r--translations/source/mni/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/mni/sd/source/ui/animations.po4
-rw-r--r--translations/source/mni/sd/source/ui/annotations.po4
-rw-r--r--translations/source/mni/sd/source/ui/app.po4
-rw-r--r--translations/source/mni/sd/source/ui/dlg.po4
-rw-r--r--translations/source/mni/sd/source/ui/notes.po4
-rw-r--r--translations/source/mni/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/mni/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/mni/sd/source/ui/table.po4
-rw-r--r--translations/source/mni/sd/source/ui/view.po4
-rw-r--r--translations/source/mni/sdext/source/minimizer.po6
-rw-r--r--translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/mni/sdext/source/pdfimport.po15
-rw-r--r--translations/source/mni/sdext/source/presenter.po6
-rw-r--r--translations/source/mni/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/mni/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/mni/setup_native/source/mac.po4
-rw-r--r--translations/source/mni/sfx2/source/appl.po4
-rw-r--r--translations/source/mni/sfx2/source/bastyp.po4
-rw-r--r--translations/source/mni/sfx2/source/dialog.po4
-rw-r--r--translations/source/mni/sfx2/source/doc.po4
-rw-r--r--translations/source/mni/sfx2/source/menu.po4
-rw-r--r--translations/source/mni/sfx2/source/view.po4
-rw-r--r--translations/source/mni/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/mni/starmath/source.po36
-rw-r--r--translations/source/mni/svl/source/items.po4
-rw-r--r--translations/source/mni/svl/source/misc.po195
-rw-r--r--translations/source/mni/svtools/source/contnr.po4
-rw-r--r--translations/source/mni/svtools/source/control.po4
-rw-r--r--translations/source/mni/svtools/source/dialogs.po4
-rw-r--r--translations/source/mni/svtools/source/filter.po4
-rw-r--r--translations/source/mni/svtools/source/java.po4
-rw-r--r--translations/source/mni/svtools/source/misc.po8
-rw-r--r--translations/source/mni/svtools/source/plugapp.po4
-rw-r--r--translations/source/mni/svtools/source/toolpanel.po4
-rw-r--r--translations/source/mni/svtools/workben/unodialog.po4
-rw-r--r--translations/source/mni/svx/inc.po4
-rw-r--r--translations/source/mni/svx/source/accessibility.po4
-rw-r--r--translations/source/mni/svx/source/dialog.po42
-rw-r--r--translations/source/mni/svx/source/engine3d.po4
-rw-r--r--translations/source/mni/svx/source/fmcomp.po4
-rw-r--r--translations/source/mni/svx/source/form.po4
-rw-r--r--translations/source/mni/svx/source/gallery2.po4
-rw-r--r--translations/source/mni/svx/source/items.po4
-rw-r--r--translations/source/mni/svx/source/src.po4
-rw-r--r--translations/source/mni/svx/source/stbctrls.po4
-rw-r--r--translations/source/mni/svx/source/svdraw.po4
-rw-r--r--translations/source/mni/svx/source/table.po4
-rw-r--r--translations/source/mni/svx/source/tbxctrls.po4
-rw-r--r--translations/source/mni/svx/source/toolbars.po4
-rw-r--r--translations/source/mni/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/mni/sw/source/core/layout.po6
-rw-r--r--translations/source/mni/sw/source/core/undo.po4
-rw-r--r--translations/source/mni/sw/source/core/unocore.po4
-rw-r--r--translations/source/mni/sw/source/ui/app.po28
-rw-r--r--translations/source/mni/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/mni/sw/source/ui/config.po56
-rw-r--r--translations/source/mni/sw/source/ui/dbui.po4
-rw-r--r--translations/source/mni/sw/source/ui/dialog.po8
-rw-r--r--translations/source/mni/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/mni/sw/source/ui/docvw.po4
-rw-r--r--translations/source/mni/sw/source/ui/envelp.po4
-rw-r--r--translations/source/mni/sw/source/ui/fldui.po4
-rw-r--r--translations/source/mni/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/mni/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/mni/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/mni/sw/source/ui/index.po4
-rw-r--r--translations/source/mni/sw/source/ui/lingu.po8
-rw-r--r--translations/source/mni/sw/source/ui/misc.po4
-rw-r--r--translations/source/mni/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/mni/sw/source/ui/shells.po4
-rw-r--r--translations/source/mni/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/mni/sw/source/ui/table.po44
-rw-r--r--translations/source/mni/sw/source/ui/uiview.po4
-rw-r--r--translations/source/mni/sw/source/ui/utlui.po194
-rw-r--r--translations/source/mni/sw/source/ui/web.po4
-rw-r--r--translations/source/mni/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/mni/swext/mediawiki/help.po72
-rw-r--r--translations/source/mni/swext/mediawiki/src.po6
-rw-r--r--translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/mni/sysui/desktop/share.po4
-rw-r--r--translations/source/mni/uui/source.po4
-rw-r--r--translations/source/mni/vcl/source/src.po96
-rw-r--r--translations/source/mni/wizards/source/euro.po4
-rw-r--r--translations/source/mni/wizards/source/formwizard.po4
-rw-r--r--translations/source/mni/wizards/source/importwizard.po4
-rw-r--r--translations/source/mni/wizards/source/schedule.po4
-rw-r--r--translations/source/mni/wizards/source/template.po4
-rw-r--r--translations/source/mni/xmlsecurity/source/component.po4
-rw-r--r--translations/source/mni/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mr/accessibility/source/helper.po4
-rw-r--r--translations/source/mr/avmedia/source/framework.po4
-rw-r--r--translations/source/mr/avmedia/source/viewer.po4
-rw-r--r--translations/source/mr/basctl/source/basicide.po12
-rw-r--r--translations/source/mr/basctl/source/dlged.po4
-rw-r--r--translations/source/mr/basic/source/app.po4
-rw-r--r--translations/source/mr/basic/source/classes.po4
-rw-r--r--translations/source/mr/basic/source/sbx.po4
-rw-r--r--translations/source/mr/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/mr/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/mr/connectivity/source/resource.po4
-rw-r--r--translations/source/mr/crashrep/source/all.po4
-rw-r--r--translations/source/mr/cui/source/customize.po4
-rw-r--r--translations/source/mr/cui/source/dialogs.po12
-rw-r--r--translations/source/mr/cui/source/options.po44
-rw-r--r--translations/source/mr/cui/source/tabpages.po8
-rw-r--r--translations/source/mr/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/mr/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/mr/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/mr/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/mr/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/mr/desktop/source/app.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/mr/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/mr/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/mr/desktop/win32/source/setup.po4
-rw-r--r--translations/source/mr/dictionaries/af_ZA.po6
-rw-r--r--translations/source/mr/dictionaries/ar.po6
-rw-r--r--translations/source/mr/dictionaries/be_BY.po19
-rw-r--r--translations/source/mr/dictionaries/bg_BG.po6
-rw-r--r--translations/source/mr/dictionaries/bn_BD.po6
-rw-r--r--translations/source/mr/dictionaries/br_FR.po6
-rw-r--r--translations/source/mr/dictionaries/ca.po6
-rw-r--r--translations/source/mr/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/mr/dictionaries/da_DK.po6
-rw-r--r--translations/source/mr/dictionaries/de.po6
-rw-r--r--translations/source/mr/dictionaries/el_GR.po19
-rw-r--r--translations/source/mr/dictionaries/en.po6
-rw-r--r--translations/source/mr/dictionaries/es_ES.po6
-rw-r--r--translations/source/mr/dictionaries/et_EE.po6
-rw-r--r--translations/source/mr/dictionaries/fr_FR.po6
-rw-r--r--translations/source/mr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/mr/dictionaries/gl.po6
-rw-r--r--translations/source/mr/dictionaries/gu_IN.po6
-rw-r--r--translations/source/mr/dictionaries/he_IL.po6
-rw-r--r--translations/source/mr/dictionaries/hi_IN.po6
-rw-r--r--translations/source/mr/dictionaries/hr_HR.po6
-rw-r--r--translations/source/mr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mr/dictionaries/it_IT.po6
-rw-r--r--translations/source/mr/dictionaries/ku_TR.po6
-rw-r--r--translations/source/mr/dictionaries/lt_LT.po6
-rw-r--r--translations/source/mr/dictionaries/lv_LV.po6
-rw-r--r--translations/source/mr/dictionaries/ne_NP.po6
-rw-r--r--translations/source/mr/dictionaries/nl_NL.po6
-rw-r--r--translations/source/mr/dictionaries/no.po6
-rw-r--r--translations/source/mr/dictionaries/oc_FR.po6
-rw-r--r--translations/source/mr/dictionaries/pl_PL.po6
-rw-r--r--translations/source/mr/dictionaries/pt_BR.po6
-rw-r--r--translations/source/mr/dictionaries/pt_PT.po6
-rw-r--r--translations/source/mr/dictionaries/ro.po6
-rw-r--r--translations/source/mr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mr/dictionaries/sk_SK.po6
-rw-r--r--translations/source/mr/dictionaries/sl_SI.po6
-rw-r--r--translations/source/mr/dictionaries/sr.po6
-rw-r--r--translations/source/mr/dictionaries/sv_SE.po6
-rw-r--r--translations/source/mr/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mr/dictionaries/te_IN.po19
-rw-r--r--translations/source/mr/dictionaries/th_TH.po6
-rw-r--r--translations/source/mr/dictionaries/uk_UA.po6
-rw-r--r--translations/source/mr/dictionaries/vi.po6
-rw-r--r--translations/source/mr/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/mr/editeng/source/accessibility.po4
-rw-r--r--translations/source/mr/editeng/source/editeng.po4
-rw-r--r--translations/source/mr/editeng/source/items.po4
-rw-r--r--translations/source/mr/editeng/source/misc.po4
-rw-r--r--translations/source/mr/editeng/source/outliner.po4
-rw-r--r--translations/source/mr/extensions/source/abpilot.po4
-rw-r--r--translations/source/mr/extensions/source/bibliography.po4
-rw-r--r--translations/source/mr/extensions/source/dbpilots.po4
-rw-r--r--translations/source/mr/extensions/source/propctrlr.po4
-rw-r--r--translations/source/mr/extensions/source/scanner.po8
-rw-r--r--translations/source/mr/extensions/source/update/check.po4
-rw-r--r--translations/source/mr/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/mr/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/mr/filter/source/flash.po4
-rw-r--r--translations/source/mr/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/mr/filter/source/pdf.po4
-rw-r--r--translations/source/mr/filter/source/t602.po4
-rw-r--r--translations/source/mr/filter/source/xsltdialog.po8
-rw-r--r--translations/source/mr/forms/source/resource.po4
-rw-r--r--translations/source/mr/formula/source/core/resource.po4
-rw-r--r--translations/source/mr/formula/source/ui/dlg.po4
-rw-r--r--translations/source/mr/fpicker/source/office.po4
-rw-r--r--translations/source/mr/framework/source/classes.po4
-rw-r--r--translations/source/mr/framework/source/services.po4
-rw-r--r--translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/mr/mysqlc/source.po12
-rw-r--r--translations/source/mr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/mr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/mr/padmin/source.po4
-rw-r--r--translations/source/mr/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/mr/reportbuilder/util.po8
-rw-r--r--translations/source/mr/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/mr/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/mr/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/mr/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/mr/sc/source/core/src.po4
-rw-r--r--translations/source/mr/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/mr/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/mr/sc/source/ui/docshell.po4
-rw-r--r--translations/source/mr/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/mr/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/mr/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/mr/sc/source/ui/navipi.po11
-rw-r--r--translations/source/mr/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/mr/sc/source/ui/src.po268
-rw-r--r--translations/source/mr/sc/source/ui/styleui.po4
-rw-r--r--translations/source/mr/scaddins/source/analysis.po4
-rw-r--r--translations/source/mr/scaddins/source/datefunc.po4
-rw-r--r--translations/source/mr/sccomp/source/solver.po4
-rw-r--r--translations/source/mr/scp2/source/accessories.po4
-rw-r--r--translations/source/mr/scp2/source/activex.po4
-rw-r--r--translations/source/mr/scp2/source/base.po4
-rw-r--r--translations/source/mr/scp2/source/binfilter.po4
-rw-r--r--translations/source/mr/scp2/source/calc.po4
-rw-r--r--translations/source/mr/scp2/source/draw.po4
-rw-r--r--translations/source/mr/scp2/source/extensions.po4
-rw-r--r--translations/source/mr/scp2/source/gnome.po4
-rw-r--r--translations/source/mr/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/mr/scp2/source/impress.po4
-rw-r--r--translations/source/mr/scp2/source/javafilter.po4
-rw-r--r--translations/source/mr/scp2/source/kde.po4
-rw-r--r--translations/source/mr/scp2/source/math.po4
-rw-r--r--translations/source/mr/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/mr/scp2/source/ooo.po669
-rw-r--r--translations/source/mr/scp2/source/python.po8
-rw-r--r--translations/source/mr/scp2/source/quickstart.po4
-rw-r--r--translations/source/mr/scp2/source/sdkoo.po4
-rw-r--r--translations/source/mr/scp2/source/testtool.po4
-rw-r--r--translations/source/mr/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/mr/scp2/source/writer.po4
-rw-r--r--translations/source/mr/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/mr/scripting/source/pyprov.po10
-rw-r--r--translations/source/mr/sd/source/core.po4
-rw-r--r--translations/source/mr/sd/source/filter/html.po4
-rw-r--r--translations/source/mr/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/mr/sd/source/ui/animations.po4
-rw-r--r--translations/source/mr/sd/source/ui/annotations.po4
-rw-r--r--translations/source/mr/sd/source/ui/app.po4
-rw-r--r--translations/source/mr/sd/source/ui/dlg.po4
-rw-r--r--translations/source/mr/sd/source/ui/notes.po4
-rw-r--r--translations/source/mr/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/mr/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/mr/sd/source/ui/table.po4
-rw-r--r--translations/source/mr/sd/source/ui/view.po4
-rw-r--r--translations/source/mr/sdext/source/minimizer.po6
-rw-r--r--translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/mr/sdext/source/pdfimport.po16
-rw-r--r--translations/source/mr/sdext/source/presenter.po6
-rw-r--r--translations/source/mr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/mr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/mr/setup_native/source/mac.po4
-rw-r--r--translations/source/mr/sfx2/source/appl.po4
-rw-r--r--translations/source/mr/sfx2/source/bastyp.po4
-rw-r--r--translations/source/mr/sfx2/source/dialog.po4
-rw-r--r--translations/source/mr/sfx2/source/doc.po4
-rw-r--r--translations/source/mr/sfx2/source/menu.po4
-rw-r--r--translations/source/mr/sfx2/source/view.po4
-rw-r--r--translations/source/mr/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/mr/starmath/source.po36
-rw-r--r--translations/source/mr/svl/source/items.po4
-rw-r--r--translations/source/mr/svl/source/misc.po165
-rw-r--r--translations/source/mr/svtools/source/contnr.po4
-rw-r--r--translations/source/mr/svtools/source/control.po4
-rw-r--r--translations/source/mr/svtools/source/dialogs.po4
-rw-r--r--translations/source/mr/svtools/source/filter.po4
-rw-r--r--translations/source/mr/svtools/source/java.po4
-rw-r--r--translations/source/mr/svtools/source/misc.po8
-rw-r--r--translations/source/mr/svtools/source/plugapp.po4
-rw-r--r--translations/source/mr/svtools/source/toolpanel.po4
-rw-r--r--translations/source/mr/svtools/workben/unodialog.po4
-rw-r--r--translations/source/mr/svx/inc.po4
-rw-r--r--translations/source/mr/svx/source/accessibility.po4
-rw-r--r--translations/source/mr/svx/source/dialog.po46
-rw-r--r--translations/source/mr/svx/source/engine3d.po4
-rw-r--r--translations/source/mr/svx/source/fmcomp.po4
-rw-r--r--translations/source/mr/svx/source/form.po4
-rw-r--r--translations/source/mr/svx/source/gallery2.po4
-rw-r--r--translations/source/mr/svx/source/items.po4
-rw-r--r--translations/source/mr/svx/source/src.po4
-rw-r--r--translations/source/mr/svx/source/stbctrls.po4
-rw-r--r--translations/source/mr/svx/source/svdraw.po4
-rw-r--r--translations/source/mr/svx/source/table.po4
-rw-r--r--translations/source/mr/svx/source/tbxctrls.po4
-rw-r--r--translations/source/mr/svx/source/toolbars.po4
-rw-r--r--translations/source/mr/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/mr/sw/source/core/layout.po6
-rw-r--r--translations/source/mr/sw/source/core/undo.po4
-rw-r--r--translations/source/mr/sw/source/core/unocore.po4
-rw-r--r--translations/source/mr/sw/source/ui/app.po28
-rw-r--r--translations/source/mr/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/mr/sw/source/ui/config.po56
-rw-r--r--translations/source/mr/sw/source/ui/dbui.po4
-rw-r--r--translations/source/mr/sw/source/ui/dialog.po8
-rw-r--r--translations/source/mr/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/mr/sw/source/ui/docvw.po4
-rw-r--r--translations/source/mr/sw/source/ui/envelp.po4
-rw-r--r--translations/source/mr/sw/source/ui/fldui.po4
-rw-r--r--translations/source/mr/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/mr/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/mr/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/mr/sw/source/ui/index.po4
-rw-r--r--translations/source/mr/sw/source/ui/lingu.po8
-rw-r--r--translations/source/mr/sw/source/ui/misc.po4
-rw-r--r--translations/source/mr/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/mr/sw/source/ui/shells.po4
-rw-r--r--translations/source/mr/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/mr/sw/source/ui/table.po46
-rw-r--r--translations/source/mr/sw/source/ui/uiview.po4
-rw-r--r--translations/source/mr/sw/source/ui/utlui.po194
-rw-r--r--translations/source/mr/sw/source/ui/web.po4
-rw-r--r--translations/source/mr/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/mr/swext/mediawiki/help.po93
-rw-r--r--translations/source/mr/swext/mediawiki/src.po6
-rw-r--r--translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/mr/sysui/desktop/share.po4
-rw-r--r--translations/source/mr/uui/source.po4
-rw-r--r--translations/source/mr/vcl/source/src.po84
-rw-r--r--translations/source/mr/wizards/source/euro.po4
-rw-r--r--translations/source/mr/wizards/source/formwizard.po4
-rw-r--r--translations/source/mr/wizards/source/importwizard.po4
-rw-r--r--translations/source/mr/wizards/source/schedule.po4
-rw-r--r--translations/source/mr/wizards/source/template.po4
-rw-r--r--translations/source/mr/xmlsecurity/source/component.po4
-rw-r--r--translations/source/mr/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/my/accessibility/source/helper.po4
-rw-r--r--translations/source/my/avmedia/source/framework.po4
-rw-r--r--translations/source/my/avmedia/source/viewer.po4
-rw-r--r--translations/source/my/basctl/source/basicide.po12
-rw-r--r--translations/source/my/basctl/source/dlged.po4
-rw-r--r--translations/source/my/basic/source/app.po4
-rw-r--r--translations/source/my/basic/source/classes.po4
-rw-r--r--translations/source/my/basic/source/sbx.po4
-rw-r--r--translations/source/my/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/my/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/my/connectivity/source/resource.po4
-rw-r--r--translations/source/my/crashrep/source/all.po4
-rw-r--r--translations/source/my/cui/source/customize.po4
-rw-r--r--translations/source/my/cui/source/dialogs.po12
-rw-r--r--translations/source/my/cui/source/options.po42
-rw-r--r--translations/source/my/cui/source/tabpages.po8
-rw-r--r--translations/source/my/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/my/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/my/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/my/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/my/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/my/desktop/source/app.po4
-rw-r--r--translations/source/my/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/my/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/my/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/my/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/my/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/my/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/my/desktop/win32/source/setup.po4
-rw-r--r--translations/source/my/dictionaries/af_ZA.po6
-rw-r--r--translations/source/my/dictionaries/ar.po6
-rw-r--r--translations/source/my/dictionaries/be_BY.po19
-rw-r--r--translations/source/my/dictionaries/bg_BG.po6
-rw-r--r--translations/source/my/dictionaries/bn_BD.po6
-rw-r--r--translations/source/my/dictionaries/br_FR.po6
-rw-r--r--translations/source/my/dictionaries/ca.po6
-rw-r--r--translations/source/my/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/my/dictionaries/da_DK.po6
-rw-r--r--translations/source/my/dictionaries/de.po6
-rw-r--r--translations/source/my/dictionaries/el_GR.po19
-rw-r--r--translations/source/my/dictionaries/en.po6
-rw-r--r--translations/source/my/dictionaries/es_ES.po6
-rw-r--r--translations/source/my/dictionaries/et_EE.po6
-rw-r--r--translations/source/my/dictionaries/fr_FR.po6
-rw-r--r--translations/source/my/dictionaries/gd_GB.po19
-rw-r--r--translations/source/my/dictionaries/gl.po6
-rw-r--r--translations/source/my/dictionaries/gu_IN.po6
-rw-r--r--translations/source/my/dictionaries/he_IL.po6
-rw-r--r--translations/source/my/dictionaries/hi_IN.po6
-rw-r--r--translations/source/my/dictionaries/hr_HR.po6
-rw-r--r--translations/source/my/dictionaries/hu_HU.po6
-rw-r--r--translations/source/my/dictionaries/it_IT.po6
-rw-r--r--translations/source/my/dictionaries/ku_TR.po6
-rw-r--r--translations/source/my/dictionaries/lt_LT.po6
-rw-r--r--translations/source/my/dictionaries/lv_LV.po6
-rw-r--r--translations/source/my/dictionaries/ne_NP.po6
-rw-r--r--translations/source/my/dictionaries/nl_NL.po6
-rw-r--r--translations/source/my/dictionaries/no.po6
-rw-r--r--translations/source/my/dictionaries/oc_FR.po6
-rw-r--r--translations/source/my/dictionaries/pl_PL.po6
-rw-r--r--translations/source/my/dictionaries/pt_BR.po6
-rw-r--r--translations/source/my/dictionaries/pt_PT.po6
-rw-r--r--translations/source/my/dictionaries/ro.po6
-rw-r--r--translations/source/my/dictionaries/ru_RU.po6
-rw-r--r--translations/source/my/dictionaries/sk_SK.po6
-rw-r--r--translations/source/my/dictionaries/sl_SI.po6
-rw-r--r--translations/source/my/dictionaries/sr.po6
-rw-r--r--translations/source/my/dictionaries/sv_SE.po6
-rw-r--r--translations/source/my/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/my/dictionaries/te_IN.po19
-rw-r--r--translations/source/my/dictionaries/th_TH.po6
-rw-r--r--translations/source/my/dictionaries/uk_UA.po6
-rw-r--r--translations/source/my/dictionaries/vi.po6
-rw-r--r--translations/source/my/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/my/editeng/source/accessibility.po4
-rw-r--r--translations/source/my/editeng/source/editeng.po4
-rw-r--r--translations/source/my/editeng/source/items.po4
-rw-r--r--translations/source/my/editeng/source/misc.po4
-rw-r--r--translations/source/my/editeng/source/outliner.po4
-rw-r--r--translations/source/my/extensions/source/abpilot.po4
-rw-r--r--translations/source/my/extensions/source/bibliography.po4
-rw-r--r--translations/source/my/extensions/source/dbpilots.po4
-rw-r--r--translations/source/my/extensions/source/propctrlr.po4
-rw-r--r--translations/source/my/extensions/source/scanner.po8
-rw-r--r--translations/source/my/extensions/source/update/check.po4
-rw-r--r--translations/source/my/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/my/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/my/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/my/filter/source/flash.po4
-rw-r--r--translations/source/my/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/my/filter/source/pdf.po4
-rw-r--r--translations/source/my/filter/source/t602.po4
-rw-r--r--translations/source/my/filter/source/xsltdialog.po8
-rw-r--r--translations/source/my/forms/source/resource.po4
-rw-r--r--translations/source/my/formula/source/core/resource.po4
-rw-r--r--translations/source/my/formula/source/ui/dlg.po4
-rw-r--r--translations/source/my/fpicker/source/office.po4
-rw-r--r--translations/source/my/framework/source/classes.po4
-rw-r--r--translations/source/my/framework/source/services.po4
-rw-r--r--translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/my/mysqlc/source.po12
-rw-r--r--translations/source/my/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/my/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/my/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/my/padmin/source.po4
-rw-r--r--translations/source/my/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/my/reportbuilder/util.po8
-rw-r--r--translations/source/my/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/my/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/my/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/my/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/my/sc/source/core/src.po4
-rw-r--r--translations/source/my/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/my/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/my/sc/source/ui/docshell.po4
-rw-r--r--translations/source/my/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/my/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/my/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/my/sc/source/ui/navipi.po9
-rw-r--r--translations/source/my/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/my/sc/source/ui/src.po268
-rw-r--r--translations/source/my/sc/source/ui/styleui.po4
-rw-r--r--translations/source/my/scaddins/source/analysis.po4
-rw-r--r--translations/source/my/scaddins/source/datefunc.po4
-rw-r--r--translations/source/my/sccomp/source/solver.po4
-rw-r--r--translations/source/my/scp2/source/accessories.po4
-rw-r--r--translations/source/my/scp2/source/activex.po4
-rw-r--r--translations/source/my/scp2/source/base.po4
-rw-r--r--translations/source/my/scp2/source/binfilter.po4
-rw-r--r--translations/source/my/scp2/source/calc.po4
-rw-r--r--translations/source/my/scp2/source/draw.po4
-rw-r--r--translations/source/my/scp2/source/extensions.po4
-rw-r--r--translations/source/my/scp2/source/gnome.po4
-rw-r--r--translations/source/my/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/my/scp2/source/impress.po4
-rw-r--r--translations/source/my/scp2/source/javafilter.po4
-rw-r--r--translations/source/my/scp2/source/kde.po4
-rw-r--r--translations/source/my/scp2/source/math.po4
-rw-r--r--translations/source/my/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/my/scp2/source/ooo.po709
-rw-r--r--translations/source/my/scp2/source/python.po8
-rw-r--r--translations/source/my/scp2/source/quickstart.po4
-rw-r--r--translations/source/my/scp2/source/sdkoo.po4
-rw-r--r--translations/source/my/scp2/source/testtool.po4
-rw-r--r--translations/source/my/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/my/scp2/source/writer.po4
-rw-r--r--translations/source/my/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/my/scripting/source/pyprov.po10
-rw-r--r--translations/source/my/sd/source/core.po4
-rw-r--r--translations/source/my/sd/source/filter/html.po4
-rw-r--r--translations/source/my/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/my/sd/source/ui/animations.po4
-rw-r--r--translations/source/my/sd/source/ui/annotations.po4
-rw-r--r--translations/source/my/sd/source/ui/app.po4
-rw-r--r--translations/source/my/sd/source/ui/dlg.po4
-rw-r--r--translations/source/my/sd/source/ui/notes.po4
-rw-r--r--translations/source/my/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/my/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/my/sd/source/ui/table.po4
-rw-r--r--translations/source/my/sd/source/ui/view.po4
-rw-r--r--translations/source/my/sdext/source/minimizer.po6
-rw-r--r--translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/my/sdext/source/pdfimport.po15
-rw-r--r--translations/source/my/sdext/source/presenter.po6
-rw-r--r--translations/source/my/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/my/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/my/setup_native/source/mac.po4
-rw-r--r--translations/source/my/sfx2/source/appl.po4
-rw-r--r--translations/source/my/sfx2/source/bastyp.po4
-rw-r--r--translations/source/my/sfx2/source/dialog.po4
-rw-r--r--translations/source/my/sfx2/source/doc.po4
-rw-r--r--translations/source/my/sfx2/source/menu.po4
-rw-r--r--translations/source/my/sfx2/source/view.po4
-rw-r--r--translations/source/my/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/my/starmath/source.po36
-rw-r--r--translations/source/my/svl/source/items.po4
-rw-r--r--translations/source/my/svl/source/misc.po201
-rw-r--r--translations/source/my/svtools/source/contnr.po4
-rw-r--r--translations/source/my/svtools/source/control.po4
-rw-r--r--translations/source/my/svtools/source/dialogs.po4
-rw-r--r--translations/source/my/svtools/source/filter.po4
-rw-r--r--translations/source/my/svtools/source/java.po4
-rw-r--r--translations/source/my/svtools/source/misc.po8
-rw-r--r--translations/source/my/svtools/source/plugapp.po4
-rw-r--r--translations/source/my/svtools/source/toolpanel.po4
-rw-r--r--translations/source/my/svtools/workben/unodialog.po4
-rw-r--r--translations/source/my/svx/inc.po4
-rw-r--r--translations/source/my/svx/source/accessibility.po4
-rw-r--r--translations/source/my/svx/source/dialog.po43
-rw-r--r--translations/source/my/svx/source/engine3d.po4
-rw-r--r--translations/source/my/svx/source/fmcomp.po4
-rw-r--r--translations/source/my/svx/source/form.po4
-rw-r--r--translations/source/my/svx/source/gallery2.po4
-rw-r--r--translations/source/my/svx/source/items.po4
-rw-r--r--translations/source/my/svx/source/src.po4
-rw-r--r--translations/source/my/svx/source/stbctrls.po4
-rw-r--r--translations/source/my/svx/source/svdraw.po4
-rw-r--r--translations/source/my/svx/source/table.po4
-rw-r--r--translations/source/my/svx/source/tbxctrls.po4
-rw-r--r--translations/source/my/svx/source/toolbars.po4
-rw-r--r--translations/source/my/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/my/sw/source/core/layout.po6
-rw-r--r--translations/source/my/sw/source/core/undo.po4
-rw-r--r--translations/source/my/sw/source/core/unocore.po4
-rw-r--r--translations/source/my/sw/source/ui/app.po28
-rw-r--r--translations/source/my/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/my/sw/source/ui/config.po56
-rw-r--r--translations/source/my/sw/source/ui/dbui.po4
-rw-r--r--translations/source/my/sw/source/ui/dialog.po8
-rw-r--r--translations/source/my/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/my/sw/source/ui/docvw.po4
-rw-r--r--translations/source/my/sw/source/ui/envelp.po4
-rw-r--r--translations/source/my/sw/source/ui/fldui.po4
-rw-r--r--translations/source/my/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/my/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/my/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/my/sw/source/ui/index.po4
-rw-r--r--translations/source/my/sw/source/ui/lingu.po8
-rw-r--r--translations/source/my/sw/source/ui/misc.po4
-rw-r--r--translations/source/my/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/my/sw/source/ui/shells.po4
-rw-r--r--translations/source/my/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/my/sw/source/ui/table.po44
-rw-r--r--translations/source/my/sw/source/ui/uiview.po4
-rw-r--r--translations/source/my/sw/source/ui/utlui.po194
-rw-r--r--translations/source/my/sw/source/ui/web.po4
-rw-r--r--translations/source/my/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/my/swext/mediawiki/help.po87
-rw-r--r--translations/source/my/swext/mediawiki/src.po6
-rw-r--r--translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/my/sysui/desktop/share.po4
-rw-r--r--translations/source/my/uui/source.po4
-rw-r--r--translations/source/my/vcl/source/src.po104
-rw-r--r--translations/source/my/wizards/source/euro.po4
-rw-r--r--translations/source/my/wizards/source/formwizard.po4
-rw-r--r--translations/source/my/wizards/source/importwizard.po4
-rw-r--r--translations/source/my/wizards/source/schedule.po4
-rw-r--r--translations/source/my/wizards/source/template.po4
-rw-r--r--translations/source/my/xmlsecurity/source/component.po4
-rw-r--r--translations/source/my/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/nb/accessibility/source/helper.po4
-rw-r--r--translations/source/nb/avmedia/source/framework.po4
-rw-r--r--translations/source/nb/avmedia/source/viewer.po4
-rw-r--r--translations/source/nb/basctl/source/basicide.po26
-rw-r--r--translations/source/nb/basctl/source/dlged.po4
-rw-r--r--translations/source/nb/basic/source/app.po16
-rw-r--r--translations/source/nb/basic/source/classes.po4
-rw-r--r--translations/source/nb/basic/source/sbx.po4
-rw-r--r--translations/source/nb/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/nb/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/nb/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/nb/connectivity/source/resource.po9
-rw-r--r--translations/source/nb/crashrep/source/all.po4
-rw-r--r--translations/source/nb/cui/source/customize.po4
-rw-r--r--translations/source/nb/cui/source/dialogs.po64
-rw-r--r--translations/source/nb/cui/source/options.po54
-rw-r--r--translations/source/nb/cui/source/tabpages.po10
-rw-r--r--translations/source/nb/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/nb/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/nb/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/nb/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/app.po15
-rw-r--r--translations/source/nb/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/nb/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/nb/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/nb/desktop/source/app.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/nb/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/nb/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/nb/desktop/win32/source/setup.po4
-rw-r--r--translations/source/nb/dictionaries/af_ZA.po12
-rw-r--r--translations/source/nb/dictionaries/ar.po12
-rw-r--r--translations/source/nb/dictionaries/be_BY.po19
-rw-r--r--translations/source/nb/dictionaries/bg_BG.po12
-rw-r--r--translations/source/nb/dictionaries/bn_BD.po12
-rw-r--r--translations/source/nb/dictionaries/br_FR.po12
-rw-r--r--translations/source/nb/dictionaries/ca.po12
-rw-r--r--translations/source/nb/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/nb/dictionaries/da_DK.po12
-rw-r--r--translations/source/nb/dictionaries/de.po12
-rw-r--r--translations/source/nb/dictionaries/el_GR.po19
-rw-r--r--translations/source/nb/dictionaries/en.po12
-rw-r--r--translations/source/nb/dictionaries/es_ES.po12
-rw-r--r--translations/source/nb/dictionaries/et_EE.po12
-rw-r--r--translations/source/nb/dictionaries/fr_FR.po12
-rw-r--r--translations/source/nb/dictionaries/gd_GB.po19
-rw-r--r--translations/source/nb/dictionaries/gl.po12
-rw-r--r--translations/source/nb/dictionaries/gu_IN.po12
-rw-r--r--translations/source/nb/dictionaries/he_IL.po12
-rw-r--r--translations/source/nb/dictionaries/hi_IN.po12
-rw-r--r--translations/source/nb/dictionaries/hr_HR.po12
-rw-r--r--translations/source/nb/dictionaries/hu_HU.po12
-rw-r--r--translations/source/nb/dictionaries/it_IT.po12
-rw-r--r--translations/source/nb/dictionaries/ku_TR.po12
-rw-r--r--translations/source/nb/dictionaries/lt_LT.po12
-rw-r--r--translations/source/nb/dictionaries/lv_LV.po12
-rw-r--r--translations/source/nb/dictionaries/ne_NP.po12
-rw-r--r--translations/source/nb/dictionaries/nl_NL.po12
-rw-r--r--translations/source/nb/dictionaries/no.po12
-rw-r--r--translations/source/nb/dictionaries/oc_FR.po12
-rw-r--r--translations/source/nb/dictionaries/pl_PL.po12
-rw-r--r--translations/source/nb/dictionaries/pt_BR.po12
-rw-r--r--translations/source/nb/dictionaries/pt_PT.po12
-rw-r--r--translations/source/nb/dictionaries/ro.po12
-rw-r--r--translations/source/nb/dictionaries/ru_RU.po12
-rw-r--r--translations/source/nb/dictionaries/sk_SK.po12
-rw-r--r--translations/source/nb/dictionaries/sl_SI.po12
-rw-r--r--translations/source/nb/dictionaries/sr.po12
-rw-r--r--translations/source/nb/dictionaries/sv_SE.po12
-rw-r--r--translations/source/nb/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/nb/dictionaries/te_IN.po19
-rw-r--r--translations/source/nb/dictionaries/th_TH.po12
-rw-r--r--translations/source/nb/dictionaries/uk_UA.po12
-rw-r--r--translations/source/nb/dictionaries/vi.po12
-rw-r--r--translations/source/nb/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/nb/editeng/source/accessibility.po4
-rw-r--r--translations/source/nb/editeng/source/editeng.po8
-rw-r--r--translations/source/nb/editeng/source/items.po4
-rw-r--r--translations/source/nb/editeng/source/misc.po4
-rw-r--r--translations/source/nb/editeng/source/outliner.po4
-rw-r--r--translations/source/nb/extensions/source/abpilot.po8
-rw-r--r--translations/source/nb/extensions/source/bibliography.po4
-rw-r--r--translations/source/nb/extensions/source/dbpilots.po4
-rw-r--r--translations/source/nb/extensions/source/propctrlr.po4
-rw-r--r--translations/source/nb/extensions/source/scanner.po10
-rw-r--r--translations/source/nb/extensions/source/update/check.po7
-rw-r--r--translations/source/nb/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/nb/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/nb/filter/source/flash.po4
-rw-r--r--translations/source/nb/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/nb/filter/source/pdf.po12
-rw-r--r--translations/source/nb/filter/source/t602.po4
-rw-r--r--translations/source/nb/filter/source/xsltdialog.po13
-rw-r--r--translations/source/nb/forms/source/resource.po4
-rw-r--r--translations/source/nb/formula/source/core/resource.po4
-rw-r--r--translations/source/nb/formula/source/ui/dlg.po4
-rw-r--r--translations/source/nb/fpicker/source/office.po4
-rw-r--r--translations/source/nb/framework/source/classes.po4
-rw-r--r--translations/source/nb/framework/source/services.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/01.po257
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/05.po68
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/01.po98
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/guide.po58
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po15
-rw-r--r--translations/source/nb/mysqlc/source.po16
-rw-r--r--translations/source/nb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/nb/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--translations/source/nb/padmin/source.po4
-rw-r--r--translations/source/nb/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/nb/reportbuilder/util.po16
-rw-r--r--translations/source/nb/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/nb/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/nb/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/nb/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/nb/sc/source/core/src.po4
-rw-r--r--translations/source/nb/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/nb/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/nb/sc/source/ui/docshell.po4
-rw-r--r--translations/source/nb/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/nb/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/nb/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/nb/sc/source/ui/navipi.po9
-rw-r--r--translations/source/nb/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/nb/sc/source/ui/src.po321
-rw-r--r--translations/source/nb/sc/source/ui/styleui.po4
-rw-r--r--translations/source/nb/scaddins/source/analysis.po4
-rw-r--r--translations/source/nb/scaddins/source/datefunc.po4
-rw-r--r--translations/source/nb/sccomp/source/solver.po4
-rw-r--r--translations/source/nb/scp2/source/accessories.po4
-rw-r--r--translations/source/nb/scp2/source/activex.po4
-rw-r--r--translations/source/nb/scp2/source/base.po4
-rw-r--r--translations/source/nb/scp2/source/binfilter.po4
-rw-r--r--translations/source/nb/scp2/source/calc.po8
-rw-r--r--translations/source/nb/scp2/source/draw.po4
-rw-r--r--translations/source/nb/scp2/source/extensions.po4
-rw-r--r--translations/source/nb/scp2/source/gnome.po4
-rw-r--r--translations/source/nb/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/nb/scp2/source/impress.po4
-rw-r--r--translations/source/nb/scp2/source/javafilter.po4
-rw-r--r--translations/source/nb/scp2/source/kde.po4
-rw-r--r--translations/source/nb/scp2/source/math.po4
-rw-r--r--translations/source/nb/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/nb/scp2/source/ooo.po1004
-rw-r--r--translations/source/nb/scp2/source/python.po8
-rw-r--r--translations/source/nb/scp2/source/quickstart.po4
-rw-r--r--translations/source/nb/scp2/source/sdkoo.po4
-rw-r--r--translations/source/nb/scp2/source/testtool.po4
-rw-r--r--translations/source/nb/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/nb/scp2/source/writer.po4
-rw-r--r--translations/source/nb/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/nb/scripting/source/pyprov.po16
-rw-r--r--translations/source/nb/sd/source/core.po4
-rw-r--r--translations/source/nb/sd/source/filter/html.po4
-rw-r--r--translations/source/nb/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/nb/sd/source/ui/animations.po4
-rw-r--r--translations/source/nb/sd/source/ui/annotations.po4
-rw-r--r--translations/source/nb/sd/source/ui/app.po21
-rw-r--r--translations/source/nb/sd/source/ui/dlg.po8
-rw-r--r--translations/source/nb/sd/source/ui/notes.po4
-rw-r--r--translations/source/nb/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/nb/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/nb/sd/source/ui/table.po4
-rw-r--r--translations/source/nb/sd/source/ui/view.po4
-rw-r--r--translations/source/nb/sdext/source/minimizer.po14
-rw-r--r--translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nb/sdext/source/pdfimport.po17
-rw-r--r--translations/source/nb/sdext/source/presenter.po14
-rw-r--r--translations/source/nb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/nb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/nb/setup_native/source/mac.po4
-rw-r--r--translations/source/nb/sfx2/source/appl.po4
-rw-r--r--translations/source/nb/sfx2/source/bastyp.po4
-rw-r--r--translations/source/nb/sfx2/source/dialog.po13
-rw-r--r--translations/source/nb/sfx2/source/doc.po4
-rw-r--r--translations/source/nb/sfx2/source/menu.po4
-rw-r--r--translations/source/nb/sfx2/source/view.po4
-rw-r--r--translations/source/nb/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/nb/starmath/source.po41
-rw-r--r--translations/source/nb/svl/source/items.po4
-rw-r--r--translations/source/nb/svl/source/misc.po166
-rw-r--r--translations/source/nb/svtools/source/contnr.po4
-rw-r--r--translations/source/nb/svtools/source/control.po4
-rw-r--r--translations/source/nb/svtools/source/dialogs.po4
-rw-r--r--translations/source/nb/svtools/source/filter.po4
-rw-r--r--translations/source/nb/svtools/source/java.po9
-rw-r--r--translations/source/nb/svtools/source/misc.po14
-rw-r--r--translations/source/nb/svtools/source/plugapp.po4
-rw-r--r--translations/source/nb/svtools/source/toolpanel.po4
-rw-r--r--translations/source/nb/svtools/workben/unodialog.po4
-rw-r--r--translations/source/nb/svx/inc.po10
-rw-r--r--translations/source/nb/svx/source/accessibility.po4
-rw-r--r--translations/source/nb/svx/source/dialog.po46
-rw-r--r--translations/source/nb/svx/source/engine3d.po4
-rw-r--r--translations/source/nb/svx/source/fmcomp.po4
-rw-r--r--translations/source/nb/svx/source/form.po4
-rw-r--r--translations/source/nb/svx/source/gallery2.po4
-rw-r--r--translations/source/nb/svx/source/items.po4
-rw-r--r--translations/source/nb/svx/source/src.po4
-rw-r--r--translations/source/nb/svx/source/stbctrls.po4
-rw-r--r--translations/source/nb/svx/source/svdraw.po4
-rw-r--r--translations/source/nb/svx/source/table.po4
-rw-r--r--translations/source/nb/svx/source/tbxctrls.po4
-rw-r--r--translations/source/nb/svx/source/toolbars.po4
-rw-r--r--translations/source/nb/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/nb/sw/source/core/layout.po14
-rw-r--r--translations/source/nb/sw/source/core/undo.po13
-rw-r--r--translations/source/nb/sw/source/core/unocore.po4
-rw-r--r--translations/source/nb/sw/source/ui/app.po34
-rw-r--r--translations/source/nb/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/nb/sw/source/ui/config.po60
-rw-r--r--translations/source/nb/sw/source/ui/dbui.po14
-rw-r--r--translations/source/nb/sw/source/ui/dialog.po8
-rw-r--r--translations/source/nb/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/nb/sw/source/ui/docvw.po14
-rw-r--r--translations/source/nb/sw/source/ui/envelp.po4
-rw-r--r--translations/source/nb/sw/source/ui/fldui.po4
-rw-r--r--translations/source/nb/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/nb/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/nb/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/nb/sw/source/ui/index.po4
-rw-r--r--translations/source/nb/sw/source/ui/lingu.po8
-rw-r--r--translations/source/nb/sw/source/ui/misc.po4
-rw-r--r--translations/source/nb/sw/source/ui/ribbar.po18
-rw-r--r--translations/source/nb/sw/source/ui/shells.po4
-rw-r--r--translations/source/nb/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/nb/sw/source/ui/table.po40
-rw-r--r--translations/source/nb/sw/source/ui/uiview.po4
-rw-r--r--translations/source/nb/sw/source/ui/utlui.po187
-rw-r--r--translations/source/nb/sw/source/ui/web.po4
-rw-r--r--translations/source/nb/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/nb/swext/mediawiki/help.po91
-rw-r--r--translations/source/nb/swext/mediawiki/src.po12
-rw-r--r--translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/nb/sysui/desktop/share.po7
-rw-r--r--translations/source/nb/uui/source.po10
-rw-r--r--translations/source/nb/vcl/source/src.po86
-rw-r--r--translations/source/nb/wizards/source/euro.po8
-rw-r--r--translations/source/nb/wizards/source/formwizard.po4
-rw-r--r--translations/source/nb/wizards/source/importwizard.po34
-rw-r--r--translations/source/nb/wizards/source/schedule.po4
-rw-r--r--translations/source/nb/wizards/source/template.po4
-rw-r--r--translations/source/nb/xmlsecurity/source/component.po4
-rw-r--r--translations/source/nb/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ne/accessibility/source/helper.po4
-rw-r--r--translations/source/ne/avmedia/source/framework.po4
-rw-r--r--translations/source/ne/avmedia/source/viewer.po4
-rw-r--r--translations/source/ne/basctl/source/basicide.po12
-rw-r--r--translations/source/ne/basctl/source/dlged.po4
-rw-r--r--translations/source/ne/basic/source/app.po4
-rw-r--r--translations/source/ne/basic/source/classes.po4
-rw-r--r--translations/source/ne/basic/source/sbx.po4
-rw-r--r--translations/source/ne/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ne/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ne/connectivity/source/resource.po4
-rw-r--r--translations/source/ne/crashrep/source/all.po4
-rw-r--r--translations/source/ne/cui/source/customize.po4
-rw-r--r--translations/source/ne/cui/source/dialogs.po12
-rw-r--r--translations/source/ne/cui/source/options.po34
-rw-r--r--translations/source/ne/cui/source/tabpages.po8
-rw-r--r--translations/source/ne/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ne/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ne/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ne/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ne/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ne/desktop/source/app.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ne/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ne/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ne/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ne/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ne/dictionaries/ar.po6
-rw-r--r--translations/source/ne/dictionaries/be_BY.po19
-rw-r--r--translations/source/ne/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ne/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ne/dictionaries/br_FR.po6
-rw-r--r--translations/source/ne/dictionaries/ca.po6
-rw-r--r--translations/source/ne/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ne/dictionaries/da_DK.po6
-rw-r--r--translations/source/ne/dictionaries/de.po6
-rw-r--r--translations/source/ne/dictionaries/el_GR.po19
-rw-r--r--translations/source/ne/dictionaries/en.po6
-rw-r--r--translations/source/ne/dictionaries/es_ES.po6
-rw-r--r--translations/source/ne/dictionaries/et_EE.po6
-rw-r--r--translations/source/ne/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ne/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ne/dictionaries/gl.po6
-rw-r--r--translations/source/ne/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ne/dictionaries/he_IL.po6
-rw-r--r--translations/source/ne/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ne/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ne/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ne/dictionaries/it_IT.po6
-rw-r--r--translations/source/ne/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ne/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ne/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ne/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ne/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ne/dictionaries/no.po6
-rw-r--r--translations/source/ne/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ne/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ne/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ne/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ne/dictionaries/ro.po6
-rw-r--r--translations/source/ne/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ne/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ne/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ne/dictionaries/sr.po6
-rw-r--r--translations/source/ne/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ne/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ne/dictionaries/te_IN.po19
-rw-r--r--translations/source/ne/dictionaries/th_TH.po6
-rw-r--r--translations/source/ne/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ne/dictionaries/vi.po6
-rw-r--r--translations/source/ne/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ne/editeng/source/accessibility.po4
-rw-r--r--translations/source/ne/editeng/source/editeng.po4
-rw-r--r--translations/source/ne/editeng/source/items.po4
-rw-r--r--translations/source/ne/editeng/source/misc.po4
-rw-r--r--translations/source/ne/editeng/source/outliner.po4
-rw-r--r--translations/source/ne/extensions/source/abpilot.po4
-rw-r--r--translations/source/ne/extensions/source/bibliography.po4
-rw-r--r--translations/source/ne/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ne/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ne/extensions/source/scanner.po8
-rw-r--r--translations/source/ne/extensions/source/update/check.po4
-rw-r--r--translations/source/ne/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ne/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ne/filter/source/flash.po4
-rw-r--r--translations/source/ne/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ne/filter/source/pdf.po4
-rw-r--r--translations/source/ne/filter/source/t602.po4
-rw-r--r--translations/source/ne/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ne/forms/source/resource.po4
-rw-r--r--translations/source/ne/formula/source/core/resource.po4
-rw-r--r--translations/source/ne/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ne/fpicker/source/office.po4
-rw-r--r--translations/source/ne/framework/source/classes.po4
-rw-r--r--translations/source/ne/framework/source/services.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/01.po80
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/guide.po54
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/guide.po24
-rw-r--r--translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ne/mysqlc/source.po12
-rw-r--r--translations/source/ne/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ne/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ne/padmin/source.po4
-rw-r--r--translations/source/ne/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ne/reportbuilder/util.po8
-rw-r--r--translations/source/ne/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ne/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ne/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ne/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ne/sc/source/core/src.po4
-rw-r--r--translations/source/ne/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ne/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ne/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ne/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ne/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ne/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ne/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ne/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ne/sc/source/ui/src.po268
-rw-r--r--translations/source/ne/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ne/scaddins/source/analysis.po4
-rw-r--r--translations/source/ne/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ne/sccomp/source/solver.po4
-rw-r--r--translations/source/ne/scp2/source/accessories.po4
-rw-r--r--translations/source/ne/scp2/source/activex.po4
-rw-r--r--translations/source/ne/scp2/source/base.po4
-rw-r--r--translations/source/ne/scp2/source/binfilter.po4
-rw-r--r--translations/source/ne/scp2/source/calc.po4
-rw-r--r--translations/source/ne/scp2/source/draw.po4
-rw-r--r--translations/source/ne/scp2/source/extensions.po4
-rw-r--r--translations/source/ne/scp2/source/gnome.po4
-rw-r--r--translations/source/ne/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ne/scp2/source/impress.po4
-rw-r--r--translations/source/ne/scp2/source/javafilter.po4
-rw-r--r--translations/source/ne/scp2/source/kde.po4
-rw-r--r--translations/source/ne/scp2/source/math.po4
-rw-r--r--translations/source/ne/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ne/scp2/source/ooo.po688
-rw-r--r--translations/source/ne/scp2/source/python.po8
-rw-r--r--translations/source/ne/scp2/source/quickstart.po4
-rw-r--r--translations/source/ne/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ne/scp2/source/testtool.po4
-rw-r--r--translations/source/ne/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ne/scp2/source/writer.po4
-rw-r--r--translations/source/ne/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ne/scripting/source/pyprov.po10
-rw-r--r--translations/source/ne/sd/source/core.po4
-rw-r--r--translations/source/ne/sd/source/filter/html.po4
-rw-r--r--translations/source/ne/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ne/sd/source/ui/animations.po4
-rw-r--r--translations/source/ne/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ne/sd/source/ui/app.po4
-rw-r--r--translations/source/ne/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ne/sd/source/ui/notes.po4
-rw-r--r--translations/source/ne/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ne/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ne/sd/source/ui/table.po4
-rw-r--r--translations/source/ne/sd/source/ui/view.po4
-rw-r--r--translations/source/ne/sdext/source/minimizer.po6
-rw-r--r--translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ne/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ne/sdext/source/presenter.po6
-rw-r--r--translations/source/ne/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ne/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ne/setup_native/source/mac.po4
-rw-r--r--translations/source/ne/sfx2/source/appl.po4
-rw-r--r--translations/source/ne/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ne/sfx2/source/dialog.po4
-rw-r--r--translations/source/ne/sfx2/source/doc.po4
-rw-r--r--translations/source/ne/sfx2/source/menu.po4
-rw-r--r--translations/source/ne/sfx2/source/view.po4
-rw-r--r--translations/source/ne/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ne/starmath/source.po36
-rw-r--r--translations/source/ne/svl/source/items.po4
-rw-r--r--translations/source/ne/svl/source/misc.po179
-rw-r--r--translations/source/ne/svtools/source/contnr.po4
-rw-r--r--translations/source/ne/svtools/source/control.po4
-rw-r--r--translations/source/ne/svtools/source/dialogs.po4
-rw-r--r--translations/source/ne/svtools/source/filter.po4
-rw-r--r--translations/source/ne/svtools/source/java.po4
-rw-r--r--translations/source/ne/svtools/source/misc.po8
-rw-r--r--translations/source/ne/svtools/source/plugapp.po4
-rw-r--r--translations/source/ne/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ne/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ne/svx/inc.po4
-rw-r--r--translations/source/ne/svx/source/accessibility.po4
-rw-r--r--translations/source/ne/svx/source/dialog.po42
-rw-r--r--translations/source/ne/svx/source/engine3d.po4
-rw-r--r--translations/source/ne/svx/source/fmcomp.po4
-rw-r--r--translations/source/ne/svx/source/form.po4
-rw-r--r--translations/source/ne/svx/source/gallery2.po4
-rw-r--r--translations/source/ne/svx/source/items.po4
-rw-r--r--translations/source/ne/svx/source/src.po4
-rw-r--r--translations/source/ne/svx/source/stbctrls.po4
-rw-r--r--translations/source/ne/svx/source/svdraw.po4
-rw-r--r--translations/source/ne/svx/source/table.po4
-rw-r--r--translations/source/ne/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ne/svx/source/toolbars.po4
-rw-r--r--translations/source/ne/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ne/sw/source/core/layout.po6
-rw-r--r--translations/source/ne/sw/source/core/undo.po4
-rw-r--r--translations/source/ne/sw/source/core/unocore.po4
-rw-r--r--translations/source/ne/sw/source/ui/app.po28
-rw-r--r--translations/source/ne/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ne/sw/source/ui/config.po56
-rw-r--r--translations/source/ne/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ne/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ne/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ne/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ne/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ne/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ne/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ne/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ne/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ne/sw/source/ui/index.po4
-rw-r--r--translations/source/ne/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ne/sw/source/ui/misc.po4
-rw-r--r--translations/source/ne/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ne/sw/source/ui/shells.po4
-rw-r--r--translations/source/ne/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ne/sw/source/ui/table.po44
-rw-r--r--translations/source/ne/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ne/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ne/sw/source/ui/web.po4
-rw-r--r--translations/source/ne/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ne/swext/mediawiki/help.po72
-rw-r--r--translations/source/ne/swext/mediawiki/src.po6
-rw-r--r--translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ne/sysui/desktop/share.po4
-rw-r--r--translations/source/ne/uui/source.po4
-rw-r--r--translations/source/ne/vcl/source/src.po98
-rw-r--r--translations/source/ne/wizards/source/euro.po4
-rw-r--r--translations/source/ne/wizards/source/formwizard.po4
-rw-r--r--translations/source/ne/wizards/source/importwizard.po4
-rw-r--r--translations/source/ne/wizards/source/schedule.po4
-rw-r--r--translations/source/ne/wizards/source/template.po4
-rw-r--r--translations/source/ne/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ne/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/nl/accessibility/source/helper.po4
-rw-r--r--translations/source/nl/avmedia/source/framework.po4
-rw-r--r--translations/source/nl/avmedia/source/viewer.po4
-rw-r--r--translations/source/nl/basctl/source/basicide.po12
-rw-r--r--translations/source/nl/basctl/source/dlged.po4
-rw-r--r--translations/source/nl/basic/source/app.po4
-rw-r--r--translations/source/nl/basic/source/classes.po4
-rw-r--r--translations/source/nl/basic/source/sbx.po4
-rw-r--r--translations/source/nl/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/nl/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/nl/connectivity/source/resource.po4
-rw-r--r--translations/source/nl/crashrep/source/all.po4
-rw-r--r--translations/source/nl/cui/source/customize.po4
-rw-r--r--translations/source/nl/cui/source/dialogs.po12
-rw-r--r--translations/source/nl/cui/source/options.po44
-rw-r--r--translations/source/nl/cui/source/tabpages.po8
-rw-r--r--translations/source/nl/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/nl/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/nl/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/nl/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/nl/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/nl/desktop/source/app.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/nl/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/nl/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/nl/desktop/win32/source/setup.po4
-rw-r--r--translations/source/nl/dictionaries/af_ZA.po6
-rw-r--r--translations/source/nl/dictionaries/ar.po6
-rw-r--r--translations/source/nl/dictionaries/be_BY.po19
-rw-r--r--translations/source/nl/dictionaries/bg_BG.po6
-rw-r--r--translations/source/nl/dictionaries/bn_BD.po6
-rw-r--r--translations/source/nl/dictionaries/br_FR.po6
-rw-r--r--translations/source/nl/dictionaries/ca.po6
-rw-r--r--translations/source/nl/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/nl/dictionaries/da_DK.po6
-rw-r--r--translations/source/nl/dictionaries/de.po6
-rw-r--r--translations/source/nl/dictionaries/el_GR.po19
-rw-r--r--translations/source/nl/dictionaries/en.po6
-rw-r--r--translations/source/nl/dictionaries/es_ES.po6
-rw-r--r--translations/source/nl/dictionaries/et_EE.po6
-rw-r--r--translations/source/nl/dictionaries/fr_FR.po6
-rw-r--r--translations/source/nl/dictionaries/gd_GB.po19
-rw-r--r--translations/source/nl/dictionaries/gl.po6
-rw-r--r--translations/source/nl/dictionaries/gu_IN.po6
-rw-r--r--translations/source/nl/dictionaries/he_IL.po6
-rw-r--r--translations/source/nl/dictionaries/hi_IN.po6
-rw-r--r--translations/source/nl/dictionaries/hr_HR.po6
-rw-r--r--translations/source/nl/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nl/dictionaries/it_IT.po6
-rw-r--r--translations/source/nl/dictionaries/ku_TR.po6
-rw-r--r--translations/source/nl/dictionaries/lt_LT.po6
-rw-r--r--translations/source/nl/dictionaries/lv_LV.po6
-rw-r--r--translations/source/nl/dictionaries/ne_NP.po6
-rw-r--r--translations/source/nl/dictionaries/nl_NL.po6
-rw-r--r--translations/source/nl/dictionaries/no.po6
-rw-r--r--translations/source/nl/dictionaries/oc_FR.po6
-rw-r--r--translations/source/nl/dictionaries/pl_PL.po6
-rw-r--r--translations/source/nl/dictionaries/pt_BR.po6
-rw-r--r--translations/source/nl/dictionaries/pt_PT.po6
-rw-r--r--translations/source/nl/dictionaries/ro.po6
-rw-r--r--translations/source/nl/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nl/dictionaries/sk_SK.po6
-rw-r--r--translations/source/nl/dictionaries/sl_SI.po6
-rw-r--r--translations/source/nl/dictionaries/sr.po6
-rw-r--r--translations/source/nl/dictionaries/sv_SE.po6
-rw-r--r--translations/source/nl/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/nl/dictionaries/te_IN.po19
-rw-r--r--translations/source/nl/dictionaries/th_TH.po6
-rw-r--r--translations/source/nl/dictionaries/uk_UA.po6
-rw-r--r--translations/source/nl/dictionaries/vi.po6
-rw-r--r--translations/source/nl/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/nl/editeng/source/accessibility.po4
-rw-r--r--translations/source/nl/editeng/source/editeng.po4
-rw-r--r--translations/source/nl/editeng/source/items.po4
-rw-r--r--translations/source/nl/editeng/source/misc.po4
-rw-r--r--translations/source/nl/editeng/source/outliner.po4
-rw-r--r--translations/source/nl/extensions/source/abpilot.po4
-rw-r--r--translations/source/nl/extensions/source/bibliography.po4
-rw-r--r--translations/source/nl/extensions/source/dbpilots.po4
-rw-r--r--translations/source/nl/extensions/source/propctrlr.po4
-rw-r--r--translations/source/nl/extensions/source/scanner.po8
-rw-r--r--translations/source/nl/extensions/source/update/check.po4
-rw-r--r--translations/source/nl/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/nl/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/nl/filter/source/flash.po4
-rw-r--r--translations/source/nl/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/nl/filter/source/pdf.po4
-rw-r--r--translations/source/nl/filter/source/t602.po4
-rw-r--r--translations/source/nl/filter/source/xsltdialog.po8
-rw-r--r--translations/source/nl/forms/source/resource.po4
-rw-r--r--translations/source/nl/formula/source/core/resource.po4
-rw-r--r--translations/source/nl/formula/source/ui/dlg.po4
-rw-r--r--translations/source/nl/fpicker/source/office.po4
-rw-r--r--translations/source/nl/framework/source/classes.po4
-rw-r--r--translations/source/nl/framework/source/services.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/nl/mysqlc/source.po12
-rw-r--r--translations/source/nl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/nl/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/nl/padmin/source.po4
-rw-r--r--translations/source/nl/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/nl/reportbuilder/util.po8
-rw-r--r--translations/source/nl/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/nl/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/nl/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/nl/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/nl/sc/source/core/src.po4
-rw-r--r--translations/source/nl/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/nl/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/nl/sc/source/ui/docshell.po4
-rw-r--r--translations/source/nl/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/nl/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/nl/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/nl/sc/source/ui/navipi.po11
-rw-r--r--translations/source/nl/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/nl/sc/source/ui/src.po268
-rw-r--r--translations/source/nl/sc/source/ui/styleui.po4
-rw-r--r--translations/source/nl/scaddins/source/analysis.po4
-rw-r--r--translations/source/nl/scaddins/source/datefunc.po4
-rw-r--r--translations/source/nl/sccomp/source/solver.po4
-rw-r--r--translations/source/nl/scp2/source/accessories.po4
-rw-r--r--translations/source/nl/scp2/source/activex.po4
-rw-r--r--translations/source/nl/scp2/source/base.po4
-rw-r--r--translations/source/nl/scp2/source/binfilter.po4
-rw-r--r--translations/source/nl/scp2/source/calc.po4
-rw-r--r--translations/source/nl/scp2/source/draw.po4
-rw-r--r--translations/source/nl/scp2/source/extensions.po4
-rw-r--r--translations/source/nl/scp2/source/gnome.po4
-rw-r--r--translations/source/nl/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/nl/scp2/source/impress.po4
-rw-r--r--translations/source/nl/scp2/source/javafilter.po4
-rw-r--r--translations/source/nl/scp2/source/kde.po4
-rw-r--r--translations/source/nl/scp2/source/math.po4
-rw-r--r--translations/source/nl/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/nl/scp2/source/ooo.po669
-rw-r--r--translations/source/nl/scp2/source/python.po8
-rw-r--r--translations/source/nl/scp2/source/quickstart.po4
-rw-r--r--translations/source/nl/scp2/source/sdkoo.po4
-rw-r--r--translations/source/nl/scp2/source/testtool.po4
-rw-r--r--translations/source/nl/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/nl/scp2/source/writer.po4
-rw-r--r--translations/source/nl/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/nl/scripting/source/pyprov.po10
-rw-r--r--translations/source/nl/sd/source/core.po4
-rw-r--r--translations/source/nl/sd/source/filter/html.po4
-rw-r--r--translations/source/nl/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/nl/sd/source/ui/animations.po4
-rw-r--r--translations/source/nl/sd/source/ui/annotations.po4
-rw-r--r--translations/source/nl/sd/source/ui/app.po4
-rw-r--r--translations/source/nl/sd/source/ui/dlg.po4
-rw-r--r--translations/source/nl/sd/source/ui/notes.po4
-rw-r--r--translations/source/nl/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/nl/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/nl/sd/source/ui/table.po4
-rw-r--r--translations/source/nl/sd/source/ui/view.po4
-rw-r--r--translations/source/nl/sdext/source/minimizer.po6
-rw-r--r--translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nl/sdext/source/pdfimport.po16
-rw-r--r--translations/source/nl/sdext/source/presenter.po6
-rw-r--r--translations/source/nl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/nl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/nl/setup_native/source/mac.po4
-rw-r--r--translations/source/nl/sfx2/source/appl.po4
-rw-r--r--translations/source/nl/sfx2/source/bastyp.po4
-rw-r--r--translations/source/nl/sfx2/source/dialog.po4
-rw-r--r--translations/source/nl/sfx2/source/doc.po4
-rw-r--r--translations/source/nl/sfx2/source/menu.po4
-rw-r--r--translations/source/nl/sfx2/source/view.po4
-rw-r--r--translations/source/nl/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/nl/starmath/source.po36
-rw-r--r--translations/source/nl/svl/source/items.po4
-rw-r--r--translations/source/nl/svl/source/misc.po165
-rw-r--r--translations/source/nl/svtools/source/contnr.po4
-rw-r--r--translations/source/nl/svtools/source/control.po4
-rw-r--r--translations/source/nl/svtools/source/dialogs.po4
-rw-r--r--translations/source/nl/svtools/source/filter.po4
-rw-r--r--translations/source/nl/svtools/source/java.po4
-rw-r--r--translations/source/nl/svtools/source/misc.po8
-rw-r--r--translations/source/nl/svtools/source/plugapp.po4
-rw-r--r--translations/source/nl/svtools/source/toolpanel.po4
-rw-r--r--translations/source/nl/svtools/workben/unodialog.po4
-rw-r--r--translations/source/nl/svx/inc.po4
-rw-r--r--translations/source/nl/svx/source/accessibility.po4
-rw-r--r--translations/source/nl/svx/source/dialog.po48
-rw-r--r--translations/source/nl/svx/source/engine3d.po4
-rw-r--r--translations/source/nl/svx/source/fmcomp.po4
-rw-r--r--translations/source/nl/svx/source/form.po4
-rw-r--r--translations/source/nl/svx/source/gallery2.po4
-rw-r--r--translations/source/nl/svx/source/items.po4
-rw-r--r--translations/source/nl/svx/source/src.po4
-rw-r--r--translations/source/nl/svx/source/stbctrls.po4
-rw-r--r--translations/source/nl/svx/source/svdraw.po4
-rw-r--r--translations/source/nl/svx/source/table.po4
-rw-r--r--translations/source/nl/svx/source/tbxctrls.po4
-rw-r--r--translations/source/nl/svx/source/toolbars.po4
-rw-r--r--translations/source/nl/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/nl/sw/source/core/layout.po6
-rw-r--r--translations/source/nl/sw/source/core/undo.po4
-rw-r--r--translations/source/nl/sw/source/core/unocore.po4
-rw-r--r--translations/source/nl/sw/source/ui/app.po28
-rw-r--r--translations/source/nl/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/nl/sw/source/ui/config.po56
-rw-r--r--translations/source/nl/sw/source/ui/dbui.po4
-rw-r--r--translations/source/nl/sw/source/ui/dialog.po8
-rw-r--r--translations/source/nl/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/nl/sw/source/ui/docvw.po4
-rw-r--r--translations/source/nl/sw/source/ui/envelp.po4
-rw-r--r--translations/source/nl/sw/source/ui/fldui.po4
-rw-r--r--translations/source/nl/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/nl/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/nl/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/nl/sw/source/ui/index.po4
-rw-r--r--translations/source/nl/sw/source/ui/lingu.po8
-rw-r--r--translations/source/nl/sw/source/ui/misc.po4
-rw-r--r--translations/source/nl/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/nl/sw/source/ui/shells.po4
-rw-r--r--translations/source/nl/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/nl/sw/source/ui/table.po46
-rw-r--r--translations/source/nl/sw/source/ui/uiview.po4
-rw-r--r--translations/source/nl/sw/source/ui/utlui.po194
-rw-r--r--translations/source/nl/sw/source/ui/web.po4
-rw-r--r--translations/source/nl/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/nl/swext/mediawiki/help.po93
-rw-r--r--translations/source/nl/swext/mediawiki/src.po6
-rw-r--r--translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/nl/sysui/desktop/share.po4
-rw-r--r--translations/source/nl/uui/source.po4
-rw-r--r--translations/source/nl/vcl/source/src.po84
-rw-r--r--translations/source/nl/wizards/source/euro.po4
-rw-r--r--translations/source/nl/wizards/source/formwizard.po4
-rw-r--r--translations/source/nl/wizards/source/importwizard.po4
-rw-r--r--translations/source/nl/wizards/source/schedule.po4
-rw-r--r--translations/source/nl/wizards/source/template.po4
-rw-r--r--translations/source/nl/xmlsecurity/source/component.po4
-rw-r--r--translations/source/nl/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/nn/accessibility/source/helper.po4
-rw-r--r--translations/source/nn/avmedia/source/framework.po4
-rw-r--r--translations/source/nn/avmedia/source/viewer.po4
-rw-r--r--translations/source/nn/basctl/source/basicide.po12
-rw-r--r--translations/source/nn/basctl/source/dlged.po4
-rw-r--r--translations/source/nn/basic/source/app.po4
-rw-r--r--translations/source/nn/basic/source/classes.po4
-rw-r--r--translations/source/nn/basic/source/sbx.po4
-rw-r--r--translations/source/nn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/nn/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/nn/connectivity/source/resource.po4
-rw-r--r--translations/source/nn/crashrep/source/all.po4
-rw-r--r--translations/source/nn/cui/source/customize.po4
-rw-r--r--translations/source/nn/cui/source/dialogs.po12
-rw-r--r--translations/source/nn/cui/source/options.po34
-rw-r--r--translations/source/nn/cui/source/tabpages.po8
-rw-r--r--translations/source/nn/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/nn/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/nn/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/nn/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/nn/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/nn/desktop/source/app.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/nn/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/nn/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/nn/desktop/win32/source/setup.po4
-rw-r--r--translations/source/nn/dictionaries/af_ZA.po6
-rw-r--r--translations/source/nn/dictionaries/ar.po6
-rw-r--r--translations/source/nn/dictionaries/be_BY.po19
-rw-r--r--translations/source/nn/dictionaries/bg_BG.po6
-rw-r--r--translations/source/nn/dictionaries/bn_BD.po6
-rw-r--r--translations/source/nn/dictionaries/br_FR.po6
-rw-r--r--translations/source/nn/dictionaries/ca.po6
-rw-r--r--translations/source/nn/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/nn/dictionaries/da_DK.po6
-rw-r--r--translations/source/nn/dictionaries/de.po6
-rw-r--r--translations/source/nn/dictionaries/el_GR.po19
-rw-r--r--translations/source/nn/dictionaries/en.po6
-rw-r--r--translations/source/nn/dictionaries/es_ES.po6
-rw-r--r--translations/source/nn/dictionaries/et_EE.po6
-rw-r--r--translations/source/nn/dictionaries/fr_FR.po6
-rw-r--r--translations/source/nn/dictionaries/gd_GB.po19
-rw-r--r--translations/source/nn/dictionaries/gl.po6
-rw-r--r--translations/source/nn/dictionaries/gu_IN.po6
-rw-r--r--translations/source/nn/dictionaries/he_IL.po6
-rw-r--r--translations/source/nn/dictionaries/hi_IN.po6
-rw-r--r--translations/source/nn/dictionaries/hr_HR.po6
-rw-r--r--translations/source/nn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nn/dictionaries/it_IT.po6
-rw-r--r--translations/source/nn/dictionaries/ku_TR.po6
-rw-r--r--translations/source/nn/dictionaries/lt_LT.po6
-rw-r--r--translations/source/nn/dictionaries/lv_LV.po6
-rw-r--r--translations/source/nn/dictionaries/ne_NP.po6
-rw-r--r--translations/source/nn/dictionaries/nl_NL.po6
-rw-r--r--translations/source/nn/dictionaries/no.po6
-rw-r--r--translations/source/nn/dictionaries/oc_FR.po6
-rw-r--r--translations/source/nn/dictionaries/pl_PL.po6
-rw-r--r--translations/source/nn/dictionaries/pt_BR.po6
-rw-r--r--translations/source/nn/dictionaries/pt_PT.po6
-rw-r--r--translations/source/nn/dictionaries/ro.po6
-rw-r--r--translations/source/nn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nn/dictionaries/sk_SK.po6
-rw-r--r--translations/source/nn/dictionaries/sl_SI.po6
-rw-r--r--translations/source/nn/dictionaries/sr.po6
-rw-r--r--translations/source/nn/dictionaries/sv_SE.po6
-rw-r--r--translations/source/nn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/nn/dictionaries/te_IN.po19
-rw-r--r--translations/source/nn/dictionaries/th_TH.po6
-rw-r--r--translations/source/nn/dictionaries/uk_UA.po6
-rw-r--r--translations/source/nn/dictionaries/vi.po6
-rw-r--r--translations/source/nn/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/nn/editeng/source/accessibility.po4
-rw-r--r--translations/source/nn/editeng/source/editeng.po4
-rw-r--r--translations/source/nn/editeng/source/items.po4
-rw-r--r--translations/source/nn/editeng/source/misc.po4
-rw-r--r--translations/source/nn/editeng/source/outliner.po4
-rw-r--r--translations/source/nn/extensions/source/abpilot.po4
-rw-r--r--translations/source/nn/extensions/source/bibliography.po4
-rw-r--r--translations/source/nn/extensions/source/dbpilots.po4
-rw-r--r--translations/source/nn/extensions/source/propctrlr.po4
-rw-r--r--translations/source/nn/extensions/source/scanner.po8
-rw-r--r--translations/source/nn/extensions/source/update/check.po4
-rw-r--r--translations/source/nn/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/nn/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/nn/filter/source/flash.po4
-rw-r--r--translations/source/nn/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/nn/filter/source/pdf.po4
-rw-r--r--translations/source/nn/filter/source/t602.po4
-rw-r--r--translations/source/nn/filter/source/xsltdialog.po8
-rw-r--r--translations/source/nn/forms/source/resource.po4
-rw-r--r--translations/source/nn/formula/source/core/resource.po4
-rw-r--r--translations/source/nn/formula/source/ui/dlg.po4
-rw-r--r--translations/source/nn/fpicker/source/office.po4
-rw-r--r--translations/source/nn/framework/source/classes.po4
-rw-r--r--translations/source/nn/framework/source/services.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/01.po226
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/05.po60
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/01.po77
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/guide.po49
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/optionen.po35
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/01.po171
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/guide.po26
-rw-r--r--translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/nn/mysqlc/source.po12
-rw-r--r--translations/source/nn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/nn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/nn/padmin/source.po4
-rw-r--r--translations/source/nn/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/nn/reportbuilder/util.po8
-rw-r--r--translations/source/nn/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/nn/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/nn/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/nn/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/nn/sc/source/core/src.po4
-rw-r--r--translations/source/nn/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/nn/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/nn/sc/source/ui/docshell.po4
-rw-r--r--translations/source/nn/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/nn/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/nn/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/nn/sc/source/ui/navipi.po9
-rw-r--r--translations/source/nn/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/nn/sc/source/ui/src.po268
-rw-r--r--translations/source/nn/sc/source/ui/styleui.po4
-rw-r--r--translations/source/nn/scaddins/source/analysis.po4
-rw-r--r--translations/source/nn/scaddins/source/datefunc.po4
-rw-r--r--translations/source/nn/sccomp/source/solver.po4
-rw-r--r--translations/source/nn/scp2/source/accessories.po4
-rw-r--r--translations/source/nn/scp2/source/activex.po4
-rw-r--r--translations/source/nn/scp2/source/base.po4
-rw-r--r--translations/source/nn/scp2/source/binfilter.po4
-rw-r--r--translations/source/nn/scp2/source/calc.po4
-rw-r--r--translations/source/nn/scp2/source/draw.po4
-rw-r--r--translations/source/nn/scp2/source/extensions.po4
-rw-r--r--translations/source/nn/scp2/source/gnome.po4
-rw-r--r--translations/source/nn/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/nn/scp2/source/impress.po4
-rw-r--r--translations/source/nn/scp2/source/javafilter.po4
-rw-r--r--translations/source/nn/scp2/source/kde.po4
-rw-r--r--translations/source/nn/scp2/source/math.po4
-rw-r--r--translations/source/nn/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/nn/scp2/source/ooo.po684
-rw-r--r--translations/source/nn/scp2/source/python.po8
-rw-r--r--translations/source/nn/scp2/source/quickstart.po4
-rw-r--r--translations/source/nn/scp2/source/sdkoo.po4
-rw-r--r--translations/source/nn/scp2/source/testtool.po4
-rw-r--r--translations/source/nn/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/nn/scp2/source/writer.po4
-rw-r--r--translations/source/nn/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/nn/scripting/source/pyprov.po10
-rw-r--r--translations/source/nn/sd/source/core.po4
-rw-r--r--translations/source/nn/sd/source/filter/html.po4
-rw-r--r--translations/source/nn/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/nn/sd/source/ui/animations.po4
-rw-r--r--translations/source/nn/sd/source/ui/annotations.po4
-rw-r--r--translations/source/nn/sd/source/ui/app.po4
-rw-r--r--translations/source/nn/sd/source/ui/dlg.po4
-rw-r--r--translations/source/nn/sd/source/ui/notes.po4
-rw-r--r--translations/source/nn/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/nn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/nn/sd/source/ui/table.po4
-rw-r--r--translations/source/nn/sd/source/ui/view.po4
-rw-r--r--translations/source/nn/sdext/source/minimizer.po6
-rw-r--r--translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nn/sdext/source/pdfimport.po16
-rw-r--r--translations/source/nn/sdext/source/presenter.po6
-rw-r--r--translations/source/nn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/nn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/nn/setup_native/source/mac.po4
-rw-r--r--translations/source/nn/sfx2/source/appl.po4
-rw-r--r--translations/source/nn/sfx2/source/bastyp.po4
-rw-r--r--translations/source/nn/sfx2/source/dialog.po4
-rw-r--r--translations/source/nn/sfx2/source/doc.po4
-rw-r--r--translations/source/nn/sfx2/source/menu.po4
-rw-r--r--translations/source/nn/sfx2/source/view.po4
-rw-r--r--translations/source/nn/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/nn/starmath/source.po36
-rw-r--r--translations/source/nn/svl/source/items.po4
-rw-r--r--translations/source/nn/svl/source/misc.po164
-rw-r--r--translations/source/nn/svtools/source/contnr.po4
-rw-r--r--translations/source/nn/svtools/source/control.po4
-rw-r--r--translations/source/nn/svtools/source/dialogs.po4
-rw-r--r--translations/source/nn/svtools/source/filter.po4
-rw-r--r--translations/source/nn/svtools/source/java.po4
-rw-r--r--translations/source/nn/svtools/source/misc.po8
-rw-r--r--translations/source/nn/svtools/source/plugapp.po4
-rw-r--r--translations/source/nn/svtools/source/toolpanel.po4
-rw-r--r--translations/source/nn/svtools/workben/unodialog.po4
-rw-r--r--translations/source/nn/svx/inc.po4
-rw-r--r--translations/source/nn/svx/source/accessibility.po4
-rw-r--r--translations/source/nn/svx/source/dialog.po43
-rw-r--r--translations/source/nn/svx/source/engine3d.po4
-rw-r--r--translations/source/nn/svx/source/fmcomp.po4
-rw-r--r--translations/source/nn/svx/source/form.po4
-rw-r--r--translations/source/nn/svx/source/gallery2.po4
-rw-r--r--translations/source/nn/svx/source/items.po4
-rw-r--r--translations/source/nn/svx/source/src.po4
-rw-r--r--translations/source/nn/svx/source/stbctrls.po4
-rw-r--r--translations/source/nn/svx/source/svdraw.po4
-rw-r--r--translations/source/nn/svx/source/table.po4
-rw-r--r--translations/source/nn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/nn/svx/source/toolbars.po4
-rw-r--r--translations/source/nn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/nn/sw/source/core/layout.po6
-rw-r--r--translations/source/nn/sw/source/core/undo.po4
-rw-r--r--translations/source/nn/sw/source/core/unocore.po4
-rw-r--r--translations/source/nn/sw/source/ui/app.po28
-rw-r--r--translations/source/nn/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/nn/sw/source/ui/config.po56
-rw-r--r--translations/source/nn/sw/source/ui/dbui.po4
-rw-r--r--translations/source/nn/sw/source/ui/dialog.po8
-rw-r--r--translations/source/nn/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/nn/sw/source/ui/docvw.po4
-rw-r--r--translations/source/nn/sw/source/ui/envelp.po4
-rw-r--r--translations/source/nn/sw/source/ui/fldui.po4
-rw-r--r--translations/source/nn/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/nn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/nn/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/nn/sw/source/ui/index.po4
-rw-r--r--translations/source/nn/sw/source/ui/lingu.po8
-rw-r--r--translations/source/nn/sw/source/ui/misc.po4
-rw-r--r--translations/source/nn/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/nn/sw/source/ui/shells.po4
-rw-r--r--translations/source/nn/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/nn/sw/source/ui/table.po44
-rw-r--r--translations/source/nn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/nn/sw/source/ui/utlui.po194
-rw-r--r--translations/source/nn/sw/source/ui/web.po4
-rw-r--r--translations/source/nn/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/nn/swext/mediawiki/help.po91
-rw-r--r--translations/source/nn/swext/mediawiki/src.po6
-rw-r--r--translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/nn/sysui/desktop/share.po4
-rw-r--r--translations/source/nn/uui/source.po4
-rw-r--r--translations/source/nn/vcl/source/src.po82
-rw-r--r--translations/source/nn/wizards/source/euro.po4
-rw-r--r--translations/source/nn/wizards/source/formwizard.po4
-rw-r--r--translations/source/nn/wizards/source/importwizard.po4
-rw-r--r--translations/source/nn/wizards/source/schedule.po4
-rw-r--r--translations/source/nn/wizards/source/template.po4
-rw-r--r--translations/source/nn/xmlsecurity/source/component.po4
-rw-r--r--translations/source/nn/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/nr/accessibility/source/helper.po4
-rw-r--r--translations/source/nr/avmedia/source/framework.po4
-rw-r--r--translations/source/nr/avmedia/source/viewer.po4
-rw-r--r--translations/source/nr/basctl/source/basicide.po12
-rw-r--r--translations/source/nr/basctl/source/dlged.po4
-rw-r--r--translations/source/nr/basic/source/app.po4
-rw-r--r--translations/source/nr/basic/source/classes.po4
-rw-r--r--translations/source/nr/basic/source/sbx.po4
-rw-r--r--translations/source/nr/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/nr/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/nr/connectivity/source/resource.po4
-rw-r--r--translations/source/nr/crashrep/source/all.po4
-rw-r--r--translations/source/nr/cui/source/customize.po4
-rw-r--r--translations/source/nr/cui/source/dialogs.po12
-rw-r--r--translations/source/nr/cui/source/options.po38
-rw-r--r--translations/source/nr/cui/source/tabpages.po8
-rw-r--r--translations/source/nr/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/nr/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/nr/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/nr/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/nr/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/nr/desktop/source/app.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/nr/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/nr/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/nr/desktop/win32/source/setup.po4
-rw-r--r--translations/source/nr/dictionaries/af_ZA.po6
-rw-r--r--translations/source/nr/dictionaries/ar.po6
-rw-r--r--translations/source/nr/dictionaries/be_BY.po19
-rw-r--r--translations/source/nr/dictionaries/bg_BG.po6
-rw-r--r--translations/source/nr/dictionaries/bn_BD.po6
-rw-r--r--translations/source/nr/dictionaries/br_FR.po6
-rw-r--r--translations/source/nr/dictionaries/ca.po6
-rw-r--r--translations/source/nr/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/nr/dictionaries/da_DK.po6
-rw-r--r--translations/source/nr/dictionaries/de.po6
-rw-r--r--translations/source/nr/dictionaries/el_GR.po19
-rw-r--r--translations/source/nr/dictionaries/en.po6
-rw-r--r--translations/source/nr/dictionaries/es_ES.po6
-rw-r--r--translations/source/nr/dictionaries/et_EE.po6
-rw-r--r--translations/source/nr/dictionaries/fr_FR.po6
-rw-r--r--translations/source/nr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/nr/dictionaries/gl.po6
-rw-r--r--translations/source/nr/dictionaries/gu_IN.po6
-rw-r--r--translations/source/nr/dictionaries/he_IL.po6
-rw-r--r--translations/source/nr/dictionaries/hi_IN.po6
-rw-r--r--translations/source/nr/dictionaries/hr_HR.po6
-rw-r--r--translations/source/nr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nr/dictionaries/it_IT.po6
-rw-r--r--translations/source/nr/dictionaries/ku_TR.po6
-rw-r--r--translations/source/nr/dictionaries/lt_LT.po6
-rw-r--r--translations/source/nr/dictionaries/lv_LV.po6
-rw-r--r--translations/source/nr/dictionaries/ne_NP.po6
-rw-r--r--translations/source/nr/dictionaries/nl_NL.po6
-rw-r--r--translations/source/nr/dictionaries/no.po6
-rw-r--r--translations/source/nr/dictionaries/oc_FR.po6
-rw-r--r--translations/source/nr/dictionaries/pl_PL.po6
-rw-r--r--translations/source/nr/dictionaries/pt_BR.po6
-rw-r--r--translations/source/nr/dictionaries/pt_PT.po6
-rw-r--r--translations/source/nr/dictionaries/ro.po6
-rw-r--r--translations/source/nr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nr/dictionaries/sk_SK.po6
-rw-r--r--translations/source/nr/dictionaries/sl_SI.po6
-rw-r--r--translations/source/nr/dictionaries/sr.po6
-rw-r--r--translations/source/nr/dictionaries/sv_SE.po6
-rw-r--r--translations/source/nr/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/nr/dictionaries/te_IN.po19
-rw-r--r--translations/source/nr/dictionaries/th_TH.po6
-rw-r--r--translations/source/nr/dictionaries/uk_UA.po6
-rw-r--r--translations/source/nr/dictionaries/vi.po6
-rw-r--r--translations/source/nr/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/nr/editeng/source/accessibility.po4
-rw-r--r--translations/source/nr/editeng/source/editeng.po4
-rw-r--r--translations/source/nr/editeng/source/items.po4
-rw-r--r--translations/source/nr/editeng/source/misc.po4
-rw-r--r--translations/source/nr/editeng/source/outliner.po4
-rw-r--r--translations/source/nr/extensions/source/abpilot.po4
-rw-r--r--translations/source/nr/extensions/source/bibliography.po4
-rw-r--r--translations/source/nr/extensions/source/dbpilots.po4
-rw-r--r--translations/source/nr/extensions/source/propctrlr.po4
-rw-r--r--translations/source/nr/extensions/source/scanner.po8
-rw-r--r--translations/source/nr/extensions/source/update/check.po4
-rw-r--r--translations/source/nr/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/nr/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/nr/filter/source/flash.po4
-rw-r--r--translations/source/nr/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/nr/filter/source/pdf.po4
-rw-r--r--translations/source/nr/filter/source/t602.po4
-rw-r--r--translations/source/nr/filter/source/xsltdialog.po8
-rw-r--r--translations/source/nr/forms/source/resource.po4
-rw-r--r--translations/source/nr/formula/source/core/resource.po4
-rw-r--r--translations/source/nr/formula/source/ui/dlg.po4
-rw-r--r--translations/source/nr/fpicker/source/office.po4
-rw-r--r--translations/source/nr/framework/source/classes.po4
-rw-r--r--translations/source/nr/framework/source/services.po4
-rw-r--r--translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/nr/mysqlc/source.po12
-rw-r--r--translations/source/nr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/nr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/nr/padmin/source.po4
-rw-r--r--translations/source/nr/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/nr/reportbuilder/util.po8
-rw-r--r--translations/source/nr/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/nr/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/nr/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/nr/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/nr/sc/source/core/src.po4
-rw-r--r--translations/source/nr/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/nr/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/nr/sc/source/ui/docshell.po4
-rw-r--r--translations/source/nr/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/nr/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/nr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nr/sc/source/ui/navipi.po9
-rw-r--r--translations/source/nr/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/nr/sc/source/ui/src.po295
-rw-r--r--translations/source/nr/sc/source/ui/styleui.po4
-rw-r--r--translations/source/nr/scaddins/source/analysis.po4
-rw-r--r--translations/source/nr/scaddins/source/datefunc.po4
-rw-r--r--translations/source/nr/sccomp/source/solver.po4
-rw-r--r--translations/source/nr/scp2/source/accessories.po4
-rw-r--r--translations/source/nr/scp2/source/activex.po4
-rw-r--r--translations/source/nr/scp2/source/base.po4
-rw-r--r--translations/source/nr/scp2/source/binfilter.po4
-rw-r--r--translations/source/nr/scp2/source/calc.po4
-rw-r--r--translations/source/nr/scp2/source/draw.po4
-rw-r--r--translations/source/nr/scp2/source/extensions.po4
-rw-r--r--translations/source/nr/scp2/source/gnome.po4
-rw-r--r--translations/source/nr/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/nr/scp2/source/impress.po4
-rw-r--r--translations/source/nr/scp2/source/javafilter.po4
-rw-r--r--translations/source/nr/scp2/source/kde.po4
-rw-r--r--translations/source/nr/scp2/source/math.po4
-rw-r--r--translations/source/nr/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/nr/scp2/source/ooo.po670
-rw-r--r--translations/source/nr/scp2/source/python.po8
-rw-r--r--translations/source/nr/scp2/source/quickstart.po4
-rw-r--r--translations/source/nr/scp2/source/sdkoo.po4
-rw-r--r--translations/source/nr/scp2/source/testtool.po4
-rw-r--r--translations/source/nr/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/nr/scp2/source/writer.po4
-rw-r--r--translations/source/nr/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/nr/scripting/source/pyprov.po10
-rw-r--r--translations/source/nr/sd/source/core.po4
-rw-r--r--translations/source/nr/sd/source/filter/html.po4
-rw-r--r--translations/source/nr/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/nr/sd/source/ui/animations.po4
-rw-r--r--translations/source/nr/sd/source/ui/annotations.po4
-rw-r--r--translations/source/nr/sd/source/ui/app.po4
-rw-r--r--translations/source/nr/sd/source/ui/dlg.po4
-rw-r--r--translations/source/nr/sd/source/ui/notes.po4
-rw-r--r--translations/source/nr/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/nr/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/nr/sd/source/ui/table.po4
-rw-r--r--translations/source/nr/sd/source/ui/view.po4
-rw-r--r--translations/source/nr/sdext/source/minimizer.po6
-rw-r--r--translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/nr/sdext/source/pdfimport.po15
-rw-r--r--translations/source/nr/sdext/source/presenter.po6
-rw-r--r--translations/source/nr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/nr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/nr/setup_native/source/mac.po4
-rw-r--r--translations/source/nr/sfx2/source/appl.po4
-rw-r--r--translations/source/nr/sfx2/source/bastyp.po4
-rw-r--r--translations/source/nr/sfx2/source/dialog.po4
-rw-r--r--translations/source/nr/sfx2/source/doc.po4
-rw-r--r--translations/source/nr/sfx2/source/menu.po4
-rw-r--r--translations/source/nr/sfx2/source/view.po4
-rw-r--r--translations/source/nr/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/nr/starmath/source.po36
-rw-r--r--translations/source/nr/svl/source/items.po4
-rw-r--r--translations/source/nr/svl/source/misc.po164
-rw-r--r--translations/source/nr/svtools/source/contnr.po4
-rw-r--r--translations/source/nr/svtools/source/control.po4
-rw-r--r--translations/source/nr/svtools/source/dialogs.po4
-rw-r--r--translations/source/nr/svtools/source/filter.po4
-rw-r--r--translations/source/nr/svtools/source/java.po4
-rw-r--r--translations/source/nr/svtools/source/misc.po8
-rw-r--r--translations/source/nr/svtools/source/plugapp.po4
-rw-r--r--translations/source/nr/svtools/source/toolpanel.po4
-rw-r--r--translations/source/nr/svtools/workben/unodialog.po4
-rw-r--r--translations/source/nr/svx/inc.po4
-rw-r--r--translations/source/nr/svx/source/accessibility.po4
-rw-r--r--translations/source/nr/svx/source/dialog.po43
-rw-r--r--translations/source/nr/svx/source/engine3d.po4
-rw-r--r--translations/source/nr/svx/source/fmcomp.po4
-rw-r--r--translations/source/nr/svx/source/form.po4
-rw-r--r--translations/source/nr/svx/source/gallery2.po4
-rw-r--r--translations/source/nr/svx/source/items.po4
-rw-r--r--translations/source/nr/svx/source/src.po4
-rw-r--r--translations/source/nr/svx/source/stbctrls.po4
-rw-r--r--translations/source/nr/svx/source/svdraw.po4
-rw-r--r--translations/source/nr/svx/source/table.po4
-rw-r--r--translations/source/nr/svx/source/tbxctrls.po4
-rw-r--r--translations/source/nr/svx/source/toolbars.po4
-rw-r--r--translations/source/nr/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/nr/sw/source/core/layout.po6
-rw-r--r--translations/source/nr/sw/source/core/undo.po4
-rw-r--r--translations/source/nr/sw/source/core/unocore.po4
-rw-r--r--translations/source/nr/sw/source/ui/app.po28
-rw-r--r--translations/source/nr/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/nr/sw/source/ui/config.po92
-rw-r--r--translations/source/nr/sw/source/ui/dbui.po4
-rw-r--r--translations/source/nr/sw/source/ui/dialog.po8
-rw-r--r--translations/source/nr/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/nr/sw/source/ui/docvw.po4
-rw-r--r--translations/source/nr/sw/source/ui/envelp.po4
-rw-r--r--translations/source/nr/sw/source/ui/fldui.po4
-rw-r--r--translations/source/nr/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/nr/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/nr/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/nr/sw/source/ui/index.po4
-rw-r--r--translations/source/nr/sw/source/ui/lingu.po8
-rw-r--r--translations/source/nr/sw/source/ui/misc.po4
-rw-r--r--translations/source/nr/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/nr/sw/source/ui/shells.po4
-rw-r--r--translations/source/nr/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/nr/sw/source/ui/table.po38
-rw-r--r--translations/source/nr/sw/source/ui/uiview.po4
-rw-r--r--translations/source/nr/sw/source/ui/utlui.po189
-rw-r--r--translations/source/nr/sw/source/ui/web.po4
-rw-r--r--translations/source/nr/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/nr/swext/mediawiki/help.po72
-rw-r--r--translations/source/nr/swext/mediawiki/src.po6
-rw-r--r--translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/nr/sysui/desktop/share.po4
-rw-r--r--translations/source/nr/uui/source.po4
-rw-r--r--translations/source/nr/vcl/source/src.po100
-rw-r--r--translations/source/nr/wizards/source/euro.po4
-rw-r--r--translations/source/nr/wizards/source/formwizard.po4
-rw-r--r--translations/source/nr/wizards/source/importwizard.po4
-rw-r--r--translations/source/nr/wizards/source/schedule.po4
-rw-r--r--translations/source/nr/wizards/source/template.po4
-rw-r--r--translations/source/nr/xmlsecurity/source/component.po4
-rw-r--r--translations/source/nr/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/nso/accessibility/source/helper.po4
-rw-r--r--translations/source/nso/avmedia/source/framework.po4
-rw-r--r--translations/source/nso/avmedia/source/viewer.po4
-rw-r--r--translations/source/nso/basctl/source/basicide.po12
-rw-r--r--translations/source/nso/basctl/source/dlged.po4
-rw-r--r--translations/source/nso/basic/source/app.po4
-rw-r--r--translations/source/nso/basic/source/classes.po4
-rw-r--r--translations/source/nso/basic/source/sbx.po4
-rw-r--r--translations/source/nso/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/nso/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/nso/connectivity/source/resource.po4
-rw-r--r--translations/source/nso/crashrep/source/all.po4
-rw-r--r--translations/source/nso/cui/source/customize.po4
-rw-r--r--translations/source/nso/cui/source/dialogs.po12
-rw-r--r--translations/source/nso/cui/source/options.po39
-rw-r--r--translations/source/nso/cui/source/tabpages.po8
-rw-r--r--translations/source/nso/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/nso/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/nso/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/nso/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/nso/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/nso/desktop/source/app.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/nso/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/nso/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/nso/desktop/win32/source/setup.po4
-rw-r--r--translations/source/nso/dictionaries/af_ZA.po6
-rw-r--r--translations/source/nso/dictionaries/ar.po6
-rw-r--r--translations/source/nso/dictionaries/be_BY.po19
-rw-r--r--translations/source/nso/dictionaries/bg_BG.po6
-rw-r--r--translations/source/nso/dictionaries/bn_BD.po6
-rw-r--r--translations/source/nso/dictionaries/br_FR.po6
-rw-r--r--translations/source/nso/dictionaries/ca.po6
-rw-r--r--translations/source/nso/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/nso/dictionaries/da_DK.po6
-rw-r--r--translations/source/nso/dictionaries/de.po6
-rw-r--r--translations/source/nso/dictionaries/el_GR.po19
-rw-r--r--translations/source/nso/dictionaries/en.po6
-rw-r--r--translations/source/nso/dictionaries/es_ES.po6
-rw-r--r--translations/source/nso/dictionaries/et_EE.po6
-rw-r--r--translations/source/nso/dictionaries/fr_FR.po6
-rw-r--r--translations/source/nso/dictionaries/gd_GB.po19
-rw-r--r--translations/source/nso/dictionaries/gl.po6
-rw-r--r--translations/source/nso/dictionaries/gu_IN.po6
-rw-r--r--translations/source/nso/dictionaries/he_IL.po6
-rw-r--r--translations/source/nso/dictionaries/hi_IN.po6
-rw-r--r--translations/source/nso/dictionaries/hr_HR.po6
-rw-r--r--translations/source/nso/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nso/dictionaries/it_IT.po6
-rw-r--r--translations/source/nso/dictionaries/ku_TR.po6
-rw-r--r--translations/source/nso/dictionaries/lt_LT.po6
-rw-r--r--translations/source/nso/dictionaries/lv_LV.po6
-rw-r--r--translations/source/nso/dictionaries/ne_NP.po6
-rw-r--r--translations/source/nso/dictionaries/nl_NL.po6
-rw-r--r--translations/source/nso/dictionaries/no.po6
-rw-r--r--translations/source/nso/dictionaries/oc_FR.po6
-rw-r--r--translations/source/nso/dictionaries/pl_PL.po6
-rw-r--r--translations/source/nso/dictionaries/pt_BR.po6
-rw-r--r--translations/source/nso/dictionaries/pt_PT.po6
-rw-r--r--translations/source/nso/dictionaries/ro.po6
-rw-r--r--translations/source/nso/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nso/dictionaries/sk_SK.po6
-rw-r--r--translations/source/nso/dictionaries/sl_SI.po6
-rw-r--r--translations/source/nso/dictionaries/sr.po6
-rw-r--r--translations/source/nso/dictionaries/sv_SE.po6
-rw-r--r--translations/source/nso/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/nso/dictionaries/te_IN.po19
-rw-r--r--translations/source/nso/dictionaries/th_TH.po6
-rw-r--r--translations/source/nso/dictionaries/uk_UA.po6
-rw-r--r--translations/source/nso/dictionaries/vi.po6
-rw-r--r--translations/source/nso/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/nso/editeng/source/accessibility.po4
-rw-r--r--translations/source/nso/editeng/source/editeng.po4
-rw-r--r--translations/source/nso/editeng/source/items.po4
-rw-r--r--translations/source/nso/editeng/source/misc.po4
-rw-r--r--translations/source/nso/editeng/source/outliner.po4
-rw-r--r--translations/source/nso/extensions/source/abpilot.po4
-rw-r--r--translations/source/nso/extensions/source/bibliography.po4
-rw-r--r--translations/source/nso/extensions/source/dbpilots.po4
-rw-r--r--translations/source/nso/extensions/source/propctrlr.po4
-rw-r--r--translations/source/nso/extensions/source/scanner.po8
-rw-r--r--translations/source/nso/extensions/source/update/check.po4
-rw-r--r--translations/source/nso/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/nso/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/nso/filter/source/flash.po4
-rw-r--r--translations/source/nso/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/nso/filter/source/pdf.po4
-rw-r--r--translations/source/nso/filter/source/t602.po4
-rw-r--r--translations/source/nso/filter/source/xsltdialog.po8
-rw-r--r--translations/source/nso/forms/source/resource.po4
-rw-r--r--translations/source/nso/formula/source/core/resource.po4
-rw-r--r--translations/source/nso/formula/source/ui/dlg.po4
-rw-r--r--translations/source/nso/fpicker/source/office.po4
-rw-r--r--translations/source/nso/framework/source/classes.po4
-rw-r--r--translations/source/nso/framework/source/services.po4
-rw-r--r--translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/nso/mysqlc/source.po12
-rw-r--r--translations/source/nso/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/nso/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/nso/padmin/source.po4
-rw-r--r--translations/source/nso/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/nso/reportbuilder/util.po8
-rw-r--r--translations/source/nso/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/nso/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/nso/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/nso/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/nso/sc/source/core/src.po4
-rw-r--r--translations/source/nso/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/nso/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/nso/sc/source/ui/docshell.po4
-rw-r--r--translations/source/nso/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/nso/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/nso/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nso/sc/source/ui/navipi.po9
-rw-r--r--translations/source/nso/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/nso/sc/source/ui/src.po259
-rw-r--r--translations/source/nso/sc/source/ui/styleui.po4
-rw-r--r--translations/source/nso/scaddins/source/analysis.po4
-rw-r--r--translations/source/nso/scaddins/source/datefunc.po4
-rw-r--r--translations/source/nso/sccomp/source/solver.po4
-rw-r--r--translations/source/nso/scp2/source/accessories.po4
-rw-r--r--translations/source/nso/scp2/source/activex.po4
-rw-r--r--translations/source/nso/scp2/source/base.po4
-rw-r--r--translations/source/nso/scp2/source/binfilter.po4
-rw-r--r--translations/source/nso/scp2/source/calc.po4
-rw-r--r--translations/source/nso/scp2/source/draw.po4
-rw-r--r--translations/source/nso/scp2/source/extensions.po4
-rw-r--r--translations/source/nso/scp2/source/gnome.po4
-rw-r--r--translations/source/nso/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/nso/scp2/source/impress.po4
-rw-r--r--translations/source/nso/scp2/source/javafilter.po4
-rw-r--r--translations/source/nso/scp2/source/kde.po4
-rw-r--r--translations/source/nso/scp2/source/math.po4
-rw-r--r--translations/source/nso/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/nso/scp2/source/ooo.po677
-rw-r--r--translations/source/nso/scp2/source/python.po8
-rw-r--r--translations/source/nso/scp2/source/quickstart.po4
-rw-r--r--translations/source/nso/scp2/source/sdkoo.po4
-rw-r--r--translations/source/nso/scp2/source/testtool.po4
-rw-r--r--translations/source/nso/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/nso/scp2/source/writer.po4
-rw-r--r--translations/source/nso/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/nso/scripting/source/pyprov.po10
-rw-r--r--translations/source/nso/sd/source/core.po4
-rw-r--r--translations/source/nso/sd/source/filter/html.po4
-rw-r--r--translations/source/nso/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/nso/sd/source/ui/animations.po4
-rw-r--r--translations/source/nso/sd/source/ui/annotations.po4
-rw-r--r--translations/source/nso/sd/source/ui/app.po4
-rw-r--r--translations/source/nso/sd/source/ui/dlg.po4
-rw-r--r--translations/source/nso/sd/source/ui/notes.po4
-rw-r--r--translations/source/nso/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/nso/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/nso/sd/source/ui/table.po4
-rw-r--r--translations/source/nso/sd/source/ui/view.po4
-rw-r--r--translations/source/nso/sdext/source/minimizer.po6
-rw-r--r--translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nso/sdext/source/pdfimport.po16
-rw-r--r--translations/source/nso/sdext/source/presenter.po6
-rw-r--r--translations/source/nso/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/nso/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/nso/setup_native/source/mac.po4
-rw-r--r--translations/source/nso/sfx2/source/appl.po4
-rw-r--r--translations/source/nso/sfx2/source/bastyp.po4
-rw-r--r--translations/source/nso/sfx2/source/dialog.po4
-rw-r--r--translations/source/nso/sfx2/source/doc.po4
-rw-r--r--translations/source/nso/sfx2/source/menu.po4
-rw-r--r--translations/source/nso/sfx2/source/view.po4
-rw-r--r--translations/source/nso/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/nso/starmath/source.po36
-rw-r--r--translations/source/nso/svl/source/items.po4
-rw-r--r--translations/source/nso/svl/source/misc.po164
-rw-r--r--translations/source/nso/svtools/source/contnr.po4
-rw-r--r--translations/source/nso/svtools/source/control.po4
-rw-r--r--translations/source/nso/svtools/source/dialogs.po4
-rw-r--r--translations/source/nso/svtools/source/filter.po4
-rw-r--r--translations/source/nso/svtools/source/java.po4
-rw-r--r--translations/source/nso/svtools/source/misc.po8
-rw-r--r--translations/source/nso/svtools/source/plugapp.po4
-rw-r--r--translations/source/nso/svtools/source/toolpanel.po4
-rw-r--r--translations/source/nso/svtools/workben/unodialog.po4
-rw-r--r--translations/source/nso/svx/inc.po4
-rw-r--r--translations/source/nso/svx/source/accessibility.po4
-rw-r--r--translations/source/nso/svx/source/dialog.po43
-rw-r--r--translations/source/nso/svx/source/engine3d.po4
-rw-r--r--translations/source/nso/svx/source/fmcomp.po4
-rw-r--r--translations/source/nso/svx/source/form.po4
-rw-r--r--translations/source/nso/svx/source/gallery2.po4
-rw-r--r--translations/source/nso/svx/source/items.po4
-rw-r--r--translations/source/nso/svx/source/src.po4
-rw-r--r--translations/source/nso/svx/source/stbctrls.po4
-rw-r--r--translations/source/nso/svx/source/svdraw.po4
-rw-r--r--translations/source/nso/svx/source/table.po4
-rw-r--r--translations/source/nso/svx/source/tbxctrls.po4
-rw-r--r--translations/source/nso/svx/source/toolbars.po4
-rw-r--r--translations/source/nso/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/nso/sw/source/core/layout.po6
-rw-r--r--translations/source/nso/sw/source/core/undo.po4
-rw-r--r--translations/source/nso/sw/source/core/unocore.po4
-rw-r--r--translations/source/nso/sw/source/ui/app.po28
-rw-r--r--translations/source/nso/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/nso/sw/source/ui/config.po56
-rw-r--r--translations/source/nso/sw/source/ui/dbui.po4
-rw-r--r--translations/source/nso/sw/source/ui/dialog.po8
-rw-r--r--translations/source/nso/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/nso/sw/source/ui/docvw.po4
-rw-r--r--translations/source/nso/sw/source/ui/envelp.po4
-rw-r--r--translations/source/nso/sw/source/ui/fldui.po4
-rw-r--r--translations/source/nso/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/nso/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/nso/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/nso/sw/source/ui/index.po4
-rw-r--r--translations/source/nso/sw/source/ui/lingu.po8
-rw-r--r--translations/source/nso/sw/source/ui/misc.po4
-rw-r--r--translations/source/nso/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/nso/sw/source/ui/shells.po4
-rw-r--r--translations/source/nso/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/nso/sw/source/ui/table.po44
-rw-r--r--translations/source/nso/sw/source/ui/uiview.po4
-rw-r--r--translations/source/nso/sw/source/ui/utlui.po194
-rw-r--r--translations/source/nso/sw/source/ui/web.po4
-rw-r--r--translations/source/nso/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/nso/swext/mediawiki/help.po72
-rw-r--r--translations/source/nso/swext/mediawiki/src.po6
-rw-r--r--translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/nso/sysui/desktop/share.po4
-rw-r--r--translations/source/nso/uui/source.po4
-rw-r--r--translations/source/nso/vcl/source/src.po82
-rw-r--r--translations/source/nso/wizards/source/euro.po4
-rw-r--r--translations/source/nso/wizards/source/formwizard.po4
-rw-r--r--translations/source/nso/wizards/source/importwizard.po4
-rw-r--r--translations/source/nso/wizards/source/schedule.po4
-rw-r--r--translations/source/nso/wizards/source/template.po4
-rw-r--r--translations/source/nso/xmlsecurity/source/component.po4
-rw-r--r--translations/source/nso/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/oc/accessibility/source/helper.po4
-rw-r--r--translations/source/oc/avmedia/source/framework.po4
-rw-r--r--translations/source/oc/avmedia/source/viewer.po4
-rw-r--r--translations/source/oc/basctl/source/basicide.po12
-rw-r--r--translations/source/oc/basctl/source/dlged.po4
-rw-r--r--translations/source/oc/basic/source/app.po4
-rw-r--r--translations/source/oc/basic/source/classes.po4
-rw-r--r--translations/source/oc/basic/source/sbx.po4
-rw-r--r--translations/source/oc/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/oc/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/oc/connectivity/source/resource.po4
-rw-r--r--translations/source/oc/crashrep/source/all.po4
-rw-r--r--translations/source/oc/cui/source/customize.po4
-rw-r--r--translations/source/oc/cui/source/dialogs.po12
-rw-r--r--translations/source/oc/cui/source/options.po43
-rw-r--r--translations/source/oc/cui/source/tabpages.po8
-rw-r--r--translations/source/oc/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/oc/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/oc/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/oc/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/oc/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/oc/desktop/source/app.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/oc/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/oc/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/oc/desktop/win32/source/setup.po4
-rw-r--r--translations/source/oc/dictionaries/af_ZA.po6
-rw-r--r--translations/source/oc/dictionaries/ar.po6
-rw-r--r--translations/source/oc/dictionaries/be_BY.po19
-rw-r--r--translations/source/oc/dictionaries/bg_BG.po6
-rw-r--r--translations/source/oc/dictionaries/bn_BD.po6
-rw-r--r--translations/source/oc/dictionaries/br_FR.po6
-rw-r--r--translations/source/oc/dictionaries/ca.po6
-rw-r--r--translations/source/oc/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/oc/dictionaries/da_DK.po6
-rw-r--r--translations/source/oc/dictionaries/de.po6
-rw-r--r--translations/source/oc/dictionaries/el_GR.po19
-rw-r--r--translations/source/oc/dictionaries/en.po6
-rw-r--r--translations/source/oc/dictionaries/es_ES.po6
-rw-r--r--translations/source/oc/dictionaries/et_EE.po6
-rw-r--r--translations/source/oc/dictionaries/fr_FR.po6
-rw-r--r--translations/source/oc/dictionaries/gd_GB.po19
-rw-r--r--translations/source/oc/dictionaries/gl.po6
-rw-r--r--translations/source/oc/dictionaries/gu_IN.po6
-rw-r--r--translations/source/oc/dictionaries/he_IL.po6
-rw-r--r--translations/source/oc/dictionaries/hi_IN.po6
-rw-r--r--translations/source/oc/dictionaries/hr_HR.po6
-rw-r--r--translations/source/oc/dictionaries/hu_HU.po6
-rw-r--r--translations/source/oc/dictionaries/it_IT.po6
-rw-r--r--translations/source/oc/dictionaries/ku_TR.po6
-rw-r--r--translations/source/oc/dictionaries/lt_LT.po6
-rw-r--r--translations/source/oc/dictionaries/lv_LV.po6
-rw-r--r--translations/source/oc/dictionaries/ne_NP.po6
-rw-r--r--translations/source/oc/dictionaries/nl_NL.po6
-rw-r--r--translations/source/oc/dictionaries/no.po6
-rw-r--r--translations/source/oc/dictionaries/oc_FR.po6
-rw-r--r--translations/source/oc/dictionaries/pl_PL.po6
-rw-r--r--translations/source/oc/dictionaries/pt_BR.po6
-rw-r--r--translations/source/oc/dictionaries/pt_PT.po6
-rw-r--r--translations/source/oc/dictionaries/ro.po6
-rw-r--r--translations/source/oc/dictionaries/ru_RU.po6
-rw-r--r--translations/source/oc/dictionaries/sk_SK.po6
-rw-r--r--translations/source/oc/dictionaries/sl_SI.po6
-rw-r--r--translations/source/oc/dictionaries/sr.po6
-rw-r--r--translations/source/oc/dictionaries/sv_SE.po6
-rw-r--r--translations/source/oc/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/oc/dictionaries/te_IN.po19
-rw-r--r--translations/source/oc/dictionaries/th_TH.po6
-rw-r--r--translations/source/oc/dictionaries/uk_UA.po6
-rw-r--r--translations/source/oc/dictionaries/vi.po6
-rw-r--r--translations/source/oc/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/oc/editeng/source/accessibility.po4
-rw-r--r--translations/source/oc/editeng/source/editeng.po4
-rw-r--r--translations/source/oc/editeng/source/items.po4
-rw-r--r--translations/source/oc/editeng/source/misc.po4
-rw-r--r--translations/source/oc/editeng/source/outliner.po4
-rw-r--r--translations/source/oc/extensions/source/abpilot.po4
-rw-r--r--translations/source/oc/extensions/source/bibliography.po4
-rw-r--r--translations/source/oc/extensions/source/dbpilots.po4
-rw-r--r--translations/source/oc/extensions/source/propctrlr.po4
-rw-r--r--translations/source/oc/extensions/source/scanner.po8
-rw-r--r--translations/source/oc/extensions/source/update/check.po4
-rw-r--r--translations/source/oc/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/oc/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/oc/filter/source/flash.po4
-rw-r--r--translations/source/oc/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/oc/filter/source/pdf.po4
-rw-r--r--translations/source/oc/filter/source/t602.po4
-rw-r--r--translations/source/oc/filter/source/xsltdialog.po8
-rw-r--r--translations/source/oc/forms/source/resource.po4
-rw-r--r--translations/source/oc/formula/source/core/resource.po4
-rw-r--r--translations/source/oc/formula/source/ui/dlg.po4
-rw-r--r--translations/source/oc/fpicker/source/office.po4
-rw-r--r--translations/source/oc/framework/source/classes.po4
-rw-r--r--translations/source/oc/framework/source/services.po4
-rw-r--r--translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/oc/mysqlc/source.po12
-rw-r--r--translations/source/oc/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/oc/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/oc/padmin/source.po4
-rw-r--r--translations/source/oc/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/oc/reportbuilder/util.po8
-rw-r--r--translations/source/oc/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/oc/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/oc/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/oc/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/oc/sc/source/core/src.po4
-rw-r--r--translations/source/oc/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/oc/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/oc/sc/source/ui/docshell.po4
-rw-r--r--translations/source/oc/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/oc/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/oc/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/oc/sc/source/ui/navipi.po11
-rw-r--r--translations/source/oc/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/oc/sc/source/ui/src.po305
-rw-r--r--translations/source/oc/sc/source/ui/styleui.po4
-rw-r--r--translations/source/oc/scaddins/source/analysis.po4
-rw-r--r--translations/source/oc/scaddins/source/datefunc.po4
-rw-r--r--translations/source/oc/sccomp/source/solver.po4
-rw-r--r--translations/source/oc/scp2/source/accessories.po4
-rw-r--r--translations/source/oc/scp2/source/activex.po4
-rw-r--r--translations/source/oc/scp2/source/base.po4
-rw-r--r--translations/source/oc/scp2/source/binfilter.po4
-rw-r--r--translations/source/oc/scp2/source/calc.po4
-rw-r--r--translations/source/oc/scp2/source/draw.po4
-rw-r--r--translations/source/oc/scp2/source/extensions.po4
-rw-r--r--translations/source/oc/scp2/source/gnome.po4
-rw-r--r--translations/source/oc/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/oc/scp2/source/impress.po4
-rw-r--r--translations/source/oc/scp2/source/javafilter.po4
-rw-r--r--translations/source/oc/scp2/source/kde.po4
-rw-r--r--translations/source/oc/scp2/source/math.po4
-rw-r--r--translations/source/oc/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/oc/scp2/source/ooo.po669
-rw-r--r--translations/source/oc/scp2/source/python.po8
-rw-r--r--translations/source/oc/scp2/source/quickstart.po4
-rw-r--r--translations/source/oc/scp2/source/sdkoo.po4
-rw-r--r--translations/source/oc/scp2/source/testtool.po4
-rw-r--r--translations/source/oc/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/oc/scp2/source/writer.po4
-rw-r--r--translations/source/oc/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/oc/scripting/source/pyprov.po10
-rw-r--r--translations/source/oc/sd/source/core.po4
-rw-r--r--translations/source/oc/sd/source/filter/html.po4
-rw-r--r--translations/source/oc/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/oc/sd/source/ui/animations.po4
-rw-r--r--translations/source/oc/sd/source/ui/annotations.po4
-rw-r--r--translations/source/oc/sd/source/ui/app.po4
-rw-r--r--translations/source/oc/sd/source/ui/dlg.po4
-rw-r--r--translations/source/oc/sd/source/ui/notes.po4
-rw-r--r--translations/source/oc/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/oc/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/oc/sd/source/ui/table.po4
-rw-r--r--translations/source/oc/sd/source/ui/view.po4
-rw-r--r--translations/source/oc/sdext/source/minimizer.po6
-rw-r--r--translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/oc/sdext/source/pdfimport.po16
-rw-r--r--translations/source/oc/sdext/source/presenter.po6
-rw-r--r--translations/source/oc/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/oc/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/oc/setup_native/source/mac.po4
-rw-r--r--translations/source/oc/sfx2/source/appl.po4
-rw-r--r--translations/source/oc/sfx2/source/bastyp.po4
-rw-r--r--translations/source/oc/sfx2/source/dialog.po4
-rw-r--r--translations/source/oc/sfx2/source/doc.po4
-rw-r--r--translations/source/oc/sfx2/source/menu.po4
-rw-r--r--translations/source/oc/sfx2/source/view.po4
-rw-r--r--translations/source/oc/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/oc/starmath/source.po36
-rw-r--r--translations/source/oc/svl/source/items.po4
-rw-r--r--translations/source/oc/svl/source/misc.po165
-rw-r--r--translations/source/oc/svtools/source/contnr.po4
-rw-r--r--translations/source/oc/svtools/source/control.po4
-rw-r--r--translations/source/oc/svtools/source/dialogs.po4
-rw-r--r--translations/source/oc/svtools/source/filter.po4
-rw-r--r--translations/source/oc/svtools/source/java.po4
-rw-r--r--translations/source/oc/svtools/source/misc.po8
-rw-r--r--translations/source/oc/svtools/source/plugapp.po4
-rw-r--r--translations/source/oc/svtools/source/toolpanel.po4
-rw-r--r--translations/source/oc/svtools/workben/unodialog.po4
-rw-r--r--translations/source/oc/svx/inc.po4
-rw-r--r--translations/source/oc/svx/source/accessibility.po4
-rw-r--r--translations/source/oc/svx/source/dialog.po48
-rw-r--r--translations/source/oc/svx/source/engine3d.po4
-rw-r--r--translations/source/oc/svx/source/fmcomp.po4
-rw-r--r--translations/source/oc/svx/source/form.po4
-rw-r--r--translations/source/oc/svx/source/gallery2.po4
-rw-r--r--translations/source/oc/svx/source/items.po4
-rw-r--r--translations/source/oc/svx/source/src.po4
-rw-r--r--translations/source/oc/svx/source/stbctrls.po4
-rw-r--r--translations/source/oc/svx/source/svdraw.po4
-rw-r--r--translations/source/oc/svx/source/table.po4
-rw-r--r--translations/source/oc/svx/source/tbxctrls.po4
-rw-r--r--translations/source/oc/svx/source/toolbars.po4
-rw-r--r--translations/source/oc/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/oc/sw/source/core/layout.po6
-rw-r--r--translations/source/oc/sw/source/core/undo.po4
-rw-r--r--translations/source/oc/sw/source/core/unocore.po4
-rw-r--r--translations/source/oc/sw/source/ui/app.po28
-rw-r--r--translations/source/oc/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/oc/sw/source/ui/config.po56
-rw-r--r--translations/source/oc/sw/source/ui/dbui.po4
-rw-r--r--translations/source/oc/sw/source/ui/dialog.po8
-rw-r--r--translations/source/oc/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/oc/sw/source/ui/docvw.po4
-rw-r--r--translations/source/oc/sw/source/ui/envelp.po4
-rw-r--r--translations/source/oc/sw/source/ui/fldui.po4
-rw-r--r--translations/source/oc/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/oc/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/oc/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/oc/sw/source/ui/index.po4
-rw-r--r--translations/source/oc/sw/source/ui/lingu.po8
-rw-r--r--translations/source/oc/sw/source/ui/misc.po4
-rw-r--r--translations/source/oc/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/oc/sw/source/ui/shells.po4
-rw-r--r--translations/source/oc/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/oc/sw/source/ui/table.po46
-rw-r--r--translations/source/oc/sw/source/ui/uiview.po4
-rw-r--r--translations/source/oc/sw/source/ui/utlui.po194
-rw-r--r--translations/source/oc/sw/source/ui/web.po4
-rw-r--r--translations/source/oc/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/oc/swext/mediawiki/help.po93
-rw-r--r--translations/source/oc/swext/mediawiki/src.po6
-rw-r--r--translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/oc/sysui/desktop/share.po4
-rw-r--r--translations/source/oc/uui/source.po4
-rw-r--r--translations/source/oc/vcl/source/src.po84
-rw-r--r--translations/source/oc/wizards/source/euro.po4
-rw-r--r--translations/source/oc/wizards/source/formwizard.po4
-rw-r--r--translations/source/oc/wizards/source/importwizard.po4
-rw-r--r--translations/source/oc/wizards/source/schedule.po4
-rw-r--r--translations/source/oc/wizards/source/template.po4
-rw-r--r--translations/source/oc/xmlsecurity/source/component.po4
-rw-r--r--translations/source/oc/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/om/accessibility/source/helper.po4
-rw-r--r--translations/source/om/avmedia/source/framework.po4
-rw-r--r--translations/source/om/avmedia/source/viewer.po4
-rw-r--r--translations/source/om/basctl/source/basicide.po12
-rw-r--r--translations/source/om/basctl/source/dlged.po4
-rw-r--r--translations/source/om/basic/source/app.po4
-rw-r--r--translations/source/om/basic/source/classes.po4
-rw-r--r--translations/source/om/basic/source/sbx.po4
-rw-r--r--translations/source/om/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/om/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/om/connectivity/source/resource.po4
-rw-r--r--translations/source/om/crashrep/source/all.po4
-rw-r--r--translations/source/om/cui/source/customize.po4
-rw-r--r--translations/source/om/cui/source/dialogs.po12
-rw-r--r--translations/source/om/cui/source/options.po41
-rw-r--r--translations/source/om/cui/source/tabpages.po8
-rw-r--r--translations/source/om/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/om/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/om/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/om/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/om/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/om/desktop/source/app.po4
-rw-r--r--translations/source/om/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/om/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/om/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/om/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/om/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/om/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/om/desktop/win32/source/setup.po4
-rw-r--r--translations/source/om/dictionaries/af_ZA.po6
-rw-r--r--translations/source/om/dictionaries/ar.po6
-rw-r--r--translations/source/om/dictionaries/be_BY.po19
-rw-r--r--translations/source/om/dictionaries/bg_BG.po6
-rw-r--r--translations/source/om/dictionaries/bn_BD.po6
-rw-r--r--translations/source/om/dictionaries/br_FR.po6
-rw-r--r--translations/source/om/dictionaries/ca.po6
-rw-r--r--translations/source/om/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/om/dictionaries/da_DK.po6
-rw-r--r--translations/source/om/dictionaries/de.po6
-rw-r--r--translations/source/om/dictionaries/el_GR.po19
-rw-r--r--translations/source/om/dictionaries/en.po6
-rw-r--r--translations/source/om/dictionaries/es_ES.po6
-rw-r--r--translations/source/om/dictionaries/et_EE.po6
-rw-r--r--translations/source/om/dictionaries/fr_FR.po6
-rw-r--r--translations/source/om/dictionaries/gd_GB.po19
-rw-r--r--translations/source/om/dictionaries/gl.po6
-rw-r--r--translations/source/om/dictionaries/gu_IN.po6
-rw-r--r--translations/source/om/dictionaries/he_IL.po6
-rw-r--r--translations/source/om/dictionaries/hi_IN.po6
-rw-r--r--translations/source/om/dictionaries/hr_HR.po6
-rw-r--r--translations/source/om/dictionaries/hu_HU.po6
-rw-r--r--translations/source/om/dictionaries/it_IT.po6
-rw-r--r--translations/source/om/dictionaries/ku_TR.po6
-rw-r--r--translations/source/om/dictionaries/lt_LT.po6
-rw-r--r--translations/source/om/dictionaries/lv_LV.po6
-rw-r--r--translations/source/om/dictionaries/ne_NP.po6
-rw-r--r--translations/source/om/dictionaries/nl_NL.po6
-rw-r--r--translations/source/om/dictionaries/no.po6
-rw-r--r--translations/source/om/dictionaries/oc_FR.po6
-rw-r--r--translations/source/om/dictionaries/pl_PL.po6
-rw-r--r--translations/source/om/dictionaries/pt_BR.po6
-rw-r--r--translations/source/om/dictionaries/pt_PT.po6
-rw-r--r--translations/source/om/dictionaries/ro.po6
-rw-r--r--translations/source/om/dictionaries/ru_RU.po6
-rw-r--r--translations/source/om/dictionaries/sk_SK.po6
-rw-r--r--translations/source/om/dictionaries/sl_SI.po6
-rw-r--r--translations/source/om/dictionaries/sr.po6
-rw-r--r--translations/source/om/dictionaries/sv_SE.po6
-rw-r--r--translations/source/om/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/om/dictionaries/te_IN.po19
-rw-r--r--translations/source/om/dictionaries/th_TH.po6
-rw-r--r--translations/source/om/dictionaries/uk_UA.po6
-rw-r--r--translations/source/om/dictionaries/vi.po6
-rw-r--r--translations/source/om/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/om/editeng/source/accessibility.po4
-rw-r--r--translations/source/om/editeng/source/editeng.po4
-rw-r--r--translations/source/om/editeng/source/items.po4
-rw-r--r--translations/source/om/editeng/source/misc.po4
-rw-r--r--translations/source/om/editeng/source/outliner.po4
-rw-r--r--translations/source/om/extensions/source/abpilot.po4
-rw-r--r--translations/source/om/extensions/source/bibliography.po4
-rw-r--r--translations/source/om/extensions/source/dbpilots.po4
-rw-r--r--translations/source/om/extensions/source/propctrlr.po4
-rw-r--r--translations/source/om/extensions/source/scanner.po8
-rw-r--r--translations/source/om/extensions/source/update/check.po4
-rw-r--r--translations/source/om/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/om/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/om/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/om/filter/source/flash.po4
-rw-r--r--translations/source/om/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/om/filter/source/pdf.po4
-rw-r--r--translations/source/om/filter/source/t602.po4
-rw-r--r--translations/source/om/filter/source/xsltdialog.po8
-rw-r--r--translations/source/om/forms/source/resource.po4
-rw-r--r--translations/source/om/formula/source/core/resource.po4
-rw-r--r--translations/source/om/formula/source/ui/dlg.po4
-rw-r--r--translations/source/om/fpicker/source/office.po4
-rw-r--r--translations/source/om/framework/source/classes.po4
-rw-r--r--translations/source/om/framework/source/services.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/om/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/01.po99
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/guide.po61
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/om/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/guide.po31
-rw-r--r--translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/om/mysqlc/source.po12
-rw-r--r--translations/source/om/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/om/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/om/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/om/padmin/source.po4
-rw-r--r--translations/source/om/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/om/reportbuilder/util.po8
-rw-r--r--translations/source/om/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/om/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/om/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/om/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/om/sc/source/core/src.po4
-rw-r--r--translations/source/om/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/om/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/om/sc/source/ui/docshell.po4
-rw-r--r--translations/source/om/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/om/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/om/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/om/sc/source/ui/navipi.po9
-rw-r--r--translations/source/om/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/om/sc/source/ui/src.po268
-rw-r--r--translations/source/om/sc/source/ui/styleui.po4
-rw-r--r--translations/source/om/scaddins/source/analysis.po4
-rw-r--r--translations/source/om/scaddins/source/datefunc.po4
-rw-r--r--translations/source/om/sccomp/source/solver.po4
-rw-r--r--translations/source/om/scp2/source/accessories.po4
-rw-r--r--translations/source/om/scp2/source/activex.po4
-rw-r--r--translations/source/om/scp2/source/base.po4
-rw-r--r--translations/source/om/scp2/source/binfilter.po4
-rw-r--r--translations/source/om/scp2/source/calc.po4
-rw-r--r--translations/source/om/scp2/source/draw.po4
-rw-r--r--translations/source/om/scp2/source/extensions.po4
-rw-r--r--translations/source/om/scp2/source/gnome.po4
-rw-r--r--translations/source/om/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/om/scp2/source/impress.po4
-rw-r--r--translations/source/om/scp2/source/javafilter.po4
-rw-r--r--translations/source/om/scp2/source/kde.po4
-rw-r--r--translations/source/om/scp2/source/math.po4
-rw-r--r--translations/source/om/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/om/scp2/source/ooo.po716
-rw-r--r--translations/source/om/scp2/source/python.po8
-rw-r--r--translations/source/om/scp2/source/quickstart.po4
-rw-r--r--translations/source/om/scp2/source/sdkoo.po4
-rw-r--r--translations/source/om/scp2/source/testtool.po4
-rw-r--r--translations/source/om/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/om/scp2/source/writer.po4
-rw-r--r--translations/source/om/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/om/scripting/source/pyprov.po10
-rw-r--r--translations/source/om/sd/source/core.po4
-rw-r--r--translations/source/om/sd/source/filter/html.po4
-rw-r--r--translations/source/om/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/om/sd/source/ui/animations.po4
-rw-r--r--translations/source/om/sd/source/ui/annotations.po4
-rw-r--r--translations/source/om/sd/source/ui/app.po4
-rw-r--r--translations/source/om/sd/source/ui/dlg.po4
-rw-r--r--translations/source/om/sd/source/ui/notes.po4
-rw-r--r--translations/source/om/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/om/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/om/sd/source/ui/table.po4
-rw-r--r--translations/source/om/sd/source/ui/view.po4
-rw-r--r--translations/source/om/sdext/source/minimizer.po6
-rw-r--r--translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/om/sdext/source/pdfimport.po15
-rw-r--r--translations/source/om/sdext/source/presenter.po6
-rw-r--r--translations/source/om/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/om/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/om/setup_native/source/mac.po4
-rw-r--r--translations/source/om/sfx2/source/appl.po4
-rw-r--r--translations/source/om/sfx2/source/bastyp.po4
-rw-r--r--translations/source/om/sfx2/source/dialog.po4
-rw-r--r--translations/source/om/sfx2/source/doc.po4
-rw-r--r--translations/source/om/sfx2/source/menu.po4
-rw-r--r--translations/source/om/sfx2/source/view.po4
-rw-r--r--translations/source/om/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/om/starmath/source.po36
-rw-r--r--translations/source/om/svl/source/items.po4
-rw-r--r--translations/source/om/svl/source/misc.po214
-rw-r--r--translations/source/om/svtools/source/contnr.po4
-rw-r--r--translations/source/om/svtools/source/control.po4
-rw-r--r--translations/source/om/svtools/source/dialogs.po4
-rw-r--r--translations/source/om/svtools/source/filter.po4
-rw-r--r--translations/source/om/svtools/source/java.po4
-rw-r--r--translations/source/om/svtools/source/misc.po8
-rw-r--r--translations/source/om/svtools/source/plugapp.po4
-rw-r--r--translations/source/om/svtools/source/toolpanel.po4
-rw-r--r--translations/source/om/svtools/workben/unodialog.po4
-rw-r--r--translations/source/om/svx/inc.po4
-rw-r--r--translations/source/om/svx/source/accessibility.po4
-rw-r--r--translations/source/om/svx/source/dialog.po43
-rw-r--r--translations/source/om/svx/source/engine3d.po4
-rw-r--r--translations/source/om/svx/source/fmcomp.po4
-rw-r--r--translations/source/om/svx/source/form.po4
-rw-r--r--translations/source/om/svx/source/gallery2.po4
-rw-r--r--translations/source/om/svx/source/items.po4
-rw-r--r--translations/source/om/svx/source/src.po4
-rw-r--r--translations/source/om/svx/source/stbctrls.po4
-rw-r--r--translations/source/om/svx/source/svdraw.po4
-rw-r--r--translations/source/om/svx/source/table.po4
-rw-r--r--translations/source/om/svx/source/tbxctrls.po4
-rw-r--r--translations/source/om/svx/source/toolbars.po4
-rw-r--r--translations/source/om/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/om/sw/source/core/layout.po6
-rw-r--r--translations/source/om/sw/source/core/undo.po4
-rw-r--r--translations/source/om/sw/source/core/unocore.po4
-rw-r--r--translations/source/om/sw/source/ui/app.po28
-rw-r--r--translations/source/om/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/om/sw/source/ui/config.po56
-rw-r--r--translations/source/om/sw/source/ui/dbui.po4
-rw-r--r--translations/source/om/sw/source/ui/dialog.po8
-rw-r--r--translations/source/om/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/om/sw/source/ui/docvw.po4
-rw-r--r--translations/source/om/sw/source/ui/envelp.po4
-rw-r--r--translations/source/om/sw/source/ui/fldui.po4
-rw-r--r--translations/source/om/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/om/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/om/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/om/sw/source/ui/index.po4
-rw-r--r--translations/source/om/sw/source/ui/lingu.po8
-rw-r--r--translations/source/om/sw/source/ui/misc.po4
-rw-r--r--translations/source/om/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/om/sw/source/ui/shells.po4
-rw-r--r--translations/source/om/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/om/sw/source/ui/table.po44
-rw-r--r--translations/source/om/sw/source/ui/uiview.po4
-rw-r--r--translations/source/om/sw/source/ui/utlui.po194
-rw-r--r--translations/source/om/sw/source/ui/web.po4
-rw-r--r--translations/source/om/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/om/swext/mediawiki/help.po91
-rw-r--r--translations/source/om/swext/mediawiki/src.po6
-rw-r--r--translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/om/sysui/desktop/share.po4
-rw-r--r--translations/source/om/uui/source.po4
-rw-r--r--translations/source/om/vcl/source/src.po84
-rw-r--r--translations/source/om/wizards/source/euro.po4
-rw-r--r--translations/source/om/wizards/source/formwizard.po4
-rw-r--r--translations/source/om/wizards/source/importwizard.po4
-rw-r--r--translations/source/om/wizards/source/schedule.po4
-rw-r--r--translations/source/om/wizards/source/template.po4
-rw-r--r--translations/source/om/xmlsecurity/source/component.po4
-rw-r--r--translations/source/om/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/or/accessibility/source/helper.po4
-rw-r--r--translations/source/or/avmedia/source/framework.po4
-rw-r--r--translations/source/or/avmedia/source/viewer.po4
-rw-r--r--translations/source/or/basctl/source/basicide.po12
-rw-r--r--translations/source/or/basctl/source/dlged.po4
-rw-r--r--translations/source/or/basic/source/app.po4
-rw-r--r--translations/source/or/basic/source/classes.po4
-rw-r--r--translations/source/or/basic/source/sbx.po4
-rw-r--r--translations/source/or/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/or/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/or/connectivity/source/resource.po4
-rw-r--r--translations/source/or/crashrep/source/all.po4
-rw-r--r--translations/source/or/cui/source/customize.po4
-rw-r--r--translations/source/or/cui/source/dialogs.po12
-rw-r--r--translations/source/or/cui/source/options.po44
-rw-r--r--translations/source/or/cui/source/tabpages.po8
-rw-r--r--translations/source/or/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/or/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/or/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/or/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/or/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/or/desktop/source/app.po4
-rw-r--r--translations/source/or/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/or/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/or/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/or/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/or/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/or/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/or/desktop/win32/source/setup.po4
-rw-r--r--translations/source/or/dictionaries/af_ZA.po6
-rw-r--r--translations/source/or/dictionaries/ar.po6
-rw-r--r--translations/source/or/dictionaries/be_BY.po19
-rw-r--r--translations/source/or/dictionaries/bg_BG.po6
-rw-r--r--translations/source/or/dictionaries/bn_BD.po6
-rw-r--r--translations/source/or/dictionaries/br_FR.po6
-rw-r--r--translations/source/or/dictionaries/ca.po6
-rw-r--r--translations/source/or/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/or/dictionaries/da_DK.po6
-rw-r--r--translations/source/or/dictionaries/de.po6
-rw-r--r--translations/source/or/dictionaries/el_GR.po19
-rw-r--r--translations/source/or/dictionaries/en.po6
-rw-r--r--translations/source/or/dictionaries/es_ES.po6
-rw-r--r--translations/source/or/dictionaries/et_EE.po6
-rw-r--r--translations/source/or/dictionaries/fr_FR.po6
-rw-r--r--translations/source/or/dictionaries/gd_GB.po19
-rw-r--r--translations/source/or/dictionaries/gl.po6
-rw-r--r--translations/source/or/dictionaries/gu_IN.po6
-rw-r--r--translations/source/or/dictionaries/he_IL.po6
-rw-r--r--translations/source/or/dictionaries/hi_IN.po6
-rw-r--r--translations/source/or/dictionaries/hr_HR.po6
-rw-r--r--translations/source/or/dictionaries/hu_HU.po6
-rw-r--r--translations/source/or/dictionaries/it_IT.po6
-rw-r--r--translations/source/or/dictionaries/ku_TR.po6
-rw-r--r--translations/source/or/dictionaries/lt_LT.po6
-rw-r--r--translations/source/or/dictionaries/lv_LV.po6
-rw-r--r--translations/source/or/dictionaries/ne_NP.po6
-rw-r--r--translations/source/or/dictionaries/nl_NL.po6
-rw-r--r--translations/source/or/dictionaries/no.po6
-rw-r--r--translations/source/or/dictionaries/oc_FR.po6
-rw-r--r--translations/source/or/dictionaries/pl_PL.po6
-rw-r--r--translations/source/or/dictionaries/pt_BR.po6
-rw-r--r--translations/source/or/dictionaries/pt_PT.po6
-rw-r--r--translations/source/or/dictionaries/ro.po6
-rw-r--r--translations/source/or/dictionaries/ru_RU.po6
-rw-r--r--translations/source/or/dictionaries/sk_SK.po6
-rw-r--r--translations/source/or/dictionaries/sl_SI.po6
-rw-r--r--translations/source/or/dictionaries/sr.po6
-rw-r--r--translations/source/or/dictionaries/sv_SE.po6
-rw-r--r--translations/source/or/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/or/dictionaries/te_IN.po19
-rw-r--r--translations/source/or/dictionaries/th_TH.po6
-rw-r--r--translations/source/or/dictionaries/uk_UA.po6
-rw-r--r--translations/source/or/dictionaries/vi.po6
-rw-r--r--translations/source/or/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/or/editeng/source/accessibility.po4
-rw-r--r--translations/source/or/editeng/source/editeng.po4
-rw-r--r--translations/source/or/editeng/source/items.po4
-rw-r--r--translations/source/or/editeng/source/misc.po4
-rw-r--r--translations/source/or/editeng/source/outliner.po4
-rw-r--r--translations/source/or/extensions/source/abpilot.po4
-rw-r--r--translations/source/or/extensions/source/bibliography.po4
-rw-r--r--translations/source/or/extensions/source/dbpilots.po4
-rw-r--r--translations/source/or/extensions/source/propctrlr.po4
-rw-r--r--translations/source/or/extensions/source/scanner.po8
-rw-r--r--translations/source/or/extensions/source/update/check.po4
-rw-r--r--translations/source/or/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/or/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/or/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/or/filter/source/flash.po4
-rw-r--r--translations/source/or/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/or/filter/source/pdf.po4
-rw-r--r--translations/source/or/filter/source/t602.po4
-rw-r--r--translations/source/or/filter/source/xsltdialog.po8
-rw-r--r--translations/source/or/forms/source/resource.po4
-rw-r--r--translations/source/or/formula/source/core/resource.po4
-rw-r--r--translations/source/or/formula/source/ui/dlg.po4
-rw-r--r--translations/source/or/fpicker/source/office.po4
-rw-r--r--translations/source/or/framework/source/classes.po4
-rw-r--r--translations/source/or/framework/source/services.po4
-rw-r--r--translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/or/mysqlc/source.po12
-rw-r--r--translations/source/or/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/or/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/or/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/or/padmin/source.po4
-rw-r--r--translations/source/or/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/or/reportbuilder/util.po8
-rw-r--r--translations/source/or/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/or/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/or/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/or/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/or/sc/source/core/src.po4
-rw-r--r--translations/source/or/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/or/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/or/sc/source/ui/docshell.po4
-rw-r--r--translations/source/or/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/or/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/or/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/or/sc/source/ui/navipi.po11
-rw-r--r--translations/source/or/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/or/sc/source/ui/src.po270
-rw-r--r--translations/source/or/sc/source/ui/styleui.po4
-rw-r--r--translations/source/or/scaddins/source/analysis.po4
-rw-r--r--translations/source/or/scaddins/source/datefunc.po4
-rw-r--r--translations/source/or/sccomp/source/solver.po4
-rw-r--r--translations/source/or/scp2/source/accessories.po4
-rw-r--r--translations/source/or/scp2/source/activex.po4
-rw-r--r--translations/source/or/scp2/source/base.po4
-rw-r--r--translations/source/or/scp2/source/binfilter.po4
-rw-r--r--translations/source/or/scp2/source/calc.po4
-rw-r--r--translations/source/or/scp2/source/draw.po4
-rw-r--r--translations/source/or/scp2/source/extensions.po4
-rw-r--r--translations/source/or/scp2/source/gnome.po4
-rw-r--r--translations/source/or/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/or/scp2/source/impress.po4
-rw-r--r--translations/source/or/scp2/source/javafilter.po4
-rw-r--r--translations/source/or/scp2/source/kde.po4
-rw-r--r--translations/source/or/scp2/source/math.po4
-rw-r--r--translations/source/or/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/or/scp2/source/ooo.po661
-rw-r--r--translations/source/or/scp2/source/python.po8
-rw-r--r--translations/source/or/scp2/source/quickstart.po4
-rw-r--r--translations/source/or/scp2/source/sdkoo.po4
-rw-r--r--translations/source/or/scp2/source/testtool.po4
-rw-r--r--translations/source/or/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/or/scp2/source/writer.po4
-rw-r--r--translations/source/or/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/or/scripting/source/pyprov.po10
-rw-r--r--translations/source/or/sd/source/core.po4
-rw-r--r--translations/source/or/sd/source/filter/html.po4
-rw-r--r--translations/source/or/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/or/sd/source/ui/animations.po4
-rw-r--r--translations/source/or/sd/source/ui/annotations.po4
-rw-r--r--translations/source/or/sd/source/ui/app.po4
-rw-r--r--translations/source/or/sd/source/ui/dlg.po4
-rw-r--r--translations/source/or/sd/source/ui/notes.po4
-rw-r--r--translations/source/or/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/or/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/or/sd/source/ui/table.po4
-rw-r--r--translations/source/or/sd/source/ui/view.po4
-rw-r--r--translations/source/or/sdext/source/minimizer.po6
-rw-r--r--translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/or/sdext/source/pdfimport.po16
-rw-r--r--translations/source/or/sdext/source/presenter.po6
-rw-r--r--translations/source/or/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/or/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/or/setup_native/source/mac.po4
-rw-r--r--translations/source/or/sfx2/source/appl.po4
-rw-r--r--translations/source/or/sfx2/source/bastyp.po4
-rw-r--r--translations/source/or/sfx2/source/dialog.po4
-rw-r--r--translations/source/or/sfx2/source/doc.po4
-rw-r--r--translations/source/or/sfx2/source/menu.po4
-rw-r--r--translations/source/or/sfx2/source/view.po4
-rw-r--r--translations/source/or/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/or/starmath/source.po36
-rw-r--r--translations/source/or/svl/source/items.po4
-rw-r--r--translations/source/or/svl/source/misc.po165
-rw-r--r--translations/source/or/svtools/source/contnr.po4
-rw-r--r--translations/source/or/svtools/source/control.po4
-rw-r--r--translations/source/or/svtools/source/dialogs.po4
-rw-r--r--translations/source/or/svtools/source/filter.po4
-rw-r--r--translations/source/or/svtools/source/java.po4
-rw-r--r--translations/source/or/svtools/source/misc.po8
-rw-r--r--translations/source/or/svtools/source/plugapp.po4
-rw-r--r--translations/source/or/svtools/source/toolpanel.po4
-rw-r--r--translations/source/or/svtools/workben/unodialog.po4
-rw-r--r--translations/source/or/svx/inc.po4
-rw-r--r--translations/source/or/svx/source/accessibility.po4
-rw-r--r--translations/source/or/svx/source/dialog.po48
-rw-r--r--translations/source/or/svx/source/engine3d.po4
-rw-r--r--translations/source/or/svx/source/fmcomp.po4
-rw-r--r--translations/source/or/svx/source/form.po4
-rw-r--r--translations/source/or/svx/source/gallery2.po4
-rw-r--r--translations/source/or/svx/source/items.po4
-rw-r--r--translations/source/or/svx/source/src.po4
-rw-r--r--translations/source/or/svx/source/stbctrls.po4
-rw-r--r--translations/source/or/svx/source/svdraw.po4
-rw-r--r--translations/source/or/svx/source/table.po4
-rw-r--r--translations/source/or/svx/source/tbxctrls.po4
-rw-r--r--translations/source/or/svx/source/toolbars.po4
-rw-r--r--translations/source/or/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/or/sw/source/core/layout.po6
-rw-r--r--translations/source/or/sw/source/core/undo.po4
-rw-r--r--translations/source/or/sw/source/core/unocore.po4
-rw-r--r--translations/source/or/sw/source/ui/app.po28
-rw-r--r--translations/source/or/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/or/sw/source/ui/config.po56
-rw-r--r--translations/source/or/sw/source/ui/dbui.po4
-rw-r--r--translations/source/or/sw/source/ui/dialog.po8
-rw-r--r--translations/source/or/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/or/sw/source/ui/docvw.po4
-rw-r--r--translations/source/or/sw/source/ui/envelp.po4
-rw-r--r--translations/source/or/sw/source/ui/fldui.po4
-rw-r--r--translations/source/or/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/or/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/or/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/or/sw/source/ui/index.po4
-rw-r--r--translations/source/or/sw/source/ui/lingu.po8
-rw-r--r--translations/source/or/sw/source/ui/misc.po4
-rw-r--r--translations/source/or/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/or/sw/source/ui/shells.po4
-rw-r--r--translations/source/or/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/or/sw/source/ui/table.po46
-rw-r--r--translations/source/or/sw/source/ui/uiview.po4
-rw-r--r--translations/source/or/sw/source/ui/utlui.po194
-rw-r--r--translations/source/or/sw/source/ui/web.po4
-rw-r--r--translations/source/or/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/or/swext/mediawiki/help.po91
-rw-r--r--translations/source/or/swext/mediawiki/src.po6
-rw-r--r--translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/or/sysui/desktop/share.po4
-rw-r--r--translations/source/or/uui/source.po4
-rw-r--r--translations/source/or/vcl/source/src.po84
-rw-r--r--translations/source/or/wizards/source/euro.po4
-rw-r--r--translations/source/or/wizards/source/formwizard.po4
-rw-r--r--translations/source/or/wizards/source/importwizard.po4
-rw-r--r--translations/source/or/wizards/source/schedule.po4
-rw-r--r--translations/source/or/wizards/source/template.po4
-rw-r--r--translations/source/or/xmlsecurity/source/component.po4
-rw-r--r--translations/source/or/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/pa-IN/accessibility/source/helper.po4
-rw-r--r--translations/source/pa-IN/avmedia/source/framework.po4
-rw-r--r--translations/source/pa-IN/avmedia/source/viewer.po4
-rw-r--r--translations/source/pa-IN/basctl/source/basicide.po12
-rw-r--r--translations/source/pa-IN/basctl/source/dlged.po4
-rw-r--r--translations/source/pa-IN/basic/source/app.po4
-rw-r--r--translations/source/pa-IN/basic/source/classes.po4
-rw-r--r--translations/source/pa-IN/basic/source/sbx.po4
-rw-r--r--translations/source/pa-IN/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/pa-IN/connectivity/source/resource.po4
-rw-r--r--translations/source/pa-IN/crashrep/source/all.po4
-rw-r--r--translations/source/pa-IN/cui/source/customize.po4
-rw-r--r--translations/source/pa-IN/cui/source/dialogs.po12
-rw-r--r--translations/source/pa-IN/cui/source/options.po34
-rw-r--r--translations/source/pa-IN/cui/source/tabpages.po8
-rw-r--r--translations/source/pa-IN/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/pa-IN/desktop/source/app.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/pa-IN/desktop/win32/source/setup.po4
-rw-r--r--translations/source/pa-IN/dictionaries/af_ZA.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ar.po6
-rw-r--r--translations/source/pa-IN/dictionaries/be_BY.po19
-rw-r--r--translations/source/pa-IN/dictionaries/bg_BG.po6
-rw-r--r--translations/source/pa-IN/dictionaries/bn_BD.po6
-rw-r--r--translations/source/pa-IN/dictionaries/br_FR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ca.po6
-rw-r--r--translations/source/pa-IN/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/pa-IN/dictionaries/da_DK.po6
-rw-r--r--translations/source/pa-IN/dictionaries/de.po6
-rw-r--r--translations/source/pa-IN/dictionaries/el_GR.po19
-rw-r--r--translations/source/pa-IN/dictionaries/en.po6
-rw-r--r--translations/source/pa-IN/dictionaries/es_ES.po6
-rw-r--r--translations/source/pa-IN/dictionaries/et_EE.po6
-rw-r--r--translations/source/pa-IN/dictionaries/fr_FR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/gd_GB.po19
-rw-r--r--translations/source/pa-IN/dictionaries/gl.po6
-rw-r--r--translations/source/pa-IN/dictionaries/gu_IN.po6
-rw-r--r--translations/source/pa-IN/dictionaries/he_IL.po6
-rw-r--r--translations/source/pa-IN/dictionaries/hi_IN.po6
-rw-r--r--translations/source/pa-IN/dictionaries/hr_HR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/hu_HU.po6
-rw-r--r--translations/source/pa-IN/dictionaries/it_IT.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ku_TR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/lt_LT.po6
-rw-r--r--translations/source/pa-IN/dictionaries/lv_LV.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ne_NP.po6
-rw-r--r--translations/source/pa-IN/dictionaries/nl_NL.po6
-rw-r--r--translations/source/pa-IN/dictionaries/no.po6
-rw-r--r--translations/source/pa-IN/dictionaries/oc_FR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/pl_PL.po6
-rw-r--r--translations/source/pa-IN/dictionaries/pt_BR.po6
-rw-r--r--translations/source/pa-IN/dictionaries/pt_PT.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ro.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ru_RU.po6
-rw-r--r--translations/source/pa-IN/dictionaries/sk_SK.po6
-rw-r--r--translations/source/pa-IN/dictionaries/sl_SI.po6
-rw-r--r--translations/source/pa-IN/dictionaries/sr.po6
-rw-r--r--translations/source/pa-IN/dictionaries/sv_SE.po6
-rw-r--r--translations/source/pa-IN/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/pa-IN/dictionaries/te_IN.po19
-rw-r--r--translations/source/pa-IN/dictionaries/th_TH.po6
-rw-r--r--translations/source/pa-IN/dictionaries/uk_UA.po6
-rw-r--r--translations/source/pa-IN/dictionaries/vi.po6
-rw-r--r--translations/source/pa-IN/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/pa-IN/editeng/source/accessibility.po4
-rw-r--r--translations/source/pa-IN/editeng/source/editeng.po4
-rw-r--r--translations/source/pa-IN/editeng/source/items.po4
-rw-r--r--translations/source/pa-IN/editeng/source/misc.po4
-rw-r--r--translations/source/pa-IN/editeng/source/outliner.po4
-rw-r--r--translations/source/pa-IN/extensions/source/abpilot.po4
-rw-r--r--translations/source/pa-IN/extensions/source/bibliography.po4
-rw-r--r--translations/source/pa-IN/extensions/source/dbpilots.po4
-rw-r--r--translations/source/pa-IN/extensions/source/propctrlr.po4
-rw-r--r--translations/source/pa-IN/extensions/source/scanner.po8
-rw-r--r--translations/source/pa-IN/extensions/source/update/check.po4
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/pa-IN/filter/source/flash.po4
-rw-r--r--translations/source/pa-IN/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/pa-IN/filter/source/pdf.po4
-rw-r--r--translations/source/pa-IN/filter/source/t602.po4
-rw-r--r--translations/source/pa-IN/filter/source/xsltdialog.po8
-rw-r--r--translations/source/pa-IN/forms/source/resource.po4
-rw-r--r--translations/source/pa-IN/formula/source/core/resource.po4
-rw-r--r--translations/source/pa-IN/formula/source/ui/dlg.po4
-rw-r--r--translations/source/pa-IN/fpicker/source/office.po4
-rw-r--r--translations/source/pa-IN/framework/source/classes.po4
-rw-r--r--translations/source/pa-IN/framework/source/services.po4
-rw-r--r--translations/source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/pa-IN/mysqlc/source.po12
-rw-r--r--translations/source/pa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/pa-IN/padmin/source.po4
-rw-r--r--translations/source/pa-IN/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/pa-IN/reportbuilder/util.po8
-rw-r--r--translations/source/pa-IN/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/pa-IN/sc/source/core/src.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/docshell.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/navipi.po9
-rw-r--r--translations/source/pa-IN/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/pa-IN/sc/source/ui/src.po268
-rw-r--r--translations/source/pa-IN/sc/source/ui/styleui.po4
-rw-r--r--translations/source/pa-IN/scaddins/source/analysis.po4
-rw-r--r--translations/source/pa-IN/scaddins/source/datefunc.po4
-rw-r--r--translations/source/pa-IN/sccomp/source/solver.po4
-rw-r--r--translations/source/pa-IN/scp2/source/accessories.po4
-rw-r--r--translations/source/pa-IN/scp2/source/activex.po4
-rw-r--r--translations/source/pa-IN/scp2/source/base.po4
-rw-r--r--translations/source/pa-IN/scp2/source/binfilter.po4
-rw-r--r--translations/source/pa-IN/scp2/source/calc.po4
-rw-r--r--translations/source/pa-IN/scp2/source/draw.po4
-rw-r--r--translations/source/pa-IN/scp2/source/extensions.po4
-rw-r--r--translations/source/pa-IN/scp2/source/gnome.po4
-rw-r--r--translations/source/pa-IN/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/pa-IN/scp2/source/impress.po4
-rw-r--r--translations/source/pa-IN/scp2/source/javafilter.po4
-rw-r--r--translations/source/pa-IN/scp2/source/kde.po4
-rw-r--r--translations/source/pa-IN/scp2/source/math.po4
-rw-r--r--translations/source/pa-IN/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/pa-IN/scp2/source/ooo.po684
-rw-r--r--translations/source/pa-IN/scp2/source/python.po8
-rw-r--r--translations/source/pa-IN/scp2/source/quickstart.po4
-rw-r--r--translations/source/pa-IN/scp2/source/sdkoo.po4
-rw-r--r--translations/source/pa-IN/scp2/source/testtool.po4
-rw-r--r--translations/source/pa-IN/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/pa-IN/scp2/source/writer.po4
-rw-r--r--translations/source/pa-IN/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/pa-IN/scripting/source/pyprov.po10
-rw-r--r--translations/source/pa-IN/sd/source/core.po4
-rw-r--r--translations/source/pa-IN/sd/source/filter/html.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/animations.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/annotations.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/app.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/dlg.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/notes.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/table.po4
-rw-r--r--translations/source/pa-IN/sd/source/ui/view.po4
-rw-r--r--translations/source/pa-IN/sdext/source/minimizer.po6
-rw-r--r--translations/source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/pa-IN/sdext/source/pdfimport.po15
-rw-r--r--translations/source/pa-IN/sdext/source/presenter.po6
-rw-r--r--translations/source/pa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/pa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/pa-IN/setup_native/source/mac.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/appl.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/bastyp.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/dialog.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/doc.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/menu.po4
-rw-r--r--translations/source/pa-IN/sfx2/source/view.po4
-rw-r--r--translations/source/pa-IN/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/pa-IN/starmath/source.po36
-rw-r--r--translations/source/pa-IN/svl/source/items.po4
-rw-r--r--translations/source/pa-IN/svl/source/misc.po192
-rw-r--r--translations/source/pa-IN/svtools/source/contnr.po4
-rw-r--r--translations/source/pa-IN/svtools/source/control.po4
-rw-r--r--translations/source/pa-IN/svtools/source/dialogs.po4
-rw-r--r--translations/source/pa-IN/svtools/source/filter.po4
-rw-r--r--translations/source/pa-IN/svtools/source/java.po4
-rw-r--r--translations/source/pa-IN/svtools/source/misc.po8
-rw-r--r--translations/source/pa-IN/svtools/source/plugapp.po4
-rw-r--r--translations/source/pa-IN/svtools/source/toolpanel.po4
-rw-r--r--translations/source/pa-IN/svtools/workben/unodialog.po4
-rw-r--r--translations/source/pa-IN/svx/inc.po4
-rw-r--r--translations/source/pa-IN/svx/source/accessibility.po4
-rw-r--r--translations/source/pa-IN/svx/source/dialog.po43
-rw-r--r--translations/source/pa-IN/svx/source/engine3d.po4
-rw-r--r--translations/source/pa-IN/svx/source/fmcomp.po4
-rw-r--r--translations/source/pa-IN/svx/source/form.po4
-rw-r--r--translations/source/pa-IN/svx/source/gallery2.po4
-rw-r--r--translations/source/pa-IN/svx/source/items.po4
-rw-r--r--translations/source/pa-IN/svx/source/src.po4
-rw-r--r--translations/source/pa-IN/svx/source/stbctrls.po4
-rw-r--r--translations/source/pa-IN/svx/source/svdraw.po4
-rw-r--r--translations/source/pa-IN/svx/source/table.po4
-rw-r--r--translations/source/pa-IN/svx/source/tbxctrls.po4
-rw-r--r--translations/source/pa-IN/svx/source/toolbars.po4
-rw-r--r--translations/source/pa-IN/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/pa-IN/sw/source/core/layout.po6
-rw-r--r--translations/source/pa-IN/sw/source/core/undo.po4
-rw-r--r--translations/source/pa-IN/sw/source/core/unocore.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/app.po28
-rw-r--r--translations/source/pa-IN/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/pa-IN/sw/source/ui/config.po56
-rw-r--r--translations/source/pa-IN/sw/source/ui/dbui.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/dialog.po8
-rw-r--r--translations/source/pa-IN/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/docvw.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/envelp.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/fldui.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/index.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/lingu.po8
-rw-r--r--translations/source/pa-IN/sw/source/ui/misc.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/pa-IN/sw/source/ui/shells.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/table.po44
-rw-r--r--translations/source/pa-IN/sw/source/ui/uiview.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/utlui.po194
-rw-r--r--translations/source/pa-IN/sw/source/ui/web.po4
-rw-r--r--translations/source/pa-IN/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/pa-IN/swext/mediawiki/help.po89
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src.po6
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/pa-IN/sysui/desktop/share.po4
-rw-r--r--translations/source/pa-IN/uui/source.po4
-rw-r--r--translations/source/pa-IN/vcl/source/src.po82
-rw-r--r--translations/source/pa-IN/wizards/source/euro.po4
-rw-r--r--translations/source/pa-IN/wizards/source/formwizard.po4
-rw-r--r--translations/source/pa-IN/wizards/source/importwizard.po4
-rw-r--r--translations/source/pa-IN/wizards/source/schedule.po4
-rw-r--r--translations/source/pa-IN/wizards/source/template.po4
-rw-r--r--translations/source/pa-IN/xmlsecurity/source/component.po4
-rw-r--r--translations/source/pa-IN/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/pl/accessibility/source/helper.po4
-rw-r--r--translations/source/pl/avmedia/source/framework.po4
-rw-r--r--translations/source/pl/avmedia/source/viewer.po4
-rw-r--r--translations/source/pl/basctl/source/basicide.po16
-rw-r--r--translations/source/pl/basctl/source/dlged.po4
-rw-r--r--translations/source/pl/basic/source/app.po4
-rw-r--r--translations/source/pl/basic/source/classes.po4
-rw-r--r--translations/source/pl/basic/source/sbx.po4
-rw-r--r--translations/source/pl/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/pl/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/pl/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/pl/connectivity/source/resource.po9
-rw-r--r--translations/source/pl/crashrep/source/all.po4
-rw-r--r--translations/source/pl/cui/source/customize.po4
-rw-r--r--translations/source/pl/cui/source/dialogs.po68
-rw-r--r--translations/source/pl/cui/source/options.po62
-rw-r--r--translations/source/pl/cui/source/tabpages.po12
-rw-r--r--translations/source/pl/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/pl/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/pl/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/pl/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/app.po15
-rw-r--r--translations/source/pl/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/pl/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/pl/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/pl/desktop/source/app.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/pl/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/pl/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/pl/desktop/win32/source/setup.po4
-rw-r--r--translations/source/pl/dictionaries/af_ZA.po12
-rw-r--r--translations/source/pl/dictionaries/ar.po12
-rw-r--r--translations/source/pl/dictionaries/be_BY.po20
-rw-r--r--translations/source/pl/dictionaries/bg_BG.po12
-rw-r--r--translations/source/pl/dictionaries/bn_BD.po12
-rw-r--r--translations/source/pl/dictionaries/br_FR.po12
-rw-r--r--translations/source/pl/dictionaries/ca.po12
-rw-r--r--translations/source/pl/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/pl/dictionaries/da_DK.po12
-rw-r--r--translations/source/pl/dictionaries/de.po12
-rw-r--r--translations/source/pl/dictionaries/el_GR.po20
-rw-r--r--translations/source/pl/dictionaries/en.po12
-rw-r--r--translations/source/pl/dictionaries/es_ES.po12
-rw-r--r--translations/source/pl/dictionaries/et_EE.po12
-rw-r--r--translations/source/pl/dictionaries/fr_FR.po12
-rw-r--r--translations/source/pl/dictionaries/gd_GB.po20
-rw-r--r--translations/source/pl/dictionaries/gl.po12
-rw-r--r--translations/source/pl/dictionaries/gu_IN.po12
-rw-r--r--translations/source/pl/dictionaries/he_IL.po12
-rw-r--r--translations/source/pl/dictionaries/hi_IN.po12
-rw-r--r--translations/source/pl/dictionaries/hr_HR.po12
-rw-r--r--translations/source/pl/dictionaries/hu_HU.po12
-rw-r--r--translations/source/pl/dictionaries/it_IT.po12
-rw-r--r--translations/source/pl/dictionaries/ku_TR.po12
-rw-r--r--translations/source/pl/dictionaries/lt_LT.po12
-rw-r--r--translations/source/pl/dictionaries/lv_LV.po12
-rw-r--r--translations/source/pl/dictionaries/ne_NP.po12
-rw-r--r--translations/source/pl/dictionaries/nl_NL.po12
-rw-r--r--translations/source/pl/dictionaries/no.po12
-rw-r--r--translations/source/pl/dictionaries/oc_FR.po12
-rw-r--r--translations/source/pl/dictionaries/pl_PL.po12
-rw-r--r--translations/source/pl/dictionaries/pt_BR.po12
-rw-r--r--translations/source/pl/dictionaries/pt_PT.po12
-rw-r--r--translations/source/pl/dictionaries/ro.po12
-rw-r--r--translations/source/pl/dictionaries/ru_RU.po12
-rw-r--r--translations/source/pl/dictionaries/sk_SK.po12
-rw-r--r--translations/source/pl/dictionaries/sl_SI.po12
-rw-r--r--translations/source/pl/dictionaries/sr.po12
-rw-r--r--translations/source/pl/dictionaries/sv_SE.po12
-rw-r--r--translations/source/pl/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/pl/dictionaries/te_IN.po20
-rw-r--r--translations/source/pl/dictionaries/th_TH.po12
-rw-r--r--translations/source/pl/dictionaries/uk_UA.po12
-rw-r--r--translations/source/pl/dictionaries/vi.po12
-rw-r--r--translations/source/pl/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/pl/editeng/source/accessibility.po4
-rw-r--r--translations/source/pl/editeng/source/editeng.po10
-rw-r--r--translations/source/pl/editeng/source/items.po4
-rw-r--r--translations/source/pl/editeng/source/misc.po4
-rw-r--r--translations/source/pl/editeng/source/outliner.po4
-rw-r--r--translations/source/pl/extensions/source/abpilot.po10
-rw-r--r--translations/source/pl/extensions/source/bibliography.po4
-rw-r--r--translations/source/pl/extensions/source/dbpilots.po4
-rw-r--r--translations/source/pl/extensions/source/propctrlr.po4
-rw-r--r--translations/source/pl/extensions/source/scanner.po8
-rw-r--r--translations/source/pl/extensions/source/update/check.po4
-rw-r--r--translations/source/pl/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/pl/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/pl/filter/source/flash.po4
-rw-r--r--translations/source/pl/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/pl/filter/source/pdf.po4
-rw-r--r--translations/source/pl/filter/source/t602.po4
-rw-r--r--translations/source/pl/filter/source/xsltdialog.po8
-rw-r--r--translations/source/pl/forms/source/resource.po4
-rw-r--r--translations/source/pl/formula/source/core/resource.po4
-rw-r--r--translations/source/pl/formula/source/ui/dlg.po4
-rw-r--r--translations/source/pl/fpicker/source/office.po4
-rw-r--r--translations/source/pl/framework/source/classes.po4
-rw-r--r--translations/source/pl/framework/source/services.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared.po15
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/01.po285
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared.po31
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/01.po114
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/01.po184
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/pl/mysqlc/source.po12
-rw-r--r--translations/source/pl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/pl/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pl/officecfg/registry/data/org/openoffice/Office/UI.po31
-rw-r--r--translations/source/pl/padmin/source.po4
-rw-r--r--translations/source/pl/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/pl/reportbuilder/util.po14
-rw-r--r--translations/source/pl/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/pl/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/pl/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/pl/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/pl/sc/source/core/src.po4
-rw-r--r--translations/source/pl/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/pl/sc/source/ui/dbgui.po10
-rw-r--r--translations/source/pl/sc/source/ui/docshell.po4
-rw-r--r--translations/source/pl/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/pl/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/pl/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/pl/sc/source/ui/navipi.po9
-rw-r--r--translations/source/pl/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/pl/sc/source/ui/src.po303
-rw-r--r--translations/source/pl/sc/source/ui/styleui.po4
-rw-r--r--translations/source/pl/scaddins/source/analysis.po4
-rw-r--r--translations/source/pl/scaddins/source/datefunc.po4
-rw-r--r--translations/source/pl/sccomp/source/solver.po4
-rw-r--r--translations/source/pl/scp2/source/accessories.po4
-rw-r--r--translations/source/pl/scp2/source/activex.po4
-rw-r--r--translations/source/pl/scp2/source/base.po4
-rw-r--r--translations/source/pl/scp2/source/binfilter.po4
-rw-r--r--translations/source/pl/scp2/source/calc.po12
-rw-r--r--translations/source/pl/scp2/source/draw.po4
-rw-r--r--translations/source/pl/scp2/source/extensions.po4
-rw-r--r--translations/source/pl/scp2/source/gnome.po4
-rw-r--r--translations/source/pl/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/pl/scp2/source/impress.po4
-rw-r--r--translations/source/pl/scp2/source/javafilter.po4
-rw-r--r--translations/source/pl/scp2/source/kde.po4
-rw-r--r--translations/source/pl/scp2/source/math.po4
-rw-r--r--translations/source/pl/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/pl/scp2/source/ooo.po1026
-rw-r--r--translations/source/pl/scp2/source/python.po8
-rw-r--r--translations/source/pl/scp2/source/quickstart.po4
-rw-r--r--translations/source/pl/scp2/source/sdkoo.po4
-rw-r--r--translations/source/pl/scp2/source/testtool.po4
-rw-r--r--translations/source/pl/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/pl/scp2/source/writer.po4
-rw-r--r--translations/source/pl/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/pl/scripting/source/pyprov.po10
-rw-r--r--translations/source/pl/sd/source/core.po4
-rw-r--r--translations/source/pl/sd/source/filter/html.po4
-rw-r--r--translations/source/pl/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/pl/sd/source/ui/animations.po4
-rw-r--r--translations/source/pl/sd/source/ui/annotations.po4
-rw-r--r--translations/source/pl/sd/source/ui/app.po4
-rw-r--r--translations/source/pl/sd/source/ui/dlg.po4
-rw-r--r--translations/source/pl/sd/source/ui/notes.po4
-rw-r--r--translations/source/pl/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/pl/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/pl/sd/source/ui/table.po4
-rw-r--r--translations/source/pl/sd/source/ui/view.po4
-rw-r--r--translations/source/pl/sdext/source/minimizer.po14
-rw-r--r--translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/pl/sdext/source/pdfimport.po17
-rw-r--r--translations/source/pl/sdext/source/presenter.po14
-rw-r--r--translations/source/pl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/pl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/pl/setup_native/source/mac.po4
-rw-r--r--translations/source/pl/sfx2/source/appl.po4
-rw-r--r--translations/source/pl/sfx2/source/bastyp.po4
-rw-r--r--translations/source/pl/sfx2/source/dialog.po4
-rw-r--r--translations/source/pl/sfx2/source/doc.po4
-rw-r--r--translations/source/pl/sfx2/source/menu.po4
-rw-r--r--translations/source/pl/sfx2/source/view.po4
-rw-r--r--translations/source/pl/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/pl/starmath/source.po36
-rw-r--r--translations/source/pl/svl/source/items.po4
-rw-r--r--translations/source/pl/svl/source/misc.po165
-rw-r--r--translations/source/pl/svtools/source/contnr.po4
-rw-r--r--translations/source/pl/svtools/source/control.po4
-rw-r--r--translations/source/pl/svtools/source/dialogs.po4
-rw-r--r--translations/source/pl/svtools/source/filter.po4
-rw-r--r--translations/source/pl/svtools/source/java.po4
-rw-r--r--translations/source/pl/svtools/source/misc.po14
-rw-r--r--translations/source/pl/svtools/source/plugapp.po4
-rw-r--r--translations/source/pl/svtools/source/toolpanel.po4
-rw-r--r--translations/source/pl/svtools/workben/unodialog.po4
-rw-r--r--translations/source/pl/svx/inc.po4
-rw-r--r--translations/source/pl/svx/source/accessibility.po4
-rw-r--r--translations/source/pl/svx/source/dialog.po48
-rw-r--r--translations/source/pl/svx/source/engine3d.po4
-rw-r--r--translations/source/pl/svx/source/fmcomp.po4
-rw-r--r--translations/source/pl/svx/source/form.po4
-rw-r--r--translations/source/pl/svx/source/gallery2.po4
-rw-r--r--translations/source/pl/svx/source/items.po4
-rw-r--r--translations/source/pl/svx/source/src.po4
-rw-r--r--translations/source/pl/svx/source/stbctrls.po4
-rw-r--r--translations/source/pl/svx/source/svdraw.po4
-rw-r--r--translations/source/pl/svx/source/table.po4
-rw-r--r--translations/source/pl/svx/source/tbxctrls.po4
-rw-r--r--translations/source/pl/svx/source/toolbars.po4
-rw-r--r--translations/source/pl/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/pl/sw/source/core/layout.po6
-rw-r--r--translations/source/pl/sw/source/core/undo.po4
-rw-r--r--translations/source/pl/sw/source/core/unocore.po4
-rw-r--r--translations/source/pl/sw/source/ui/app.po34
-rw-r--r--translations/source/pl/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/pl/sw/source/ui/config.po56
-rw-r--r--translations/source/pl/sw/source/ui/dbui.po4
-rw-r--r--translations/source/pl/sw/source/ui/dialog.po8
-rw-r--r--translations/source/pl/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/pl/sw/source/ui/docvw.po4
-rw-r--r--translations/source/pl/sw/source/ui/envelp.po4
-rw-r--r--translations/source/pl/sw/source/ui/fldui.po4
-rw-r--r--translations/source/pl/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/pl/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/pl/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/pl/sw/source/ui/index.po4
-rw-r--r--translations/source/pl/sw/source/ui/lingu.po8
-rw-r--r--translations/source/pl/sw/source/ui/misc.po4
-rw-r--r--translations/source/pl/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/pl/sw/source/ui/shells.po4
-rw-r--r--translations/source/pl/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/pl/sw/source/ui/table.po46
-rw-r--r--translations/source/pl/sw/source/ui/uiview.po4
-rw-r--r--translations/source/pl/sw/source/ui/utlui.po194
-rw-r--r--translations/source/pl/sw/source/ui/web.po4
-rw-r--r--translations/source/pl/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/pl/swext/mediawiki/help.po93
-rw-r--r--translations/source/pl/swext/mediawiki/src.po6
-rw-r--r--translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/pl/sysui/desktop/share.po4
-rw-r--r--translations/source/pl/uui/source.po4
-rw-r--r--translations/source/pl/vcl/source/src.po84
-rw-r--r--translations/source/pl/wizards/source/euro.po4
-rw-r--r--translations/source/pl/wizards/source/formwizard.po4
-rw-r--r--translations/source/pl/wizards/source/importwizard.po4
-rw-r--r--translations/source/pl/wizards/source/schedule.po4
-rw-r--r--translations/source/pl/wizards/source/template.po4
-rw-r--r--translations/source/pl/xmlsecurity/source/component.po4
-rw-r--r--translations/source/pl/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/pt-BR/accessibility/source/helper.po4
-rw-r--r--translations/source/pt-BR/avmedia/source/framework.po4
-rw-r--r--translations/source/pt-BR/avmedia/source/viewer.po4
-rw-r--r--translations/source/pt-BR/basctl/source/basicide.po14
-rw-r--r--translations/source/pt-BR/basctl/source/dlged.po4
-rw-r--r--translations/source/pt-BR/basic/source/app.po4
-rw-r--r--translations/source/pt-BR/basic/source/classes.po4
-rw-r--r--translations/source/pt-BR/basic/source/sbx.po4
-rw-r--r--translations/source/pt-BR/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/pt-BR/connectivity/source/resource.po7
-rw-r--r--translations/source/pt-BR/crashrep/source/all.po4
-rw-r--r--translations/source/pt-BR/cui/source/customize.po4
-rw-r--r--translations/source/pt-BR/cui/source/dialogs.po68
-rw-r--r--translations/source/pt-BR/cui/source/options.po58
-rw-r--r--translations/source/pt-BR/cui/source/tabpages.po10
-rw-r--r--translations/source/pt-BR/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/pt-BR/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/app.po37
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/pt-BR/desktop/source/app.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/pt-BR/desktop/win32/source/setup.po4
-rw-r--r--translations/source/pt-BR/dictionaries/af_ZA.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ar.po5
-rw-r--r--translations/source/pt-BR/dictionaries/be_BY.po20
-rw-r--r--translations/source/pt-BR/dictionaries/bg_BG.po5
-rw-r--r--translations/source/pt-BR/dictionaries/bn_BD.po5
-rw-r--r--translations/source/pt-BR/dictionaries/br_FR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ca.po5
-rw-r--r--translations/source/pt-BR/dictionaries/cs_CZ.po5
-rw-r--r--translations/source/pt-BR/dictionaries/da_DK.po5
-rw-r--r--translations/source/pt-BR/dictionaries/de.po5
-rw-r--r--translations/source/pt-BR/dictionaries/el_GR.po20
-rw-r--r--translations/source/pt-BR/dictionaries/en.po5
-rw-r--r--translations/source/pt-BR/dictionaries/es_ES.po5
-rw-r--r--translations/source/pt-BR/dictionaries/et_EE.po5
-rw-r--r--translations/source/pt-BR/dictionaries/fr_FR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/gd_GB.po20
-rw-r--r--translations/source/pt-BR/dictionaries/gl.po5
-rw-r--r--translations/source/pt-BR/dictionaries/gu_IN.po5
-rw-r--r--translations/source/pt-BR/dictionaries/he_IL.po5
-rw-r--r--translations/source/pt-BR/dictionaries/hi_IN.po5
-rw-r--r--translations/source/pt-BR/dictionaries/hr_HR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/hu_HU.po5
-rw-r--r--translations/source/pt-BR/dictionaries/it_IT.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ku_TR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/lt_LT.po5
-rw-r--r--translations/source/pt-BR/dictionaries/lv_LV.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ne_NP.po5
-rw-r--r--translations/source/pt-BR/dictionaries/nl_NL.po5
-rw-r--r--translations/source/pt-BR/dictionaries/no.po5
-rw-r--r--translations/source/pt-BR/dictionaries/oc_FR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/pl_PL.po5
-rw-r--r--translations/source/pt-BR/dictionaries/pt_BR.po5
-rw-r--r--translations/source/pt-BR/dictionaries/pt_PT.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ro.po5
-rw-r--r--translations/source/pt-BR/dictionaries/ru_RU.po5
-rw-r--r--translations/source/pt-BR/dictionaries/sk_SK.po5
-rw-r--r--translations/source/pt-BR/dictionaries/sl_SI.po5
-rw-r--r--translations/source/pt-BR/dictionaries/sr.po5
-rw-r--r--translations/source/pt-BR/dictionaries/sv_SE.po5
-rw-r--r--translations/source/pt-BR/dictionaries/sw_TZ.po5
-rw-r--r--translations/source/pt-BR/dictionaries/te_IN.po20
-rw-r--r--translations/source/pt-BR/dictionaries/th_TH.po5
-rw-r--r--translations/source/pt-BR/dictionaries/uk_UA.po5
-rw-r--r--translations/source/pt-BR/dictionaries/vi.po5
-rw-r--r--translations/source/pt-BR/dictionaries/zu_ZA.po5
-rw-r--r--translations/source/pt-BR/editeng/source/accessibility.po4
-rw-r--r--translations/source/pt-BR/editeng/source/editeng.po8
-rw-r--r--translations/source/pt-BR/editeng/source/items.po4
-rw-r--r--translations/source/pt-BR/editeng/source/misc.po4
-rw-r--r--translations/source/pt-BR/editeng/source/outliner.po4
-rw-r--r--translations/source/pt-BR/extensions/source/abpilot.po8
-rw-r--r--translations/source/pt-BR/extensions/source/bibliography.po4
-rw-r--r--translations/source/pt-BR/extensions/source/dbpilots.po4
-rw-r--r--translations/source/pt-BR/extensions/source/propctrlr.po4
-rw-r--r--translations/source/pt-BR/extensions/source/scanner.po10
-rw-r--r--translations/source/pt-BR/extensions/source/update/check.po15
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/pt-BR/filter/source/flash.po4
-rw-r--r--translations/source/pt-BR/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/pt-BR/filter/source/pdf.po56
-rw-r--r--translations/source/pt-BR/filter/source/t602.po4
-rw-r--r--translations/source/pt-BR/filter/source/xsltdialog.po13
-rw-r--r--translations/source/pt-BR/forms/source/resource.po4
-rw-r--r--translations/source/pt-BR/formula/source/core/resource.po16
-rw-r--r--translations/source/pt-BR/formula/source/ui/dlg.po4
-rw-r--r--translations/source/pt-BR/fpicker/source/office.po4
-rw-r--r--translations/source/pt-BR/framework/source/classes.po4
-rw-r--r--translations/source/pt-BR/framework/source/services.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc.po42
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/01.po369
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/05.po74
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/guide.po17
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/01.po19
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw.po11
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared.po30
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/00.po18
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/01.po160
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/02.po19
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/autopi.po7
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/guide.po83
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/optionen.po64
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress.po8
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/02.po37
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/01.po198
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/01.po12
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/guide.po37
-rw-r--r--translations/source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po45
-rw-r--r--translations/source/pt-BR/mysqlc/source.po6
-rw-r--r--translations/source/pt-BR/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po54
-rw-r--r--translations/source/pt-BR/padmin/source.po4
-rw-r--r--translations/source/pt-BR/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/pt-BR/reportbuilder/util.po12
-rw-r--r--translations/source/pt-BR/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/pt-BR/sc/source/core/src.po4
-rw-r--r--translations/source/pt-BR/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/pt-BR/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/pt-BR/sc/source/ui/docshell.po4
-rw-r--r--translations/source/pt-BR/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/pt-BR/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/pt-BR/sc/source/ui/miscdlgs.po10
-rw-r--r--translations/source/pt-BR/sc/source/ui/navipi.po8
-rw-r--r--translations/source/pt-BR/sc/source/ui/pagedlg.po8
-rw-r--r--translations/source/pt-BR/sc/source/ui/src.po340
-rw-r--r--translations/source/pt-BR/sc/source/ui/styleui.po4
-rw-r--r--translations/source/pt-BR/scaddins/source/analysis.po4
-rw-r--r--translations/source/pt-BR/scaddins/source/datefunc.po4
-rw-r--r--translations/source/pt-BR/sccomp/source/solver.po4
-rw-r--r--translations/source/pt-BR/scp2/source/accessories.po4
-rw-r--r--translations/source/pt-BR/scp2/source/activex.po4
-rw-r--r--translations/source/pt-BR/scp2/source/base.po4
-rw-r--r--translations/source/pt-BR/scp2/source/binfilter.po4
-rw-r--r--translations/source/pt-BR/scp2/source/calc.po12
-rw-r--r--translations/source/pt-BR/scp2/source/draw.po4
-rw-r--r--translations/source/pt-BR/scp2/source/extensions.po4
-rw-r--r--translations/source/pt-BR/scp2/source/gnome.po4
-rw-r--r--translations/source/pt-BR/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/pt-BR/scp2/source/impress.po4
-rw-r--r--translations/source/pt-BR/scp2/source/javafilter.po4
-rw-r--r--translations/source/pt-BR/scp2/source/kde.po4
-rw-r--r--translations/source/pt-BR/scp2/source/math.po4
-rw-r--r--translations/source/pt-BR/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/pt-BR/scp2/source/ooo.po989
-rw-r--r--translations/source/pt-BR/scp2/source/python.po10
-rw-r--r--translations/source/pt-BR/scp2/source/quickstart.po4
-rw-r--r--translations/source/pt-BR/scp2/source/sdkoo.po4
-rw-r--r--translations/source/pt-BR/scp2/source/testtool.po4
-rw-r--r--translations/source/pt-BR/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/pt-BR/scp2/source/writer.po4
-rw-r--r--translations/source/pt-BR/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/pt-BR/scripting/source/pyprov.po11
-rw-r--r--translations/source/pt-BR/sd/source/core.po4
-rw-r--r--translations/source/pt-BR/sd/source/filter/html.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/animations.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/annotations.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/app.po31
-rw-r--r--translations/source/pt-BR/sd/source/ui/dlg.po8
-rw-r--r--translations/source/pt-BR/sd/source/ui/notes.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/table.po4
-rw-r--r--translations/source/pt-BR/sd/source/ui/view.po4
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer.po6
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po26
-rw-r--r--translations/source/pt-BR/sdext/source/pdfimport.po6
-rw-r--r--translations/source/pt-BR/sdext/source/presenter.po6
-rw-r--r--translations/source/pt-BR/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/pt-BR/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/pt-BR/setup_native/source/mac.po4
-rw-r--r--translations/source/pt-BR/sfx2/source/appl.po10
-rw-r--r--translations/source/pt-BR/sfx2/source/bastyp.po4
-rw-r--r--translations/source/pt-BR/sfx2/source/dialog.po13
-rw-r--r--translations/source/pt-BR/sfx2/source/doc.po4
-rw-r--r--translations/source/pt-BR/sfx2/source/menu.po4
-rw-r--r--translations/source/pt-BR/sfx2/source/view.po4
-rw-r--r--translations/source/pt-BR/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/pt-BR/starmath/source.po111
-rw-r--r--translations/source/pt-BR/svl/source/items.po4
-rw-r--r--translations/source/pt-BR/svl/source/misc.po174
-rw-r--r--translations/source/pt-BR/svtools/source/contnr.po4
-rw-r--r--translations/source/pt-BR/svtools/source/control.po4
-rw-r--r--translations/source/pt-BR/svtools/source/dialogs.po4
-rw-r--r--translations/source/pt-BR/svtools/source/filter.po4
-rw-r--r--translations/source/pt-BR/svtools/source/java.po7
-rw-r--r--translations/source/pt-BR/svtools/source/misc.po14
-rw-r--r--translations/source/pt-BR/svtools/source/plugapp.po4
-rw-r--r--translations/source/pt-BR/svtools/source/toolpanel.po4
-rw-r--r--translations/source/pt-BR/svtools/workben/unodialog.po4
-rw-r--r--translations/source/pt-BR/svx/inc.po10
-rw-r--r--translations/source/pt-BR/svx/source/accessibility.po4
-rw-r--r--translations/source/pt-BR/svx/source/dialog.po48
-rw-r--r--translations/source/pt-BR/svx/source/engine3d.po4
-rw-r--r--translations/source/pt-BR/svx/source/fmcomp.po4
-rw-r--r--translations/source/pt-BR/svx/source/form.po4
-rw-r--r--translations/source/pt-BR/svx/source/gallery2.po4
-rw-r--r--translations/source/pt-BR/svx/source/items.po4
-rw-r--r--translations/source/pt-BR/svx/source/src.po4
-rw-r--r--translations/source/pt-BR/svx/source/stbctrls.po4
-rw-r--r--translations/source/pt-BR/svx/source/svdraw.po4
-rw-r--r--translations/source/pt-BR/svx/source/table.po4
-rw-r--r--translations/source/pt-BR/svx/source/tbxctrls.po4
-rw-r--r--translations/source/pt-BR/svx/source/toolbars.po4
-rw-r--r--translations/source/pt-BR/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/pt-BR/sw/source/core/layout.po15
-rw-r--r--translations/source/pt-BR/sw/source/core/undo.po11
-rw-r--r--translations/source/pt-BR/sw/source/core/unocore.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/app.po38
-rw-r--r--translations/source/pt-BR/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/pt-BR/sw/source/ui/config.po64
-rw-r--r--translations/source/pt-BR/sw/source/ui/dbui.po14
-rw-r--r--translations/source/pt-BR/sw/source/ui/dialog.po16
-rw-r--r--translations/source/pt-BR/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/docvw.po18
-rw-r--r--translations/source/pt-BR/sw/source/ui/envelp.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/fldui.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/frmdlg.po10
-rw-r--r--translations/source/pt-BR/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/index.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/lingu.po10
-rw-r--r--translations/source/pt-BR/sw/source/ui/misc.po8
-rw-r--r--translations/source/pt-BR/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/pt-BR/sw/source/ui/shells.po12
-rw-r--r--translations/source/pt-BR/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/table.po46
-rw-r--r--translations/source/pt-BR/sw/source/ui/uiview.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/utlui.po191
-rw-r--r--translations/source/pt-BR/sw/source/ui/web.po4
-rw-r--r--translations/source/pt-BR/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/pt-BR/swext/mediawiki/help.po93
-rw-r--r--translations/source/pt-BR/swext/mediawiki/src.po6
-rw-r--r--translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/pt-BR/sysui/desktop/share.po9
-rw-r--r--translations/source/pt-BR/uui/source.po14
-rw-r--r--translations/source/pt-BR/vcl/source/src.po86
-rw-r--r--translations/source/pt-BR/wizards/source/euro.po8
-rw-r--r--translations/source/pt-BR/wizards/source/formwizard.po12
-rw-r--r--translations/source/pt-BR/wizards/source/importwizard.po32
-rw-r--r--translations/source/pt-BR/wizards/source/schedule.po4
-rw-r--r--translations/source/pt-BR/wizards/source/template.po4
-rw-r--r--translations/source/pt-BR/xmlsecurity/source/component.po4
-rw-r--r--translations/source/pt-BR/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/pt/accessibility/source/helper.po4
-rw-r--r--translations/source/pt/avmedia/source/framework.po4
-rw-r--r--translations/source/pt/avmedia/source/viewer.po4
-rw-r--r--translations/source/pt/basctl/source/basicide.po41
-rw-r--r--translations/source/pt/basctl/source/dlged.po22
-rw-r--r--translations/source/pt/basic/source/app.po20
-rw-r--r--translations/source/pt/basic/source/classes.po16
-rw-r--r--translations/source/pt/basic/source/sbx.po4
-rw-r--r--translations/source/pt/chart2/source/controller/dialogs.po32
-rw-r--r--translations/source/pt/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/pt/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/pt/connectivity/source/resource.po41
-rw-r--r--translations/source/pt/crashrep/source/all.po14
-rw-r--r--translations/source/pt/cui/source/customize.po10
-rw-r--r--translations/source/pt/cui/source/dialogs.po92
-rw-r--r--translations/source/pt/cui/source/options.po146
-rw-r--r--translations/source/pt/cui/source/tabpages.po90
-rw-r--r--translations/source/pt/dbaccess/source/core/resource.po12
-rw-r--r--translations/source/pt/dbaccess/source/ext/adabas.po11
-rw-r--r--translations/source/pt/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/pt/dbaccess/source/sdbtools/resource.po8
-rw-r--r--translations/source/pt/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/pt/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/pt/dbaccess/source/ui/control.po8
-rw-r--r--translations/source/pt/dbaccess/source/ui/dlg.po43
-rw-r--r--translations/source/pt/dbaccess/source/ui/inc.po8
-rw-r--r--translations/source/pt/dbaccess/source/ui/misc.po10
-rw-r--r--translations/source/pt/dbaccess/source/ui/querydesign.po20
-rw-r--r--translations/source/pt/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/pt/dbaccess/source/ui/tabledesign.po26
-rw-r--r--translations/source/pt/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/pt/desktop/source/app.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/pt/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/pt/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/pt/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/pt/desktop/win32/source/setup.po4
-rw-r--r--translations/source/pt/dictionaries/af_ZA.po12
-rw-r--r--translations/source/pt/dictionaries/ar.po12
-rw-r--r--translations/source/pt/dictionaries/be_BY.po20
-rw-r--r--translations/source/pt/dictionaries/bg_BG.po12
-rw-r--r--translations/source/pt/dictionaries/bn_BD.po12
-rw-r--r--translations/source/pt/dictionaries/br_FR.po12
-rw-r--r--translations/source/pt/dictionaries/ca.po12
-rw-r--r--translations/source/pt/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/pt/dictionaries/da_DK.po12
-rw-r--r--translations/source/pt/dictionaries/de.po12
-rw-r--r--translations/source/pt/dictionaries/el_GR.po20
-rw-r--r--translations/source/pt/dictionaries/en.po12
-rw-r--r--translations/source/pt/dictionaries/es_ES.po12
-rw-r--r--translations/source/pt/dictionaries/et_EE.po12
-rw-r--r--translations/source/pt/dictionaries/fr_FR.po12
-rw-r--r--translations/source/pt/dictionaries/gd_GB.po20
-rw-r--r--translations/source/pt/dictionaries/gl.po12
-rw-r--r--translations/source/pt/dictionaries/gu_IN.po12
-rw-r--r--translations/source/pt/dictionaries/he_IL.po12
-rw-r--r--translations/source/pt/dictionaries/hi_IN.po12
-rw-r--r--translations/source/pt/dictionaries/hr_HR.po12
-rw-r--r--translations/source/pt/dictionaries/hu_HU.po12
-rw-r--r--translations/source/pt/dictionaries/it_IT.po12
-rw-r--r--translations/source/pt/dictionaries/ku_TR.po12
-rw-r--r--translations/source/pt/dictionaries/lt_LT.po12
-rw-r--r--translations/source/pt/dictionaries/lv_LV.po12
-rw-r--r--translations/source/pt/dictionaries/ne_NP.po12
-rw-r--r--translations/source/pt/dictionaries/nl_NL.po12
-rw-r--r--translations/source/pt/dictionaries/no.po12
-rw-r--r--translations/source/pt/dictionaries/oc_FR.po12
-rw-r--r--translations/source/pt/dictionaries/pl_PL.po12
-rw-r--r--translations/source/pt/dictionaries/pt_BR.po12
-rw-r--r--translations/source/pt/dictionaries/pt_PT.po12
-rw-r--r--translations/source/pt/dictionaries/ro.po12
-rw-r--r--translations/source/pt/dictionaries/ru_RU.po12
-rw-r--r--translations/source/pt/dictionaries/sk_SK.po12
-rw-r--r--translations/source/pt/dictionaries/sl_SI.po12
-rw-r--r--translations/source/pt/dictionaries/sr.po12
-rw-r--r--translations/source/pt/dictionaries/sv_SE.po12
-rw-r--r--translations/source/pt/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/pt/dictionaries/te_IN.po20
-rw-r--r--translations/source/pt/dictionaries/th_TH.po12
-rw-r--r--translations/source/pt/dictionaries/uk_UA.po12
-rw-r--r--translations/source/pt/dictionaries/vi.po12
-rw-r--r--translations/source/pt/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/pt/editeng/source/accessibility.po4
-rw-r--r--translations/source/pt/editeng/source/editeng.po8
-rw-r--r--translations/source/pt/editeng/source/items.po28
-rw-r--r--translations/source/pt/editeng/source/misc.po4
-rw-r--r--translations/source/pt/editeng/source/outliner.po4
-rw-r--r--translations/source/pt/extensions/source/abpilot.po8
-rw-r--r--translations/source/pt/extensions/source/bibliography.po8
-rw-r--r--translations/source/pt/extensions/source/dbpilots.po16
-rw-r--r--translations/source/pt/extensions/source/propctrlr.po58
-rw-r--r--translations/source/pt/extensions/source/scanner.po10
-rw-r--r--translations/source/pt/extensions/source/update/check.po11
-rw-r--r--translations/source/pt/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/pt/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/pt/filter/source/flash.po4
-rw-r--r--translations/source/pt/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/pt/filter/source/pdf.po32
-rw-r--r--translations/source/pt/filter/source/t602.po4
-rw-r--r--translations/source/pt/filter/source/xsltdialog.po13
-rw-r--r--translations/source/pt/forms/source/resource.po8
-rw-r--r--translations/source/pt/formula/source/core/resource.po18
-rw-r--r--translations/source/pt/formula/source/ui/dlg.po4
-rw-r--r--translations/source/pt/fpicker/source/office.po14
-rw-r--r--translations/source/pt/framework/source/classes.po16
-rw-r--r--translations/source/pt/framework/source/services.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/guide.po44
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared.po505
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po14
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po40
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc.po76
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/00.po30
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/01.po875
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/02.po36
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/04.po156
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/05.po90
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/guide.po331
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart.po18
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/00.po10
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/01.po117
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/02.po16
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/04.po10
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw.po25
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/04.po58
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/guide.po64
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared.po86
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/00.po276
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/01.po742
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/02.po349
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/04.po174
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/05.po38
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/07.po12
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/autokorr.po74
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/autopi.po197
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/explorer/database.po200
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/guide.po541
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/optionen.po440
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress.po22
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/00.po40
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/01.po166
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/02.po199
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/04.po68
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/guide.po348
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath.po10
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/00.po48
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/01.po300
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/04.po10
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/guide.po30
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter.po36
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/00.po100
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/01.po806
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/02.po86
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/04.po196
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/guide.po1165
-rw-r--r--translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po71
-rw-r--r--translations/source/pt/mysqlc/source.po16
-rw-r--r--translations/source/pt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/pt/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po174
-rw-r--r--translations/source/pt/padmin/source.po24
-rw-r--r--translations/source/pt/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/pt/reportbuilder/util.po16
-rw-r--r--translations/source/pt/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/pt/reportdesign/source/ui/dlg.po8
-rw-r--r--translations/source/pt/reportdesign/source/ui/inspection.po8
-rw-r--r--translations/source/pt/reportdesign/source/ui/report.po10
-rw-r--r--translations/source/pt/sc/source/core/src.po4
-rw-r--r--translations/source/pt/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/pt/sc/source/ui/dbgui.po18
-rw-r--r--translations/source/pt/sc/source/ui/docshell.po4
-rw-r--r--translations/source/pt/sc/source/ui/drawfunc.po10
-rw-r--r--translations/source/pt/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/pt/sc/source/ui/miscdlgs.po12
-rw-r--r--translations/source/pt/sc/source/ui/navipi.po10
-rw-r--r--translations/source/pt/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/pt/sc/source/ui/src.po470
-rw-r--r--translations/source/pt/sc/source/ui/styleui.po4
-rw-r--r--translations/source/pt/scaddins/source/analysis.po8
-rw-r--r--translations/source/pt/scaddins/source/datefunc.po4
-rw-r--r--translations/source/pt/sccomp/source/solver.po4
-rw-r--r--translations/source/pt/scp2/source/accessories.po42
-rw-r--r--translations/source/pt/scp2/source/activex.po4
-rw-r--r--translations/source/pt/scp2/source/base.po4
-rw-r--r--translations/source/pt/scp2/source/binfilter.po4
-rw-r--r--translations/source/pt/scp2/source/calc.po8
-rw-r--r--translations/source/pt/scp2/source/draw.po4
-rw-r--r--translations/source/pt/scp2/source/extensions.po42
-rw-r--r--translations/source/pt/scp2/source/gnome.po4
-rw-r--r--translations/source/pt/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/pt/scp2/source/impress.po4
-rw-r--r--translations/source/pt/scp2/source/javafilter.po4
-rw-r--r--translations/source/pt/scp2/source/kde.po4
-rw-r--r--translations/source/pt/scp2/source/math.po4
-rw-r--r--translations/source/pt/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/pt/scp2/source/ooo.po1208
-rw-r--r--translations/source/pt/scp2/source/python.po10
-rw-r--r--translations/source/pt/scp2/source/quickstart.po4
-rw-r--r--translations/source/pt/scp2/source/sdkoo.po4
-rw-r--r--translations/source/pt/scp2/source/testtool.po4
-rw-r--r--translations/source/pt/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/pt/scp2/source/writer.po4
-rw-r--r--translations/source/pt/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/pt/scripting/source/pyprov.po16
-rw-r--r--translations/source/pt/sd/source/core.po18
-rw-r--r--translations/source/pt/sd/source/filter/html.po10
-rw-r--r--translations/source/pt/sd/source/ui/accessibility.po8
-rw-r--r--translations/source/pt/sd/source/ui/animations.po16
-rw-r--r--translations/source/pt/sd/source/ui/annotations.po8
-rw-r--r--translations/source/pt/sd/source/ui/app.po91
-rw-r--r--translations/source/pt/sd/source/ui/dlg.po30
-rw-r--r--translations/source/pt/sd/source/ui/notes.po4
-rw-r--r--translations/source/pt/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/pt/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/pt/sd/source/ui/table.po16
-rw-r--r--translations/source/pt/sd/source/ui/view.po8
-rw-r--r--translations/source/pt/sdext/source/minimizer.po14
-rw-r--r--translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po34
-rw-r--r--translations/source/pt/sdext/source/pdfimport.po17
-rw-r--r--translations/source/pt/sdext/source/presenter.po14
-rw-r--r--translations/source/pt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po16
-rw-r--r--translations/source/pt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/pt/setup_native/source/mac.po8
-rw-r--r--translations/source/pt/sfx2/source/appl.po12
-rw-r--r--translations/source/pt/sfx2/source/bastyp.po4
-rw-r--r--translations/source/pt/sfx2/source/dialog.po31
-rw-r--r--translations/source/pt/sfx2/source/doc.po22
-rw-r--r--translations/source/pt/sfx2/source/menu.po4
-rw-r--r--translations/source/pt/sfx2/source/view.po10
-rw-r--r--translations/source/pt/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/pt/starmath/source.po207
-rw-r--r--translations/source/pt/svl/source/items.po4
-rw-r--r--translations/source/pt/svl/source/misc.po166
-rw-r--r--translations/source/pt/svtools/source/contnr.po4
-rw-r--r--translations/source/pt/svtools/source/control.po4
-rw-r--r--translations/source/pt/svtools/source/dialogs.po16
-rw-r--r--translations/source/pt/svtools/source/filter.po4
-rw-r--r--translations/source/pt/svtools/source/java.po9
-rw-r--r--translations/source/pt/svtools/source/misc.po24
-rw-r--r--translations/source/pt/svtools/source/plugapp.po4
-rw-r--r--translations/source/pt/svtools/source/toolpanel.po4
-rw-r--r--translations/source/pt/svtools/workben/unodialog.po4
-rw-r--r--translations/source/pt/svx/inc.po12
-rw-r--r--translations/source/pt/svx/source/accessibility.po4
-rw-r--r--translations/source/pt/svx/source/dialog.po74
-rw-r--r--translations/source/pt/svx/source/engine3d.po8
-rw-r--r--translations/source/pt/svx/source/fmcomp.po4
-rw-r--r--translations/source/pt/svx/source/form.po20
-rw-r--r--translations/source/pt/svx/source/gallery2.po8
-rw-r--r--translations/source/pt/svx/source/items.po20
-rw-r--r--translations/source/pt/svx/source/src.po13
-rw-r--r--translations/source/pt/svx/source/stbctrls.po8
-rw-r--r--translations/source/pt/svx/source/svdraw.po56
-rw-r--r--translations/source/pt/svx/source/table.po8
-rw-r--r--translations/source/pt/svx/source/tbxctrls.po12
-rw-r--r--translations/source/pt/svx/source/toolbars.po4
-rw-r--r--translations/source/pt/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--translations/source/pt/sw/source/core/layout.po14
-rw-r--r--translations/source/pt/sw/source/core/undo.po21
-rw-r--r--translations/source/pt/sw/source/core/unocore.po4
-rw-r--r--translations/source/pt/sw/source/ui/app.po52
-rw-r--r--translations/source/pt/sw/source/ui/chrdlg.po52
-rw-r--r--translations/source/pt/sw/source/ui/config.po94
-rw-r--r--translations/source/pt/sw/source/ui/dbui.po28
-rw-r--r--translations/source/pt/sw/source/ui/dialog.po18
-rw-r--r--translations/source/pt/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/pt/sw/source/ui/docvw.po44
-rw-r--r--translations/source/pt/sw/source/ui/envelp.po12
-rw-r--r--translations/source/pt/sw/source/ui/fldui.po4
-rw-r--r--translations/source/pt/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/pt/sw/source/ui/frmdlg.po20
-rw-r--r--translations/source/pt/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/pt/sw/source/ui/index.po20
-rw-r--r--translations/source/pt/sw/source/ui/lingu.po22
-rw-r--r--translations/source/pt/sw/source/ui/misc.po24
-rw-r--r--translations/source/pt/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/pt/sw/source/ui/shells.po8
-rw-r--r--translations/source/pt/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/pt/sw/source/ui/table.po50
-rw-r--r--translations/source/pt/sw/source/ui/uiview.po10
-rw-r--r--translations/source/pt/sw/source/ui/utlui.po219
-rw-r--r--translations/source/pt/sw/source/ui/web.po4
-rw-r--r--translations/source/pt/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/pt/swext/mediawiki/help.po104
-rw-r--r--translations/source/pt/swext/mediawiki/src.po12
-rw-r--r--translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/pt/sysui/desktop/share.po9
-rw-r--r--translations/source/pt/uui/source.po16
-rw-r--r--translations/source/pt/vcl/source/src.po96
-rw-r--r--translations/source/pt/wizards/source/euro.po8
-rw-r--r--translations/source/pt/wizards/source/formwizard.po62
-rw-r--r--translations/source/pt/wizards/source/importwizard.po32
-rw-r--r--translations/source/pt/wizards/source/schedule.po4
-rw-r--r--translations/source/pt/wizards/source/template.po8
-rw-r--r--translations/source/pt/xmlsecurity/source/component.po4
-rw-r--r--translations/source/pt/xmlsecurity/source/dialogs.po10
-rw-r--r--translations/source/ru/accessibility/source/helper.po4
-rw-r--r--translations/source/ru/avmedia/source/framework.po4
-rw-r--r--translations/source/ru/avmedia/source/viewer.po4
-rw-r--r--translations/source/ru/basctl/source/basicide.po12
-rw-r--r--translations/source/ru/basctl/source/dlged.po4
-rw-r--r--translations/source/ru/basic/source/app.po4
-rw-r--r--translations/source/ru/basic/source/classes.po4
-rw-r--r--translations/source/ru/basic/source/sbx.po4
-rw-r--r--translations/source/ru/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/ru/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ru/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ru/connectivity/source/resource.po11
-rw-r--r--translations/source/ru/crashrep/source/all.po4
-rw-r--r--translations/source/ru/cui/source/customize.po4
-rw-r--r--translations/source/ru/cui/source/dialogs.po68
-rw-r--r--translations/source/ru/cui/source/options.po56
-rw-r--r--translations/source/ru/cui/source/tabpages.po10
-rw-r--r--translations/source/ru/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ru/dbaccess/source/ext/adabas.po11
-rw-r--r--translations/source/ru/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ru/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/app.po23
-rw-r--r--translations/source/ru/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/dlg.po21
-rw-r--r--translations/source/ru/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ru/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ru/desktop/source/app.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/misc.po22
-rw-r--r--translations/source/ru/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ru/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ru/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ru/dictionaries/af_ZA.po15
-rw-r--r--translations/source/ru/dictionaries/ar.po15
-rw-r--r--translations/source/ru/dictionaries/be_BY.po19
-rw-r--r--translations/source/ru/dictionaries/bg_BG.po15
-rw-r--r--translations/source/ru/dictionaries/bn_BD.po15
-rw-r--r--translations/source/ru/dictionaries/br_FR.po15
-rw-r--r--translations/source/ru/dictionaries/ca.po15
-rw-r--r--translations/source/ru/dictionaries/cs_CZ.po15
-rw-r--r--translations/source/ru/dictionaries/da_DK.po15
-rw-r--r--translations/source/ru/dictionaries/de.po15
-rw-r--r--translations/source/ru/dictionaries/el_GR.po19
-rw-r--r--translations/source/ru/dictionaries/en.po15
-rw-r--r--translations/source/ru/dictionaries/es_ES.po15
-rw-r--r--translations/source/ru/dictionaries/et_EE.po15
-rw-r--r--translations/source/ru/dictionaries/fr_FR.po15
-rw-r--r--translations/source/ru/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ru/dictionaries/gl.po15
-rw-r--r--translations/source/ru/dictionaries/gu_IN.po15
-rw-r--r--translations/source/ru/dictionaries/he_IL.po15
-rw-r--r--translations/source/ru/dictionaries/hi_IN.po15
-rw-r--r--translations/source/ru/dictionaries/hr_HR.po15
-rw-r--r--translations/source/ru/dictionaries/hu_HU.po15
-rw-r--r--translations/source/ru/dictionaries/it_IT.po15
-rw-r--r--translations/source/ru/dictionaries/ku_TR.po15
-rw-r--r--translations/source/ru/dictionaries/lt_LT.po15
-rw-r--r--translations/source/ru/dictionaries/lv_LV.po15
-rw-r--r--translations/source/ru/dictionaries/ne_NP.po15
-rw-r--r--translations/source/ru/dictionaries/nl_NL.po15
-rw-r--r--translations/source/ru/dictionaries/no.po15
-rw-r--r--translations/source/ru/dictionaries/oc_FR.po15
-rw-r--r--translations/source/ru/dictionaries/pl_PL.po15
-rw-r--r--translations/source/ru/dictionaries/pt_BR.po15
-rw-r--r--translations/source/ru/dictionaries/pt_PT.po15
-rw-r--r--translations/source/ru/dictionaries/ro.po15
-rw-r--r--translations/source/ru/dictionaries/ru_RU.po15
-rw-r--r--translations/source/ru/dictionaries/sk_SK.po15
-rw-r--r--translations/source/ru/dictionaries/sl_SI.po15
-rw-r--r--translations/source/ru/dictionaries/sr.po15
-rw-r--r--translations/source/ru/dictionaries/sv_SE.po15
-rw-r--r--translations/source/ru/dictionaries/sw_TZ.po15
-rw-r--r--translations/source/ru/dictionaries/te_IN.po19
-rw-r--r--translations/source/ru/dictionaries/th_TH.po15
-rw-r--r--translations/source/ru/dictionaries/uk_UA.po15
-rw-r--r--translations/source/ru/dictionaries/vi.po15
-rw-r--r--translations/source/ru/dictionaries/zu_ZA.po15
-rw-r--r--translations/source/ru/editeng/source/accessibility.po4
-rw-r--r--translations/source/ru/editeng/source/editeng.po10
-rw-r--r--translations/source/ru/editeng/source/items.po4
-rw-r--r--translations/source/ru/editeng/source/misc.po4
-rw-r--r--translations/source/ru/editeng/source/outliner.po4
-rw-r--r--translations/source/ru/extensions/source/abpilot.po8
-rw-r--r--translations/source/ru/extensions/source/bibliography.po4
-rw-r--r--translations/source/ru/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ru/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ru/extensions/source/scanner.po10
-rw-r--r--translations/source/ru/extensions/source/update/check.po13
-rw-r--r--translations/source/ru/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ru/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/ru/filter/source/flash.po4
-rw-r--r--translations/source/ru/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ru/filter/source/pdf.po18
-rw-r--r--translations/source/ru/filter/source/t602.po4
-rw-r--r--translations/source/ru/filter/source/xsltdialog.po19
-rw-r--r--translations/source/ru/forms/source/resource.po4
-rw-r--r--translations/source/ru/formula/source/core/resource.po18
-rw-r--r--translations/source/ru/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ru/fpicker/source/office.po4
-rw-r--r--translations/source/ru/framework/source/classes.po4
-rw-r--r--translations/source/ru/framework/source/services.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/01.po271
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/01.po9
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/01.po92
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/explorer/database.po31
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po23
-rw-r--r--translations/source/ru/mysqlc/source.po22
-rw-r--r--translations/source/ru/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ru/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ru/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--translations/source/ru/padmin/source.po4
-rw-r--r--translations/source/ru/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ru/reportbuilder/util.po16
-rw-r--r--translations/source/ru/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ru/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ru/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ru/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ru/sc/source/core/src.po4
-rw-r--r--translations/source/ru/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ru/sc/source/ui/dbgui.po10
-rw-r--r--translations/source/ru/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ru/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ru/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ru/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ru/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ru/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ru/sc/source/ui/src.po333
-rw-r--r--translations/source/ru/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ru/scaddins/source/analysis.po4
-rw-r--r--translations/source/ru/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ru/sccomp/source/solver.po4
-rw-r--r--translations/source/ru/scp2/source/accessories.po4
-rw-r--r--translations/source/ru/scp2/source/activex.po4
-rw-r--r--translations/source/ru/scp2/source/base.po4
-rw-r--r--translations/source/ru/scp2/source/binfilter.po4
-rw-r--r--translations/source/ru/scp2/source/calc.po14
-rw-r--r--translations/source/ru/scp2/source/draw.po4
-rw-r--r--translations/source/ru/scp2/source/extensions.po4
-rw-r--r--translations/source/ru/scp2/source/gnome.po4
-rw-r--r--translations/source/ru/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ru/scp2/source/impress.po4
-rw-r--r--translations/source/ru/scp2/source/javafilter.po4
-rw-r--r--translations/source/ru/scp2/source/kde.po4
-rw-r--r--translations/source/ru/scp2/source/math.po4
-rw-r--r--translations/source/ru/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ru/scp2/source/ooo.po1006
-rw-r--r--translations/source/ru/scp2/source/python.po8
-rw-r--r--translations/source/ru/scp2/source/quickstart.po4
-rw-r--r--translations/source/ru/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ru/scp2/source/testtool.po4
-rw-r--r--translations/source/ru/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ru/scp2/source/writer.po4
-rw-r--r--translations/source/ru/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ru/scripting/source/pyprov.po14
-rw-r--r--translations/source/ru/sd/source/core.po4
-rw-r--r--translations/source/ru/sd/source/filter/html.po4
-rw-r--r--translations/source/ru/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ru/sd/source/ui/animations.po4
-rw-r--r--translations/source/ru/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ru/sd/source/ui/app.po17
-rw-r--r--translations/source/ru/sd/source/ui/dlg.po8
-rw-r--r--translations/source/ru/sd/source/ui/notes.po4
-rw-r--r--translations/source/ru/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ru/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ru/sd/source/ui/table.po4
-rw-r--r--translations/source/ru/sd/source/ui/view.po4
-rw-r--r--translations/source/ru/sdext/source/minimizer.po16
-rw-r--r--translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ru/sdext/source/pdfimport.po17
-rw-r--r--translations/source/ru/sdext/source/presenter.po16
-rw-r--r--translations/source/ru/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ru/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ru/setup_native/source/mac.po4
-rw-r--r--translations/source/ru/sfx2/source/appl.po4
-rw-r--r--translations/source/ru/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ru/sfx2/source/dialog.po13
-rw-r--r--translations/source/ru/sfx2/source/doc.po4
-rw-r--r--translations/source/ru/sfx2/source/menu.po4
-rw-r--r--translations/source/ru/sfx2/source/view.po4
-rw-r--r--translations/source/ru/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ru/starmath/source.po47
-rw-r--r--translations/source/ru/svl/source/items.po4
-rw-r--r--translations/source/ru/svl/source/misc.po178
-rw-r--r--translations/source/ru/svtools/source/contnr.po4
-rw-r--r--translations/source/ru/svtools/source/control.po4
-rw-r--r--translations/source/ru/svtools/source/dialogs.po4
-rw-r--r--translations/source/ru/svtools/source/filter.po4
-rw-r--r--translations/source/ru/svtools/source/java.po9
-rw-r--r--translations/source/ru/svtools/source/misc.po16
-rw-r--r--translations/source/ru/svtools/source/plugapp.po4
-rw-r--r--translations/source/ru/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ru/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ru/svx/inc.po10
-rw-r--r--translations/source/ru/svx/source/accessibility.po4
-rw-r--r--translations/source/ru/svx/source/dialog.po46
-rw-r--r--translations/source/ru/svx/source/engine3d.po4
-rw-r--r--translations/source/ru/svx/source/fmcomp.po4
-rw-r--r--translations/source/ru/svx/source/form.po4
-rw-r--r--translations/source/ru/svx/source/gallery2.po4
-rw-r--r--translations/source/ru/svx/source/items.po4
-rw-r--r--translations/source/ru/svx/source/src.po4
-rw-r--r--translations/source/ru/svx/source/stbctrls.po4
-rw-r--r--translations/source/ru/svx/source/svdraw.po4
-rw-r--r--translations/source/ru/svx/source/table.po4
-rw-r--r--translations/source/ru/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ru/svx/source/toolbars.po4
-rw-r--r--translations/source/ru/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ru/sw/source/core/layout.po14
-rw-r--r--translations/source/ru/sw/source/core/undo.po11
-rw-r--r--translations/source/ru/sw/source/core/unocore.po4
-rw-r--r--translations/source/ru/sw/source/ui/app.po28
-rw-r--r--translations/source/ru/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ru/sw/source/ui/config.po62
-rw-r--r--translations/source/ru/sw/source/ui/dbui.po12
-rw-r--r--translations/source/ru/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ru/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ru/sw/source/ui/docvw.po16
-rw-r--r--translations/source/ru/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ru/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ru/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ru/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ru/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ru/sw/source/ui/index.po4
-rw-r--r--translations/source/ru/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ru/sw/source/ui/misc.po4
-rw-r--r--translations/source/ru/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ru/sw/source/ui/shells.po4
-rw-r--r--translations/source/ru/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ru/sw/source/ui/table.po42
-rw-r--r--translations/source/ru/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ru/sw/source/ui/utlui.po191
-rw-r--r--translations/source/ru/sw/source/ui/web.po4
-rw-r--r--translations/source/ru/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ru/swext/mediawiki/help.po100
-rw-r--r--translations/source/ru/swext/mediawiki/src.po20
-rw-r--r--translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ru/sysui/desktop/share.po11
-rw-r--r--translations/source/ru/uui/source.po12
-rw-r--r--translations/source/ru/vcl/source/src.po89
-rw-r--r--translations/source/ru/wizards/source/euro.po10
-rw-r--r--translations/source/ru/wizards/source/formwizard.po4
-rw-r--r--translations/source/ru/wizards/source/importwizard.po34
-rw-r--r--translations/source/ru/wizards/source/schedule.po4
-rw-r--r--translations/source/ru/wizards/source/template.po4
-rw-r--r--translations/source/ru/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ru/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/rw/accessibility/source/helper.po4
-rw-r--r--translations/source/rw/avmedia/source/framework.po4
-rw-r--r--translations/source/rw/avmedia/source/viewer.po4
-rw-r--r--translations/source/rw/basctl/source/basicide.po12
-rw-r--r--translations/source/rw/basctl/source/dlged.po4
-rw-r--r--translations/source/rw/basic/source/app.po4
-rw-r--r--translations/source/rw/basic/source/classes.po4
-rw-r--r--translations/source/rw/basic/source/sbx.po4
-rw-r--r--translations/source/rw/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/rw/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/rw/connectivity/source/resource.po4
-rw-r--r--translations/source/rw/crashrep/source/all.po4
-rw-r--r--translations/source/rw/cui/source/customize.po4
-rw-r--r--translations/source/rw/cui/source/dialogs.po12
-rw-r--r--translations/source/rw/cui/source/options.po34
-rw-r--r--translations/source/rw/cui/source/tabpages.po8
-rw-r--r--translations/source/rw/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/rw/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/rw/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/rw/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/rw/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/rw/desktop/source/app.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/rw/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/rw/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/rw/desktop/win32/source/setup.po4
-rw-r--r--translations/source/rw/dictionaries/af_ZA.po6
-rw-r--r--translations/source/rw/dictionaries/ar.po6
-rw-r--r--translations/source/rw/dictionaries/be_BY.po19
-rw-r--r--translations/source/rw/dictionaries/bg_BG.po6
-rw-r--r--translations/source/rw/dictionaries/bn_BD.po6
-rw-r--r--translations/source/rw/dictionaries/br_FR.po6
-rw-r--r--translations/source/rw/dictionaries/ca.po6
-rw-r--r--translations/source/rw/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/rw/dictionaries/da_DK.po6
-rw-r--r--translations/source/rw/dictionaries/de.po6
-rw-r--r--translations/source/rw/dictionaries/el_GR.po19
-rw-r--r--translations/source/rw/dictionaries/en.po6
-rw-r--r--translations/source/rw/dictionaries/es_ES.po6
-rw-r--r--translations/source/rw/dictionaries/et_EE.po6
-rw-r--r--translations/source/rw/dictionaries/fr_FR.po6
-rw-r--r--translations/source/rw/dictionaries/gd_GB.po19
-rw-r--r--translations/source/rw/dictionaries/gl.po6
-rw-r--r--translations/source/rw/dictionaries/gu_IN.po6
-rw-r--r--translations/source/rw/dictionaries/he_IL.po6
-rw-r--r--translations/source/rw/dictionaries/hi_IN.po6
-rw-r--r--translations/source/rw/dictionaries/hr_HR.po6
-rw-r--r--translations/source/rw/dictionaries/hu_HU.po6
-rw-r--r--translations/source/rw/dictionaries/it_IT.po6
-rw-r--r--translations/source/rw/dictionaries/ku_TR.po6
-rw-r--r--translations/source/rw/dictionaries/lt_LT.po6
-rw-r--r--translations/source/rw/dictionaries/lv_LV.po6
-rw-r--r--translations/source/rw/dictionaries/ne_NP.po6
-rw-r--r--translations/source/rw/dictionaries/nl_NL.po6
-rw-r--r--translations/source/rw/dictionaries/no.po6
-rw-r--r--translations/source/rw/dictionaries/oc_FR.po6
-rw-r--r--translations/source/rw/dictionaries/pl_PL.po6
-rw-r--r--translations/source/rw/dictionaries/pt_BR.po6
-rw-r--r--translations/source/rw/dictionaries/pt_PT.po6
-rw-r--r--translations/source/rw/dictionaries/ro.po6
-rw-r--r--translations/source/rw/dictionaries/ru_RU.po6
-rw-r--r--translations/source/rw/dictionaries/sk_SK.po6
-rw-r--r--translations/source/rw/dictionaries/sl_SI.po6
-rw-r--r--translations/source/rw/dictionaries/sr.po6
-rw-r--r--translations/source/rw/dictionaries/sv_SE.po6
-rw-r--r--translations/source/rw/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/rw/dictionaries/te_IN.po19
-rw-r--r--translations/source/rw/dictionaries/th_TH.po6
-rw-r--r--translations/source/rw/dictionaries/uk_UA.po6
-rw-r--r--translations/source/rw/dictionaries/vi.po6
-rw-r--r--translations/source/rw/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/rw/editeng/source/accessibility.po4
-rw-r--r--translations/source/rw/editeng/source/editeng.po4
-rw-r--r--translations/source/rw/editeng/source/items.po4
-rw-r--r--translations/source/rw/editeng/source/misc.po4
-rw-r--r--translations/source/rw/editeng/source/outliner.po4
-rw-r--r--translations/source/rw/extensions/source/abpilot.po4
-rw-r--r--translations/source/rw/extensions/source/bibliography.po4
-rw-r--r--translations/source/rw/extensions/source/dbpilots.po4
-rw-r--r--translations/source/rw/extensions/source/propctrlr.po4
-rw-r--r--translations/source/rw/extensions/source/scanner.po8
-rw-r--r--translations/source/rw/extensions/source/update/check.po4
-rw-r--r--translations/source/rw/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/rw/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/rw/filter/source/flash.po4
-rw-r--r--translations/source/rw/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/rw/filter/source/pdf.po4
-rw-r--r--translations/source/rw/filter/source/t602.po4
-rw-r--r--translations/source/rw/filter/source/xsltdialog.po8
-rw-r--r--translations/source/rw/forms/source/resource.po4
-rw-r--r--translations/source/rw/formula/source/core/resource.po4
-rw-r--r--translations/source/rw/formula/source/ui/dlg.po4
-rw-r--r--translations/source/rw/fpicker/source/office.po4
-rw-r--r--translations/source/rw/framework/source/classes.po4
-rw-r--r--translations/source/rw/framework/source/services.po4
-rw-r--r--translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/rw/mysqlc/source.po12
-rw-r--r--translations/source/rw/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/rw/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/rw/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/rw/padmin/source.po4
-rw-r--r--translations/source/rw/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/rw/reportbuilder/util.po8
-rw-r--r--translations/source/rw/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/rw/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/rw/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/rw/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/rw/sc/source/core/src.po4
-rw-r--r--translations/source/rw/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/rw/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/rw/sc/source/ui/docshell.po4
-rw-r--r--translations/source/rw/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/rw/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/rw/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/rw/sc/source/ui/navipi.po9
-rw-r--r--translations/source/rw/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/rw/sc/source/ui/src.po263
-rw-r--r--translations/source/rw/sc/source/ui/styleui.po4
-rw-r--r--translations/source/rw/scaddins/source/analysis.po4
-rw-r--r--translations/source/rw/scaddins/source/datefunc.po4
-rw-r--r--translations/source/rw/sccomp/source/solver.po4
-rw-r--r--translations/source/rw/scp2/source/accessories.po4
-rw-r--r--translations/source/rw/scp2/source/activex.po4
-rw-r--r--translations/source/rw/scp2/source/base.po4
-rw-r--r--translations/source/rw/scp2/source/binfilter.po4
-rw-r--r--translations/source/rw/scp2/source/calc.po4
-rw-r--r--translations/source/rw/scp2/source/draw.po4
-rw-r--r--translations/source/rw/scp2/source/extensions.po4
-rw-r--r--translations/source/rw/scp2/source/gnome.po4
-rw-r--r--translations/source/rw/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/rw/scp2/source/impress.po4
-rw-r--r--translations/source/rw/scp2/source/javafilter.po4
-rw-r--r--translations/source/rw/scp2/source/kde.po4
-rw-r--r--translations/source/rw/scp2/source/math.po4
-rw-r--r--translations/source/rw/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/rw/scp2/source/ooo.po685
-rw-r--r--translations/source/rw/scp2/source/python.po8
-rw-r--r--translations/source/rw/scp2/source/quickstart.po4
-rw-r--r--translations/source/rw/scp2/source/sdkoo.po4
-rw-r--r--translations/source/rw/scp2/source/testtool.po4
-rw-r--r--translations/source/rw/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/rw/scp2/source/writer.po4
-rw-r--r--translations/source/rw/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/rw/scripting/source/pyprov.po10
-rw-r--r--translations/source/rw/sd/source/core.po4
-rw-r--r--translations/source/rw/sd/source/filter/html.po4
-rw-r--r--translations/source/rw/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/rw/sd/source/ui/animations.po4
-rw-r--r--translations/source/rw/sd/source/ui/annotations.po4
-rw-r--r--translations/source/rw/sd/source/ui/app.po4
-rw-r--r--translations/source/rw/sd/source/ui/dlg.po4
-rw-r--r--translations/source/rw/sd/source/ui/notes.po4
-rw-r--r--translations/source/rw/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/rw/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/rw/sd/source/ui/table.po4
-rw-r--r--translations/source/rw/sd/source/ui/view.po4
-rw-r--r--translations/source/rw/sdext/source/minimizer.po6
-rw-r--r--translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/rw/sdext/source/pdfimport.po15
-rw-r--r--translations/source/rw/sdext/source/presenter.po6
-rw-r--r--translations/source/rw/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/rw/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/rw/setup_native/source/mac.po4
-rw-r--r--translations/source/rw/sfx2/source/appl.po4
-rw-r--r--translations/source/rw/sfx2/source/bastyp.po4
-rw-r--r--translations/source/rw/sfx2/source/dialog.po4
-rw-r--r--translations/source/rw/sfx2/source/doc.po4
-rw-r--r--translations/source/rw/sfx2/source/menu.po4
-rw-r--r--translations/source/rw/sfx2/source/view.po4
-rw-r--r--translations/source/rw/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/rw/starmath/source.po36
-rw-r--r--translations/source/rw/svl/source/items.po4
-rw-r--r--translations/source/rw/svl/source/misc.po164
-rw-r--r--translations/source/rw/svtools/source/contnr.po4
-rw-r--r--translations/source/rw/svtools/source/control.po4
-rw-r--r--translations/source/rw/svtools/source/dialogs.po4
-rw-r--r--translations/source/rw/svtools/source/filter.po4
-rw-r--r--translations/source/rw/svtools/source/java.po4
-rw-r--r--translations/source/rw/svtools/source/misc.po8
-rw-r--r--translations/source/rw/svtools/source/plugapp.po4
-rw-r--r--translations/source/rw/svtools/source/toolpanel.po4
-rw-r--r--translations/source/rw/svtools/workben/unodialog.po4
-rw-r--r--translations/source/rw/svx/inc.po4
-rw-r--r--translations/source/rw/svx/source/accessibility.po4
-rw-r--r--translations/source/rw/svx/source/dialog.po42
-rw-r--r--translations/source/rw/svx/source/engine3d.po4
-rw-r--r--translations/source/rw/svx/source/fmcomp.po4
-rw-r--r--translations/source/rw/svx/source/form.po4
-rw-r--r--translations/source/rw/svx/source/gallery2.po4
-rw-r--r--translations/source/rw/svx/source/items.po4
-rw-r--r--translations/source/rw/svx/source/src.po4
-rw-r--r--translations/source/rw/svx/source/stbctrls.po4
-rw-r--r--translations/source/rw/svx/source/svdraw.po4
-rw-r--r--translations/source/rw/svx/source/table.po4
-rw-r--r--translations/source/rw/svx/source/tbxctrls.po4
-rw-r--r--translations/source/rw/svx/source/toolbars.po4
-rw-r--r--translations/source/rw/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/rw/sw/source/core/layout.po6
-rw-r--r--translations/source/rw/sw/source/core/undo.po4
-rw-r--r--translations/source/rw/sw/source/core/unocore.po4
-rw-r--r--translations/source/rw/sw/source/ui/app.po28
-rw-r--r--translations/source/rw/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/rw/sw/source/ui/config.po56
-rw-r--r--translations/source/rw/sw/source/ui/dbui.po4
-rw-r--r--translations/source/rw/sw/source/ui/dialog.po8
-rw-r--r--translations/source/rw/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/rw/sw/source/ui/docvw.po4
-rw-r--r--translations/source/rw/sw/source/ui/envelp.po4
-rw-r--r--translations/source/rw/sw/source/ui/fldui.po4
-rw-r--r--translations/source/rw/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/rw/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/rw/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/rw/sw/source/ui/index.po4
-rw-r--r--translations/source/rw/sw/source/ui/lingu.po8
-rw-r--r--translations/source/rw/sw/source/ui/misc.po4
-rw-r--r--translations/source/rw/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/rw/sw/source/ui/shells.po4
-rw-r--r--translations/source/rw/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/rw/sw/source/ui/table.po44
-rw-r--r--translations/source/rw/sw/source/ui/uiview.po4
-rw-r--r--translations/source/rw/sw/source/ui/utlui.po194
-rw-r--r--translations/source/rw/sw/source/ui/web.po4
-rw-r--r--translations/source/rw/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/rw/swext/mediawiki/help.po72
-rw-r--r--translations/source/rw/swext/mediawiki/src.po6
-rw-r--r--translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/rw/sysui/desktop/share.po4
-rw-r--r--translations/source/rw/uui/source.po4
-rw-r--r--translations/source/rw/vcl/source/src.po82
-rw-r--r--translations/source/rw/wizards/source/euro.po4
-rw-r--r--translations/source/rw/wizards/source/formwizard.po4
-rw-r--r--translations/source/rw/wizards/source/importwizard.po4
-rw-r--r--translations/source/rw/wizards/source/schedule.po4
-rw-r--r--translations/source/rw/wizards/source/template.po4
-rw-r--r--translations/source/rw/xmlsecurity/source/component.po4
-rw-r--r--translations/source/rw/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sa-IN/accessibility/source/helper.po4
-rw-r--r--translations/source/sa-IN/avmedia/source/framework.po4
-rw-r--r--translations/source/sa-IN/avmedia/source/viewer.po4
-rw-r--r--translations/source/sa-IN/basctl/source/basicide.po12
-rw-r--r--translations/source/sa-IN/basctl/source/dlged.po4
-rw-r--r--translations/source/sa-IN/basic/source/app.po4
-rw-r--r--translations/source/sa-IN/basic/source/classes.po4
-rw-r--r--translations/source/sa-IN/basic/source/sbx.po4
-rw-r--r--translations/source/sa-IN/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sa-IN/connectivity/source/resource.po4
-rw-r--r--translations/source/sa-IN/crashrep/source/all.po4
-rw-r--r--translations/source/sa-IN/cui/source/customize.po4
-rw-r--r--translations/source/sa-IN/cui/source/dialogs.po12
-rw-r--r--translations/source/sa-IN/cui/source/options.po34
-rw-r--r--translations/source/sa-IN/cui/source/tabpages.po8
-rw-r--r--translations/source/sa-IN/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sa-IN/desktop/source/app.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sa-IN/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sa-IN/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ar.po6
-rw-r--r--translations/source/sa-IN/dictionaries/be_BY.po19
-rw-r--r--translations/source/sa-IN/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sa-IN/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sa-IN/dictionaries/br_FR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ca.po6
-rw-r--r--translations/source/sa-IN/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sa-IN/dictionaries/da_DK.po6
-rw-r--r--translations/source/sa-IN/dictionaries/de.po6
-rw-r--r--translations/source/sa-IN/dictionaries/el_GR.po19
-rw-r--r--translations/source/sa-IN/dictionaries/en.po6
-rw-r--r--translations/source/sa-IN/dictionaries/es_ES.po6
-rw-r--r--translations/source/sa-IN/dictionaries/et_EE.po6
-rw-r--r--translations/source/sa-IN/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sa-IN/dictionaries/gl.po6
-rw-r--r--translations/source/sa-IN/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sa-IN/dictionaries/he_IL.po6
-rw-r--r--translations/source/sa-IN/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sa-IN/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sa-IN/dictionaries/it_IT.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sa-IN/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sa-IN/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sa-IN/dictionaries/no.po6
-rw-r--r--translations/source/sa-IN/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sa-IN/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sa-IN/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ro.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sa-IN/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sa-IN/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sa-IN/dictionaries/sr.po6
-rw-r--r--translations/source/sa-IN/dictionaries/sv_SE.po6
-rw-r--r--translations/source/sa-IN/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sa-IN/dictionaries/te_IN.po19
-rw-r--r--translations/source/sa-IN/dictionaries/th_TH.po6
-rw-r--r--translations/source/sa-IN/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sa-IN/dictionaries/vi.po6
-rw-r--r--translations/source/sa-IN/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sa-IN/editeng/source/accessibility.po4
-rw-r--r--translations/source/sa-IN/editeng/source/editeng.po4
-rw-r--r--translations/source/sa-IN/editeng/source/items.po4
-rw-r--r--translations/source/sa-IN/editeng/source/misc.po4
-rw-r--r--translations/source/sa-IN/editeng/source/outliner.po4
-rw-r--r--translations/source/sa-IN/extensions/source/abpilot.po4
-rw-r--r--translations/source/sa-IN/extensions/source/bibliography.po4
-rw-r--r--translations/source/sa-IN/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sa-IN/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sa-IN/extensions/source/scanner.po8
-rw-r--r--translations/source/sa-IN/extensions/source/update/check.po4
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/sa-IN/filter/source/flash.po4
-rw-r--r--translations/source/sa-IN/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sa-IN/filter/source/pdf.po4
-rw-r--r--translations/source/sa-IN/filter/source/t602.po4
-rw-r--r--translations/source/sa-IN/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sa-IN/forms/source/resource.po4
-rw-r--r--translations/source/sa-IN/formula/source/core/resource.po4
-rw-r--r--translations/source/sa-IN/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sa-IN/fpicker/source/office.po4
-rw-r--r--translations/source/sa-IN/framework/source/classes.po4
-rw-r--r--translations/source/sa-IN/framework/source/services.po4
-rw-r--r--translations/source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/sa-IN/mysqlc/source.po12
-rw-r--r--translations/source/sa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/sa-IN/padmin/source.po4
-rw-r--r--translations/source/sa-IN/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sa-IN/reportbuilder/util.po8
-rw-r--r--translations/source/sa-IN/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sa-IN/sc/source/core/src.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/navipi.po11
-rw-r--r--translations/source/sa-IN/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sa-IN/sc/source/ui/src.po270
-rw-r--r--translations/source/sa-IN/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sa-IN/scaddins/source/analysis.po4
-rw-r--r--translations/source/sa-IN/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sa-IN/sccomp/source/solver.po4
-rw-r--r--translations/source/sa-IN/scp2/source/accessories.po4
-rw-r--r--translations/source/sa-IN/scp2/source/activex.po4
-rw-r--r--translations/source/sa-IN/scp2/source/base.po4
-rw-r--r--translations/source/sa-IN/scp2/source/binfilter.po4
-rw-r--r--translations/source/sa-IN/scp2/source/calc.po4
-rw-r--r--translations/source/sa-IN/scp2/source/draw.po4
-rw-r--r--translations/source/sa-IN/scp2/source/extensions.po4
-rw-r--r--translations/source/sa-IN/scp2/source/gnome.po4
-rw-r--r--translations/source/sa-IN/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sa-IN/scp2/source/impress.po4
-rw-r--r--translations/source/sa-IN/scp2/source/javafilter.po4
-rw-r--r--translations/source/sa-IN/scp2/source/kde.po4
-rw-r--r--translations/source/sa-IN/scp2/source/math.po4
-rw-r--r--translations/source/sa-IN/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sa-IN/scp2/source/ooo.po694
-rw-r--r--translations/source/sa-IN/scp2/source/python.po8
-rw-r--r--translations/source/sa-IN/scp2/source/quickstart.po4
-rw-r--r--translations/source/sa-IN/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sa-IN/scp2/source/testtool.po4
-rw-r--r--translations/source/sa-IN/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sa-IN/scp2/source/writer.po4
-rw-r--r--translations/source/sa-IN/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sa-IN/scripting/source/pyprov.po10
-rw-r--r--translations/source/sa-IN/sd/source/core.po4
-rw-r--r--translations/source/sa-IN/sd/source/filter/html.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/animations.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/app.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/notes.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/table.po4
-rw-r--r--translations/source/sa-IN/sd/source/ui/view.po4
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer.po6
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/sa-IN/sdext/source/pdfimport.po15
-rw-r--r--translations/source/sa-IN/sdext/source/presenter.po6
-rw-r--r--translations/source/sa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sa-IN/setup_native/source/mac.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/appl.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/dialog.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/doc.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/menu.po4
-rw-r--r--translations/source/sa-IN/sfx2/source/view.po4
-rw-r--r--translations/source/sa-IN/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sa-IN/starmath/source.po36
-rw-r--r--translations/source/sa-IN/svl/source/items.po4
-rw-r--r--translations/source/sa-IN/svl/source/misc.po203
-rw-r--r--translations/source/sa-IN/svtools/source/contnr.po4
-rw-r--r--translations/source/sa-IN/svtools/source/control.po4
-rw-r--r--translations/source/sa-IN/svtools/source/dialogs.po4
-rw-r--r--translations/source/sa-IN/svtools/source/filter.po4
-rw-r--r--translations/source/sa-IN/svtools/source/java.po4
-rw-r--r--translations/source/sa-IN/svtools/source/misc.po8
-rw-r--r--translations/source/sa-IN/svtools/source/plugapp.po4
-rw-r--r--translations/source/sa-IN/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sa-IN/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sa-IN/svx/inc.po4
-rw-r--r--translations/source/sa-IN/svx/source/accessibility.po4
-rw-r--r--translations/source/sa-IN/svx/source/dialog.po44
-rw-r--r--translations/source/sa-IN/svx/source/engine3d.po4
-rw-r--r--translations/source/sa-IN/svx/source/fmcomp.po4
-rw-r--r--translations/source/sa-IN/svx/source/form.po4
-rw-r--r--translations/source/sa-IN/svx/source/gallery2.po4
-rw-r--r--translations/source/sa-IN/svx/source/items.po4
-rw-r--r--translations/source/sa-IN/svx/source/src.po4
-rw-r--r--translations/source/sa-IN/svx/source/stbctrls.po4
-rw-r--r--translations/source/sa-IN/svx/source/svdraw.po4
-rw-r--r--translations/source/sa-IN/svx/source/table.po4
-rw-r--r--translations/source/sa-IN/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sa-IN/svx/source/toolbars.po4
-rw-r--r--translations/source/sa-IN/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sa-IN/sw/source/core/layout.po6
-rw-r--r--translations/source/sa-IN/sw/source/core/undo.po4
-rw-r--r--translations/source/sa-IN/sw/source/core/unocore.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/app.po28
-rw-r--r--translations/source/sa-IN/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sa-IN/sw/source/ui/config.po56
-rw-r--r--translations/source/sa-IN/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sa-IN/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/index.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sa-IN/sw/source/ui/misc.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sa-IN/sw/source/ui/shells.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/table.po46
-rw-r--r--translations/source/sa-IN/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/utlui.po194
-rw-r--r--translations/source/sa-IN/sw/source/ui/web.po4
-rw-r--r--translations/source/sa-IN/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sa-IN/swext/mediawiki/help.po93
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src.po6
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sa-IN/sysui/desktop/share.po4
-rw-r--r--translations/source/sa-IN/uui/source.po4
-rw-r--r--translations/source/sa-IN/vcl/source/src.po100
-rw-r--r--translations/source/sa-IN/wizards/source/euro.po4
-rw-r--r--translations/source/sa-IN/wizards/source/formwizard.po4
-rw-r--r--translations/source/sa-IN/wizards/source/importwizard.po4
-rw-r--r--translations/source/sa-IN/wizards/source/schedule.po4
-rw-r--r--translations/source/sa-IN/wizards/source/template.po4
-rw-r--r--translations/source/sa-IN/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sa-IN/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sat/accessibility/source/helper.po4
-rw-r--r--translations/source/sat/avmedia/source/framework.po4
-rw-r--r--translations/source/sat/avmedia/source/viewer.po4
-rw-r--r--translations/source/sat/basctl/source/basicide.po12
-rw-r--r--translations/source/sat/basctl/source/dlged.po4
-rw-r--r--translations/source/sat/basic/source/app.po4
-rw-r--r--translations/source/sat/basic/source/classes.po4
-rw-r--r--translations/source/sat/basic/source/sbx.po4
-rw-r--r--translations/source/sat/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sat/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sat/connectivity/source/resource.po4
-rw-r--r--translations/source/sat/crashrep/source/all.po4
-rw-r--r--translations/source/sat/cui/source/customize.po4
-rw-r--r--translations/source/sat/cui/source/dialogs.po12
-rw-r--r--translations/source/sat/cui/source/options.po34
-rw-r--r--translations/source/sat/cui/source/tabpages.po8
-rw-r--r--translations/source/sat/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sat/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sat/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sat/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sat/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sat/desktop/source/app.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/sat/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sat/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sat/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sat/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sat/dictionaries/ar.po6
-rw-r--r--translations/source/sat/dictionaries/be_BY.po19
-rw-r--r--translations/source/sat/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sat/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sat/dictionaries/br_FR.po6
-rw-r--r--translations/source/sat/dictionaries/ca.po6
-rw-r--r--translations/source/sat/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sat/dictionaries/da_DK.po6
-rw-r--r--translations/source/sat/dictionaries/de.po6
-rw-r--r--translations/source/sat/dictionaries/el_GR.po19
-rw-r--r--translations/source/sat/dictionaries/en.po6
-rw-r--r--translations/source/sat/dictionaries/es_ES.po6
-rw-r--r--translations/source/sat/dictionaries/et_EE.po6
-rw-r--r--translations/source/sat/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sat/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sat/dictionaries/gl.po6
-rw-r--r--translations/source/sat/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sat/dictionaries/he_IL.po6
-rw-r--r--translations/source/sat/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sat/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sat/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sat/dictionaries/it_IT.po6
-rw-r--r--translations/source/sat/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sat/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sat/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sat/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sat/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sat/dictionaries/no.po6
-rw-r--r--translations/source/sat/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sat/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sat/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sat/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sat/dictionaries/ro.po6
-rw-r--r--translations/source/sat/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sat/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sat/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sat/dictionaries/sr.po6
-rw-r--r--translations/source/sat/dictionaries/sv_SE.po6
-rw-r--r--translations/source/sat/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sat/dictionaries/te_IN.po19
-rw-r--r--translations/source/sat/dictionaries/th_TH.po6
-rw-r--r--translations/source/sat/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sat/dictionaries/vi.po6
-rw-r--r--translations/source/sat/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sat/editeng/source/accessibility.po4
-rw-r--r--translations/source/sat/editeng/source/editeng.po4
-rw-r--r--translations/source/sat/editeng/source/items.po4
-rw-r--r--translations/source/sat/editeng/source/misc.po4
-rw-r--r--translations/source/sat/editeng/source/outliner.po4
-rw-r--r--translations/source/sat/extensions/source/abpilot.po4
-rw-r--r--translations/source/sat/extensions/source/bibliography.po4
-rw-r--r--translations/source/sat/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sat/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sat/extensions/source/scanner.po8
-rw-r--r--translations/source/sat/extensions/source/update/check.po4
-rw-r--r--translations/source/sat/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sat/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/sat/filter/source/flash.po4
-rw-r--r--translations/source/sat/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sat/filter/source/pdf.po4
-rw-r--r--translations/source/sat/filter/source/t602.po4
-rw-r--r--translations/source/sat/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sat/forms/source/resource.po4
-rw-r--r--translations/source/sat/formula/source/core/resource.po4
-rw-r--r--translations/source/sat/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sat/fpicker/source/office.po4
-rw-r--r--translations/source/sat/framework/source/classes.po4
-rw-r--r--translations/source/sat/framework/source/services.po4
-rw-r--r--translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/sat/mysqlc/source.po12
-rw-r--r--translations/source/sat/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sat/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sat/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--translations/source/sat/padmin/source.po4
-rw-r--r--translations/source/sat/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sat/reportbuilder/util.po8
-rw-r--r--translations/source/sat/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sat/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sat/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sat/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sat/sc/source/core/src.po4
-rw-r--r--translations/source/sat/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sat/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sat/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sat/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sat/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sat/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sat/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sat/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sat/sc/source/ui/src.po263
-rw-r--r--translations/source/sat/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sat/scaddins/source/analysis.po4
-rw-r--r--translations/source/sat/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sat/sccomp/source/solver.po4
-rw-r--r--translations/source/sat/scp2/source/accessories.po4
-rw-r--r--translations/source/sat/scp2/source/activex.po4
-rw-r--r--translations/source/sat/scp2/source/base.po4
-rw-r--r--translations/source/sat/scp2/source/binfilter.po4
-rw-r--r--translations/source/sat/scp2/source/calc.po4
-rw-r--r--translations/source/sat/scp2/source/draw.po4
-rw-r--r--translations/source/sat/scp2/source/extensions.po4
-rw-r--r--translations/source/sat/scp2/source/gnome.po4
-rw-r--r--translations/source/sat/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sat/scp2/source/impress.po4
-rw-r--r--translations/source/sat/scp2/source/javafilter.po4
-rw-r--r--translations/source/sat/scp2/source/kde.po4
-rw-r--r--translations/source/sat/scp2/source/math.po4
-rw-r--r--translations/source/sat/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sat/scp2/source/ooo.po640
-rw-r--r--translations/source/sat/scp2/source/python.po8
-rw-r--r--translations/source/sat/scp2/source/quickstart.po4
-rw-r--r--translations/source/sat/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sat/scp2/source/testtool.po4
-rw-r--r--translations/source/sat/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sat/scp2/source/writer.po4
-rw-r--r--translations/source/sat/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sat/scripting/source/pyprov.po10
-rw-r--r--translations/source/sat/sd/source/core.po4
-rw-r--r--translations/source/sat/sd/source/filter/html.po4
-rw-r--r--translations/source/sat/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sat/sd/source/ui/animations.po4
-rw-r--r--translations/source/sat/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sat/sd/source/ui/app.po4
-rw-r--r--translations/source/sat/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sat/sd/source/ui/notes.po4
-rw-r--r--translations/source/sat/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sat/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sat/sd/source/ui/table.po4
-rw-r--r--translations/source/sat/sd/source/ui/view.po4
-rw-r--r--translations/source/sat/sdext/source/minimizer.po6
-rw-r--r--translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/sat/sdext/source/pdfimport.po15
-rw-r--r--translations/source/sat/sdext/source/presenter.po6
-rw-r--r--translations/source/sat/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sat/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sat/setup_native/source/mac.po4
-rw-r--r--translations/source/sat/sfx2/source/appl.po4
-rw-r--r--translations/source/sat/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sat/sfx2/source/dialog.po4
-rw-r--r--translations/source/sat/sfx2/source/doc.po4
-rw-r--r--translations/source/sat/sfx2/source/menu.po4
-rw-r--r--translations/source/sat/sfx2/source/view.po4
-rw-r--r--translations/source/sat/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sat/starmath/source.po36
-rw-r--r--translations/source/sat/svl/source/items.po4
-rw-r--r--translations/source/sat/svl/source/misc.po191
-rw-r--r--translations/source/sat/svtools/source/contnr.po4
-rw-r--r--translations/source/sat/svtools/source/control.po4
-rw-r--r--translations/source/sat/svtools/source/dialogs.po4
-rw-r--r--translations/source/sat/svtools/source/filter.po4
-rw-r--r--translations/source/sat/svtools/source/java.po4
-rw-r--r--translations/source/sat/svtools/source/misc.po8
-rw-r--r--translations/source/sat/svtools/source/plugapp.po4
-rw-r--r--translations/source/sat/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sat/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sat/svx/inc.po4
-rw-r--r--translations/source/sat/svx/source/accessibility.po4
-rw-r--r--translations/source/sat/svx/source/dialog.po42
-rw-r--r--translations/source/sat/svx/source/engine3d.po4
-rw-r--r--translations/source/sat/svx/source/fmcomp.po4
-rw-r--r--translations/source/sat/svx/source/form.po4
-rw-r--r--translations/source/sat/svx/source/gallery2.po4
-rw-r--r--translations/source/sat/svx/source/items.po4
-rw-r--r--translations/source/sat/svx/source/src.po4
-rw-r--r--translations/source/sat/svx/source/stbctrls.po4
-rw-r--r--translations/source/sat/svx/source/svdraw.po4
-rw-r--r--translations/source/sat/svx/source/table.po4
-rw-r--r--translations/source/sat/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sat/svx/source/toolbars.po4
-rw-r--r--translations/source/sat/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sat/sw/source/core/layout.po6
-rw-r--r--translations/source/sat/sw/source/core/undo.po4
-rw-r--r--translations/source/sat/sw/source/core/unocore.po4
-rw-r--r--translations/source/sat/sw/source/ui/app.po28
-rw-r--r--translations/source/sat/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sat/sw/source/ui/config.po56
-rw-r--r--translations/source/sat/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sat/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sat/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sat/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sat/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sat/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sat/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sat/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sat/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sat/sw/source/ui/index.po4
-rw-r--r--translations/source/sat/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sat/sw/source/ui/misc.po4
-rw-r--r--translations/source/sat/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sat/sw/source/ui/shells.po4
-rw-r--r--translations/source/sat/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sat/sw/source/ui/table.po44
-rw-r--r--translations/source/sat/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sat/sw/source/ui/utlui.po194
-rw-r--r--translations/source/sat/sw/source/ui/web.po4
-rw-r--r--translations/source/sat/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sat/swext/mediawiki/help.po72
-rw-r--r--translations/source/sat/swext/mediawiki/src.po6
-rw-r--r--translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sat/sysui/desktop/share.po4
-rw-r--r--translations/source/sat/uui/source.po4
-rw-r--r--translations/source/sat/vcl/source/src.po82
-rw-r--r--translations/source/sat/wizards/source/euro.po4
-rw-r--r--translations/source/sat/wizards/source/formwizard.po4
-rw-r--r--translations/source/sat/wizards/source/importwizard.po4
-rw-r--r--translations/source/sat/wizards/source/schedule.po4
-rw-r--r--translations/source/sat/wizards/source/template.po4
-rw-r--r--translations/source/sat/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sat/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sd/accessibility/source/helper.po4
-rw-r--r--translations/source/sd/avmedia/source/framework.po4
-rw-r--r--translations/source/sd/avmedia/source/viewer.po4
-rw-r--r--translations/source/sd/basctl/source/basicide.po12
-rw-r--r--translations/source/sd/basctl/source/dlged.po4
-rw-r--r--translations/source/sd/basic/source/app.po4
-rw-r--r--translations/source/sd/basic/source/classes.po4
-rw-r--r--translations/source/sd/basic/source/sbx.po4
-rw-r--r--translations/source/sd/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sd/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sd/connectivity/source/resource.po4
-rw-r--r--translations/source/sd/crashrep/source/all.po4
-rw-r--r--translations/source/sd/cui/source/customize.po4
-rw-r--r--translations/source/sd/cui/source/dialogs.po12
-rw-r--r--translations/source/sd/cui/source/options.po34
-rw-r--r--translations/source/sd/cui/source/tabpages.po8
-rw-r--r--translations/source/sd/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sd/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sd/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sd/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sd/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sd/desktop/source/app.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/sd/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sd/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sd/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sd/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sd/dictionaries/ar.po6
-rw-r--r--translations/source/sd/dictionaries/be_BY.po19
-rw-r--r--translations/source/sd/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sd/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sd/dictionaries/br_FR.po6
-rw-r--r--translations/source/sd/dictionaries/ca.po6
-rw-r--r--translations/source/sd/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sd/dictionaries/da_DK.po6
-rw-r--r--translations/source/sd/dictionaries/de.po6
-rw-r--r--translations/source/sd/dictionaries/el_GR.po19
-rw-r--r--translations/source/sd/dictionaries/en.po6
-rw-r--r--translations/source/sd/dictionaries/es_ES.po6
-rw-r--r--translations/source/sd/dictionaries/et_EE.po6
-rw-r--r--translations/source/sd/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sd/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sd/dictionaries/gl.po6
-rw-r--r--translations/source/sd/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sd/dictionaries/he_IL.po6
-rw-r--r--translations/source/sd/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sd/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sd/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sd/dictionaries/it_IT.po6
-rw-r--r--translations/source/sd/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sd/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sd/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sd/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sd/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sd/dictionaries/no.po6
-rw-r--r--translations/source/sd/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sd/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sd/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sd/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sd/dictionaries/ro.po6
-rw-r--r--translations/source/sd/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sd/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sd/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sd/dictionaries/sr.po6
-rw-r--r--translations/source/sd/dictionaries/sv_SE.po6
-rw-r--r--translations/source/sd/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sd/dictionaries/te_IN.po19
-rw-r--r--translations/source/sd/dictionaries/th_TH.po6
-rw-r--r--translations/source/sd/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sd/dictionaries/vi.po6
-rw-r--r--translations/source/sd/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sd/editeng/source/accessibility.po4
-rw-r--r--translations/source/sd/editeng/source/editeng.po4
-rw-r--r--translations/source/sd/editeng/source/items.po4
-rw-r--r--translations/source/sd/editeng/source/misc.po4
-rw-r--r--translations/source/sd/editeng/source/outliner.po4
-rw-r--r--translations/source/sd/extensions/source/abpilot.po4
-rw-r--r--translations/source/sd/extensions/source/bibliography.po4
-rw-r--r--translations/source/sd/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sd/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sd/extensions/source/scanner.po8
-rw-r--r--translations/source/sd/extensions/source/update/check.po4
-rw-r--r--translations/source/sd/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sd/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/sd/filter/source/flash.po4
-rw-r--r--translations/source/sd/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sd/filter/source/pdf.po4
-rw-r--r--translations/source/sd/filter/source/t602.po4
-rw-r--r--translations/source/sd/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sd/forms/source/resource.po4
-rw-r--r--translations/source/sd/formula/source/core/resource.po4
-rw-r--r--translations/source/sd/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sd/fpicker/source/office.po4
-rw-r--r--translations/source/sd/framework/source/classes.po4
-rw-r--r--translations/source/sd/framework/source/services.po4
-rw-r--r--translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/sd/mysqlc/source.po12
-rw-r--r--translations/source/sd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sd/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sd/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/sd/padmin/source.po4
-rw-r--r--translations/source/sd/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sd/reportbuilder/util.po8
-rw-r--r--translations/source/sd/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sd/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sd/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sd/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sd/sc/source/core/src.po4
-rw-r--r--translations/source/sd/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sd/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sd/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sd/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sd/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sd/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sd/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sd/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sd/sc/source/ui/src.po269
-rw-r--r--translations/source/sd/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sd/scaddins/source/analysis.po4
-rw-r--r--translations/source/sd/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sd/sccomp/source/solver.po4
-rw-r--r--translations/source/sd/scp2/source/accessories.po4
-rw-r--r--translations/source/sd/scp2/source/activex.po4
-rw-r--r--translations/source/sd/scp2/source/base.po4
-rw-r--r--translations/source/sd/scp2/source/binfilter.po4
-rw-r--r--translations/source/sd/scp2/source/calc.po4
-rw-r--r--translations/source/sd/scp2/source/draw.po4
-rw-r--r--translations/source/sd/scp2/source/extensions.po4
-rw-r--r--translations/source/sd/scp2/source/gnome.po4
-rw-r--r--translations/source/sd/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sd/scp2/source/impress.po4
-rw-r--r--translations/source/sd/scp2/source/javafilter.po4
-rw-r--r--translations/source/sd/scp2/source/kde.po4
-rw-r--r--translations/source/sd/scp2/source/math.po4
-rw-r--r--translations/source/sd/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sd/scp2/source/ooo.po640
-rw-r--r--translations/source/sd/scp2/source/python.po8
-rw-r--r--translations/source/sd/scp2/source/quickstart.po4
-rw-r--r--translations/source/sd/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sd/scp2/source/testtool.po4
-rw-r--r--translations/source/sd/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sd/scp2/source/writer.po4
-rw-r--r--translations/source/sd/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sd/scripting/source/pyprov.po10
-rw-r--r--translations/source/sd/sd/source/core.po4
-rw-r--r--translations/source/sd/sd/source/filter/html.po4
-rw-r--r--translations/source/sd/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sd/sd/source/ui/animations.po4
-rw-r--r--translations/source/sd/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sd/sd/source/ui/app.po4
-rw-r--r--translations/source/sd/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sd/sd/source/ui/notes.po4
-rw-r--r--translations/source/sd/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sd/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sd/sd/source/ui/table.po4
-rw-r--r--translations/source/sd/sd/source/ui/view.po4
-rw-r--r--translations/source/sd/sdext/source/minimizer.po6
-rw-r--r--translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/sd/sdext/source/pdfimport.po15
-rw-r--r--translations/source/sd/sdext/source/presenter.po6
-rw-r--r--translations/source/sd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sd/setup_native/source/mac.po4
-rw-r--r--translations/source/sd/sfx2/source/appl.po4
-rw-r--r--translations/source/sd/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sd/sfx2/source/dialog.po4
-rw-r--r--translations/source/sd/sfx2/source/doc.po4
-rw-r--r--translations/source/sd/sfx2/source/menu.po4
-rw-r--r--translations/source/sd/sfx2/source/view.po4
-rw-r--r--translations/source/sd/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sd/starmath/source.po36
-rw-r--r--translations/source/sd/svl/source/items.po4
-rw-r--r--translations/source/sd/svl/source/misc.po201
-rw-r--r--translations/source/sd/svtools/source/contnr.po4
-rw-r--r--translations/source/sd/svtools/source/control.po4
-rw-r--r--translations/source/sd/svtools/source/dialogs.po4
-rw-r--r--translations/source/sd/svtools/source/filter.po4
-rw-r--r--translations/source/sd/svtools/source/java.po4
-rw-r--r--translations/source/sd/svtools/source/misc.po8
-rw-r--r--translations/source/sd/svtools/source/plugapp.po4
-rw-r--r--translations/source/sd/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sd/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sd/svx/inc.po4
-rw-r--r--translations/source/sd/svx/source/accessibility.po4
-rw-r--r--translations/source/sd/svx/source/dialog.po42
-rw-r--r--translations/source/sd/svx/source/engine3d.po4
-rw-r--r--translations/source/sd/svx/source/fmcomp.po4
-rw-r--r--translations/source/sd/svx/source/form.po4
-rw-r--r--translations/source/sd/svx/source/gallery2.po4
-rw-r--r--translations/source/sd/svx/source/items.po4
-rw-r--r--translations/source/sd/svx/source/src.po4
-rw-r--r--translations/source/sd/svx/source/stbctrls.po4
-rw-r--r--translations/source/sd/svx/source/svdraw.po4
-rw-r--r--translations/source/sd/svx/source/table.po4
-rw-r--r--translations/source/sd/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sd/svx/source/toolbars.po4
-rw-r--r--translations/source/sd/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sd/sw/source/core/layout.po6
-rw-r--r--translations/source/sd/sw/source/core/undo.po4
-rw-r--r--translations/source/sd/sw/source/core/unocore.po4
-rw-r--r--translations/source/sd/sw/source/ui/app.po28
-rw-r--r--translations/source/sd/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sd/sw/source/ui/config.po56
-rw-r--r--translations/source/sd/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sd/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sd/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sd/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sd/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sd/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sd/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sd/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sd/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sd/sw/source/ui/index.po4
-rw-r--r--translations/source/sd/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sd/sw/source/ui/misc.po4
-rw-r--r--translations/source/sd/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sd/sw/source/ui/shells.po4
-rw-r--r--translations/source/sd/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sd/sw/source/ui/table.po44
-rw-r--r--translations/source/sd/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sd/sw/source/ui/utlui.po194
-rw-r--r--translations/source/sd/sw/source/ui/web.po4
-rw-r--r--translations/source/sd/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sd/swext/mediawiki/help.po72
-rw-r--r--translations/source/sd/swext/mediawiki/src.po6
-rw-r--r--translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sd/sysui/desktop/share.po4
-rw-r--r--translations/source/sd/uui/source.po4
-rw-r--r--translations/source/sd/vcl/source/src.po96
-rw-r--r--translations/source/sd/wizards/source/euro.po4
-rw-r--r--translations/source/sd/wizards/source/formwizard.po4
-rw-r--r--translations/source/sd/wizards/source/importwizard.po4
-rw-r--r--translations/source/sd/wizards/source/schedule.po4
-rw-r--r--translations/source/sd/wizards/source/template.po4
-rw-r--r--translations/source/sd/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sd/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/si/accessibility/source/helper.po4
-rw-r--r--translations/source/si/avmedia/source/framework.po4
-rw-r--r--translations/source/si/avmedia/source/viewer.po4
-rw-r--r--translations/source/si/basctl/source/basicide.po12
-rw-r--r--translations/source/si/basctl/source/dlged.po4
-rw-r--r--translations/source/si/basic/source/app.po4
-rw-r--r--translations/source/si/basic/source/classes.po4
-rw-r--r--translations/source/si/basic/source/sbx.po4
-rw-r--r--translations/source/si/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/si/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/si/connectivity/source/resource.po4
-rw-r--r--translations/source/si/crashrep/source/all.po4
-rw-r--r--translations/source/si/cui/source/customize.po4
-rw-r--r--translations/source/si/cui/source/dialogs.po12
-rw-r--r--translations/source/si/cui/source/options.po44
-rw-r--r--translations/source/si/cui/source/tabpages.po8
-rw-r--r--translations/source/si/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/si/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/si/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/si/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/si/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/si/desktop/source/app.po4
-rw-r--r--translations/source/si/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/si/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/si/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/si/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/si/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/si/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/si/desktop/win32/source/setup.po4
-rw-r--r--translations/source/si/dictionaries/af_ZA.po6
-rw-r--r--translations/source/si/dictionaries/ar.po6
-rw-r--r--translations/source/si/dictionaries/be_BY.po19
-rw-r--r--translations/source/si/dictionaries/bg_BG.po6
-rw-r--r--translations/source/si/dictionaries/bn_BD.po6
-rw-r--r--translations/source/si/dictionaries/br_FR.po6
-rw-r--r--translations/source/si/dictionaries/ca.po6
-rw-r--r--translations/source/si/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/si/dictionaries/da_DK.po6
-rw-r--r--translations/source/si/dictionaries/de.po6
-rw-r--r--translations/source/si/dictionaries/el_GR.po19
-rw-r--r--translations/source/si/dictionaries/en.po6
-rw-r--r--translations/source/si/dictionaries/es_ES.po6
-rw-r--r--translations/source/si/dictionaries/et_EE.po6
-rw-r--r--translations/source/si/dictionaries/fr_FR.po6
-rw-r--r--translations/source/si/dictionaries/gd_GB.po19
-rw-r--r--translations/source/si/dictionaries/gl.po6
-rw-r--r--translations/source/si/dictionaries/gu_IN.po6
-rw-r--r--translations/source/si/dictionaries/he_IL.po6
-rw-r--r--translations/source/si/dictionaries/hi_IN.po6
-rw-r--r--translations/source/si/dictionaries/hr_HR.po6
-rw-r--r--translations/source/si/dictionaries/hu_HU.po6
-rw-r--r--translations/source/si/dictionaries/it_IT.po6
-rw-r--r--translations/source/si/dictionaries/ku_TR.po6
-rw-r--r--translations/source/si/dictionaries/lt_LT.po6
-rw-r--r--translations/source/si/dictionaries/lv_LV.po6
-rw-r--r--translations/source/si/dictionaries/ne_NP.po6
-rw-r--r--translations/source/si/dictionaries/nl_NL.po6
-rw-r--r--translations/source/si/dictionaries/no.po6
-rw-r--r--translations/source/si/dictionaries/oc_FR.po6
-rw-r--r--translations/source/si/dictionaries/pl_PL.po6
-rw-r--r--translations/source/si/dictionaries/pt_BR.po6
-rw-r--r--translations/source/si/dictionaries/pt_PT.po6
-rw-r--r--translations/source/si/dictionaries/ro.po6
-rw-r--r--translations/source/si/dictionaries/ru_RU.po6
-rw-r--r--translations/source/si/dictionaries/sk_SK.po6
-rw-r--r--translations/source/si/dictionaries/sl_SI.po6
-rw-r--r--translations/source/si/dictionaries/sr.po6
-rw-r--r--translations/source/si/dictionaries/sv_SE.po6
-rw-r--r--translations/source/si/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/si/dictionaries/te_IN.po19
-rw-r--r--translations/source/si/dictionaries/th_TH.po6
-rw-r--r--translations/source/si/dictionaries/uk_UA.po6
-rw-r--r--translations/source/si/dictionaries/vi.po6
-rw-r--r--translations/source/si/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/si/editeng/source/accessibility.po4
-rw-r--r--translations/source/si/editeng/source/editeng.po4
-rw-r--r--translations/source/si/editeng/source/items.po4
-rw-r--r--translations/source/si/editeng/source/misc.po4
-rw-r--r--translations/source/si/editeng/source/outliner.po4
-rw-r--r--translations/source/si/extensions/source/abpilot.po4
-rw-r--r--translations/source/si/extensions/source/bibliography.po4
-rw-r--r--translations/source/si/extensions/source/dbpilots.po4
-rw-r--r--translations/source/si/extensions/source/propctrlr.po4
-rw-r--r--translations/source/si/extensions/source/scanner.po8
-rw-r--r--translations/source/si/extensions/source/update/check.po4
-rw-r--r--translations/source/si/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/si/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/si/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/si/filter/source/flash.po4
-rw-r--r--translations/source/si/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/si/filter/source/pdf.po4
-rw-r--r--translations/source/si/filter/source/t602.po4
-rw-r--r--translations/source/si/filter/source/xsltdialog.po8
-rw-r--r--translations/source/si/forms/source/resource.po4
-rw-r--r--translations/source/si/formula/source/core/resource.po4
-rw-r--r--translations/source/si/formula/source/ui/dlg.po4
-rw-r--r--translations/source/si/fpicker/source/office.po4
-rw-r--r--translations/source/si/framework/source/classes.po4
-rw-r--r--translations/source/si/framework/source/services.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/01.po226
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/05.po66
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/si/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/shared.po20
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/01.po87
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/si/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/01.po168
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/si/mysqlc/source.po12
-rw-r--r--translations/source/si/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/si/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/si/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/si/padmin/source.po4
-rw-r--r--translations/source/si/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/si/reportbuilder/util.po8
-rw-r--r--translations/source/si/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/si/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/si/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/si/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/si/sc/source/core/src.po4
-rw-r--r--translations/source/si/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/si/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/si/sc/source/ui/docshell.po4
-rw-r--r--translations/source/si/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/si/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/si/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/si/sc/source/ui/navipi.po11
-rw-r--r--translations/source/si/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/si/sc/source/ui/src.po270
-rw-r--r--translations/source/si/sc/source/ui/styleui.po4
-rw-r--r--translations/source/si/scaddins/source/analysis.po4
-rw-r--r--translations/source/si/scaddins/source/datefunc.po4
-rw-r--r--translations/source/si/sccomp/source/solver.po4
-rw-r--r--translations/source/si/scp2/source/accessories.po4
-rw-r--r--translations/source/si/scp2/source/activex.po4
-rw-r--r--translations/source/si/scp2/source/base.po4
-rw-r--r--translations/source/si/scp2/source/binfilter.po4
-rw-r--r--translations/source/si/scp2/source/calc.po4
-rw-r--r--translations/source/si/scp2/source/draw.po4
-rw-r--r--translations/source/si/scp2/source/extensions.po4
-rw-r--r--translations/source/si/scp2/source/gnome.po4
-rw-r--r--translations/source/si/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/si/scp2/source/impress.po4
-rw-r--r--translations/source/si/scp2/source/javafilter.po4
-rw-r--r--translations/source/si/scp2/source/kde.po4
-rw-r--r--translations/source/si/scp2/source/math.po4
-rw-r--r--translations/source/si/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/si/scp2/source/ooo.po707
-rw-r--r--translations/source/si/scp2/source/python.po8
-rw-r--r--translations/source/si/scp2/source/quickstart.po4
-rw-r--r--translations/source/si/scp2/source/sdkoo.po4
-rw-r--r--translations/source/si/scp2/source/testtool.po4
-rw-r--r--translations/source/si/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/si/scp2/source/writer.po4
-rw-r--r--translations/source/si/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/si/scripting/source/pyprov.po10
-rw-r--r--translations/source/si/sd/source/core.po4
-rw-r--r--translations/source/si/sd/source/filter/html.po4
-rw-r--r--translations/source/si/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/si/sd/source/ui/animations.po4
-rw-r--r--translations/source/si/sd/source/ui/annotations.po4
-rw-r--r--translations/source/si/sd/source/ui/app.po4
-rw-r--r--translations/source/si/sd/source/ui/dlg.po4
-rw-r--r--translations/source/si/sd/source/ui/notes.po4
-rw-r--r--translations/source/si/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/si/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/si/sd/source/ui/table.po4
-rw-r--r--translations/source/si/sd/source/ui/view.po4
-rw-r--r--translations/source/si/sdext/source/minimizer.po6
-rw-r--r--translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/si/sdext/source/pdfimport.po16
-rw-r--r--translations/source/si/sdext/source/presenter.po6
-rw-r--r--translations/source/si/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/si/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/si/setup_native/source/mac.po4
-rw-r--r--translations/source/si/sfx2/source/appl.po4
-rw-r--r--translations/source/si/sfx2/source/bastyp.po4
-rw-r--r--translations/source/si/sfx2/source/dialog.po4
-rw-r--r--translations/source/si/sfx2/source/doc.po4
-rw-r--r--translations/source/si/sfx2/source/menu.po4
-rw-r--r--translations/source/si/sfx2/source/view.po4
-rw-r--r--translations/source/si/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/si/starmath/source.po36
-rw-r--r--translations/source/si/svl/source/items.po4
-rw-r--r--translations/source/si/svl/source/misc.po201
-rw-r--r--translations/source/si/svtools/source/contnr.po4
-rw-r--r--translations/source/si/svtools/source/control.po4
-rw-r--r--translations/source/si/svtools/source/dialogs.po4
-rw-r--r--translations/source/si/svtools/source/filter.po4
-rw-r--r--translations/source/si/svtools/source/java.po4
-rw-r--r--translations/source/si/svtools/source/misc.po8
-rw-r--r--translations/source/si/svtools/source/plugapp.po4
-rw-r--r--translations/source/si/svtools/source/toolpanel.po4
-rw-r--r--translations/source/si/svtools/workben/unodialog.po4
-rw-r--r--translations/source/si/svx/inc.po4
-rw-r--r--translations/source/si/svx/source/accessibility.po4
-rw-r--r--translations/source/si/svx/source/dialog.po45
-rw-r--r--translations/source/si/svx/source/engine3d.po4
-rw-r--r--translations/source/si/svx/source/fmcomp.po4
-rw-r--r--translations/source/si/svx/source/form.po4
-rw-r--r--translations/source/si/svx/source/gallery2.po4
-rw-r--r--translations/source/si/svx/source/items.po4
-rw-r--r--translations/source/si/svx/source/src.po4
-rw-r--r--translations/source/si/svx/source/stbctrls.po4
-rw-r--r--translations/source/si/svx/source/svdraw.po4
-rw-r--r--translations/source/si/svx/source/table.po4
-rw-r--r--translations/source/si/svx/source/tbxctrls.po4
-rw-r--r--translations/source/si/svx/source/toolbars.po4
-rw-r--r--translations/source/si/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/si/sw/source/core/layout.po6
-rw-r--r--translations/source/si/sw/source/core/undo.po4
-rw-r--r--translations/source/si/sw/source/core/unocore.po4
-rw-r--r--translations/source/si/sw/source/ui/app.po28
-rw-r--r--translations/source/si/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/si/sw/source/ui/config.po56
-rw-r--r--translations/source/si/sw/source/ui/dbui.po4
-rw-r--r--translations/source/si/sw/source/ui/dialog.po8
-rw-r--r--translations/source/si/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/si/sw/source/ui/docvw.po4
-rw-r--r--translations/source/si/sw/source/ui/envelp.po4
-rw-r--r--translations/source/si/sw/source/ui/fldui.po4
-rw-r--r--translations/source/si/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/si/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/si/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/si/sw/source/ui/index.po4
-rw-r--r--translations/source/si/sw/source/ui/lingu.po8
-rw-r--r--translations/source/si/sw/source/ui/misc.po4
-rw-r--r--translations/source/si/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/si/sw/source/ui/shells.po4
-rw-r--r--translations/source/si/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/si/sw/source/ui/table.po46
-rw-r--r--translations/source/si/sw/source/ui/uiview.po4
-rw-r--r--translations/source/si/sw/source/ui/utlui.po194
-rw-r--r--translations/source/si/sw/source/ui/web.po4
-rw-r--r--translations/source/si/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/si/swext/mediawiki/help.po89
-rw-r--r--translations/source/si/swext/mediawiki/src.po6
-rw-r--r--translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/si/sysui/desktop/share.po4
-rw-r--r--translations/source/si/uui/source.po4
-rw-r--r--translations/source/si/vcl/source/src.po84
-rw-r--r--translations/source/si/wizards/source/euro.po4
-rw-r--r--translations/source/si/wizards/source/formwizard.po4
-rw-r--r--translations/source/si/wizards/source/importwizard.po4
-rw-r--r--translations/source/si/wizards/source/schedule.po4
-rw-r--r--translations/source/si/wizards/source/template.po4
-rw-r--r--translations/source/si/xmlsecurity/source/component.po4
-rw-r--r--translations/source/si/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sk/accessibility/source/helper.po4
-rw-r--r--translations/source/sk/avmedia/source/framework.po4
-rw-r--r--translations/source/sk/avmedia/source/viewer.po4
-rw-r--r--translations/source/sk/basctl/source/basicide.po12
-rw-r--r--translations/source/sk/basctl/source/dlged.po4
-rw-r--r--translations/source/sk/basic/source/app.po4
-rw-r--r--translations/source/sk/basic/source/classes.po4
-rw-r--r--translations/source/sk/basic/source/sbx.po4
-rw-r--r--translations/source/sk/chart2/source/controller/dialogs.po12
-rw-r--r--translations/source/sk/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sk/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sk/connectivity/source/resource.po11
-rw-r--r--translations/source/sk/crashrep/source/all.po4
-rw-r--r--translations/source/sk/cui/source/customize.po4
-rw-r--r--translations/source/sk/cui/source/dialogs.po70
-rw-r--r--translations/source/sk/cui/source/options.po62
-rw-r--r--translations/source/sk/cui/source/tabpages.po22
-rw-r--r--translations/source/sk/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sk/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/sk/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sk/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/sk/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/dlg.po17
-rw-r--r--translations/source/sk/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/misc.po8
-rw-r--r--translations/source/sk/dbaccess/source/ui/querydesign.po8
-rw-r--r--translations/source/sk/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sk/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sk/desktop/source/app.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/sk/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sk/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sk/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sk/dictionaries/af_ZA.po12
-rw-r--r--translations/source/sk/dictionaries/ar.po12
-rw-r--r--translations/source/sk/dictionaries/be_BY.po19
-rw-r--r--translations/source/sk/dictionaries/bg_BG.po12
-rw-r--r--translations/source/sk/dictionaries/bn_BD.po12
-rw-r--r--translations/source/sk/dictionaries/br_FR.po12
-rw-r--r--translations/source/sk/dictionaries/ca.po12
-rw-r--r--translations/source/sk/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/sk/dictionaries/da_DK.po12
-rw-r--r--translations/source/sk/dictionaries/de.po12
-rw-r--r--translations/source/sk/dictionaries/el_GR.po19
-rw-r--r--translations/source/sk/dictionaries/en.po12
-rw-r--r--translations/source/sk/dictionaries/es_ES.po12
-rw-r--r--translations/source/sk/dictionaries/et_EE.po12
-rw-r--r--translations/source/sk/dictionaries/fr_FR.po12
-rw-r--r--translations/source/sk/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sk/dictionaries/gl.po12
-rw-r--r--translations/source/sk/dictionaries/gu_IN.po12
-rw-r--r--translations/source/sk/dictionaries/he_IL.po12
-rw-r--r--translations/source/sk/dictionaries/hi_IN.po12
-rw-r--r--translations/source/sk/dictionaries/hr_HR.po12
-rw-r--r--translations/source/sk/dictionaries/hu_HU.po12
-rw-r--r--translations/source/sk/dictionaries/it_IT.po12
-rw-r--r--translations/source/sk/dictionaries/ku_TR.po12
-rw-r--r--translations/source/sk/dictionaries/lt_LT.po12
-rw-r--r--translations/source/sk/dictionaries/lv_LV.po12
-rw-r--r--translations/source/sk/dictionaries/ne_NP.po12
-rw-r--r--translations/source/sk/dictionaries/nl_NL.po12
-rw-r--r--translations/source/sk/dictionaries/no.po12
-rw-r--r--translations/source/sk/dictionaries/oc_FR.po12
-rw-r--r--translations/source/sk/dictionaries/pl_PL.po12
-rw-r--r--translations/source/sk/dictionaries/pt_BR.po12
-rw-r--r--translations/source/sk/dictionaries/pt_PT.po12
-rw-r--r--translations/source/sk/dictionaries/ro.po12
-rw-r--r--translations/source/sk/dictionaries/ru_RU.po12
-rw-r--r--translations/source/sk/dictionaries/sk_SK.po12
-rw-r--r--translations/source/sk/dictionaries/sl_SI.po12
-rw-r--r--translations/source/sk/dictionaries/sr.po12
-rw-r--r--translations/source/sk/dictionaries/sv_SE.po12
-rw-r--r--translations/source/sk/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/sk/dictionaries/te_IN.po19
-rw-r--r--translations/source/sk/dictionaries/th_TH.po12
-rw-r--r--translations/source/sk/dictionaries/uk_UA.po12
-rw-r--r--translations/source/sk/dictionaries/vi.po12
-rw-r--r--translations/source/sk/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/sk/editeng/source/accessibility.po4
-rw-r--r--translations/source/sk/editeng/source/editeng.po8
-rw-r--r--translations/source/sk/editeng/source/items.po12
-rw-r--r--translations/source/sk/editeng/source/misc.po4
-rw-r--r--translations/source/sk/editeng/source/outliner.po4
-rw-r--r--translations/source/sk/extensions/source/abpilot.po8
-rw-r--r--translations/source/sk/extensions/source/bibliography.po4
-rw-r--r--translations/source/sk/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sk/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sk/extensions/source/scanner.po10
-rw-r--r--translations/source/sk/extensions/source/update/check.po9
-rw-r--r--translations/source/sk/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sk/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/sk/filter/source/flash.po4
-rw-r--r--translations/source/sk/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sk/filter/source/pdf.po16
-rw-r--r--translations/source/sk/filter/source/t602.po4
-rw-r--r--translations/source/sk/filter/source/xsltdialog.po19
-rw-r--r--translations/source/sk/forms/source/resource.po4
-rw-r--r--translations/source/sk/formula/source/core/resource.po16
-rw-r--r--translations/source/sk/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sk/fpicker/source/office.po4
-rw-r--r--translations/source/sk/framework/source/classes.po4
-rw-r--r--translations/source/sk/framework/source/services.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/guide.po14
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared.po13
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/01.po247
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/05.po68
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw.po12
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/00.po42
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/01.po96
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/04.po32
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/explorer/database.po40
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/guide.po56
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/optionen.po56
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath.po8
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/guide.po31
-rw-r--r--translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--translations/source/sk/mysqlc/source.po16
-rw-r--r--translations/source/sk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sk/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sk/officecfg/registry/data/org/openoffice/Office/UI.po45
-rw-r--r--translations/source/sk/padmin/source.po4
-rw-r--r--translations/source/sk/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sk/reportbuilder/util.po8
-rw-r--r--translations/source/sk/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sk/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sk/reportdesign/source/ui/inspection.po8
-rw-r--r--translations/source/sk/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sk/sc/source/core/src.po4
-rw-r--r--translations/source/sk/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sk/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sk/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sk/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sk/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sk/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/sk/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sk/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sk/sc/source/ui/src.po396
-rw-r--r--translations/source/sk/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sk/scaddins/source/analysis.po4
-rw-r--r--translations/source/sk/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sk/sccomp/source/solver.po4
-rw-r--r--translations/source/sk/scp2/source/accessories.po24
-rw-r--r--translations/source/sk/scp2/source/activex.po4
-rw-r--r--translations/source/sk/scp2/source/base.po4
-rw-r--r--translations/source/sk/scp2/source/binfilter.po4
-rw-r--r--translations/source/sk/scp2/source/calc.po12
-rw-r--r--translations/source/sk/scp2/source/draw.po4
-rw-r--r--translations/source/sk/scp2/source/extensions.po26
-rw-r--r--translations/source/sk/scp2/source/gnome.po4
-rw-r--r--translations/source/sk/scp2/source/graphicfilter.po8
-rw-r--r--translations/source/sk/scp2/source/impress.po4
-rw-r--r--translations/source/sk/scp2/source/javafilter.po4
-rw-r--r--translations/source/sk/scp2/source/kde.po4
-rw-r--r--translations/source/sk/scp2/source/math.po4
-rw-r--r--translations/source/sk/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sk/scp2/source/ooo.po1020
-rw-r--r--translations/source/sk/scp2/source/python.po8
-rw-r--r--translations/source/sk/scp2/source/quickstart.po4
-rw-r--r--translations/source/sk/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sk/scp2/source/testtool.po4
-rw-r--r--translations/source/sk/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sk/scp2/source/writer.po4
-rw-r--r--translations/source/sk/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sk/scripting/source/pyprov.po16
-rw-r--r--translations/source/sk/sd/source/core.po4
-rw-r--r--translations/source/sk/sd/source/filter/html.po4
-rw-r--r--translations/source/sk/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sk/sd/source/ui/animations.po4
-rw-r--r--translations/source/sk/sd/source/ui/annotations.po12
-rw-r--r--translations/source/sk/sd/source/ui/app.po39
-rw-r--r--translations/source/sk/sd/source/ui/dlg.po12
-rw-r--r--translations/source/sk/sd/source/ui/notes.po4
-rw-r--r--translations/source/sk/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sk/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sk/sd/source/ui/table.po4
-rw-r--r--translations/source/sk/sd/source/ui/view.po4
-rw-r--r--translations/source/sk/sdext/source/minimizer.po14
-rw-r--r--translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/sk/sdext/source/pdfimport.po17
-rw-r--r--translations/source/sk/sdext/source/presenter.po6
-rw-r--r--translations/source/sk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sk/setup_native/source/mac.po4
-rw-r--r--translations/source/sk/sfx2/source/appl.po4
-rw-r--r--translations/source/sk/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sk/sfx2/source/dialog.po13
-rw-r--r--translations/source/sk/sfx2/source/doc.po8
-rw-r--r--translations/source/sk/sfx2/source/menu.po4
-rw-r--r--translations/source/sk/sfx2/source/view.po4
-rw-r--r--translations/source/sk/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sk/starmath/source.po41
-rw-r--r--translations/source/sk/svl/source/items.po4
-rw-r--r--translations/source/sk/svl/source/misc.po166
-rw-r--r--translations/source/sk/svtools/source/contnr.po4
-rw-r--r--translations/source/sk/svtools/source/control.po4
-rw-r--r--translations/source/sk/svtools/source/dialogs.po10
-rw-r--r--translations/source/sk/svtools/source/filter.po4
-rw-r--r--translations/source/sk/svtools/source/java.po7
-rw-r--r--translations/source/sk/svtools/source/misc.po16
-rw-r--r--translations/source/sk/svtools/source/plugapp.po4
-rw-r--r--translations/source/sk/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sk/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sk/svx/inc.po10
-rw-r--r--translations/source/sk/svx/source/accessibility.po4
-rw-r--r--translations/source/sk/svx/source/dialog.po61
-rw-r--r--translations/source/sk/svx/source/engine3d.po4
-rw-r--r--translations/source/sk/svx/source/fmcomp.po4
-rw-r--r--translations/source/sk/svx/source/form.po4
-rw-r--r--translations/source/sk/svx/source/gallery2.po4
-rw-r--r--translations/source/sk/svx/source/items.po4
-rw-r--r--translations/source/sk/svx/source/src.po4
-rw-r--r--translations/source/sk/svx/source/stbctrls.po4
-rw-r--r--translations/source/sk/svx/source/svdraw.po10
-rw-r--r--translations/source/sk/svx/source/table.po4
-rw-r--r--translations/source/sk/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sk/svx/source/toolbars.po4
-rw-r--r--translations/source/sk/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sk/sw/source/core/layout.po14
-rw-r--r--translations/source/sk/sw/source/core/undo.po19
-rw-r--r--translations/source/sk/sw/source/core/unocore.po4
-rw-r--r--translations/source/sk/sw/source/ui/app.po34
-rw-r--r--translations/source/sk/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sk/sw/source/ui/config.po60
-rw-r--r--translations/source/sk/sw/source/ui/dbui.po8
-rw-r--r--translations/source/sk/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sk/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sk/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sk/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sk/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sk/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sk/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sk/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sk/sw/source/ui/index.po12
-rw-r--r--translations/source/sk/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sk/sw/source/ui/misc.po4
-rw-r--r--translations/source/sk/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sk/sw/source/ui/shells.po4
-rw-r--r--translations/source/sk/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sk/sw/source/ui/table.po44
-rw-r--r--translations/source/sk/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sk/sw/source/ui/utlui.po198
-rw-r--r--translations/source/sk/sw/source/ui/web.po4
-rw-r--r--translations/source/sk/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sk/swext/mediawiki/help.po91
-rw-r--r--translations/source/sk/swext/mediawiki/src.po12
-rw-r--r--translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sk/sysui/desktop/share.po9
-rw-r--r--translations/source/sk/uui/source.po14
-rw-r--r--translations/source/sk/vcl/source/src.po93
-rw-r--r--translations/source/sk/wizards/source/euro.po8
-rw-r--r--translations/source/sk/wizards/source/formwizard.po8
-rw-r--r--translations/source/sk/wizards/source/importwizard.po32
-rw-r--r--translations/source/sk/wizards/source/schedule.po4
-rw-r--r--translations/source/sk/wizards/source/template.po4
-rw-r--r--translations/source/sk/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sk/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sl/accessibility/source/helper.po6
-rw-r--r--translations/source/sl/avmedia/source/framework.po6
-rw-r--r--translations/source/sl/avmedia/source/viewer.po6
-rw-r--r--translations/source/sl/basctl/source/basicide.po14
-rw-r--r--translations/source/sl/basctl/source/dlged.po6
-rw-r--r--translations/source/sl/basic/source/app.po6
-rw-r--r--translations/source/sl/basic/source/classes.po6
-rw-r--r--translations/source/sl/basic/source/sbx.po6
-rw-r--r--translations/source/sl/chart2/source/controller/dialogs.po9
-rw-r--r--translations/source/sl/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sl/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sl/connectivity/source/resource.po7
-rw-r--r--translations/source/sl/crashrep/source/all.po6
-rw-r--r--translations/source/sl/cui/source/customize.po6
-rw-r--r--translations/source/sl/cui/source/dialogs.po66
-rw-r--r--translations/source/sl/cui/source/options.po58
-rw-r--r--translations/source/sl/cui/source/tabpages.po11
-rw-r--r--translations/source/sl/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sl/dbaccess/source/ext/adabas.po7
-rw-r--r--translations/source/sl/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/sl/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/sl/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/sl/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sl/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sl/desktop/source/app.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/sl/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sl/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sl/desktop/win32/source/setup.po6
-rw-r--r--translations/source/sl/dictionaries/af_ZA.po19
-rw-r--r--translations/source/sl/dictionaries/ar.po19
-rw-r--r--translations/source/sl/dictionaries/be_BY.po19
-rw-r--r--translations/source/sl/dictionaries/bg_BG.po19
-rw-r--r--translations/source/sl/dictionaries/bn_BD.po19
-rw-r--r--translations/source/sl/dictionaries/br_FR.po19
-rw-r--r--translations/source/sl/dictionaries/ca.po19
-rw-r--r--translations/source/sl/dictionaries/cs_CZ.po19
-rw-r--r--translations/source/sl/dictionaries/da_DK.po19
-rw-r--r--translations/source/sl/dictionaries/de.po19
-rw-r--r--translations/source/sl/dictionaries/el_GR.po19
-rw-r--r--translations/source/sl/dictionaries/en.po19
-rw-r--r--translations/source/sl/dictionaries/es_ES.po19
-rw-r--r--translations/source/sl/dictionaries/et_EE.po19
-rw-r--r--translations/source/sl/dictionaries/fr_FR.po19
-rw-r--r--translations/source/sl/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sl/dictionaries/gl.po19
-rw-r--r--translations/source/sl/dictionaries/gu_IN.po19
-rw-r--r--translations/source/sl/dictionaries/he_IL.po19
-rw-r--r--translations/source/sl/dictionaries/hi_IN.po19
-rw-r--r--translations/source/sl/dictionaries/hr_HR.po19
-rw-r--r--translations/source/sl/dictionaries/hu_HU.po19
-rw-r--r--translations/source/sl/dictionaries/it_IT.po19
-rw-r--r--translations/source/sl/dictionaries/ku_TR.po19
-rw-r--r--translations/source/sl/dictionaries/lt_LT.po19
-rw-r--r--translations/source/sl/dictionaries/lv_LV.po19
-rw-r--r--translations/source/sl/dictionaries/ne_NP.po19
-rw-r--r--translations/source/sl/dictionaries/nl_NL.po19
-rw-r--r--translations/source/sl/dictionaries/no.po19
-rw-r--r--translations/source/sl/dictionaries/oc_FR.po19
-rw-r--r--translations/source/sl/dictionaries/pl_PL.po19
-rw-r--r--translations/source/sl/dictionaries/pt_BR.po19
-rw-r--r--translations/source/sl/dictionaries/pt_PT.po19
-rw-r--r--translations/source/sl/dictionaries/ro.po19
-rw-r--r--translations/source/sl/dictionaries/ru_RU.po19
-rw-r--r--translations/source/sl/dictionaries/sk_SK.po19
-rw-r--r--translations/source/sl/dictionaries/sl_SI.po19
-rw-r--r--translations/source/sl/dictionaries/sr.po19
-rw-r--r--translations/source/sl/dictionaries/sv_SE.po19
-rw-r--r--translations/source/sl/dictionaries/sw_TZ.po19
-rw-r--r--translations/source/sl/dictionaries/te_IN.po19
-rw-r--r--translations/source/sl/dictionaries/th_TH.po19
-rw-r--r--translations/source/sl/dictionaries/uk_UA.po19
-rw-r--r--translations/source/sl/dictionaries/vi.po19
-rw-r--r--translations/source/sl/dictionaries/zu_ZA.po19
-rw-r--r--translations/source/sl/editeng/source/accessibility.po6
-rw-r--r--translations/source/sl/editeng/source/editeng.po8
-rw-r--r--translations/source/sl/editeng/source/items.po6
-rw-r--r--translations/source/sl/editeng/source/misc.po6
-rw-r--r--translations/source/sl/editeng/source/outliner.po6
-rw-r--r--translations/source/sl/extensions/source/abpilot.po8
-rw-r--r--translations/source/sl/extensions/source/bibliography.po6
-rw-r--r--translations/source/sl/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sl/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sl/extensions/source/scanner.po10
-rw-r--r--translations/source/sl/extensions/source/update/check.po7
-rw-r--r--translations/source/sl/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/sl/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sl/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/sl/filter/source/flash.po6
-rw-r--r--translations/source/sl/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sl/filter/source/pdf.po14
-rw-r--r--translations/source/sl/filter/source/t602.po6
-rw-r--r--translations/source/sl/filter/source/xsltdialog.po11
-rw-r--r--translations/source/sl/forms/source/resource.po6
-rw-r--r--translations/source/sl/formula/source/core/resource.po16
-rw-r--r--translations/source/sl/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sl/fpicker/source/office.po6
-rw-r--r--translations/source/sl/framework/source/classes.po6
-rw-r--r--translations/source/sl/framework/source/services.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sbasic/shared.po22
-rw-r--r--translations/source/sl/helpcontent2/source/text/sbasic/shared/01.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc.po44
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/00.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/01.po359
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/02.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/05.po74
-rw-r--r--translations/source/sl/helpcontent2/source/text/scalc/guide.po13
-rw-r--r--translations/source/sl/helpcontent2/source/text/schart.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/sl/helpcontent2/source/text/schart/01.po19
-rw-r--r--translations/source/sl/helpcontent2/source/text/schart/02.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/schart/04.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sdraw.po15
-rw-r--r--translations/source/sl/helpcontent2/source/text/sdraw/00.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared.po34
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/00.po24
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/01.po156
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/02.po19
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/04.po30
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/05.po8
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/07.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/autokorr.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/autopi.po7
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/guide.po91
-rw-r--r--translations/source/sl/helpcontent2/source/text/shared/optionen.po62
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress.po10
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress/00.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress/01.po8
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress/02.po39
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress/04.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath/00.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath/01.po184
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath/02.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath/04.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/smath/guide.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter/01.po13
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter/02.po8
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter/04.po6
-rw-r--r--translations/source/sl/helpcontent2/source/text/swriter/guide.po127
-rw-r--r--translations/source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/sl/mysqlc/source.po16
-rw-r--r--translations/source/sl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sl/officecfg/registry/data/org/openoffice/Office/UI.po51
-rw-r--r--translations/source/sl/padmin/source.po6
-rw-r--r--translations/source/sl/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/sl/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sl/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sl/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sl/reportbuilder/util.po23
-rw-r--r--translations/source/sl/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sl/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sl/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sl/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sl/sc/source/core/src.po6
-rw-r--r--translations/source/sl/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sl/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/sl/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sl/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sl/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sl/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/sl/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sl/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sl/sc/source/ui/src.po332
-rw-r--r--translations/source/sl/sc/source/ui/styleui.po6
-rw-r--r--translations/source/sl/scaddins/source/analysis.po6
-rw-r--r--translations/source/sl/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sl/sccomp/source/solver.po6
-rw-r--r--translations/source/sl/scp2/source/accessories.po6
-rw-r--r--translations/source/sl/scp2/source/activex.po6
-rw-r--r--translations/source/sl/scp2/source/base.po6
-rw-r--r--translations/source/sl/scp2/source/binfilter.po6
-rw-r--r--translations/source/sl/scp2/source/calc.po8
-rw-r--r--translations/source/sl/scp2/source/draw.po6
-rw-r--r--translations/source/sl/scp2/source/extensions.po6
-rw-r--r--translations/source/sl/scp2/source/gnome.po6
-rw-r--r--translations/source/sl/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sl/scp2/source/impress.po6
-rw-r--r--translations/source/sl/scp2/source/javafilter.po6
-rw-r--r--translations/source/sl/scp2/source/kde.po6
-rw-r--r--translations/source/sl/scp2/source/math.po6
-rw-r--r--translations/source/sl/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sl/scp2/source/ooo.po963
-rw-r--r--translations/source/sl/scp2/source/python.po10
-rw-r--r--translations/source/sl/scp2/source/quickstart.po6
-rw-r--r--translations/source/sl/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sl/scp2/source/testtool.po6
-rw-r--r--translations/source/sl/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sl/scp2/source/writer.po6
-rw-r--r--translations/source/sl/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sl/scripting/source/pyprov.po23
-rw-r--r--translations/source/sl/sd/source/core.po6
-rw-r--r--translations/source/sl/sd/source/filter/html.po6
-rw-r--r--translations/source/sl/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sl/sd/source/ui/animations.po6
-rw-r--r--translations/source/sl/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sl/sd/source/ui/app.po21
-rw-r--r--translations/source/sl/sd/source/ui/dlg.po8
-rw-r--r--translations/source/sl/sd/source/ui/notes.po6
-rw-r--r--translations/source/sl/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/sl/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sl/sd/source/ui/table.po6
-rw-r--r--translations/source/sl/sd/source/ui/view.po6
-rw-r--r--translations/source/sl/sdext/source/minimizer.po21
-rw-r--r--translations/source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po26
-rw-r--r--translations/source/sl/sdext/source/pdfimport.po13
-rw-r--r--translations/source/sl/sdext/source/presenter.po21
-rw-r--r--translations/source/sl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po8
-rw-r--r--translations/source/sl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sl/setup_native/source/mac.po6
-rw-r--r--translations/source/sl/sfx2/source/appl.po6
-rw-r--r--translations/source/sl/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sl/sfx2/source/dialog.po13
-rw-r--r--translations/source/sl/sfx2/source/doc.po6
-rw-r--r--translations/source/sl/sfx2/source/menu.po6
-rw-r--r--translations/source/sl/sfx2/source/view.po6
-rw-r--r--translations/source/sl/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sl/starmath/source.po41
-rw-r--r--translations/source/sl/svl/source/items.po6
-rw-r--r--translations/source/sl/svl/source/misc.po166
-rw-r--r--translations/source/sl/svtools/source/contnr.po6
-rw-r--r--translations/source/sl/svtools/source/control.po6
-rw-r--r--translations/source/sl/svtools/source/dialogs.po6
-rw-r--r--translations/source/sl/svtools/source/filter.po6
-rw-r--r--translations/source/sl/svtools/source/java.po7
-rw-r--r--translations/source/sl/svtools/source/misc.po14
-rw-r--r--translations/source/sl/svtools/source/plugapp.po6
-rw-r--r--translations/source/sl/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sl/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sl/svx/inc.po10
-rw-r--r--translations/source/sl/svx/source/accessibility.po6
-rw-r--r--translations/source/sl/svx/source/dialog.po48
-rw-r--r--translations/source/sl/svx/source/engine3d.po6
-rw-r--r--translations/source/sl/svx/source/fmcomp.po6
-rw-r--r--translations/source/sl/svx/source/form.po6
-rw-r--r--translations/source/sl/svx/source/gallery2.po6
-rw-r--r--translations/source/sl/svx/source/items.po6
-rw-r--r--translations/source/sl/svx/source/src.po6
-rw-r--r--translations/source/sl/svx/source/stbctrls.po6
-rw-r--r--translations/source/sl/svx/source/svdraw.po6
-rw-r--r--translations/source/sl/svx/source/table.po6
-rw-r--r--translations/source/sl/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sl/svx/source/toolbars.po6
-rw-r--r--translations/source/sl/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sl/sw/source/core/layout.po21
-rw-r--r--translations/source/sl/sw/source/core/undo.po13
-rw-r--r--translations/source/sl/sw/source/core/unocore.po6
-rw-r--r--translations/source/sl/sw/source/ui/app.po28
-rw-r--r--translations/source/sl/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sl/sw/source/ui/config.po60
-rw-r--r--translations/source/sl/sw/source/ui/dbui.po14
-rw-r--r--translations/source/sl/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sl/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sl/sw/source/ui/docvw.po14
-rw-r--r--translations/source/sl/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sl/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sl/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sl/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sl/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sl/sw/source/ui/index.po6
-rw-r--r--translations/source/sl/sw/source/ui/lingu.po10
-rw-r--r--translations/source/sl/sw/source/ui/misc.po6
-rw-r--r--translations/source/sl/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sl/sw/source/ui/shells.po6
-rw-r--r--translations/source/sl/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sl/sw/source/ui/table.po44
-rw-r--r--translations/source/sl/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sl/sw/source/ui/utlui.po187
-rw-r--r--translations/source/sl/sw/source/ui/web.po6
-rw-r--r--translations/source/sl/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sl/swext/mediawiki/help.po106
-rw-r--r--translations/source/sl/swext/mediawiki/src.po12
-rw-r--r--translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--translations/source/sl/sysui/desktop/share.po9
-rw-r--r--translations/source/sl/uui/source.po10
-rw-r--r--translations/source/sl/vcl/source/src.po86
-rw-r--r--translations/source/sl/wizards/source/euro.po8
-rw-r--r--translations/source/sl/wizards/source/formwizard.po6
-rw-r--r--translations/source/sl/wizards/source/importwizard.po32
-rw-r--r--translations/source/sl/wizards/source/schedule.po6
-rw-r--r--translations/source/sl/wizards/source/template.po6
-rw-r--r--translations/source/sl/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sl/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sq/accessibility/source/helper.po4
-rw-r--r--translations/source/sq/avmedia/source/framework.po4
-rw-r--r--translations/source/sq/avmedia/source/viewer.po4
-rw-r--r--translations/source/sq/basctl/source/basicide.po12
-rw-r--r--translations/source/sq/basctl/source/dlged.po4
-rw-r--r--translations/source/sq/basic/source/app.po4
-rw-r--r--translations/source/sq/basic/source/classes.po4
-rw-r--r--translations/source/sq/basic/source/sbx.po4
-rw-r--r--translations/source/sq/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sq/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sq/connectivity/source/resource.po4
-rw-r--r--translations/source/sq/crashrep/source/all.po4
-rw-r--r--translations/source/sq/cui/source/customize.po4
-rw-r--r--translations/source/sq/cui/source/dialogs.po12
-rw-r--r--translations/source/sq/cui/source/options.po34
-rw-r--r--translations/source/sq/cui/source/tabpages.po8
-rw-r--r--translations/source/sq/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sq/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sq/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sq/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sq/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sq/desktop/source/app.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/sq/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sq/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sq/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sq/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sq/dictionaries/ar.po6
-rw-r--r--translations/source/sq/dictionaries/be_BY.po19
-rw-r--r--translations/source/sq/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sq/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sq/dictionaries/br_FR.po6
-rw-r--r--translations/source/sq/dictionaries/ca.po6
-rw-r--r--translations/source/sq/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sq/dictionaries/da_DK.po6
-rw-r--r--translations/source/sq/dictionaries/de.po6
-rw-r--r--translations/source/sq/dictionaries/el_GR.po19
-rw-r--r--translations/source/sq/dictionaries/en.po6
-rw-r--r--translations/source/sq/dictionaries/es_ES.po6
-rw-r--r--translations/source/sq/dictionaries/et_EE.po6
-rw-r--r--translations/source/sq/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sq/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sq/dictionaries/gl.po6
-rw-r--r--translations/source/sq/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sq/dictionaries/he_IL.po6
-rw-r--r--translations/source/sq/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sq/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sq/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sq/dictionaries/it_IT.po6
-rw-r--r--translations/source/sq/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sq/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sq/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sq/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sq/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sq/dictionaries/no.po6
-rw-r--r--translations/source/sq/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sq/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sq/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sq/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sq/dictionaries/ro.po6
-rw-r--r--translations/source/sq/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sq/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sq/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sq/dictionaries/sr.po6
-rw-r--r--translations/source/sq/dictionaries/sv_SE.po6
-rw-r--r--translations/source/sq/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sq/dictionaries/te_IN.po19
-rw-r--r--translations/source/sq/dictionaries/th_TH.po6
-rw-r--r--translations/source/sq/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sq/dictionaries/vi.po6
-rw-r--r--translations/source/sq/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sq/editeng/source/accessibility.po4
-rw-r--r--translations/source/sq/editeng/source/editeng.po4
-rw-r--r--translations/source/sq/editeng/source/items.po4
-rw-r--r--translations/source/sq/editeng/source/misc.po4
-rw-r--r--translations/source/sq/editeng/source/outliner.po4
-rw-r--r--translations/source/sq/extensions/source/abpilot.po4
-rw-r--r--translations/source/sq/extensions/source/bibliography.po4
-rw-r--r--translations/source/sq/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sq/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sq/extensions/source/scanner.po8
-rw-r--r--translations/source/sq/extensions/source/update/check.po4
-rw-r--r--translations/source/sq/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sq/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/sq/filter/source/flash.po4
-rw-r--r--translations/source/sq/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sq/filter/source/pdf.po4
-rw-r--r--translations/source/sq/filter/source/t602.po4
-rw-r--r--translations/source/sq/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sq/forms/source/resource.po4
-rw-r--r--translations/source/sq/formula/source/core/resource.po4
-rw-r--r--translations/source/sq/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sq/fpicker/source/office.po4
-rw-r--r--translations/source/sq/framework/source/classes.po4
-rw-r--r--translations/source/sq/framework/source/services.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared.po13
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc.po38
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/00.po95
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/01.po236
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/04.po40
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/05.po60
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared.po22
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/01.po82
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/01.po173
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/sq/mysqlc/source.po12
-rw-r--r--translations/source/sq/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sq/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sq/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/sq/padmin/source.po4
-rw-r--r--translations/source/sq/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sq/reportbuilder/util.po8
-rw-r--r--translations/source/sq/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sq/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sq/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sq/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sq/sc/source/core/src.po4
-rw-r--r--translations/source/sq/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sq/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sq/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sq/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sq/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sq/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sq/sc/source/ui/navipi.po11
-rw-r--r--translations/source/sq/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sq/sc/source/ui/src.po265
-rw-r--r--translations/source/sq/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sq/scaddins/source/analysis.po4
-rw-r--r--translations/source/sq/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sq/sccomp/source/solver.po4
-rw-r--r--translations/source/sq/scp2/source/accessories.po4
-rw-r--r--translations/source/sq/scp2/source/activex.po4
-rw-r--r--translations/source/sq/scp2/source/base.po4
-rw-r--r--translations/source/sq/scp2/source/binfilter.po4
-rw-r--r--translations/source/sq/scp2/source/calc.po4
-rw-r--r--translations/source/sq/scp2/source/draw.po4
-rw-r--r--translations/source/sq/scp2/source/extensions.po4
-rw-r--r--translations/source/sq/scp2/source/gnome.po4
-rw-r--r--translations/source/sq/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sq/scp2/source/impress.po4
-rw-r--r--translations/source/sq/scp2/source/javafilter.po4
-rw-r--r--translations/source/sq/scp2/source/kde.po4
-rw-r--r--translations/source/sq/scp2/source/math.po4
-rw-r--r--translations/source/sq/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sq/scp2/source/ooo.po674
-rw-r--r--translations/source/sq/scp2/source/python.po8
-rw-r--r--translations/source/sq/scp2/source/quickstart.po4
-rw-r--r--translations/source/sq/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sq/scp2/source/testtool.po4
-rw-r--r--translations/source/sq/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sq/scp2/source/writer.po4
-rw-r--r--translations/source/sq/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sq/scripting/source/pyprov.po10
-rw-r--r--translations/source/sq/sd/source/core.po4
-rw-r--r--translations/source/sq/sd/source/filter/html.po4
-rw-r--r--translations/source/sq/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sq/sd/source/ui/animations.po4
-rw-r--r--translations/source/sq/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sq/sd/source/ui/app.po4
-rw-r--r--translations/source/sq/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sq/sd/source/ui/notes.po4
-rw-r--r--translations/source/sq/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sq/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sq/sd/source/ui/table.po4
-rw-r--r--translations/source/sq/sd/source/ui/view.po4
-rw-r--r--translations/source/sq/sdext/source/minimizer.po6
-rw-r--r--translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sq/sdext/source/pdfimport.po16
-rw-r--r--translations/source/sq/sdext/source/presenter.po6
-rw-r--r--translations/source/sq/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sq/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sq/setup_native/source/mac.po4
-rw-r--r--translations/source/sq/sfx2/source/appl.po4
-rw-r--r--translations/source/sq/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sq/sfx2/source/dialog.po4
-rw-r--r--translations/source/sq/sfx2/source/doc.po4
-rw-r--r--translations/source/sq/sfx2/source/menu.po4
-rw-r--r--translations/source/sq/sfx2/source/view.po4
-rw-r--r--translations/source/sq/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sq/starmath/source.po36
-rw-r--r--translations/source/sq/svl/source/items.po4
-rw-r--r--translations/source/sq/svl/source/misc.po181
-rw-r--r--translations/source/sq/svtools/source/contnr.po4
-rw-r--r--translations/source/sq/svtools/source/control.po4
-rw-r--r--translations/source/sq/svtools/source/dialogs.po4
-rw-r--r--translations/source/sq/svtools/source/filter.po4
-rw-r--r--translations/source/sq/svtools/source/java.po4
-rw-r--r--translations/source/sq/svtools/source/misc.po8
-rw-r--r--translations/source/sq/svtools/source/plugapp.po4
-rw-r--r--translations/source/sq/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sq/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sq/svx/inc.po4
-rw-r--r--translations/source/sq/svx/source/accessibility.po4
-rw-r--r--translations/source/sq/svx/source/dialog.po44
-rw-r--r--translations/source/sq/svx/source/engine3d.po4
-rw-r--r--translations/source/sq/svx/source/fmcomp.po4
-rw-r--r--translations/source/sq/svx/source/form.po4
-rw-r--r--translations/source/sq/svx/source/gallery2.po4
-rw-r--r--translations/source/sq/svx/source/items.po4
-rw-r--r--translations/source/sq/svx/source/src.po4
-rw-r--r--translations/source/sq/svx/source/stbctrls.po4
-rw-r--r--translations/source/sq/svx/source/svdraw.po4
-rw-r--r--translations/source/sq/svx/source/table.po4
-rw-r--r--translations/source/sq/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sq/svx/source/toolbars.po4
-rw-r--r--translations/source/sq/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sq/sw/source/core/layout.po6
-rw-r--r--translations/source/sq/sw/source/core/undo.po4
-rw-r--r--translations/source/sq/sw/source/core/unocore.po4
-rw-r--r--translations/source/sq/sw/source/ui/app.po28
-rw-r--r--translations/source/sq/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sq/sw/source/ui/config.po56
-rw-r--r--translations/source/sq/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sq/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sq/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sq/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sq/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sq/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sq/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sq/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sq/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sq/sw/source/ui/index.po4
-rw-r--r--translations/source/sq/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sq/sw/source/ui/misc.po4
-rw-r--r--translations/source/sq/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sq/sw/source/ui/shells.po4
-rw-r--r--translations/source/sq/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sq/sw/source/ui/table.po46
-rw-r--r--translations/source/sq/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sq/sw/source/ui/utlui.po194
-rw-r--r--translations/source/sq/sw/source/ui/web.po4
-rw-r--r--translations/source/sq/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sq/swext/mediawiki/help.po77
-rw-r--r--translations/source/sq/swext/mediawiki/src.po6
-rw-r--r--translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sq/sysui/desktop/share.po4
-rw-r--r--translations/source/sq/uui/source.po4
-rw-r--r--translations/source/sq/vcl/source/src.po84
-rw-r--r--translations/source/sq/wizards/source/euro.po4
-rw-r--r--translations/source/sq/wizards/source/formwizard.po4
-rw-r--r--translations/source/sq/wizards/source/importwizard.po4
-rw-r--r--translations/source/sq/wizards/source/schedule.po4
-rw-r--r--translations/source/sq/wizards/source/template.po4
-rw-r--r--translations/source/sq/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sq/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ss/accessibility/source/helper.po4
-rw-r--r--translations/source/ss/avmedia/source/framework.po4
-rw-r--r--translations/source/ss/avmedia/source/viewer.po4
-rw-r--r--translations/source/ss/basctl/source/basicide.po12
-rw-r--r--translations/source/ss/basctl/source/dlged.po4
-rw-r--r--translations/source/ss/basic/source/app.po4
-rw-r--r--translations/source/ss/basic/source/classes.po4
-rw-r--r--translations/source/ss/basic/source/sbx.po4
-rw-r--r--translations/source/ss/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ss/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ss/connectivity/source/resource.po4
-rw-r--r--translations/source/ss/crashrep/source/all.po4
-rw-r--r--translations/source/ss/cui/source/customize.po4
-rw-r--r--translations/source/ss/cui/source/dialogs.po12
-rw-r--r--translations/source/ss/cui/source/options.po38
-rw-r--r--translations/source/ss/cui/source/tabpages.po8
-rw-r--r--translations/source/ss/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ss/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ss/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ss/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ss/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ss/desktop/source/app.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ss/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ss/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ss/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ss/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ss/dictionaries/ar.po6
-rw-r--r--translations/source/ss/dictionaries/be_BY.po19
-rw-r--r--translations/source/ss/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ss/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ss/dictionaries/br_FR.po6
-rw-r--r--translations/source/ss/dictionaries/ca.po6
-rw-r--r--translations/source/ss/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ss/dictionaries/da_DK.po6
-rw-r--r--translations/source/ss/dictionaries/de.po6
-rw-r--r--translations/source/ss/dictionaries/el_GR.po19
-rw-r--r--translations/source/ss/dictionaries/en.po6
-rw-r--r--translations/source/ss/dictionaries/es_ES.po6
-rw-r--r--translations/source/ss/dictionaries/et_EE.po6
-rw-r--r--translations/source/ss/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ss/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ss/dictionaries/gl.po6
-rw-r--r--translations/source/ss/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ss/dictionaries/he_IL.po6
-rw-r--r--translations/source/ss/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ss/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ss/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ss/dictionaries/it_IT.po6
-rw-r--r--translations/source/ss/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ss/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ss/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ss/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ss/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ss/dictionaries/no.po6
-rw-r--r--translations/source/ss/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ss/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ss/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ss/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ss/dictionaries/ro.po6
-rw-r--r--translations/source/ss/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ss/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ss/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ss/dictionaries/sr.po6
-rw-r--r--translations/source/ss/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ss/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ss/dictionaries/te_IN.po19
-rw-r--r--translations/source/ss/dictionaries/th_TH.po6
-rw-r--r--translations/source/ss/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ss/dictionaries/vi.po6
-rw-r--r--translations/source/ss/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ss/editeng/source/accessibility.po4
-rw-r--r--translations/source/ss/editeng/source/editeng.po4
-rw-r--r--translations/source/ss/editeng/source/items.po4
-rw-r--r--translations/source/ss/editeng/source/misc.po4
-rw-r--r--translations/source/ss/editeng/source/outliner.po4
-rw-r--r--translations/source/ss/extensions/source/abpilot.po4
-rw-r--r--translations/source/ss/extensions/source/bibliography.po4
-rw-r--r--translations/source/ss/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ss/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ss/extensions/source/scanner.po8
-rw-r--r--translations/source/ss/extensions/source/update/check.po4
-rw-r--r--translations/source/ss/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ss/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ss/filter/source/flash.po4
-rw-r--r--translations/source/ss/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ss/filter/source/pdf.po4
-rw-r--r--translations/source/ss/filter/source/t602.po4
-rw-r--r--translations/source/ss/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ss/forms/source/resource.po4
-rw-r--r--translations/source/ss/formula/source/core/resource.po4
-rw-r--r--translations/source/ss/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ss/fpicker/source/office.po4
-rw-r--r--translations/source/ss/framework/source/classes.po4
-rw-r--r--translations/source/ss/framework/source/services.po4
-rw-r--r--translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/ss/mysqlc/source.po12
-rw-r--r--translations/source/ss/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ss/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ss/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ss/padmin/source.po4
-rw-r--r--translations/source/ss/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ss/reportbuilder/util.po8
-rw-r--r--translations/source/ss/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ss/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ss/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ss/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ss/sc/source/core/src.po4
-rw-r--r--translations/source/ss/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ss/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ss/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ss/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ss/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ss/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ss/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ss/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ss/sc/source/ui/src.po255
-rw-r--r--translations/source/ss/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ss/scaddins/source/analysis.po4
-rw-r--r--translations/source/ss/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ss/sccomp/source/solver.po4
-rw-r--r--translations/source/ss/scp2/source/accessories.po4
-rw-r--r--translations/source/ss/scp2/source/activex.po4
-rw-r--r--translations/source/ss/scp2/source/base.po4
-rw-r--r--translations/source/ss/scp2/source/binfilter.po4
-rw-r--r--translations/source/ss/scp2/source/calc.po4
-rw-r--r--translations/source/ss/scp2/source/draw.po4
-rw-r--r--translations/source/ss/scp2/source/extensions.po4
-rw-r--r--translations/source/ss/scp2/source/gnome.po4
-rw-r--r--translations/source/ss/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ss/scp2/source/impress.po4
-rw-r--r--translations/source/ss/scp2/source/javafilter.po4
-rw-r--r--translations/source/ss/scp2/source/kde.po4
-rw-r--r--translations/source/ss/scp2/source/math.po4
-rw-r--r--translations/source/ss/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ss/scp2/source/ooo.po670
-rw-r--r--translations/source/ss/scp2/source/python.po8
-rw-r--r--translations/source/ss/scp2/source/quickstart.po4
-rw-r--r--translations/source/ss/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ss/scp2/source/testtool.po4
-rw-r--r--translations/source/ss/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ss/scp2/source/writer.po4
-rw-r--r--translations/source/ss/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ss/scripting/source/pyprov.po10
-rw-r--r--translations/source/ss/sd/source/core.po4
-rw-r--r--translations/source/ss/sd/source/filter/html.po4
-rw-r--r--translations/source/ss/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ss/sd/source/ui/animations.po4
-rw-r--r--translations/source/ss/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ss/sd/source/ui/app.po4
-rw-r--r--translations/source/ss/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ss/sd/source/ui/notes.po4
-rw-r--r--translations/source/ss/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ss/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ss/sd/source/ui/table.po4
-rw-r--r--translations/source/ss/sd/source/ui/view.po4
-rw-r--r--translations/source/ss/sdext/source/minimizer.po6
-rw-r--r--translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/ss/sdext/source/pdfimport.po15
-rw-r--r--translations/source/ss/sdext/source/presenter.po6
-rw-r--r--translations/source/ss/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ss/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ss/setup_native/source/mac.po4
-rw-r--r--translations/source/ss/sfx2/source/appl.po4
-rw-r--r--translations/source/ss/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ss/sfx2/source/dialog.po4
-rw-r--r--translations/source/ss/sfx2/source/doc.po4
-rw-r--r--translations/source/ss/sfx2/source/menu.po4
-rw-r--r--translations/source/ss/sfx2/source/view.po4
-rw-r--r--translations/source/ss/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ss/starmath/source.po36
-rw-r--r--translations/source/ss/svl/source/items.po4
-rw-r--r--translations/source/ss/svl/source/misc.po169
-rw-r--r--translations/source/ss/svtools/source/contnr.po4
-rw-r--r--translations/source/ss/svtools/source/control.po4
-rw-r--r--translations/source/ss/svtools/source/dialogs.po4
-rw-r--r--translations/source/ss/svtools/source/filter.po4
-rw-r--r--translations/source/ss/svtools/source/java.po4
-rw-r--r--translations/source/ss/svtools/source/misc.po8
-rw-r--r--translations/source/ss/svtools/source/plugapp.po4
-rw-r--r--translations/source/ss/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ss/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ss/svx/inc.po4
-rw-r--r--translations/source/ss/svx/source/accessibility.po4
-rw-r--r--translations/source/ss/svx/source/dialog.po43
-rw-r--r--translations/source/ss/svx/source/engine3d.po4
-rw-r--r--translations/source/ss/svx/source/fmcomp.po4
-rw-r--r--translations/source/ss/svx/source/form.po4
-rw-r--r--translations/source/ss/svx/source/gallery2.po4
-rw-r--r--translations/source/ss/svx/source/items.po4
-rw-r--r--translations/source/ss/svx/source/src.po4
-rw-r--r--translations/source/ss/svx/source/stbctrls.po4
-rw-r--r--translations/source/ss/svx/source/svdraw.po4
-rw-r--r--translations/source/ss/svx/source/table.po4
-rw-r--r--translations/source/ss/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ss/svx/source/toolbars.po4
-rw-r--r--translations/source/ss/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ss/sw/source/core/layout.po6
-rw-r--r--translations/source/ss/sw/source/core/undo.po4
-rw-r--r--translations/source/ss/sw/source/core/unocore.po4
-rw-r--r--translations/source/ss/sw/source/ui/app.po28
-rw-r--r--translations/source/ss/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ss/sw/source/ui/config.po77
-rw-r--r--translations/source/ss/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ss/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ss/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ss/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ss/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ss/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ss/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ss/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ss/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ss/sw/source/ui/index.po4
-rw-r--r--translations/source/ss/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ss/sw/source/ui/misc.po4
-rw-r--r--translations/source/ss/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ss/sw/source/ui/shells.po4
-rw-r--r--translations/source/ss/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ss/sw/source/ui/table.po38
-rw-r--r--translations/source/ss/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ss/sw/source/ui/utlui.po189
-rw-r--r--translations/source/ss/sw/source/ui/web.po4
-rw-r--r--translations/source/ss/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ss/swext/mediawiki/help.po72
-rw-r--r--translations/source/ss/swext/mediawiki/src.po6
-rw-r--r--translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ss/sysui/desktop/share.po4
-rw-r--r--translations/source/ss/uui/source.po4
-rw-r--r--translations/source/ss/vcl/source/src.po100
-rw-r--r--translations/source/ss/wizards/source/euro.po4
-rw-r--r--translations/source/ss/wizards/source/formwizard.po4
-rw-r--r--translations/source/ss/wizards/source/importwizard.po4
-rw-r--r--translations/source/ss/wizards/source/schedule.po4
-rw-r--r--translations/source/ss/wizards/source/template.po4
-rw-r--r--translations/source/ss/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ss/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/st/accessibility/source/helper.po4
-rw-r--r--translations/source/st/avmedia/source/framework.po4
-rw-r--r--translations/source/st/avmedia/source/viewer.po4
-rw-r--r--translations/source/st/basctl/source/basicide.po12
-rw-r--r--translations/source/st/basctl/source/dlged.po4
-rw-r--r--translations/source/st/basic/source/app.po4
-rw-r--r--translations/source/st/basic/source/classes.po4
-rw-r--r--translations/source/st/basic/source/sbx.po4
-rw-r--r--translations/source/st/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/st/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/st/connectivity/source/resource.po4
-rw-r--r--translations/source/st/crashrep/source/all.po4
-rw-r--r--translations/source/st/cui/source/customize.po4
-rw-r--r--translations/source/st/cui/source/dialogs.po12
-rw-r--r--translations/source/st/cui/source/options.po38
-rw-r--r--translations/source/st/cui/source/tabpages.po8
-rw-r--r--translations/source/st/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/st/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/st/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/st/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/st/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/st/desktop/source/app.po4
-rw-r--r--translations/source/st/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/st/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/st/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/st/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/st/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/st/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/st/desktop/win32/source/setup.po4
-rw-r--r--translations/source/st/dictionaries/af_ZA.po6
-rw-r--r--translations/source/st/dictionaries/ar.po6
-rw-r--r--translations/source/st/dictionaries/be_BY.po19
-rw-r--r--translations/source/st/dictionaries/bg_BG.po6
-rw-r--r--translations/source/st/dictionaries/bn_BD.po6
-rw-r--r--translations/source/st/dictionaries/br_FR.po6
-rw-r--r--translations/source/st/dictionaries/ca.po6
-rw-r--r--translations/source/st/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/st/dictionaries/da_DK.po6
-rw-r--r--translations/source/st/dictionaries/de.po6
-rw-r--r--translations/source/st/dictionaries/el_GR.po19
-rw-r--r--translations/source/st/dictionaries/en.po6
-rw-r--r--translations/source/st/dictionaries/es_ES.po6
-rw-r--r--translations/source/st/dictionaries/et_EE.po6
-rw-r--r--translations/source/st/dictionaries/fr_FR.po6
-rw-r--r--translations/source/st/dictionaries/gd_GB.po19
-rw-r--r--translations/source/st/dictionaries/gl.po6
-rw-r--r--translations/source/st/dictionaries/gu_IN.po6
-rw-r--r--translations/source/st/dictionaries/he_IL.po6
-rw-r--r--translations/source/st/dictionaries/hi_IN.po6
-rw-r--r--translations/source/st/dictionaries/hr_HR.po6
-rw-r--r--translations/source/st/dictionaries/hu_HU.po6
-rw-r--r--translations/source/st/dictionaries/it_IT.po6
-rw-r--r--translations/source/st/dictionaries/ku_TR.po6
-rw-r--r--translations/source/st/dictionaries/lt_LT.po6
-rw-r--r--translations/source/st/dictionaries/lv_LV.po6
-rw-r--r--translations/source/st/dictionaries/ne_NP.po6
-rw-r--r--translations/source/st/dictionaries/nl_NL.po6
-rw-r--r--translations/source/st/dictionaries/no.po6
-rw-r--r--translations/source/st/dictionaries/oc_FR.po6
-rw-r--r--translations/source/st/dictionaries/pl_PL.po6
-rw-r--r--translations/source/st/dictionaries/pt_BR.po6
-rw-r--r--translations/source/st/dictionaries/pt_PT.po6
-rw-r--r--translations/source/st/dictionaries/ro.po6
-rw-r--r--translations/source/st/dictionaries/ru_RU.po6
-rw-r--r--translations/source/st/dictionaries/sk_SK.po6
-rw-r--r--translations/source/st/dictionaries/sl_SI.po6
-rw-r--r--translations/source/st/dictionaries/sr.po6
-rw-r--r--translations/source/st/dictionaries/sv_SE.po6
-rw-r--r--translations/source/st/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/st/dictionaries/te_IN.po19
-rw-r--r--translations/source/st/dictionaries/th_TH.po6
-rw-r--r--translations/source/st/dictionaries/uk_UA.po6
-rw-r--r--translations/source/st/dictionaries/vi.po6
-rw-r--r--translations/source/st/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/st/editeng/source/accessibility.po4
-rw-r--r--translations/source/st/editeng/source/editeng.po4
-rw-r--r--translations/source/st/editeng/source/items.po4
-rw-r--r--translations/source/st/editeng/source/misc.po4
-rw-r--r--translations/source/st/editeng/source/outliner.po4
-rw-r--r--translations/source/st/extensions/source/abpilot.po4
-rw-r--r--translations/source/st/extensions/source/bibliography.po4
-rw-r--r--translations/source/st/extensions/source/dbpilots.po4
-rw-r--r--translations/source/st/extensions/source/propctrlr.po4
-rw-r--r--translations/source/st/extensions/source/scanner.po8
-rw-r--r--translations/source/st/extensions/source/update/check.po4
-rw-r--r--translations/source/st/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/st/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/st/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/st/filter/source/flash.po4
-rw-r--r--translations/source/st/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/st/filter/source/pdf.po4
-rw-r--r--translations/source/st/filter/source/t602.po4
-rw-r--r--translations/source/st/filter/source/xsltdialog.po8
-rw-r--r--translations/source/st/forms/source/resource.po4
-rw-r--r--translations/source/st/formula/source/core/resource.po4
-rw-r--r--translations/source/st/formula/source/ui/dlg.po4
-rw-r--r--translations/source/st/fpicker/source/office.po4
-rw-r--r--translations/source/st/framework/source/classes.po4
-rw-r--r--translations/source/st/framework/source/services.po4
-rw-r--r--translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/st/mysqlc/source.po12
-rw-r--r--translations/source/st/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/st/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/st/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/st/padmin/source.po4
-rw-r--r--translations/source/st/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/st/reportbuilder/util.po8
-rw-r--r--translations/source/st/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/st/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/st/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/st/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/st/sc/source/core/src.po4
-rw-r--r--translations/source/st/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/st/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/st/sc/source/ui/docshell.po4
-rw-r--r--translations/source/st/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/st/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/st/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/st/sc/source/ui/navipi.po9
-rw-r--r--translations/source/st/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/st/sc/source/ui/src.po259
-rw-r--r--translations/source/st/sc/source/ui/styleui.po4
-rw-r--r--translations/source/st/scaddins/source/analysis.po4
-rw-r--r--translations/source/st/scaddins/source/datefunc.po4
-rw-r--r--translations/source/st/sccomp/source/solver.po4
-rw-r--r--translations/source/st/scp2/source/accessories.po4
-rw-r--r--translations/source/st/scp2/source/activex.po4
-rw-r--r--translations/source/st/scp2/source/base.po4
-rw-r--r--translations/source/st/scp2/source/binfilter.po4
-rw-r--r--translations/source/st/scp2/source/calc.po4
-rw-r--r--translations/source/st/scp2/source/draw.po4
-rw-r--r--translations/source/st/scp2/source/extensions.po4
-rw-r--r--translations/source/st/scp2/source/gnome.po4
-rw-r--r--translations/source/st/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/st/scp2/source/impress.po4
-rw-r--r--translations/source/st/scp2/source/javafilter.po4
-rw-r--r--translations/source/st/scp2/source/kde.po4
-rw-r--r--translations/source/st/scp2/source/math.po4
-rw-r--r--translations/source/st/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/st/scp2/source/ooo.po670
-rw-r--r--translations/source/st/scp2/source/python.po8
-rw-r--r--translations/source/st/scp2/source/quickstart.po4
-rw-r--r--translations/source/st/scp2/source/sdkoo.po4
-rw-r--r--translations/source/st/scp2/source/testtool.po4
-rw-r--r--translations/source/st/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/st/scp2/source/writer.po4
-rw-r--r--translations/source/st/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/st/scripting/source/pyprov.po10
-rw-r--r--translations/source/st/sd/source/core.po4
-rw-r--r--translations/source/st/sd/source/filter/html.po4
-rw-r--r--translations/source/st/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/st/sd/source/ui/animations.po4
-rw-r--r--translations/source/st/sd/source/ui/annotations.po4
-rw-r--r--translations/source/st/sd/source/ui/app.po4
-rw-r--r--translations/source/st/sd/source/ui/dlg.po4
-rw-r--r--translations/source/st/sd/source/ui/notes.po4
-rw-r--r--translations/source/st/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/st/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/st/sd/source/ui/table.po4
-rw-r--r--translations/source/st/sd/source/ui/view.po4
-rw-r--r--translations/source/st/sdext/source/minimizer.po6
-rw-r--r--translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/st/sdext/source/pdfimport.po16
-rw-r--r--translations/source/st/sdext/source/presenter.po6
-rw-r--r--translations/source/st/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/st/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/st/setup_native/source/mac.po4
-rw-r--r--translations/source/st/sfx2/source/appl.po4
-rw-r--r--translations/source/st/sfx2/source/bastyp.po4
-rw-r--r--translations/source/st/sfx2/source/dialog.po4
-rw-r--r--translations/source/st/sfx2/source/doc.po4
-rw-r--r--translations/source/st/sfx2/source/menu.po4
-rw-r--r--translations/source/st/sfx2/source/view.po4
-rw-r--r--translations/source/st/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/st/starmath/source.po36
-rw-r--r--translations/source/st/svl/source/items.po4
-rw-r--r--translations/source/st/svl/source/misc.po164
-rw-r--r--translations/source/st/svtools/source/contnr.po4
-rw-r--r--translations/source/st/svtools/source/control.po4
-rw-r--r--translations/source/st/svtools/source/dialogs.po4
-rw-r--r--translations/source/st/svtools/source/filter.po4
-rw-r--r--translations/source/st/svtools/source/java.po4
-rw-r--r--translations/source/st/svtools/source/misc.po8
-rw-r--r--translations/source/st/svtools/source/plugapp.po4
-rw-r--r--translations/source/st/svtools/source/toolpanel.po4
-rw-r--r--translations/source/st/svtools/workben/unodialog.po4
-rw-r--r--translations/source/st/svx/inc.po4
-rw-r--r--translations/source/st/svx/source/accessibility.po4
-rw-r--r--translations/source/st/svx/source/dialog.po43
-rw-r--r--translations/source/st/svx/source/engine3d.po4
-rw-r--r--translations/source/st/svx/source/fmcomp.po4
-rw-r--r--translations/source/st/svx/source/form.po4
-rw-r--r--translations/source/st/svx/source/gallery2.po4
-rw-r--r--translations/source/st/svx/source/items.po4
-rw-r--r--translations/source/st/svx/source/src.po4
-rw-r--r--translations/source/st/svx/source/stbctrls.po4
-rw-r--r--translations/source/st/svx/source/svdraw.po4
-rw-r--r--translations/source/st/svx/source/table.po4
-rw-r--r--translations/source/st/svx/source/tbxctrls.po4
-rw-r--r--translations/source/st/svx/source/toolbars.po4
-rw-r--r--translations/source/st/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/st/sw/source/core/layout.po6
-rw-r--r--translations/source/st/sw/source/core/undo.po4
-rw-r--r--translations/source/st/sw/source/core/unocore.po4
-rw-r--r--translations/source/st/sw/source/ui/app.po28
-rw-r--r--translations/source/st/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/st/sw/source/ui/config.po94
-rw-r--r--translations/source/st/sw/source/ui/dbui.po4
-rw-r--r--translations/source/st/sw/source/ui/dialog.po8
-rw-r--r--translations/source/st/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/st/sw/source/ui/docvw.po4
-rw-r--r--translations/source/st/sw/source/ui/envelp.po4
-rw-r--r--translations/source/st/sw/source/ui/fldui.po4
-rw-r--r--translations/source/st/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/st/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/st/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/st/sw/source/ui/index.po4
-rw-r--r--translations/source/st/sw/source/ui/lingu.po8
-rw-r--r--translations/source/st/sw/source/ui/misc.po4
-rw-r--r--translations/source/st/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/st/sw/source/ui/shells.po4
-rw-r--r--translations/source/st/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/st/sw/source/ui/table.po38
-rw-r--r--translations/source/st/sw/source/ui/uiview.po4
-rw-r--r--translations/source/st/sw/source/ui/utlui.po189
-rw-r--r--translations/source/st/sw/source/ui/web.po4
-rw-r--r--translations/source/st/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/st/swext/mediawiki/help.po72
-rw-r--r--translations/source/st/swext/mediawiki/src.po6
-rw-r--r--translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/st/sysui/desktop/share.po4
-rw-r--r--translations/source/st/uui/source.po4
-rw-r--r--translations/source/st/vcl/source/src.po82
-rw-r--r--translations/source/st/wizards/source/euro.po4
-rw-r--r--translations/source/st/wizards/source/formwizard.po4
-rw-r--r--translations/source/st/wizards/source/importwizard.po4
-rw-r--r--translations/source/st/wizards/source/schedule.po4
-rw-r--r--translations/source/st/wizards/source/template.po4
-rw-r--r--translations/source/st/xmlsecurity/source/component.po4
-rw-r--r--translations/source/st/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sv/accessibility/source/helper.po4
-rw-r--r--translations/source/sv/avmedia/source/framework.po4
-rw-r--r--translations/source/sv/avmedia/source/viewer.po4
-rw-r--r--translations/source/sv/basctl/source/basicide.po12
-rw-r--r--translations/source/sv/basctl/source/dlged.po4
-rw-r--r--translations/source/sv/basic/source/app.po54
-rw-r--r--translations/source/sv/basic/source/classes.po10
-rw-r--r--translations/source/sv/basic/source/sbx.po4
-rw-r--r--translations/source/sv/chart2/source/controller/dialogs.po72
-rw-r--r--translations/source/sv/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sv/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sv/connectivity/source/resource.po4
-rw-r--r--translations/source/sv/crashrep/source/all.po4
-rw-r--r--translations/source/sv/cui/source/customize.po4
-rw-r--r--translations/source/sv/cui/source/dialogs.po12
-rw-r--r--translations/source/sv/cui/source/options.po42
-rw-r--r--translations/source/sv/cui/source/tabpages.po40
-rw-r--r--translations/source/sv/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sv/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sv/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sv/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sv/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sv/desktop/source/app.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/sv/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sv/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sv/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sv/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sv/dictionaries/ar.po6
-rw-r--r--translations/source/sv/dictionaries/be_BY.po19
-rw-r--r--translations/source/sv/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sv/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sv/dictionaries/br_FR.po6
-rw-r--r--translations/source/sv/dictionaries/ca.po6
-rw-r--r--translations/source/sv/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sv/dictionaries/da_DK.po6
-rw-r--r--translations/source/sv/dictionaries/de.po6
-rw-r--r--translations/source/sv/dictionaries/el_GR.po19
-rw-r--r--translations/source/sv/dictionaries/en.po6
-rw-r--r--translations/source/sv/dictionaries/es_ES.po6
-rw-r--r--translations/source/sv/dictionaries/et_EE.po6
-rw-r--r--translations/source/sv/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sv/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sv/dictionaries/gl.po6
-rw-r--r--translations/source/sv/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sv/dictionaries/he_IL.po6
-rw-r--r--translations/source/sv/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sv/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sv/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sv/dictionaries/it_IT.po6
-rw-r--r--translations/source/sv/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sv/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sv/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sv/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sv/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sv/dictionaries/no.po6
-rw-r--r--translations/source/sv/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sv/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sv/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sv/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sv/dictionaries/ro.po6
-rw-r--r--translations/source/sv/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sv/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sv/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sv/dictionaries/sr.po6
-rw-r--r--translations/source/sv/dictionaries/sv_SE.po12
-rw-r--r--translations/source/sv/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sv/dictionaries/te_IN.po19
-rw-r--r--translations/source/sv/dictionaries/th_TH.po6
-rw-r--r--translations/source/sv/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sv/dictionaries/vi.po6
-rw-r--r--translations/source/sv/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sv/editeng/source/accessibility.po4
-rw-r--r--translations/source/sv/editeng/source/editeng.po4
-rw-r--r--translations/source/sv/editeng/source/items.po4
-rw-r--r--translations/source/sv/editeng/source/misc.po4
-rw-r--r--translations/source/sv/editeng/source/outliner.po4
-rw-r--r--translations/source/sv/extensions/source/abpilot.po4
-rw-r--r--translations/source/sv/extensions/source/bibliography.po4
-rw-r--r--translations/source/sv/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sv/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sv/extensions/source/scanner.po8
-rw-r--r--translations/source/sv/extensions/source/update/check.po4
-rw-r--r--translations/source/sv/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sv/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/sv/filter/source/flash.po4
-rw-r--r--translations/source/sv/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sv/filter/source/pdf.po4
-rw-r--r--translations/source/sv/filter/source/t602.po4
-rw-r--r--translations/source/sv/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sv/forms/source/resource.po4
-rw-r--r--translations/source/sv/formula/source/core/resource.po4
-rw-r--r--translations/source/sv/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sv/fpicker/source/office.po4
-rw-r--r--translations/source/sv/framework/source/classes.po4
-rw-r--r--translations/source/sv/framework/source/services.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/01.po92
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/optionen.po40
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/sv/mysqlc/source.po12
-rw-r--r--translations/source/sv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sv/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sv/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--translations/source/sv/padmin/source.po4
-rw-r--r--translations/source/sv/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sv/reportbuilder/util.po17
-rw-r--r--translations/source/sv/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sv/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sv/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sv/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sv/sc/source/core/src.po4
-rw-r--r--translations/source/sv/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sv/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sv/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sv/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sv/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sv/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/sv/sc/source/ui/navipi.po11
-rw-r--r--translations/source/sv/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sv/sc/source/ui/src.po272
-rw-r--r--translations/source/sv/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sv/scaddins/source/analysis.po4
-rw-r--r--translations/source/sv/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sv/sccomp/source/solver.po4
-rw-r--r--translations/source/sv/scp2/source/accessories.po4
-rw-r--r--translations/source/sv/scp2/source/activex.po4
-rw-r--r--translations/source/sv/scp2/source/base.po4
-rw-r--r--translations/source/sv/scp2/source/binfilter.po4
-rw-r--r--translations/source/sv/scp2/source/calc.po4
-rw-r--r--translations/source/sv/scp2/source/draw.po4
-rw-r--r--translations/source/sv/scp2/source/extensions.po4
-rw-r--r--translations/source/sv/scp2/source/gnome.po4
-rw-r--r--translations/source/sv/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sv/scp2/source/impress.po4
-rw-r--r--translations/source/sv/scp2/source/javafilter.po4
-rw-r--r--translations/source/sv/scp2/source/kde.po4
-rw-r--r--translations/source/sv/scp2/source/math.po4
-rw-r--r--translations/source/sv/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sv/scp2/source/ooo.po703
-rw-r--r--translations/source/sv/scp2/source/python.po8
-rw-r--r--translations/source/sv/scp2/source/quickstart.po4
-rw-r--r--translations/source/sv/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sv/scp2/source/testtool.po4
-rw-r--r--translations/source/sv/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sv/scp2/source/writer.po4
-rw-r--r--translations/source/sv/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sv/scripting/source/pyprov.po10
-rw-r--r--translations/source/sv/sd/source/core.po4
-rw-r--r--translations/source/sv/sd/source/filter/html.po4
-rw-r--r--translations/source/sv/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sv/sd/source/ui/animations.po4
-rw-r--r--translations/source/sv/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sv/sd/source/ui/app.po4
-rw-r--r--translations/source/sv/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sv/sd/source/ui/notes.po4
-rw-r--r--translations/source/sv/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sv/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sv/sd/source/ui/table.po4
-rw-r--r--translations/source/sv/sd/source/ui/view.po4
-rw-r--r--translations/source/sv/sdext/source/minimizer.po6
-rw-r--r--translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sv/sdext/source/pdfimport.po16
-rw-r--r--translations/source/sv/sdext/source/presenter.po6
-rw-r--r--translations/source/sv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sv/setup_native/source/mac.po4
-rw-r--r--translations/source/sv/sfx2/source/appl.po4
-rw-r--r--translations/source/sv/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sv/sfx2/source/dialog.po4
-rw-r--r--translations/source/sv/sfx2/source/doc.po4
-rw-r--r--translations/source/sv/sfx2/source/menu.po4
-rw-r--r--translations/source/sv/sfx2/source/view.po4
-rw-r--r--translations/source/sv/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sv/starmath/source.po36
-rw-r--r--translations/source/sv/svl/source/items.po4
-rw-r--r--translations/source/sv/svl/source/misc.po165
-rw-r--r--translations/source/sv/svtools/source/contnr.po4
-rw-r--r--translations/source/sv/svtools/source/control.po4
-rw-r--r--translations/source/sv/svtools/source/dialogs.po4
-rw-r--r--translations/source/sv/svtools/source/filter.po4
-rw-r--r--translations/source/sv/svtools/source/java.po4
-rw-r--r--translations/source/sv/svtools/source/misc.po8
-rw-r--r--translations/source/sv/svtools/source/plugapp.po4
-rw-r--r--translations/source/sv/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sv/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sv/svx/inc.po15
-rw-r--r--translations/source/sv/svx/source/accessibility.po4
-rw-r--r--translations/source/sv/svx/source/dialog.po43
-rw-r--r--translations/source/sv/svx/source/engine3d.po4
-rw-r--r--translations/source/sv/svx/source/fmcomp.po4
-rw-r--r--translations/source/sv/svx/source/form.po4
-rw-r--r--translations/source/sv/svx/source/gallery2.po4
-rw-r--r--translations/source/sv/svx/source/items.po4
-rw-r--r--translations/source/sv/svx/source/src.po4
-rw-r--r--translations/source/sv/svx/source/stbctrls.po4
-rw-r--r--translations/source/sv/svx/source/svdraw.po4
-rw-r--r--translations/source/sv/svx/source/table.po4
-rw-r--r--translations/source/sv/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sv/svx/source/toolbars.po4
-rw-r--r--translations/source/sv/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sv/sw/source/core/layout.po14
-rw-r--r--translations/source/sv/sw/source/core/undo.po12
-rw-r--r--translations/source/sv/sw/source/core/unocore.po4
-rw-r--r--translations/source/sv/sw/source/ui/app.po49
-rw-r--r--translations/source/sv/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sv/sw/source/ui/config.po60
-rw-r--r--translations/source/sv/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sv/sw/source/ui/dialog.po9
-rw-r--r--translations/source/sv/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sv/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sv/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sv/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sv/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sv/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sv/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sv/sw/source/ui/index.po4
-rw-r--r--translations/source/sv/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sv/sw/source/ui/misc.po4
-rw-r--r--translations/source/sv/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sv/sw/source/ui/shells.po4
-rw-r--r--translations/source/sv/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sv/sw/source/ui/table.po46
-rw-r--r--translations/source/sv/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sv/sw/source/ui/utlui.po198
-rw-r--r--translations/source/sv/sw/source/ui/web.po4
-rw-r--r--translations/source/sv/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sv/swext/mediawiki/help.po93
-rw-r--r--translations/source/sv/swext/mediawiki/src.po6
-rw-r--r--translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sv/sysui/desktop/share.po4
-rw-r--r--translations/source/sv/uui/source.po4
-rw-r--r--translations/source/sv/vcl/source/src.po82
-rw-r--r--translations/source/sv/wizards/source/euro.po4
-rw-r--r--translations/source/sv/wizards/source/formwizard.po4
-rw-r--r--translations/source/sv/wizards/source/importwizard.po4
-rw-r--r--translations/source/sv/wizards/source/schedule.po4
-rw-r--r--translations/source/sv/wizards/source/template.po4
-rw-r--r--translations/source/sv/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sv/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/sw-TZ/accessibility/source/helper.po4
-rw-r--r--translations/source/sw-TZ/avmedia/source/framework.po4
-rw-r--r--translations/source/sw-TZ/avmedia/source/viewer.po4
-rw-r--r--translations/source/sw-TZ/basctl/source/basicide.po12
-rw-r--r--translations/source/sw-TZ/basctl/source/dlged.po4
-rw-r--r--translations/source/sw-TZ/basic/source/app.po4
-rw-r--r--translations/source/sw-TZ/basic/source/classes.po4
-rw-r--r--translations/source/sw-TZ/basic/source/sbx.po4
-rw-r--r--translations/source/sw-TZ/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/sw-TZ/connectivity/source/resource.po4
-rw-r--r--translations/source/sw-TZ/crashrep/source/all.po4
-rw-r--r--translations/source/sw-TZ/cui/source/customize.po4
-rw-r--r--translations/source/sw-TZ/cui/source/dialogs.po12
-rw-r--r--translations/source/sw-TZ/cui/source/options.po34
-rw-r--r--translations/source/sw-TZ/cui/source/tabpages.po8
-rw-r--r--translations/source/sw-TZ/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/app.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/sw-TZ/desktop/win32/source/setup.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/af_ZA.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ar.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/be_BY.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/bg_BG.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/bn_BD.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/br_FR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ca.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/da_DK.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/de.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/el_GR.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/en.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/es_ES.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/et_EE.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/fr_FR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/gl.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/gu_IN.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/he_IL.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/hi_IN.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/hr_HR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/it_IT.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ku_TR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/lt_LT.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/lv_LV.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ne_NP.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/nl_NL.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/no.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/oc_FR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/pl_PL.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/pt_BR.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/pt_PT.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ro.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/sk_SK.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/sl_SI.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/sr.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/sv_SE.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/te_IN.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/th_TH.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/uk_UA.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/vi.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/sw-TZ/editeng/source/accessibility.po4
-rw-r--r--translations/source/sw-TZ/editeng/source/editeng.po4
-rw-r--r--translations/source/sw-TZ/editeng/source/items.po4
-rw-r--r--translations/source/sw-TZ/editeng/source/misc.po4
-rw-r--r--translations/source/sw-TZ/editeng/source/outliner.po4
-rw-r--r--translations/source/sw-TZ/extensions/source/abpilot.po4
-rw-r--r--translations/source/sw-TZ/extensions/source/bibliography.po4
-rw-r--r--translations/source/sw-TZ/extensions/source/dbpilots.po4
-rw-r--r--translations/source/sw-TZ/extensions/source/propctrlr.po4
-rw-r--r--translations/source/sw-TZ/extensions/source/scanner.po8
-rw-r--r--translations/source/sw-TZ/extensions/source/update/check.po4
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/sw-TZ/filter/source/flash.po4
-rw-r--r--translations/source/sw-TZ/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/sw-TZ/filter/source/pdf.po4
-rw-r--r--translations/source/sw-TZ/filter/source/t602.po4
-rw-r--r--translations/source/sw-TZ/filter/source/xsltdialog.po8
-rw-r--r--translations/source/sw-TZ/forms/source/resource.po4
-rw-r--r--translations/source/sw-TZ/formula/source/core/resource.po4
-rw-r--r--translations/source/sw-TZ/formula/source/ui/dlg.po4
-rw-r--r--translations/source/sw-TZ/fpicker/source/office.po4
-rw-r--r--translations/source/sw-TZ/framework/source/classes.po4
-rw-r--r--translations/source/sw-TZ/framework/source/services.po4
-rw-r--r--translations/source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/sw-TZ/mysqlc/source.po12
-rw-r--r--translations/source/sw-TZ/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/sw-TZ/padmin/source.po4
-rw-r--r--translations/source/sw-TZ/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/sw-TZ/reportbuilder/util.po8
-rw-r--r--translations/source/sw-TZ/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/sw-TZ/sc/source/core/src.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/docshell.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sw-TZ/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/sw-TZ/sc/source/ui/src.po263
-rw-r--r--translations/source/sw-TZ/sc/source/ui/styleui.po4
-rw-r--r--translations/source/sw-TZ/scaddins/source/analysis.po4
-rw-r--r--translations/source/sw-TZ/scaddins/source/datefunc.po4
-rw-r--r--translations/source/sw-TZ/sccomp/source/solver.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/accessories.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/activex.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/base.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/binfilter.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/calc.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/draw.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/extensions.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/gnome.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/impress.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/javafilter.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/kde.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/math.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/ooo.po674
-rw-r--r--translations/source/sw-TZ/scp2/source/python.po8
-rw-r--r--translations/source/sw-TZ/scp2/source/quickstart.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/sdkoo.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/testtool.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/writer.po4
-rw-r--r--translations/source/sw-TZ/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/sw-TZ/scripting/source/pyprov.po10
-rw-r--r--translations/source/sw-TZ/sd/source/core.po4
-rw-r--r--translations/source/sw-TZ/sd/source/filter/html.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/animations.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/annotations.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/app.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/dlg.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/notes.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/table.po4
-rw-r--r--translations/source/sw-TZ/sd/source/ui/view.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sw-TZ/sdext/source/pdfimport.po15
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/sw-TZ/setup_native/source/mac.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/appl.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/bastyp.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/dialog.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/doc.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/menu.po4
-rw-r--r--translations/source/sw-TZ/sfx2/source/view.po4
-rw-r--r--translations/source/sw-TZ/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/sw-TZ/starmath/source.po36
-rw-r--r--translations/source/sw-TZ/svl/source/items.po4
-rw-r--r--translations/source/sw-TZ/svl/source/misc.po164
-rw-r--r--translations/source/sw-TZ/svtools/source/contnr.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/control.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/dialogs.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/filter.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/java.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/misc.po8
-rw-r--r--translations/source/sw-TZ/svtools/source/plugapp.po4
-rw-r--r--translations/source/sw-TZ/svtools/source/toolpanel.po4
-rw-r--r--translations/source/sw-TZ/svtools/workben/unodialog.po4
-rw-r--r--translations/source/sw-TZ/svx/inc.po4
-rw-r--r--translations/source/sw-TZ/svx/source/accessibility.po4
-rw-r--r--translations/source/sw-TZ/svx/source/dialog.po42
-rw-r--r--translations/source/sw-TZ/svx/source/engine3d.po4
-rw-r--r--translations/source/sw-TZ/svx/source/fmcomp.po4
-rw-r--r--translations/source/sw-TZ/svx/source/form.po4
-rw-r--r--translations/source/sw-TZ/svx/source/gallery2.po4
-rw-r--r--translations/source/sw-TZ/svx/source/items.po4
-rw-r--r--translations/source/sw-TZ/svx/source/src.po4
-rw-r--r--translations/source/sw-TZ/svx/source/stbctrls.po4
-rw-r--r--translations/source/sw-TZ/svx/source/svdraw.po4
-rw-r--r--translations/source/sw-TZ/svx/source/table.po4
-rw-r--r--translations/source/sw-TZ/svx/source/tbxctrls.po4
-rw-r--r--translations/source/sw-TZ/svx/source/toolbars.po4
-rw-r--r--translations/source/sw-TZ/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/sw-TZ/sw/source/core/layout.po6
-rw-r--r--translations/source/sw-TZ/sw/source/core/undo.po4
-rw-r--r--translations/source/sw-TZ/sw/source/core/unocore.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/app.po28
-rw-r--r--translations/source/sw-TZ/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/sw-TZ/sw/source/ui/config.po56
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dbui.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dialog.po8
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/docvw.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/envelp.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/fldui.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/index.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/lingu.po8
-rw-r--r--translations/source/sw-TZ/sw/source/ui/misc.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/sw-TZ/sw/source/ui/shells.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/table.po44
-rw-r--r--translations/source/sw-TZ/sw/source/ui/uiview.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/utlui.po194
-rw-r--r--translations/source/sw-TZ/sw/source/ui/web.po4
-rw-r--r--translations/source/sw-TZ/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/help.po72
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/src.po6
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/sw-TZ/sysui/desktop/share.po4
-rw-r--r--translations/source/sw-TZ/uui/source.po4
-rw-r--r--translations/source/sw-TZ/vcl/source/src.po82
-rw-r--r--translations/source/sw-TZ/wizards/source/euro.po4
-rw-r--r--translations/source/sw-TZ/wizards/source/formwizard.po4
-rw-r--r--translations/source/sw-TZ/wizards/source/importwizard.po4
-rw-r--r--translations/source/sw-TZ/wizards/source/schedule.po4
-rw-r--r--translations/source/sw-TZ/wizards/source/template.po4
-rw-r--r--translations/source/sw-TZ/xmlsecurity/source/component.po4
-rw-r--r--translations/source/sw-TZ/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ta/accessibility/source/helper.po4
-rw-r--r--translations/source/ta/avmedia/source/framework.po4
-rw-r--r--translations/source/ta/avmedia/source/viewer.po4
-rw-r--r--translations/source/ta/basctl/source/basicide.po12
-rw-r--r--translations/source/ta/basctl/source/dlged.po4
-rw-r--r--translations/source/ta/basic/source/app.po4
-rw-r--r--translations/source/ta/basic/source/classes.po4
-rw-r--r--translations/source/ta/basic/source/sbx.po4
-rw-r--r--translations/source/ta/chart2/source/controller/dialogs.po14
-rw-r--r--translations/source/ta/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/mysql.po10
-rw-r--r--translations/source/ta/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ta/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ta/connectivity/source/resource.po4
-rw-r--r--translations/source/ta/crashrep/source/all.po4
-rw-r--r--translations/source/ta/cui/source/customize.po4
-rw-r--r--translations/source/ta/cui/source/dialogs.po12
-rw-r--r--translations/source/ta/cui/source/options.po44
-rw-r--r--translations/source/ta/cui/source/tabpages.po8
-rw-r--r--translations/source/ta/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ta/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ta/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ta/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ta/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ta/desktop/source/app.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/ta/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ta/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ta/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ta/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ta/dictionaries/ar.po6
-rw-r--r--translations/source/ta/dictionaries/be_BY.po19
-rw-r--r--translations/source/ta/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ta/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ta/dictionaries/br_FR.po6
-rw-r--r--translations/source/ta/dictionaries/ca.po6
-rw-r--r--translations/source/ta/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ta/dictionaries/da_DK.po6
-rw-r--r--translations/source/ta/dictionaries/de.po6
-rw-r--r--translations/source/ta/dictionaries/el_GR.po19
-rw-r--r--translations/source/ta/dictionaries/en.po6
-rw-r--r--translations/source/ta/dictionaries/es_ES.po6
-rw-r--r--translations/source/ta/dictionaries/et_EE.po6
-rw-r--r--translations/source/ta/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ta/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ta/dictionaries/gl.po6
-rw-r--r--translations/source/ta/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ta/dictionaries/he_IL.po6
-rw-r--r--translations/source/ta/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ta/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ta/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ta/dictionaries/it_IT.po6
-rw-r--r--translations/source/ta/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ta/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ta/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ta/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ta/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ta/dictionaries/no.po6
-rw-r--r--translations/source/ta/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ta/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ta/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ta/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ta/dictionaries/ro.po6
-rw-r--r--translations/source/ta/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ta/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ta/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ta/dictionaries/sr.po6
-rw-r--r--translations/source/ta/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ta/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ta/dictionaries/te_IN.po19
-rw-r--r--translations/source/ta/dictionaries/th_TH.po6
-rw-r--r--translations/source/ta/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ta/dictionaries/vi.po6
-rw-r--r--translations/source/ta/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ta/editeng/source/accessibility.po4
-rw-r--r--translations/source/ta/editeng/source/editeng.po4
-rw-r--r--translations/source/ta/editeng/source/items.po4
-rw-r--r--translations/source/ta/editeng/source/misc.po4
-rw-r--r--translations/source/ta/editeng/source/outliner.po4
-rw-r--r--translations/source/ta/extensions/source/abpilot.po4
-rw-r--r--translations/source/ta/extensions/source/bibliography.po4
-rw-r--r--translations/source/ta/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ta/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ta/extensions/source/scanner.po8
-rw-r--r--translations/source/ta/extensions/source/update/check.po4
-rw-r--r--translations/source/ta/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ta/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/ta/filter/source/flash.po4
-rw-r--r--translations/source/ta/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ta/filter/source/pdf.po4
-rw-r--r--translations/source/ta/filter/source/t602.po4
-rw-r--r--translations/source/ta/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ta/forms/source/resource.po4
-rw-r--r--translations/source/ta/formula/source/core/resource.po4
-rw-r--r--translations/source/ta/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ta/fpicker/source/office.po4
-rw-r--r--translations/source/ta/framework/source/classes.po4
-rw-r--r--translations/source/ta/framework/source/services.po4
-rw-r--r--translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ta/mysqlc/source.po12
-rw-r--r--translations/source/ta/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ta/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ta/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ta/padmin/source.po4
-rw-r--r--translations/source/ta/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ta/reportbuilder/util.po8
-rw-r--r--translations/source/ta/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ta/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ta/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ta/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ta/sc/source/core/src.po4
-rw-r--r--translations/source/ta/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ta/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ta/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ta/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ta/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ta/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ta/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ta/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ta/sc/source/ui/src.po266
-rw-r--r--translations/source/ta/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ta/scaddins/source/analysis.po12
-rw-r--r--translations/source/ta/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ta/sccomp/source/solver.po4
-rw-r--r--translations/source/ta/scp2/source/accessories.po4
-rw-r--r--translations/source/ta/scp2/source/activex.po4
-rw-r--r--translations/source/ta/scp2/source/base.po4
-rw-r--r--translations/source/ta/scp2/source/binfilter.po4
-rw-r--r--translations/source/ta/scp2/source/calc.po4
-rw-r--r--translations/source/ta/scp2/source/draw.po4
-rw-r--r--translations/source/ta/scp2/source/extensions.po4
-rw-r--r--translations/source/ta/scp2/source/gnome.po4
-rw-r--r--translations/source/ta/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ta/scp2/source/impress.po4
-rw-r--r--translations/source/ta/scp2/source/javafilter.po4
-rw-r--r--translations/source/ta/scp2/source/kde.po4
-rw-r--r--translations/source/ta/scp2/source/math.po4
-rw-r--r--translations/source/ta/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ta/scp2/source/ooo.po670
-rw-r--r--translations/source/ta/scp2/source/python.po8
-rw-r--r--translations/source/ta/scp2/source/quickstart.po4
-rw-r--r--translations/source/ta/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ta/scp2/source/testtool.po4
-rw-r--r--translations/source/ta/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ta/scp2/source/writer.po4
-rw-r--r--translations/source/ta/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ta/scripting/source/pyprov.po10
-rw-r--r--translations/source/ta/sd/source/core.po4
-rw-r--r--translations/source/ta/sd/source/filter/html.po4
-rw-r--r--translations/source/ta/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ta/sd/source/ui/animations.po4
-rw-r--r--translations/source/ta/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ta/sd/source/ui/app.po4
-rw-r--r--translations/source/ta/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ta/sd/source/ui/notes.po4
-rw-r--r--translations/source/ta/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ta/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ta/sd/source/ui/table.po4
-rw-r--r--translations/source/ta/sd/source/ui/view.po4
-rw-r--r--translations/source/ta/sdext/source/minimizer.po6
-rw-r--r--translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ta/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ta/sdext/source/presenter.po6
-rw-r--r--translations/source/ta/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ta/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ta/setup_native/source/mac.po4
-rw-r--r--translations/source/ta/sfx2/source/appl.po4
-rw-r--r--translations/source/ta/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ta/sfx2/source/dialog.po4
-rw-r--r--translations/source/ta/sfx2/source/doc.po4
-rw-r--r--translations/source/ta/sfx2/source/menu.po4
-rw-r--r--translations/source/ta/sfx2/source/view.po4
-rw-r--r--translations/source/ta/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ta/starmath/source.po36
-rw-r--r--translations/source/ta/svl/source/items.po4
-rw-r--r--translations/source/ta/svl/source/misc.po165
-rw-r--r--translations/source/ta/svtools/source/contnr.po4
-rw-r--r--translations/source/ta/svtools/source/control.po4
-rw-r--r--translations/source/ta/svtools/source/dialogs.po4
-rw-r--r--translations/source/ta/svtools/source/filter.po4
-rw-r--r--translations/source/ta/svtools/source/java.po4
-rw-r--r--translations/source/ta/svtools/source/misc.po8
-rw-r--r--translations/source/ta/svtools/source/plugapp.po4
-rw-r--r--translations/source/ta/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ta/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ta/svx/inc.po4
-rw-r--r--translations/source/ta/svx/source/accessibility.po4
-rw-r--r--translations/source/ta/svx/source/dialog.po46
-rw-r--r--translations/source/ta/svx/source/engine3d.po4
-rw-r--r--translations/source/ta/svx/source/fmcomp.po4
-rw-r--r--translations/source/ta/svx/source/form.po4
-rw-r--r--translations/source/ta/svx/source/gallery2.po4
-rw-r--r--translations/source/ta/svx/source/items.po4
-rw-r--r--translations/source/ta/svx/source/src.po4
-rw-r--r--translations/source/ta/svx/source/stbctrls.po4
-rw-r--r--translations/source/ta/svx/source/svdraw.po4
-rw-r--r--translations/source/ta/svx/source/table.po4
-rw-r--r--translations/source/ta/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ta/svx/source/toolbars.po4
-rw-r--r--translations/source/ta/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ta/sw/source/core/layout.po15
-rw-r--r--translations/source/ta/sw/source/core/undo.po15
-rw-r--r--translations/source/ta/sw/source/core/unocore.po4
-rw-r--r--translations/source/ta/sw/source/ui/app.po43
-rw-r--r--translations/source/ta/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ta/sw/source/ui/config.po65
-rw-r--r--translations/source/ta/sw/source/ui/dbui.po8
-rw-r--r--translations/source/ta/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ta/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ta/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ta/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ta/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ta/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ta/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ta/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ta/sw/source/ui/index.po4
-rw-r--r--translations/source/ta/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ta/sw/source/ui/misc.po4
-rw-r--r--translations/source/ta/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ta/sw/source/ui/shells.po4
-rw-r--r--translations/source/ta/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ta/sw/source/ui/table.po44
-rw-r--r--translations/source/ta/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ta/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ta/sw/source/ui/web.po4
-rw-r--r--translations/source/ta/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ta/swext/mediawiki/help.po87
-rw-r--r--translations/source/ta/swext/mediawiki/src.po6
-rw-r--r--translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ta/sysui/desktop/share.po4
-rw-r--r--translations/source/ta/uui/source.po4
-rw-r--r--translations/source/ta/vcl/source/src.po82
-rw-r--r--translations/source/ta/wizards/source/euro.po4
-rw-r--r--translations/source/ta/wizards/source/formwizard.po4
-rw-r--r--translations/source/ta/wizards/source/importwizard.po4
-rw-r--r--translations/source/ta/wizards/source/schedule.po4
-rw-r--r--translations/source/ta/wizards/source/template.po4
-rw-r--r--translations/source/ta/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ta/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/te/accessibility/source/helper.po4
-rw-r--r--translations/source/te/avmedia/source/framework.po4
-rw-r--r--translations/source/te/avmedia/source/viewer.po4
-rw-r--r--translations/source/te/basctl/source/basicide.po12
-rw-r--r--translations/source/te/basctl/source/dlged.po4
-rw-r--r--translations/source/te/basic/source/app.po4
-rw-r--r--translations/source/te/basic/source/classes.po4
-rw-r--r--translations/source/te/basic/source/sbx.po4
-rw-r--r--translations/source/te/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/te/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/te/connectivity/source/resource.po4
-rw-r--r--translations/source/te/crashrep/source/all.po4
-rw-r--r--translations/source/te/cui/source/customize.po4
-rw-r--r--translations/source/te/cui/source/dialogs.po12
-rw-r--r--translations/source/te/cui/source/options.po44
-rw-r--r--translations/source/te/cui/source/tabpages.po8
-rw-r--r--translations/source/te/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/te/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/te/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/te/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/te/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/te/desktop/source/app.po4
-rw-r--r--translations/source/te/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/te/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/te/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/te/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/te/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/te/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/te/desktop/win32/source/setup.po4
-rw-r--r--translations/source/te/dictionaries/af_ZA.po6
-rw-r--r--translations/source/te/dictionaries/ar.po6
-rw-r--r--translations/source/te/dictionaries/be_BY.po19
-rw-r--r--translations/source/te/dictionaries/bg_BG.po6
-rw-r--r--translations/source/te/dictionaries/bn_BD.po6
-rw-r--r--translations/source/te/dictionaries/br_FR.po6
-rw-r--r--translations/source/te/dictionaries/ca.po6
-rw-r--r--translations/source/te/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/te/dictionaries/da_DK.po6
-rw-r--r--translations/source/te/dictionaries/de.po6
-rw-r--r--translations/source/te/dictionaries/el_GR.po19
-rw-r--r--translations/source/te/dictionaries/en.po6
-rw-r--r--translations/source/te/dictionaries/es_ES.po6
-rw-r--r--translations/source/te/dictionaries/et_EE.po6
-rw-r--r--translations/source/te/dictionaries/fr_FR.po6
-rw-r--r--translations/source/te/dictionaries/gd_GB.po19
-rw-r--r--translations/source/te/dictionaries/gl.po6
-rw-r--r--translations/source/te/dictionaries/gu_IN.po6
-rw-r--r--translations/source/te/dictionaries/he_IL.po6
-rw-r--r--translations/source/te/dictionaries/hi_IN.po6
-rw-r--r--translations/source/te/dictionaries/hr_HR.po6
-rw-r--r--translations/source/te/dictionaries/hu_HU.po6
-rw-r--r--translations/source/te/dictionaries/it_IT.po6
-rw-r--r--translations/source/te/dictionaries/ku_TR.po6
-rw-r--r--translations/source/te/dictionaries/lt_LT.po6
-rw-r--r--translations/source/te/dictionaries/lv_LV.po6
-rw-r--r--translations/source/te/dictionaries/ne_NP.po6
-rw-r--r--translations/source/te/dictionaries/nl_NL.po6
-rw-r--r--translations/source/te/dictionaries/no.po6
-rw-r--r--translations/source/te/dictionaries/oc_FR.po6
-rw-r--r--translations/source/te/dictionaries/pl_PL.po6
-rw-r--r--translations/source/te/dictionaries/pt_BR.po6
-rw-r--r--translations/source/te/dictionaries/pt_PT.po6
-rw-r--r--translations/source/te/dictionaries/ro.po6
-rw-r--r--translations/source/te/dictionaries/ru_RU.po6
-rw-r--r--translations/source/te/dictionaries/sk_SK.po6
-rw-r--r--translations/source/te/dictionaries/sl_SI.po6
-rw-r--r--translations/source/te/dictionaries/sr.po6
-rw-r--r--translations/source/te/dictionaries/sv_SE.po6
-rw-r--r--translations/source/te/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/te/dictionaries/te_IN.po19
-rw-r--r--translations/source/te/dictionaries/th_TH.po6
-rw-r--r--translations/source/te/dictionaries/uk_UA.po6
-rw-r--r--translations/source/te/dictionaries/vi.po6
-rw-r--r--translations/source/te/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/te/editeng/source/accessibility.po4
-rw-r--r--translations/source/te/editeng/source/editeng.po4
-rw-r--r--translations/source/te/editeng/source/items.po4
-rw-r--r--translations/source/te/editeng/source/misc.po4
-rw-r--r--translations/source/te/editeng/source/outliner.po4
-rw-r--r--translations/source/te/extensions/source/abpilot.po4
-rw-r--r--translations/source/te/extensions/source/bibliography.po4
-rw-r--r--translations/source/te/extensions/source/dbpilots.po4
-rw-r--r--translations/source/te/extensions/source/propctrlr.po4
-rw-r--r--translations/source/te/extensions/source/scanner.po8
-rw-r--r--translations/source/te/extensions/source/update/check.po4
-rw-r--r--translations/source/te/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/te/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/te/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/te/filter/source/flash.po4
-rw-r--r--translations/source/te/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/te/filter/source/pdf.po4
-rw-r--r--translations/source/te/filter/source/t602.po4
-rw-r--r--translations/source/te/filter/source/xsltdialog.po8
-rw-r--r--translations/source/te/forms/source/resource.po4
-rw-r--r--translations/source/te/formula/source/core/resource.po4
-rw-r--r--translations/source/te/formula/source/ui/dlg.po4
-rw-r--r--translations/source/te/fpicker/source/office.po4
-rw-r--r--translations/source/te/framework/source/classes.po4
-rw-r--r--translations/source/te/framework/source/services.po4
-rw-r--r--translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/te/mysqlc/source.po12
-rw-r--r--translations/source/te/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/te/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/te/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/te/padmin/source.po4
-rw-r--r--translations/source/te/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/te/reportbuilder/util.po8
-rw-r--r--translations/source/te/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/te/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/te/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/te/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/te/sc/source/core/src.po4
-rw-r--r--translations/source/te/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/te/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/te/sc/source/ui/docshell.po4
-rw-r--r--translations/source/te/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/te/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/te/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/te/sc/source/ui/navipi.po11
-rw-r--r--translations/source/te/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/te/sc/source/ui/src.po268
-rw-r--r--translations/source/te/sc/source/ui/styleui.po4
-rw-r--r--translations/source/te/scaddins/source/analysis.po4
-rw-r--r--translations/source/te/scaddins/source/datefunc.po4
-rw-r--r--translations/source/te/sccomp/source/solver.po4
-rw-r--r--translations/source/te/scp2/source/accessories.po4
-rw-r--r--translations/source/te/scp2/source/activex.po4
-rw-r--r--translations/source/te/scp2/source/base.po4
-rw-r--r--translations/source/te/scp2/source/binfilter.po4
-rw-r--r--translations/source/te/scp2/source/calc.po4
-rw-r--r--translations/source/te/scp2/source/draw.po4
-rw-r--r--translations/source/te/scp2/source/extensions.po4
-rw-r--r--translations/source/te/scp2/source/gnome.po4
-rw-r--r--translations/source/te/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/te/scp2/source/impress.po4
-rw-r--r--translations/source/te/scp2/source/javafilter.po4
-rw-r--r--translations/source/te/scp2/source/kde.po4
-rw-r--r--translations/source/te/scp2/source/math.po4
-rw-r--r--translations/source/te/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/te/scp2/source/ooo.po669
-rw-r--r--translations/source/te/scp2/source/python.po8
-rw-r--r--translations/source/te/scp2/source/quickstart.po4
-rw-r--r--translations/source/te/scp2/source/sdkoo.po4
-rw-r--r--translations/source/te/scp2/source/testtool.po4
-rw-r--r--translations/source/te/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/te/scp2/source/writer.po4
-rw-r--r--translations/source/te/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/te/scripting/source/pyprov.po10
-rw-r--r--translations/source/te/sd/source/core.po4
-rw-r--r--translations/source/te/sd/source/filter/html.po4
-rw-r--r--translations/source/te/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/te/sd/source/ui/animations.po4
-rw-r--r--translations/source/te/sd/source/ui/annotations.po4
-rw-r--r--translations/source/te/sd/source/ui/app.po4
-rw-r--r--translations/source/te/sd/source/ui/dlg.po4
-rw-r--r--translations/source/te/sd/source/ui/notes.po4
-rw-r--r--translations/source/te/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/te/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/te/sd/source/ui/table.po4
-rw-r--r--translations/source/te/sd/source/ui/view.po4
-rw-r--r--translations/source/te/sdext/source/minimizer.po6
-rw-r--r--translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/te/sdext/source/pdfimport.po16
-rw-r--r--translations/source/te/sdext/source/presenter.po6
-rw-r--r--translations/source/te/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/te/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/te/setup_native/source/mac.po4
-rw-r--r--translations/source/te/sfx2/source/appl.po4
-rw-r--r--translations/source/te/sfx2/source/bastyp.po4
-rw-r--r--translations/source/te/sfx2/source/dialog.po4
-rw-r--r--translations/source/te/sfx2/source/doc.po4
-rw-r--r--translations/source/te/sfx2/source/menu.po4
-rw-r--r--translations/source/te/sfx2/source/view.po4
-rw-r--r--translations/source/te/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/te/starmath/source.po36
-rw-r--r--translations/source/te/svl/source/items.po4
-rw-r--r--translations/source/te/svl/source/misc.po165
-rw-r--r--translations/source/te/svtools/source/contnr.po4
-rw-r--r--translations/source/te/svtools/source/control.po4
-rw-r--r--translations/source/te/svtools/source/dialogs.po4
-rw-r--r--translations/source/te/svtools/source/filter.po4
-rw-r--r--translations/source/te/svtools/source/java.po4
-rw-r--r--translations/source/te/svtools/source/misc.po8
-rw-r--r--translations/source/te/svtools/source/plugapp.po4
-rw-r--r--translations/source/te/svtools/source/toolpanel.po4
-rw-r--r--translations/source/te/svtools/workben/unodialog.po4
-rw-r--r--translations/source/te/svx/inc.po4
-rw-r--r--translations/source/te/svx/source/accessibility.po4
-rw-r--r--translations/source/te/svx/source/dialog.po46
-rw-r--r--translations/source/te/svx/source/engine3d.po4
-rw-r--r--translations/source/te/svx/source/fmcomp.po4
-rw-r--r--translations/source/te/svx/source/form.po4
-rw-r--r--translations/source/te/svx/source/gallery2.po4
-rw-r--r--translations/source/te/svx/source/items.po4
-rw-r--r--translations/source/te/svx/source/src.po4
-rw-r--r--translations/source/te/svx/source/stbctrls.po4
-rw-r--r--translations/source/te/svx/source/svdraw.po4
-rw-r--r--translations/source/te/svx/source/table.po4
-rw-r--r--translations/source/te/svx/source/tbxctrls.po4
-rw-r--r--translations/source/te/svx/source/toolbars.po4
-rw-r--r--translations/source/te/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/te/sw/source/core/layout.po6
-rw-r--r--translations/source/te/sw/source/core/undo.po4
-rw-r--r--translations/source/te/sw/source/core/unocore.po4
-rw-r--r--translations/source/te/sw/source/ui/app.po28
-rw-r--r--translations/source/te/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/te/sw/source/ui/config.po56
-rw-r--r--translations/source/te/sw/source/ui/dbui.po4
-rw-r--r--translations/source/te/sw/source/ui/dialog.po8
-rw-r--r--translations/source/te/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/te/sw/source/ui/docvw.po4
-rw-r--r--translations/source/te/sw/source/ui/envelp.po4
-rw-r--r--translations/source/te/sw/source/ui/fldui.po4
-rw-r--r--translations/source/te/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/te/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/te/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/te/sw/source/ui/index.po4
-rw-r--r--translations/source/te/sw/source/ui/lingu.po8
-rw-r--r--translations/source/te/sw/source/ui/misc.po4
-rw-r--r--translations/source/te/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/te/sw/source/ui/shells.po4
-rw-r--r--translations/source/te/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/te/sw/source/ui/table.po46
-rw-r--r--translations/source/te/sw/source/ui/uiview.po4
-rw-r--r--translations/source/te/sw/source/ui/utlui.po194
-rw-r--r--translations/source/te/sw/source/ui/web.po4
-rw-r--r--translations/source/te/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/te/swext/mediawiki/help.po93
-rw-r--r--translations/source/te/swext/mediawiki/src.po6
-rw-r--r--translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/te/sysui/desktop/share.po4
-rw-r--r--translations/source/te/uui/source.po4
-rw-r--r--translations/source/te/vcl/source/src.po84
-rw-r--r--translations/source/te/wizards/source/euro.po4
-rw-r--r--translations/source/te/wizards/source/formwizard.po4
-rw-r--r--translations/source/te/wizards/source/importwizard.po4
-rw-r--r--translations/source/te/wizards/source/schedule.po4
-rw-r--r--translations/source/te/wizards/source/template.po4
-rw-r--r--translations/source/te/xmlsecurity/source/component.po4
-rw-r--r--translations/source/te/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/tg/accessibility/source/helper.po4
-rw-r--r--translations/source/tg/avmedia/source/framework.po4
-rw-r--r--translations/source/tg/avmedia/source/viewer.po4
-rw-r--r--translations/source/tg/basctl/source/basicide.po12
-rw-r--r--translations/source/tg/basctl/source/dlged.po4
-rw-r--r--translations/source/tg/basic/source/app.po4
-rw-r--r--translations/source/tg/basic/source/classes.po4
-rw-r--r--translations/source/tg/basic/source/sbx.po4
-rw-r--r--translations/source/tg/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/tg/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/tg/connectivity/source/resource.po4
-rw-r--r--translations/source/tg/crashrep/source/all.po4
-rw-r--r--translations/source/tg/cui/source/customize.po4
-rw-r--r--translations/source/tg/cui/source/dialogs.po12
-rw-r--r--translations/source/tg/cui/source/options.po39
-rw-r--r--translations/source/tg/cui/source/tabpages.po8
-rw-r--r--translations/source/tg/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/tg/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/tg/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/tg/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/tg/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/tg/desktop/source/app.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/tg/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/tg/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/tg/desktop/win32/source/setup.po4
-rw-r--r--translations/source/tg/dictionaries/af_ZA.po6
-rw-r--r--translations/source/tg/dictionaries/ar.po6
-rw-r--r--translations/source/tg/dictionaries/be_BY.po19
-rw-r--r--translations/source/tg/dictionaries/bg_BG.po6
-rw-r--r--translations/source/tg/dictionaries/bn_BD.po6
-rw-r--r--translations/source/tg/dictionaries/br_FR.po6
-rw-r--r--translations/source/tg/dictionaries/ca.po6
-rw-r--r--translations/source/tg/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/tg/dictionaries/da_DK.po6
-rw-r--r--translations/source/tg/dictionaries/de.po6
-rw-r--r--translations/source/tg/dictionaries/el_GR.po19
-rw-r--r--translations/source/tg/dictionaries/en.po6
-rw-r--r--translations/source/tg/dictionaries/es_ES.po6
-rw-r--r--translations/source/tg/dictionaries/et_EE.po6
-rw-r--r--translations/source/tg/dictionaries/fr_FR.po6
-rw-r--r--translations/source/tg/dictionaries/gd_GB.po19
-rw-r--r--translations/source/tg/dictionaries/gl.po6
-rw-r--r--translations/source/tg/dictionaries/gu_IN.po6
-rw-r--r--translations/source/tg/dictionaries/he_IL.po6
-rw-r--r--translations/source/tg/dictionaries/hi_IN.po6
-rw-r--r--translations/source/tg/dictionaries/hr_HR.po6
-rw-r--r--translations/source/tg/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tg/dictionaries/it_IT.po6
-rw-r--r--translations/source/tg/dictionaries/ku_TR.po6
-rw-r--r--translations/source/tg/dictionaries/lt_LT.po6
-rw-r--r--translations/source/tg/dictionaries/lv_LV.po6
-rw-r--r--translations/source/tg/dictionaries/ne_NP.po6
-rw-r--r--translations/source/tg/dictionaries/nl_NL.po6
-rw-r--r--translations/source/tg/dictionaries/no.po6
-rw-r--r--translations/source/tg/dictionaries/oc_FR.po6
-rw-r--r--translations/source/tg/dictionaries/pl_PL.po6
-rw-r--r--translations/source/tg/dictionaries/pt_BR.po6
-rw-r--r--translations/source/tg/dictionaries/pt_PT.po6
-rw-r--r--translations/source/tg/dictionaries/ro.po6
-rw-r--r--translations/source/tg/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tg/dictionaries/sk_SK.po6
-rw-r--r--translations/source/tg/dictionaries/sl_SI.po6
-rw-r--r--translations/source/tg/dictionaries/sr.po6
-rw-r--r--translations/source/tg/dictionaries/sv_SE.po6
-rw-r--r--translations/source/tg/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/tg/dictionaries/te_IN.po19
-rw-r--r--translations/source/tg/dictionaries/th_TH.po6
-rw-r--r--translations/source/tg/dictionaries/uk_UA.po6
-rw-r--r--translations/source/tg/dictionaries/vi.po6
-rw-r--r--translations/source/tg/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/tg/editeng/source/accessibility.po4
-rw-r--r--translations/source/tg/editeng/source/editeng.po4
-rw-r--r--translations/source/tg/editeng/source/items.po4
-rw-r--r--translations/source/tg/editeng/source/misc.po4
-rw-r--r--translations/source/tg/editeng/source/outliner.po4
-rw-r--r--translations/source/tg/extensions/source/abpilot.po4
-rw-r--r--translations/source/tg/extensions/source/bibliography.po4
-rw-r--r--translations/source/tg/extensions/source/dbpilots.po4
-rw-r--r--translations/source/tg/extensions/source/propctrlr.po4
-rw-r--r--translations/source/tg/extensions/source/scanner.po8
-rw-r--r--translations/source/tg/extensions/source/update/check.po4
-rw-r--r--translations/source/tg/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/tg/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/tg/filter/source/flash.po4
-rw-r--r--translations/source/tg/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/tg/filter/source/pdf.po4
-rw-r--r--translations/source/tg/filter/source/t602.po4
-rw-r--r--translations/source/tg/filter/source/xsltdialog.po8
-rw-r--r--translations/source/tg/forms/source/resource.po4
-rw-r--r--translations/source/tg/formula/source/core/resource.po4
-rw-r--r--translations/source/tg/formula/source/ui/dlg.po4
-rw-r--r--translations/source/tg/fpicker/source/office.po4
-rw-r--r--translations/source/tg/framework/source/classes.po4
-rw-r--r--translations/source/tg/framework/source/services.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/01.po262
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/05.po62
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/01.po84
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/guide.po54
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/guide.po27
-rw-r--r--translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/tg/mysqlc/source.po12
-rw-r--r--translations/source/tg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/tg/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tg/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/tg/padmin/source.po4
-rw-r--r--translations/source/tg/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/tg/reportbuilder/util.po8
-rw-r--r--translations/source/tg/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/tg/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/tg/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/tg/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/tg/sc/source/core/src.po4
-rw-r--r--translations/source/tg/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/tg/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/tg/sc/source/ui/docshell.po4
-rw-r--r--translations/source/tg/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/tg/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/tg/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tg/sc/source/ui/navipi.po9
-rw-r--r--translations/source/tg/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/tg/sc/source/ui/src.po263
-rw-r--r--translations/source/tg/sc/source/ui/styleui.po4
-rw-r--r--translations/source/tg/scaddins/source/analysis.po4
-rw-r--r--translations/source/tg/scaddins/source/datefunc.po4
-rw-r--r--translations/source/tg/sccomp/source/solver.po4
-rw-r--r--translations/source/tg/scp2/source/accessories.po4
-rw-r--r--translations/source/tg/scp2/source/activex.po4
-rw-r--r--translations/source/tg/scp2/source/base.po4
-rw-r--r--translations/source/tg/scp2/source/binfilter.po4
-rw-r--r--translations/source/tg/scp2/source/calc.po4
-rw-r--r--translations/source/tg/scp2/source/draw.po4
-rw-r--r--translations/source/tg/scp2/source/extensions.po4
-rw-r--r--translations/source/tg/scp2/source/gnome.po4
-rw-r--r--translations/source/tg/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/tg/scp2/source/impress.po4
-rw-r--r--translations/source/tg/scp2/source/javafilter.po4
-rw-r--r--translations/source/tg/scp2/source/kde.po4
-rw-r--r--translations/source/tg/scp2/source/math.po4
-rw-r--r--translations/source/tg/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/tg/scp2/source/ooo.po687
-rw-r--r--translations/source/tg/scp2/source/python.po8
-rw-r--r--translations/source/tg/scp2/source/quickstart.po4
-rw-r--r--translations/source/tg/scp2/source/sdkoo.po4
-rw-r--r--translations/source/tg/scp2/source/testtool.po4
-rw-r--r--translations/source/tg/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/tg/scp2/source/writer.po4
-rw-r--r--translations/source/tg/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/tg/scripting/source/pyprov.po10
-rw-r--r--translations/source/tg/sd/source/core.po4
-rw-r--r--translations/source/tg/sd/source/filter/html.po4
-rw-r--r--translations/source/tg/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/tg/sd/source/ui/animations.po4
-rw-r--r--translations/source/tg/sd/source/ui/annotations.po4
-rw-r--r--translations/source/tg/sd/source/ui/app.po4
-rw-r--r--translations/source/tg/sd/source/ui/dlg.po4
-rw-r--r--translations/source/tg/sd/source/ui/notes.po4
-rw-r--r--translations/source/tg/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/tg/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/tg/sd/source/ui/table.po4
-rw-r--r--translations/source/tg/sd/source/ui/view.po4
-rw-r--r--translations/source/tg/sdext/source/minimizer.po6
-rw-r--r--translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tg/sdext/source/pdfimport.po16
-rw-r--r--translations/source/tg/sdext/source/presenter.po6
-rw-r--r--translations/source/tg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/tg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/tg/setup_native/source/mac.po4
-rw-r--r--translations/source/tg/sfx2/source/appl.po4
-rw-r--r--translations/source/tg/sfx2/source/bastyp.po4
-rw-r--r--translations/source/tg/sfx2/source/dialog.po4
-rw-r--r--translations/source/tg/sfx2/source/doc.po4
-rw-r--r--translations/source/tg/sfx2/source/menu.po4
-rw-r--r--translations/source/tg/sfx2/source/view.po4
-rw-r--r--translations/source/tg/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/tg/starmath/source.po36
-rw-r--r--translations/source/tg/svl/source/items.po4
-rw-r--r--translations/source/tg/svl/source/misc.po179
-rw-r--r--translations/source/tg/svtools/source/contnr.po4
-rw-r--r--translations/source/tg/svtools/source/control.po4
-rw-r--r--translations/source/tg/svtools/source/dialogs.po4
-rw-r--r--translations/source/tg/svtools/source/filter.po4
-rw-r--r--translations/source/tg/svtools/source/java.po4
-rw-r--r--translations/source/tg/svtools/source/misc.po8
-rw-r--r--translations/source/tg/svtools/source/plugapp.po4
-rw-r--r--translations/source/tg/svtools/source/toolpanel.po4
-rw-r--r--translations/source/tg/svtools/workben/unodialog.po4
-rw-r--r--translations/source/tg/svx/inc.po4
-rw-r--r--translations/source/tg/svx/source/accessibility.po4
-rw-r--r--translations/source/tg/svx/source/dialog.po44
-rw-r--r--translations/source/tg/svx/source/engine3d.po4
-rw-r--r--translations/source/tg/svx/source/fmcomp.po4
-rw-r--r--translations/source/tg/svx/source/form.po4
-rw-r--r--translations/source/tg/svx/source/gallery2.po4
-rw-r--r--translations/source/tg/svx/source/items.po4
-rw-r--r--translations/source/tg/svx/source/src.po4
-rw-r--r--translations/source/tg/svx/source/stbctrls.po4
-rw-r--r--translations/source/tg/svx/source/svdraw.po4
-rw-r--r--translations/source/tg/svx/source/table.po4
-rw-r--r--translations/source/tg/svx/source/tbxctrls.po4
-rw-r--r--translations/source/tg/svx/source/toolbars.po4
-rw-r--r--translations/source/tg/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/tg/sw/source/core/layout.po6
-rw-r--r--translations/source/tg/sw/source/core/undo.po4
-rw-r--r--translations/source/tg/sw/source/core/unocore.po4
-rw-r--r--translations/source/tg/sw/source/ui/app.po28
-rw-r--r--translations/source/tg/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/tg/sw/source/ui/config.po56
-rw-r--r--translations/source/tg/sw/source/ui/dbui.po4
-rw-r--r--translations/source/tg/sw/source/ui/dialog.po8
-rw-r--r--translations/source/tg/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/tg/sw/source/ui/docvw.po4
-rw-r--r--translations/source/tg/sw/source/ui/envelp.po4
-rw-r--r--translations/source/tg/sw/source/ui/fldui.po4
-rw-r--r--translations/source/tg/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/tg/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/tg/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/tg/sw/source/ui/index.po4
-rw-r--r--translations/source/tg/sw/source/ui/lingu.po8
-rw-r--r--translations/source/tg/sw/source/ui/misc.po4
-rw-r--r--translations/source/tg/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/tg/sw/source/ui/shells.po4
-rw-r--r--translations/source/tg/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/tg/sw/source/ui/table.po44
-rw-r--r--translations/source/tg/sw/source/ui/uiview.po4
-rw-r--r--translations/source/tg/sw/source/ui/utlui.po194
-rw-r--r--translations/source/tg/sw/source/ui/web.po4
-rw-r--r--translations/source/tg/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/tg/swext/mediawiki/help.po72
-rw-r--r--translations/source/tg/swext/mediawiki/src.po6
-rw-r--r--translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/tg/sysui/desktop/share.po4
-rw-r--r--translations/source/tg/uui/source.po4
-rw-r--r--translations/source/tg/vcl/source/src.po82
-rw-r--r--translations/source/tg/wizards/source/euro.po4
-rw-r--r--translations/source/tg/wizards/source/formwizard.po4
-rw-r--r--translations/source/tg/wizards/source/importwizard.po4
-rw-r--r--translations/source/tg/wizards/source/schedule.po4
-rw-r--r--translations/source/tg/wizards/source/template.po4
-rw-r--r--translations/source/tg/xmlsecurity/source/component.po4
-rw-r--r--translations/source/tg/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/th/accessibility/source/helper.po4
-rw-r--r--translations/source/th/avmedia/source/framework.po4
-rw-r--r--translations/source/th/avmedia/source/viewer.po4
-rw-r--r--translations/source/th/basctl/source/basicide.po12
-rw-r--r--translations/source/th/basctl/source/dlged.po4
-rw-r--r--translations/source/th/basic/source/app.po4
-rw-r--r--translations/source/th/basic/source/classes.po4
-rw-r--r--translations/source/th/basic/source/sbx.po4
-rw-r--r--translations/source/th/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/th/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/th/connectivity/source/resource.po4
-rw-r--r--translations/source/th/crashrep/source/all.po4
-rw-r--r--translations/source/th/cui/source/customize.po4
-rw-r--r--translations/source/th/cui/source/dialogs.po12
-rw-r--r--translations/source/th/cui/source/options.po44
-rw-r--r--translations/source/th/cui/source/tabpages.po8
-rw-r--r--translations/source/th/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/th/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/th/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/th/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/th/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/th/desktop/source/app.po4
-rw-r--r--translations/source/th/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/th/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/th/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/th/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/th/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/th/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/th/desktop/win32/source/setup.po4
-rw-r--r--translations/source/th/dictionaries/af_ZA.po6
-rw-r--r--translations/source/th/dictionaries/ar.po6
-rw-r--r--translations/source/th/dictionaries/be_BY.po19
-rw-r--r--translations/source/th/dictionaries/bg_BG.po6
-rw-r--r--translations/source/th/dictionaries/bn_BD.po6
-rw-r--r--translations/source/th/dictionaries/br_FR.po6
-rw-r--r--translations/source/th/dictionaries/ca.po6
-rw-r--r--translations/source/th/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/th/dictionaries/da_DK.po6
-rw-r--r--translations/source/th/dictionaries/de.po6
-rw-r--r--translations/source/th/dictionaries/el_GR.po19
-rw-r--r--translations/source/th/dictionaries/en.po6
-rw-r--r--translations/source/th/dictionaries/es_ES.po6
-rw-r--r--translations/source/th/dictionaries/et_EE.po6
-rw-r--r--translations/source/th/dictionaries/fr_FR.po6
-rw-r--r--translations/source/th/dictionaries/gd_GB.po19
-rw-r--r--translations/source/th/dictionaries/gl.po6
-rw-r--r--translations/source/th/dictionaries/gu_IN.po6
-rw-r--r--translations/source/th/dictionaries/he_IL.po6
-rw-r--r--translations/source/th/dictionaries/hi_IN.po6
-rw-r--r--translations/source/th/dictionaries/hr_HR.po6
-rw-r--r--translations/source/th/dictionaries/hu_HU.po6
-rw-r--r--translations/source/th/dictionaries/it_IT.po6
-rw-r--r--translations/source/th/dictionaries/ku_TR.po6
-rw-r--r--translations/source/th/dictionaries/lt_LT.po6
-rw-r--r--translations/source/th/dictionaries/lv_LV.po6
-rw-r--r--translations/source/th/dictionaries/ne_NP.po6
-rw-r--r--translations/source/th/dictionaries/nl_NL.po6
-rw-r--r--translations/source/th/dictionaries/no.po6
-rw-r--r--translations/source/th/dictionaries/oc_FR.po6
-rw-r--r--translations/source/th/dictionaries/pl_PL.po6
-rw-r--r--translations/source/th/dictionaries/pt_BR.po6
-rw-r--r--translations/source/th/dictionaries/pt_PT.po6
-rw-r--r--translations/source/th/dictionaries/ro.po6
-rw-r--r--translations/source/th/dictionaries/ru_RU.po6
-rw-r--r--translations/source/th/dictionaries/sk_SK.po6
-rw-r--r--translations/source/th/dictionaries/sl_SI.po6
-rw-r--r--translations/source/th/dictionaries/sr.po6
-rw-r--r--translations/source/th/dictionaries/sv_SE.po6
-rw-r--r--translations/source/th/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/th/dictionaries/te_IN.po19
-rw-r--r--translations/source/th/dictionaries/th_TH.po6
-rw-r--r--translations/source/th/dictionaries/uk_UA.po6
-rw-r--r--translations/source/th/dictionaries/vi.po6
-rw-r--r--translations/source/th/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/th/editeng/source/accessibility.po4
-rw-r--r--translations/source/th/editeng/source/editeng.po4
-rw-r--r--translations/source/th/editeng/source/items.po4
-rw-r--r--translations/source/th/editeng/source/misc.po4
-rw-r--r--translations/source/th/editeng/source/outliner.po4
-rw-r--r--translations/source/th/extensions/source/abpilot.po4
-rw-r--r--translations/source/th/extensions/source/bibliography.po4
-rw-r--r--translations/source/th/extensions/source/dbpilots.po4
-rw-r--r--translations/source/th/extensions/source/propctrlr.po4
-rw-r--r--translations/source/th/extensions/source/scanner.po8
-rw-r--r--translations/source/th/extensions/source/update/check.po4
-rw-r--r--translations/source/th/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/th/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/th/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/th/filter/source/flash.po4
-rw-r--r--translations/source/th/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/th/filter/source/pdf.po4
-rw-r--r--translations/source/th/filter/source/t602.po4
-rw-r--r--translations/source/th/filter/source/xsltdialog.po8
-rw-r--r--translations/source/th/forms/source/resource.po4
-rw-r--r--translations/source/th/formula/source/core/resource.po4
-rw-r--r--translations/source/th/formula/source/ui/dlg.po4
-rw-r--r--translations/source/th/fpicker/source/office.po4
-rw-r--r--translations/source/th/framework/source/classes.po4
-rw-r--r--translations/source/th/framework/source/services.po4
-rw-r--r--translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/th/mysqlc/source.po12
-rw-r--r--translations/source/th/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/th/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/th/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/th/padmin/source.po4
-rw-r--r--translations/source/th/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/th/reportbuilder/util.po8
-rw-r--r--translations/source/th/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/th/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/th/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/th/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/th/sc/source/core/src.po4
-rw-r--r--translations/source/th/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/th/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/th/sc/source/ui/docshell.po4
-rw-r--r--translations/source/th/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/th/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/th/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/th/sc/source/ui/navipi.po9
-rw-r--r--translations/source/th/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/th/sc/source/ui/src.po264
-rw-r--r--translations/source/th/sc/source/ui/styleui.po4
-rw-r--r--translations/source/th/scaddins/source/analysis.po4
-rw-r--r--translations/source/th/scaddins/source/datefunc.po4
-rw-r--r--translations/source/th/sccomp/source/solver.po4
-rw-r--r--translations/source/th/scp2/source/accessories.po4
-rw-r--r--translations/source/th/scp2/source/activex.po4
-rw-r--r--translations/source/th/scp2/source/base.po4
-rw-r--r--translations/source/th/scp2/source/binfilter.po4
-rw-r--r--translations/source/th/scp2/source/calc.po4
-rw-r--r--translations/source/th/scp2/source/draw.po4
-rw-r--r--translations/source/th/scp2/source/extensions.po4
-rw-r--r--translations/source/th/scp2/source/gnome.po4
-rw-r--r--translations/source/th/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/th/scp2/source/impress.po4
-rw-r--r--translations/source/th/scp2/source/javafilter.po4
-rw-r--r--translations/source/th/scp2/source/kde.po4
-rw-r--r--translations/source/th/scp2/source/math.po4
-rw-r--r--translations/source/th/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/th/scp2/source/ooo.po672
-rw-r--r--translations/source/th/scp2/source/python.po8
-rw-r--r--translations/source/th/scp2/source/quickstart.po4
-rw-r--r--translations/source/th/scp2/source/sdkoo.po4
-rw-r--r--translations/source/th/scp2/source/testtool.po4
-rw-r--r--translations/source/th/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/th/scp2/source/writer.po4
-rw-r--r--translations/source/th/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/th/scripting/source/pyprov.po10
-rw-r--r--translations/source/th/sd/source/core.po4
-rw-r--r--translations/source/th/sd/source/filter/html.po4
-rw-r--r--translations/source/th/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/th/sd/source/ui/animations.po4
-rw-r--r--translations/source/th/sd/source/ui/annotations.po4
-rw-r--r--translations/source/th/sd/source/ui/app.po4
-rw-r--r--translations/source/th/sd/source/ui/dlg.po4
-rw-r--r--translations/source/th/sd/source/ui/notes.po4
-rw-r--r--translations/source/th/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/th/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/th/sd/source/ui/table.po4
-rw-r--r--translations/source/th/sd/source/ui/view.po4
-rw-r--r--translations/source/th/sdext/source/minimizer.po6
-rw-r--r--translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/th/sdext/source/pdfimport.po16
-rw-r--r--translations/source/th/sdext/source/presenter.po6
-rw-r--r--translations/source/th/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/th/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/th/setup_native/source/mac.po4
-rw-r--r--translations/source/th/sfx2/source/appl.po4
-rw-r--r--translations/source/th/sfx2/source/bastyp.po4
-rw-r--r--translations/source/th/sfx2/source/dialog.po4
-rw-r--r--translations/source/th/sfx2/source/doc.po4
-rw-r--r--translations/source/th/sfx2/source/menu.po4
-rw-r--r--translations/source/th/sfx2/source/view.po4
-rw-r--r--translations/source/th/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/th/starmath/source.po36
-rw-r--r--translations/source/th/svl/source/items.po4
-rw-r--r--translations/source/th/svl/source/misc.po184
-rw-r--r--translations/source/th/svtools/source/contnr.po4
-rw-r--r--translations/source/th/svtools/source/control.po4
-rw-r--r--translations/source/th/svtools/source/dialogs.po4
-rw-r--r--translations/source/th/svtools/source/filter.po4
-rw-r--r--translations/source/th/svtools/source/java.po4
-rw-r--r--translations/source/th/svtools/source/misc.po8
-rw-r--r--translations/source/th/svtools/source/plugapp.po4
-rw-r--r--translations/source/th/svtools/source/toolpanel.po4
-rw-r--r--translations/source/th/svtools/workben/unodialog.po4
-rw-r--r--translations/source/th/svx/inc.po4
-rw-r--r--translations/source/th/svx/source/accessibility.po4
-rw-r--r--translations/source/th/svx/source/dialog.po45
-rw-r--r--translations/source/th/svx/source/engine3d.po4
-rw-r--r--translations/source/th/svx/source/fmcomp.po4
-rw-r--r--translations/source/th/svx/source/form.po4
-rw-r--r--translations/source/th/svx/source/gallery2.po4
-rw-r--r--translations/source/th/svx/source/items.po4
-rw-r--r--translations/source/th/svx/source/src.po4
-rw-r--r--translations/source/th/svx/source/stbctrls.po4
-rw-r--r--translations/source/th/svx/source/svdraw.po4
-rw-r--r--translations/source/th/svx/source/table.po4
-rw-r--r--translations/source/th/svx/source/tbxctrls.po4
-rw-r--r--translations/source/th/svx/source/toolbars.po4
-rw-r--r--translations/source/th/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/th/sw/source/core/layout.po6
-rw-r--r--translations/source/th/sw/source/core/undo.po4
-rw-r--r--translations/source/th/sw/source/core/unocore.po4
-rw-r--r--translations/source/th/sw/source/ui/app.po28
-rw-r--r--translations/source/th/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/th/sw/source/ui/config.po56
-rw-r--r--translations/source/th/sw/source/ui/dbui.po4
-rw-r--r--translations/source/th/sw/source/ui/dialog.po8
-rw-r--r--translations/source/th/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/th/sw/source/ui/docvw.po4
-rw-r--r--translations/source/th/sw/source/ui/envelp.po4
-rw-r--r--translations/source/th/sw/source/ui/fldui.po4
-rw-r--r--translations/source/th/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/th/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/th/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/th/sw/source/ui/index.po4
-rw-r--r--translations/source/th/sw/source/ui/lingu.po8
-rw-r--r--translations/source/th/sw/source/ui/misc.po4
-rw-r--r--translations/source/th/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/th/sw/source/ui/shells.po4
-rw-r--r--translations/source/th/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/th/sw/source/ui/table.po46
-rw-r--r--translations/source/th/sw/source/ui/uiview.po4
-rw-r--r--translations/source/th/sw/source/ui/utlui.po194
-rw-r--r--translations/source/th/sw/source/ui/web.po4
-rw-r--r--translations/source/th/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/th/swext/mediawiki/help.po72
-rw-r--r--translations/source/th/swext/mediawiki/src.po6
-rw-r--r--translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/th/sysui/desktop/share.po4
-rw-r--r--translations/source/th/uui/source.po4
-rw-r--r--translations/source/th/vcl/source/src.po102
-rw-r--r--translations/source/th/wizards/source/euro.po4
-rw-r--r--translations/source/th/wizards/source/formwizard.po4
-rw-r--r--translations/source/th/wizards/source/importwizard.po4
-rw-r--r--translations/source/th/wizards/source/schedule.po4
-rw-r--r--translations/source/th/wizards/source/template.po4
-rw-r--r--translations/source/th/xmlsecurity/source/component.po4
-rw-r--r--translations/source/th/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/tn/accessibility/source/helper.po4
-rw-r--r--translations/source/tn/avmedia/source/framework.po4
-rw-r--r--translations/source/tn/avmedia/source/viewer.po4
-rw-r--r--translations/source/tn/basctl/source/basicide.po12
-rw-r--r--translations/source/tn/basctl/source/dlged.po4
-rw-r--r--translations/source/tn/basic/source/app.po4
-rw-r--r--translations/source/tn/basic/source/classes.po4
-rw-r--r--translations/source/tn/basic/source/sbx.po4
-rw-r--r--translations/source/tn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/tn/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/tn/connectivity/source/resource.po4
-rw-r--r--translations/source/tn/crashrep/source/all.po4
-rw-r--r--translations/source/tn/cui/source/customize.po4
-rw-r--r--translations/source/tn/cui/source/dialogs.po12
-rw-r--r--translations/source/tn/cui/source/options.po38
-rw-r--r--translations/source/tn/cui/source/tabpages.po8
-rw-r--r--translations/source/tn/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/tn/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/tn/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/tn/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/tn/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/tn/desktop/source/app.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/misc.po23
-rw-r--r--translations/source/tn/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/tn/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/tn/desktop/win32/source/setup.po4
-rw-r--r--translations/source/tn/dictionaries/af_ZA.po6
-rw-r--r--translations/source/tn/dictionaries/ar.po6
-rw-r--r--translations/source/tn/dictionaries/be_BY.po19
-rw-r--r--translations/source/tn/dictionaries/bg_BG.po6
-rw-r--r--translations/source/tn/dictionaries/bn_BD.po6
-rw-r--r--translations/source/tn/dictionaries/br_FR.po6
-rw-r--r--translations/source/tn/dictionaries/ca.po6
-rw-r--r--translations/source/tn/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/tn/dictionaries/da_DK.po6
-rw-r--r--translations/source/tn/dictionaries/de.po6
-rw-r--r--translations/source/tn/dictionaries/el_GR.po19
-rw-r--r--translations/source/tn/dictionaries/en.po6
-rw-r--r--translations/source/tn/dictionaries/es_ES.po6
-rw-r--r--translations/source/tn/dictionaries/et_EE.po6
-rw-r--r--translations/source/tn/dictionaries/fr_FR.po6
-rw-r--r--translations/source/tn/dictionaries/gd_GB.po19
-rw-r--r--translations/source/tn/dictionaries/gl.po6
-rw-r--r--translations/source/tn/dictionaries/gu_IN.po6
-rw-r--r--translations/source/tn/dictionaries/he_IL.po6
-rw-r--r--translations/source/tn/dictionaries/hi_IN.po6
-rw-r--r--translations/source/tn/dictionaries/hr_HR.po6
-rw-r--r--translations/source/tn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tn/dictionaries/it_IT.po6
-rw-r--r--translations/source/tn/dictionaries/ku_TR.po6
-rw-r--r--translations/source/tn/dictionaries/lt_LT.po6
-rw-r--r--translations/source/tn/dictionaries/lv_LV.po6
-rw-r--r--translations/source/tn/dictionaries/ne_NP.po6
-rw-r--r--translations/source/tn/dictionaries/nl_NL.po6
-rw-r--r--translations/source/tn/dictionaries/no.po6
-rw-r--r--translations/source/tn/dictionaries/oc_FR.po6
-rw-r--r--translations/source/tn/dictionaries/pl_PL.po6
-rw-r--r--translations/source/tn/dictionaries/pt_BR.po6
-rw-r--r--translations/source/tn/dictionaries/pt_PT.po6
-rw-r--r--translations/source/tn/dictionaries/ro.po6
-rw-r--r--translations/source/tn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tn/dictionaries/sk_SK.po6
-rw-r--r--translations/source/tn/dictionaries/sl_SI.po6
-rw-r--r--translations/source/tn/dictionaries/sr.po6
-rw-r--r--translations/source/tn/dictionaries/sv_SE.po6
-rw-r--r--translations/source/tn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/tn/dictionaries/te_IN.po19
-rw-r--r--translations/source/tn/dictionaries/th_TH.po6
-rw-r--r--translations/source/tn/dictionaries/uk_UA.po6
-rw-r--r--translations/source/tn/dictionaries/vi.po6
-rw-r--r--translations/source/tn/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/tn/editeng/source/accessibility.po4
-rw-r--r--translations/source/tn/editeng/source/editeng.po4
-rw-r--r--translations/source/tn/editeng/source/items.po4
-rw-r--r--translations/source/tn/editeng/source/misc.po4
-rw-r--r--translations/source/tn/editeng/source/outliner.po4
-rw-r--r--translations/source/tn/extensions/source/abpilot.po4
-rw-r--r--translations/source/tn/extensions/source/bibliography.po4
-rw-r--r--translations/source/tn/extensions/source/dbpilots.po4
-rw-r--r--translations/source/tn/extensions/source/propctrlr.po4
-rw-r--r--translations/source/tn/extensions/source/scanner.po8
-rw-r--r--translations/source/tn/extensions/source/update/check.po4
-rw-r--r--translations/source/tn/filter/source/config/fragments/filters.po12
-rw-r--r--translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/tn/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/tn/filter/source/flash.po4
-rw-r--r--translations/source/tn/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/tn/filter/source/pdf.po4
-rw-r--r--translations/source/tn/filter/source/t602.po4
-rw-r--r--translations/source/tn/filter/source/xsltdialog.po8
-rw-r--r--translations/source/tn/forms/source/resource.po4
-rw-r--r--translations/source/tn/formula/source/core/resource.po4
-rw-r--r--translations/source/tn/formula/source/ui/dlg.po4
-rw-r--r--translations/source/tn/fpicker/source/office.po4
-rw-r--r--translations/source/tn/framework/source/classes.po4
-rw-r--r--translations/source/tn/framework/source/services.po4
-rw-r--r--translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/tn/mysqlc/source.po12
-rw-r--r--translations/source/tn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/tn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tn/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--translations/source/tn/padmin/source.po4
-rw-r--r--translations/source/tn/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/tn/reportbuilder/util.po8
-rw-r--r--translations/source/tn/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/tn/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/tn/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/tn/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/tn/sc/source/core/src.po4
-rw-r--r--translations/source/tn/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/tn/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/tn/sc/source/ui/docshell.po4
-rw-r--r--translations/source/tn/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/tn/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/tn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tn/sc/source/ui/navipi.po9
-rw-r--r--translations/source/tn/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/tn/sc/source/ui/src.po257
-rw-r--r--translations/source/tn/sc/source/ui/styleui.po4
-rw-r--r--translations/source/tn/scaddins/source/analysis.po4
-rw-r--r--translations/source/tn/scaddins/source/datefunc.po4
-rw-r--r--translations/source/tn/sccomp/source/solver.po4
-rw-r--r--translations/source/tn/scp2/source/accessories.po4
-rw-r--r--translations/source/tn/scp2/source/activex.po4
-rw-r--r--translations/source/tn/scp2/source/base.po4
-rw-r--r--translations/source/tn/scp2/source/binfilter.po4
-rw-r--r--translations/source/tn/scp2/source/calc.po4
-rw-r--r--translations/source/tn/scp2/source/draw.po4
-rw-r--r--translations/source/tn/scp2/source/extensions.po4
-rw-r--r--translations/source/tn/scp2/source/gnome.po4
-rw-r--r--translations/source/tn/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/tn/scp2/source/impress.po4
-rw-r--r--translations/source/tn/scp2/source/javafilter.po4
-rw-r--r--translations/source/tn/scp2/source/kde.po4
-rw-r--r--translations/source/tn/scp2/source/math.po4
-rw-r--r--translations/source/tn/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/tn/scp2/source/ooo.po640
-rw-r--r--translations/source/tn/scp2/source/python.po8
-rw-r--r--translations/source/tn/scp2/source/quickstart.po4
-rw-r--r--translations/source/tn/scp2/source/sdkoo.po4
-rw-r--r--translations/source/tn/scp2/source/testtool.po4
-rw-r--r--translations/source/tn/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/tn/scp2/source/writer.po4
-rw-r--r--translations/source/tn/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/tn/scripting/source/pyprov.po10
-rw-r--r--translations/source/tn/sd/source/core.po4
-rw-r--r--translations/source/tn/sd/source/filter/html.po4
-rw-r--r--translations/source/tn/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/tn/sd/source/ui/animations.po4
-rw-r--r--translations/source/tn/sd/source/ui/annotations.po4
-rw-r--r--translations/source/tn/sd/source/ui/app.po4
-rw-r--r--translations/source/tn/sd/source/ui/dlg.po4
-rw-r--r--translations/source/tn/sd/source/ui/notes.po4
-rw-r--r--translations/source/tn/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/tn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/tn/sd/source/ui/table.po4
-rw-r--r--translations/source/tn/sd/source/ui/view.po4
-rw-r--r--translations/source/tn/sdext/source/minimizer.po6
-rw-r--r--translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tn/sdext/source/pdfimport.po15
-rw-r--r--translations/source/tn/sdext/source/presenter.po6
-rw-r--r--translations/source/tn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/tn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/tn/setup_native/source/mac.po4
-rw-r--r--translations/source/tn/sfx2/source/appl.po4
-rw-r--r--translations/source/tn/sfx2/source/bastyp.po4
-rw-r--r--translations/source/tn/sfx2/source/dialog.po4
-rw-r--r--translations/source/tn/sfx2/source/doc.po4
-rw-r--r--translations/source/tn/sfx2/source/menu.po4
-rw-r--r--translations/source/tn/sfx2/source/view.po4
-rw-r--r--translations/source/tn/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/tn/starmath/source.po36
-rw-r--r--translations/source/tn/svl/source/items.po4
-rw-r--r--translations/source/tn/svl/source/misc.po164
-rw-r--r--translations/source/tn/svtools/source/contnr.po4
-rw-r--r--translations/source/tn/svtools/source/control.po4
-rw-r--r--translations/source/tn/svtools/source/dialogs.po4
-rw-r--r--translations/source/tn/svtools/source/filter.po4
-rw-r--r--translations/source/tn/svtools/source/java.po4
-rw-r--r--translations/source/tn/svtools/source/misc.po8
-rw-r--r--translations/source/tn/svtools/source/plugapp.po4
-rw-r--r--translations/source/tn/svtools/source/toolpanel.po4
-rw-r--r--translations/source/tn/svtools/workben/unodialog.po4
-rw-r--r--translations/source/tn/svx/inc.po4
-rw-r--r--translations/source/tn/svx/source/accessibility.po4
-rw-r--r--translations/source/tn/svx/source/dialog.po43
-rw-r--r--translations/source/tn/svx/source/engine3d.po4
-rw-r--r--translations/source/tn/svx/source/fmcomp.po4
-rw-r--r--translations/source/tn/svx/source/form.po4
-rw-r--r--translations/source/tn/svx/source/gallery2.po4
-rw-r--r--translations/source/tn/svx/source/items.po4
-rw-r--r--translations/source/tn/svx/source/src.po4
-rw-r--r--translations/source/tn/svx/source/stbctrls.po4
-rw-r--r--translations/source/tn/svx/source/svdraw.po4
-rw-r--r--translations/source/tn/svx/source/table.po4
-rw-r--r--translations/source/tn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/tn/svx/source/toolbars.po4
-rw-r--r--translations/source/tn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/tn/sw/source/core/layout.po6
-rw-r--r--translations/source/tn/sw/source/core/undo.po4
-rw-r--r--translations/source/tn/sw/source/core/unocore.po4
-rw-r--r--translations/source/tn/sw/source/ui/app.po28
-rw-r--r--translations/source/tn/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/tn/sw/source/ui/config.po71
-rw-r--r--translations/source/tn/sw/source/ui/dbui.po4
-rw-r--r--translations/source/tn/sw/source/ui/dialog.po6
-rw-r--r--translations/source/tn/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/tn/sw/source/ui/docvw.po4
-rw-r--r--translations/source/tn/sw/source/ui/envelp.po4
-rw-r--r--translations/source/tn/sw/source/ui/fldui.po4
-rw-r--r--translations/source/tn/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/tn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/tn/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/tn/sw/source/ui/index.po4
-rw-r--r--translations/source/tn/sw/source/ui/lingu.po8
-rw-r--r--translations/source/tn/sw/source/ui/misc.po4
-rw-r--r--translations/source/tn/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/tn/sw/source/ui/shells.po4
-rw-r--r--translations/source/tn/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/tn/sw/source/ui/table.po38
-rw-r--r--translations/source/tn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/tn/sw/source/ui/utlui.po189
-rw-r--r--translations/source/tn/sw/source/ui/web.po4
-rw-r--r--translations/source/tn/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/tn/swext/mediawiki/help.po72
-rw-r--r--translations/source/tn/swext/mediawiki/src.po6
-rw-r--r--translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/tn/sysui/desktop/share.po4
-rw-r--r--translations/source/tn/uui/source.po4
-rw-r--r--translations/source/tn/vcl/source/src.po82
-rw-r--r--translations/source/tn/wizards/source/euro.po4
-rw-r--r--translations/source/tn/wizards/source/formwizard.po4
-rw-r--r--translations/source/tn/wizards/source/importwizard.po4
-rw-r--r--translations/source/tn/wizards/source/schedule.po4
-rw-r--r--translations/source/tn/wizards/source/template.po4
-rw-r--r--translations/source/tn/xmlsecurity/source/component.po4
-rw-r--r--translations/source/tn/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/tr/accessibility/source/helper.po4
-rw-r--r--translations/source/tr/avmedia/source/framework.po4
-rw-r--r--translations/source/tr/avmedia/source/viewer.po4
-rw-r--r--translations/source/tr/basctl/source/basicide.po12
-rw-r--r--translations/source/tr/basctl/source/dlged.po4
-rw-r--r--translations/source/tr/basic/source/app.po4
-rw-r--r--translations/source/tr/basic/source/classes.po4
-rw-r--r--translations/source/tr/basic/source/sbx.po4
-rw-r--r--translations/source/tr/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/tr/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/tr/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/tr/connectivity/source/resource.po7
-rw-r--r--translations/source/tr/crashrep/source/all.po4
-rw-r--r--translations/source/tr/cui/source/customize.po4
-rw-r--r--translations/source/tr/cui/source/dialogs.po66
-rw-r--r--translations/source/tr/cui/source/options.po60
-rw-r--r--translations/source/tr/cui/source/tabpages.po18
-rw-r--r--translations/source/tr/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/tr/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/tr/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/tr/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/tr/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/tr/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/tr/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/tr/desktop/source/app.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/tr/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/tr/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/tr/desktop/win32/source/setup.po4
-rw-r--r--translations/source/tr/dictionaries/af_ZA.po12
-rw-r--r--translations/source/tr/dictionaries/ar.po12
-rw-r--r--translations/source/tr/dictionaries/be_BY.po19
-rw-r--r--translations/source/tr/dictionaries/bg_BG.po12
-rw-r--r--translations/source/tr/dictionaries/bn_BD.po12
-rw-r--r--translations/source/tr/dictionaries/br_FR.po12
-rw-r--r--translations/source/tr/dictionaries/ca.po12
-rw-r--r--translations/source/tr/dictionaries/cs_CZ.po12
-rw-r--r--translations/source/tr/dictionaries/da_DK.po12
-rw-r--r--translations/source/tr/dictionaries/de.po12
-rw-r--r--translations/source/tr/dictionaries/el_GR.po19
-rw-r--r--translations/source/tr/dictionaries/en.po12
-rw-r--r--translations/source/tr/dictionaries/es_ES.po12
-rw-r--r--translations/source/tr/dictionaries/et_EE.po12
-rw-r--r--translations/source/tr/dictionaries/fr_FR.po12
-rw-r--r--translations/source/tr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/tr/dictionaries/gl.po12
-rw-r--r--translations/source/tr/dictionaries/gu_IN.po12
-rw-r--r--translations/source/tr/dictionaries/he_IL.po12
-rw-r--r--translations/source/tr/dictionaries/hi_IN.po12
-rw-r--r--translations/source/tr/dictionaries/hr_HR.po12
-rw-r--r--translations/source/tr/dictionaries/hu_HU.po12
-rw-r--r--translations/source/tr/dictionaries/it_IT.po12
-rw-r--r--translations/source/tr/dictionaries/ku_TR.po12
-rw-r--r--translations/source/tr/dictionaries/lt_LT.po12
-rw-r--r--translations/source/tr/dictionaries/lv_LV.po12
-rw-r--r--translations/source/tr/dictionaries/ne_NP.po12
-rw-r--r--translations/source/tr/dictionaries/nl_NL.po12
-rw-r--r--translations/source/tr/dictionaries/no.po12
-rw-r--r--translations/source/tr/dictionaries/oc_FR.po12
-rw-r--r--translations/source/tr/dictionaries/pl_PL.po12
-rw-r--r--translations/source/tr/dictionaries/pt_BR.po12
-rw-r--r--translations/source/tr/dictionaries/pt_PT.po12
-rw-r--r--translations/source/tr/dictionaries/ro.po12
-rw-r--r--translations/source/tr/dictionaries/ru_RU.po12
-rw-r--r--translations/source/tr/dictionaries/sk_SK.po12
-rw-r--r--translations/source/tr/dictionaries/sl_SI.po12
-rw-r--r--translations/source/tr/dictionaries/sr.po12
-rw-r--r--translations/source/tr/dictionaries/sv_SE.po12
-rw-r--r--translations/source/tr/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/tr/dictionaries/te_IN.po19
-rw-r--r--translations/source/tr/dictionaries/th_TH.po12
-rw-r--r--translations/source/tr/dictionaries/uk_UA.po12
-rw-r--r--translations/source/tr/dictionaries/vi.po12
-rw-r--r--translations/source/tr/dictionaries/zu_ZA.po12
-rw-r--r--translations/source/tr/editeng/source/accessibility.po4
-rw-r--r--translations/source/tr/editeng/source/editeng.po8
-rw-r--r--translations/source/tr/editeng/source/items.po4
-rw-r--r--translations/source/tr/editeng/source/misc.po4
-rw-r--r--translations/source/tr/editeng/source/outliner.po4
-rw-r--r--translations/source/tr/extensions/source/abpilot.po4
-rw-r--r--translations/source/tr/extensions/source/bibliography.po4
-rw-r--r--translations/source/tr/extensions/source/dbpilots.po4
-rw-r--r--translations/source/tr/extensions/source/propctrlr.po4
-rw-r--r--translations/source/tr/extensions/source/scanner.po8
-rw-r--r--translations/source/tr/extensions/source/update/check.po7
-rw-r--r--translations/source/tr/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/tr/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/tr/filter/source/flash.po4
-rw-r--r--translations/source/tr/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/tr/filter/source/pdf.po16
-rw-r--r--translations/source/tr/filter/source/t602.po4
-rw-r--r--translations/source/tr/filter/source/xsltdialog.po13
-rw-r--r--translations/source/tr/forms/source/resource.po4
-rw-r--r--translations/source/tr/formula/source/core/resource.po4
-rw-r--r--translations/source/tr/formula/source/ui/dlg.po4
-rw-r--r--translations/source/tr/fpicker/source/office.po4
-rw-r--r--translations/source/tr/framework/source/classes.po4
-rw-r--r--translations/source/tr/framework/source/services.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/guide.po13
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared.po77
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po33
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/01.po287
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/05.po96
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/01.po17
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw.po15
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared.po34
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/01.po90
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/autokorr.po104
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/optionen.po150
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress.po12
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/00.po29
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/02.po40
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/04.po155
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/01.po168
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/04.po13
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/01.po171
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/02.po53
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/tr/mysqlc/source.po16
-rw-r--r--translations/source/tr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/tr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tr/officecfg/registry/data/org/openoffice/Office/UI.po59
-rw-r--r--translations/source/tr/padmin/source.po4
-rw-r--r--translations/source/tr/readlicense_oo/docs/readme.po8
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/tr/reportbuilder/util.po14
-rw-r--r--translations/source/tr/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/tr/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/tr/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/tr/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/tr/sc/source/core/src.po4
-rw-r--r--translations/source/tr/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/tr/sc/source/ui/dbgui.po10
-rw-r--r--translations/source/tr/sc/source/ui/docshell.po4
-rw-r--r--translations/source/tr/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/tr/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/tr/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/tr/sc/source/ui/navipi.po11
-rw-r--r--translations/source/tr/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/tr/sc/source/ui/src.po326
-rw-r--r--translations/source/tr/sc/source/ui/styleui.po4
-rw-r--r--translations/source/tr/scaddins/source/analysis.po4
-rw-r--r--translations/source/tr/scaddins/source/datefunc.po4
-rw-r--r--translations/source/tr/sccomp/source/solver.po4
-rw-r--r--translations/source/tr/scp2/source/accessories.po4
-rw-r--r--translations/source/tr/scp2/source/activex.po4
-rw-r--r--translations/source/tr/scp2/source/base.po4
-rw-r--r--translations/source/tr/scp2/source/binfilter.po4
-rw-r--r--translations/source/tr/scp2/source/calc.po12
-rw-r--r--translations/source/tr/scp2/source/draw.po4
-rw-r--r--translations/source/tr/scp2/source/extensions.po4
-rw-r--r--translations/source/tr/scp2/source/gnome.po4
-rw-r--r--translations/source/tr/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/tr/scp2/source/impress.po4
-rw-r--r--translations/source/tr/scp2/source/javafilter.po4
-rw-r--r--translations/source/tr/scp2/source/kde.po4
-rw-r--r--translations/source/tr/scp2/source/math.po4
-rw-r--r--translations/source/tr/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/tr/scp2/source/ooo.po1012
-rw-r--r--translations/source/tr/scp2/source/python.po8
-rw-r--r--translations/source/tr/scp2/source/quickstart.po4
-rw-r--r--translations/source/tr/scp2/source/sdkoo.po4
-rw-r--r--translations/source/tr/scp2/source/testtool.po4
-rw-r--r--translations/source/tr/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/tr/scp2/source/writer.po4
-rw-r--r--translations/source/tr/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/tr/scripting/source/pyprov.po14
-rw-r--r--translations/source/tr/sd/source/core.po4
-rw-r--r--translations/source/tr/sd/source/filter/html.po4
-rw-r--r--translations/source/tr/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/tr/sd/source/ui/animations.po4
-rw-r--r--translations/source/tr/sd/source/ui/annotations.po4
-rw-r--r--translations/source/tr/sd/source/ui/app.po23
-rw-r--r--translations/source/tr/sd/source/ui/dlg.po16
-rw-r--r--translations/source/tr/sd/source/ui/notes.po4
-rw-r--r--translations/source/tr/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/tr/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/tr/sd/source/ui/table.po4
-rw-r--r--translations/source/tr/sd/source/ui/view.po4
-rw-r--r--translations/source/tr/sdext/source/minimizer.po14
-rw-r--r--translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tr/sdext/source/pdfimport.po19
-rw-r--r--translations/source/tr/sdext/source/presenter.po14
-rw-r--r--translations/source/tr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/tr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/tr/setup_native/source/mac.po4
-rw-r--r--translations/source/tr/sfx2/source/appl.po4
-rw-r--r--translations/source/tr/sfx2/source/bastyp.po4
-rw-r--r--translations/source/tr/sfx2/source/dialog.po13
-rw-r--r--translations/source/tr/sfx2/source/doc.po4
-rw-r--r--translations/source/tr/sfx2/source/menu.po4
-rw-r--r--translations/source/tr/sfx2/source/view.po4
-rw-r--r--translations/source/tr/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/tr/starmath/source.po43
-rw-r--r--translations/source/tr/svl/source/items.po4
-rw-r--r--translations/source/tr/svl/source/misc.po168
-rw-r--r--translations/source/tr/svtools/source/contnr.po4
-rw-r--r--translations/source/tr/svtools/source/control.po4
-rw-r--r--translations/source/tr/svtools/source/dialogs.po4
-rw-r--r--translations/source/tr/svtools/source/filter.po4
-rw-r--r--translations/source/tr/svtools/source/java.po7
-rw-r--r--translations/source/tr/svtools/source/misc.po14
-rw-r--r--translations/source/tr/svtools/source/plugapp.po4
-rw-r--r--translations/source/tr/svtools/source/toolpanel.po4
-rw-r--r--translations/source/tr/svtools/workben/unodialog.po4
-rw-r--r--translations/source/tr/svx/inc.po10
-rw-r--r--translations/source/tr/svx/source/accessibility.po4
-rw-r--r--translations/source/tr/svx/source/dialog.po48
-rw-r--r--translations/source/tr/svx/source/engine3d.po4
-rw-r--r--translations/source/tr/svx/source/fmcomp.po4
-rw-r--r--translations/source/tr/svx/source/form.po4
-rw-r--r--translations/source/tr/svx/source/gallery2.po8
-rw-r--r--translations/source/tr/svx/source/items.po8
-rw-r--r--translations/source/tr/svx/source/src.po4
-rw-r--r--translations/source/tr/svx/source/stbctrls.po4
-rw-r--r--translations/source/tr/svx/source/svdraw.po12
-rw-r--r--translations/source/tr/svx/source/table.po4
-rw-r--r--translations/source/tr/svx/source/tbxctrls.po4
-rw-r--r--translations/source/tr/svx/source/toolbars.po4
-rw-r--r--translations/source/tr/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/tr/sw/source/core/layout.po14
-rw-r--r--translations/source/tr/sw/source/core/undo.po11
-rw-r--r--translations/source/tr/sw/source/core/unocore.po4
-rw-r--r--translations/source/tr/sw/source/ui/app.po42
-rw-r--r--translations/source/tr/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/tr/sw/source/ui/config.po62
-rw-r--r--translations/source/tr/sw/source/ui/dbui.po9
-rw-r--r--translations/source/tr/sw/source/ui/dialog.po8
-rw-r--r--translations/source/tr/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/tr/sw/source/ui/docvw.po16
-rw-r--r--translations/source/tr/sw/source/ui/envelp.po4
-rw-r--r--translations/source/tr/sw/source/ui/fldui.po4
-rw-r--r--translations/source/tr/sw/source/ui/fmtui.po8
-rw-r--r--translations/source/tr/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/tr/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/tr/sw/source/ui/index.po4
-rw-r--r--translations/source/tr/sw/source/ui/lingu.po8
-rw-r--r--translations/source/tr/sw/source/ui/misc.po12
-rw-r--r--translations/source/tr/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/tr/sw/source/ui/shells.po4
-rw-r--r--translations/source/tr/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/tr/sw/source/ui/table.po44
-rw-r--r--translations/source/tr/sw/source/ui/uiview.po4
-rw-r--r--translations/source/tr/sw/source/ui/utlui.po201
-rw-r--r--translations/source/tr/sw/source/ui/web.po4
-rw-r--r--translations/source/tr/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/tr/swext/mediawiki/help.po95
-rw-r--r--translations/source/tr/swext/mediawiki/src.po12
-rw-r--r--translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/tr/sysui/desktop/share.po11
-rw-r--r--translations/source/tr/uui/source.po10
-rw-r--r--translations/source/tr/vcl/source/src.po84
-rw-r--r--translations/source/tr/wizards/source/euro.po8
-rw-r--r--translations/source/tr/wizards/source/formwizard.po4
-rw-r--r--translations/source/tr/wizards/source/importwizard.po8
-rw-r--r--translations/source/tr/wizards/source/schedule.po4
-rw-r--r--translations/source/tr/wizards/source/template.po4
-rw-r--r--translations/source/tr/xmlsecurity/source/component.po4
-rw-r--r--translations/source/tr/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ts/accessibility/source/helper.po4
-rw-r--r--translations/source/ts/avmedia/source/framework.po4
-rw-r--r--translations/source/ts/avmedia/source/viewer.po4
-rw-r--r--translations/source/ts/basctl/source/basicide.po12
-rw-r--r--translations/source/ts/basctl/source/dlged.po4
-rw-r--r--translations/source/ts/basic/source/app.po4
-rw-r--r--translations/source/ts/basic/source/classes.po4
-rw-r--r--translations/source/ts/basic/source/sbx.po4
-rw-r--r--translations/source/ts/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ts/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ts/connectivity/source/resource.po4
-rw-r--r--translations/source/ts/crashrep/source/all.po4
-rw-r--r--translations/source/ts/cui/source/customize.po4
-rw-r--r--translations/source/ts/cui/source/dialogs.po12
-rw-r--r--translations/source/ts/cui/source/options.po38
-rw-r--r--translations/source/ts/cui/source/tabpages.po8
-rw-r--r--translations/source/ts/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ts/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ts/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ts/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ts/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ts/desktop/source/app.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ts/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ts/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ts/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ts/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ts/dictionaries/ar.po6
-rw-r--r--translations/source/ts/dictionaries/be_BY.po19
-rw-r--r--translations/source/ts/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ts/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ts/dictionaries/br_FR.po6
-rw-r--r--translations/source/ts/dictionaries/ca.po6
-rw-r--r--translations/source/ts/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ts/dictionaries/da_DK.po6
-rw-r--r--translations/source/ts/dictionaries/de.po6
-rw-r--r--translations/source/ts/dictionaries/el_GR.po19
-rw-r--r--translations/source/ts/dictionaries/en.po6
-rw-r--r--translations/source/ts/dictionaries/es_ES.po6
-rw-r--r--translations/source/ts/dictionaries/et_EE.po6
-rw-r--r--translations/source/ts/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ts/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ts/dictionaries/gl.po6
-rw-r--r--translations/source/ts/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ts/dictionaries/he_IL.po6
-rw-r--r--translations/source/ts/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ts/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ts/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ts/dictionaries/it_IT.po6
-rw-r--r--translations/source/ts/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ts/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ts/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ts/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ts/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ts/dictionaries/no.po6
-rw-r--r--translations/source/ts/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ts/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ts/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ts/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ts/dictionaries/ro.po6
-rw-r--r--translations/source/ts/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ts/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ts/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ts/dictionaries/sr.po6
-rw-r--r--translations/source/ts/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ts/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ts/dictionaries/te_IN.po19
-rw-r--r--translations/source/ts/dictionaries/th_TH.po6
-rw-r--r--translations/source/ts/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ts/dictionaries/vi.po6
-rw-r--r--translations/source/ts/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ts/editeng/source/accessibility.po4
-rw-r--r--translations/source/ts/editeng/source/editeng.po4
-rw-r--r--translations/source/ts/editeng/source/items.po4
-rw-r--r--translations/source/ts/editeng/source/misc.po4
-rw-r--r--translations/source/ts/editeng/source/outliner.po4
-rw-r--r--translations/source/ts/extensions/source/abpilot.po4
-rw-r--r--translations/source/ts/extensions/source/bibliography.po4
-rw-r--r--translations/source/ts/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ts/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ts/extensions/source/scanner.po8
-rw-r--r--translations/source/ts/extensions/source/update/check.po4
-rw-r--r--translations/source/ts/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ts/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ts/filter/source/flash.po4
-rw-r--r--translations/source/ts/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ts/filter/source/pdf.po4
-rw-r--r--translations/source/ts/filter/source/t602.po4
-rw-r--r--translations/source/ts/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ts/forms/source/resource.po4
-rw-r--r--translations/source/ts/formula/source/core/resource.po4
-rw-r--r--translations/source/ts/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ts/fpicker/source/office.po4
-rw-r--r--translations/source/ts/framework/source/classes.po4
-rw-r--r--translations/source/ts/framework/source/services.po4
-rw-r--r--translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/ts/mysqlc/source.po12
-rw-r--r--translations/source/ts/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ts/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ts/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ts/padmin/source.po4
-rw-r--r--translations/source/ts/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ts/reportbuilder/util.po8
-rw-r--r--translations/source/ts/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ts/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ts/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ts/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ts/sc/source/core/src.po4
-rw-r--r--translations/source/ts/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ts/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ts/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ts/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ts/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ts/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ts/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ts/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ts/sc/source/ui/src.po255
-rw-r--r--translations/source/ts/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ts/scaddins/source/analysis.po4
-rw-r--r--translations/source/ts/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ts/sccomp/source/solver.po4
-rw-r--r--translations/source/ts/scp2/source/accessories.po4
-rw-r--r--translations/source/ts/scp2/source/activex.po4
-rw-r--r--translations/source/ts/scp2/source/base.po4
-rw-r--r--translations/source/ts/scp2/source/binfilter.po4
-rw-r--r--translations/source/ts/scp2/source/calc.po4
-rw-r--r--translations/source/ts/scp2/source/draw.po4
-rw-r--r--translations/source/ts/scp2/source/extensions.po4
-rw-r--r--translations/source/ts/scp2/source/gnome.po4
-rw-r--r--translations/source/ts/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ts/scp2/source/impress.po4
-rw-r--r--translations/source/ts/scp2/source/javafilter.po4
-rw-r--r--translations/source/ts/scp2/source/kde.po4
-rw-r--r--translations/source/ts/scp2/source/math.po4
-rw-r--r--translations/source/ts/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ts/scp2/source/ooo.po670
-rw-r--r--translations/source/ts/scp2/source/python.po8
-rw-r--r--translations/source/ts/scp2/source/quickstart.po4
-rw-r--r--translations/source/ts/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ts/scp2/source/testtool.po4
-rw-r--r--translations/source/ts/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ts/scp2/source/writer.po4
-rw-r--r--translations/source/ts/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ts/scripting/source/pyprov.po10
-rw-r--r--translations/source/ts/sd/source/core.po4
-rw-r--r--translations/source/ts/sd/source/filter/html.po4
-rw-r--r--translations/source/ts/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ts/sd/source/ui/animations.po4
-rw-r--r--translations/source/ts/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ts/sd/source/ui/app.po4
-rw-r--r--translations/source/ts/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ts/sd/source/ui/notes.po4
-rw-r--r--translations/source/ts/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ts/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ts/sd/source/ui/table.po4
-rw-r--r--translations/source/ts/sd/source/ui/view.po4
-rw-r--r--translations/source/ts/sdext/source/minimizer.po6
-rw-r--r--translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/ts/sdext/source/pdfimport.po15
-rw-r--r--translations/source/ts/sdext/source/presenter.po6
-rw-r--r--translations/source/ts/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ts/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ts/setup_native/source/mac.po4
-rw-r--r--translations/source/ts/sfx2/source/appl.po4
-rw-r--r--translations/source/ts/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ts/sfx2/source/dialog.po4
-rw-r--r--translations/source/ts/sfx2/source/doc.po4
-rw-r--r--translations/source/ts/sfx2/source/menu.po4
-rw-r--r--translations/source/ts/sfx2/source/view.po4
-rw-r--r--translations/source/ts/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ts/starmath/source.po36
-rw-r--r--translations/source/ts/svl/source/items.po4
-rw-r--r--translations/source/ts/svl/source/misc.po164
-rw-r--r--translations/source/ts/svtools/source/contnr.po4
-rw-r--r--translations/source/ts/svtools/source/control.po4
-rw-r--r--translations/source/ts/svtools/source/dialogs.po4
-rw-r--r--translations/source/ts/svtools/source/filter.po4
-rw-r--r--translations/source/ts/svtools/source/java.po4
-rw-r--r--translations/source/ts/svtools/source/misc.po8
-rw-r--r--translations/source/ts/svtools/source/plugapp.po4
-rw-r--r--translations/source/ts/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ts/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ts/svx/inc.po4
-rw-r--r--translations/source/ts/svx/source/accessibility.po4
-rw-r--r--translations/source/ts/svx/source/dialog.po43
-rw-r--r--translations/source/ts/svx/source/engine3d.po4
-rw-r--r--translations/source/ts/svx/source/fmcomp.po4
-rw-r--r--translations/source/ts/svx/source/form.po4
-rw-r--r--translations/source/ts/svx/source/gallery2.po4
-rw-r--r--translations/source/ts/svx/source/items.po4
-rw-r--r--translations/source/ts/svx/source/src.po4
-rw-r--r--translations/source/ts/svx/source/stbctrls.po4
-rw-r--r--translations/source/ts/svx/source/svdraw.po4
-rw-r--r--translations/source/ts/svx/source/table.po4
-rw-r--r--translations/source/ts/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ts/svx/source/toolbars.po4
-rw-r--r--translations/source/ts/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ts/sw/source/core/layout.po6
-rw-r--r--translations/source/ts/sw/source/core/undo.po4
-rw-r--r--translations/source/ts/sw/source/core/unocore.po4
-rw-r--r--translations/source/ts/sw/source/ui/app.po28
-rw-r--r--translations/source/ts/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ts/sw/source/ui/config.po71
-rw-r--r--translations/source/ts/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ts/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ts/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ts/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ts/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ts/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ts/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ts/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ts/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ts/sw/source/ui/index.po4
-rw-r--r--translations/source/ts/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ts/sw/source/ui/misc.po4
-rw-r--r--translations/source/ts/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ts/sw/source/ui/shells.po4
-rw-r--r--translations/source/ts/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ts/sw/source/ui/table.po38
-rw-r--r--translations/source/ts/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ts/sw/source/ui/utlui.po189
-rw-r--r--translations/source/ts/sw/source/ui/web.po4
-rw-r--r--translations/source/ts/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ts/swext/mediawiki/help.po72
-rw-r--r--translations/source/ts/swext/mediawiki/src.po6
-rw-r--r--translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ts/sysui/desktop/share.po4
-rw-r--r--translations/source/ts/uui/source.po4
-rw-r--r--translations/source/ts/vcl/source/src.po100
-rw-r--r--translations/source/ts/wizards/source/euro.po4
-rw-r--r--translations/source/ts/wizards/source/formwizard.po4
-rw-r--r--translations/source/ts/wizards/source/importwizard.po4
-rw-r--r--translations/source/ts/wizards/source/schedule.po4
-rw-r--r--translations/source/ts/wizards/source/template.po4
-rw-r--r--translations/source/ts/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ts/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/tt/accessibility/source/helper.po4
-rw-r--r--translations/source/tt/avmedia/source/framework.po4
-rw-r--r--translations/source/tt/avmedia/source/viewer.po4
-rw-r--r--translations/source/tt/basctl/source/basicide.po12
-rw-r--r--translations/source/tt/basctl/source/dlged.po4
-rw-r--r--translations/source/tt/basic/source/app.po4
-rw-r--r--translations/source/tt/basic/source/classes.po4
-rw-r--r--translations/source/tt/basic/source/sbx.po4
-rw-r--r--translations/source/tt/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/tt/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/tt/connectivity/source/resource.po113
-rw-r--r--translations/source/tt/crashrep/source/all.po4
-rw-r--r--translations/source/tt/cui/source/customize.po386
-rw-r--r--translations/source/tt/cui/source/dialogs.po191
-rw-r--r--translations/source/tt/cui/source/options.po43
-rw-r--r--translations/source/tt/cui/source/tabpages.po21
-rw-r--r--translations/source/tt/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/tt/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/tt/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/tt/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/tt/desktop/source/app.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/misc.po18
-rw-r--r--translations/source/tt/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/tt/desktop/win32/source/setup.po4
-rw-r--r--translations/source/tt/dictionaries/af_ZA.po6
-rw-r--r--translations/source/tt/dictionaries/ar.po6
-rw-r--r--translations/source/tt/dictionaries/be_BY.po19
-rw-r--r--translations/source/tt/dictionaries/bg_BG.po6
-rw-r--r--translations/source/tt/dictionaries/bn_BD.po6
-rw-r--r--translations/source/tt/dictionaries/br_FR.po6
-rw-r--r--translations/source/tt/dictionaries/ca.po6
-rw-r--r--translations/source/tt/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/tt/dictionaries/da_DK.po6
-rw-r--r--translations/source/tt/dictionaries/de.po6
-rw-r--r--translations/source/tt/dictionaries/el_GR.po19
-rw-r--r--translations/source/tt/dictionaries/en.po6
-rw-r--r--translations/source/tt/dictionaries/es_ES.po6
-rw-r--r--translations/source/tt/dictionaries/et_EE.po6
-rw-r--r--translations/source/tt/dictionaries/fr_FR.po6
-rw-r--r--translations/source/tt/dictionaries/gd_GB.po19
-rw-r--r--translations/source/tt/dictionaries/gl.po6
-rw-r--r--translations/source/tt/dictionaries/gu_IN.po6
-rw-r--r--translations/source/tt/dictionaries/he_IL.po6
-rw-r--r--translations/source/tt/dictionaries/hi_IN.po6
-rw-r--r--translations/source/tt/dictionaries/hr_HR.po6
-rw-r--r--translations/source/tt/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tt/dictionaries/it_IT.po6
-rw-r--r--translations/source/tt/dictionaries/ku_TR.po6
-rw-r--r--translations/source/tt/dictionaries/lt_LT.po6
-rw-r--r--translations/source/tt/dictionaries/lv_LV.po6
-rw-r--r--translations/source/tt/dictionaries/ne_NP.po6
-rw-r--r--translations/source/tt/dictionaries/nl_NL.po6
-rw-r--r--translations/source/tt/dictionaries/no.po6
-rw-r--r--translations/source/tt/dictionaries/oc_FR.po6
-rw-r--r--translations/source/tt/dictionaries/pl_PL.po6
-rw-r--r--translations/source/tt/dictionaries/pt_BR.po6
-rw-r--r--translations/source/tt/dictionaries/pt_PT.po6
-rw-r--r--translations/source/tt/dictionaries/ro.po6
-rw-r--r--translations/source/tt/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tt/dictionaries/sk_SK.po6
-rw-r--r--translations/source/tt/dictionaries/sl_SI.po6
-rw-r--r--translations/source/tt/dictionaries/sr.po6
-rw-r--r--translations/source/tt/dictionaries/sv_SE.po6
-rw-r--r--translations/source/tt/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/tt/dictionaries/te_IN.po19
-rw-r--r--translations/source/tt/dictionaries/th_TH.po6
-rw-r--r--translations/source/tt/dictionaries/uk_UA.po6
-rw-r--r--translations/source/tt/dictionaries/vi.po6
-rw-r--r--translations/source/tt/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/tt/editeng/source/accessibility.po4
-rw-r--r--translations/source/tt/editeng/source/editeng.po4
-rw-r--r--translations/source/tt/editeng/source/items.po4
-rw-r--r--translations/source/tt/editeng/source/misc.po4
-rw-r--r--translations/source/tt/editeng/source/outliner.po4
-rw-r--r--translations/source/tt/extensions/source/abpilot.po4
-rw-r--r--translations/source/tt/extensions/source/bibliography.po4
-rw-r--r--translations/source/tt/extensions/source/dbpilots.po4
-rw-r--r--translations/source/tt/extensions/source/propctrlr.po4
-rw-r--r--translations/source/tt/extensions/source/scanner.po8
-rw-r--r--translations/source/tt/extensions/source/update/check.po4
-rw-r--r--translations/source/tt/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/tt/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/tt/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/tt/filter/source/flash.po4
-rw-r--r--translations/source/tt/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/tt/filter/source/pdf.po4
-rw-r--r--translations/source/tt/filter/source/t602.po4
-rw-r--r--translations/source/tt/filter/source/xsltdialog.po8
-rw-r--r--translations/source/tt/forms/source/resource.po4
-rw-r--r--translations/source/tt/formula/source/core/resource.po599
-rw-r--r--translations/source/tt/formula/source/ui/dlg.po4
-rw-r--r--translations/source/tt/fpicker/source/office.po4
-rw-r--r--translations/source/tt/framework/source/classes.po4
-rw-r--r--translations/source/tt/framework/source/services.po4
-rw-r--r--translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/tt/mysqlc/source.po17
-rw-r--r--translations/source/tt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po11
-rw-r--r--translations/source/tt/officecfg/registry/data/org/openoffice/Office.po267
-rw-r--r--translations/source/tt/officecfg/registry/data/org/openoffice/Office/UI.po653
-rw-r--r--translations/source/tt/padmin/source.po4
-rw-r--r--translations/source/tt/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/tt/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tt/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/tt/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/tt/reportbuilder/util.po8
-rw-r--r--translations/source/tt/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/tt/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/tt/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/tt/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/tt/sc/source/core/src.po4
-rw-r--r--translations/source/tt/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/tt/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/tt/sc/source/ui/docshell.po4
-rw-r--r--translations/source/tt/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/tt/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/tt/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tt/sc/source/ui/navipi.po6
-rw-r--r--translations/source/tt/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/tt/sc/source/ui/src.po222
-rw-r--r--translations/source/tt/sc/source/ui/styleui.po4
-rw-r--r--translations/source/tt/scaddins/source/analysis.po4
-rw-r--r--translations/source/tt/scaddins/source/datefunc.po4
-rw-r--r--translations/source/tt/sccomp/source/solver.po4
-rw-r--r--translations/source/tt/scp2/source/accessories.po4
-rw-r--r--translations/source/tt/scp2/source/activex.po4
-rw-r--r--translations/source/tt/scp2/source/base.po4
-rw-r--r--translations/source/tt/scp2/source/binfilter.po4
-rw-r--r--translations/source/tt/scp2/source/calc.po4
-rw-r--r--translations/source/tt/scp2/source/draw.po4
-rw-r--r--translations/source/tt/scp2/source/extensions.po4
-rw-r--r--translations/source/tt/scp2/source/gnome.po4
-rw-r--r--translations/source/tt/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/tt/scp2/source/impress.po4
-rw-r--r--translations/source/tt/scp2/source/javafilter.po4
-rw-r--r--translations/source/tt/scp2/source/kde.po4
-rw-r--r--translations/source/tt/scp2/source/math.po4
-rw-r--r--translations/source/tt/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/tt/scp2/source/ooo.po640
-rw-r--r--translations/source/tt/scp2/source/python.po6
-rw-r--r--translations/source/tt/scp2/source/quickstart.po4
-rw-r--r--translations/source/tt/scp2/source/sdkoo.po4
-rw-r--r--translations/source/tt/scp2/source/testtool.po4
-rw-r--r--translations/source/tt/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/tt/scp2/source/writer.po4
-rw-r--r--translations/source/tt/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/tt/scripting/source/pyprov.po10
-rw-r--r--translations/source/tt/sd/source/core.po4
-rw-r--r--translations/source/tt/sd/source/filter/html.po4
-rw-r--r--translations/source/tt/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/tt/sd/source/ui/animations.po4
-rw-r--r--translations/source/tt/sd/source/ui/annotations.po4
-rw-r--r--translations/source/tt/sd/source/ui/app.po4
-rw-r--r--translations/source/tt/sd/source/ui/dlg.po4
-rw-r--r--translations/source/tt/sd/source/ui/notes.po4
-rw-r--r--translations/source/tt/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/tt/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/tt/sd/source/ui/table.po4
-rw-r--r--translations/source/tt/sd/source/ui/view.po4
-rw-r--r--translations/source/tt/sdext/source/minimizer.po6
-rw-r--r--translations/source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tt/sdext/source/pdfimport.po9
-rw-r--r--translations/source/tt/sdext/source/presenter.po6
-rw-r--r--translations/source/tt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/tt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/tt/setup_native/source/mac.po4
-rw-r--r--translations/source/tt/sfx2/source/appl.po4
-rw-r--r--translations/source/tt/sfx2/source/bastyp.po4
-rw-r--r--translations/source/tt/sfx2/source/dialog.po4
-rw-r--r--translations/source/tt/sfx2/source/doc.po4
-rw-r--r--translations/source/tt/sfx2/source/menu.po4
-rw-r--r--translations/source/tt/sfx2/source/view.po4
-rw-r--r--translations/source/tt/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/tt/starmath/source.po36
-rw-r--r--translations/source/tt/svl/source/items.po4
-rw-r--r--translations/source/tt/svl/source/misc.po164
-rw-r--r--translations/source/tt/svtools/source/contnr.po4
-rw-r--r--translations/source/tt/svtools/source/control.po4
-rw-r--r--translations/source/tt/svtools/source/dialogs.po4
-rw-r--r--translations/source/tt/svtools/source/filter.po4
-rw-r--r--translations/source/tt/svtools/source/java.po4
-rw-r--r--translations/source/tt/svtools/source/misc.po8
-rw-r--r--translations/source/tt/svtools/source/plugapp.po4
-rw-r--r--translations/source/tt/svtools/source/toolpanel.po4
-rw-r--r--translations/source/tt/svtools/workben/unodialog.po4
-rw-r--r--translations/source/tt/svx/inc.po4
-rw-r--r--translations/source/tt/svx/source/accessibility.po4
-rw-r--r--translations/source/tt/svx/source/dialog.po40
-rw-r--r--translations/source/tt/svx/source/engine3d.po4
-rw-r--r--translations/source/tt/svx/source/fmcomp.po4
-rw-r--r--translations/source/tt/svx/source/form.po4
-rw-r--r--translations/source/tt/svx/source/gallery2.po4
-rw-r--r--translations/source/tt/svx/source/items.po4
-rw-r--r--translations/source/tt/svx/source/src.po4
-rw-r--r--translations/source/tt/svx/source/stbctrls.po4
-rw-r--r--translations/source/tt/svx/source/svdraw.po4
-rw-r--r--translations/source/tt/svx/source/table.po4
-rw-r--r--translations/source/tt/svx/source/tbxctrls.po4
-rw-r--r--translations/source/tt/svx/source/toolbars.po4
-rw-r--r--translations/source/tt/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/tt/sw/source/core/layout.po6
-rw-r--r--translations/source/tt/sw/source/core/undo.po4
-rw-r--r--translations/source/tt/sw/source/core/unocore.po4
-rw-r--r--translations/source/tt/sw/source/ui/app.po16
-rw-r--r--translations/source/tt/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/tt/sw/source/ui/config.po56
-rw-r--r--translations/source/tt/sw/source/ui/dbui.po4
-rw-r--r--translations/source/tt/sw/source/ui/dialog.po6
-rw-r--r--translations/source/tt/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/tt/sw/source/ui/docvw.po4
-rw-r--r--translations/source/tt/sw/source/ui/envelp.po4
-rw-r--r--translations/source/tt/sw/source/ui/fldui.po4
-rw-r--r--translations/source/tt/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/tt/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/tt/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/tt/sw/source/ui/index.po4
-rw-r--r--translations/source/tt/sw/source/ui/lingu.po8
-rw-r--r--translations/source/tt/sw/source/ui/misc.po4
-rw-r--r--translations/source/tt/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/tt/sw/source/ui/shells.po4
-rw-r--r--translations/source/tt/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/tt/sw/source/ui/table.po34
-rw-r--r--translations/source/tt/sw/source/ui/uiview.po4
-rw-r--r--translations/source/tt/sw/source/ui/utlui.po184
-rw-r--r--translations/source/tt/sw/source/ui/web.po4
-rw-r--r--translations/source/tt/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/tt/swext/mediawiki/help.po72
-rw-r--r--translations/source/tt/swext/mediawiki/src.po6
-rw-r--r--translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/tt/sysui/desktop/share.po4
-rw-r--r--translations/source/tt/uui/source.po4
-rw-r--r--translations/source/tt/vcl/source/src.po79
-rw-r--r--translations/source/tt/wizards/source/euro.po4
-rw-r--r--translations/source/tt/wizards/source/formwizard.po4
-rw-r--r--translations/source/tt/wizards/source/importwizard.po4
-rw-r--r--translations/source/tt/wizards/source/schedule.po4
-rw-r--r--translations/source/tt/wizards/source/template.po4
-rw-r--r--translations/source/tt/xmlsecurity/source/component.po11
-rw-r--r--translations/source/tt/xmlsecurity/source/dialogs.po129
-rw-r--r--translations/source/ug/accessibility/source/helper.po4
-rw-r--r--translations/source/ug/avmedia/source/framework.po4
-rw-r--r--translations/source/ug/avmedia/source/viewer.po4
-rw-r--r--translations/source/ug/basctl/source/basicide.po12
-rw-r--r--translations/source/ug/basctl/source/dlged.po4
-rw-r--r--translations/source/ug/basic/source/app.po18
-rw-r--r--translations/source/ug/basic/source/classes.po4
-rw-r--r--translations/source/ug/basic/source/sbx.po4
-rw-r--r--translations/source/ug/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ug/connectivity/source/resource.po4
-rw-r--r--translations/source/ug/crashrep/source/all.po4
-rw-r--r--translations/source/ug/cui/source/customize.po4
-rw-r--r--translations/source/ug/cui/source/dialogs.po12
-rw-r--r--translations/source/ug/cui/source/options.po46
-rw-r--r--translations/source/ug/cui/source/tabpages.po8
-rw-r--r--translations/source/ug/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ug/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ug/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ug/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ug/desktop/source/app.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/ug/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ug/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ug/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ug/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ug/dictionaries/ar.po6
-rw-r--r--translations/source/ug/dictionaries/be_BY.po19
-rw-r--r--translations/source/ug/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ug/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ug/dictionaries/br_FR.po6
-rw-r--r--translations/source/ug/dictionaries/ca.po6
-rw-r--r--translations/source/ug/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ug/dictionaries/da_DK.po6
-rw-r--r--translations/source/ug/dictionaries/de.po6
-rw-r--r--translations/source/ug/dictionaries/el_GR.po19
-rw-r--r--translations/source/ug/dictionaries/en.po6
-rw-r--r--translations/source/ug/dictionaries/es_ES.po6
-rw-r--r--translations/source/ug/dictionaries/et_EE.po6
-rw-r--r--translations/source/ug/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ug/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ug/dictionaries/gl.po6
-rw-r--r--translations/source/ug/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ug/dictionaries/he_IL.po6
-rw-r--r--translations/source/ug/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ug/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ug/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ug/dictionaries/it_IT.po6
-rw-r--r--translations/source/ug/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ug/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ug/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ug/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ug/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ug/dictionaries/no.po6
-rw-r--r--translations/source/ug/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ug/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ug/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ug/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ug/dictionaries/ro.po6
-rw-r--r--translations/source/ug/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ug/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ug/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ug/dictionaries/sr.po6
-rw-r--r--translations/source/ug/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ug/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ug/dictionaries/te_IN.po19
-rw-r--r--translations/source/ug/dictionaries/th_TH.po6
-rw-r--r--translations/source/ug/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ug/dictionaries/vi.po6
-rw-r--r--translations/source/ug/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ug/editeng/source/accessibility.po4
-rw-r--r--translations/source/ug/editeng/source/editeng.po4
-rw-r--r--translations/source/ug/editeng/source/items.po4
-rw-r--r--translations/source/ug/editeng/source/misc.po4
-rw-r--r--translations/source/ug/editeng/source/outliner.po4
-rw-r--r--translations/source/ug/extensions/source/abpilot.po4
-rw-r--r--translations/source/ug/extensions/source/bibliography.po4
-rw-r--r--translations/source/ug/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ug/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ug/extensions/source/scanner.po8
-rw-r--r--translations/source/ug/extensions/source/update/check.po4
-rw-r--r--translations/source/ug/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ug/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ug/filter/source/flash.po4
-rw-r--r--translations/source/ug/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ug/filter/source/pdf.po4
-rw-r--r--translations/source/ug/filter/source/t602.po4
-rw-r--r--translations/source/ug/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ug/forms/source/resource.po4
-rw-r--r--translations/source/ug/formula/source/core/resource.po4
-rw-r--r--translations/source/ug/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ug/fpicker/source/office.po4
-rw-r--r--translations/source/ug/framework/source/classes.po4
-rw-r--r--translations/source/ug/framework/source/services.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/01.po226
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/01.po80
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/01.po168
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/ug/mysqlc/source.po12
-rw-r--r--translations/source/ug/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ug/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ug/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/ug/padmin/source.po4
-rw-r--r--translations/source/ug/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ug/reportbuilder/util.po8
-rw-r--r--translations/source/ug/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ug/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ug/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ug/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ug/sc/source/core/src.po4
-rw-r--r--translations/source/ug/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ug/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ug/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ug/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ug/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ug/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ug/sc/source/ui/navipi.po11
-rw-r--r--translations/source/ug/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ug/sc/source/ui/src.po270
-rw-r--r--translations/source/ug/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ug/scaddins/source/analysis.po4
-rw-r--r--translations/source/ug/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ug/sccomp/source/solver.po4
-rw-r--r--translations/source/ug/scp2/source/accessories.po4
-rw-r--r--translations/source/ug/scp2/source/activex.po4
-rw-r--r--translations/source/ug/scp2/source/base.po4
-rw-r--r--translations/source/ug/scp2/source/binfilter.po4
-rw-r--r--translations/source/ug/scp2/source/calc.po4
-rw-r--r--translations/source/ug/scp2/source/draw.po4
-rw-r--r--translations/source/ug/scp2/source/extensions.po4
-rw-r--r--translations/source/ug/scp2/source/gnome.po4
-rw-r--r--translations/source/ug/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ug/scp2/source/impress.po4
-rw-r--r--translations/source/ug/scp2/source/javafilter.po4
-rw-r--r--translations/source/ug/scp2/source/kde.po4
-rw-r--r--translations/source/ug/scp2/source/math.po4
-rw-r--r--translations/source/ug/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ug/scp2/source/ooo.po669
-rw-r--r--translations/source/ug/scp2/source/python.po8
-rw-r--r--translations/source/ug/scp2/source/quickstart.po4
-rw-r--r--translations/source/ug/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ug/scp2/source/testtool.po4
-rw-r--r--translations/source/ug/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ug/scp2/source/writer.po4
-rw-r--r--translations/source/ug/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ug/scripting/source/pyprov.po10
-rw-r--r--translations/source/ug/sd/source/core.po4
-rw-r--r--translations/source/ug/sd/source/filter/html.po4
-rw-r--r--translations/source/ug/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ug/sd/source/ui/animations.po4
-rw-r--r--translations/source/ug/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ug/sd/source/ui/app.po4
-rw-r--r--translations/source/ug/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ug/sd/source/ui/notes.po4
-rw-r--r--translations/source/ug/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ug/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ug/sd/source/ui/table.po4
-rw-r--r--translations/source/ug/sd/source/ui/view.po4
-rw-r--r--translations/source/ug/sdext/source/minimizer.po6
-rw-r--r--translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ug/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ug/sdext/source/presenter.po6
-rw-r--r--translations/source/ug/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ug/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ug/setup_native/source/mac.po4
-rw-r--r--translations/source/ug/sfx2/source/appl.po4
-rw-r--r--translations/source/ug/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ug/sfx2/source/dialog.po4
-rw-r--r--translations/source/ug/sfx2/source/doc.po4
-rw-r--r--translations/source/ug/sfx2/source/menu.po4
-rw-r--r--translations/source/ug/sfx2/source/view.po4
-rw-r--r--translations/source/ug/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ug/starmath/source.po36
-rw-r--r--translations/source/ug/svl/source/items.po4
-rw-r--r--translations/source/ug/svl/source/misc.po165
-rw-r--r--translations/source/ug/svtools/source/contnr.po4
-rw-r--r--translations/source/ug/svtools/source/control.po4
-rw-r--r--translations/source/ug/svtools/source/dialogs.po4
-rw-r--r--translations/source/ug/svtools/source/filter.po4
-rw-r--r--translations/source/ug/svtools/source/java.po4
-rw-r--r--translations/source/ug/svtools/source/misc.po8
-rw-r--r--translations/source/ug/svtools/source/plugapp.po4
-rw-r--r--translations/source/ug/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ug/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ug/svx/inc.po4
-rw-r--r--translations/source/ug/svx/source/accessibility.po4
-rw-r--r--translations/source/ug/svx/source/dialog.po43
-rw-r--r--translations/source/ug/svx/source/engine3d.po4
-rw-r--r--translations/source/ug/svx/source/fmcomp.po4
-rw-r--r--translations/source/ug/svx/source/form.po4
-rw-r--r--translations/source/ug/svx/source/gallery2.po4
-rw-r--r--translations/source/ug/svx/source/items.po4
-rw-r--r--translations/source/ug/svx/source/src.po4
-rw-r--r--translations/source/ug/svx/source/stbctrls.po4
-rw-r--r--translations/source/ug/svx/source/svdraw.po4
-rw-r--r--translations/source/ug/svx/source/table.po4
-rw-r--r--translations/source/ug/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ug/svx/source/toolbars.po4
-rw-r--r--translations/source/ug/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ug/sw/source/core/layout.po6
-rw-r--r--translations/source/ug/sw/source/core/undo.po4
-rw-r--r--translations/source/ug/sw/source/core/unocore.po4
-rw-r--r--translations/source/ug/sw/source/ui/app.po28
-rw-r--r--translations/source/ug/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ug/sw/source/ui/config.po56
-rw-r--r--translations/source/ug/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ug/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ug/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ug/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ug/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ug/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ug/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ug/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ug/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ug/sw/source/ui/index.po4
-rw-r--r--translations/source/ug/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ug/sw/source/ui/misc.po4
-rw-r--r--translations/source/ug/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ug/sw/source/ui/shells.po4
-rw-r--r--translations/source/ug/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ug/sw/source/ui/table.po46
-rw-r--r--translations/source/ug/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ug/sw/source/ui/utlui.po194
-rw-r--r--translations/source/ug/sw/source/ui/web.po4
-rw-r--r--translations/source/ug/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ug/swext/mediawiki/help.po91
-rw-r--r--translations/source/ug/swext/mediawiki/src.po6
-rw-r--r--translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ug/sysui/desktop/share.po4
-rw-r--r--translations/source/ug/uui/source.po4
-rw-r--r--translations/source/ug/vcl/source/src.po84
-rw-r--r--translations/source/ug/wizards/source/euro.po4
-rw-r--r--translations/source/ug/wizards/source/formwizard.po4
-rw-r--r--translations/source/ug/wizards/source/importwizard.po4
-rw-r--r--translations/source/ug/wizards/source/schedule.po4
-rw-r--r--translations/source/ug/wizards/source/template.po4
-rw-r--r--translations/source/ug/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ug/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/uk/accessibility/source/helper.po4
-rw-r--r--translations/source/uk/avmedia/source/framework.po4
-rw-r--r--translations/source/uk/avmedia/source/viewer.po4
-rw-r--r--translations/source/uk/basctl/source/basicide.po12
-rw-r--r--translations/source/uk/basctl/source/dlged.po4
-rw-r--r--translations/source/uk/basic/source/app.po4
-rw-r--r--translations/source/uk/basic/source/classes.po4
-rw-r--r--translations/source/uk/basic/source/sbx.po4
-rw-r--r--translations/source/uk/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/uk/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/uk/connectivity/source/resource.po4
-rw-r--r--translations/source/uk/crashrep/source/all.po4
-rw-r--r--translations/source/uk/cui/source/customize.po4
-rw-r--r--translations/source/uk/cui/source/dialogs.po12
-rw-r--r--translations/source/uk/cui/source/options.po44
-rw-r--r--translations/source/uk/cui/source/tabpages.po8
-rw-r--r--translations/source/uk/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/uk/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/uk/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/uk/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/uk/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/uk/desktop/source/app.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/uk/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/uk/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/uk/desktop/win32/source/setup.po4
-rw-r--r--translations/source/uk/dictionaries/af_ZA.po6
-rw-r--r--translations/source/uk/dictionaries/ar.po6
-rw-r--r--translations/source/uk/dictionaries/be_BY.po19
-rw-r--r--translations/source/uk/dictionaries/bg_BG.po6
-rw-r--r--translations/source/uk/dictionaries/bn_BD.po6
-rw-r--r--translations/source/uk/dictionaries/br_FR.po6
-rw-r--r--translations/source/uk/dictionaries/ca.po6
-rw-r--r--translations/source/uk/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/uk/dictionaries/da_DK.po6
-rw-r--r--translations/source/uk/dictionaries/de.po6
-rw-r--r--translations/source/uk/dictionaries/el_GR.po19
-rw-r--r--translations/source/uk/dictionaries/en.po6
-rw-r--r--translations/source/uk/dictionaries/es_ES.po6
-rw-r--r--translations/source/uk/dictionaries/et_EE.po6
-rw-r--r--translations/source/uk/dictionaries/fr_FR.po6
-rw-r--r--translations/source/uk/dictionaries/gd_GB.po19
-rw-r--r--translations/source/uk/dictionaries/gl.po6
-rw-r--r--translations/source/uk/dictionaries/gu_IN.po6
-rw-r--r--translations/source/uk/dictionaries/he_IL.po6
-rw-r--r--translations/source/uk/dictionaries/hi_IN.po6
-rw-r--r--translations/source/uk/dictionaries/hr_HR.po6
-rw-r--r--translations/source/uk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/uk/dictionaries/it_IT.po6
-rw-r--r--translations/source/uk/dictionaries/ku_TR.po6
-rw-r--r--translations/source/uk/dictionaries/lt_LT.po6
-rw-r--r--translations/source/uk/dictionaries/lv_LV.po6
-rw-r--r--translations/source/uk/dictionaries/ne_NP.po6
-rw-r--r--translations/source/uk/dictionaries/nl_NL.po6
-rw-r--r--translations/source/uk/dictionaries/no.po6
-rw-r--r--translations/source/uk/dictionaries/oc_FR.po6
-rw-r--r--translations/source/uk/dictionaries/pl_PL.po6
-rw-r--r--translations/source/uk/dictionaries/pt_BR.po6
-rw-r--r--translations/source/uk/dictionaries/pt_PT.po6
-rw-r--r--translations/source/uk/dictionaries/ro.po6
-rw-r--r--translations/source/uk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/uk/dictionaries/sk_SK.po6
-rw-r--r--translations/source/uk/dictionaries/sl_SI.po6
-rw-r--r--translations/source/uk/dictionaries/sr.po6
-rw-r--r--translations/source/uk/dictionaries/sv_SE.po6
-rw-r--r--translations/source/uk/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/uk/dictionaries/te_IN.po19
-rw-r--r--translations/source/uk/dictionaries/th_TH.po6
-rw-r--r--translations/source/uk/dictionaries/uk_UA.po6
-rw-r--r--translations/source/uk/dictionaries/vi.po6
-rw-r--r--translations/source/uk/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/uk/editeng/source/accessibility.po4
-rw-r--r--translations/source/uk/editeng/source/editeng.po4
-rw-r--r--translations/source/uk/editeng/source/items.po4
-rw-r--r--translations/source/uk/editeng/source/misc.po4
-rw-r--r--translations/source/uk/editeng/source/outliner.po4
-rw-r--r--translations/source/uk/extensions/source/abpilot.po4
-rw-r--r--translations/source/uk/extensions/source/bibliography.po4
-rw-r--r--translations/source/uk/extensions/source/dbpilots.po4
-rw-r--r--translations/source/uk/extensions/source/propctrlr.po4
-rw-r--r--translations/source/uk/extensions/source/scanner.po8
-rw-r--r--translations/source/uk/extensions/source/update/check.po4
-rw-r--r--translations/source/uk/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/uk/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/uk/filter/source/flash.po4
-rw-r--r--translations/source/uk/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/uk/filter/source/pdf.po4
-rw-r--r--translations/source/uk/filter/source/t602.po4
-rw-r--r--translations/source/uk/filter/source/xsltdialog.po8
-rw-r--r--translations/source/uk/forms/source/resource.po4
-rw-r--r--translations/source/uk/formula/source/core/resource.po4
-rw-r--r--translations/source/uk/formula/source/ui/dlg.po4
-rw-r--r--translations/source/uk/fpicker/source/office.po4
-rw-r--r--translations/source/uk/framework/source/classes.po4
-rw-r--r--translations/source/uk/framework/source/services.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc.po52
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/00.po78
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/01.po226
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/05.po60
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/00.po10
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/01.po74
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/guide.po44
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/02.po31
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/01.po176
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/guide.po29
-rw-r--r--translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/uk/mysqlc/source.po12
-rw-r--r--translations/source/uk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/uk/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uk/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/uk/padmin/source.po4
-rw-r--r--translations/source/uk/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/uk/reportbuilder/util.po8
-rw-r--r--translations/source/uk/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/uk/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/uk/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/uk/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/uk/sc/source/core/src.po4
-rw-r--r--translations/source/uk/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/uk/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/uk/sc/source/ui/docshell.po4
-rw-r--r--translations/source/uk/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/uk/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/uk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/uk/sc/source/ui/navipi.po11
-rw-r--r--translations/source/uk/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/uk/sc/source/ui/src.po270
-rw-r--r--translations/source/uk/sc/source/ui/styleui.po4
-rw-r--r--translations/source/uk/scaddins/source/analysis.po4
-rw-r--r--translations/source/uk/scaddins/source/datefunc.po4
-rw-r--r--translations/source/uk/sccomp/source/solver.po4
-rw-r--r--translations/source/uk/scp2/source/accessories.po4
-rw-r--r--translations/source/uk/scp2/source/activex.po4
-rw-r--r--translations/source/uk/scp2/source/base.po4
-rw-r--r--translations/source/uk/scp2/source/binfilter.po4
-rw-r--r--translations/source/uk/scp2/source/calc.po4
-rw-r--r--translations/source/uk/scp2/source/draw.po4
-rw-r--r--translations/source/uk/scp2/source/extensions.po4
-rw-r--r--translations/source/uk/scp2/source/gnome.po4
-rw-r--r--translations/source/uk/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/uk/scp2/source/impress.po4
-rw-r--r--translations/source/uk/scp2/source/javafilter.po4
-rw-r--r--translations/source/uk/scp2/source/kde.po4
-rw-r--r--translations/source/uk/scp2/source/math.po4
-rw-r--r--translations/source/uk/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/uk/scp2/source/ooo.po685
-rw-r--r--translations/source/uk/scp2/source/python.po8
-rw-r--r--translations/source/uk/scp2/source/quickstart.po4
-rw-r--r--translations/source/uk/scp2/source/sdkoo.po4
-rw-r--r--translations/source/uk/scp2/source/testtool.po4
-rw-r--r--translations/source/uk/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/uk/scp2/source/writer.po4
-rw-r--r--translations/source/uk/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/uk/scripting/source/pyprov.po10
-rw-r--r--translations/source/uk/sd/source/core.po4
-rw-r--r--translations/source/uk/sd/source/filter/html.po4
-rw-r--r--translations/source/uk/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/uk/sd/source/ui/animations.po4
-rw-r--r--translations/source/uk/sd/source/ui/annotations.po4
-rw-r--r--translations/source/uk/sd/source/ui/app.po4
-rw-r--r--translations/source/uk/sd/source/ui/dlg.po4
-rw-r--r--translations/source/uk/sd/source/ui/notes.po4
-rw-r--r--translations/source/uk/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/uk/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/uk/sd/source/ui/table.po4
-rw-r--r--translations/source/uk/sd/source/ui/view.po4
-rw-r--r--translations/source/uk/sdext/source/minimizer.po6
-rw-r--r--translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/uk/sdext/source/pdfimport.po16
-rw-r--r--translations/source/uk/sdext/source/presenter.po6
-rw-r--r--translations/source/uk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/uk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/uk/setup_native/source/mac.po4
-rw-r--r--translations/source/uk/sfx2/source/appl.po4
-rw-r--r--translations/source/uk/sfx2/source/bastyp.po4
-rw-r--r--translations/source/uk/sfx2/source/dialog.po4
-rw-r--r--translations/source/uk/sfx2/source/doc.po4
-rw-r--r--translations/source/uk/sfx2/source/menu.po4
-rw-r--r--translations/source/uk/sfx2/source/view.po4
-rw-r--r--translations/source/uk/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/uk/starmath/source.po36
-rw-r--r--translations/source/uk/svl/source/items.po4
-rw-r--r--translations/source/uk/svl/source/misc.po194
-rw-r--r--translations/source/uk/svtools/source/contnr.po4
-rw-r--r--translations/source/uk/svtools/source/control.po4
-rw-r--r--translations/source/uk/svtools/source/dialogs.po4
-rw-r--r--translations/source/uk/svtools/source/filter.po4
-rw-r--r--translations/source/uk/svtools/source/java.po4
-rw-r--r--translations/source/uk/svtools/source/misc.po8
-rw-r--r--translations/source/uk/svtools/source/plugapp.po4
-rw-r--r--translations/source/uk/svtools/source/toolpanel.po4
-rw-r--r--translations/source/uk/svtools/workben/unodialog.po4
-rw-r--r--translations/source/uk/svx/inc.po4
-rw-r--r--translations/source/uk/svx/source/accessibility.po4
-rw-r--r--translations/source/uk/svx/source/dialog.po45
-rw-r--r--translations/source/uk/svx/source/engine3d.po4
-rw-r--r--translations/source/uk/svx/source/fmcomp.po4
-rw-r--r--translations/source/uk/svx/source/form.po4
-rw-r--r--translations/source/uk/svx/source/gallery2.po4
-rw-r--r--translations/source/uk/svx/source/items.po4
-rw-r--r--translations/source/uk/svx/source/src.po4
-rw-r--r--translations/source/uk/svx/source/stbctrls.po4
-rw-r--r--translations/source/uk/svx/source/svdraw.po4
-rw-r--r--translations/source/uk/svx/source/table.po4
-rw-r--r--translations/source/uk/svx/source/tbxctrls.po4
-rw-r--r--translations/source/uk/svx/source/toolbars.po4
-rw-r--r--translations/source/uk/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/uk/sw/source/core/layout.po6
-rw-r--r--translations/source/uk/sw/source/core/undo.po4
-rw-r--r--translations/source/uk/sw/source/core/unocore.po4
-rw-r--r--translations/source/uk/sw/source/ui/app.po28
-rw-r--r--translations/source/uk/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/uk/sw/source/ui/config.po56
-rw-r--r--translations/source/uk/sw/source/ui/dbui.po4
-rw-r--r--translations/source/uk/sw/source/ui/dialog.po8
-rw-r--r--translations/source/uk/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/uk/sw/source/ui/docvw.po4
-rw-r--r--translations/source/uk/sw/source/ui/envelp.po4
-rw-r--r--translations/source/uk/sw/source/ui/fldui.po4
-rw-r--r--translations/source/uk/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/uk/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/uk/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/uk/sw/source/ui/index.po4
-rw-r--r--translations/source/uk/sw/source/ui/lingu.po8
-rw-r--r--translations/source/uk/sw/source/ui/misc.po4
-rw-r--r--translations/source/uk/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/uk/sw/source/ui/shells.po4
-rw-r--r--translations/source/uk/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/uk/sw/source/ui/table.po46
-rw-r--r--translations/source/uk/sw/source/ui/uiview.po4
-rw-r--r--translations/source/uk/sw/source/ui/utlui.po194
-rw-r--r--translations/source/uk/sw/source/ui/web.po4
-rw-r--r--translations/source/uk/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/uk/swext/mediawiki/help.po91
-rw-r--r--translations/source/uk/swext/mediawiki/src.po6
-rw-r--r--translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/uk/sysui/desktop/share.po4
-rw-r--r--translations/source/uk/uui/source.po4
-rw-r--r--translations/source/uk/vcl/source/src.po104
-rw-r--r--translations/source/uk/wizards/source/euro.po4
-rw-r--r--translations/source/uk/wizards/source/formwizard.po4
-rw-r--r--translations/source/uk/wizards/source/importwizard.po4
-rw-r--r--translations/source/uk/wizards/source/schedule.po4
-rw-r--r--translations/source/uk/wizards/source/template.po4
-rw-r--r--translations/source/uk/xmlsecurity/source/component.po4
-rw-r--r--translations/source/uk/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/uz/accessibility/source/helper.po4
-rw-r--r--translations/source/uz/avmedia/source/framework.po4
-rw-r--r--translations/source/uz/avmedia/source/viewer.po4
-rw-r--r--translations/source/uz/basctl/source/basicide.po12
-rw-r--r--translations/source/uz/basctl/source/dlged.po4
-rw-r--r--translations/source/uz/basic/source/app.po4
-rw-r--r--translations/source/uz/basic/source/classes.po4
-rw-r--r--translations/source/uz/basic/source/sbx.po4
-rw-r--r--translations/source/uz/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/uz/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/uz/connectivity/source/resource.po4
-rw-r--r--translations/source/uz/crashrep/source/all.po4
-rw-r--r--translations/source/uz/cui/source/customize.po4
-rw-r--r--translations/source/uz/cui/source/dialogs.po12
-rw-r--r--translations/source/uz/cui/source/options.po40
-rw-r--r--translations/source/uz/cui/source/tabpages.po8
-rw-r--r--translations/source/uz/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/uz/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/uz/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/uz/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/uz/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/uz/desktop/source/app.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/uz/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/uz/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/uz/desktop/win32/source/setup.po4
-rw-r--r--translations/source/uz/dictionaries/af_ZA.po6
-rw-r--r--translations/source/uz/dictionaries/ar.po6
-rw-r--r--translations/source/uz/dictionaries/be_BY.po19
-rw-r--r--translations/source/uz/dictionaries/bg_BG.po6
-rw-r--r--translations/source/uz/dictionaries/bn_BD.po6
-rw-r--r--translations/source/uz/dictionaries/br_FR.po6
-rw-r--r--translations/source/uz/dictionaries/ca.po6
-rw-r--r--translations/source/uz/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/uz/dictionaries/da_DK.po6
-rw-r--r--translations/source/uz/dictionaries/de.po6
-rw-r--r--translations/source/uz/dictionaries/el_GR.po19
-rw-r--r--translations/source/uz/dictionaries/en.po6
-rw-r--r--translations/source/uz/dictionaries/es_ES.po6
-rw-r--r--translations/source/uz/dictionaries/et_EE.po6
-rw-r--r--translations/source/uz/dictionaries/fr_FR.po6
-rw-r--r--translations/source/uz/dictionaries/gd_GB.po19
-rw-r--r--translations/source/uz/dictionaries/gl.po6
-rw-r--r--translations/source/uz/dictionaries/gu_IN.po6
-rw-r--r--translations/source/uz/dictionaries/he_IL.po6
-rw-r--r--translations/source/uz/dictionaries/hi_IN.po6
-rw-r--r--translations/source/uz/dictionaries/hr_HR.po6
-rw-r--r--translations/source/uz/dictionaries/hu_HU.po6
-rw-r--r--translations/source/uz/dictionaries/it_IT.po6
-rw-r--r--translations/source/uz/dictionaries/ku_TR.po6
-rw-r--r--translations/source/uz/dictionaries/lt_LT.po6
-rw-r--r--translations/source/uz/dictionaries/lv_LV.po6
-rw-r--r--translations/source/uz/dictionaries/ne_NP.po6
-rw-r--r--translations/source/uz/dictionaries/nl_NL.po6
-rw-r--r--translations/source/uz/dictionaries/no.po6
-rw-r--r--translations/source/uz/dictionaries/oc_FR.po6
-rw-r--r--translations/source/uz/dictionaries/pl_PL.po6
-rw-r--r--translations/source/uz/dictionaries/pt_BR.po6
-rw-r--r--translations/source/uz/dictionaries/pt_PT.po6
-rw-r--r--translations/source/uz/dictionaries/ro.po6
-rw-r--r--translations/source/uz/dictionaries/ru_RU.po6
-rw-r--r--translations/source/uz/dictionaries/sk_SK.po6
-rw-r--r--translations/source/uz/dictionaries/sl_SI.po6
-rw-r--r--translations/source/uz/dictionaries/sr.po6
-rw-r--r--translations/source/uz/dictionaries/sv_SE.po6
-rw-r--r--translations/source/uz/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/uz/dictionaries/te_IN.po19
-rw-r--r--translations/source/uz/dictionaries/th_TH.po6
-rw-r--r--translations/source/uz/dictionaries/uk_UA.po6
-rw-r--r--translations/source/uz/dictionaries/vi.po6
-rw-r--r--translations/source/uz/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/uz/editeng/source/accessibility.po4
-rw-r--r--translations/source/uz/editeng/source/editeng.po4
-rw-r--r--translations/source/uz/editeng/source/items.po4
-rw-r--r--translations/source/uz/editeng/source/misc.po4
-rw-r--r--translations/source/uz/editeng/source/outliner.po4
-rw-r--r--translations/source/uz/extensions/source/abpilot.po4
-rw-r--r--translations/source/uz/extensions/source/bibliography.po4
-rw-r--r--translations/source/uz/extensions/source/dbpilots.po4
-rw-r--r--translations/source/uz/extensions/source/propctrlr.po4
-rw-r--r--translations/source/uz/extensions/source/scanner.po8
-rw-r--r--translations/source/uz/extensions/source/update/check.po4
-rw-r--r--translations/source/uz/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/uz/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/uz/filter/source/flash.po4
-rw-r--r--translations/source/uz/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/uz/filter/source/pdf.po4
-rw-r--r--translations/source/uz/filter/source/t602.po4
-rw-r--r--translations/source/uz/filter/source/xsltdialog.po8
-rw-r--r--translations/source/uz/forms/source/resource.po4
-rw-r--r--translations/source/uz/formula/source/core/resource.po4
-rw-r--r--translations/source/uz/formula/source/ui/dlg.po4
-rw-r--r--translations/source/uz/fpicker/source/office.po4
-rw-r--r--translations/source/uz/framework/source/classes.po4
-rw-r--r--translations/source/uz/framework/source/services.po4
-rw-r--r--translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/uz/mysqlc/source.po12
-rw-r--r--translations/source/uz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/uz/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/uz/padmin/source.po4
-rw-r--r--translations/source/uz/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/uz/reportbuilder/util.po8
-rw-r--r--translations/source/uz/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/uz/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/uz/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/uz/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/uz/sc/source/core/src.po4
-rw-r--r--translations/source/uz/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/uz/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/uz/sc/source/ui/docshell.po4
-rw-r--r--translations/source/uz/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/uz/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/uz/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/uz/sc/source/ui/navipi.po9
-rw-r--r--translations/source/uz/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/uz/sc/source/ui/src.po263
-rw-r--r--translations/source/uz/sc/source/ui/styleui.po4
-rw-r--r--translations/source/uz/scaddins/source/analysis.po4
-rw-r--r--translations/source/uz/scaddins/source/datefunc.po4
-rw-r--r--translations/source/uz/sccomp/source/solver.po4
-rw-r--r--translations/source/uz/scp2/source/accessories.po4
-rw-r--r--translations/source/uz/scp2/source/activex.po4
-rw-r--r--translations/source/uz/scp2/source/base.po4
-rw-r--r--translations/source/uz/scp2/source/binfilter.po4
-rw-r--r--translations/source/uz/scp2/source/calc.po4
-rw-r--r--translations/source/uz/scp2/source/draw.po4
-rw-r--r--translations/source/uz/scp2/source/extensions.po4
-rw-r--r--translations/source/uz/scp2/source/gnome.po4
-rw-r--r--translations/source/uz/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/uz/scp2/source/impress.po4
-rw-r--r--translations/source/uz/scp2/source/javafilter.po4
-rw-r--r--translations/source/uz/scp2/source/kde.po4
-rw-r--r--translations/source/uz/scp2/source/math.po4
-rw-r--r--translations/source/uz/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/uz/scp2/source/ooo.po683
-rw-r--r--translations/source/uz/scp2/source/python.po8
-rw-r--r--translations/source/uz/scp2/source/quickstart.po4
-rw-r--r--translations/source/uz/scp2/source/sdkoo.po4
-rw-r--r--translations/source/uz/scp2/source/testtool.po4
-rw-r--r--translations/source/uz/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/uz/scp2/source/writer.po4
-rw-r--r--translations/source/uz/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/uz/scripting/source/pyprov.po10
-rw-r--r--translations/source/uz/sd/source/core.po4
-rw-r--r--translations/source/uz/sd/source/filter/html.po4
-rw-r--r--translations/source/uz/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/uz/sd/source/ui/animations.po4
-rw-r--r--translations/source/uz/sd/source/ui/annotations.po4
-rw-r--r--translations/source/uz/sd/source/ui/app.po4
-rw-r--r--translations/source/uz/sd/source/ui/dlg.po4
-rw-r--r--translations/source/uz/sd/source/ui/notes.po4
-rw-r--r--translations/source/uz/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/uz/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/uz/sd/source/ui/table.po4
-rw-r--r--translations/source/uz/sd/source/ui/view.po4
-rw-r--r--translations/source/uz/sdext/source/minimizer.po6
-rw-r--r--translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/uz/sdext/source/pdfimport.po15
-rw-r--r--translations/source/uz/sdext/source/presenter.po6
-rw-r--r--translations/source/uz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/uz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/uz/setup_native/source/mac.po4
-rw-r--r--translations/source/uz/sfx2/source/appl.po4
-rw-r--r--translations/source/uz/sfx2/source/bastyp.po4
-rw-r--r--translations/source/uz/sfx2/source/dialog.po4
-rw-r--r--translations/source/uz/sfx2/source/doc.po4
-rw-r--r--translations/source/uz/sfx2/source/menu.po4
-rw-r--r--translations/source/uz/sfx2/source/view.po4
-rw-r--r--translations/source/uz/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/uz/starmath/source.po36
-rw-r--r--translations/source/uz/svl/source/items.po4
-rw-r--r--translations/source/uz/svl/source/misc.po194
-rw-r--r--translations/source/uz/svtools/source/contnr.po4
-rw-r--r--translations/source/uz/svtools/source/control.po4
-rw-r--r--translations/source/uz/svtools/source/dialogs.po4
-rw-r--r--translations/source/uz/svtools/source/filter.po4
-rw-r--r--translations/source/uz/svtools/source/java.po4
-rw-r--r--translations/source/uz/svtools/source/misc.po8
-rw-r--r--translations/source/uz/svtools/source/plugapp.po4
-rw-r--r--translations/source/uz/svtools/source/toolpanel.po4
-rw-r--r--translations/source/uz/svtools/workben/unodialog.po4
-rw-r--r--translations/source/uz/svx/inc.po4
-rw-r--r--translations/source/uz/svx/source/accessibility.po4
-rw-r--r--translations/source/uz/svx/source/dialog.po42
-rw-r--r--translations/source/uz/svx/source/engine3d.po4
-rw-r--r--translations/source/uz/svx/source/fmcomp.po4
-rw-r--r--translations/source/uz/svx/source/form.po4
-rw-r--r--translations/source/uz/svx/source/gallery2.po4
-rw-r--r--translations/source/uz/svx/source/items.po4
-rw-r--r--translations/source/uz/svx/source/src.po4
-rw-r--r--translations/source/uz/svx/source/stbctrls.po4
-rw-r--r--translations/source/uz/svx/source/svdraw.po4
-rw-r--r--translations/source/uz/svx/source/table.po4
-rw-r--r--translations/source/uz/svx/source/tbxctrls.po4
-rw-r--r--translations/source/uz/svx/source/toolbars.po4
-rw-r--r--translations/source/uz/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/uz/sw/source/core/layout.po6
-rw-r--r--translations/source/uz/sw/source/core/undo.po4
-rw-r--r--translations/source/uz/sw/source/core/unocore.po4
-rw-r--r--translations/source/uz/sw/source/ui/app.po28
-rw-r--r--translations/source/uz/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/uz/sw/source/ui/config.po56
-rw-r--r--translations/source/uz/sw/source/ui/dbui.po4
-rw-r--r--translations/source/uz/sw/source/ui/dialog.po8
-rw-r--r--translations/source/uz/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/uz/sw/source/ui/docvw.po4
-rw-r--r--translations/source/uz/sw/source/ui/envelp.po4
-rw-r--r--translations/source/uz/sw/source/ui/fldui.po4
-rw-r--r--translations/source/uz/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/uz/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/uz/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/uz/sw/source/ui/index.po4
-rw-r--r--translations/source/uz/sw/source/ui/lingu.po8
-rw-r--r--translations/source/uz/sw/source/ui/misc.po4
-rw-r--r--translations/source/uz/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/uz/sw/source/ui/shells.po4
-rw-r--r--translations/source/uz/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/uz/sw/source/ui/table.po44
-rw-r--r--translations/source/uz/sw/source/ui/uiview.po4
-rw-r--r--translations/source/uz/sw/source/ui/utlui.po189
-rw-r--r--translations/source/uz/sw/source/ui/web.po4
-rw-r--r--translations/source/uz/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/uz/swext/mediawiki/help.po83
-rw-r--r--translations/source/uz/swext/mediawiki/src.po6
-rw-r--r--translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/uz/sysui/desktop/share.po4
-rw-r--r--translations/source/uz/uui/source.po4
-rw-r--r--translations/source/uz/vcl/source/src.po102
-rw-r--r--translations/source/uz/wizards/source/euro.po4
-rw-r--r--translations/source/uz/wizards/source/formwizard.po4
-rw-r--r--translations/source/uz/wizards/source/importwizard.po4
-rw-r--r--translations/source/uz/wizards/source/schedule.po4
-rw-r--r--translations/source/uz/wizards/source/template.po4
-rw-r--r--translations/source/uz/xmlsecurity/source/component.po4
-rw-r--r--translations/source/uz/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/ve/accessibility/source/helper.po4
-rw-r--r--translations/source/ve/avmedia/source/framework.po4
-rw-r--r--translations/source/ve/avmedia/source/viewer.po4
-rw-r--r--translations/source/ve/basctl/source/basicide.po12
-rw-r--r--translations/source/ve/basctl/source/dlged.po4
-rw-r--r--translations/source/ve/basic/source/app.po4
-rw-r--r--translations/source/ve/basic/source/classes.po4
-rw-r--r--translations/source/ve/basic/source/sbx.po4
-rw-r--r--translations/source/ve/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ve/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/ve/connectivity/source/resource.po4
-rw-r--r--translations/source/ve/crashrep/source/all.po4
-rw-r--r--translations/source/ve/cui/source/customize.po4
-rw-r--r--translations/source/ve/cui/source/dialogs.po12
-rw-r--r--translations/source/ve/cui/source/options.po38
-rw-r--r--translations/source/ve/cui/source/tabpages.po8
-rw-r--r--translations/source/ve/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ve/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ve/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/ve/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ve/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ve/desktop/source/app.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/ve/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ve/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ve/desktop/win32/source/setup.po4
-rw-r--r--translations/source/ve/dictionaries/af_ZA.po6
-rw-r--r--translations/source/ve/dictionaries/ar.po6
-rw-r--r--translations/source/ve/dictionaries/be_BY.po19
-rw-r--r--translations/source/ve/dictionaries/bg_BG.po6
-rw-r--r--translations/source/ve/dictionaries/bn_BD.po6
-rw-r--r--translations/source/ve/dictionaries/br_FR.po6
-rw-r--r--translations/source/ve/dictionaries/ca.po6
-rw-r--r--translations/source/ve/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/ve/dictionaries/da_DK.po6
-rw-r--r--translations/source/ve/dictionaries/de.po6
-rw-r--r--translations/source/ve/dictionaries/el_GR.po19
-rw-r--r--translations/source/ve/dictionaries/en.po6
-rw-r--r--translations/source/ve/dictionaries/es_ES.po6
-rw-r--r--translations/source/ve/dictionaries/et_EE.po6
-rw-r--r--translations/source/ve/dictionaries/fr_FR.po6
-rw-r--r--translations/source/ve/dictionaries/gd_GB.po19
-rw-r--r--translations/source/ve/dictionaries/gl.po6
-rw-r--r--translations/source/ve/dictionaries/gu_IN.po6
-rw-r--r--translations/source/ve/dictionaries/he_IL.po6
-rw-r--r--translations/source/ve/dictionaries/hi_IN.po6
-rw-r--r--translations/source/ve/dictionaries/hr_HR.po6
-rw-r--r--translations/source/ve/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ve/dictionaries/it_IT.po6
-rw-r--r--translations/source/ve/dictionaries/ku_TR.po6
-rw-r--r--translations/source/ve/dictionaries/lt_LT.po6
-rw-r--r--translations/source/ve/dictionaries/lv_LV.po6
-rw-r--r--translations/source/ve/dictionaries/ne_NP.po6
-rw-r--r--translations/source/ve/dictionaries/nl_NL.po6
-rw-r--r--translations/source/ve/dictionaries/no.po6
-rw-r--r--translations/source/ve/dictionaries/oc_FR.po6
-rw-r--r--translations/source/ve/dictionaries/pl_PL.po6
-rw-r--r--translations/source/ve/dictionaries/pt_BR.po6
-rw-r--r--translations/source/ve/dictionaries/pt_PT.po6
-rw-r--r--translations/source/ve/dictionaries/ro.po6
-rw-r--r--translations/source/ve/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ve/dictionaries/sk_SK.po6
-rw-r--r--translations/source/ve/dictionaries/sl_SI.po6
-rw-r--r--translations/source/ve/dictionaries/sr.po6
-rw-r--r--translations/source/ve/dictionaries/sv_SE.po6
-rw-r--r--translations/source/ve/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ve/dictionaries/te_IN.po19
-rw-r--r--translations/source/ve/dictionaries/th_TH.po6
-rw-r--r--translations/source/ve/dictionaries/uk_UA.po6
-rw-r--r--translations/source/ve/dictionaries/vi.po6
-rw-r--r--translations/source/ve/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/ve/editeng/source/accessibility.po4
-rw-r--r--translations/source/ve/editeng/source/editeng.po4
-rw-r--r--translations/source/ve/editeng/source/items.po4
-rw-r--r--translations/source/ve/editeng/source/misc.po4
-rw-r--r--translations/source/ve/editeng/source/outliner.po4
-rw-r--r--translations/source/ve/extensions/source/abpilot.po4
-rw-r--r--translations/source/ve/extensions/source/bibliography.po4
-rw-r--r--translations/source/ve/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ve/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ve/extensions/source/scanner.po8
-rw-r--r--translations/source/ve/extensions/source/update/check.po4
-rw-r--r--translations/source/ve/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ve/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/ve/filter/source/flash.po4
-rw-r--r--translations/source/ve/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ve/filter/source/pdf.po4
-rw-r--r--translations/source/ve/filter/source/t602.po4
-rw-r--r--translations/source/ve/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ve/forms/source/resource.po4
-rw-r--r--translations/source/ve/formula/source/core/resource.po4
-rw-r--r--translations/source/ve/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ve/fpicker/source/office.po4
-rw-r--r--translations/source/ve/framework/source/classes.po4
-rw-r--r--translations/source/ve/framework/source/services.po4
-rw-r--r--translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/ve/mysqlc/source.po12
-rw-r--r--translations/source/ve/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ve/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ve/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/ve/padmin/source.po4
-rw-r--r--translations/source/ve/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ve/reportbuilder/util.po8
-rw-r--r--translations/source/ve/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/ve/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/ve/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/ve/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/ve/sc/source/core/src.po4
-rw-r--r--translations/source/ve/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/ve/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/ve/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ve/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ve/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ve/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ve/sc/source/ui/navipi.po9
-rw-r--r--translations/source/ve/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ve/sc/source/ui/src.po255
-rw-r--r--translations/source/ve/sc/source/ui/styleui.po4
-rw-r--r--translations/source/ve/scaddins/source/analysis.po4
-rw-r--r--translations/source/ve/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ve/sccomp/source/solver.po4
-rw-r--r--translations/source/ve/scp2/source/accessories.po4
-rw-r--r--translations/source/ve/scp2/source/activex.po4
-rw-r--r--translations/source/ve/scp2/source/base.po4
-rw-r--r--translations/source/ve/scp2/source/binfilter.po4
-rw-r--r--translations/source/ve/scp2/source/calc.po4
-rw-r--r--translations/source/ve/scp2/source/draw.po4
-rw-r--r--translations/source/ve/scp2/source/extensions.po4
-rw-r--r--translations/source/ve/scp2/source/gnome.po4
-rw-r--r--translations/source/ve/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ve/scp2/source/impress.po4
-rw-r--r--translations/source/ve/scp2/source/javafilter.po4
-rw-r--r--translations/source/ve/scp2/source/kde.po4
-rw-r--r--translations/source/ve/scp2/source/math.po4
-rw-r--r--translations/source/ve/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ve/scp2/source/ooo.po670
-rw-r--r--translations/source/ve/scp2/source/python.po8
-rw-r--r--translations/source/ve/scp2/source/quickstart.po4
-rw-r--r--translations/source/ve/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ve/scp2/source/testtool.po4
-rw-r--r--translations/source/ve/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ve/scp2/source/writer.po4
-rw-r--r--translations/source/ve/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ve/scripting/source/pyprov.po10
-rw-r--r--translations/source/ve/sd/source/core.po4
-rw-r--r--translations/source/ve/sd/source/filter/html.po4
-rw-r--r--translations/source/ve/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ve/sd/source/ui/animations.po4
-rw-r--r--translations/source/ve/sd/source/ui/annotations.po4
-rw-r--r--translations/source/ve/sd/source/ui/app.po4
-rw-r--r--translations/source/ve/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ve/sd/source/ui/notes.po4
-rw-r--r--translations/source/ve/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/ve/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ve/sd/source/ui/table.po4
-rw-r--r--translations/source/ve/sd/source/ui/view.po4
-rw-r--r--translations/source/ve/sdext/source/minimizer.po6
-rw-r--r--translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/ve/sdext/source/pdfimport.po16
-rw-r--r--translations/source/ve/sdext/source/presenter.po6
-rw-r--r--translations/source/ve/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/ve/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/ve/setup_native/source/mac.po4
-rw-r--r--translations/source/ve/sfx2/source/appl.po4
-rw-r--r--translations/source/ve/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ve/sfx2/source/dialog.po4
-rw-r--r--translations/source/ve/sfx2/source/doc.po4
-rw-r--r--translations/source/ve/sfx2/source/menu.po4
-rw-r--r--translations/source/ve/sfx2/source/view.po4
-rw-r--r--translations/source/ve/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ve/starmath/source.po36
-rw-r--r--translations/source/ve/svl/source/items.po4
-rw-r--r--translations/source/ve/svl/source/misc.po179
-rw-r--r--translations/source/ve/svtools/source/contnr.po4
-rw-r--r--translations/source/ve/svtools/source/control.po4
-rw-r--r--translations/source/ve/svtools/source/dialogs.po4
-rw-r--r--translations/source/ve/svtools/source/filter.po4
-rw-r--r--translations/source/ve/svtools/source/java.po4
-rw-r--r--translations/source/ve/svtools/source/misc.po8
-rw-r--r--translations/source/ve/svtools/source/plugapp.po4
-rw-r--r--translations/source/ve/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ve/svtools/workben/unodialog.po4
-rw-r--r--translations/source/ve/svx/inc.po4
-rw-r--r--translations/source/ve/svx/source/accessibility.po4
-rw-r--r--translations/source/ve/svx/source/dialog.po43
-rw-r--r--translations/source/ve/svx/source/engine3d.po4
-rw-r--r--translations/source/ve/svx/source/fmcomp.po4
-rw-r--r--translations/source/ve/svx/source/form.po4
-rw-r--r--translations/source/ve/svx/source/gallery2.po4
-rw-r--r--translations/source/ve/svx/source/items.po4
-rw-r--r--translations/source/ve/svx/source/src.po4
-rw-r--r--translations/source/ve/svx/source/stbctrls.po4
-rw-r--r--translations/source/ve/svx/source/svdraw.po4
-rw-r--r--translations/source/ve/svx/source/table.po4
-rw-r--r--translations/source/ve/svx/source/tbxctrls.po4
-rw-r--r--translations/source/ve/svx/source/toolbars.po4
-rw-r--r--translations/source/ve/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ve/sw/source/core/layout.po6
-rw-r--r--translations/source/ve/sw/source/core/undo.po4
-rw-r--r--translations/source/ve/sw/source/core/unocore.po4
-rw-r--r--translations/source/ve/sw/source/ui/app.po28
-rw-r--r--translations/source/ve/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ve/sw/source/ui/config.po92
-rw-r--r--translations/source/ve/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ve/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ve/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ve/sw/source/ui/docvw.po4
-rw-r--r--translations/source/ve/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ve/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ve/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ve/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/ve/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ve/sw/source/ui/index.po4
-rw-r--r--translations/source/ve/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ve/sw/source/ui/misc.po4
-rw-r--r--translations/source/ve/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/ve/sw/source/ui/shells.po4
-rw-r--r--translations/source/ve/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ve/sw/source/ui/table.po38
-rw-r--r--translations/source/ve/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ve/sw/source/ui/utlui.po189
-rw-r--r--translations/source/ve/sw/source/ui/web.po4
-rw-r--r--translations/source/ve/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ve/swext/mediawiki/help.po72
-rw-r--r--translations/source/ve/swext/mediawiki/src.po6
-rw-r--r--translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ve/sysui/desktop/share.po4
-rw-r--r--translations/source/ve/uui/source.po4
-rw-r--r--translations/source/ve/vcl/source/src.po100
-rw-r--r--translations/source/ve/wizards/source/euro.po4
-rw-r--r--translations/source/ve/wizards/source/formwizard.po4
-rw-r--r--translations/source/ve/wizards/source/importwizard.po4
-rw-r--r--translations/source/ve/wizards/source/schedule.po4
-rw-r--r--translations/source/ve/wizards/source/template.po4
-rw-r--r--translations/source/ve/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ve/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/vi/accessibility/source/helper.po4
-rw-r--r--translations/source/vi/avmedia/source/framework.po4
-rw-r--r--translations/source/vi/avmedia/source/viewer.po4
-rw-r--r--translations/source/vi/basctl/source/basicide.po12
-rw-r--r--translations/source/vi/basctl/source/dlged.po4
-rw-r--r--translations/source/vi/basic/source/app.po4
-rw-r--r--translations/source/vi/basic/source/classes.po4
-rw-r--r--translations/source/vi/basic/source/sbx.po4
-rw-r--r--translations/source/vi/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/vi/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/vi/connectivity/source/resource.po4
-rw-r--r--translations/source/vi/crashrep/source/all.po4
-rw-r--r--translations/source/vi/cui/source/customize.po4
-rw-r--r--translations/source/vi/cui/source/dialogs.po12
-rw-r--r--translations/source/vi/cui/source/options.po44
-rw-r--r--translations/source/vi/cui/source/tabpages.po8
-rw-r--r--translations/source/vi/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/vi/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/vi/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/vi/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/vi/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/vi/desktop/source/app.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/vi/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/vi/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/vi/desktop/win32/source/setup.po4
-rw-r--r--translations/source/vi/dictionaries/af_ZA.po6
-rw-r--r--translations/source/vi/dictionaries/ar.po6
-rw-r--r--translations/source/vi/dictionaries/be_BY.po19
-rw-r--r--translations/source/vi/dictionaries/bg_BG.po6
-rw-r--r--translations/source/vi/dictionaries/bn_BD.po6
-rw-r--r--translations/source/vi/dictionaries/br_FR.po6
-rw-r--r--translations/source/vi/dictionaries/ca.po6
-rw-r--r--translations/source/vi/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/vi/dictionaries/da_DK.po6
-rw-r--r--translations/source/vi/dictionaries/de.po6
-rw-r--r--translations/source/vi/dictionaries/el_GR.po19
-rw-r--r--translations/source/vi/dictionaries/en.po6
-rw-r--r--translations/source/vi/dictionaries/es_ES.po6
-rw-r--r--translations/source/vi/dictionaries/et_EE.po6
-rw-r--r--translations/source/vi/dictionaries/fr_FR.po6
-rw-r--r--translations/source/vi/dictionaries/gd_GB.po19
-rw-r--r--translations/source/vi/dictionaries/gl.po6
-rw-r--r--translations/source/vi/dictionaries/gu_IN.po6
-rw-r--r--translations/source/vi/dictionaries/he_IL.po6
-rw-r--r--translations/source/vi/dictionaries/hi_IN.po6
-rw-r--r--translations/source/vi/dictionaries/hr_HR.po6
-rw-r--r--translations/source/vi/dictionaries/hu_HU.po6
-rw-r--r--translations/source/vi/dictionaries/it_IT.po6
-rw-r--r--translations/source/vi/dictionaries/ku_TR.po6
-rw-r--r--translations/source/vi/dictionaries/lt_LT.po6
-rw-r--r--translations/source/vi/dictionaries/lv_LV.po6
-rw-r--r--translations/source/vi/dictionaries/ne_NP.po6
-rw-r--r--translations/source/vi/dictionaries/nl_NL.po6
-rw-r--r--translations/source/vi/dictionaries/no.po6
-rw-r--r--translations/source/vi/dictionaries/oc_FR.po6
-rw-r--r--translations/source/vi/dictionaries/pl_PL.po6
-rw-r--r--translations/source/vi/dictionaries/pt_BR.po6
-rw-r--r--translations/source/vi/dictionaries/pt_PT.po6
-rw-r--r--translations/source/vi/dictionaries/ro.po6
-rw-r--r--translations/source/vi/dictionaries/ru_RU.po6
-rw-r--r--translations/source/vi/dictionaries/sk_SK.po6
-rw-r--r--translations/source/vi/dictionaries/sl_SI.po6
-rw-r--r--translations/source/vi/dictionaries/sr.po6
-rw-r--r--translations/source/vi/dictionaries/sv_SE.po6
-rw-r--r--translations/source/vi/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/vi/dictionaries/te_IN.po19
-rw-r--r--translations/source/vi/dictionaries/th_TH.po6
-rw-r--r--translations/source/vi/dictionaries/uk_UA.po6
-rw-r--r--translations/source/vi/dictionaries/vi.po6
-rw-r--r--translations/source/vi/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/vi/editeng/source/accessibility.po4
-rw-r--r--translations/source/vi/editeng/source/editeng.po4
-rw-r--r--translations/source/vi/editeng/source/items.po4
-rw-r--r--translations/source/vi/editeng/source/misc.po4
-rw-r--r--translations/source/vi/editeng/source/outliner.po4
-rw-r--r--translations/source/vi/extensions/source/abpilot.po4
-rw-r--r--translations/source/vi/extensions/source/bibliography.po4
-rw-r--r--translations/source/vi/extensions/source/dbpilots.po4
-rw-r--r--translations/source/vi/extensions/source/propctrlr.po4
-rw-r--r--translations/source/vi/extensions/source/scanner.po8
-rw-r--r--translations/source/vi/extensions/source/update/check.po4
-rw-r--r--translations/source/vi/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/vi/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/vi/filter/source/flash.po4
-rw-r--r--translations/source/vi/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/vi/filter/source/pdf.po4
-rw-r--r--translations/source/vi/filter/source/t602.po4
-rw-r--r--translations/source/vi/filter/source/xsltdialog.po8
-rw-r--r--translations/source/vi/forms/source/resource.po4
-rw-r--r--translations/source/vi/formula/source/core/resource.po4
-rw-r--r--translations/source/vi/formula/source/ui/dlg.po4
-rw-r--r--translations/source/vi/fpicker/source/office.po4
-rw-r--r--translations/source/vi/framework/source/classes.po4
-rw-r--r--translations/source/vi/framework/source/services.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/01.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/01.po101
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/guide.po51
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/optionen.po40
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/guide.po33
-rw-r--r--translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/vi/mysqlc/source.po12
-rw-r--r--translations/source/vi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/vi/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/vi/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/vi/padmin/source.po4
-rw-r--r--translations/source/vi/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/vi/reportbuilder/util.po8
-rw-r--r--translations/source/vi/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/vi/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/vi/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/vi/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/vi/sc/source/core/src.po4
-rw-r--r--translations/source/vi/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/vi/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/vi/sc/source/ui/docshell.po4
-rw-r--r--translations/source/vi/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/vi/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/vi/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/vi/sc/source/ui/navipi.po11
-rw-r--r--translations/source/vi/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/vi/sc/source/ui/src.po270
-rw-r--r--translations/source/vi/sc/source/ui/styleui.po4
-rw-r--r--translations/source/vi/scaddins/source/analysis.po4
-rw-r--r--translations/source/vi/scaddins/source/datefunc.po4
-rw-r--r--translations/source/vi/sccomp/source/solver.po4
-rw-r--r--translations/source/vi/scp2/source/accessories.po4
-rw-r--r--translations/source/vi/scp2/source/activex.po4
-rw-r--r--translations/source/vi/scp2/source/base.po4
-rw-r--r--translations/source/vi/scp2/source/binfilter.po4
-rw-r--r--translations/source/vi/scp2/source/calc.po4
-rw-r--r--translations/source/vi/scp2/source/draw.po4
-rw-r--r--translations/source/vi/scp2/source/extensions.po4
-rw-r--r--translations/source/vi/scp2/source/gnome.po4
-rw-r--r--translations/source/vi/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/vi/scp2/source/impress.po4
-rw-r--r--translations/source/vi/scp2/source/javafilter.po4
-rw-r--r--translations/source/vi/scp2/source/kde.po4
-rw-r--r--translations/source/vi/scp2/source/math.po4
-rw-r--r--translations/source/vi/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/vi/scp2/source/ooo.po690
-rw-r--r--translations/source/vi/scp2/source/python.po8
-rw-r--r--translations/source/vi/scp2/source/quickstart.po4
-rw-r--r--translations/source/vi/scp2/source/sdkoo.po4
-rw-r--r--translations/source/vi/scp2/source/testtool.po4
-rw-r--r--translations/source/vi/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/vi/scp2/source/writer.po4
-rw-r--r--translations/source/vi/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/vi/scripting/source/pyprov.po10
-rw-r--r--translations/source/vi/sd/source/core.po4
-rw-r--r--translations/source/vi/sd/source/filter/html.po4
-rw-r--r--translations/source/vi/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/vi/sd/source/ui/animations.po4
-rw-r--r--translations/source/vi/sd/source/ui/annotations.po4
-rw-r--r--translations/source/vi/sd/source/ui/app.po4
-rw-r--r--translations/source/vi/sd/source/ui/dlg.po4
-rw-r--r--translations/source/vi/sd/source/ui/notes.po4
-rw-r--r--translations/source/vi/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/vi/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/vi/sd/source/ui/table.po4
-rw-r--r--translations/source/vi/sd/source/ui/view.po4
-rw-r--r--translations/source/vi/sdext/source/minimizer.po6
-rw-r--r--translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/vi/sdext/source/pdfimport.po16
-rw-r--r--translations/source/vi/sdext/source/presenter.po6
-rw-r--r--translations/source/vi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/vi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/vi/setup_native/source/mac.po4
-rw-r--r--translations/source/vi/sfx2/source/appl.po4
-rw-r--r--translations/source/vi/sfx2/source/bastyp.po4
-rw-r--r--translations/source/vi/sfx2/source/dialog.po4
-rw-r--r--translations/source/vi/sfx2/source/doc.po4
-rw-r--r--translations/source/vi/sfx2/source/menu.po4
-rw-r--r--translations/source/vi/sfx2/source/view.po4
-rw-r--r--translations/source/vi/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/vi/starmath/source.po36
-rw-r--r--translations/source/vi/svl/source/items.po4
-rw-r--r--translations/source/vi/svl/source/misc.po164
-rw-r--r--translations/source/vi/svtools/source/contnr.po4
-rw-r--r--translations/source/vi/svtools/source/control.po4
-rw-r--r--translations/source/vi/svtools/source/dialogs.po4
-rw-r--r--translations/source/vi/svtools/source/filter.po4
-rw-r--r--translations/source/vi/svtools/source/java.po4
-rw-r--r--translations/source/vi/svtools/source/misc.po8
-rw-r--r--translations/source/vi/svtools/source/plugapp.po4
-rw-r--r--translations/source/vi/svtools/source/toolpanel.po4
-rw-r--r--translations/source/vi/svtools/workben/unodialog.po4
-rw-r--r--translations/source/vi/svx/inc.po4
-rw-r--r--translations/source/vi/svx/source/accessibility.po4
-rw-r--r--translations/source/vi/svx/source/dialog.po46
-rw-r--r--translations/source/vi/svx/source/engine3d.po4
-rw-r--r--translations/source/vi/svx/source/fmcomp.po4
-rw-r--r--translations/source/vi/svx/source/form.po4
-rw-r--r--translations/source/vi/svx/source/gallery2.po4
-rw-r--r--translations/source/vi/svx/source/items.po4
-rw-r--r--translations/source/vi/svx/source/src.po4
-rw-r--r--translations/source/vi/svx/source/stbctrls.po4
-rw-r--r--translations/source/vi/svx/source/svdraw.po4
-rw-r--r--translations/source/vi/svx/source/table.po4
-rw-r--r--translations/source/vi/svx/source/tbxctrls.po4
-rw-r--r--translations/source/vi/svx/source/toolbars.po4
-rw-r--r--translations/source/vi/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/vi/sw/source/core/layout.po6
-rw-r--r--translations/source/vi/sw/source/core/undo.po4
-rw-r--r--translations/source/vi/sw/source/core/unocore.po4
-rw-r--r--translations/source/vi/sw/source/ui/app.po28
-rw-r--r--translations/source/vi/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/vi/sw/source/ui/config.po56
-rw-r--r--translations/source/vi/sw/source/ui/dbui.po4
-rw-r--r--translations/source/vi/sw/source/ui/dialog.po8
-rw-r--r--translations/source/vi/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/vi/sw/source/ui/docvw.po4
-rw-r--r--translations/source/vi/sw/source/ui/envelp.po4
-rw-r--r--translations/source/vi/sw/source/ui/fldui.po4
-rw-r--r--translations/source/vi/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/vi/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/vi/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/vi/sw/source/ui/index.po4
-rw-r--r--translations/source/vi/sw/source/ui/lingu.po8
-rw-r--r--translations/source/vi/sw/source/ui/misc.po4
-rw-r--r--translations/source/vi/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/vi/sw/source/ui/shells.po4
-rw-r--r--translations/source/vi/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/vi/sw/source/ui/table.po46
-rw-r--r--translations/source/vi/sw/source/ui/uiview.po4
-rw-r--r--translations/source/vi/sw/source/ui/utlui.po194
-rw-r--r--translations/source/vi/sw/source/ui/web.po4
-rw-r--r--translations/source/vi/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/vi/swext/mediawiki/help.po93
-rw-r--r--translations/source/vi/swext/mediawiki/src.po6
-rw-r--r--translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/vi/sysui/desktop/share.po4
-rw-r--r--translations/source/vi/uui/source.po4
-rw-r--r--translations/source/vi/vcl/source/src.po84
-rw-r--r--translations/source/vi/wizards/source/euro.po4
-rw-r--r--translations/source/vi/wizards/source/formwizard.po4
-rw-r--r--translations/source/vi/wizards/source/importwizard.po4
-rw-r--r--translations/source/vi/wizards/source/schedule.po4
-rw-r--r--translations/source/vi/wizards/source/template.po4
-rw-r--r--translations/source/vi/xmlsecurity/source/component.po4
-rw-r--r--translations/source/vi/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/xh/accessibility/source/helper.po4
-rw-r--r--translations/source/xh/avmedia/source/framework.po4
-rw-r--r--translations/source/xh/avmedia/source/viewer.po4
-rw-r--r--translations/source/xh/basctl/source/basicide.po12
-rw-r--r--translations/source/xh/basctl/source/dlged.po4
-rw-r--r--translations/source/xh/basic/source/app.po4
-rw-r--r--translations/source/xh/basic/source/classes.po4
-rw-r--r--translations/source/xh/basic/source/sbx.po4
-rw-r--r--translations/source/xh/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/xh/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/xh/connectivity/source/resource.po4
-rw-r--r--translations/source/xh/crashrep/source/all.po4
-rw-r--r--translations/source/xh/cui/source/customize.po4
-rw-r--r--translations/source/xh/cui/source/dialogs.po12
-rw-r--r--translations/source/xh/cui/source/options.po38
-rw-r--r--translations/source/xh/cui/source/tabpages.po8
-rw-r--r--translations/source/xh/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/xh/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/xh/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/xh/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/xh/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/xh/desktop/source/app.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/misc.po26
-rw-r--r--translations/source/xh/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/xh/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/xh/desktop/win32/source/setup.po4
-rw-r--r--translations/source/xh/dictionaries/af_ZA.po6
-rw-r--r--translations/source/xh/dictionaries/ar.po6
-rw-r--r--translations/source/xh/dictionaries/be_BY.po19
-rw-r--r--translations/source/xh/dictionaries/bg_BG.po6
-rw-r--r--translations/source/xh/dictionaries/bn_BD.po6
-rw-r--r--translations/source/xh/dictionaries/br_FR.po6
-rw-r--r--translations/source/xh/dictionaries/ca.po6
-rw-r--r--translations/source/xh/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/xh/dictionaries/da_DK.po6
-rw-r--r--translations/source/xh/dictionaries/de.po6
-rw-r--r--translations/source/xh/dictionaries/el_GR.po19
-rw-r--r--translations/source/xh/dictionaries/en.po6
-rw-r--r--translations/source/xh/dictionaries/es_ES.po6
-rw-r--r--translations/source/xh/dictionaries/et_EE.po6
-rw-r--r--translations/source/xh/dictionaries/fr_FR.po6
-rw-r--r--translations/source/xh/dictionaries/gd_GB.po19
-rw-r--r--translations/source/xh/dictionaries/gl.po6
-rw-r--r--translations/source/xh/dictionaries/gu_IN.po6
-rw-r--r--translations/source/xh/dictionaries/he_IL.po6
-rw-r--r--translations/source/xh/dictionaries/hi_IN.po6
-rw-r--r--translations/source/xh/dictionaries/hr_HR.po6
-rw-r--r--translations/source/xh/dictionaries/hu_HU.po6
-rw-r--r--translations/source/xh/dictionaries/it_IT.po6
-rw-r--r--translations/source/xh/dictionaries/ku_TR.po6
-rw-r--r--translations/source/xh/dictionaries/lt_LT.po6
-rw-r--r--translations/source/xh/dictionaries/lv_LV.po6
-rw-r--r--translations/source/xh/dictionaries/ne_NP.po6
-rw-r--r--translations/source/xh/dictionaries/nl_NL.po6
-rw-r--r--translations/source/xh/dictionaries/no.po6
-rw-r--r--translations/source/xh/dictionaries/oc_FR.po6
-rw-r--r--translations/source/xh/dictionaries/pl_PL.po6
-rw-r--r--translations/source/xh/dictionaries/pt_BR.po6
-rw-r--r--translations/source/xh/dictionaries/pt_PT.po6
-rw-r--r--translations/source/xh/dictionaries/ro.po6
-rw-r--r--translations/source/xh/dictionaries/ru_RU.po6
-rw-r--r--translations/source/xh/dictionaries/sk_SK.po6
-rw-r--r--translations/source/xh/dictionaries/sl_SI.po6
-rw-r--r--translations/source/xh/dictionaries/sr.po6
-rw-r--r--translations/source/xh/dictionaries/sv_SE.po6
-rw-r--r--translations/source/xh/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/xh/dictionaries/te_IN.po19
-rw-r--r--translations/source/xh/dictionaries/th_TH.po6
-rw-r--r--translations/source/xh/dictionaries/uk_UA.po6
-rw-r--r--translations/source/xh/dictionaries/vi.po6
-rw-r--r--translations/source/xh/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/xh/editeng/source/accessibility.po4
-rw-r--r--translations/source/xh/editeng/source/editeng.po4
-rw-r--r--translations/source/xh/editeng/source/items.po4
-rw-r--r--translations/source/xh/editeng/source/misc.po4
-rw-r--r--translations/source/xh/editeng/source/outliner.po4
-rw-r--r--translations/source/xh/extensions/source/abpilot.po4
-rw-r--r--translations/source/xh/extensions/source/bibliography.po4
-rw-r--r--translations/source/xh/extensions/source/dbpilots.po4
-rw-r--r--translations/source/xh/extensions/source/propctrlr.po4
-rw-r--r--translations/source/xh/extensions/source/scanner.po8
-rw-r--r--translations/source/xh/extensions/source/update/check.po4
-rw-r--r--translations/source/xh/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/xh/filter/source/config/fragments/types.po9
-rw-r--r--translations/source/xh/filter/source/flash.po4
-rw-r--r--translations/source/xh/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/xh/filter/source/pdf.po4
-rw-r--r--translations/source/xh/filter/source/t602.po4
-rw-r--r--translations/source/xh/filter/source/xsltdialog.po8
-rw-r--r--translations/source/xh/forms/source/resource.po4
-rw-r--r--translations/source/xh/formula/source/core/resource.po4
-rw-r--r--translations/source/xh/formula/source/ui/dlg.po4
-rw-r--r--translations/source/xh/fpicker/source/office.po4
-rw-r--r--translations/source/xh/framework/source/classes.po4
-rw-r--r--translations/source/xh/framework/source/services.po4
-rw-r--r--translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/xh/mysqlc/source.po12
-rw-r--r--translations/source/xh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/xh/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/xh/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/xh/padmin/source.po4
-rw-r--r--translations/source/xh/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/xh/reportbuilder/util.po8
-rw-r--r--translations/source/xh/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/xh/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/xh/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/xh/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/xh/sc/source/core/src.po4
-rw-r--r--translations/source/xh/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/xh/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/xh/sc/source/ui/docshell.po4
-rw-r--r--translations/source/xh/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/xh/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/xh/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/xh/sc/source/ui/navipi.po9
-rw-r--r--translations/source/xh/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/xh/sc/source/ui/src.po305
-rw-r--r--translations/source/xh/sc/source/ui/styleui.po4
-rw-r--r--translations/source/xh/scaddins/source/analysis.po4
-rw-r--r--translations/source/xh/scaddins/source/datefunc.po4
-rw-r--r--translations/source/xh/sccomp/source/solver.po4
-rw-r--r--translations/source/xh/scp2/source/accessories.po4
-rw-r--r--translations/source/xh/scp2/source/activex.po4
-rw-r--r--translations/source/xh/scp2/source/base.po4
-rw-r--r--translations/source/xh/scp2/source/binfilter.po4
-rw-r--r--translations/source/xh/scp2/source/calc.po4
-rw-r--r--translations/source/xh/scp2/source/draw.po4
-rw-r--r--translations/source/xh/scp2/source/extensions.po4
-rw-r--r--translations/source/xh/scp2/source/gnome.po4
-rw-r--r--translations/source/xh/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/xh/scp2/source/impress.po4
-rw-r--r--translations/source/xh/scp2/source/javafilter.po4
-rw-r--r--translations/source/xh/scp2/source/kde.po4
-rw-r--r--translations/source/xh/scp2/source/math.po4
-rw-r--r--translations/source/xh/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/xh/scp2/source/ooo.po670
-rw-r--r--translations/source/xh/scp2/source/python.po8
-rw-r--r--translations/source/xh/scp2/source/quickstart.po4
-rw-r--r--translations/source/xh/scp2/source/sdkoo.po4
-rw-r--r--translations/source/xh/scp2/source/testtool.po4
-rw-r--r--translations/source/xh/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/xh/scp2/source/writer.po4
-rw-r--r--translations/source/xh/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/xh/scripting/source/pyprov.po10
-rw-r--r--translations/source/xh/sd/source/core.po4
-rw-r--r--translations/source/xh/sd/source/filter/html.po4
-rw-r--r--translations/source/xh/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/xh/sd/source/ui/animations.po4
-rw-r--r--translations/source/xh/sd/source/ui/annotations.po4
-rw-r--r--translations/source/xh/sd/source/ui/app.po4
-rw-r--r--translations/source/xh/sd/source/ui/dlg.po4
-rw-r--r--translations/source/xh/sd/source/ui/notes.po4
-rw-r--r--translations/source/xh/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/xh/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/xh/sd/source/ui/table.po4
-rw-r--r--translations/source/xh/sd/source/ui/view.po4
-rw-r--r--translations/source/xh/sdext/source/minimizer.po6
-rw-r--r--translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po25
-rw-r--r--translations/source/xh/sdext/source/pdfimport.po15
-rw-r--r--translations/source/xh/sdext/source/presenter.po6
-rw-r--r--translations/source/xh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/xh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/xh/setup_native/source/mac.po4
-rw-r--r--translations/source/xh/sfx2/source/appl.po4
-rw-r--r--translations/source/xh/sfx2/source/bastyp.po4
-rw-r--r--translations/source/xh/sfx2/source/dialog.po4
-rw-r--r--translations/source/xh/sfx2/source/doc.po4
-rw-r--r--translations/source/xh/sfx2/source/menu.po4
-rw-r--r--translations/source/xh/sfx2/source/view.po4
-rw-r--r--translations/source/xh/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/xh/starmath/source.po36
-rw-r--r--translations/source/xh/svl/source/items.po4
-rw-r--r--translations/source/xh/svl/source/misc.po164
-rw-r--r--translations/source/xh/svtools/source/contnr.po4
-rw-r--r--translations/source/xh/svtools/source/control.po4
-rw-r--r--translations/source/xh/svtools/source/dialogs.po4
-rw-r--r--translations/source/xh/svtools/source/filter.po4
-rw-r--r--translations/source/xh/svtools/source/java.po4
-rw-r--r--translations/source/xh/svtools/source/misc.po8
-rw-r--r--translations/source/xh/svtools/source/plugapp.po4
-rw-r--r--translations/source/xh/svtools/source/toolpanel.po4
-rw-r--r--translations/source/xh/svtools/workben/unodialog.po4
-rw-r--r--translations/source/xh/svx/inc.po4
-rw-r--r--translations/source/xh/svx/source/accessibility.po4
-rw-r--r--translations/source/xh/svx/source/dialog.po43
-rw-r--r--translations/source/xh/svx/source/engine3d.po4
-rw-r--r--translations/source/xh/svx/source/fmcomp.po4
-rw-r--r--translations/source/xh/svx/source/form.po4
-rw-r--r--translations/source/xh/svx/source/gallery2.po4
-rw-r--r--translations/source/xh/svx/source/items.po4
-rw-r--r--translations/source/xh/svx/source/src.po4
-rw-r--r--translations/source/xh/svx/source/stbctrls.po4
-rw-r--r--translations/source/xh/svx/source/svdraw.po4
-rw-r--r--translations/source/xh/svx/source/table.po4
-rw-r--r--translations/source/xh/svx/source/tbxctrls.po4
-rw-r--r--translations/source/xh/svx/source/toolbars.po4
-rw-r--r--translations/source/xh/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/xh/sw/source/core/layout.po6
-rw-r--r--translations/source/xh/sw/source/core/undo.po4
-rw-r--r--translations/source/xh/sw/source/core/unocore.po4
-rw-r--r--translations/source/xh/sw/source/ui/app.po28
-rw-r--r--translations/source/xh/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/xh/sw/source/ui/config.po73
-rw-r--r--translations/source/xh/sw/source/ui/dbui.po4
-rw-r--r--translations/source/xh/sw/source/ui/dialog.po8
-rw-r--r--translations/source/xh/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/xh/sw/source/ui/docvw.po4
-rw-r--r--translations/source/xh/sw/source/ui/envelp.po4
-rw-r--r--translations/source/xh/sw/source/ui/fldui.po4
-rw-r--r--translations/source/xh/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/xh/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/xh/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/xh/sw/source/ui/index.po4
-rw-r--r--translations/source/xh/sw/source/ui/lingu.po8
-rw-r--r--translations/source/xh/sw/source/ui/misc.po4
-rw-r--r--translations/source/xh/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/xh/sw/source/ui/shells.po4
-rw-r--r--translations/source/xh/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/xh/sw/source/ui/table.po38
-rw-r--r--translations/source/xh/sw/source/ui/uiview.po4
-rw-r--r--translations/source/xh/sw/source/ui/utlui.po189
-rw-r--r--translations/source/xh/sw/source/ui/web.po4
-rw-r--r--translations/source/xh/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/xh/swext/mediawiki/help.po72
-rw-r--r--translations/source/xh/swext/mediawiki/src.po6
-rw-r--r--translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/xh/sysui/desktop/share.po4
-rw-r--r--translations/source/xh/uui/source.po4
-rw-r--r--translations/source/xh/vcl/source/src.po82
-rw-r--r--translations/source/xh/wizards/source/euro.po4
-rw-r--r--translations/source/xh/wizards/source/formwizard.po4
-rw-r--r--translations/source/xh/wizards/source/importwizard.po4
-rw-r--r--translations/source/xh/wizards/source/schedule.po4
-rw-r--r--translations/source/xh/wizards/source/template.po4
-rw-r--r--translations/source/xh/xmlsecurity/source/component.po4
-rw-r--r--translations/source/xh/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/zh-CN/accessibility/source/helper.po4
-rw-r--r--translations/source/zh-CN/avmedia/source/framework.po4
-rw-r--r--translations/source/zh-CN/avmedia/source/viewer.po4
-rw-r--r--translations/source/zh-CN/basctl/source/basicide.po14
-rw-r--r--translations/source/zh-CN/basctl/source/dlged.po4
-rw-r--r--translations/source/zh-CN/basic/source/app.po4
-rw-r--r--translations/source/zh-CN/basic/source/classes.po4
-rw-r--r--translations/source/zh-CN/basic/source/sbx.po4
-rw-r--r--translations/source/zh-CN/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/adabas.po2
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/postgresql.po28
-rw-r--r--translations/source/zh-CN/connectivity/source/resource.po9
-rw-r--r--translations/source/zh-CN/crashrep/source/all.po4
-rw-r--r--translations/source/zh-CN/cui/source/customize.po4
-rw-r--r--translations/source/zh-CN/cui/source/dialogs.po66
-rw-r--r--translations/source/zh-CN/cui/source/options.po54
-rw-r--r--translations/source/zh-CN/cui/source/tabpages.po10
-rw-r--r--translations/source/zh-CN/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/zh-CN/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/app.po17
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/zh-CN/desktop/source/app.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/zh-CN/desktop/win32/source/setup.po8
-rw-r--r--translations/source/zh-CN/dictionaries/af_ZA.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ar.po13
-rw-r--r--translations/source/zh-CN/dictionaries/be_BY.po20
-rw-r--r--translations/source/zh-CN/dictionaries/bg_BG.po13
-rw-r--r--translations/source/zh-CN/dictionaries/bn_BD.po13
-rw-r--r--translations/source/zh-CN/dictionaries/br_FR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ca.po13
-rw-r--r--translations/source/zh-CN/dictionaries/cs_CZ.po13
-rw-r--r--translations/source/zh-CN/dictionaries/da_DK.po13
-rw-r--r--translations/source/zh-CN/dictionaries/de.po13
-rw-r--r--translations/source/zh-CN/dictionaries/el_GR.po20
-rw-r--r--translations/source/zh-CN/dictionaries/en.po13
-rw-r--r--translations/source/zh-CN/dictionaries/es_ES.po13
-rw-r--r--translations/source/zh-CN/dictionaries/et_EE.po13
-rw-r--r--translations/source/zh-CN/dictionaries/fr_FR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/gd_GB.po20
-rw-r--r--translations/source/zh-CN/dictionaries/gl.po13
-rw-r--r--translations/source/zh-CN/dictionaries/gu_IN.po13
-rw-r--r--translations/source/zh-CN/dictionaries/he_IL.po13
-rw-r--r--translations/source/zh-CN/dictionaries/hi_IN.po13
-rw-r--r--translations/source/zh-CN/dictionaries/hr_HR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/hu_HU.po13
-rw-r--r--translations/source/zh-CN/dictionaries/it_IT.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ku_TR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/lt_LT.po13
-rw-r--r--translations/source/zh-CN/dictionaries/lv_LV.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ne_NP.po13
-rw-r--r--translations/source/zh-CN/dictionaries/nl_NL.po13
-rw-r--r--translations/source/zh-CN/dictionaries/no.po13
-rw-r--r--translations/source/zh-CN/dictionaries/oc_FR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/pl_PL.po13
-rw-r--r--translations/source/zh-CN/dictionaries/pt_BR.po13
-rw-r--r--translations/source/zh-CN/dictionaries/pt_PT.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ro.po13
-rw-r--r--translations/source/zh-CN/dictionaries/ru_RU.po13
-rw-r--r--translations/source/zh-CN/dictionaries/sk_SK.po13
-rw-r--r--translations/source/zh-CN/dictionaries/sl_SI.po13
-rw-r--r--translations/source/zh-CN/dictionaries/sr.po13
-rw-r--r--translations/source/zh-CN/dictionaries/sv_SE.po13
-rw-r--r--translations/source/zh-CN/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/zh-CN/dictionaries/te_IN.po20
-rw-r--r--translations/source/zh-CN/dictionaries/th_TH.po13
-rw-r--r--translations/source/zh-CN/dictionaries/uk_UA.po13
-rw-r--r--translations/source/zh-CN/dictionaries/vi.po13
-rw-r--r--translations/source/zh-CN/dictionaries/zu_ZA.po13
-rw-r--r--translations/source/zh-CN/editeng/source/accessibility.po4
-rw-r--r--translations/source/zh-CN/editeng/source/editeng.po8
-rw-r--r--translations/source/zh-CN/editeng/source/items.po4
-rw-r--r--translations/source/zh-CN/editeng/source/misc.po4
-rw-r--r--translations/source/zh-CN/editeng/source/outliner.po4
-rw-r--r--translations/source/zh-CN/extensions/source/abpilot.po8
-rw-r--r--translations/source/zh-CN/extensions/source/bibliography.po4
-rw-r--r--translations/source/zh-CN/extensions/source/dbpilots.po4
-rw-r--r--translations/source/zh-CN/extensions/source/propctrlr.po4
-rw-r--r--translations/source/zh-CN/extensions/source/scanner.po10
-rw-r--r--translations/source/zh-CN/extensions/source/update/check.po9
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/zh-CN/filter/source/flash.po4
-rw-r--r--translations/source/zh-CN/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/zh-CN/filter/source/pdf.po12
-rw-r--r--translations/source/zh-CN/filter/source/t602.po4
-rw-r--r--translations/source/zh-CN/filter/source/xsltdialog.po13
-rw-r--r--translations/source/zh-CN/forms/source/resource.po4
-rw-r--r--translations/source/zh-CN/formula/source/core/resource.po16
-rw-r--r--translations/source/zh-CN/formula/source/ui/dlg.po4
-rw-r--r--translations/source/zh-CN/fpicker/source/office.po4
-rw-r--r--translations/source/zh-CN/framework/source/classes.po4
-rw-r--r--translations/source/zh-CN/framework/source/services.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc.po42
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/01.po369
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/04.po46
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/05.po74
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po17
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/01.po19
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw.po13
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared.po30
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/00.po20
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/01.po150
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/02.po17
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po7
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/guide.po83
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po68
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress.po10
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/02.po39
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/01.po186
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/01.po12
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po37
-rw-r--r--translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po17
-rw-r--r--translations/source/zh-CN/mysqlc/source.po16
-rw-r--r--translations/source/zh-CN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po44
-rw-r--r--translations/source/zh-CN/padmin/source.po4
-rw-r--r--translations/source/zh-CN/readlicense_oo/docs/readme.po10
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/zh-CN/reportbuilder/util.po17
-rw-r--r--translations/source/zh-CN/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/zh-CN/sc/source/core/src.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/zh-CN/sc/source/ui/docshell.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/miscdlgs.po10
-rw-r--r--translations/source/zh-CN/sc/source/ui/navipi.po8
-rw-r--r--translations/source/zh-CN/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/zh-CN/sc/source/ui/src.po362
-rw-r--r--translations/source/zh-CN/sc/source/ui/styleui.po4
-rw-r--r--translations/source/zh-CN/scaddins/source/analysis.po4
-rw-r--r--translations/source/zh-CN/scaddins/source/datefunc.po4
-rw-r--r--translations/source/zh-CN/sccomp/source/solver.po4
-rw-r--r--translations/source/zh-CN/scp2/source/accessories.po22
-rw-r--r--translations/source/zh-CN/scp2/source/activex.po4
-rw-r--r--translations/source/zh-CN/scp2/source/base.po4
-rw-r--r--translations/source/zh-CN/scp2/source/binfilter.po4
-rw-r--r--translations/source/zh-CN/scp2/source/calc.po8
-rw-r--r--translations/source/zh-CN/scp2/source/draw.po4
-rw-r--r--translations/source/zh-CN/scp2/source/extensions.po22
-rw-r--r--translations/source/zh-CN/scp2/source/gnome.po4
-rw-r--r--translations/source/zh-CN/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/zh-CN/scp2/source/impress.po4
-rw-r--r--translations/source/zh-CN/scp2/source/javafilter.po4
-rw-r--r--translations/source/zh-CN/scp2/source/kde.po4
-rw-r--r--translations/source/zh-CN/scp2/source/math.po4
-rw-r--r--translations/source/zh-CN/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/zh-CN/scp2/source/ooo.po993
-rw-r--r--translations/source/zh-CN/scp2/source/python.po10
-rw-r--r--translations/source/zh-CN/scp2/source/quickstart.po4
-rw-r--r--translations/source/zh-CN/scp2/source/sdkoo.po4
-rw-r--r--translations/source/zh-CN/scp2/source/testtool.po4
-rw-r--r--translations/source/zh-CN/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/zh-CN/scp2/source/writer.po4
-rw-r--r--translations/source/zh-CN/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/zh-CN/scripting/source/pyprov.po17
-rw-r--r--translations/source/zh-CN/sd/source/core.po4
-rw-r--r--translations/source/zh-CN/sd/source/filter/html.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/animations.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/annotations.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/app.po21
-rw-r--r--translations/source/zh-CN/sd/source/ui/dlg.po8
-rw-r--r--translations/source/zh-CN/sd/source/ui/notes.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/table.po4
-rw-r--r--translations/source/zh-CN/sd/source/ui/view.po4
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer.po15
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/zh-CN/sdext/source/pdfimport.po17
-rw-r--r--translations/source/zh-CN/sdext/source/presenter.po15
-rw-r--r--translations/source/zh-CN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/zh-CN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/zh-CN/setup_native/source/mac.po4
-rw-r--r--translations/source/zh-CN/sfx2/source/appl.po4
-rw-r--r--translations/source/zh-CN/sfx2/source/bastyp.po4
-rw-r--r--translations/source/zh-CN/sfx2/source/dialog.po13
-rw-r--r--translations/source/zh-CN/sfx2/source/doc.po4
-rw-r--r--translations/source/zh-CN/sfx2/source/menu.po4
-rw-r--r--translations/source/zh-CN/sfx2/source/view.po4
-rw-r--r--translations/source/zh-CN/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/zh-CN/starmath/source.po41
-rw-r--r--translations/source/zh-CN/svl/source/items.po4
-rw-r--r--translations/source/zh-CN/svl/source/misc.po166
-rw-r--r--translations/source/zh-CN/svtools/source/contnr.po4
-rw-r--r--translations/source/zh-CN/svtools/source/control.po4
-rw-r--r--translations/source/zh-CN/svtools/source/dialogs.po4
-rw-r--r--translations/source/zh-CN/svtools/source/filter.po4
-rw-r--r--translations/source/zh-CN/svtools/source/java.po9
-rw-r--r--translations/source/zh-CN/svtools/source/misc.po14
-rw-r--r--translations/source/zh-CN/svtools/source/plugapp.po4
-rw-r--r--translations/source/zh-CN/svtools/source/productregistration.po2
-rw-r--r--translations/source/zh-CN/svtools/source/toolpanel.po4
-rw-r--r--translations/source/zh-CN/svtools/workben/unodialog.po4
-rw-r--r--translations/source/zh-CN/svx/inc.po10
-rw-r--r--translations/source/zh-CN/svx/source/accessibility.po4
-rw-r--r--translations/source/zh-CN/svx/source/dialog.po46
-rw-r--r--translations/source/zh-CN/svx/source/engine3d.po4
-rw-r--r--translations/source/zh-CN/svx/source/fmcomp.po4
-rw-r--r--translations/source/zh-CN/svx/source/form.po4
-rw-r--r--translations/source/zh-CN/svx/source/gallery2.po4
-rw-r--r--translations/source/zh-CN/svx/source/items.po4
-rw-r--r--translations/source/zh-CN/svx/source/src.po4
-rw-r--r--translations/source/zh-CN/svx/source/stbctrls.po4
-rw-r--r--translations/source/zh-CN/svx/source/svdraw.po4
-rw-r--r--translations/source/zh-CN/svx/source/table.po4
-rw-r--r--translations/source/zh-CN/svx/source/tbxctrls.po4
-rw-r--r--translations/source/zh-CN/svx/source/toolbars.po4
-rw-r--r--translations/source/zh-CN/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/zh-CN/sw/source/core/layout.po15
-rw-r--r--translations/source/zh-CN/sw/source/core/undo.po11
-rw-r--r--translations/source/zh-CN/sw/source/core/unocore.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/app.po28
-rw-r--r--translations/source/zh-CN/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/zh-CN/sw/source/ui/config.po60
-rw-r--r--translations/source/zh-CN/sw/source/ui/dbui.po14
-rw-r--r--translations/source/zh-CN/sw/source/ui/dialog.po8
-rw-r--r--translations/source/zh-CN/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/docvw.po14
-rw-r--r--translations/source/zh-CN/sw/source/ui/envelp.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/fldui.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/index.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/lingu.po10
-rw-r--r--translations/source/zh-CN/sw/source/ui/misc.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/zh-CN/sw/source/ui/shells.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/table.po42
-rw-r--r--translations/source/zh-CN/sw/source/ui/uiview.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/utlui.po187
-rw-r--r--translations/source/zh-CN/sw/source/ui/web.po4
-rw-r--r--translations/source/zh-CN/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/zh-CN/swext/mediawiki/help.po92
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src.po12
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/zh-CN/sysui/desktop/share.po7
-rw-r--r--translations/source/zh-CN/uui/source.po10
-rw-r--r--translations/source/zh-CN/vcl/source/src.po86
-rw-r--r--translations/source/zh-CN/wizards/source/euro.po8
-rw-r--r--translations/source/zh-CN/wizards/source/formwizard.po4
-rw-r--r--translations/source/zh-CN/wizards/source/importwizard.po32
-rw-r--r--translations/source/zh-CN/wizards/source/schedule.po4
-rw-r--r--translations/source/zh-CN/wizards/source/template.po4
-rw-r--r--translations/source/zh-CN/xmlsecurity/source/component.po4
-rw-r--r--translations/source/zh-CN/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/zh-TW/accessibility/source/helper.po4
-rw-r--r--translations/source/zh-TW/avmedia/source/framework.po4
-rw-r--r--translations/source/zh-TW/avmedia/source/viewer.po4
-rw-r--r--translations/source/zh-TW/basctl/source/basicide.po12
-rw-r--r--translations/source/zh-TW/basctl/source/dlged.po4
-rw-r--r--translations/source/zh-TW/basic/source/app.po4
-rw-r--r--translations/source/zh-TW/basic/source/classes.po4
-rw-r--r--translations/source/zh-TW/basic/source/sbx.po4
-rw-r--r--translations/source/zh-TW/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/zh-TW/connectivity/source/resource.po9
-rw-r--r--translations/source/zh-TW/crashrep/source/all.po4
-rw-r--r--translations/source/zh-TW/cui/source/customize.po4
-rw-r--r--translations/source/zh-TW/cui/source/dialogs.po66
-rw-r--r--translations/source/zh-TW/cui/source/options.po64
-rw-r--r--translations/source/zh-TW/cui/source/tabpages.po8
-rw-r--r--translations/source/zh-TW/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ext/adabas.po9
-rw-r--r--translations/source/zh-TW/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/app.po19
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/zh-TW/desktop/source/app.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/misc.po24
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/zh-TW/desktop/win32/source/setup.po4
-rw-r--r--translations/source/zh-TW/dictionaries/af_ZA.po13
-rw-r--r--translations/source/zh-TW/dictionaries/ar.po6
-rw-r--r--translations/source/zh-TW/dictionaries/be_BY.po19
-rw-r--r--translations/source/zh-TW/dictionaries/bg_BG.po6
-rw-r--r--translations/source/zh-TW/dictionaries/bn_BD.po6
-rw-r--r--translations/source/zh-TW/dictionaries/br_FR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ca.po6
-rw-r--r--translations/source/zh-TW/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/zh-TW/dictionaries/da_DK.po6
-rw-r--r--translations/source/zh-TW/dictionaries/de.po6
-rw-r--r--translations/source/zh-TW/dictionaries/el_GR.po19
-rw-r--r--translations/source/zh-TW/dictionaries/en.po6
-rw-r--r--translations/source/zh-TW/dictionaries/es_ES.po6
-rw-r--r--translations/source/zh-TW/dictionaries/et_EE.po6
-rw-r--r--translations/source/zh-TW/dictionaries/fr_FR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/gd_GB.po19
-rw-r--r--translations/source/zh-TW/dictionaries/gl.po6
-rw-r--r--translations/source/zh-TW/dictionaries/gu_IN.po6
-rw-r--r--translations/source/zh-TW/dictionaries/he_IL.po6
-rw-r--r--translations/source/zh-TW/dictionaries/hi_IN.po6
-rw-r--r--translations/source/zh-TW/dictionaries/hr_HR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/hu_HU.po6
-rw-r--r--translations/source/zh-TW/dictionaries/it_IT.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ku_TR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/lt_LT.po6
-rw-r--r--translations/source/zh-TW/dictionaries/lv_LV.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ne_NP.po6
-rw-r--r--translations/source/zh-TW/dictionaries/nl_NL.po6
-rw-r--r--translations/source/zh-TW/dictionaries/no.po6
-rw-r--r--translations/source/zh-TW/dictionaries/oc_FR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/pl_PL.po6
-rw-r--r--translations/source/zh-TW/dictionaries/pt_BR.po6
-rw-r--r--translations/source/zh-TW/dictionaries/pt_PT.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ro.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ru_RU.po6
-rw-r--r--translations/source/zh-TW/dictionaries/sk_SK.po6
-rw-r--r--translations/source/zh-TW/dictionaries/sl_SI.po6
-rw-r--r--translations/source/zh-TW/dictionaries/sr.po6
-rw-r--r--translations/source/zh-TW/dictionaries/sv_SE.po6
-rw-r--r--translations/source/zh-TW/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/zh-TW/dictionaries/te_IN.po19
-rw-r--r--translations/source/zh-TW/dictionaries/th_TH.po6
-rw-r--r--translations/source/zh-TW/dictionaries/uk_UA.po6
-rw-r--r--translations/source/zh-TW/dictionaries/vi.po6
-rw-r--r--translations/source/zh-TW/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/zh-TW/editeng/source/accessibility.po4
-rw-r--r--translations/source/zh-TW/editeng/source/editeng.po8
-rw-r--r--translations/source/zh-TW/editeng/source/items.po4
-rw-r--r--translations/source/zh-TW/editeng/source/misc.po4
-rw-r--r--translations/source/zh-TW/editeng/source/outliner.po4
-rw-r--r--translations/source/zh-TW/extensions/source/abpilot.po8
-rw-r--r--translations/source/zh-TW/extensions/source/bibliography.po4
-rw-r--r--translations/source/zh-TW/extensions/source/dbpilots.po4
-rw-r--r--translations/source/zh-TW/extensions/source/propctrlr.po4
-rw-r--r--translations/source/zh-TW/extensions/source/scanner.po8
-rw-r--r--translations/source/zh-TW/extensions/source/update/check.po11
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/zh-TW/filter/source/flash.po4
-rw-r--r--translations/source/zh-TW/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/zh-TW/filter/source/pdf.po12
-rw-r--r--translations/source/zh-TW/filter/source/t602.po4
-rw-r--r--translations/source/zh-TW/filter/source/xsltdialog.po8
-rw-r--r--translations/source/zh-TW/forms/source/resource.po4
-rw-r--r--translations/source/zh-TW/formula/source/core/resource.po4
-rw-r--r--translations/source/zh-TW/formula/source/ui/dlg.po4
-rw-r--r--translations/source/zh-TW/fpicker/source/office.po4
-rw-r--r--translations/source/zh-TW/framework/source/classes.po4
-rw-r--r--translations/source/zh-TW/framework/source/services.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc.po40
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/01.po272
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/04.po44
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/05.po72
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/04.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/01.po94
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/02.po8
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/04.po28
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/guide.po64
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/01.po178
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--translations/source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--translations/source/zh-TW/mysqlc/source.po12
-rw-r--r--translations/source/zh-TW/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po27
-rw-r--r--translations/source/zh-TW/padmin/source.po4
-rw-r--r--translations/source/zh-TW/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/zh-TW/reportbuilder/util.po8
-rw-r--r--translations/source/zh-TW/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/zh-TW/sc/source/core/src.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/docshell.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/zh-TW/sc/source/ui/navipi.po9
-rw-r--r--translations/source/zh-TW/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/zh-TW/sc/source/ui/src.po266
-rw-r--r--translations/source/zh-TW/sc/source/ui/styleui.po4
-rw-r--r--translations/source/zh-TW/scaddins/source/analysis.po4
-rw-r--r--translations/source/zh-TW/scaddins/source/datefunc.po4
-rw-r--r--translations/source/zh-TW/sccomp/source/solver.po4
-rw-r--r--translations/source/zh-TW/scp2/source/accessories.po4
-rw-r--r--translations/source/zh-TW/scp2/source/activex.po4
-rw-r--r--translations/source/zh-TW/scp2/source/base.po4
-rw-r--r--translations/source/zh-TW/scp2/source/binfilter.po4
-rw-r--r--translations/source/zh-TW/scp2/source/calc.po4
-rw-r--r--translations/source/zh-TW/scp2/source/draw.po4
-rw-r--r--translations/source/zh-TW/scp2/source/extensions.po4
-rw-r--r--translations/source/zh-TW/scp2/source/gnome.po4
-rw-r--r--translations/source/zh-TW/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/zh-TW/scp2/source/impress.po4
-rw-r--r--translations/source/zh-TW/scp2/source/javafilter.po4
-rw-r--r--translations/source/zh-TW/scp2/source/kde.po4
-rw-r--r--translations/source/zh-TW/scp2/source/math.po4
-rw-r--r--translations/source/zh-TW/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/zh-TW/scp2/source/ooo.po667
-rw-r--r--translations/source/zh-TW/scp2/source/python.po8
-rw-r--r--translations/source/zh-TW/scp2/source/quickstart.po4
-rw-r--r--translations/source/zh-TW/scp2/source/sdkoo.po4
-rw-r--r--translations/source/zh-TW/scp2/source/testtool.po4
-rw-r--r--translations/source/zh-TW/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/zh-TW/scp2/source/writer.po4
-rw-r--r--translations/source/zh-TW/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/zh-TW/scripting/source/pyprov.po10
-rw-r--r--translations/source/zh-TW/sd/source/core.po4
-rw-r--r--translations/source/zh-TW/sd/source/filter/html.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/animations.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/annotations.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/app.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/dlg.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/notes.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/table.po4
-rw-r--r--translations/source/zh-TW/sd/source/ui/view.po4
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer.po6
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/zh-TW/sdext/source/pdfimport.po16
-rw-r--r--translations/source/zh-TW/sdext/source/presenter.po6
-rw-r--r--translations/source/zh-TW/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/zh-TW/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/zh-TW/setup_native/source/mac.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/appl.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/bastyp.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/dialog.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/doc.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/menu.po4
-rw-r--r--translations/source/zh-TW/sfx2/source/view.po4
-rw-r--r--translations/source/zh-TW/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/zh-TW/starmath/source.po36
-rw-r--r--translations/source/zh-TW/svl/source/items.po4
-rw-r--r--translations/source/zh-TW/svl/source/misc.po165
-rw-r--r--translations/source/zh-TW/svtools/source/contnr.po4
-rw-r--r--translations/source/zh-TW/svtools/source/control.po4
-rw-r--r--translations/source/zh-TW/svtools/source/dialogs.po4
-rw-r--r--translations/source/zh-TW/svtools/source/filter.po4
-rw-r--r--translations/source/zh-TW/svtools/source/java.po4
-rw-r--r--translations/source/zh-TW/svtools/source/misc.po8
-rw-r--r--translations/source/zh-TW/svtools/source/plugapp.po4
-rw-r--r--translations/source/zh-TW/svtools/source/toolpanel.po4
-rw-r--r--translations/source/zh-TW/svtools/workben/unodialog.po4
-rw-r--r--translations/source/zh-TW/svx/inc.po4
-rw-r--r--translations/source/zh-TW/svx/source/accessibility.po4
-rw-r--r--translations/source/zh-TW/svx/source/dialog.po44
-rw-r--r--translations/source/zh-TW/svx/source/engine3d.po4
-rw-r--r--translations/source/zh-TW/svx/source/fmcomp.po4
-rw-r--r--translations/source/zh-TW/svx/source/form.po4
-rw-r--r--translations/source/zh-TW/svx/source/gallery2.po4
-rw-r--r--translations/source/zh-TW/svx/source/items.po4
-rw-r--r--translations/source/zh-TW/svx/source/src.po4
-rw-r--r--translations/source/zh-TW/svx/source/stbctrls.po4
-rw-r--r--translations/source/zh-TW/svx/source/svdraw.po4
-rw-r--r--translations/source/zh-TW/svx/source/table.po4
-rw-r--r--translations/source/zh-TW/svx/source/tbxctrls.po4
-rw-r--r--translations/source/zh-TW/svx/source/toolbars.po4
-rw-r--r--translations/source/zh-TW/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/zh-TW/sw/source/core/layout.po6
-rw-r--r--translations/source/zh-TW/sw/source/core/undo.po4
-rw-r--r--translations/source/zh-TW/sw/source/core/unocore.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/app.po28
-rw-r--r--translations/source/zh-TW/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/zh-TW/sw/source/ui/config.po56
-rw-r--r--translations/source/zh-TW/sw/source/ui/dbui.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/dialog.po8
-rw-r--r--translations/source/zh-TW/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/docvw.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/envelp.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/fldui.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/index.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/lingu.po8
-rw-r--r--translations/source/zh-TW/sw/source/ui/misc.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/zh-TW/sw/source/ui/shells.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/table.po46
-rw-r--r--translations/source/zh-TW/sw/source/ui/uiview.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/utlui.po194
-rw-r--r--translations/source/zh-TW/sw/source/ui/web.po4
-rw-r--r--translations/source/zh-TW/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/zh-TW/swext/mediawiki/help.po91
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src.po6
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/zh-TW/sysui/desktop/share.po4
-rw-r--r--translations/source/zh-TW/uui/source.po4
-rw-r--r--translations/source/zh-TW/vcl/source/src.po82
-rw-r--r--translations/source/zh-TW/wizards/source/euro.po4
-rw-r--r--translations/source/zh-TW/wizards/source/formwizard.po4
-rw-r--r--translations/source/zh-TW/wizards/source/importwizard.po4
-rw-r--r--translations/source/zh-TW/wizards/source/schedule.po4
-rw-r--r--translations/source/zh-TW/wizards/source/template.po4
-rw-r--r--translations/source/zh-TW/xmlsecurity/source/component.po4
-rw-r--r--translations/source/zh-TW/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/zu/accessibility/source/helper.po4
-rw-r--r--translations/source/zu/avmedia/source/framework.po4
-rw-r--r--translations/source/zu/avmedia/source/viewer.po4
-rw-r--r--translations/source/zu/basctl/source/basicide.po12
-rw-r--r--translations/source/zu/basctl/source/dlged.po4
-rw-r--r--translations/source/zu/basic/source/app.po4
-rw-r--r--translations/source/zu/basic/source/classes.po4
-rw-r--r--translations/source/zu/basic/source/sbx.po4
-rw-r--r--translations/source/zu/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/zu/connectivity/source/drivers/postgresql.po27
-rw-r--r--translations/source/zu/connectivity/source/resource.po4
-rw-r--r--translations/source/zu/crashrep/source/all.po4
-rw-r--r--translations/source/zu/cui/source/customize.po4
-rw-r--r--translations/source/zu/cui/source/dialogs.po12
-rw-r--r--translations/source/zu/cui/source/options.po38
-rw-r--r--translations/source/zu/cui/source/tabpages.po8
-rw-r--r--translations/source/zu/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/zu/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/zu/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/zu/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/zu/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/zu/desktop/source/app.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/misc.po28
-rw-r--r--translations/source/zu/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/zu/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/zu/desktop/win32/source/setup.po4
-rw-r--r--translations/source/zu/dictionaries/af_ZA.po6
-rw-r--r--translations/source/zu/dictionaries/ar.po6
-rw-r--r--translations/source/zu/dictionaries/be_BY.po19
-rw-r--r--translations/source/zu/dictionaries/bg_BG.po6
-rw-r--r--translations/source/zu/dictionaries/bn_BD.po6
-rw-r--r--translations/source/zu/dictionaries/br_FR.po6
-rw-r--r--translations/source/zu/dictionaries/ca.po6
-rw-r--r--translations/source/zu/dictionaries/cs_CZ.po6
-rw-r--r--translations/source/zu/dictionaries/da_DK.po6
-rw-r--r--translations/source/zu/dictionaries/de.po6
-rw-r--r--translations/source/zu/dictionaries/el_GR.po19
-rw-r--r--translations/source/zu/dictionaries/en.po6
-rw-r--r--translations/source/zu/dictionaries/es_ES.po6
-rw-r--r--translations/source/zu/dictionaries/et_EE.po6
-rw-r--r--translations/source/zu/dictionaries/fr_FR.po6
-rw-r--r--translations/source/zu/dictionaries/gd_GB.po19
-rw-r--r--translations/source/zu/dictionaries/gl.po6
-rw-r--r--translations/source/zu/dictionaries/gu_IN.po6
-rw-r--r--translations/source/zu/dictionaries/he_IL.po6
-rw-r--r--translations/source/zu/dictionaries/hi_IN.po6
-rw-r--r--translations/source/zu/dictionaries/hr_HR.po6
-rw-r--r--translations/source/zu/dictionaries/hu_HU.po6
-rw-r--r--translations/source/zu/dictionaries/it_IT.po6
-rw-r--r--translations/source/zu/dictionaries/ku_TR.po6
-rw-r--r--translations/source/zu/dictionaries/lt_LT.po6
-rw-r--r--translations/source/zu/dictionaries/lv_LV.po6
-rw-r--r--translations/source/zu/dictionaries/ne_NP.po6
-rw-r--r--translations/source/zu/dictionaries/nl_NL.po6
-rw-r--r--translations/source/zu/dictionaries/no.po6
-rw-r--r--translations/source/zu/dictionaries/oc_FR.po6
-rw-r--r--translations/source/zu/dictionaries/pl_PL.po6
-rw-r--r--translations/source/zu/dictionaries/pt_BR.po6
-rw-r--r--translations/source/zu/dictionaries/pt_PT.po6
-rw-r--r--translations/source/zu/dictionaries/ro.po6
-rw-r--r--translations/source/zu/dictionaries/ru_RU.po6
-rw-r--r--translations/source/zu/dictionaries/sk_SK.po6
-rw-r--r--translations/source/zu/dictionaries/sl_SI.po6
-rw-r--r--translations/source/zu/dictionaries/sr.po6
-rw-r--r--translations/source/zu/dictionaries/sv_SE.po6
-rw-r--r--translations/source/zu/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/zu/dictionaries/te_IN.po19
-rw-r--r--translations/source/zu/dictionaries/th_TH.po6
-rw-r--r--translations/source/zu/dictionaries/uk_UA.po6
-rw-r--r--translations/source/zu/dictionaries/vi.po6
-rw-r--r--translations/source/zu/dictionaries/zu_ZA.po6
-rw-r--r--translations/source/zu/editeng/source/accessibility.po4
-rw-r--r--translations/source/zu/editeng/source/editeng.po4
-rw-r--r--translations/source/zu/editeng/source/items.po4
-rw-r--r--translations/source/zu/editeng/source/misc.po4
-rw-r--r--translations/source/zu/editeng/source/outliner.po4
-rw-r--r--translations/source/zu/extensions/source/abpilot.po4
-rw-r--r--translations/source/zu/extensions/source/bibliography.po4
-rw-r--r--translations/source/zu/extensions/source/dbpilots.po4
-rw-r--r--translations/source/zu/extensions/source/propctrlr.po4
-rw-r--r--translations/source/zu/extensions/source/scanner.po8
-rw-r--r--translations/source/zu/extensions/source/update/check.po4
-rw-r--r--translations/source/zu/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/zu/filter/source/config/fragments/types.po11
-rw-r--r--translations/source/zu/filter/source/flash.po4
-rw-r--r--translations/source/zu/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/zu/filter/source/pdf.po4
-rw-r--r--translations/source/zu/filter/source/t602.po4
-rw-r--r--translations/source/zu/filter/source/xsltdialog.po8
-rw-r--r--translations/source/zu/forms/source/resource.po4
-rw-r--r--translations/source/zu/formula/source/core/resource.po4
-rw-r--r--translations/source/zu/formula/source/ui/dlg.po4
-rw-r--r--translations/source/zu/fpicker/source/office.po4
-rw-r--r--translations/source/zu/framework/source/classes.po4
-rw-r--r--translations/source/zu/framework/source/services.po4
-rw-r--r--translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--translations/source/zu/mysqlc/source.po12
-rw-r--r--translations/source/zu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/zu/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zu/officecfg/registry/data/org/openoffice/Office/UI.po29
-rw-r--r--translations/source/zu/padmin/source.po4
-rw-r--r--translations/source/zu/readlicense_oo/docs/readme.po6
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/zu/reportbuilder/util.po8
-rw-r--r--translations/source/zu/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/zu/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/zu/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/zu/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/zu/sc/source/core/src.po4
-rw-r--r--translations/source/zu/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/zu/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/zu/sc/source/ui/docshell.po4
-rw-r--r--translations/source/zu/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/zu/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/zu/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/zu/sc/source/ui/navipi.po11
-rw-r--r--translations/source/zu/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/zu/sc/source/ui/src.po261
-rw-r--r--translations/source/zu/sc/source/ui/styleui.po4
-rw-r--r--translations/source/zu/scaddins/source/analysis.po4
-rw-r--r--translations/source/zu/scaddins/source/datefunc.po4
-rw-r--r--translations/source/zu/sccomp/source/solver.po4
-rw-r--r--translations/source/zu/scp2/source/accessories.po4
-rw-r--r--translations/source/zu/scp2/source/activex.po4
-rw-r--r--translations/source/zu/scp2/source/base.po4
-rw-r--r--translations/source/zu/scp2/source/binfilter.po4
-rw-r--r--translations/source/zu/scp2/source/calc.po4
-rw-r--r--translations/source/zu/scp2/source/draw.po4
-rw-r--r--translations/source/zu/scp2/source/extensions.po4
-rw-r--r--translations/source/zu/scp2/source/gnome.po4
-rw-r--r--translations/source/zu/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/zu/scp2/source/impress.po4
-rw-r--r--translations/source/zu/scp2/source/javafilter.po4
-rw-r--r--translations/source/zu/scp2/source/kde.po4
-rw-r--r--translations/source/zu/scp2/source/math.po4
-rw-r--r--translations/source/zu/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/zu/scp2/source/ooo.po679
-rw-r--r--translations/source/zu/scp2/source/python.po8
-rw-r--r--translations/source/zu/scp2/source/quickstart.po4
-rw-r--r--translations/source/zu/scp2/source/sdkoo.po4
-rw-r--r--translations/source/zu/scp2/source/testtool.po4
-rw-r--r--translations/source/zu/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/zu/scp2/source/writer.po4
-rw-r--r--translations/source/zu/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/zu/scripting/source/pyprov.po10
-rw-r--r--translations/source/zu/sd/source/core.po4
-rw-r--r--translations/source/zu/sd/source/filter/html.po4
-rw-r--r--translations/source/zu/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/zu/sd/source/ui/animations.po4
-rw-r--r--translations/source/zu/sd/source/ui/annotations.po4
-rw-r--r--translations/source/zu/sd/source/ui/app.po4
-rw-r--r--translations/source/zu/sd/source/ui/dlg.po4
-rw-r--r--translations/source/zu/sd/source/ui/notes.po4
-rw-r--r--translations/source/zu/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/zu/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/zu/sd/source/ui/table.po4
-rw-r--r--translations/source/zu/sd/source/ui/view.po4
-rw-r--r--translations/source/zu/sdext/source/minimizer.po6
-rw-r--r--translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/zu/sdext/source/pdfimport.po16
-rw-r--r--translations/source/zu/sdext/source/presenter.po6
-rw-r--r--translations/source/zu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po4
-rw-r--r--translations/source/zu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/zu/setup_native/source/mac.po4
-rw-r--r--translations/source/zu/sfx2/source/appl.po4
-rw-r--r--translations/source/zu/sfx2/source/bastyp.po4
-rw-r--r--translations/source/zu/sfx2/source/dialog.po4
-rw-r--r--translations/source/zu/sfx2/source/doc.po4
-rw-r--r--translations/source/zu/sfx2/source/menu.po4
-rw-r--r--translations/source/zu/sfx2/source/view.po4
-rw-r--r--translations/source/zu/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/zu/starmath/source.po36
-rw-r--r--translations/source/zu/svl/source/items.po4
-rw-r--r--translations/source/zu/svl/source/misc.po165
-rw-r--r--translations/source/zu/svtools/source/contnr.po4
-rw-r--r--translations/source/zu/svtools/source/control.po4
-rw-r--r--translations/source/zu/svtools/source/dialogs.po4
-rw-r--r--translations/source/zu/svtools/source/filter.po4
-rw-r--r--translations/source/zu/svtools/source/java.po4
-rw-r--r--translations/source/zu/svtools/source/misc.po8
-rw-r--r--translations/source/zu/svtools/source/plugapp.po4
-rw-r--r--translations/source/zu/svtools/source/toolpanel.po4
-rw-r--r--translations/source/zu/svtools/workben/unodialog.po4
-rw-r--r--translations/source/zu/svx/inc.po4
-rw-r--r--translations/source/zu/svx/source/accessibility.po4
-rw-r--r--translations/source/zu/svx/source/dialog.po48
-rw-r--r--translations/source/zu/svx/source/engine3d.po4
-rw-r--r--translations/source/zu/svx/source/fmcomp.po4
-rw-r--r--translations/source/zu/svx/source/form.po4
-rw-r--r--translations/source/zu/svx/source/gallery2.po4
-rw-r--r--translations/source/zu/svx/source/items.po4
-rw-r--r--translations/source/zu/svx/source/src.po4
-rw-r--r--translations/source/zu/svx/source/stbctrls.po4
-rw-r--r--translations/source/zu/svx/source/svdraw.po4
-rw-r--r--translations/source/zu/svx/source/table.po4
-rw-r--r--translations/source/zu/svx/source/tbxctrls.po4
-rw-r--r--translations/source/zu/svx/source/toolbars.po4
-rw-r--r--translations/source/zu/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/zu/sw/source/core/layout.po6
-rw-r--r--translations/source/zu/sw/source/core/undo.po4
-rw-r--r--translations/source/zu/sw/source/core/unocore.po4
-rw-r--r--translations/source/zu/sw/source/ui/app.po28
-rw-r--r--translations/source/zu/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/zu/sw/source/ui/config.po56
-rw-r--r--translations/source/zu/sw/source/ui/dbui.po4
-rw-r--r--translations/source/zu/sw/source/ui/dialog.po8
-rw-r--r--translations/source/zu/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/zu/sw/source/ui/docvw.po4
-rw-r--r--translations/source/zu/sw/source/ui/envelp.po4
-rw-r--r--translations/source/zu/sw/source/ui/fldui.po4
-rw-r--r--translations/source/zu/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/zu/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/zu/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/zu/sw/source/ui/index.po4
-rw-r--r--translations/source/zu/sw/source/ui/lingu.po8
-rw-r--r--translations/source/zu/sw/source/ui/misc.po4
-rw-r--r--translations/source/zu/sw/source/ui/ribbar.po24
-rw-r--r--translations/source/zu/sw/source/ui/shells.po4
-rw-r--r--translations/source/zu/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/zu/sw/source/ui/table.po38
-rw-r--r--translations/source/zu/sw/source/ui/uiview.po4
-rw-r--r--translations/source/zu/sw/source/ui/utlui.po189
-rw-r--r--translations/source/zu/sw/source/ui/web.po4
-rw-r--r--translations/source/zu/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/zu/swext/mediawiki/help.po72
-rw-r--r--translations/source/zu/swext/mediawiki/src.po6
-rw-r--r--translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/zu/sysui/desktop/share.po4
-rw-r--r--translations/source/zu/uui/source.po4
-rw-r--r--translations/source/zu/vcl/source/src.po84
-rw-r--r--translations/source/zu/wizards/source/euro.po4
-rw-r--r--translations/source/zu/wizards/source/formwizard.po4
-rw-r--r--translations/source/zu/wizards/source/importwizard.po4
-rw-r--r--translations/source/zu/wizards/source/schedule.po4
-rw-r--r--translations/source/zu/wizards/source/template.po4
-rw-r--r--translations/source/zu/xmlsecurity/source/component.po4
-rw-r--r--translations/source/zu/xmlsecurity/source/dialogs.po4
30720 files changed, 207369 insertions, 254727 deletions
diff --git a/translations/source/af/accessibility/source/helper.po b/translations/source/af/accessibility/source/helper.po
index 9fa72071a0c..16bbd1a1fbd 100644
--- a/translations/source/af/accessibility/source/helper.po
+++ b/translations/source/af/accessibility/source/helper.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+accessibility%2Fsource%2Fhelper.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: accessiblestrings.src#RID_STR_ACC_NAME_BROWSEBUTTON.string.text
diff --git a/translations/source/af/avmedia/source/framework.po b/translations/source/af/avmedia/source/framework.po
index 190ba654ef2..12bea5f1557 100644
--- a/translations/source/af/avmedia/source/framework.po
+++ b/translations/source/af/avmedia/source/framework.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediacontrol.src#AVMEDIA_STR_OPEN.string.text
diff --git a/translations/source/af/avmedia/source/viewer.po b/translations/source/af/avmedia/source/viewer.po
index 528b9f2194c..785a7d5bfd0 100644
--- a/translations/source/af/avmedia/source/viewer.po
+++ b/translations/source/af/avmedia/source/viewer.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fviewer.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediawindow.src#AVMEDIA_STR_INSERTMEDIA_DLG.string.text
diff --git a/translations/source/af/basctl/source/basicide.po b/translations/source/af/basctl/source/basicide.po
index 999efe98855..86d3b00110a 100644
--- a/translations/source/af/basctl/source/basicide.po
+++ b/translations/source/af/basctl/source/basicide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_MOD.pageitem.text
@@ -144,6 +144,10 @@ msgstr "Voeg as verwysing in (leesalleen)"
msgid "Replace existing libraries"
msgstr "Vervang bestaande biblioteke"
+#: moduldlg.src#RID_DLG_GOTOLINE.RID_FT_LINE.fixedtext.text
+msgid "~Line Number:"
+msgstr ""
+
#: moduldlg.src#RID_DLG_NEWLIB.RID_FT_NEWLIB.fixedtext.text
msgid "~Name:"
msgstr "~Naam:"
@@ -638,6 +642,10 @@ msgstr ""
"Let wel: Vir tale wat nie met die dialoog werk nie, sal die hulpbronne van die dialoog se verstek taal gebruik word.\n"
" "
+#: basidesh.src#RID_STR_GETLINE.string.text
+msgid "Goto Line"
+msgstr ""
+
#: basicprint.src#RID_PRINTDLG_STRLIST.1.itemlist.text
msgid "Print range"
msgstr "Drukomvang"
diff --git a/translations/source/af/basctl/source/dlged.po b/translations/source/af/basctl/source/dlged.po
index 0990ee8e48e..ead001f5585 100644
--- a/translations/source/af/basctl/source/dlged.po
+++ b/translations/source/af/basctl/source/dlged.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fdlged.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.FT_LANGUAGE.fixedtext.text
diff --git a/translations/source/af/basic/source/app.po b/translations/source/af/basic/source/app.po
index 6739956a74e..91a4b06b866 100644
--- a/translations/source/af/basic/source/app.po
+++ b/translations/source/af/basic/source/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ttmsg.src#S_NAME_NOT_THERE.string.text
diff --git a/translations/source/af/basic/source/classes.po b/translations/source/af/basic/source/classes.po
index 9348c8e64a4..fdf49a4a133 100644
--- a/translations/source/af/basic/source/classes.po
+++ b/translations/source/af/basic/source/classes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: sb.src#RID_BASIC_START.SbERR_SYNTAX___ERRCODE_RES_MASK.string.text
diff --git a/translations/source/af/basic/source/sbx.po b/translations/source/af/basic/source/sbx.po
index 9426a493ed7..b4edb2d9d47 100644
--- a/translations/source/af/basic/source/sbx.po
+++ b/translations/source/af/basic/source/sbx.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fsbx.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: format.src#STR_BASICKEY_FORMAT_ON.string.text
diff --git a/translations/source/af/chart2/source/controller/dialogs.po b/translations/source/af/chart2/source/controller/dialogs.po
index 65a7c2ce8e7..a32a1c273df 100644
--- a/translations/source/af/chart2/source/controller/dialogs.po
+++ b/translations/source/af/chart2/source/controller/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+chart2%2Fsource%2Fcontroller%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tp_TitleRotation.src#TP_ALIGNMENT.BTN_TXTSTACKED.tristatebox.text
diff --git a/translations/source/af/connectivity/source/drivers/ado.po b/translations/source/af/connectivity/source/drivers/ado.po
index b890e81bd95..8376ab59998 100644
--- a/translations/source/af/connectivity/source/drivers/ado.po
+++ b/translations/source/af/connectivity/source/drivers/ado.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fado.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ado.xcu#.Drivers.Installed.sdbc_ado__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/calc.po b/translations/source/af/connectivity/source/drivers/calc.po
index 0aca181f707..88cb0bc00d6 100644
--- a/translations/source/af/connectivity/source/drivers/calc.po
+++ b/translations/source/af/connectivity/source/drivers/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fcalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: calc.xcu#.Drivers.Installed.sdbc_calc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/dbase.po b/translations/source/af/connectivity/source/drivers/dbase.po
index 569e7ded424..5d1f14165eb 100644
--- a/translations/source/af/connectivity/source/drivers/dbase.po
+++ b/translations/source/af/connectivity/source/drivers/dbase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fdbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbase.xcu#.Drivers.Installed.sdbc_dbase__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/evoab2.po b/translations/source/af/connectivity/source/drivers/evoab2.po
index ea7e8d0709b..f1ecd0ab283 100644
--- a/translations/source/af/connectivity/source/drivers/evoab2.po
+++ b/translations/source/af/connectivity/source/drivers/evoab2.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fevoab2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: evoab2.xcu#.Drivers.Installed.sdbc_address_evolution_local.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/flat.po b/translations/source/af/connectivity/source/drivers/flat.po
index ac2619cc802..8feaaada3e5 100644
--- a/translations/source/af/connectivity/source/drivers/flat.po
+++ b/translations/source/af/connectivity/source/drivers/flat.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fflat.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: flat.xcu#.Drivers.Installed.sdbc_flat__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/hsqldb.po b/translations/source/af/connectivity/source/drivers/hsqldb.po
index 8f42ca3d268..fc6927ce42d 100644
--- a/translations/source/af/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/af/connectivity/source/drivers/hsqldb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fhsqldb.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: hsqldb.xcu#.Drivers.Installed.sdbc_embedded_hsqldb.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/jdbc.po b/translations/source/af/connectivity/source/drivers/jdbc.po
index f7c414b1ca5..97abfe4250b 100644
--- a/translations/source/af/connectivity/source/drivers/jdbc.po
+++ b/translations/source/af/connectivity/source/drivers/jdbc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fjdbc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: jdbc.xcu#.Drivers.Installed.jdbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/kab.po b/translations/source/af/connectivity/source/drivers/kab.po
index 38793fc7106..d482c5240a8 100644
--- a/translations/source/af/connectivity/source/drivers/kab.po
+++ b/translations/source/af/connectivity/source/drivers/kab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fkab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: kab.xcu#.Drivers.Installed.sdbc_address_kab.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/macab.po b/translations/source/af/connectivity/source/drivers/macab.po
index b8ff4172811..86114559aa5 100644
--- a/translations/source/af/connectivity/source/drivers/macab.po
+++ b/translations/source/af/connectivity/source/drivers/macab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmacab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macab.xcu#.Drivers.Installed.sdbc_address_macab.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/mozab.po b/translations/source/af/connectivity/source/drivers/mozab.po
index 3f3e009faf6..c55b46a0eb4 100644
--- a/translations/source/af/connectivity/source/drivers/mozab.po
+++ b/translations/source/af/connectivity/source/drivers/mozab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmozab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_mozilla_.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/mysql.po b/translations/source/af/connectivity/source/drivers/mysql.po
index 3d6a15c1235..191b29c23d2 100644
--- a/translations/source/af/connectivity/source/drivers/mysql.po
+++ b/translations/source/af/connectivity/source/drivers/mysql.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmysql.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mysql.xcu#.Drivers.Installed.sdbc_mysql_jdbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/odbc.po b/translations/source/af/connectivity/source/drivers/odbc.po
index 6ab2cd40360..99d4669c5b2 100644
--- a/translations/source/af/connectivity/source/drivers/odbc.po
+++ b/translations/source/af/connectivity/source/drivers/odbc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fodbc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: odbc.xcu#.Drivers.Installed.sdbc_odbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/postgresql.po b/translations/source/af/connectivity/source/drivers/postgresql.po
new file mode 100644
index 00000000000..c8d4549c247
--- /dev/null
+++ b/translations/source/af/connectivity/source/drivers/postgresql.po
@@ -0,0 +1,27 @@
+#. extracted from connectivity/source/drivers/postgresql.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fpostgresql.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
+msgid "PostgreSQL"
+msgstr ""
+
+#: description.xml#dispname.dispname.description.text
+msgid "PostgreSQL-SDBC Driver"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "A native PostgreSQL database driver for LibreOffice. It is faster, seamlessly integrated and there is no need to install and setup a JDBC or ODBC driver separately. Compatible with PostgreSQL version 8.4 and later.\n"
+msgstr ""
diff --git a/translations/source/af/connectivity/source/resource.po b/translations/source/af/connectivity/source/resource.po
index 6172b112fbf..46cc51dc9a4 100644
--- a/translations/source/af/connectivity/source/resource.po
+++ b/translations/source/af/connectivity/source/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: conn_error_message.src#256___2_100___0.string.text
diff --git a/translations/source/af/crashrep/source/all.po b/translations/source/af/crashrep/source/all.po
index 397947c0377..34d9b4f49e4 100644
--- a/translations/source/af/crashrep/source/all.po
+++ b/translations/source/af/crashrep/source/all.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+crashrep%2Fsource%2Fall.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: crashrep.ulf#_WELCOME_CAPTION_.LngText.text
diff --git a/translations/source/af/cui/source/customize.po b/translations/source/af/cui/source/customize.po
index a37a44875d1..b7a40aa789a 100644
--- a/translations/source/af/cui/source/customize.po
+++ b/translations/source/af/cui/source/customize.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fcustomize.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text
diff --git a/translations/source/af/cui/source/dialogs.po b/translations/source/af/cui/source/dialogs.po
index ae78a9b6655..ea11d0d1c68 100644
--- a/translations/source/af/cui/source/dialogs.po
+++ b/translations/source/af/cui/source/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
@@ -1323,6 +1323,10 @@ msgstr ""
msgid "Text languag~e"
msgstr "Tekstaa~l"
+#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
+msgid "More..."
+msgstr ""
+
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
msgstr ""
@@ -1362,10 +1366,6 @@ msgstr "~Verander"
msgid "Change A~ll"
msgstr "Verander ~almal"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_EXPLAIN.pushbutton.text
-msgid "~Explain..."
-msgstr "~Verduidelik..."
-
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_AUTOCORR.pushbutton.text
msgid "AutoCor~rect"
msgstr "OutoKor~rigeer"
diff --git a/translations/source/af/cui/source/options.po b/translations/source/af/cui/source/options.po
index 0fcafa8ba47..67f46ec785d 100644
--- a/translations/source/af/cui/source/options.po
+++ b/translations/source/af/cui/source/options.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:22+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1292,45 +1292,33 @@ msgid "Grid"
msgstr "Rooster"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-#, fuzzy
-msgid "Basic Fonts (Western)"
-msgstr "Basiese fonts (Asiaties)"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
-msgid "Basic Fonts (Asian)"
-msgstr "Basiese fonts (Asiaties)"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgid "Basic Fonts (CTL)"
-msgstr ""
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text"
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
msgid "Print"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text"
msgid "Table"
msgstr "Tabel"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+#, fuzzy
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
msgid "Changes"
msgstr "Veranderinge"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.12.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.12.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text"
msgid "Compatibility"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
msgid "AutoCaption"
-msgstr "OutoByskrif"
+msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "Massapos-e-pos"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
diff --git a/translations/source/af/cui/source/tabpages.po b/translations/source/af/cui/source/tabpages.po
index 520ad301b14..850f3f55e26 100644
--- a/translations/source/af/cui/source/tabpages.po
+++ b/translations/source/af/cui/source/tabpages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
@@ -3123,6 +3123,10 @@ msgstr "Hoogt~e"
msgid "~Original Size"
msgstr "~Oorspronklike grootte"
+#: grfpage.src#STR_PPI.string.text
+msgid "(%1 PPI)"
+msgstr ""
+
#: textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text
msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text"
msgid "Text"
diff --git a/translations/source/af/dbaccess/source/core/resource.po b/translations/source/af/dbaccess/source/core/resource.po
index 68c20671087..4fdc36145d8 100644
--- a/translations/source/af/dbaccess/source/core/resource.po
+++ b/translations/source/af/dbaccess/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: strings.src#RID_STR_TRIED_OPEN_TABLE.string.text
diff --git a/translations/source/af/dbaccess/source/ext/adabas.po b/translations/source/af/dbaccess/source/ext/adabas.po
index 0e96a333d4c..ca3b8392ab3 100644
--- a/translations/source/af/dbaccess/source/ext/adabas.po
+++ b/translations/source/af/dbaccess/source/ext/adabas.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fext%2Fadabas.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_DATABASENAME.fixedtext.text
diff --git a/translations/source/af/dbaccess/source/ext/macromigration.po b/translations/source/af/dbaccess/source/ext/macromigration.po
index 491e1e5adc5..00ed8e730ca 100644
--- a/translations/source/af/dbaccess/source/ext/macromigration.po
+++ b/translations/source/af/dbaccess/source/ext/macromigration.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fext%2Fmacromigration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_CLOSE_SUB_DOCS.string.text
diff --git a/translations/source/af/dbaccess/source/sdbtools/resource.po b/translations/source/af/dbaccess/source/sdbtools/resource.po
index b228da14ce1..3e4d0a5ebd5 100644
--- a/translations/source/af/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/af/dbaccess/source/sdbtools/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fsdbtools%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: sdbt_strings.src#STR_QUERY_AND_TABLE_DISTINCT_NAMES.string.text
diff --git a/translations/source/af/dbaccess/source/ui/app.po b/translations/source/af/dbaccess/source/ui/app.po
index b42fb4fe6ff..61e73071857 100644
--- a/translations/source/af/dbaccess/source/ui/app.po
+++ b/translations/source/af/dbaccess/source/ui/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: app.src#RID_STR_NEW_FORM.string.text
diff --git a/translations/source/af/dbaccess/source/ui/browser.po b/translations/source/af/dbaccess/source/ui/browser.po
index 3fcda6bd103..c7f92ab1594 100644
--- a/translations/source/af/dbaccess/source/ui/browser.po
+++ b/translations/source/af/dbaccess/source/ui/browser.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fbrowser.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: bcommon.src#RID_STR_TBL_TITLE.string.text
diff --git a/translations/source/af/dbaccess/source/ui/control.po b/translations/source/af/dbaccess/source/ui/control.po
index b52dc98dcab..2fd62acc95a 100644
--- a/translations/source/af/dbaccess/source/ui/control.po
+++ b/translations/source/af/dbaccess/source/ui/control.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: undosqledit.src#STR_QUERY_UNDO_MODIFYSQLEDIT.string.text
diff --git a/translations/source/af/dbaccess/source/ui/dlg.po b/translations/source/af/dbaccess/source/ui/dlg.po
index 66d1dbaf071..5eaa084861f 100644
--- a/translations/source/af/dbaccess/source/ui/dlg.po
+++ b/translations/source/af/dbaccess/source/ui/dlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
diff --git a/translations/source/af/dbaccess/source/ui/inc.po b/translations/source/af/dbaccess/source/ui/inc.po
index e8f7749fb2e..a0f643a93b5 100644
--- a/translations/source/af/dbaccess/source/ui/inc.po
+++ b/translations/source/af/dbaccess/source/ui/inc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: toolbox_tmpl.hrc#MID_SBA_QRY_REFRESH.#define.text
diff --git a/translations/source/af/dbaccess/source/ui/misc.po b/translations/source/af/dbaccess/source/ui/misc.po
index a5321e66aa3..f83cdb8710f 100644
--- a/translations/source/af/dbaccess/source/ui/misc.po
+++ b/translations/source/af/dbaccess/source/ui/misc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbumiscres.src#RSC_CHARSETS.1.string.text
diff --git a/translations/source/af/dbaccess/source/ui/querydesign.po b/translations/source/af/dbaccess/source/ui/querydesign.po
index eb632f866e7..3d0fc7ad38a 100644
--- a/translations/source/af/dbaccess/source/ui/querydesign.po
+++ b/translations/source/af/dbaccess/source/ui/querydesign.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fquerydesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: query.src#STR_QUERY_UNDO_TABWINSHOW.string.text
diff --git a/translations/source/af/dbaccess/source/ui/relationdesign.po b/translations/source/af/dbaccess/source/ui/relationdesign.po
index da7eed60a95..4b2f901fcde 100644
--- a/translations/source/af/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/af/dbaccess/source/ui/relationdesign.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Frelationdesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: relation.src#STR_QUERY_REL_EDIT_RELATION.string.text
diff --git a/translations/source/af/dbaccess/source/ui/tabledesign.po b/translations/source/af/dbaccess/source/ui/tabledesign.po
index 7f3d79caf24..0b14de55b6d 100644
--- a/translations/source/af/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/af/dbaccess/source/ui/tabledesign.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Ftabledesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: table.src#STR_TABLEDESIGN_DBFIELDTYPES.string.text
diff --git a/translations/source/af/dbaccess/source/ui/uno.po b/translations/source/af/dbaccess/source/ui/uno.po
index e21ce367c71..2bc693ab1bb 100644
--- a/translations/source/af/dbaccess/source/ui/uno.po
+++ b/translations/source/af/dbaccess/source/ui/uno.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Funo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbinteraction.src#STR_REMEMBERPASSWORD_SESSION.string.text
diff --git a/translations/source/af/desktop/source/app.po b/translations/source/af/desktop/source/app.po
index b4de0a968ef..e1760b592fd 100644
--- a/translations/source/af/desktop/source/app.po
+++ b/translations/source/af/desktop/source/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: desktop.src#STR_RECOVER_QUERY.string.text
diff --git a/translations/source/af/desktop/source/deployment/gui.po b/translations/source/af/desktop/source/deployment/gui.po
index e81effd9511..2e9358de8c8 100644
--- a/translations/source/af/desktop/source/deployment/gui.po
+++ b/translations/source/af/desktop/source/deployment/gui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fgui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_gui_dialog.src#RID_STR_ADD_PACKAGES.string.text
diff --git a/translations/source/af/desktop/source/deployment/manager.po b/translations/source/af/desktop/source/deployment/manager.po
index e1d1e6b709d..f7dd4ce0aaf 100644
--- a/translations/source/af/desktop/source/deployment/manager.po
+++ b/translations/source/af/desktop/source/deployment/manager.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fmanager.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_manager.src#RID_STR_COPYING_PACKAGE.string.text
diff --git a/translations/source/af/desktop/source/deployment/misc.po b/translations/source/af/desktop/source/deployment/misc.po
index f20e7a40df2..a51f7bd00ac 100644
--- a/translations/source/af/desktop/source/deployment/misc.po
+++ b/translations/source/af/desktop/source/deployment/misc.po
@@ -3,28 +3,30 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:22+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
-#: dp_misc.src#RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN.string.text
+#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
msgid "Unknown"
msgstr "Onbekend"
-#: dp_misc.src#RID_DEPLYOMENT_DEPENDENCIES_MIN.string.text
-#, fuzzy
-msgid "Extension requires at least %PRODUCTNAME %VERSION"
-msgstr "Uitbreidings vereis ten minste OpenOffice.org %VERSION"
+#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN.string.text
+msgid "Extension requires at least OpenOffice.org reference version %VERSION"
+msgstr ""
+
+#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX.string.text
+msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
+msgstr ""
-#: dp_misc.src#RID_DEPLYOMENT_DEPENDENCIES_MAX.string.text
-#, fuzzy
-msgid "Extension doesn't support versions greater than: %PRODUCTNAME %VERSION"
-msgstr "Uitbreiding werk nie met weergawe jonger nie as: OpenOffice.org %VERSION"
+#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_LO_MIN.string.text
+msgid "Extension requires at least LibreOffice version %VERSION"
+msgstr ""
diff --git a/translations/source/af/desktop/source/deployment/registry.po b/translations/source/af/desktop/source/deployment/registry.po
index 7b450a1db9f..1edf9af94e1 100644
--- a/translations/source/af/desktop/source/deployment/registry.po
+++ b/translations/source/af/desktop/source/deployment/registry.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_registry.src#RID_STR_REGISTERING_PACKAGE.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/component.po b/translations/source/af/desktop/source/deployment/registry/component.po
index 8927afc08d0..ba3849174aa 100644
--- a/translations/source/af/desktop/source/deployment/registry/component.po
+++ b/translations/source/af/desktop/source/deployment/registry/component.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fcomponent.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_component.src#RID_STR_DYN_COMPONENT.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/configuration.po b/translations/source/af/desktop/source/deployment/registry/configuration.po
index d0b8412afbe..50c21d3854a 100644
--- a/translations/source/af/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/af/desktop/source/deployment/registry/configuration.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fconfiguration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_configuration.src#RID_STR_CONF_SCHEMA.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/help.po b/translations/source/af/desktop/source/deployment/registry/help.po
index de2281e9b4c..1541c55a061 100644
--- a/translations/source/af/desktop/source/deployment/registry/help.po
+++ b/translations/source/af/desktop/source/deployment/registry/help.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fhelp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_help.src#RID_STR_HELP.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/package.po b/translations/source/af/desktop/source/deployment/registry/package.po
index d1980f6f3bd..49ce5599d0e 100644
--- a/translations/source/af/desktop/source/deployment/registry/package.po
+++ b/translations/source/af/desktop/source/deployment/registry/package.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fpackage.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_package.src#RID_STR_PACKAGE_BUNDLE.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/script.po b/translations/source/af/desktop/source/deployment/registry/script.po
index 04a4bd4eeb4..943e1e72d4f 100644
--- a/translations/source/af/desktop/source/deployment/registry/script.po
+++ b/translations/source/af/desktop/source/deployment/registry/script.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fscript.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_script.src#RID_STR_BASIC_LIB.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry/sfwk.po b/translations/source/af/desktop/source/deployment/registry/sfwk.po
index 143d2eefd49..50226d7c561 100644
--- a/translations/source/af/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/af/desktop/source/deployment/registry/sfwk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fsfwk.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_sfwk.src#RID_STR_SFWK_LIB.string.text
diff --git a/translations/source/af/desktop/source/deployment/unopkg.po b/translations/source/af/desktop/source/deployment/unopkg.po
index daedf4c6265..7427f154a8e 100644
--- a/translations/source/af/desktop/source/deployment/unopkg.po
+++ b/translations/source/af/desktop/source/deployment/unopkg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Funopkg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_1.string.text
diff --git a/translations/source/af/desktop/win32/source/setup.po b/translations/source/af/desktop/win32/source/setup.po
index 8fbbdcdf948..cb5e4a04da2 100644
--- a/translations/source/af/desktop/win32/source/setup.po
+++ b/translations/source/af/desktop/win32/source/setup.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fwin32%2Fsource%2Fsetup.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: setup.ulf#_APP_TITLE_.LngText.text
diff --git a/translations/source/af/dictionaries/af_ZA.po b/translations/source/af/dictionaries/af_ZA.po
index c9831432357..0f7cea1a9ce 100644
--- a/translations/source/af/dictionaries/af_ZA.po
+++ b/translations/source/af/dictionaries/af_ZA.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/af_ZA.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Faf_ZA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ar.po b/translations/source/af/dictionaries/ar.po
index dbd225a4b3f..ec5ea1e0d49 100644
--- a/translations/source/af/dictionaries/ar.po
+++ b/translations/source/af/dictionaries/ar.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ar.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Far.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/be_BY.po b/translations/source/af/dictionaries/be_BY.po
new file mode 100644
index 00000000000..72807bcfd6f
--- /dev/null
+++ b/translations/source/af/dictionaries/be_BY.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/be_BY.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbe_BY.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Belarusian spelling dictionary"
+msgstr ""
diff --git a/translations/source/af/dictionaries/bg_BG.po b/translations/source/af/dictionaries/bg_BG.po
index 58ad928d993..cd2eff0368d 100644
--- a/translations/source/af/dictionaries/bg_BG.po
+++ b/translations/source/af/dictionaries/bg_BG.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/bg_BG.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbg_BG.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/bn_BD.po b/translations/source/af/dictionaries/bn_BD.po
index 1b404f2b4a6..49ddc8f8615 100644
--- a/translations/source/af/dictionaries/bn_BD.po
+++ b/translations/source/af/dictionaries/bn_BD.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/bn_BD.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbn_BD.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/br_FR.po b/translations/source/af/dictionaries/br_FR.po
index 2adc730f902..e2d615d3a1c 100644
--- a/translations/source/af/dictionaries/br_FR.po
+++ b/translations/source/af/dictionaries/br_FR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/br_FR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbr_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ca.po b/translations/source/af/dictionaries/ca.po
index 36762fb3d79..c29f398f3f1 100644
--- a/translations/source/af/dictionaries/ca.po
+++ b/translations/source/af/dictionaries/ca.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ca.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fca.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/cs_CZ.po b/translations/source/af/dictionaries/cs_CZ.po
index 823e806a7a9..d639daad006 100644
--- a/translations/source/af/dictionaries/cs_CZ.po
+++ b/translations/source/af/dictionaries/cs_CZ.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/cs_CZ.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fcs_CZ.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/da_DK.po b/translations/source/af/dictionaries/da_DK.po
index 6491f60b59a..90308dfcb16 100644
--- a/translations/source/af/dictionaries/da_DK.po
+++ b/translations/source/af/dictionaries/da_DK.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/da_DK.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fda_DK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/de.po b/translations/source/af/dictionaries/de.po
index 8b2300bfb30..64c23dd99c3 100644
--- a/translations/source/af/dictionaries/de.po
+++ b/translations/source/af/dictionaries/de.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/de.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fde.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/el_GR.po b/translations/source/af/dictionaries/el_GR.po
new file mode 100644
index 00000000000..369f918e327
--- /dev/null
+++ b/translations/source/af/dictionaries/el_GR.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/el_GR.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fel_GR.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Greek spelling dictionary, and hyphenation rules"
+msgstr ""
diff --git a/translations/source/af/dictionaries/en.po b/translations/source/af/dictionaries/en.po
index fabff4de2b4..f3e412ed19f 100644
--- a/translations/source/af/dictionaries/en.po
+++ b/translations/source/af/dictionaries/en.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/en.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/es_ES.po b/translations/source/af/dictionaries/es_ES.po
index 40a4053f8db..e8f0ea6905f 100644
--- a/translations/source/af/dictionaries/es_ES.po
+++ b/translations/source/af/dictionaries/es_ES.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/es_ES.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fes_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/et_EE.po b/translations/source/af/dictionaries/et_EE.po
index 64b861da851..eec1d683b0d 100644
--- a/translations/source/af/dictionaries/et_EE.po
+++ b/translations/source/af/dictionaries/et_EE.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/et_EE.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fet_EE.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/fr_FR.po b/translations/source/af/dictionaries/fr_FR.po
index 0d354183bb9..2a9061741c9 100644
--- a/translations/source/af/dictionaries/fr_FR.po
+++ b/translations/source/af/dictionaries/fr_FR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/fr_FR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Ffr_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/gd_GB.po b/translations/source/af/dictionaries/gd_GB.po
new file mode 100644
index 00000000000..47f9826d6f7
--- /dev/null
+++ b/translations/source/af/dictionaries/gd_GB.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/gd_GB.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgd_GB.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Scottish Gaelic spelling dictionary"
+msgstr ""
diff --git a/translations/source/af/dictionaries/gl.po b/translations/source/af/dictionaries/gl.po
index 3bdf06743b4..609cd4110d1 100644
--- a/translations/source/af/dictionaries/gl.po
+++ b/translations/source/af/dictionaries/gl.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/gl.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/gu_IN.po b/translations/source/af/dictionaries/gu_IN.po
index d536c9db0de..b4ec1c517eb 100644
--- a/translations/source/af/dictionaries/gu_IN.po
+++ b/translations/source/af/dictionaries/gu_IN.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/gu_IN.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgu_IN.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/he_IL.po b/translations/source/af/dictionaries/he_IL.po
index 476a4d4c157..c288c8ae30c 100644
--- a/translations/source/af/dictionaries/he_IL.po
+++ b/translations/source/af/dictionaries/he_IL.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/he_IL.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhe_IL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/hi_IN.po b/translations/source/af/dictionaries/hi_IN.po
index da711066a77..9626c6cb152 100644
--- a/translations/source/af/dictionaries/hi_IN.po
+++ b/translations/source/af/dictionaries/hi_IN.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/hi_IN.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhi_IN.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/hr_HR.po b/translations/source/af/dictionaries/hr_HR.po
index 410fc5ff510..92b7e58a07e 100644
--- a/translations/source/af/dictionaries/hr_HR.po
+++ b/translations/source/af/dictionaries/hr_HR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/hr_HR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhr_HR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/hu_HU.po b/translations/source/af/dictionaries/hu_HU.po
index 6c8dbc86adb..6fe35cfedff 100644
--- a/translations/source/af/dictionaries/hu_HU.po
+++ b/translations/source/af/dictionaries/hu_HU.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/hu_HU.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhu_HU.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/it_IT.po b/translations/source/af/dictionaries/it_IT.po
index 00c70990251..5fbb6b1baf8 100644
--- a/translations/source/af/dictionaries/it_IT.po
+++ b/translations/source/af/dictionaries/it_IT.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/it_IT.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fit_IT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ku_TR.po b/translations/source/af/dictionaries/ku_TR.po
index e7e96410e3a..bf0cf3d6b21 100644
--- a/translations/source/af/dictionaries/ku_TR.po
+++ b/translations/source/af/dictionaries/ku_TR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ku_TR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fku_TR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/lt_LT.po b/translations/source/af/dictionaries/lt_LT.po
index 3a65ea791ad..98b5ca05a26 100644
--- a/translations/source/af/dictionaries/lt_LT.po
+++ b/translations/source/af/dictionaries/lt_LT.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/lt_LT.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Flt_LT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/lv_LV.po b/translations/source/af/dictionaries/lv_LV.po
index 8d52c20c938..1af5de4dd93 100644
--- a/translations/source/af/dictionaries/lv_LV.po
+++ b/translations/source/af/dictionaries/lv_LV.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/lv_LV.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Flv_LV.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ne_NP.po b/translations/source/af/dictionaries/ne_NP.po
index f9eebd835e9..0b277b06aea 100644
--- a/translations/source/af/dictionaries/ne_NP.po
+++ b/translations/source/af/dictionaries/ne_NP.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ne_NP.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fne_NP.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/nl_NL.po b/translations/source/af/dictionaries/nl_NL.po
index 7bafd8685ec..6d87fd3b2b8 100644
--- a/translations/source/af/dictionaries/nl_NL.po
+++ b/translations/source/af/dictionaries/nl_NL.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/nl_NL.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fnl_NL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/no.po b/translations/source/af/dictionaries/no.po
index 0c4dcc0d40f..e99f425d45a 100644
--- a/translations/source/af/dictionaries/no.po
+++ b/translations/source/af/dictionaries/no.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/no.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fno.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/oc_FR.po b/translations/source/af/dictionaries/oc_FR.po
index 521e4949bde..936748c28a1 100644
--- a/translations/source/af/dictionaries/oc_FR.po
+++ b/translations/source/af/dictionaries/oc_FR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/oc_FR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Foc_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/pl_PL.po b/translations/source/af/dictionaries/pl_PL.po
index 970b3b3b946..5a10a17f4fe 100644
--- a/translations/source/af/dictionaries/pl_PL.po
+++ b/translations/source/af/dictionaries/pl_PL.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/pl_PL.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpl_PL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/pt_BR.po b/translations/source/af/dictionaries/pt_BR.po
index aff8a50013d..a6ab11a3e46 100644
--- a/translations/source/af/dictionaries/pt_BR.po
+++ b/translations/source/af/dictionaries/pt_BR.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/pt_BR.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpt_BR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/pt_PT.po b/translations/source/af/dictionaries/pt_PT.po
index 62e2e930823..5d9160b5694 100644
--- a/translations/source/af/dictionaries/pt_PT.po
+++ b/translations/source/af/dictionaries/pt_PT.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/pt_PT.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpt_PT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ro.po b/translations/source/af/dictionaries/ro.po
index 661785f9818..7875e318a55 100644
--- a/translations/source/af/dictionaries/ro.po
+++ b/translations/source/af/dictionaries/ro.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ro.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fro.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/ru_RU.po b/translations/source/af/dictionaries/ru_RU.po
index 0a66a05c219..3b41cd4e927 100644
--- a/translations/source/af/dictionaries/ru_RU.po
+++ b/translations/source/af/dictionaries/ru_RU.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/ru_RU.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fru_RU.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/sk_SK.po b/translations/source/af/dictionaries/sk_SK.po
index a962f4c9d4e..b9eea900235 100644
--- a/translations/source/af/dictionaries/sk_SK.po
+++ b/translations/source/af/dictionaries/sk_SK.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/sk_SK.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsk_SK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/sl_SI.po b/translations/source/af/dictionaries/sl_SI.po
index 6a79e1097c6..3d26ba51bb6 100644
--- a/translations/source/af/dictionaries/sl_SI.po
+++ b/translations/source/af/dictionaries/sl_SI.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/sl_SI.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsl_SI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/sr.po b/translations/source/af/dictionaries/sr.po
index 500285856ab..381c4b34d3f 100644
--- a/translations/source/af/dictionaries/sr.po
+++ b/translations/source/af/dictionaries/sr.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/sr.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/sv_SE.po b/translations/source/af/dictionaries/sv_SE.po
index b04d38bbe42..33a3af0ab8f 100644
--- a/translations/source/af/dictionaries/sv_SE.po
+++ b/translations/source/af/dictionaries/sv_SE.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/sv_SE.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsv_SE.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/sw_TZ.po b/translations/source/af/dictionaries/sw_TZ.po
index 6391ad5c065..af9cd53e770 100644
--- a/translations/source/af/dictionaries/sw_TZ.po
+++ b/translations/source/af/dictionaries/sw_TZ.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/sw_TZ.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsw_TZ.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/te_IN.po b/translations/source/af/dictionaries/te_IN.po
new file mode 100644
index 00000000000..435598867ee
--- /dev/null
+++ b/translations/source/af/dictionaries/te_IN.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/te_IN.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fte_IN.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Telugu spelling dictionary, and hyphenation rules"
+msgstr ""
diff --git a/translations/source/af/dictionaries/th_TH.po b/translations/source/af/dictionaries/th_TH.po
index fc1e6800d1b..70835b23998 100644
--- a/translations/source/af/dictionaries/th_TH.po
+++ b/translations/source/af/dictionaries/th_TH.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/th_TH.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fth_TH.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/uk_UA.po b/translations/source/af/dictionaries/uk_UA.po
index 5c2e0dcdc62..732fe192875 100644
--- a/translations/source/af/dictionaries/uk_UA.po
+++ b/translations/source/af/dictionaries/uk_UA.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/uk_UA.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fuk_UA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/vi.po b/translations/source/af/dictionaries/vi.po
index b7f8acf65f1..0f2eafe4c93 100644
--- a/translations/source/af/dictionaries/vi.po
+++ b/translations/source/af/dictionaries/vi.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/vi.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fvi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/dictionaries/zu_ZA.po b/translations/source/af/dictionaries/zu_ZA.po
index addc9c9c664..09bba2a4507 100644
--- a/translations/source/af/dictionaries/zu_ZA.po
+++ b/translations/source/af/dictionaries/zu_ZA.po
@@ -1,15 +1,17 @@
+#. extracted from dictionaries/zu_ZA.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fzu_ZA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/editeng/source/accessibility.po b/translations/source/af/editeng/source/accessibility.po
index 01486f17a37..ef55997a5bd 100644
--- a/translations/source/af/editeng/source/accessibility.po
+++ b/translations/source/af/editeng/source/accessibility.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: accessibility.src#RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION.string.text
diff --git a/translations/source/af/editeng/source/editeng.po b/translations/source/af/editeng/source/editeng.po
index 13f99c2be12..16ec8bdc260 100644
--- a/translations/source/af/editeng/source/editeng.po
+++ b/translations/source/af/editeng/source/editeng.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fediteng.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: editeng.src#RID_EDITUNDO_DEL.string.text
diff --git a/translations/source/af/editeng/source/items.po b/translations/source/af/editeng/source/items.po
index 215d949094a..317ee70b13f 100644
--- a/translations/source/af/editeng/source/items.po
+++ b/translations/source/af/editeng/source/items.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: svxitems.src#RID_SVXITEMS_TRUE.string.text
diff --git a/translations/source/af/editeng/source/misc.po b/translations/source/af/editeng/source/misc.po
index ad95e2315c9..8e83b8f074c 100644
--- a/translations/source/af/editeng/source/misc.po
+++ b/translations/source/af/editeng/source/misc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: lingu.src#RID_SVXQB_CONTINUE.querybox.text
diff --git a/translations/source/af/editeng/source/outliner.po b/translations/source/af/editeng/source/outliner.po
index ccb32993fff..cc8ed983927 100644
--- a/translations/source/af/editeng/source/outliner.po
+++ b/translations/source/af/editeng/source/outliner.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Foutliner.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: outliner.src#RID_OUTLUNDO_HEIGHT.string.text
diff --git a/translations/source/af/extensions/source/abpilot.po b/translations/source/af/extensions/source/abpilot.po
index 4ccb9f47915..21886b3eeb4 100644
--- a/translations/source/af/extensions/source/abpilot.po
+++ b/translations/source/af/extensions/source/abpilot.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fabpilot.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_SELECT_ABTYPE.string.text
diff --git a/translations/source/af/extensions/source/bibliography.po b/translations/source/af/extensions/source/bibliography.po
index 95c537d244d..992736867e1 100644
--- a/translations/source/af/extensions/source/bibliography.po
+++ b/translations/source/af/extensions/source/bibliography.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fbibliography.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: bib.src#RID_BIB_STR_FIELDSELECTION.string.text
diff --git a/translations/source/af/extensions/source/dbpilots.po b/translations/source/af/extensions/source/dbpilots.po
index b3d3363bd82..386c861077c 100644
--- a/translations/source/af/extensions/source/dbpilots.po
+++ b/translations/source/af/extensions/source/dbpilots.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fdbpilots.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbpilots.src#RID_DLG_GROUPBOXWIZARD.modaldialog.text
diff --git a/translations/source/af/extensions/source/propctrlr.po b/translations/source/af/extensions/source/propctrlr.po
index 27667c43733..3f2a6f79a81 100644
--- a/translations/source/af/extensions/source/propctrlr.po
+++ b/translations/source/af/extensions/source/propctrlr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fpropctrlr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: propres.src#RID_STR_STANDARD.string.text
diff --git a/translations/source/af/extensions/source/scanner.po b/translations/source/af/extensions/source/scanner.po
index 41a1c76a520..a8766c4ed68 100644
--- a/translations/source/af/extensions/source/scanner.po
+++ b/translations/source/af/extensions/source/scanner.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fscanner.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: grid.src#GRID_DIALOG.GRID_DIALOG_RESET_BTN.pushbutton.text
@@ -52,6 +52,10 @@ msgstr ""
"Skep\n"
"Voorskou"
+#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
+msgid "Scan"
+msgstr ""
+
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
msgstr "Voorskou"
diff --git a/translations/source/af/extensions/source/update/check.po b/translations/source/af/extensions/source/update/check.po
index ffcb6bc65bf..e514546c93e 100644
--- a/translations/source/af/extensions/source/update/check.po
+++ b/translations/source/af/extensions/source/update/check.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fupdate%2Fcheck.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: updatehdl.src#RID_UPDATE_STR_CHECKING.string.text
diff --git a/translations/source/af/filter/source/config/fragments/filters.po b/translations/source/af/filter/source/config/fragments/filters.po
index c4b0df7e540..ba1793d8ac7 100644
--- a/translations/source/af/filter/source/config/fragments/filters.po
+++ b/translations/source/af/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Ffilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarDraw_5_0_Vorlage__StarImpress__ui.xcu#StarDraw_5.0_Vorlage__StarImpress_.UIName.value.text
diff --git a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
index e3d64a43108..d26bbb630b4 100644
--- a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Finternalgraphicfilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: xpm_Import.xcu#xpm_Import.UIName.value.text
diff --git a/translations/source/af/filter/source/config/fragments/types.po b/translations/source/af/filter/source/config/fragments/types.po
index 82ca2e56f36..3f91306a4f0 100644
--- a/translations/source/af/filter/source/config/fragments/types.po
+++ b/translations/source/af/filter/source/config/fragments/types.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Ftypes.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:22+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -57,8 +57,9 @@ msgid "Microsoft Word 2007/2010 XML Template"
msgstr "Microsoft Word 2003 XML"
#: MS_PowerPoint_2007_XML_Template.xcu#MS_PowerPoint_2007_XML_Template.UIName.value.text
+#, fuzzy
msgid "Microsoft PowerPoint 2007/2010 XML Template"
-msgstr ""
+msgstr "Microsoft Word 2003 XML"
#: impress8.xcu#impress8.UIName.value.text
msgid "Impress 8"
diff --git a/translations/source/af/filter/source/flash.po b/translations/source/af/filter/source/flash.po
index 7b7e7e02a42..1183ab85ed7 100644
--- a/translations/source/af/filter/source/flash.po
+++ b/translations/source/af/filter/source/flash.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fflash.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: impswfdialog.src#DLG_OPTIONS.FI_DESCR.fixedtext.text
diff --git a/translations/source/af/filter/source/graphicfilter/eps.po b/translations/source/af/filter/source/graphicfilter/eps.po
index aa495d9e45d..6dfae21a4b0 100644
--- a/translations/source/af/filter/source/graphicfilter/eps.po
+++ b/translations/source/af/filter/source/graphicfilter/eps.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fgraphicfilter%2Feps.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: epsstr.src#KEY_VERSION_CHECK.string.text
diff --git a/translations/source/af/filter/source/pdf.po b/translations/source/af/filter/source/pdf.po
index 3d1cbd6f641..0bf0abde0b8 100644
--- a/translations/source/af/filter/source/pdf.po
+++ b/translations/source/af/filter/source/pdf.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pdf.src#PDF_PROGRESS_BAR.string.text
diff --git a/translations/source/af/filter/source/t602.po b/translations/source/af/filter/source/t602.po
index aa750e6a995..06b79c4d570 100644
--- a/translations/source/af/filter/source/t602.po
+++ b/translations/source/af/filter/source/t602.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Ft602.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: t602filter.src#T602FILTER_STR_IMPORT_DIALOG_TITLE.string.text
diff --git a/translations/source/af/filter/source/xsltdialog.po b/translations/source/af/filter/source/xsltdialog.po
index 7129174cb85..9202a8555fa 100644
--- a/translations/source/af/filter/source/xsltdialog.po
+++ b/translations/source/af/filter/source/xsltdialog.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fxsltdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: xmlfilterdialogstrings.src#STR_COLUMN_HEADER_NAME.string.text
@@ -271,6 +271,10 @@ msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_IMPORT_TEMP
msgid "Browse..."
msgstr "Blaai..."
+#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_TRANSFORM_SERVICE.fixedtext.text
+msgid "XSLT Transformation Service"
+msgstr ""
+
#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.tabpage.text
msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.tabpage.text"
msgid "Transformation"
diff --git a/translations/source/af/forms/source/resource.po b/translations/source/af/forms/source/resource.po
index 14adc244259..79673bea0fb 100644
--- a/translations/source/af/forms/source/resource.po
+++ b/translations/source/af/forms/source/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+forms%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: xforms.src#RID_STR_XFORMS_NO_BINDING_EXPRESSION.string.text
diff --git a/translations/source/af/formula/source/core/resource.po b/translations/source/af/formula/source/core/resource.po
index 37d77cb4801..5f8e47f3dad 100644
--- a/translations/source/af/formula/source/core/resource.po
+++ b/translations/source/af/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+formula%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IF.string.text
diff --git a/translations/source/af/formula/source/ui/dlg.po b/translations/source/af/formula/source/ui/dlg.po
index 28ff84080d3..701070224c2 100644
--- a/translations/source/af/formula/source/ui/dlg.po
+++ b/translations/source/af/formula/source/ui/dlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+formula%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: parawin.src#RB_ARGBLOCK__y__.#define.text
diff --git a/translations/source/af/fpicker/source/office.po b/translations/source/af/fpicker/source/office.po
index 3ea0288176f..5216bb75f17 100644
--- a/translations/source/af/fpicker/source/office.po
+++ b/translations/source/af/fpicker/source/office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+fpicker%2Fsource%2Foffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: iodlg.src#DLG_SVT_EXPLORERFILE.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.text
diff --git a/translations/source/af/framework/source/classes.po b/translations/source/af/framework/source/classes.po
index fdc609b5d66..6e160cab2bb 100644
--- a/translations/source/af/framework/source/classes.po
+++ b/translations/source/af/framework/source/classes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+framework%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: resource.src#STR_MENU_ADDONS.string.text
diff --git a/translations/source/af/framework/source/services.po b/translations/source/af/framework/source/services.po
index 56ba154c09d..c0238f47d99 100644
--- a/translations/source/af/framework/source/services.po
+++ b/translations/source/af/framework/source/services.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+framework%2Fsource%2Fservices.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: fwk_services.src#DLG_BACKING.STR_BACKING_WELCOME.string.text
diff --git a/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
index d1f232aa0ce..84945985cac 100644
--- a/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+instsetoo_native%2Finc_openoffice%2Fwindows%2Fmsi_languages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: CustomAc.ulf#OOO_CUSTOMACTION_1.LngText.text
@@ -1881,12 +1881,12 @@ msgid "Cancel"
msgstr "Kanselleer"
#: Control.ulf#OOO_CONTROL_255.LngText.text
-msgid "The main components will be installed. Recommended for most users."
-msgstr "Die hoofkomponente sal geïnstalleer word. Aanbeveel vir die meeste gebruikers."
+msgid "[ProductName] will be installed with the default components, including spelling dictionaries in all available languages."
+msgstr ""
#: Control.ulf#OOO_CONTROL_256.LngText.text
-msgid "Choose which program features you want installed and where they will be installed. Recommended for advanced users."
-msgstr "Kies watter programkenmerke u geïnstalleer wil hê en waar hulle geïnstalleer moet word. Aanbeveel vir gevorderde gebruikers."
+msgid "Choose which program features you want installed and where they will be installed. For example here you can select additional user interface languages or deselect unwanted dictionaries."
+msgstr ""
#: Control.ulf#OOO_CONTROL_257.LngText.text
msgid "Choose the setup type that best suits your needs."
diff --git a/translations/source/af/mysqlc/source.po b/translations/source/af/mysqlc/source.po
index 7b7acdab3fd..530e5a8c5ea 100644
--- a/translations/source/af/mysqlc/source.po
+++ b/translations/source/af/mysqlc/source.po
@@ -1,9 +1,9 @@
-#, fuzzy
+#. extracted from mysqlc/source.oo
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+mysqlc%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9 +12,13 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "#TITLE#"
+msgid "MySQL Connector"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "MySQL Connector installs a native MySQL database driver. It is faster, seamless integrated, easier to administrate and there is no need to install and setup a JDBC or ODBC driver separately. It was never easier to use MySQL databases in LibreOffice Base.\n"
msgstr ""
diff --git a/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 557cf34d59a..685455b168f 100644
--- a/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+mysqlc%2Fsource%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:23+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Drivers.xcu#.Drivers.Installed.sdbc_mysqlc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/officecfg/registry/data/org/openoffice/Office.po b/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
index c6ffe3dc6dd..1e4292e3f8c 100644
--- a/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+officecfg%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: DataAccess.xcu#..DataAccess.DriverSettings.com.sun.star.comp.sdbc.MozabDriver.MozillaPreferences.PabDescription.value.text
diff --git a/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index dfe0525fa9b..8f5a2415792 100644
--- a/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+officecfg%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FUI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2655,10 +2655,6 @@ msgstr "Plekhouers vir teks"
msgid "Line Contour Only"
msgstr "Slegs lynkontoer"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_HandlesDraft.Label.value.text
-msgid "Simple Handles"
-msgstr "Eenvoudige handvatsels"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_SolidCreate.Label.value.text
msgid "Modify Object with Attributes"
msgstr "Wysig objek met attribute"
@@ -10627,6 +10623,15 @@ msgstr "Voeg ve~l vanaf lêer..."
msgid "Shee~t From File..."
msgstr "Ve~l vanaf lêer..."
+#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_AddName.Label.value.text
+#, fuzzy
+msgid "~Define Name..."
+msgstr "~Definieer omvang..."
+
+#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_AddName.ContextLabel.value.text
+msgid "~Define..."
+msgstr ""
+
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_DefineName.Label.value.text
#, fuzzy
msgid "~Manage Names..."
@@ -11861,6 +11866,14 @@ msgctxt "DbTableWindowState.xcu#..DbTableWindowState.UIElements.States.private_r
msgid "Standard"
msgstr "Standaard"
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_GotoLine.Label.value.text
+msgid "Goto Line Number..."
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
+msgid "Display Source Line Number"
+msgstr ""
+
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
msgctxt "WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text"
msgid "Standard"
diff --git a/translations/source/af/padmin/source.po b/translations/source/af/padmin/source.po
index 41d4117846f..397002b6e15 100644
--- a/translations/source/af/padmin/source.po
+++ b/translations/source/af/padmin/source.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+padmin%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: padialog.src#RID_FONTIMPORT_DIALOG.RID_FIMP_TXT_HELP.fixedtext.text
diff --git a/translations/source/af/readlicense_oo/docs/readme.po b/translations/source/af/readlicense_oo/docs/readme.po
index 0b57e7a1590..09a7732f933 100644
--- a/translations/source/af/readlicense_oo/docs/readme.po
+++ b/translations/source/af/readlicense_oo/docs/readme.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -56,7 +56,7 @@ msgid "Notes on Installation"
msgstr "Aantekeninge by installasie"
#: readme.xrm#javaneeded.javaneeded.readmeitem.text
-msgid "${PRODUCTNAME} requires a recent version of JAVA for full functionality which is part of the ${PRODUCTNAME} installation package."
+msgid "${PRODUCTNAME} requires a recent version of Java Runtime Environment (JRE) for full functionality. JRE is not part of the ${PRODUCTNAME} installation package, it should be installed separately."
msgstr ""
#: readme.xrm#sdfsdfgf42r.sdfsdfgf42r.readmeitem.text
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
index e759ce06438..1fa95bcc826 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ExtendedColorScheme.xcu#.ExtendedColorScheme.EntryNames.SunReportBuilder.DisplayName.value.text
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 4cc9d46d2b2..fbbdbd96d08 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FUI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Commands..uno_ReportHeaderFooter.Label.value.text
diff --git a/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 1a5d9cf5fe8..b2fe2596d84 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FTypeDetection.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Types.xcu#.Types.Types.StarBaseReport.UIName.value.text
diff --git a/translations/source/af/reportbuilder/util.po b/translations/source/af/reportbuilder/util.po
index a640614d275..68738b030a7 100644
--- a/translations/source/af/reportbuilder/util.po
+++ b/translations/source/af/reportbuilder/util.po
@@ -1,15 +1,17 @@
+#. extracted from reportbuilder/util.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportbuilder%2Futil.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
@@ -17,5 +19,5 @@ msgid "Report Builder"
msgstr ""
#: description.xml#extdesc.extdesc.description.text
-msgid "Create with the Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports.\n"
+msgid "Use the Report Builder to create stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers. Additionally, calculation fields are available to accomplish complex database reports.\n"
msgstr ""
diff --git a/translations/source/af/reportdesign/source/core/resource.po b/translations/source/af/reportdesign/source/core/resource.po
index ca6d9adcb9a..afa931f90fe 100644
--- a/translations/source/af/reportdesign/source/core/resource.po
+++ b/translations/source/af/reportdesign/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportdesign%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: strings.src#RID_STR_DETAIL.string.text
diff --git a/translations/source/af/reportdesign/source/ui/dlg.po b/translations/source/af/reportdesign/source/ui/dlg.po
index 1bad6d3762a..90ecfc1674b 100644
--- a/translations/source/af/reportdesign/source/ui/dlg.po
+++ b/translations/source/af/reportdesign/source/ui/dlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportdesign%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: GroupsSorting.src#RID_GROUPS_SORTING.FL_SEPARATOR2.fixedline.text
diff --git a/translations/source/af/reportdesign/source/ui/inspection.po b/translations/source/af/reportdesign/source/ui/inspection.po
index 153bd7e45c1..3da54602e82 100644
--- a/translations/source/af/reportdesign/source/ui/inspection.po
+++ b/translations/source/af/reportdesign/source/ui/inspection.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportdesign%2Fsource%2Fui%2Finspection.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: inspection.src#RID_STR_PROPPAGE_DEFAULT.string.text
diff --git a/translations/source/af/reportdesign/source/ui/report.po b/translations/source/af/reportdesign/source/ui/report.po
index 153d9941e60..0656327c6a9 100644
--- a/translations/source/af/reportdesign/source/ui/report.po
+++ b/translations/source/af/reportdesign/source/ui/report.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+reportdesign%2Fsource%2Fui%2Freport.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: report.src#RID_STR_BRWTITLE_PROPERTIES.string.text
diff --git a/translations/source/af/sc/source/core/src.po b/translations/source/af/sc/source/core/src.po
index 74ca07d2726..439d1022506 100644
--- a/translations/source/af/sc/source/core/src.po
+++ b/translations/source/af/sc/source/core/src.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fcore%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: compiler.src#RID_FUNCTION_CATEGORIES.1.string.text
diff --git a/translations/source/af/sc/source/ui/cctrl.po b/translations/source/af/sc/source/ui/cctrl.po
index f7fa0acdeba..76dd9666103 100644
--- a/translations/source/af/sc/source/ui/cctrl.po
+++ b/translations/source/af/sc/source/ui/cctrl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fcctrl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: checklistmenu.src#RID_POPUP_FILTER.STR_MENU_SORT_ASC.string.text
diff --git a/translations/source/af/sc/source/ui/dbgui.po b/translations/source/af/sc/source/ui/dbgui.po
index bd33f1c24aa..88115841ec5 100644
--- a/translations/source/af/sc/source/ui/dbgui.po
+++ b/translations/source/af/sc/source/ui/dbgui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fdbgui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: asciiopt.src#RID_SCDLG_ASCII.FL_FIELDOPT.fixedline.text
diff --git a/translations/source/af/sc/source/ui/docshell.po b/translations/source/af/sc/source/ui/docshell.po
index 6518a83b3cb..48cf1b8511b 100644
--- a/translations/source/af/sc/source/ui/docshell.po
+++ b/translations/source/af/sc/source/ui/docshell.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fdocshell.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tpstat.src#RID_SCPAGE_STAT.FT_TABLES_LBL.fixedtext.text
diff --git a/translations/source/af/sc/source/ui/drawfunc.po b/translations/source/af/sc/source/ui/drawfunc.po
index fdf2725c99a..ec35df41238 100644
--- a/translations/source/af/sc/source/ui/drawfunc.po
+++ b/translations/source/af/sc/source/ui/drawfunc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fdrawfunc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: drformsh.src#MN_RENAME_OBJECT.SID_RENAME_OBJECT.menuitem.text
diff --git a/translations/source/af/sc/source/ui/formdlg.po b/translations/source/af/sc/source/ui/formdlg.po
index 3270411886e..fde60f00b89 100644
--- a/translations/source/af/sc/source/ui/formdlg.po
+++ b/translations/source/af/sc/source/ui/formdlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fformdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dwfunctr.src#FID_FUNCTION_BOX.CB_CAT.1.stringlist.text
diff --git a/translations/source/af/sc/source/ui/miscdlgs.po b/translations/source/af/sc/source/ui/miscdlgs.po
index a0887f561cd..333673fad09 100644
--- a/translations/source/af/sc/source/ui/miscdlgs.po
+++ b/translations/source/af/sc/source/ui/miscdlgs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fmiscdlgs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: instbdlg.src#RID_SCDLG_INSERT_TABLE.FL_POSITION.fixedline.text
@@ -310,8 +310,8 @@ msgid "Protect Sheet"
msgstr "Beskerm vel"
#: retypepassdlg.src#RID_SCDLG_RETYPEPASS.FT_DESC.fixedtext.text
-msgid "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document."
-msgstr "Die dokument wat u gaan uitvoer, het een of meer items wat met 'n wagwoord beskerm word, wat nie uitgevoer kan word nie. Tik asseblief weer u wagwoord in om u dokument te kan uitvoer."
+msgid "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document."
+msgstr ""
#: retypepassdlg.src#RID_SCDLG_RETYPEPASS.FL_DOCUMENT.fixedline.text
msgid "Document protection"
diff --git a/translations/source/af/sc/source/ui/navipi.po b/translations/source/af/sc/source/ui/navipi.po
index 25af768e73e..d73f9fee151 100644
--- a/translations/source/af/sc/source/ui/navipi.po
+++ b/translations/source/af/sc/source/ui/navipi.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fnavipi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:30+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
@@ -135,7 +135,8 @@ msgid "Range names"
msgstr "Omvangname"
#: navipi.src#SCSTR_CONTENT_DBAREA.string.text
-msgid "Database Ranges"
+#, fuzzy
+msgid "Database ranges"
msgstr "Databasisomvangs"
#: navipi.src#SCSTR_CONTENT_GRAPHIC.string.text
diff --git a/translations/source/af/sc/source/ui/pagedlg.po b/translations/source/af/sc/source/ui/pagedlg.po
index 669aad6d243..0f7fb6b8758 100644
--- a/translations/source/af/sc/source/ui/pagedlg.po
+++ b/translations/source/af/sc/source/ui/pagedlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fpagedlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: hfedtdlg.src#HFEDIT_DLGTITLE.#define.text
diff --git a/translations/source/af/sc/source/ui/src.po b/translations/source/af/sc/source/ui/src.po
index 7c875a318c0..2e52a6a84e4 100644
--- a/translations/source/af/sc/source/ui/src.po
+++ b/translations/source/af/sc/source/ui/src.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -21,28 +21,25 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text"
msgid "Add"
msgstr "Voeg by"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_MODIFY.pushbutton.text
-#, fuzzy
-msgid "Modify"
-msgstr "Wys~ig"
-
-#: namedlg.src#RID_SCDLG_NAMES.BTN_BACK.pushbutton.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_BACK.pushbutton.text"
-msgid "Back"
-msgstr "Terug"
-
#: namedlg.src#RID_SCDLG_NAMES.BTN_DELETE.pushbutton.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_DELETE.pushbutton.text"
msgid "~Delete"
msgstr "~Skrap"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_CLOSE.pushbutton.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_CLOSE.pushbutton.text"
-msgid "Close"
-msgstr "Sluit"
+#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
+msgid "OK"
+msgstr ""
+
+#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
+msgid "Cancel"
+msgstr "Kanselleer"
+
+#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
+msgid "Select Range"
+msgstr "Kies reikwydte"
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
@@ -72,23 +69,37 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.RB_ASSIGN.imagebutton.quickhelptext"
msgid "Shrink"
msgstr "Krimp"
+#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgid "Range Options"
+msgstr ""
+
#: namedlg.src#RID_SCDLG_NAMES.BTN_PRINTAREA.checkbox.text
+#, fuzzy
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_PRINTAREA.checkbox.text"
msgid "~Print range"
msgstr "~Drukomvang"
#: namedlg.src#RID_SCDLG_NAMES.BTN_CRITERIA.checkbox.text
+#, fuzzy
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_CRITERIA.checkbox.text"
msgid "~Filter"
msgstr "~Filter"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ROWHEADER.checkbox.text
+#, fuzzy
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_ROWHEADER.checkbox.text"
msgid "Repeat ~row"
msgstr "Herhaal ~ry"
#: namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text
+#, fuzzy
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Herhaal ~kolom"
#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
+#, fuzzy
+msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
msgid "Invalid expression"
msgstr "Ongeldige uitdrukking"
@@ -96,28 +107,22 @@ msgstr "Ongeldige uitdrukking"
msgid "Modifying range name failed"
msgstr ""
-#: namedlg.src#RID_SCDLG_NAMES.STR_GLOBAL_SCOPE.string.text
-#, fuzzy
-msgid "Document (Global)"
-msgstr "Dokument gesluit"
+#: namedlg.src#RID_SCDLG_NAMES.STR_ERR_NAME_EXISTS.string.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_ERR_NAME_EXISTS.string.text"
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
-#: namedlg.src#RID_SCDLG_NAMES.STR_HEADER_NAME.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_HEADER_NAME.string.text"
-msgid "Name"
-msgstr "Naam"
+#: namedlg.src#RID_SCDLG_NAMES.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore and don't use names like cell addresses"
+msgstr ""
-#: namedlg.src#RID_SCDLG_NAMES.STR_HEADER_RANGE.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_HEADER_RANGE.string.text"
-msgid "Range"
-msgstr "Omvang"
+#: namedlg.src#RID_SCDLG_NAMES.STR_DEFAULT_INFO.string.text
+msgid "Select cells in the document to update the range."
+msgstr ""
-#: namedlg.src#RID_SCDLG_NAMES.STR_HEADER_SCOPE.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_HEADER_SCOPE.string.text"
-msgid "Scope"
-msgstr "Skopus"
+#: namedlg.src#RID_SCDLG_NAMES.STR_MULTI_SELECT.string.text
+msgid "(multiple)"
+msgstr ""
#: namedlg.src#RID_SCDLG_NAMES.modelessdialog.text
msgid "Manage Names"
@@ -441,10 +446,6 @@ msgstr "~Bladsybreuke"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_HANDLES.checkbox.text
-msgid "~Simple handles"
-msgstr "~Eenvoudige handvatsels"
-
#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
msgid "~Large handles"
msgstr "~Groot handvatsels"
@@ -9048,17 +9049,25 @@ msgstr "Skep name uit"
msgid "Create Names"
msgstr "Skep name"
-#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.FT_LABEL.fixedtext.text
-msgid "Insert name"
-msgstr "Voeg naam in"
+#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.BTN_PASTE.pushbutton.text
+#, fuzzy
+msgid "Paste"
+msgstr "~Plak"
-#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.BTN_ADD.pushbutton.text
-msgid "Insert ~All"
-msgstr "Voeg ~alles in"
+#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.BTN_PASTE_ALL.pushbutton.text
+#, fuzzy
+msgid "Paste All"
+msgstr "~Plak alles"
+
+#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.BTN_CLOSE.pushbutton.text
+#, fuzzy
+msgctxt "miscdlgs.src#RID_SCDLG_NAMES_PASTE.BTN_CLOSE.pushbutton.text"
+msgid "Close"
+msgstr "Sluit"
#: miscdlgs.src#RID_SCDLG_NAMES_PASTE.modaldialog.text
-msgid "Insert Name"
-msgstr "Voeg naam in"
+msgid "Paste Names"
+msgstr ""
#: miscdlgs.src#RID_SCDLG_CHARTCOLROW.1.checkbox.text
msgid "First ~column as label"
@@ -9076,45 +9085,12 @@ msgstr "Etikette"
msgid "Change Source Data Range"
msgstr "Wysig brondatareikwydte"
-#: scstring.src#SCSTR_APPLICATION.string.text
-msgid "%PRODUCTNAME Calc 6.0"
-msgstr "%PRODUCTNAME Calc 6.0"
-
-#: scstring.src#SCSTR_50_APPLICATION.string.text
-msgid "StarCalc 5.0"
-msgstr "StarCalc 5.0"
-
-#: scstring.src#SCSTR_40_APPLICATION.string.text
-msgid "StarCalc 4.0"
-msgstr "StarCalc 4.0"
-
-#: scstring.src#SCSTR_30_APPLICATION.string.text
-msgid "StarCalc 3.0"
-msgstr "StarCalc 3.0"
-
#: scstring.src#SCSTR_LONG_SCDOC_NAME.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTVERSION-sigblad"
-#: scstring.src#SCSTR_50_LONG_DOCNAME.string.text
-msgid "%PRODUCTNAME 5.0 Spreadsheet"
-msgstr "%PRODUCTNAME 5.0-sigblad"
-
-#: scstring.src#SCSTR_40_LONG_DOCNAME.string.text
-msgid "%PRODUCTNAME 4.0 Spreadsheet"
-msgstr "%PRODUCTNAME 4.0-sigblad"
-
-#: scstring.src#SCSTR_30_LONG_DOCNAME.string.text
-msgid "StarCalc 3.0 Spreadsheet"
-msgstr "StarCalc 3.0-sigblad"
-
#: scstring.src#SCSTR_SHORT_SCDOC_NAME.string.text
-msgctxt "scstring.src#SCSTR_SHORT_SCDOC_NAME.string.text"
-msgid "Spreadsheet"
-msgstr "Sigblad"
-
-#: scstring.src#SCSTR_HUMAN_SCDOC_NAME.string.text
-msgctxt "scstring.src#SCSTR_HUMAN_SCDOC_NAME.string.text"
+#, fuzzy
msgid "Spreadsheet"
msgstr "Sigblad"
@@ -9770,11 +9746,11 @@ msgid "Warn me about this in the future."
msgstr ""
#: scstring.src#SCSTR_DDEDOC_NOT_LOADED.string.text
-msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
+msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#: scstring.src#SCSTR_EXTDOC_NOT_LOADED.string.text
-msgid "The following external file could not be loaded. Data linked from this file did not get updated."
+msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#: simpref.src#RID_SCDLG_SIMPLEREF.FT_ASSIGN.fixedtext.text
@@ -10129,6 +10105,8 @@ msgid "Accept"
msgstr "Aanvaar"
#: toolbox.src#SCSTR_QHELP_BTNCANCEL.string.text
+#, fuzzy
+msgctxt "toolbox.src#SCSTR_QHELP_BTNCANCEL.string.text"
msgid "Cancel"
msgstr "Kanselleer"
@@ -10142,6 +10120,14 @@ msgctxt "toolbox.src#SCSTR_QHELP_BTNEQUAL.string.text"
msgid "Function"
msgstr "Funksie"
+#: toolbox.src#SCSTR_QHELP_EXPAND_FORMULA.string.text
+msgid "Expand Formula Bar"
+msgstr ""
+
+#: toolbox.src#SCSTR_QHELP_COLLAPSE_FORMULA.string.text
+msgid "Collapse Formula Bar"
+msgstr ""
+
#: sortdlg.src#RID_SCPAGE_SORT_FIELDS.BTN_UP1.radiobutton.text
msgctxt "sortdlg.src#RID_SCPAGE_SORT_FIELDS.BTN_UP1.radiobutton.text"
msgid "~Ascending"
@@ -11954,6 +11940,8 @@ msgid "Select Cell"
msgstr "Kies sel"
#: globstr.src#RID_GLOBSTR.STR_NAME_INPUT_RANGE.string.text
+#, fuzzy
+msgctxt "globstr.src#RID_GLOBSTR.STR_NAME_INPUT_RANGE.string.text"
msgid "Select Range"
msgstr "Kies reikwydte"
@@ -12214,6 +12202,29 @@ msgstr ""
msgid "Manage Names..."
msgstr ""
+#: globstr.src#RID_GLOBSTR.STR_HEADER_NAME.string.text
+#, fuzzy
+msgctxt "globstr.src#RID_GLOBSTR.STR_HEADER_NAME.string.text"
+msgid "Name"
+msgstr "Naam"
+
+#: globstr.src#RID_GLOBSTR.STR_HEADER_RANGE.string.text
+#, fuzzy
+msgctxt "globstr.src#RID_GLOBSTR.STR_HEADER_RANGE.string.text"
+msgid "Range"
+msgstr "Omvang"
+
+#: globstr.src#RID_GLOBSTR.STR_HEADER_SCOPE.string.text
+#, fuzzy
+msgctxt "globstr.src#RID_GLOBSTR.STR_HEADER_SCOPE.string.text"
+msgid "Scope"
+msgstr "Skopus"
+
+#: globstr.src#RID_GLOBSTR.STR_GLOBAL_SCOPE.string.text
+#, fuzzy
+msgid "Document (Global)"
+msgstr "Dokument gesluit"
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12967,6 +12978,91 @@ msgctxt "filter.src#RID_FILTER_VALUE.string.text"
msgid "Value"
msgstr "Waarde"
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_ADD.pushbutton.text
+#, fuzzy
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_ADD.pushbutton.text"
+msgid "Add"
+msgstr "Voeg by"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_CANCEL.pushbutton.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_CANCEL.pushbutton.text"
+msgid "Cancel"
+msgstr "Kanselleer"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
+msgid "RangeOptions"
+msgstr ""
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
+#, fuzzy
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text"
+msgid "Name"
+msgstr "Naam"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_RANGE.fixedtext.text
+#, fuzzy
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_RANGE.fixedtext.text"
+msgid "Range"
+msgstr "Omvang"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_SCOPE.fixedtext.text
+#, fuzzy
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_SCOPE.fixedtext.text"
+msgid "Scope"
+msgstr "Skopus"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.RB_RANGE.imagebutton.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.RB_RANGE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.RB_RANGE.imagebutton.quickhelptext
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.RB_RANGE.imagebutton.quickhelptext"
+msgid "Shrink"
+msgstr "Krimp"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_PRINTAREA.checkbox.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_PRINTAREA.checkbox.text"
+msgid "~Print range"
+msgstr "~Drukomvang"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_CRITERIA.checkbox.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_CRITERIA.checkbox.text"
+msgid "~Filter"
+msgstr "~Filter"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_ROWHEADER.checkbox.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_ROWHEADER.checkbox.text"
+msgid "Repeat ~row"
+msgstr "Herhaal ~ry"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
+msgid "Repeat ~column"
+msgstr "Herhaal ~kolom"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_INVALIDSYMBOL.string.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_INVALIDSYMBOL.string.text"
+msgid "Invalid expression"
+msgstr "Ongeldige uitdrukking"
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_ERR_NAME_EXISTS.string.text
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_ERR_NAME_EXISTS.string.text"
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.STR_DEFAULT_INFO.string.text
+msgid "Define the name and range or formula expression."
+msgstr ""
+
+#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.modelessdialog.text
+msgid "Define Name"
+msgstr ""
+
#: dbnamdlg.src#RID_SCDLG_DBNAMES.FL_NAME.fixedline.text
msgid "Na~me"
msgstr "Naa~m"
diff --git a/translations/source/af/sc/source/ui/styleui.po b/translations/source/af/sc/source/ui/styleui.po
index 0cbe4f22ba5..2db3276b6a7 100644
--- a/translations/source/af/sc/source/ui/styleui.po
+++ b/translations/source/af/sc/source/ui/styleui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sc%2Fsource%2Fui%2Fstyleui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.sfxstylefamilyitem.text
diff --git a/translations/source/af/scaddins/source/analysis.po b/translations/source/af/scaddins/source/analysis.po
index dd8e4578dd7..3ced233c693 100644
--- a/translations/source/af/scaddins/source/analysis.po
+++ b/translations/source/af/scaddins/source/analysis.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scaddins%2Fsource%2Fanalysis.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Workday.string.text
diff --git a/translations/source/af/scaddins/source/datefunc.po b/translations/source/af/scaddins/source/datefunc.po
index c7b06397126..d6836b221bb 100644
--- a/translations/source/af/scaddins/source/datefunc.po
+++ b/translations/source/af/scaddins/source/datefunc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scaddins%2Fsource%2Fdatefunc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: datefunc.src#RID_DATE_FUNCTION_DESCRIPTIONS.DATE_FUNCDESC_DiffWeeks.1.string.text
diff --git a/translations/source/af/sccomp/source/solver.po b/translations/source/af/sccomp/source/solver.po
index 9bfb623e0c2..47d6556ea66 100644
--- a/translations/source/af/sccomp/source/solver.po
+++ b/translations/source/af/sccomp/source/solver.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sccomp%2Fsource%2Fsolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: solver.src#RID_SOLVER_COMPONENT.string.text
diff --git a/translations/source/af/scp2/source/accessories.po b/translations/source/af/scp2/source/accessories.po
index 57dcb529920..4391f82965c 100644
--- a/translations/source/af/scp2/source/accessories.po
+++ b/translations/source/af/scp2/source/accessories.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Faccessories.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_samples_accessories.ulf#STR_NAME_MODULE_OPTIONAL_ACCESSORIES_SAMPLES.LngText.text
diff --git a/translations/source/af/scp2/source/activex.po b/translations/source/af/scp2/source/activex.po
index 71d17a3d937..ef54e586552 100644
--- a/translations/source/af/scp2/source/activex.po
+++ b/translations/source/af/scp2/source/activex.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Factivex.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_activex.ulf#STR_NAME_MODULE_OPTIONAL_ACTIVEXCONTROL.LngText.text
diff --git a/translations/source/af/scp2/source/base.po b/translations/source/af/scp2/source/base.po
index 6cbabf1f13f..e49af77400f 100644
--- a/translations/source/af/scp2/source/base.po
+++ b/translations/source/af/scp2/source/base.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
diff --git a/translations/source/af/scp2/source/binfilter.po b/translations/source/af/scp2/source/binfilter.po
index 7c333031924..5747b6f85a2 100644
--- a/translations/source/af/scp2/source/binfilter.po
+++ b/translations/source/af/scp2/source/binfilter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fbinfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_binfilter.ulf#STR_NAME_MODULE_OPTIONAL_BINFILTER.LngText.text
diff --git a/translations/source/af/scp2/source/calc.po b/translations/source/af/scp2/source/calc.po
index c1b45a5cfca..1e5707637cd 100644
--- a/translations/source/af/scp2/source/calc.po
+++ b/translations/source/af/scp2/source/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fcalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: registryitem_calc.ulf#STR_REG_VAL_NEW.LngText.text
diff --git a/translations/source/af/scp2/source/draw.po b/translations/source/af/scp2/source/draw.po
index 07379088cf1..6b40d1bd379 100644
--- a/translations/source/af/scp2/source/draw.po
+++ b/translations/source/af/scp2/source/draw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: folderitem_draw.ulf#STR_FI_NAME_ZEICHNUNG.LngText.text
diff --git a/translations/source/af/scp2/source/extensions.po b/translations/source/af/scp2/source/extensions.po
index 83e59ff2693..4c80c448f41 100644
--- a/translations/source/af/scp2/source/extensions.po
+++ b/translations/source/af/scp2/source/extensions.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fextensions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
diff --git a/translations/source/af/scp2/source/gnome.po b/translations/source/af/scp2/source/gnome.po
index 93fa9a570a9..f88f046d729 100644
--- a/translations/source/af/scp2/source/gnome.po
+++ b/translations/source/af/scp2/source/gnome.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fgnome.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_gnome.ulf#STR_NAME_MODULE_OPTIONAL_GNOME.LngText.text
diff --git a/translations/source/af/scp2/source/graphicfilter.po b/translations/source/af/scp2/source/graphicfilter.po
index fa2da9f6e74..ae53e31f324 100644
--- a/translations/source/af/scp2/source/graphicfilter.po
+++ b/translations/source/af/scp2/source/graphicfilter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fgraphicfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_graphicfilter.ulf#STR_NAME_MODULE_OPTIONAL_GRFFLT.LngText.text
diff --git a/translations/source/af/scp2/source/impress.po b/translations/source/af/scp2/source/impress.po
index 6652171a0ea..c4be9eef641 100644
--- a/translations/source/af/scp2/source/impress.po
+++ b/translations/source/af/scp2/source/impress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_impress.ulf#STR_NAME_MODULE_PRG_IMPRESS.LngText.text
diff --git a/translations/source/af/scp2/source/javafilter.po b/translations/source/af/scp2/source/javafilter.po
index 2d549823ed1..b9c1cf686cf 100644
--- a/translations/source/af/scp2/source/javafilter.po
+++ b/translations/source/af/scp2/source/javafilter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fjavafilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_javafilter.ulf#STR_NAME_MODULE_OPTIONAL_JAVAFILTER.LngText.text
diff --git a/translations/source/af/scp2/source/kde.po b/translations/source/af/scp2/source/kde.po
index 4e460f5ff3b..1bc6b878fa2 100644
--- a/translations/source/af/scp2/source/kde.po
+++ b/translations/source/af/scp2/source/kde.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fkde.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_kde.ulf#STR_NAME_MODULE_OPTIONAL_KDE.LngText.text
diff --git a/translations/source/af/scp2/source/math.po b/translations/source/af/scp2/source/math.po
index a22da443724..8489465cdec 100644
--- a/translations/source/af/scp2/source/math.po
+++ b/translations/source/af/scp2/source/math.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_math.ulf#STR_NAME_MODULE_PRG_MATH.LngText.text
diff --git a/translations/source/af/scp2/source/onlineupdate.po b/translations/source/af/scp2/source/onlineupdate.po
index ea6ff294409..cc91d7b51e7 100644
--- a/translations/source/af/scp2/source/onlineupdate.po
+++ b/translations/source/af/scp2/source/onlineupdate.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fonlineupdate.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_onlineupdate.ulf#STR_NAME_MODULE_OPT_ONLINEUPDATE.LngText.text
diff --git a/translations/source/af/scp2/source/ooo.po b/translations/source/af/scp2/source/ooo.po
index 0c5267dfd11..c94ebe764e3 100644
--- a/translations/source/af/scp2/source/ooo.po
+++ b/translations/source/af/scp2/source/ooo.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fooo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -307,17 +307,6 @@ msgstr "Pandjab"
msgid "Installs Punjabi help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Pandjaabse steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_GU_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_GU_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TA.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TA.LngText.text"
msgid "Tamil"
@@ -325,18 +314,6 @@ msgstr "Tamil"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TA.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TA.LngText.text"
-msgid "Installs Tamil help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TA_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TA_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TA_IN.LngText.text"
msgid "Installs Tamil help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -347,18 +324,6 @@ msgstr "Hindi"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HI.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HI.LngText.text"
-msgid "Installs Hindi help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_HI_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HI_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HI_IN.LngText.text"
msgid "Installs Hindi help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -412,18 +377,6 @@ msgstr ""
msgid "Installs Afrikaans help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Afrikaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SW.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SW.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SW.LngText.text"
-msgid "Installs Swahili help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SW_TZ.LngText.text
#, fuzzy
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SW_TZ.LngText.text"
@@ -432,7 +385,6 @@ msgstr "Swahili"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SW_TZ.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SW_TZ.LngText.text"
msgid "Installs Swahili help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -466,26 +418,6 @@ msgstr "Bengaals"
msgid "Installs Bengali help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Bengaalse steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BN_BD.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengaals (Bangladesj)"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_BN_BD.LngText.text
-#, fuzzy
-msgid "Installs Bengali (Bangladesh) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengalese (Bangladesj) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BN_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengaals (Indië)"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_BN_IN.LngText.text
-#, fuzzy
-msgid "Installs Bengali (India) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengaalse (Indië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_OR.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_OR.LngText.text"
msgid "Oriya"
@@ -493,18 +425,6 @@ msgstr "Orija"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_OR.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_OR.LngText.text"
-msgid "Installs Oriya help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_OR_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_OR_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_OR_IN.LngText.text"
msgid "Installs Oriya help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -515,18 +435,6 @@ msgstr "Marathi"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MR.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MR.LngText.text"
-msgid "Installs Marathi help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MR_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MR_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MR_IN.LngText.text"
msgid "Installs Marathi help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -547,18 +455,6 @@ msgstr "Arabies"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AR.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AR.LngText.text"
-msgid "Installs Arabic help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AR_SA.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AR_SA.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AR_SA.LngText.text"
msgid "Installs Arabic help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -642,16 +538,6 @@ msgstr "Noors (Nuutnoors)"
msgid "Installs Norwegian (Nynorsk) help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Noorse (Nuutnoors) steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_RM.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Reto-Romaans"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_RM.LngText.text
-#, fuzzy
-msgid "Installs Rhaeto-Romance help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Reto-Romaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_RO.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_RO.LngText.text"
msgid "Romanian"
@@ -672,17 +558,6 @@ msgstr "Albanees"
msgid "Installs Albanian help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Albanese steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UR.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_UR.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_UR.LngText.text"
-msgid "Installs Urdu help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ID.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ID.LngText.text"
msgid "Indonesian"
@@ -744,16 +619,6 @@ msgstr ""
msgid "Installs Lithuanian help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Litause steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_HY.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeens"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HY.LngText.text
-#, fuzzy
-msgid "Installs Armenian help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Armeense steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_EU.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_EU.LngText.text"
msgid "Basque"
@@ -774,16 +639,6 @@ msgstr "Masedonies"
msgid "Installs Macedonian help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Masedoniese steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MT.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltees"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MT.LngText.text
-#, fuzzy
-msgid "Installs Maltese help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maltese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_CY.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_CY.LngText.text"
msgid "Welsh"
@@ -804,17 +659,6 @@ msgstr ""
msgid "Installs Galician help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Galisiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SH_YU.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SH_YU.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SH.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SH.LngText.text"
msgid "Serbian (Latin)"
@@ -822,7 +666,6 @@ msgstr "Serwies (Latyn)"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SH.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SH.LngText.text"
msgid "Installs Serbian (Latin) help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
@@ -836,17 +679,6 @@ msgstr "Iers"
msgid "Installs Irish help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Ierse steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SR_CS.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SR_CS.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SR.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SR.LngText.text"
msgid "Serbian (Cyrillic)"
@@ -854,7 +686,6 @@ msgstr "Serwies (Cyrillies)"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SR.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SR.LngText.text"
msgid "Installs Serbian (Cyrillic) help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
@@ -868,18 +699,6 @@ msgstr "Bosnies"
msgid "Installs Bosnian help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Bosniese steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AS_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamees"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AS_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AS_IN.LngText.text"
-msgid "Installs Assamese help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Assamese steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AST.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_AST.LngText.text"
msgid "Asturian"
@@ -900,17 +719,6 @@ msgstr "Kinjarwandees"
msgid "Installs Kinyarwanda help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Kinjarwandese steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SA.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SA.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SA.LngText.text"
-msgid "Installs Sanskrit help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sanskrit-steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_FA.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_FA.LngText.text"
msgid "Farsi"
@@ -921,26 +729,6 @@ msgstr "Farsi"
msgid "Installs Farsi help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Farsi-steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_FO.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroëes"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_FO.LngText.text
-#, fuzzy
-msgid "Installs Faroese help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Faroëse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SB.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbies"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SB.LngText.text
-#, fuzzy
-msgid "Installs Sorbian help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sorbiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TT.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TT.LngText.text"
msgid "Tatar"
@@ -961,16 +749,6 @@ msgstr "Tsonga"
msgid "Installs Tsonga help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Tsonga-steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_YI.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisj"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_YI.LngText.text
-#, fuzzy
-msgid "Installs Yiddish help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Jiddisje steun vir %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BR.LngText.text
#, fuzzy
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BR.LngText.text"
@@ -1022,16 +800,6 @@ msgstr "Kannada"
msgid "Installs Kannada help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Kannadese steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MS.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Maleis (Maleisies)"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MS.LngText.text
-#, fuzzy
-msgid "Installs Malay (Malaysian) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maleise (Maleisië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TG.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TG.LngText.text"
msgid "Tajik"
@@ -1089,7 +857,6 @@ msgstr "Goedjarati"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_GU.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_GU.LngText.text"
msgid "Installs Gujarati help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -1113,53 +880,6 @@ msgstr "Engels (Verenigde Koninkryk)"
msgid "Installs English (United Kingdom) help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Engelse steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UR_IN.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_UR_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_UR_IN.LngText.text"
-msgid "Installs Urdu help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ML_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabaars"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ML_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Malabaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TE_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Teloegoe"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TE_IN.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TE_IN.LngText.text"
-msgid "Installs Telugu help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Telugu-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TI_ER.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TI_ER.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tigrinya-steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UZ.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_UZ.LngText.text"
msgid "Uzbek"
@@ -1249,7 +969,6 @@ msgstr "Assamees"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AS.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AS.LngText.text"
msgid "Installs Assamese help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Assamese steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -1313,16 +1032,6 @@ msgstr ""
msgid "Installs Kashmiri help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Khmer-steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_KY.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_KY.LngText.text"
-msgid "Kyrgyz"
-msgstr ""
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_KY.LngText.text
-#, fuzzy
-msgid "Installs Kyrgyz help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Koreaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MAI.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MAI.LngText.text"
msgid "Maithili"
@@ -1341,7 +1050,6 @@ msgstr "Malabaars"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ML.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ML.LngText.text"
msgid "Installs Malayalam help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Malabaarse steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -1355,26 +1063,6 @@ msgstr ""
msgid "Installs Manipuri help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Sanskrit-steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_PAP.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_PAP.LngText.text"
-msgid "Papiamento"
-msgstr ""
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_PAP.LngText.text
-#, fuzzy
-msgid "Installs Papiamento help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Esperanto-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_PS.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_PS.LngText.text"
-msgid "Pashto"
-msgstr ""
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_PS.LngText.text
-#, fuzzy
-msgid "Installs Pashto help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Baskiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SA_IN.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SA_IN.LngText.text"
msgid "Sanskrit (India)"
@@ -1382,7 +1070,6 @@ msgstr ""
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SA_IN.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SA_IN.LngText.text"
msgid "Installs Sanskrit help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Sanskrit-steun in %PRODUCTNAME %PRODUCTVERSION"
@@ -1396,16 +1083,6 @@ msgstr ""
msgid "Installs Santali help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Bengaalse steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SC.LngText.text
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SC.LngText.text"
-msgid "Sardinian"
-msgstr ""
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SC.LngText.text
-#, fuzzy
-msgid "Installs Sardinian help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oekraïense steun vir %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SD.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SD.LngText.text"
msgid "Sindhi"
@@ -1424,22 +1101,9 @@ msgstr "Teloegoe"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TE.LngText.text
#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TE.LngText.text"
msgid "Installs Telugu help in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Telugu-steun in %PRODUCTNAME %PRODUCTVERSION"
-#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TI.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_TI.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TI.LngText.text
-#, fuzzy
-msgctxt "module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TI.LngText.text"
-msgid "Installs Tigrinya help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tigrinya-steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_QTZ.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_QTZ.LngText.text"
msgid "KeyID"
@@ -1534,6 +1198,15 @@ msgstr "Arabies"
msgid "Arabic spelling dictionary, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text"
+msgid "Belarusian"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
+msgid "Belarusian spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BG.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BG.LngText.text"
@@ -1610,6 +1283,15 @@ msgstr ""
msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text"
+msgid "Greek"
+msgstr "Grieks"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
+msgid "Greek spelling dictionary, and hyphenation rules"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text"
msgid "Spanish"
@@ -1637,6 +1319,15 @@ msgstr ""
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text"
+msgid "Scottish Gaelic"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
+msgid "Scottish Gaelic spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text"
msgid "Galician"
@@ -1857,6 +1548,16 @@ msgstr "Swahili"
msgid "Swahili spelling dictionary"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TE.LngText.text
+#, fuzzy
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TE.LngText.text"
+msgid "Telugu"
+msgstr "Teloegoe"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_TE.LngText.text
+msgid "Telugu spelling dictionary, and hyphenation rules"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TH.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TH.LngText.text"
msgid "Thai"
@@ -2198,33 +1899,12 @@ msgstr "Pandjab"
msgid "Installs the Punjabi user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs the Gujarati user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
msgid "Tamil"
msgstr "Tamil"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs the Tamil user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
msgid "Installs the Tamil user interface"
msgstr ""
@@ -2234,17 +1914,6 @@ msgid "Hindi"
msgstr "Hindi"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs the Hindi user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
msgid "Installs the Hindi user interface"
msgstr ""
@@ -2293,23 +1962,12 @@ msgstr ""
msgid "Installs the Afrikaans user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs the Swahili user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
msgid "Swahili"
msgstr "Swahili"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
msgid "Installs the Swahili user interface"
msgstr ""
@@ -2350,41 +2008,12 @@ msgstr "Bengaals"
msgid "Installs the Bengali user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengaals (Bangladesj)"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgid "Installs the Bengali (Bangladesh) user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengaals (Indië)"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgid "Installs the Bengali (India) user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
msgid "Oriya"
msgstr "Orija"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs the Oriya user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
msgid "Installs the Oriya user interface"
msgstr ""
@@ -2394,17 +2023,6 @@ msgid "Marathi"
msgstr "Marathi"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs the Marathi user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
msgid "Installs the Marathi user interface"
msgstr ""
@@ -2423,17 +2041,6 @@ msgid "Arabic"
msgstr "Arabies"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs the Arabic user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
msgid "Installs the Arabic user interface"
msgstr ""
@@ -2509,15 +2116,6 @@ msgstr "Noors (Nuutnoors)"
msgid "Installs the Norwegian (Nynorsk) user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Reto-Romaans"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgid "Installs the Rhaeto-Romance user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
msgid "Romanian"
@@ -2536,16 +2134,6 @@ msgstr "Albanees"
msgid "Installs the Albanian user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs the Urdu user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
msgid "Indonesian"
@@ -2600,15 +2188,6 @@ msgstr ""
msgid "Installs the Lithuanian user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeens"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgid "Installs the Armenian user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
msgid "Basque"
@@ -2627,15 +2206,6 @@ msgstr "Masedonies"
msgid "Installs the Macedonian user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltees"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgid "Installs the Maltese user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
msgid "Welsh"
@@ -2654,23 +2224,12 @@ msgstr ""
msgid "Installs the Galician user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs the Serbian (Latin) user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
msgid "Serbian (Latin)"
msgstr "Serwies (Latyn)"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
msgid "Installs the Serbian (Latin) user interface"
msgstr ""
@@ -2683,23 +2242,12 @@ msgstr "Iers"
msgid "Installs the Irish user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs the Serbian (Cyrillic) user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
msgid "Serbian (Cyrillic)"
msgstr "Serwies (Cyrillies)"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
msgid "Installs the Serbian (Cyrillic) user interface"
msgstr ""
@@ -2712,17 +2260,6 @@ msgstr "Bosnies"
msgid "Installs the Bosnian user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-#, fuzzy
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamees"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs the Assamese user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AST.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_AST.LngText.text"
msgid "Asturian"
@@ -2741,16 +2278,6 @@ msgstr "Kinjarwandees"
msgid "Installs the Kinyarwanda user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs the Sanskrit user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
msgid "Farsi"
@@ -2760,24 +2287,6 @@ msgstr "Farsi"
msgid "Installs the Farsi user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroëes"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgid "Installs the Faroese user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbies"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgid "Installs the Sorbian user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
msgid "Tatar"
@@ -2796,15 +2305,6 @@ msgstr "Tsonga"
msgid "Installs the Tsonga user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisj"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgid "Installs the Yiddish user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
msgid "Breton"
@@ -2850,15 +2350,6 @@ msgstr "Kannada"
msgid "Installs the Kannada user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Maleis (Maleisies)"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgid "Installs the Malay (Malaysian) user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
msgid "Tajik"
@@ -2910,7 +2401,6 @@ msgid "Gujarati"
msgstr "Goedjarati"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
msgid "Installs the Gujarati user interface"
msgstr ""
@@ -2932,49 +2422,6 @@ msgstr "Engels (Verenigde Koninkryk)"
msgid "Installs the English (United Kingdom) user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs the Urdu user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-#, fuzzy
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabaars"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs the Malayalam user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-#, fuzzy
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Teloegoe"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs the Telugu user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-#, fuzzy
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs the Tigrinya user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
msgid "Uzbek"
@@ -3045,7 +2492,6 @@ msgid "Assamese"
msgstr "Assamees"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AS.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_AS.LngText.text"
msgid "Installs the Assamese user interface"
msgstr ""
@@ -3103,15 +2549,6 @@ msgstr ""
msgid "Installs the Kashmiri user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_KY.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_KY.LngText.text"
-msgid "Kyrgyz"
-msgstr ""
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_KY.LngText.text
-msgid "Installs the Kyrgyz user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MAI.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_MAI.LngText.text"
msgid "Maithili"
@@ -3128,7 +2565,6 @@ msgid "Malayalam"
msgstr "Malabaars"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_ML.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_ML.LngText.text"
msgid "Installs the Malayalam user interface"
msgstr ""
@@ -3141,31 +2577,12 @@ msgstr ""
msgid "Installs the Manipuri user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_PAP.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_PAP.LngText.text"
-msgid "Papiamento"
-msgstr ""
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_PAP.LngText.text
-msgid "Installs the Papiamento user interface"
-msgstr ""
-
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_PS.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_PS.LngText.text"
-msgid "Pashto"
-msgstr ""
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_PS.LngText.text
-msgid "Installs the Pashto user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SA_IN.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SA_IN.LngText.text"
msgid "Sanskrit (India)"
msgstr ""
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SA_IN.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SA_IN.LngText.text"
msgid "Installs the Sanskrit user interface"
msgstr ""
@@ -3178,15 +2595,6 @@ msgstr ""
msgid "Installs the Santali user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SC.LngText.text
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SC.LngText.text"
-msgid "Sardinian"
-msgstr ""
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_SC.LngText.text
-msgid "Installs the Sardinian user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SD.LngText.text
msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_SD.LngText.text"
msgid "Sindhi"
@@ -3203,21 +2611,9 @@ msgid "Telugu"
msgstr "Teloegoe"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TE.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TE.LngText.text"
msgid "Installs the Telugu user interface"
msgstr ""
-#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TI.LngText.text
-#, fuzzy
-msgctxt "module_langpack.ulf#STR_NAME_MODULE_LANGPACK_TI.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TI.LngText.text
-msgctxt "module_langpack.ulf#STR_DESC_MODULE_LANGPACK_TI.LngText.text"
-msgid "Installs the Tigrinya user interface"
-msgstr ""
-
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
msgstr ""
diff --git a/translations/source/af/scp2/source/python.po b/translations/source/af/scp2/source/python.po
index 0854569a401..02ee59d5a37 100644
--- a/translations/source/af/scp2/source/python.po
+++ b/translations/source/af/scp2/source/python.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fpython.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_python_mailmerge.ulf#STR_NAME_MODULE_OPTIONAL_PYTHON_MAILMERGE.LngText.text
@@ -28,5 +28,5 @@ msgid "Python-UNO Bridge"
msgstr "Python-UNO-brug"
#: module_python.ulf#STR_DESC_MODULE_OPTIONAL_PYTHON.LngText.text
-msgid "Adds the ability to automate %PRODUCTNAME with the python scripting language. See http://udk.openoffice.org/python/python-bridge.html for a complete documentation."
-msgstr "Voeg die vermoë by om %PRODUCTNAME te outomatiseer met die Python-skriptaal. Kyk http://udk.openoffice.org/python/python-bridge.html vir volledige dokumentasie."
+msgid "Adds the ability to automate %PRODUCTNAME with the Python scripting language. See https://wiki.documentfoundation.org/Development/PyUno for a complete documentation."
+msgstr ""
diff --git a/translations/source/af/scp2/source/quickstart.po b/translations/source/af/scp2/source/quickstart.po
index ef0165f2d54..b34448b9d75 100644
--- a/translations/source/af/scp2/source/quickstart.po
+++ b/translations/source/af/scp2/source/quickstart.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fquickstart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_quickstart.ulf#STR_NAME_MODULE_OPTIONAL_QUICKSTART.LngText.text
diff --git a/translations/source/af/scp2/source/sdkoo.po b/translations/source/af/scp2/source/sdkoo.po
index 207f7db7860..1e74a18bcc0 100644
--- a/translations/source/af/scp2/source/sdkoo.po
+++ b/translations/source/af/scp2/source/sdkoo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fsdkoo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_sdkoo.ulf#STR_NAME_MODULE_OPTIONAL_SDKOO.LngText.text
diff --git a/translations/source/af/scp2/source/testtool.po b/translations/source/af/scp2/source/testtool.po
index fcfdf9df367..a884dc6c1a1 100644
--- a/translations/source/af/scp2/source/testtool.po
+++ b/translations/source/af/scp2/source/testtool.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Ftesttool.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_testtool.ulf#STR_NAME_MODULE_OPTIONAL_TESTTOOL.LngText.text
diff --git a/translations/source/af/scp2/source/winexplorerext.po b/translations/source/af/scp2/source/winexplorerext.po
index 7ff40a1bf2d..616a62f1b0c 100644
--- a/translations/source/af/scp2/source/winexplorerext.po
+++ b/translations/source/af/scp2/source/winexplorerext.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fwinexplorerext.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_winexplorerext.ulf#STR_NAME_MODULE_OPTIONAL_WINDOWS_EXPLORER_EXTENSIONS.LngText.text
diff --git a/translations/source/af/scp2/source/writer.po b/translations/source/af/scp2/source/writer.po
index 2932f7cbc48..e56631279af 100644
--- a/translations/source/af/scp2/source/writer.po
+++ b/translations/source/af/scp2/source/writer.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fwriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: registryitem_writer.ulf#STR_REG_VAL_NEW.LngText.text
diff --git a/translations/source/af/scp2/source/xsltfilter.po b/translations/source/af/scp2/source/xsltfilter.po
index beeb1e3618b..4304a5b2a5d 100644
--- a/translations/source/af/scp2/source/xsltfilter.po
+++ b/translations/source/af/scp2/source/xsltfilter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scp2%2Fsource%2Fxsltfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_xsltfilter.ulf#STR_NAME_MODULE_OPTIONAL_XSLTFILTERSAMPLES.LngText.text
diff --git a/translations/source/af/scripting/source/pyprov.po b/translations/source/af/scripting/source/pyprov.po
index cc52d038415..55134caa775 100644
--- a/translations/source/af/scripting/source/pyprov.po
+++ b/translations/source/af/scripting/source/pyprov.po
@@ -1,17 +1,23 @@
+#. extracted from scripting/source/pyprov.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+scripting%2Fsource%2Fpyprov.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Script provider for Python"
msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "Add support for Python via the Scripting Framework to enable Python scripts in the user and share directories of a LibreOffice installation, and also in loaded documents.\n"
+msgstr ""
diff --git a/translations/source/af/sd/source/core.po b/translations/source/af/sd/source/core.po
index c267db558f2..5a75077d3ef 100644
--- a/translations/source/af/sd/source/core.po
+++ b/translations/source/af/sd/source/core.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: glob.src#STR_LAYER_BCKGRND.string.text
diff --git a/translations/source/af/sd/source/filter/html.po b/translations/source/af/sd/source/filter/html.po
index ba0069d4a2c..4b5089f0b75 100644
--- a/translations/source/af/sd/source/filter/html.po
+++ b/translations/source/af/sd/source/filter/html.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Ffilter%2Fhtml.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pubdlg.src#DLG_PUBLISHING.PAGE1_TITEL.fixedline.text
diff --git a/translations/source/af/sd/source/ui/accessibility.po b/translations/source/af/sd/source/ui/accessibility.po
index 97de5b2d830..b5b1a776e76 100644
--- a/translations/source/af/sd/source/ui/accessibility.po
+++ b/translations/source/af/sd/source/ui/accessibility.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: accessibility.src#SID_SD_A11Y_D_DRAWVIEW_N.string.text
diff --git a/translations/source/af/sd/source/ui/animations.po b/translations/source/af/sd/source/ui/animations.po
index 885bbab0d3b..6e646f4859d 100644
--- a/translations/source/af/sd/source/ui/animations.po
+++ b/translations/source/af/sd/source/ui/animations.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fanimations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: CustomAnimationCreateDialog.src#DLG_CUSTOMANIMATION_CREATE.1.RID_TP_CUSTOMANIMATION_ENTRANCE.pageitem.text
diff --git a/translations/source/af/sd/source/ui/annotations.po b/translations/source/af/sd/source/ui/annotations.po
index 02f21197c54..fa81c63412c 100644
--- a/translations/source/af/sd/source/ui/annotations.po
+++ b/translations/source/af/sd/source/ui/annotations.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fannotations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: annotations.src#RID_ANNOTATION_CONTEXTMENU.SID_REPLYTO_POSTIT.menuitem.text
diff --git a/translations/source/af/sd/source/ui/app.po b/translations/source/af/sd/source/ui/app.po
index 44622386caf..a0a84ae0622 100644
--- a/translations/source/af/sd/source/ui/app.po
+++ b/translations/source/af/sd/source/ui/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: popup.src#RID_DRAW_TABLEOBJ_INSIDE_POPUP.SID_FORMAT_TABLE_DLG.menuitem.text
diff --git a/translations/source/af/sd/source/ui/dlg.po b/translations/source/af/sd/source/ui/dlg.po
index 8dc1a1e7883..dd1fea554c1 100644
--- a/translations/source/af/sd/source/ui/dlg.po
+++ b/translations/source/af/sd/source/ui/dlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: inspagob.src#DLG_INSERT_PAGES_OBJS.CBX_LINK.checkbox.text
diff --git a/translations/source/af/sd/source/ui/notes.po b/translations/source/af/sd/source/ui/notes.po
index 82c8c2bac7c..4faaa648412 100644
--- a/translations/source/af/sd/source/ui/notes.po
+++ b/translations/source/af/sd/source/ui/notes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fnotes.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: NotesChildWindow.src#FLT_WIN_NOTES.dockingwindow.text
diff --git a/translations/source/af/sd/source/ui/slideshow.po b/translations/source/af/sd/source/ui/slideshow.po
index 96ed68ba91f..4a348b473dc 100644
--- a/translations/source/af/sd/source/ui/slideshow.po
+++ b/translations/source/af/sd/source/ui/slideshow.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fslideshow.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_NEXT_SLIDE.menuitem.text
diff --git a/translations/source/af/sd/source/ui/slidesorter/view.po b/translations/source/af/sd/source/ui/slidesorter/view.po
index ee14219f400..f2af26f6e7a 100644
--- a/translations/source/af/sd/source/ui/slidesorter/view.po
+++ b/translations/source/af/sd/source/ui/slidesorter/view.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fslidesorter%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: SlsResource.src#RID_SLIDESORTER_ICONS.STRING_DRAG_AND_DROP_PAGES.string.text
diff --git a/translations/source/af/sd/source/ui/table.po b/translations/source/af/sd/source/ui/table.po
index f3db60036f7..520e07b60ab 100644
--- a/translations/source/af/sd/source/ui/table.po
+++ b/translations/source/af/sd/source/ui/table.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Ftable.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: TableDesignPane.src#DLG_TABLEDESIGNPANE.FL_STYLE_OPTIONS_1.fixedline.text
diff --git a/translations/source/af/sd/source/ui/view.po b/translations/source/af/sd/source/ui/view.po
index ea39d312ac6..3770e7ea160 100644
--- a/translations/source/af/sd/source/ui/view.po
+++ b/translations/source/af/sd/source/ui/view.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sd%2Fsource%2Fui%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: DocumentRenderer.src#_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_GROUP_NAME.string.text
diff --git a/translations/source/af/sdext/source/minimizer.po b/translations/source/af/sdext/source/minimizer.po
index f3f4a05b8c4..d96f2e99f3d 100644
--- a/translations/source/af/sdext/source/minimizer.po
+++ b/translations/source/af/sdext/source/minimizer.po
@@ -1,15 +1,17 @@
+#. extracted from sdext/source/minimizer.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fminimizer.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 96affd026f2..c363e8dac1b 100644
--- a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fminimizer%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Addons.xcu#.Addons.AddonUI.OfficeMenuBarMerging.SunPresentationMinimizer.Command1.MenuItems.SunPresentationMinimizerExecute2.Title.value.text
diff --git a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 5ed8e4aff9a..c55b8f796f1 100644
--- a/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fminimizer%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
-#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.HelpFile.value.text
-msgid "%origin%/../../../../../../help/help_en-US.odt"
-msgstr "%origin%/../../../../../../help/help_en-US.odt"
-
#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.Strings.STR_SUN_OPTIMIZATION_WIZARD2.value.text
msgid "Presentation Minimizer"
msgstr ""
@@ -27,10 +23,6 @@ msgstr ""
msgid "Steps"
msgstr "Stappe"
-#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.Strings.STR_HELP.value.text
-msgid "~Help"
-msgstr "~Hulp"
-
#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.Strings.STR_BACK.value.text
msgid "< ~Back"
msgstr "< ~Terug"
diff --git a/translations/source/af/sdext/source/pdfimport.po b/translations/source/af/sdext/source/pdfimport.po
index e38fbcd0792..d318b70fade 100644
--- a/translations/source/af/sdext/source/pdfimport.po
+++ b/translations/source/af/sdext/source/pdfimport.po
@@ -1,17 +1,17 @@
+#. extracted from sdext/source/pdfimport.oo
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fpdfimport%2Fconfig.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fpdfimport.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
@@ -19,5 +19,5 @@ msgid "PDF Import"
msgstr ""
#: description.xml#extdesc.extdesc.description.text
-msgid "The PDF Import Extension allows you to import and modify PDF documents. Best results with 100% layout accuracy can be achieved with the \"PDF/ODF hybrid file\" format, which this extension also enables. A hybrid PDF/ODF file is a PDF file that contains an embedded ODF source file. Hybrid PDF/ODF files will be opened in OpenOffice.org as an ODF file without any layout changes.\n"
+msgid "The PDF Import Extension allows you to import and modify PDF documents. Best results with 100% layout accuracy can be achieved with the \"PDF/ODF hybrid file\" format, which this extension also enables. A hybrid PDF/ODF file is a PDF file that contains an embedded ODF source file. Hybrid PDF/ODF files will be opened in LibreOffice as an ODF file without any layout changes.\n"
msgstr ""
diff --git a/translations/source/af/sdext/source/presenter.po b/translations/source/af/sdext/source/presenter.po
index 8bd0db52c21..2781c360157 100644
--- a/translations/source/af/sdext/source/presenter.po
+++ b/translations/source/af/sdext/source/presenter.po
@@ -1,15 +1,17 @@
+#. extracted from sdext/source/presenter.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fpresenter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 0e8c5c22a74..50d6b4fe3cc 100644
--- a/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/af/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fpresenter%2Fhelp%2Fen-US%2Fcom.sun.PresenterScreen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: presenter.xhp#tit.help.text
diff --git a/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index ed3f9acd1eb..09f4d4195e6 100644
--- a/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sdext%2Fsource%2Fpresenter%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.a.Normal.Text.value.text
diff --git a/translations/source/af/setup_native/source/mac.po b/translations/source/af/setup_native/source/mac.po
index f626849ef92..9878fb73fff 100644
--- a/translations/source/af/setup_native/source/mac.po
+++ b/translations/source/af/setup_native/source/mac.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+setup_native%2Fsource%2Fmac.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macinstall.ulf#OKLabel.LngText.text
diff --git a/translations/source/af/sfx2/source/appl.po b/translations/source/af/sfx2/source/appl.po
index 711e3b8f51a..a4d29aa5758 100644
--- a/translations/source/af/sfx2/source/appl.po
+++ b/translations/source/af/sfx2/source/appl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fappl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dde.src#MD_DDE_LINKEDIT.FT_DDE_APP.fixedtext.text
diff --git a/translations/source/af/sfx2/source/bastyp.po b/translations/source/af/sfx2/source/bastyp.po
index 3be787e1dd2..17a54b15612 100644
--- a/translations/source/af/sfx2/source/bastyp.po
+++ b/translations/source/af/sfx2/source/bastyp.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fbastyp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: fltfnc.src#STR_FILTER_NOT_INSTALLED.string.text
diff --git a/translations/source/af/sfx2/source/dialog.po b/translations/source/af/sfx2/source/dialog.po
index 774387b681b..9ab8a9762c4 100644
--- a/translations/source/af/sfx2/source/dialog.po
+++ b/translations/source/af/sfx2/source/dialog.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: newstyle.src#DLG_NEW_STYLE_BY_EXAMPLE.FL_COL.fixedline.text
diff --git a/translations/source/af/sfx2/source/doc.po b/translations/source/af/sfx2/source/doc.po
index 3b0997e6fce..fab5242dd2a 100644
--- a/translations/source/af/sfx2/source/doc.po
+++ b/translations/source/af/sfx2/source/doc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fdoc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: doctdlg.src#DLG_DOC_TEMPLATE.FL_EDIT.fixedline.text
diff --git a/translations/source/af/sfx2/source/menu.po b/translations/source/af/sfx2/source/menu.po
index 0678c0671f5..5b431d4b34b 100644
--- a/translations/source/af/sfx2/source/menu.po
+++ b/translations/source/af/sfx2/source/menu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fmenu.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: menu.src#STR_MENU_CFGITEM.string.text
diff --git a/translations/source/af/sfx2/source/view.po b/translations/source/af/sfx2/source/view.po
index 309dd91a6bf..4c1736b882a 100644
--- a/translations/source/af/sfx2/source/view.po
+++ b/translations/source/af/sfx2/source/view.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sfx2%2Fsource%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: view.src#STR_NODEFPRINTER.string.text
diff --git a/translations/source/af/shell/source/win32/shlxthandler/res.po b/translations/source/af/shell/source/win32/shlxthandler/res.po
index 27441f87544..89911c1fc08 100644
--- a/translations/source/af/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/af/shell/source/win32/shlxthandler/res.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+shell%2Fsource%2Fwin32%2Fshlxthandler%2Fres.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: shlxthdl.ulf#_TITLE_.LngText.text
diff --git a/translations/source/af/starmath/source.po b/translations/source/af/starmath/source.po
index 89144b45753..332c22cfdc9 100644
--- a/translations/source/af/starmath/source.po
+++ b/translations/source/af/starmath/source.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+starmath%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: smres.src#RID_FONTDIALOG.1.fixedtext.text
@@ -959,6 +959,38 @@ msgstr "Dubbelpyltjie links en regs"
msgid "Double Arrow Right"
msgstr "Dubbelpyltjie regs"
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XPRECEDESY.toolboxitem.text
+msgid "Precedes"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XNOTPRECEDESY.toolboxitem.text
+msgid "Not precedes"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XSUCCEEDSY.toolboxitem.text
+msgid "Succeeds"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XNOTSUCCEEDSY.toolboxitem.text
+msgid "Not succeeds"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XPRECEDESEQUALY.toolboxitem.text
+msgid "Precedes or equal to"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XSUCCEEDSEQUALY.toolboxitem.text
+msgid "Succeeds or equal to"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XPRECEDESEQUIVY.toolboxitem.text
+msgid "Precedes or equivalent to"
+msgstr ""
+
+#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_B.RID_XSUCCEEDSEQUIVY.toolboxitem.text
+msgid "Succeeds or equivalent to"
+msgstr ""
+
#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_C.RID_XINY.toolboxitem.text
msgid "Is In"
msgstr "Is in"
diff --git a/translations/source/af/svl/source/items.po b/translations/source/af/svl/source/items.po
index bb1ba30a9d6..6597ff7b5ba 100644
--- a/translations/source/af/svl/source/items.po
+++ b/translations/source/af/svl/source/items.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svl%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: cstitem.src#STR_COLUM_DT_AUTO.string.text
diff --git a/translations/source/af/svl/source/misc.po b/translations/source/af/svl/source/misc.po
index dd74298635e..399351829a3 100644
--- a/translations/source/af/svl/source/misc.po
+++ b/translations/source/af/svl/source/misc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svl%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_OCTSTREAM.string.text
@@ -179,170 +179,14 @@ msgstr "%PRODUCTNAME-voorlegging (ingepak)"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME-hulp"
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_MSG.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_MSG.string.text"
-msgid "Message"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_DOCUMENT.string.text
-msgid "Document"
-msgstr "Dokument"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_POP3BOX.string.text
-msgid "POP3 Account"
-msgstr "POP3-rekening"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_IMAPBOX.string.text
-msgid "IMAP Account"
-msgstr "IMAP-rekening"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_IMAPFLD.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_IMAPFLD.string.text"
-msgid "Folder"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_VIMBOX.string.text
-msgid "VIM Account"
-msgstr "VIM-rekening"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_VIMINBOX.string.text
-msgid "Inbox"
-msgstr "Inboks"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_BBBOX.string.text
-msgid "Newsgroups"
-msgstr "Nuusgroepe"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_VIM_BB.string.text
-msgid "Newsgroup"
-msgstr "Nuusgroep"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_NEWSBOX.string.text
-msgid "News"
-msgstr "Nuus"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_NEWSGRP.string.text
-msgid "Group"
-msgstr "Groep"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_OUTBOX.string.text
-msgid "Outbox"
-msgstr "Uitboks"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FTPBOX.string.text
-msgid "FTP Account"
-msgstr "FTP-lêer"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FTPFLD.string.text
-msgid "FTP Folder"
-msgstr "FTP-vouer"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FTPFILE.string.text
-msgid "FTP File"
-msgstr "FTP-lêer"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FTPLINK.string.text
-msgid "FTP Link"
-msgstr "FTP-skakel"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_HTTPBOX.string.text
-msgid "HTTP"
-msgstr "HTTP"
-
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSBOX.string.text
msgid "Workplace"
msgstr "Werkruimte"
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFLD.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFLD.string.text"
msgid "Folder"
msgstr ""
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFILE.string.text
-msgid "File"
-msgstr "Lêer"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSURLFILE.string.text
-msgid "Link"
-msgstr "Skakel"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_PUBLBOX.string.text
-msgid "Project"
-msgstr "Projek"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_SRCHBOX.string.text
-msgid "Find"
-msgstr "Soek"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_SUBSCRBOX.string.text
-msgid "Subscriptions"
-msgstr "Subskripsies"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_BOOKMARK.string.text
-msgid "Bookmark subscription"
-msgstr "Boekmerksubskripsie"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_CDF.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_CDF.string.text"
-msgid "Channel subscription"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_CDFSUB.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_CDFSUB.string.text"
-msgid "Channel subscription"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_CDFITEM.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_CDFITEM.string.text"
-msgid "Channel subscription"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_STARCHANNEL.string.text
-msgid "StarChannel"
-msgstr "StarChannel"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_TRASHBOX.string.text
-msgid "Recycle Bin"
-msgstr "Asblik"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_TRASH.string.text
-msgid "Deleted Object"
-msgstr "Geskrapte objek"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_REMOV_VOL.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_REMOV_VOL.string.text"
-msgid "Local drive"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FIX_VOL.string.text
-msgctxt "mediatyp.src#STR_SVT_MIMETYPE_CNT_FIX_VOL.string.text"
-msgid "Local drive"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_REM_VOL.string.text
-msgid "Network connection"
-msgstr "Netwerkverbinding"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_RAM_VOL.string.text
-msgid "RAM Disk"
-msgstr "RAM-skyf"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_CDROM.string.text
-msgid "CD-ROM drive"
-msgstr "CD-ROM-skyf"
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_DISK_35.string.text
-msgid "3.5'' Disk"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_DISK_525.string.text
-msgid "5.25'' Disk"
-msgstr ""
-
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_TAPEDRIVE.string.text
-msgid "Tape drive"
-msgstr "Bandaandrywer"
-
#: mediatyp.src#STR_SVT_MIMETYPE_APP_GAL.string.text
msgid "Gallery"
msgstr "Galery"
@@ -401,10 +245,6 @@ msgstr "Makro-lêer"
msgid "System folder"
msgstr "Stelselvouer"
-#: mediatyp.src#STR_SVT_MIMETYPE_CNT_SFSYSFILE.string.text
-msgid "System object"
-msgstr "Stelselobjek"
-
#: mediatyp.src#STR_SVT_MIMETYPE_APP_TEMPLATE.string.text
msgid "%PRODUCTNAME Template"
msgstr "%PRODUCTNAME-sjabloon"
diff --git a/translations/source/af/svtools/source/contnr.po b/translations/source/af/svtools/source/contnr.po
index ea93e28ac51..bd28d33fa2b 100644
--- a/translations/source/af/svtools/source/contnr.po
+++ b/translations/source/af/svtools/source/contnr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fcontnr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: fileview.src#STR_SVT_FILEVIEW_COLUMN_TITLE.string.text
diff --git a/translations/source/af/svtools/source/control.po b/translations/source/af/svtools/source/control.po
index e2f83f10b1d..5ef544a753c 100644
--- a/translations/source/af/svtools/source/control.po
+++ b/translations/source/af/svtools/source/control.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ctrlbox.src#STR_SVT_AUTOMATIC_COLOR.string.text
diff --git a/translations/source/af/svtools/source/dialogs.po b/translations/source/af/svtools/source/dialogs.po
index f212771f100..44f0ca475c4 100644
--- a/translations/source/af/svtools/source/dialogs.po
+++ b/translations/source/af/svtools/source/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: formats.src#STR_FORMAT_STRING.string.text
diff --git a/translations/source/af/svtools/source/filter.po b/translations/source/af/svtools/source/filter.po
index 31cbf70f930..ce643e81134 100644
--- a/translations/source/af/svtools/source/filter.po
+++ b/translations/source/af/svtools/source/filter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Ffilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: exportdialog.src#DLG_EXPORT_TITLE.string.text
diff --git a/translations/source/af/svtools/source/java.po b/translations/source/af/svtools/source/java.po
index f53dec57153..31516e7b34f 100644
--- a/translations/source/af/svtools/source/java.po
+++ b/translations/source/af/svtools/source/java.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fjava.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: javaerror.src#WARNINGBOX_JAVANOTFOUND.warningbox.text
diff --git a/translations/source/af/svtools/source/misc.po b/translations/source/af/svtools/source/misc.po
index 126583afb15..8c1dacdea71 100644
--- a/translations/source/af/svtools/source/misc.po
+++ b/translations/source/af/svtools/source/misc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
@@ -1233,6 +1233,10 @@ msgstr ""
msgid "KeyID"
msgstr ""
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_PALI_LATIN.pairedlist.text
+msgid "Pali Latin"
+msgstr ""
+
#: undo.src#STR_UNDO.string.text
msgid "Undo: "
msgstr "Ontdoen: "
diff --git a/translations/source/af/svtools/source/plugapp.po b/translations/source/af/svtools/source/plugapp.po
index 9547560fbc1..a226a0eae1d 100644
--- a/translations/source/af/svtools/source/plugapp.po
+++ b/translations/source/af/svtools/source/plugapp.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Fplugapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: testtool.src#DisplayHidToolBox.TT_SHOW.toolboxitem.text
diff --git a/translations/source/af/svtools/source/toolpanel.po b/translations/source/af/svtools/source/toolpanel.po
index b3f080f6ba3..2825bbe7ad5 100644
--- a/translations/source/af/svtools/source/toolpanel.po
+++ b/translations/source/af/svtools/source/toolpanel.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fsource%2Ftoolpanel.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:24+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: toolpanel.src#STR_SVT_TOOL_PANEL_BUTTON_FWD.string.text
diff --git a/translations/source/af/svtools/workben/unodialog.po b/translations/source/af/svtools/workben/unodialog.po
index 2804c33e883..61d710d4fc6 100644
--- a/translations/source/af/svtools/workben/unodialog.po
+++ b/translations/source/af/svtools/workben/unodialog.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svtools%2Fworkben%2Funodialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: roadmapskeleton.src#DLG_ROADMAP_SKELETON.STR_STATE_WELCOME.string.text
diff --git a/translations/source/af/svx/inc.po b/translations/source/af/svx/inc.po
index fc4e150d7f9..6d5e07bfe72 100644
--- a/translations/source/af/svx/inc.po
+++ b/translations/source/af/svx/inc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: globlmn_tmpl.hrc#ITEM_FORM_CONTROL_PROPERTIES.#define.text
diff --git a/translations/source/af/svx/source/accessibility.po b/translations/source/af/svx/source/accessibility.po
index 3ddbb156399..65716fd5526 100644
--- a/translations/source/af/svx/source/accessibility.po
+++ b/translations/source/af/svx/source/accessibility.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: accessibility.src#RID_SVXSTR_A11Y_3D_MATERIAL_COLOR.string.text
diff --git a/translations/source/af/svx/source/dialog.po b/translations/source/af/svx/source/dialog.po
index 8df3a098c88..3f3454895e2 100644
--- a/translations/source/af/svx/source/dialog.po
+++ b/translations/source/af/svx/source/dialog.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -1654,8 +1654,9 @@ msgstr "Diverse wiskundige simbole-B"
msgid "CJK Radical Supplement"
msgstr "CJK-radikale aanvullend"
-#: ucsubset.src#RID_SUBSETMAP.RID_SUBSETSTR_KANXI_RADICALS.string.text
-msgid "Kanxi Radicals"
+#: ucsubset.src#RID_SUBSETMAP.RID_SUBSETSTR_KANGXI_RADICALS.string.text
+#, fuzzy
+msgid "Kangxi Radicals"
msgstr "Kanxi-radikale"
#: ucsubset.src#RID_SUBSETMAP.RID_SUBSETSTR_IDEO_DESC_CHARS.string.text
@@ -2531,6 +2532,38 @@ msgid "Arrow"
msgstr "Pyltjie"
#: sdstring.src#RID_SVXSTR_LEND12.string.text
+msgid "Short line arrow"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND13.string.text
+msgid "Triangle unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND14.string.text
+msgid "Diamond unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND15.string.text
+msgid "Diamond"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND16.string.text
+msgid "Circle unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND17.string.text
+msgid "Square 45 unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND18.string.text
+msgid "Square unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND19.string.text
+msgid "Half circle unfilled"
+msgstr ""
+
+#: sdstring.src#RID_SVXSTR_LEND20.string.text
#, fuzzy
msgid "Arrowhead"
msgstr "Pylpunte"
diff --git a/translations/source/af/svx/source/engine3d.po b/translations/source/af/svx/source/engine3d.po
index 628db13b3d2..a862be698ec 100644
--- a/translations/source/af/svx/source/engine3d.po
+++ b/translations/source/af/svx/source/engine3d.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fengine3d.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: float3d.src#RID_SVXFLOAT_3D.BTN_GEO.imagebutton.text
diff --git a/translations/source/af/svx/source/fmcomp.po b/translations/source/af/svx/source/fmcomp.po
index 4f8dd271371..4e80cb0d50a 100644
--- a/translations/source/af/svx/source/fmcomp.po
+++ b/translations/source/af/svx/source/fmcomp.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Ffmcomp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: gridctrl.src#RID_SVXMNU_ROWS.SID_FM_DELETEROWS.menuitem.text
diff --git a/translations/source/af/svx/source/form.po b/translations/source/af/svx/source/form.po
index 69a997fdd31..f1968ded70d 100644
--- a/translations/source/af/svx/source/form.po
+++ b/translations/source/af/svx/source/form.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fform.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: datanavi.src#RID_SVX_XFORMS_TABPAGES.TB_ITEMS.TBI_ITEM_ADD.toolboxitem.text
diff --git a/translations/source/af/svx/source/gallery2.po b/translations/source/af/svx/source/gallery2.po
index 34ffc78dd6d..59ed20272dd 100644
--- a/translations/source/af/svx/source/gallery2.po
+++ b/translations/source/af/svx/source/gallery2.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fgallery2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: gallery.src#RID_SVXDLG_GALLERYBROWSER.dockingwindow.text
diff --git a/translations/source/af/svx/source/items.po b/translations/source/af/svx/source/items.po
index 69544f2bb31..b871c9ce4af 100644
--- a/translations/source/af/svx/source/items.po
+++ b/translations/source/af/svx/source/items.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_LINGU_THESAURUS_ERRCODE_RES_MASK.string.text
diff --git a/translations/source/af/svx/source/src.po b/translations/source/af/svx/source/src.po
index b4f7b342913..f6ea2a062de 100644
--- a/translations/source/af/svx/source/src.po
+++ b/translations/source/af/svx/source/src.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: errtxt.src#RID_ERRCTX.ERRCTX_ERROR.string.text
diff --git a/translations/source/af/svx/source/stbctrls.po b/translations/source/af/svx/source/stbctrls.po
index 7cd2dbf13a2..fc28c005feb 100644
--- a/translations/source/af/svx/source/stbctrls.po
+++ b/translations/source/af/svx/source/stbctrls.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stbctrls.src#RID_SVXSTR_INSERT_TEXT.string.text
diff --git a/translations/source/af/svx/source/svdraw.po b/translations/source/af/svx/source/svdraw.po
index 3a88dc7a413..6a185ea8f2f 100644
--- a/translations/source/af/svx/source/svdraw.po
+++ b/translations/source/af/svx/source/svdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Fsvdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: svdstr.src#STR_ObjNameSingulNONE.string.text
diff --git a/translations/source/af/svx/source/table.po b/translations/source/af/svx/source/table.po
index 44350c1319a..9e57b1bd172 100644
--- a/translations/source/af/svx/source/table.po
+++ b/translations/source/af/svx/source/table.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Ftable.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: table.src#RID_SVXSTR_STYLEFAMILY_TABLEDESIGN.string.text
diff --git a/translations/source/af/svx/source/tbxctrls.po b/translations/source/af/svx/source/tbxctrls.po
index 5b9bbd4d474..33e78bbae7b 100644
--- a/translations/source/af/svx/source/tbxctrls.po
+++ b/translations/source/af/svx/source/tbxctrls.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Ftbxctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tbcontrl.src#RID_SVXSTR_TRANSPARENT.string.text
diff --git a/translations/source/af/svx/source/toolbars.po b/translations/source/af/svx/source/toolbars.po
index e16e2e4cd8e..d8e4a8f7719 100644
--- a/translations/source/af/svx/source/toolbars.po
+++ b/translations/source/af/svx/source/toolbars.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Ftoolbars.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: extrusionbar.src#RID_SVX_EXTRUSION_BAR.string.text
diff --git a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po b/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
index 63f77be2202..6fcb1e53fb2 100644
--- a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+svx%2Fsource%2Funodialogs%2Ftextconversiondlgs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: chinese_translationdialog.src#DLG_CHINESETRANSLATION.FL_DIRECTION.fixedline.text
diff --git a/translations/source/af/sw/source/core/layout.po b/translations/source/af/sw/source/core/layout.po
index f2b3c03aae3..a57f23802d1 100644
--- a/translations/source/af/sw/source/core/layout.po
+++ b/translations/source/af/sw/source/core/layout.po
@@ -1,15 +1,17 @@
+#. extracted from sw/source/core/layout.oo
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fcore%2Flayout.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pagefrm.src#STR_PAGE_BREAK.string.text
diff --git a/translations/source/af/sw/source/core/undo.po b/translations/source/af/sw/source/core/undo.po
index 7dfb34861c8..3d09401edad 100644
--- a/translations/source/af/sw/source/core/undo.po
+++ b/translations/source/af/sw/source/core/undo.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fcore%2Fundo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: undo.src#STR_CANT_UNDO.string.text
diff --git a/translations/source/af/sw/source/core/unocore.po b/translations/source/af/sw/source/core/unocore.po
index 6d73e8497c3..e8026f0f6df 100644
--- a/translations/source/af/sw/source/core/unocore.po
+++ b/translations/source/af/sw/source/core/unocore.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fcore%2Funocore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: unocore.src#STR_CHART2_ROW_LABEL_TEXT.string.text
diff --git a/translations/source/af/sw/source/ui/app.po b/translations/source/af/sw/source/ui/app.po
index f535aabf00d..054898235c5 100644
--- a/translations/source/af/sw/source/ui/app.po
+++ b/translations/source/af/sw/source/ui/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mn.src#MN_TXT.FN_FORMAT_PAGE_DLG.menuitem.text
@@ -392,29 +392,29 @@ msgctxt "mn.src#MN_WRAP_DRAW.MN_WRAP.menuitem.text"
msgid "~Wrap"
msgstr "~Omvou"
-#: mn.src#MN_AT_FRAME.FN_TOOL_ANKER_FRAME.menuitem.text
+#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr "Na ~Raam"
+msgstr ""
-#: mn.src#MN_ANCHOR.FN_TOOL_ANKER.FN_TOOL_ANKER_PAGE.menuitem.text
+#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
-msgstr "Na bl~adsy"
+msgstr ""
-#: mn.src#MN_ANCHOR.FN_TOOL_ANKER.FN_TOOL_ANKER_PARAGRAPH.menuitem.text
+#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr "Na ~Paragraaf"
+msgstr ""
-#: mn.src#MN_ANCHOR.FN_TOOL_ANKER.FN_TOOL_ANKER_AT_CHAR.menuitem.text
+#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr "Na ~karakter"
+msgstr ""
-#: mn.src#MN_ANCHOR.FN_TOOL_ANKER.FN_TOOL_ANKER_CHAR.menuitem.text
+#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr "As k~arakter"
+msgstr ""
-#: mn.src#MN_ANCHOR.FN_TOOL_ANKER.menuitem.text
+#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
-msgstr "An~ker"
+msgstr ""
#: mn.src#MN_DRAWFORM_POPUPMENU.string.text
msgid "Control"
diff --git a/translations/source/af/sw/source/ui/chrdlg.po b/translations/source/af/sw/source/ui/chrdlg.po
index 9b22df728b2..99541cdca6a 100644
--- a/translations/source/af/sw/source/ui/chrdlg.po
+++ b/translations/source/af/sw/source/ui/chrdlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fchrdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: swbreak.src#DLG_BREAK.RB_LINE.radiobutton.text
@@ -62,8 +62,8 @@ msgid "[None]"
msgstr "[Geen]"
#: chrdlg.src#MSG_ILLEGAL_PAGENUM.infobox.text
-msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
-msgstr "Bladsynommers kan nie op die huidige bladsy toegepas word nie. Ewe getalle kan op linkerbladsye gebruik word en onewe getalle op regterbladsye."
+msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
+msgstr ""
#: numpara.src#TP_NUMPARA.FL_OUTLINE_START.fixedline.text
msgid "Outline"
diff --git a/translations/source/af/sw/source/ui/config.po b/translations/source/af/sw/source/ui/config.po
index 3889770d303..199dd95d26e 100644
--- a/translations/source/af/sw/source/ui/config.po
+++ b/translations/source/af/sw/source/ui/config.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fconfig.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlopt.src#TP_REDLINE_OPT.FL_TE.fixedline.text
@@ -350,58 +350,6 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Geen>"
-#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
-msgid "Basic fonts (%1)"
-msgstr "Basiese lettertipes (%1)"
-
-#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
-msgid "Font"
-msgstr "Font"
-
-#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
-msgid "Size"
-msgstr "Grootte"
-
-#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
-msgid "De~fault"
-msgstr "Ve~rstek"
-
-#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
-msgid "Headin~g"
-msgstr "Opskri~f"
-
-#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
-msgid "~List"
-msgstr "~Lys"
-
-#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
-msgid "C~aption"
-msgstr "By~skrif"
-
-#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
-msgid "~Index"
-msgstr "~Indeks"
-
-#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
-msgid "C~urrent document only"
-msgstr "Net h~uidige dokument"
-
-#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
-msgid "~Default"
-msgstr "~Verstek"
-
-#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
-msgid "Asian"
-msgstr "Asiaties"
-
-#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
-msgid "CTL"
-msgstr "CTL"
-
-#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
-msgid "Western"
-msgstr "Westers"
-
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Verstek"
diff --git a/translations/source/af/sw/source/ui/dbui.po b/translations/source/af/sw/source/ui/dbui.po
index 86e9c286695..e72384be41b 100644
--- a/translations/source/af/sw/source/ui/dbui.po
+++ b/translations/source/af/sw/source/ui/dbui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fdbui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbtablepreviewdialog.src#DLG_MM_DBTABLEPREVIEWDIALOG.FI_DESCRIPTION.fixedtext.text
diff --git a/translations/source/af/sw/source/ui/dialog.po b/translations/source/af/sw/source/ui/dialog.po
index 70228b70cca..53b2d42a02f 100644
--- a/translations/source/af/sw/source/ui/dialog.po
+++ b/translations/source/af/sw/source/ui/dialog.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ascfldlg.src#DLG_ASCII_FILTER.FL_1.fixedline.text
@@ -94,9 +94,9 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr ""
-#: wordcountdialog.src#DLG_WORDCOUNT.modaldialog.text
+#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
-msgstr "Woordtelling"
+msgstr ""
#: regionsw.src#FT_SUBREG_TEXT.#define.text
msgid "~Section"
diff --git a/translations/source/af/sw/source/ui/dochdl.po b/translations/source/af/sw/source/ui/dochdl.po
index 92ad797dab4..8ab4f5bfe08 100644
--- a/translations/source/af/sw/source/ui/dochdl.po
+++ b/translations/source/af/sw/source/ui/dochdl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fdochdl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: selglos.src#DLG_SEL_GLOS.FL_GLOS.fixedline.text
diff --git a/translations/source/af/sw/source/ui/docvw.po b/translations/source/af/sw/source/ui/docvw.po
index 8d34315614f..6c97e6709e8 100644
--- a/translations/source/af/sw/source/ui/docvw.po
+++ b/translations/source/af/sw/source/ui/docvw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fdocvw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docvw.src#MN_READONLY_POPUP.MN_READONLY_OPENURL.menuitem.text
diff --git a/translations/source/af/sw/source/ui/envelp.po b/translations/source/af/sw/source/ui/envelp.po
index 8b218d48c23..dfefe77c32b 100644
--- a/translations/source/af/sw/source/ui/envelp.po
+++ b/translations/source/af/sw/source/ui/envelp.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fenvelp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmrge.src#_MAIL_MERGE_STRING_.#define.text
diff --git a/translations/source/af/sw/source/ui/fldui.po b/translations/source/af/sw/source/ui/fldui.po
index 262a315c171..37ca02eedde 100644
--- a/translations/source/af/sw/source/ui/fldui.po
+++ b/translations/source/af/sw/source/ui/fldui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Ffldui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: fldui.src#STR_FLD_EDIT_DLG.string.text
diff --git a/translations/source/af/sw/source/ui/fmtui.po b/translations/source/af/sw/source/ui/fmtui.po
index 1a08f6af046..7fa7544c38e 100644
--- a/translations/source/af/sw/source/ui/fmtui.po
+++ b/translations/source/af/sw/source/ui/fmtui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Ffmtui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tmpdlg.src#DLG_TEMPLATE_1.1.TP_CHAR_STD.pageitem.text
diff --git a/translations/source/af/sw/source/ui/frmdlg.po b/translations/source/af/sw/source/ui/frmdlg.po
index b02ba95e8ab..3a9f7d0c426 100644
--- a/translations/source/af/sw/source/ui/frmdlg.po
+++ b/translations/source/af/sw/source/ui/frmdlg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Ffrmdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: frmui.src#STR_TOP.string.text
diff --git a/translations/source/af/sw/source/ui/globdoc.po b/translations/source/af/sw/source/ui/globdoc.po
index 4ddda6609a7..24d5b745bfd 100644
--- a/translations/source/af/sw/source/ui/globdoc.po
+++ b/translations/source/af/sw/source/ui/globdoc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fglobdoc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: globdoc.src#STR_HUMAN_SWGLOBDOC_NAME.string.text
diff --git a/translations/source/af/sw/source/ui/index.po b/translations/source/af/sw/source/ui/index.po
index 55c2666f4dc..900e676c40e 100644
--- a/translations/source/af/sw/source/ui/index.po
+++ b/translations/source/af/sw/source/ui/index.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Findex.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: cnttab.src#STR_TITLE.string.text
diff --git a/translations/source/af/sw/source/ui/lingu.po b/translations/source/af/sw/source/ui/lingu.po
index a822d419e30..48dba052137 100644
--- a/translations/source/af/sw/source/ui/lingu.po
+++ b/translations/source/af/sw/source/ui/lingu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Flingu.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: olmenu.src#MN_SPELL_POPUP.MN_IGNORE_WORD.menuitem.text
@@ -70,3 +70,7 @@ msgstr "Meer..."
#: olmenu.src#STR_IGNORE_SELECTION.string.text
msgid "Ignore"
msgstr "Ignoreer"
+
+#: olmenu.src#STR_EXPLANATION_LINK.string.text
+msgid "Explanations..."
+msgstr ""
diff --git a/translations/source/af/sw/source/ui/misc.po b/translations/source/af/sw/source/ui/misc.po
index 67bf327a6b9..d1ee0c36415 100644
--- a/translations/source/af/sw/source/ui/misc.po
+++ b/translations/source/af/sw/source/ui/misc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pggrid.src#TP_TEXTGRID_PAGE.FL_GRID_TYPE.fixedline.text
diff --git a/translations/source/af/sw/source/ui/ribbar.po b/translations/source/af/sw/source/ui/ribbar.po
index 2fa9bf9b622..4feae337ee4 100644
--- a/translations/source/af/sw/source/ui/ribbar.po
+++ b/translations/source/af/sw/source/ui/ribbar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fribbar.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: workctrl.src#RID_INSERT_FIELD_CTRL.FN_INSERT_FLD_DATE.menuitem.text
@@ -419,22 +419,22 @@ msgctxt "inputwin.src#TB_INPUT.FN_FORMULA_APPLY.toolboxitem.text"
msgid "Apply"
msgstr "Pas toe"
-#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANKER_PAGE.menuitem.text
+#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr "Na bladsy"
+msgstr ""
-#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANKER_PARAGRAPH.menuitem.text
+#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr "Na paragraaf"
+msgstr ""
-#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANKER_AT_CHAR.menuitem.text
+#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr "Na karakter"
+msgstr ""
-#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANKER_CHAR.menuitem.text
+#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr "As karakter"
+msgstr ""
-#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANKER_FRAME.menuitem.text
+#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr "Na raam"
+msgstr ""
diff --git a/translations/source/af/sw/source/ui/shells.po b/translations/source/af/sw/source/ui/shells.po
index a79d03a54ae..665f3691151 100644
--- a/translations/source/af/sw/source/ui/shells.po
+++ b/translations/source/af/sw/source/ui/shells.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fshells.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: shells.src#MSG_NO_RULER.infobox.text
diff --git a/translations/source/af/sw/source/ui/smartmenu.po b/translations/source/af/sw/source/ui/smartmenu.po
index 23bac794700..f971ecfee9f 100644
--- a/translations/source/af/sw/source/ui/smartmenu.po
+++ b/translations/source/af/sw/source/ui/smartmenu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fsmartmenu.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stmenu.src#MN_SMARTTAG_POPUP.MN_SMARTTAG_OPTIONS.menuitem.text
diff --git a/translations/source/af/sw/source/ui/table.po b/translations/source/af/sw/source/ui/table.po
index 5f0f0d76b6d..a01925a73e6 100644
--- a/translations/source/af/sw/source/ui/table.po
+++ b/translations/source/af/sw/source/ui/table.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Ftable.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:24+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -372,22 +372,20 @@ msgctxt "tabledlg.src#TP_FORMAT_TABLE.FL_PROPERTIES.fixedline.text"
msgid "Properties"
msgstr "Eienskappe"
-#: tabledlg.src#TP_FORMAT_TABLE.FT_TEXTDIRECTION.fixedtext.text
-msgctxt "tabledlg.src#TP_FORMAT_TABLE.FT_TEXTDIRECTION.fixedtext.text"
+#: tabledlg.src#TP_FORMAT_TABLE.FT_TEXTORIENTATION.fixedtext.text
msgid "Text ~direction"
msgstr "Teks~rigting"
-#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTDIRECTION.1.stringlist.text
-msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTDIRECTION.1.stringlist.text"
+#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.1.stringlist.text
msgid "Left-to-right"
msgstr "Links na regs"
-#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTDIRECTION.2.stringlist.text
+#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr "Regs na links"
+msgstr ""
-#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTDIRECTION.3.stringlist.text
-msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTDIRECTION.3.stringlist.text"
+#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
+msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
@@ -456,22 +454,20 @@ msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.FT_REPEAT_HEADER.fixedtext.text"
msgid "The first %POSITION_OF_CONTROL rows"
msgstr "Die eerste %POSITION_OF_CONTROL-rye"
-#: tabledlg.src#TP_TABLE_TEXTFLOW.FT_TEXTDIRECTION.fixedtext.text
-msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.FT_TEXTDIRECTION.fixedtext.text"
-msgid "Text ~direction"
-msgstr "Teks~rigting"
+#: tabledlg.src#TP_TABLE_TEXTFLOW.FT_TEXTORIENTATION.fixedtext.text
+msgid "Text ~orientation"
+msgstr ""
-#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTDIRECTION.1.stringlist.text
-msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTDIRECTION.1.stringlist.text"
-msgid "Left-to-right"
-msgstr "Links na regs"
+#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
+msgid "horizontal"
+msgstr ""
-#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTDIRECTION.2.stringlist.text
-msgid "Right-to-left (vertical)"
-msgstr "Regs na links (vertikaal)"
+#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
+msgid "vertical"
+msgstr ""
-#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTDIRECTION.3.stringlist.text
-msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTDIRECTION.3.stringlist.text"
+#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
+msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
diff --git a/translations/source/af/sw/source/ui/uiview.po b/translations/source/af/sw/source/ui/uiview.po
index 23db959bf6c..22c1c297e13 100644
--- a/translations/source/af/sw/source/ui/uiview.po
+++ b/translations/source/af/sw/source/ui/uiview.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fuiview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pview.src#DLG_PAGEPREVIEW_ZOOM.FT_COL.fixedtext.text
diff --git a/translations/source/af/sw/source/ui/utlui.po b/translations/source/af/sw/source/ui/utlui.po
index b9167dbc313..754a3ea5c5a 100644
--- a/translations/source/af/sw/source/ui/utlui.po
+++ b/translations/source/af/sw/source/ui/utlui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1506,176 +1506,6 @@ msgstr "Opskrif 9"
msgid "Heading 10"
msgstr "Opskrif 10"
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
-msgid "Numbering 1 Start"
-msgstr "Nommering 1 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
-msgid "Numbering 1"
-msgstr "Nommering 1"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
-msgid "Numbering 1 End"
-msgstr "Nommering 1 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
-msgid "Numbering 1 Cont."
-msgstr "Nommering 1 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
-msgid "Numbering 2 Start"
-msgstr "Nommering 2 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
-msgid "Numbering 2"
-msgstr "Nommering 2"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
-msgid "Numbering 2 End"
-msgstr "Nommering 2 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
-msgid "Numbering 2 Cont."
-msgstr "Nommering 2 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
-msgid "Numbering 3 Start"
-msgstr "Nommering 3 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
-msgid "Numbering 3"
-msgstr "Nommering 3"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
-msgid "Numbering 3 End"
-msgstr "Nommering 3 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
-msgid "Numbering 3 Cont."
-msgstr "Nommering 3 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
-msgid "Numbering 4 Start"
-msgstr "Nommering 4 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
-msgid "Numbering 4"
-msgstr "Nommering 4"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
-msgid "Numbering 4 End"
-msgstr "Nommering 4 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
-msgid "Numbering 4 Cont."
-msgstr "Nommering 4 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
-msgid "Numbering 5 Start"
-msgstr "Nommering 5 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
-msgid "Numbering 5"
-msgstr "Nommering 5"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
-msgid "Numbering 5 End"
-msgstr "Nommering 5 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
-msgid "Numbering 5 Cont."
-msgstr "Nommering 5 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
-msgid "List 1 Start"
-msgstr "Lys 1 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
-msgid "List 1"
-msgstr "Lys 1"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
-msgid "List 1 End"
-msgstr "Lys 1 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
-msgid "List 1 Cont."
-msgstr "Lys 1 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
-msgid "List 2 Start"
-msgstr "Lys 2 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
-msgid "List 2"
-msgstr "Lys 2"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
-msgid "List 2 End"
-msgstr "Lys 2 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
-msgid "List 2 Cont."
-msgstr "Lys 2 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
-msgid "List 3 Start"
-msgstr "Lys 3 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
-msgid "List 3"
-msgstr "Lys 3"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
-msgid "List 3 End"
-msgstr "Lys 3 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
-msgid "List 3 Cont."
-msgstr "Lys 3 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
-msgid "List 4 Start"
-msgstr "Lys 4 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
-msgid "List 4"
-msgstr "Lys 4"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
-msgid "List 4 End"
-msgstr "Lys 4 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
-msgid "List 4 Cont."
-msgstr "Lys 4 Vlg."
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
-msgid "List 5 Start"
-msgstr "Lys 5 Begin"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
-msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
-msgid "List 5"
-msgstr "Lys 5"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
-msgid "List 5 End"
-msgstr "Lys 5 Einde"
-
-#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
-msgid "List 5 Cont."
-msgstr "Lys 5 Vlg."
-
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1964,52 +1794,52 @@ msgid "Endnote"
msgstr "Eindnoot"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
+#, fuzzy
msgid "Numbering 1"
msgstr "Nommering 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
+#, fuzzy
msgid "Numbering 2"
msgstr "Nommering 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
+#, fuzzy
msgid "Numbering 3"
msgstr "Nommering 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
+#, fuzzy
msgid "Numbering 4"
msgstr "Nommering 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
+#, fuzzy
msgid "Numbering 5"
msgstr "Nommering 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
+#, fuzzy
msgid "List 1"
msgstr "Lys 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
+#, fuzzy
msgid "List 2"
msgstr "Lys 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
+#, fuzzy
msgid "List 3"
msgstr "Lys 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
+#, fuzzy
msgid "List 4"
msgstr "Lys 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
-msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
+#, fuzzy
msgid "List 5"
msgstr "Lys 5"
diff --git a/translations/source/af/sw/source/ui/web.po b/translations/source/af/sw/source/ui/web.po
index c4acf2e9fc0..5bb4c406d09 100644
--- a/translations/source/af/sw/source/ui/web.po
+++ b/translations/source/af/sw/source/ui/web.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fweb.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: web.src#STR_HUMAN_SWWEBDOC_NAME.string.text
diff --git a/translations/source/af/sw/source/ui/wrtsh.po b/translations/source/af/sw/source/ui/wrtsh.po
index e86483b87f9..3fea30112c1 100644
--- a/translations/source/af/sw/source/ui/wrtsh.po
+++ b/translations/source/af/sw/source/ui/wrtsh.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sw%2Fsource%2Fui%2Fwrtsh.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wrtsh.src#STR_DDEERROR_APP1.string.text
diff --git a/translations/source/af/swext/mediawiki/help.po b/translations/source/af/swext/mediawiki/help.po
index 8c3dc9503aa..4c566172d42 100644
--- a/translations/source/af/swext/mediawiki/help.po
+++ b/translations/source/af/swext/mediawiki/help.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+swext%2Fmediawiki%2Fhelp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
-"PO-Revision-Date: 2011-04-05 09:29+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: 2011-11-26 01:24+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -41,16 +41,9 @@ msgstr "<ahelp hid=\".\">Kies <item type=\"menuitem\">Lêer- Stuur - Na MediaWik
msgid "System Requirements"
msgstr "Stelselvereistes"
-#: wiki.xhp#par_id2597430.help.text
-msgid "StarOffice/StarSuite 9"
-msgstr "StarOffice/StarSuite 9"
-
-#: wiki.xhp#par_id8430738.help.text
-msgid "OpenOffice.org 3.0"
-msgstr "OpenOffice.org 3.0"
-
#: wiki.xhp#par_id9340495.help.text
-msgid "Java Runtime Environment 1.4"
+#, fuzzy
+msgid "Java Runtime Environment"
msgstr "Java-looptydomgewing 1.4"
#: wiki.xhp#par_id7387615.help.text
@@ -62,50 +55,8 @@ msgid "Installing Wiki Publisher"
msgstr "Installeer van Wiki Publisher"
#: wiki.xhp#par_id4277169.help.text
-msgid "Before you install the Wiki Publisher, ensure that %PRODUCTNAME uses a Java Runtime Environment (JRE). To check the status of the JRE, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Java</item>. Ensure that \"Use a Java runtime environment\" is marked and that a Java runtime folder is selected in the big listbox. If no JRE was activated, then activate a JRE 1.4 or later and restart %PRODUCTNAME."
-msgstr "Voordat u die Wiki Publisher installeer, maak seker dat %PRODUCTNAME 'n Java-looptydomgewing (JRE) gebruik. Om die stand van die JRE te kontroleer, kies <item type=\"menuitem\">Nuts - Opsies - %PRODUCTNAME - Java</item>. Maak seker dat \"Gebruik 'n Java-looptydomgewing\" gemerk is en dat 'n Java-looptydvouer in die groot lyskassie gekies is. As daar geen JRE geaktiveer is nie, aktiveer dan 'n JRE 1.4 of jonger, en herbegin %PRODUCTNAME."
-
-#: wiki.xhp#hd_id567339.help.text
-msgid "To Install the Wiki Publisher"
-msgstr "Om die Wiki Publisher te installeer"
-
-#: wiki.xhp#par_id1732230.help.text
-msgctxt "wiki.xhp#par_id1732230.help.text"
-msgid "In a Writer window, choose <item type=\"menuitem\">Tools - Extension Manager</item>."
-msgstr "In 'n Writer-venster, kies <item type=\"menuitem\">Nuts - Uitbreidingbestuurder</item>."
-
-#: wiki.xhp#par_id4338511.help.text
-msgid "In the Extension Manager dialog, click Add."
-msgstr "In die uitbreidingbestuurder-dialoog, kliek Voeg by."
-
-#: wiki.xhp#par_id5882442.help.text
-msgid "Locate the @WIKIEXTENSIONFILENAME@.oxt file, click Open, and then click Close. "
-msgstr "Vind die @WIKIEXTENSIONFILENAME@.oxt-lêer, kliek Open, en kliek dan Afsluit. "
-
-#: wiki.xhp#par_id4008911.help.text
-msgid "Close %PRODUCTNAME, and close also the Quickstarter if enabled."
-msgstr "Sluit %PRODUCTNAME en sluit ook die Snelbeginner, indien dit geaktiveer is."
-
-#: wiki.xhp#par_id265511.help.text
-msgid "Restart the software, open a text document, then choose <item type=\"menuitem\">Tools - Options - Internet - MediaWiki</item> to enter your Wiki settings. See \"To Connect To a Wiki\" below."
-msgstr "Herbegin die sagteware, open 'n teksdokument, en kies dan <item type=\"menuitem\">Nuts - Opsies - Internet - MediaWiki</item> om jou wiki-instellings in te tik. Kyk \"Om aan 'n wiki te koppel\" hier onder."
-
-#: wiki.xhp#hd_id3569444.help.text
-msgid "To Remove the Wiki Publisher"
-msgstr "Om die Wiki Publisher te verwyder"
-
-#: wiki.xhp#par_id2655110.help.text
-msgctxt "wiki.xhp#par_id2655110.help.text"
-msgid "In a Writer window, choose <item type=\"menuitem\">Tools - Extension Manager</item>."
-msgstr "In 'n Writer-venster, kies <item type=\"menuitem\">Nuts - Uitbreidingbestuurder</item>."
-
-#: wiki.xhp#par_id9504379.help.text
-msgid "Click the plus sign (+) in front of My Extensions."
-msgstr "Kliek die plusteken (+) voor My Uitbreidings."
-
-#: wiki.xhp#par_id8431348.help.text
-msgid "Select the extension, click Remove, and then click Close."
-msgstr "Kies die uitbreiding, kliek Verwyder, en kliek dan Afsluit."
+msgid "Before you use the Wiki Publisher, ensure that %PRODUCTNAME uses a Java Runtime Environment (JRE). To check the status of the JRE, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Java</item>. Ensure that \"Use a Java runtime environment\" is marked and that a Java runtime folder is selected in the big listbox. If no JRE was activated, then activate a JRE 1.4 or later and restart %PRODUCTNAME."
+msgstr ""
#: wiki.xhp#hd_id5316019.help.text
msgid "To Connect to a Wiki"
@@ -124,12 +75,12 @@ msgid "Open a Writer document, and choose <item type=\"menuitem\">Tools - Option
msgstr "Open 'n Writer-dokument en kies <item type=\"menuitem\">Nuts - Opsies - Internet - MediaWiki</item>."
#: wiki.xhp#par_id368968.help.text
-msgid "In the <link href=\"@WIKIEXTENSIONID@/wikisettings.xhp\">Options</link> dialog, click Add."
-msgstr "In die <link href=\"@WIKIEXTENSIONID@/wikisettings.xhp\">Options</link>-dialoog, kliek 'Voeg by'."
+msgid "In the <link href=\"com.sun.wiki-publisher/wikisettings.xhp\">Options</link> dialog, click Add."
+msgstr ""
#: wiki.xhp#par_id6962187.help.text
-msgid "In the <link href=\"@WIKIEXTENSIONID@/wikiaccount.xhp\">MediaWiki</link> dialog, enter the account information for the Wiki."
-msgstr "Tik die rekeninginligting vir die wiki by die <link href=\"@WIKIEXTENSIONID@/wikiaccount.xhp\">MediaWiki</link>-dialoog in."
+msgid "In the <link href=\"com.sun.wiki-publisher/wikiaccount.xhp\">MediaWiki</link> dialog, enter the account information for the Wiki."
+msgstr ""
#: wiki.xhp#par_id5328836.help.text
msgid "In the URL textbox, enter the address of a Wiki that you want to connect to."
@@ -164,16 +115,16 @@ msgid "Open a Writer document."
msgstr "Open 'n Writer-dokument."
#: wiki.xhp#par_id944853.help.text
-msgid "Write the content of the Wiki page. You can use formatting like text formats, headings, footnotes, and more. See the <link href=\"@WIKIEXTENSIONID@/wikiformats.xhp\">list of supported formats</link>."
-msgstr "Skryf die inhoud van die wikibladsy. Jy kan formatering gebruik soos teksformatering, opskrifte, voetnote, en nog baie meer. Kyk die <link href=\"@WIKIEXTENSIONID@/wikiformats.xhp\">-lys ondersteunde formate</link>."
+msgid "Write the content of the Wiki page. You can use formatting like text formats, headings, footnotes, and more. See the <link href=\"com.sun.wiki-publisher/wikiformats.xhp\">list of supported formats</link>."
+msgstr ""
#: wiki.xhp#par_id4566484.help.text
msgid "Choose <item type=\"menuitem\">File - Send - To MediaWiki</item>."
msgstr "Kies <item type=\"menuitem\">Lêer - Stuur - Na MediaWiki</item>."
#: wiki.xhp#par_id228278.help.text
-msgid "In the <link href=\"@WIKIEXTENSIONID@/wikisend.xhp\">Send to MediaWiki</link> dialog, specify the settings for your entry."
-msgstr "In die <link href=\"@WIKIEXTENSIONID@/wikisend.xhp\">Stuur na MediaWiki</link>-dialoog, spesifiseer die instellings vir jou inskrywing."
+msgid "In the <link href=\"com.sun.wiki-publisher/wikisend.xhp\">Send to MediaWiki</link> dialog, specify the settings for your entry."
+msgstr ""
#: wiki.xhp#par_id2564165.help.text
msgid "<emph>MediaWiki server</emph>: Select the Wiki."
@@ -230,8 +181,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable to store your password betw
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aktiveer om jou wagwoord tussen sessies te stoor. Die meesterwagwoord moet geaktiveer word, kyk <item type=\"menuitem\">Nuts - Opsies - %PRODUCTNAME - Sekuriteit</item>.</ahelp>"
#: wikiaccount.xhp#par_id3112582.help.text
-msgid "Enter the Internet address of a Wiki server in a format like http://wiki.services.openoffice.org/wiki or copy the URL from a web browser."
-msgstr "Tik die internetadres van 'n wikibediener in 'n formaat soos http://wiki.services.openoffice.org/wiki of kopieer die URL van 'n webblaaier."
+msgid "Enter the Internet address of a Wiki server in a format like http://wiki.documentfoundation.org or copy the URL from a web browser."
+msgstr ""
#: wikiaccount.xhp#par_id628070.help.text
msgid "If the Wiki allows anonymous access, you can leave the account text boxes empty. Else enter your user name and password."
@@ -340,8 +291,8 @@ msgid "Joined Cells"
msgstr "Saamgevoegde selle"
#: wikiformats.xhp#par_id8253730.help.text
-msgid "OpenDocument and especially OpenOffice.org represent tables that have joined cells that span rows as tables with nested tables. In contrast, the wiki model of table is to declare column and row spans for such joined cells. "
-msgstr "OpenDocument en veral OpenOffice.org wys tabelle met saamgevoegde selle wat oor rye span, as geneste tafels. In teenstelling hiermee verklaar die wikimodel van tabelle kolom- en ryoorspanne vir sulke saamgevoegde selle. "
+msgid "OpenDocument and especially LibreOffice represent tables that have joined cells that span rows as tables with nested tables. In contrast, the wiki model of table is to declare column and row spans for such joined cells. "
+msgstr ""
#: wikiformats.xhp#par_id8163090.help.text
msgid "If only columns of the same row are joined, the result of the transformation resembles the source document very well."
@@ -394,8 +345,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from th
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Verwyder die gemerkte inskrywing uit die lys.</ahelp>"
#: wikisettings.xhp#par_id1029084.help.text
-msgid "When you click Add or Edit, the <link href=\"@WIKIEXTENSIONID@/wikiaccount.xhp\">MediaWiki</link> dialog opens."
-msgstr "Wanneer jy Byvoeg of Redigeer kliek, open die <link href=\"@WIKIEXTENSIONID@/wikiaccount.xhp\">MediaWiki</link>-dialoog."
+msgid "When you click Add or Edit, the <link href=\"com.sun.wiki-publisher/wikiaccount.xhp\">MediaWiki</link> dialog opens."
+msgstr ""
#: wikisend.xhp#tit.help.text
msgctxt "wikisend.xhp#tit.help.text"
diff --git a/translations/source/af/swext/mediawiki/src.po b/translations/source/af/swext/mediawiki/src.po
index b637d16ec50..06dfbe0985b 100644
--- a/translations/source/af/swext/mediawiki/src.po
+++ b/translations/source/af/swext/mediawiki/src.po
@@ -1,9 +1,9 @@
-#, fuzzy
+#. extracted from swext/mediawiki/src.oo
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+swext%2Fmediawiki%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 6198e2bd9c6..25943a6a22f 100644
--- a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+swext%2Fmediawiki%2Fsrc%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#.OptionsDialog.Nodes.Internet.Leaves.com.sun.star.wiki.options.Label.value.text
diff --git a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 51d67acdb83..e5d126935df 100644
--- a/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+swext%2Fmediawiki%2Fsrc%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FCustom.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:29+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WikiExtension.xcu#.WikiExtension.Strings.GeneralSendError.value.text
diff --git a/translations/source/af/sysui/desktop/share.po b/translations/source/af/sysui/desktop/share.po
index 51937e268d9..514f684423c 100644
--- a/translations/source/af/sysui/desktop/share.po
+++ b/translations/source/af/sysui/desktop/share.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+sysui%2Fdesktop%2Fshare.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: launcher_comment.ulf#writer.LngText.text
diff --git a/translations/source/af/uui/source.po b/translations/source/af/uui/source.po
index 9a6d87514f0..d6ce1018255 100644
--- a/translations/source/af/uui/source.po
+++ b/translations/source/af/uui/source.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+uui%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.FT_INFO.fixedtext.text
diff --git a/translations/source/af/vcl/source/src.po b/translations/source/af/vcl/source/src.po
index 9940ec6ff5a..d6b8f6d1c4a 100644
--- a/translations/source/af/vcl/source/src.po
+++ b/translations/source/af/vcl/source/src.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+vcl%2Fsource%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:24+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -772,3 +772,79 @@ msgstr "Na kieslysbalk"
#: helptext.src#SV_SHORTCUT_SPLITTER.string.text
msgid "Split window separator"
msgstr "Verdeeldevenster-skeier"
+
+#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
+msgid "~Automatic file name extension"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_PASSWORD.string.text
+msgid "Save with pass~word"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
+msgid "~Edit filter settings"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_READONLY.string.text
+msgid "~Read-only"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
+msgid "~Link"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
+#, fuzzy
+msgid "Pr~eview"
+msgstr "Voorskou"
+
+#: fpicker.src#STR_FPICKER_PLAY.string.text
+msgid "~Play"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_VERSION.string.text
+msgid "~Version:"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
+msgid "S~tyles:"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
+msgid "Style:"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_SELECTION.string.text
+msgid "~Selection"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
+msgid "Select Path"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
+msgid "Please select a folder."
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
+msgid ""
+"A file named \"$filename$\" already exists.\n"
+"\n"
+"Do you want to replace it?"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
+msgid "All Formats"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_OPEN.string.text
+msgid "Open"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_SAVE.string.text
+msgid "Save"
+msgstr ""
+
+#: fpicker.src#STR_FPICKER_TYPE.string.text
+msgid "File ~type"
+msgstr ""
diff --git a/translations/source/af/wizards/source/euro.po b/translations/source/af/wizards/source/euro.po
index b4a0ee8b883..3ae80e96244 100644
--- a/translations/source/af/wizards/source/euro.po
+++ b/translations/source/af/wizards/source/euro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+wizards%2Fsource%2Feuro.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: euro.src#STEP_ZERO.string.text
diff --git a/translations/source/af/wizards/source/formwizard.po b/translations/source/af/wizards/source/formwizard.po
index 7f758712007..30077a20255 100644
--- a/translations/source/af/wizards/source/formwizard.po
+++ b/translations/source/af/wizards/source/formwizard.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+wizards%2Fsource%2Fformwizard.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:31+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbwizres.src#RID_COMMON_START___0.string.text
diff --git a/translations/source/af/wizards/source/importwizard.po b/translations/source/af/wizards/source/importwizard.po
index 849646a75a9..6b6406240ab 100644
--- a/translations/source/af/wizards/source/importwizard.po
+++ b/translations/source/af/wizards/source/importwizard.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+wizards%2Fsource%2Fimportwizard.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: importwi.src#sHelpButton.string.text
diff --git a/translations/source/af/wizards/source/schedule.po b/translations/source/af/wizards/source/schedule.po
index a5d65e70b50..a82e510c9c3 100644
--- a/translations/source/af/wizards/source/schedule.po
+++ b/translations/source/af/wizards/source/schedule.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+wizards%2Fsource%2Fschedule.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: schedule.src#dlgCalTitle.string.text
diff --git a/translations/source/af/wizards/source/template.po b/translations/source/af/wizards/source/template.po
index d6a87babdc0..240dd18a3a7 100644
--- a/translations/source/af/wizards/source/template.po
+++ b/translations/source/af/wizards/source/template.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+wizards%2Fsource%2Ftemplate.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: template.src#SAMPLES.string.text
diff --git a/translations/source/af/xmlsecurity/source/component.po b/translations/source/af/xmlsecurity/source/component.po
index 2c331251c2d..f23f5d10255 100644
--- a/translations/source/af/xmlsecurity/source/component.po
+++ b/translations/source/af/xmlsecurity/source/component.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+xmlsecurity%2Fsource%2Fcomponent.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: warnbox.src#RID_XMLSECWB_NO_MOZILLA_PROFILE.warningbox.text
diff --git a/translations/source/af/xmlsecurity/source/dialogs.po b/translations/source/af/xmlsecurity/source/dialogs.po
index afc2cb54b56..8457ceaf1e5 100644
--- a/translations/source/af/xmlsecurity/source/dialogs.po
+++ b/translations/source/af/xmlsecurity/source/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+xmlsecurity%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-05 09:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macrosecurity.src#RID_XMLSECTP_MACROSEC.1.RID_XMLSECTP_SECLEVEL.pageitem.text
diff --git a/translations/source/ar/accessibility/source/helper.po b/translations/source/ar/accessibility/source/helper.po
index 80991ba7270..2910a887c31 100644
--- a/translations/source/ar/accessibility/source/helper.po
+++ b/translations/source/ar/accessibility/source/helper.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+accessibility%2Fsource%2Fhelper.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: accessiblestrings.src#RID_STR_ACC_NAME_BROWSEBUTTON.string.text
diff --git a/translations/source/ar/avmedia/source/framework.po b/translations/source/ar/avmedia/source/framework.po
index 18616187c5e..d302682fd57 100644
--- a/translations/source/ar/avmedia/source/framework.po
+++ b/translations/source/ar/avmedia/source/framework.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediacontrol.src#AVMEDIA_STR_OPEN.string.text
diff --git a/translations/source/ar/avmedia/source/viewer.po b/translations/source/ar/avmedia/source/viewer.po
index a9dc6429e26..d2893195f58 100644
--- a/translations/source/ar/avmedia/source/viewer.po
+++ b/translations/source/ar/avmedia/source/viewer.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fviewer.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediawindow.src#AVMEDIA_STR_INSERTMEDIA_DLG.string.text
diff --git a/translations/source/ar/basctl/source/basicide.po b/translations/source/ar/basctl/source/basicide.po
index b46404ed0f4..cf44ba30549 100644
--- a/translations/source/ar/basctl/source/basicide.po
+++ b/translations/source/ar/basctl/source/basicide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_MOD.pageitem.text
@@ -143,6 +143,10 @@ msgstr "إدراج كمرجع (للقراءة فقط)"
msgid "Replace existing libraries"
msgstr "استبدال المكتبات الموجودة"
+#: moduldlg.src#RID_DLG_GOTOLINE.RID_FT_LINE.fixedtext.text
+msgid "~Line Number:"
+msgstr ""
+
#: moduldlg.src#RID_DLG_NEWLIB.RID_FT_NEWLIB.fixedtext.text
msgid "~Name:"
msgstr "الاس~م:"
@@ -636,6 +640,10 @@ msgstr ""
"ملاحظة: بالنسبة للغات التي لا يدعمها مربع الحوار، سيتم استخدام موارد اللغة الافتراضية لمربع الحوار.\n"
" "
+#: basidesh.src#RID_STR_GETLINE.string.text
+msgid "Goto Line"
+msgstr ""
+
#: basicprint.src#RID_PRINTDLG_STRLIST.1.itemlist.text
msgid "Print range"
msgstr "نطاق الطباعة"
diff --git a/translations/source/ar/basctl/source/dlged.po b/translations/source/ar/basctl/source/dlged.po
index 3e0c3b949be..582f1859ecc 100644
--- a/translations/source/ar/basctl/source/dlged.po
+++ b/translations/source/ar/basctl/source/dlged.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fdlged.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.FT_LANGUAGE.fixedtext.text
diff --git a/translations/source/ar/basic/source/app.po b/translations/source/ar/basic/source/app.po
index 3b8523a3e11..5ead861efed 100644
--- a/translations/source/ar/basic/source/app.po
+++ b/translations/source/ar/basic/source/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-05-07 12:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ttmsg.src#S_NAME_NOT_THERE.string.text
diff --git a/translations/source/ar/basic/source/classes.po b/translations/source/ar/basic/source/classes.po
index ab9ec5b31ea..9da8010c225 100644
--- a/translations/source/ar/basic/source/classes.po
+++ b/translations/source/ar/basic/source/classes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-05-03 20:43+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: sb.src#RID_BASIC_START.SbERR_SYNTAX___ERRCODE_RES_MASK.string.text
diff --git a/translations/source/ar/basic/source/sbx.po b/translations/source/ar/basic/source/sbx.po
index 50da515935c..26e75983d10 100644
--- a/translations/source/ar/basic/source/sbx.po
+++ b/translations/source/ar/basic/source/sbx.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fsbx.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: format.src#STR_BASICKEY_FORMAT_ON.string.text
diff --git a/translations/source/ar/chart2/source/controller/dialogs.po b/translations/source/ar/chart2/source/controller/dialogs.po
index 3f0d3e14df5..e5e2a536f84 100644
--- a/translations/source/ar/chart2/source/controller/dialogs.po
+++ b/translations/source/ar/chart2/source/controller/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+chart2%2Fsource%2Fcontroller%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tp_TitleRotation.src#TP_ALIGNMENT.BTN_TXTSTACKED.tristatebox.text
diff --git a/translations/source/ar/connectivity/source/drivers/ado.po b/translations/source/ar/connectivity/source/drivers/ado.po
index 4195cd06e1b..bbe6597d8c1 100644
--- a/translations/source/ar/connectivity/source/drivers/ado.po
+++ b/translations/source/ar/connectivity/source/drivers/ado.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fado.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ado.xcu#.Drivers.Installed.sdbc_ado__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/calc.po b/translations/source/ar/connectivity/source/drivers/calc.po
index 12176186418..33799250f43 100644
--- a/translations/source/ar/connectivity/source/drivers/calc.po
+++ b/translations/source/ar/connectivity/source/drivers/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fcalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: calc.xcu#.Drivers.Installed.sdbc_calc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/dbase.po b/translations/source/ar/connectivity/source/drivers/dbase.po
index 2a00c78a9e1..0003a8471ee 100644
--- a/translations/source/ar/connectivity/source/drivers/dbase.po
+++ b/translations/source/ar/connectivity/source/drivers/dbase.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fdbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dbase.xcu#.Drivers.Installed.sdbc_dbase__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/evoab2.po b/translations/source/ar/connectivity/source/drivers/evoab2.po
index 8babf3769b9..163a1c0ba0d 100644
--- a/translations/source/ar/connectivity/source/drivers/evoab2.po
+++ b/translations/source/ar/connectivity/source/drivers/evoab2.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fevoab2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: evoab2.xcu#.Drivers.Installed.sdbc_address_evolution_local.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/flat.po b/translations/source/ar/connectivity/source/drivers/flat.po
index 037d77dff4e..de6a411d020 100644
--- a/translations/source/ar/connectivity/source/drivers/flat.po
+++ b/translations/source/ar/connectivity/source/drivers/flat.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fflat.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: flat.xcu#.Drivers.Installed.sdbc_flat__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/hsqldb.po b/translations/source/ar/connectivity/source/drivers/hsqldb.po
index d0e17927170..e348855fd20 100644
--- a/translations/source/ar/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/ar/connectivity/source/drivers/hsqldb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fhsqldb.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: hsqldb.xcu#.Drivers.Installed.sdbc_embedded_hsqldb.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/jdbc.po b/translations/source/ar/connectivity/source/drivers/jdbc.po
index 8183d8f1d79..def29b538d6 100644
--- a/translations/source/ar/connectivity/source/drivers/jdbc.po
+++ b/translations/source/ar/connectivity/source/drivers/jdbc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fjdbc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: jdbc.xcu#.Drivers.Installed.jdbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/kab.po b/translations/source/ar/connectivity/source/drivers/kab.po
index 7f803aab23a..8ea005029d6 100644
--- a/translations/source/ar/connectivity/source/drivers/kab.po
+++ b/translations/source/ar/connectivity/source/drivers/kab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fkab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: kab.xcu#.Drivers.Installed.sdbc_address_kab.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/macab.po b/translations/source/ar/connectivity/source/drivers/macab.po
index dabacfe72a2..7a512c5de31 100644
--- a/translations/source/ar/connectivity/source/drivers/macab.po
+++ b/translations/source/ar/connectivity/source/drivers/macab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmacab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macab.xcu#.Drivers.Installed.sdbc_address_macab.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/mozab.po b/translations/source/ar/connectivity/source/drivers/mozab.po
index 42514c033c8..477791179e3 100644
--- a/translations/source/ar/connectivity/source/drivers/mozab.po
+++ b/translations/source/ar/connectivity/source/drivers/mozab.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmozab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_mozilla_.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/mysql.po b/translations/source/ar/connectivity/source/drivers/mysql.po
index 70723dfe602..9ae88b539c6 100644
--- a/translations/source/ar/connectivity/source/drivers/mysql.po
+++ b/translations/source/ar/connectivity/source/drivers/mysql.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fmysql.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mysql.xcu#.Drivers.Installed.sdbc_mysql_jdbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/odbc.po b/translations/source/ar/connectivity/source/drivers/odbc.po
index 53471a5dd77..b188efa0c5e 100644
--- a/translations/source/ar/connectivity/source/drivers/odbc.po
+++ b/translations/source/ar/connectivity/source/drivers/odbc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fodbc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: odbc.xcu#.Drivers.Installed.sdbc_odbc__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/postgresql.po b/translations/source/ar/connectivity/source/drivers/postgresql.po
new file mode 100644
index 00000000000..dba527c14cf
--- /dev/null
+++ b/translations/source/ar/connectivity/source/drivers/postgresql.po
@@ -0,0 +1,27 @@
+#. extracted from connectivity/source/drivers/postgresql.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fdrivers%2Fpostgresql.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
+msgid "PostgreSQL"
+msgstr ""
+
+#: description.xml#dispname.dispname.description.text
+msgid "PostgreSQL-SDBC Driver"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "A native PostgreSQL database driver for LibreOffice. It is faster, seamlessly integrated and there is no need to install and setup a JDBC or ODBC driver separately. Compatible with PostgreSQL version 8.4 and later.\n"
+msgstr ""
diff --git a/translations/source/ar/connectivity/source/resource.po b/translations/source/ar/connectivity/source/resource.po
index 99a0bbd4019..7ce1ff048f4 100644
--- a/translations/source/ar/connectivity/source/resource.po
+++ b/translations/source/ar/connectivity/source/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: conn_error_message.src#256___2_100___0.string.text
diff --git a/translations/source/ar/crashrep/source/all.po b/translations/source/ar/crashrep/source/all.po
index c277cf3e7f7..58b002852fd 100644
--- a/translations/source/ar/crashrep/source/all.po
+++ b/translations/source/ar/crashrep/source/all.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+crashrep%2Fsource%2Fall.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: crashrep.ulf#_WELCOME_CAPTION_.LngText.text
diff --git a/translations/source/ar/cui/source/customize.po b/translations/source/ar/cui/source/customize.po
index cbbe2b8dc13..bbbd49dda7e 100644
--- a/translations/source/ar/cui/source/customize.po
+++ b/translations/source/ar/cui/source/customize.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fcustomize.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:33+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text
diff --git a/translations/source/ar/cui/source/dialogs.po b/translations/source/ar/cui/source/dialogs.po
index caf9581617d..9d3d5cee35a 100644
--- a/translations/source/ar/cui/source/dialogs.po
+++ b/translations/source/ar/cui/source/dialogs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-05-07 12:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
@@ -1297,6 +1297,10 @@ msgstr ""
msgid "Text languag~e"
msgstr "ل~غة النص"
+#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
+msgid "More..."
+msgstr ""
+
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
msgstr "~ليس في القاموس"
@@ -1335,10 +1339,6 @@ msgstr "~تغيير"
msgid "Change A~ll"
msgstr "تغيير ال~كل"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_EXPLAIN.pushbutton.text
-msgid "~Explain..."
-msgstr "~شرح..."
-
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_AUTOCORR.pushbutton.text
msgid "AutoCor~rect"
msgstr "ت~صحيح تلقائي"
diff --git a/translations/source/ar/cui/source/options.po b/translations/source/ar/cui/source/options.po
index b50ff126b5e..71cc485fb67 100644
--- a/translations/source/ar/cui/source/options.po
+++ b/translations/source/ar/cui/source/options.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
-"PO-Revision-Date: 2011-04-11 23:03+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"PO-Revision-Date: 2011-11-26 01:24+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1302,44 +1302,34 @@ msgid "Grid"
msgstr "الشبكة"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgid "Basic Fonts (Western)"
-msgstr "الخطوط الأساسية (غربية)"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
-msgid "Basic Fonts (Asian)"
-msgstr "الخطوط الأساسية (آسيوية)"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgid "Basic Fonts (CTL)"
-msgstr "الخطوط الأساسية (CTL)"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text"
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
msgid "Print"
msgstr "طباعة"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text"
msgid "Table"
msgstr "الجدول"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+#, fuzzy
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
msgid "Changes"
msgstr "التغييرات"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.12.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.12.itemlist.text"
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text
+#, fuzzy
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text"
msgid "Compatibility"
msgstr "التوافق"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
msgid "AutoCaption"
-msgstr "تسمية توضيحيّة تلقائيّة"
+msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "رسالة إلكترونيّة عبر دمج المراسلات"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
diff --git a/translations/source/ar/cui/source/tabpages.po b/translations/source/ar/cui/source/tabpages.po
index 74797b062a0..596874bfe7b 100644
--- a/translations/source/ar/cui/source/tabpages.po
+++ b/translations/source/ar/cui/source/tabpages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-05-07 12:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
@@ -3113,6 +3113,10 @@ msgstr "إ~رتفاع"
msgid "~Original Size"
msgstr "ال~حجم الأصلي"
+#: grfpage.src#STR_PPI.string.text
+msgid "(%1 PPI)"
+msgstr ""
+
#: textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text
msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text"
msgid "Text"
diff --git a/translations/source/ar/dbaccess/source/core/resource.po b/translations/source/ar/dbaccess/source/core/resource.po
index e832a8ec232..6b15a60b1f4 100644
--- a/translations/source/ar/dbaccess/source/core/resource.po
+++ b/translations/source/ar/dbaccess/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:44+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: strings.src#RID_STR_TRIED_OPEN_TABLE.string.text
diff --git a/translations/source/ar/dbaccess/source/ext/adabas.po b/translations/source/ar/dbaccess/source/ext/adabas.po
index 7ea8650461a..4725183e4e1 100644
--- a/translations/source/ar/dbaccess/source/ext/adabas.po
+++ b/translations/source/ar/dbaccess/source/ext/adabas.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fext%2Fadabas.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_DATABASENAME.fixedtext.text
diff --git a/translations/source/ar/dbaccess/source/ext/macromigration.po b/translations/source/ar/dbaccess/source/ext/macromigration.po
index e82288f7f93..44fe8d14979 100644
--- a/translations/source/ar/dbaccess/source/ext/macromigration.po
+++ b/translations/source/ar/dbaccess/source/ext/macromigration.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fext%2Fmacromigration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-11 23:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_CLOSE_SUB_DOCS.string.text
diff --git a/translations/source/ar/dbaccess/source/sdbtools/resource.po b/translations/source/ar/dbaccess/source/sdbtools/resource.po
index 2b33ea78f91..3f99ce3a2de 100644
--- a/translations/source/ar/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/ar/dbaccess/source/sdbtools/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fsdbtools%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:04+0200\n"
"PO-Revision-Date: 2011-04-07 12:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: sdbt_strings.src#STR_QUERY_AND_TABLE_DISTINCT_NAMES.string.text
diff --git a/translations/source/ar/dbaccess/source/ui/app.po b/translations/source/ar/dbaccess/source/ui/app.po
index 16c007f65f7..a45a3441e5a 100644
--- a/translations/source/ar/dbaccess/source/ui/app.po
+++ b/translations/source/ar/dbaccess/source/ui/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: app.src#RID_STR_NEW_FORM.string.text
diff --git a/translations/source/ar/dbaccess/source/ui/browser.po b/translations/source/ar/dbaccess/source/ui/browser.po
index 056f3f9ecbe..b678ede9467 100644
--- a/translations/source/ar/dbaccess/source/ui/browser.po
+++ b/translations/source/ar/dbaccess/source/ui/browser.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fbrowser.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:45+0200\n"
+"POT-Creation-Date: 2011-11-26 00:03+0200\n"
"PO-Revision-Date: 2011-04-07 12:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: bcommon.src#RID_STR_TBL_TITLE.string.text
diff --git a/translations/source/ar/dbaccess/source/ui/control.po b/translations/source/ar/dbaccess/source/ui/control.po
index b67928a7102..f1574c5b62f 100644
--- a/translations/source/ar/dbaccess/source/ui/control.po
+++ b/translations/source/ar/dbaccess/source/ui/control.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-10-07 14:46+0200\n"
+"POT-Creation-Date: 2011-11-26 00:05+0200\n"
"PO-Revision-Date: 2011-04-07 12:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Translate Toolkit 1.8.1\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: undosqledit.src#STR_QUERY_UNDO_MODIFYSQLEDIT.string.text
diff --git a/translations/source/ar/dbaccess/source/ui/dlg.po b/translations/source/ar/dbaccess/source/ui/dlg.po
index 0a417656a7e..aed73930bbf 100644
--- a/translations/source/ar/dbaccess/source/ui/dlg.po
+++ b/translations/source/ar/dbaccess/source/ui/dlg.po